@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Inter:wght@400;600&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

input,
button,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  vertical-align: middle; }

button {
  cursor: pointer; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

main {
  display: block; }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@-webkit-keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(221, 231, 237, 0.9); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(221, 231, 237, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(221, 231, 237, 0); } }

@keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(221, 231, 237, 0.9); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(221, 231, 237, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(221, 231, 237, 0); } }

@-webkit-keyframes pulseMotion2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(221, 231, 237, 0.7); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(221, 231, 237, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(221, 231, 237, 0); } }

@keyframes pulseMotion2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(221, 231, 237, 0.7); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(221, 231, 237, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(221, 231, 237, 0); } }

@-webkit-keyframes pulseMotionOrange {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.9); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0); } }

@keyframes pulseMotionOrange {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.9); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0); } }

@-webkit-keyframes pulseMotionOrange2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.7); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(250, 144, 44, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(250, 144, 44, 0); } }

@keyframes pulseMotionOrange2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.7); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(250, 144, 44, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10.5, 10.5);
            transform: translate(-50%, -50%) scale(10.5, 10.5);
    background-color: rgba(250, 144, 44, 0); } }

@-webkit-keyframes pulseMotionOrangesp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.9); }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(3.5, 3.5);
            transform: translate(-50%, -50%) scale(3.5, 3.5);
    background-color: rgba(250, 144, 44, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5, 3.5);
            transform: translate(-50%, -50%) scale(3.5, 3.5);
    background-color: rgba(250, 144, 44, 0); } }

@keyframes pulseMotionOrangesp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.9); }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(3.5, 3.5);
            transform: translate(-50%, -50%) scale(3.5, 3.5);
    background-color: rgba(250, 144, 44, 0.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5, 3.5);
            transform: translate(-50%, -50%) scale(3.5, 3.5);
    background-color: rgba(250, 144, 44, 0); } }

@-webkit-keyframes pulseMotionOrange2sp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.7); }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0); } }

@keyframes pulseMotionOrange2sp {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(250, 144, 44, 0.7); }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(250, 144, 44, 0); } }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #0F172A;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #0F172A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none; }
  a:visited {
    color: #0F172A; }
  a:hover {
    color: #455A64;
    text-decoration: underline; }

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
  line-height: 1.65; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

.strong {
  font-size: large;
  font-weight: bold; }

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */

.logoutTrigger {
  cursor: pointer; }

.logoutBody {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .logoutBody.is-opened {
    -webkit-transform: scale(1);
            transform: scale(1); }

.c-box {
  border: 1px solid #afafaf;
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  background-color: #fff; }

.c-box-color {
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  background-color: #ECEFF1; }

.c-buttons-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; }
  .c-buttons-cover--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .c-buttons-cover.-three > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(33% - 33px);
    margin-left: 50px; }
    .c-buttons-cover.-three > *:first-child {
      margin-left: 0; }

.c-buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 1em 0; }

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.radio-inline__label {
  cursor: pointer;
  padding: 0.4em 0.5em;
  border: 1px solid #BDBDBD;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #667085;
  text-decoration: none;
  text-align: center;
  border-radius: 0.3em;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .radio-inline__label span.material-symbols-outlined {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 3px; }

.radio-inline__input:checked + .radio-inline__label {
  background: #0F172A;
  color: #fff;
  border: 1px solid #0F172A; }
  .radio-inline__input:checked + .radio-inline__label.-ng {
    border: 1px solid #FF1744;
    color: #FF1744;
    background: #FFEBEE; }
    .radio-inline__input:checked + .radio-inline__label.-ng .material-symbols-outlined {
      color: #FF1744;
      font-variation-settings: "FILL" 1; }
  .radio-inline__input:checked + .radio-inline__label.-ok {
    border: 1px solid #1E88E5;
    color: #1E88E5;
    background: #BBDEFB; }
    .radio-inline__input:checked + .radio-inline__label.-ok .material-symbols-outlined {
      color: #1E88E5;
      font-variation-settings: "FILL" 1; }
  .radio-inline__input:checked + .radio-inline__label.-pend {
    border: 1px solid #FFA726;
    color: #FFA726;
    background: #FFF3E0; }
    .radio-inline__input:checked + .radio-inline__label.-pend .material-symbols-outlined {
      color: #FFA726;
      font-variation-settings: "FILL" 1; }

.p-radio-button {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.15em 0 0 2.25em;
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer; }
  input[type=radio]:checked + .p-radio-button {
    background: #FF9800; }
    input[type=radio]:checked + .p-radio-button:before {
      border: 1px solid #fff; }
  .p-radio-button:before {
    padding: 0.5em 1.05em;
    line-height: 1.3;
    border: 1px solid #afafaf;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #667085;
    text-decoration: none;
    text-align: center;
    border-radius: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 0.85em;
    left: 0.66em;
    opacity: 0; }
    input[type=radio]:checked + .p-radio-button:before {
      opacity: 1; }
  .p-radio-button:hover {
    text-decoration: none;
    background: #ECEFF1; }

.c-btn-c > *,
.c-btn-f > * {
  padding: 0.42em 1.05em;
  line-height: 1.3;
  border-radius: 0.5em;
  font-size: 14px;
  font-size: 1.4rem; }

.c-btn-c > * {
  border: 1px solid #0F172A;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0F172A;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .c-btn-c > *:hover {
    text-decoration: none;
    background: #607D8B;
    color: #fff; }
    .c-btn-c > *:hover .material-symbols-outlined {
      color: #fff; }

.c-btn-c--white > * {
  border: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
  .c-btn-c--white > *:hover {
    border: 1px solid #afafaf;
    background: #fff; }

.c-btn-c--disabled {
  pointer-events: none; }
  .c-btn-c--disabled > * {
    border: 1px solid #BDBDBD;
    background: #F5F5F5;
    color: #BDBDBD; }
    .c-btn-c--disabled > *:visited {
      color: #BDBDBD; }

.c-btn-f > * {
  border: 1px solid #0F172A;
  background: #0F172A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer; }
  .c-btn-f > * .material-symbols-outlined {
    color: #fff; }
  .c-btn-f > *:visited {
    color: #fff; }
  .c-btn-f > *:hover {
    text-decoration: none;
    background: #334155;
    border: 1px solid #334155;
    color: #fff; }

.c-btn-f--white > * {
  border: none;
  background: #fff;
  color: #0F172A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .c-btn-f--white > *:hover {
    color: #FF9800; }

.c-btn-f--warn > * {
  border: none;
  background: #dd3654;
  border: 1px solid #dd3654;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .c-btn-f--warn > *:hover {
    background: #e14c67;
    border: 1px solid #e14c67;
    color: #fff; }

.c-btn-f--blue > * {
  border: none;
  background: #0277BD;
  border: 1px solid #0277BD;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .c-btn-f--blue > *:hover {
    background: #0287d6;
    border: 1px solid #0287d6;
    color: #fff; }

.c-btn-f--disabled {
  pointer-events: none; }
  .c-btn-f--disabled > * {
    border: 1px solid #BDBDBD;
    background: #F5F5F5;
    color: #BDBDBD; }

.c-btn-f span.material-symbols-outlined,
.c-btn-c span.material-symbols-outlined {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 3px; }

.c-btn-f.-size-l > *,
.c-btn-c.-size-l > * {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.5em 1.5em 1.5em 1.5em; }
  .c-btn-f.-size-l > * span.material-symbols-outlined,
  .c-btn-c.-size-l > * span.material-symbols-outlined {
    font-size: 16px;
    font-size: 1.6rem; }

.c-btn-f.-size-xl > *,
.c-btn-c.-size-xl > * {
  font-size: 28px;
  font-size: 2.8rem; }

.c-btn-f.-size-s > *,
.c-btn-c.-size-s > * {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.25em 0.5em; }

.c-btn-f--block > *,
.c-btn-c--block > * {
  width: 100%; }

.c-btn-f--block-xs > *,
.c-btn-c--block-xs > * {
  max-width: 100%;
  width: 80px; }

.c-btn-f--block-small > *,
.c-btn-c--block-small > * {
  max-width: 100%;
  width: 140px; }

.c-btn-f--block-middle,
.c-btn-c--block-middle {
  margin-left: auto;
  margin-right: auto; }
  .c-btn-f--block-middle > *,
  .c-btn-c--block-middle > * {
    max-width: 100%;
    width: 300px; }

.c-btn-f--block-full,
.c-btn-c--block-full {
  margin-left: auto;
  margin-right: auto; }
  .c-btn-f--block-full > *,
  .c-btn-c--block-full > * {
    max-width: 100%;
    width: 600px; }

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100dvh - 65px); }
  .c-column__sub {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 260px;
    background-color: #455A64;
    overflow-y: auto; }
  .c-column__main {
    width: 100%;
    padding: 20px 30px; }

.c-container {
  width: 100%; }

.c-crumb {
  width: 100%;
  margin: 0px auto 0px;
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-crumb__container a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px; }
    .c-crumb__container a:hover {
      text-decoration: none; }
  .c-crumb__container ~ .c-crumb__container {
    position: relative;
    padding-left: 1.25em; }
    .c-crumb__container ~ .c-crumb__container::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 0.5em;
      height: 0.5em;
      margin: -0.25em 0 0 0;
      border-top: solid 1px #0F172A;
      border-right: solid 1px #0F172A;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.c-footer {
  position: relative;
  padding: 60px 15px; }
  .c-footer__copy {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

:-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

:-moz-placeholder-shown {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

:placeholder-shown {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc !important; }

input[type='radio'],
input[type='checkbox'] {
  width: 0;
  height: 0;
  float: left; }

.c-input, .c-textarea {
  max-width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 0.35em;
  background-color: #fff;
  -webkit-transition: border-color 0.6s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  transition: border-color 0.6s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  padding: 1.04em 1.05em;
  color: #0F172A;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.7, 0.4, 0.98);
          transition-timing-function: cubic-bezier(0.11, 0.7, 0.4, 0.98); }
  .c-input--picker {
    padding: 0.5em 1.05em 0.5em 2.5em; }
  .c-input--search {
    padding: 0.68em 2.5em 0.68em 1.05em; }
  .c-input:focus, .c-textarea:focus {
    -webkit-box-shadow: 0 0 4px rgba(255, 172, 47, 0.8);
            box-shadow: 0 0 4px rgba(255, 172, 47, 0.8); }
  .c-input.is-error, .is-error.c-textarea {
    border: 1px solid #E53935;
    background: #fceaea; }
  .c-input.-size-full, .-size-full.c-textarea {
    width: 100%; }
  .c-input.-size-l, .-size-l.c-textarea {
    width: 600px; }
  .c-input.-size-m, .-size-m.c-textarea {
    width: 260px; }
  .c-input.-size-s, .-size-s.c-textarea {
    width: 120px; }
  .c-input.-size-xs, .-size-xs.c-textarea {
    width: 80px; }
  .c-input.-picker-size-s, .-picker-size-s.c-textarea {
    width: 160px; }

.c-input-calendar {
  position: relative; }
  .c-input-calendar::after {
    pointer-events: none;
    content: '';
    background-color: #FFF;
    background-image: url(/common/image/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-input-search {
  position: relative; }
  .c-input-search::after {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: 'Material Symbols Outlined';
    content: '\e8b6';
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #BDBDBD;
    width: 18px;
    height: 18px; }

.c-textarea {
  resize: vertical;
  width: 100%;
  min-height: 10em;
  -webkit-transition: background 0.3s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  transition: background 0.3s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  display: block;
  max-width: none; }
  .c-textarea:disabled {
    background: #FF9800; }

.c-select-wrap {
  position: relative;
  display: block; }
  .c-select-wrap:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.25em;
    pointer-events: none;
    font-family: 'Material Symbols Outlined';
    content: '\e313';
    font-size: 1.6em; }
  .c-select-wrap.-size-full {
    max-width: none;
    width: 100%; }
  .c-select-wrap.-size-l {
    max-width: none;
    width: 300px; }
  .c-select-wrap.-size-m {
    max-width: none;
    width: 240px; }
  .c-select-wrap.-size-s {
    max-width: none;
    width: 120px; }

.c-select {
  color: #0F172A;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #afafaf;
  padding: 0.65em 1.5em 0.65em 0.75em;
  border-radius: 0.35em;
  line-height: 1.3;
  -webkit-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
  cursor: pointer;
  background: #fff; }
  .c-select:focus {
    border-color: #636363; }
  .c-select::-ms-expand {
    display: none; }
  .c-select.is-error {
    border: 1px solid #E53935;
    background: #fceaea; }

.c-formYmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-formYmd > * {
    padding-right: 20px;
    min-width: 20%; }
    .c-formYmd > *:first-child {
      min-width: 30%; }
  .c-formYmd .c-select-wrap {
    display: block; }

.c-radio,
.c-checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.15em 0 0 2.25em;
  line-height: 1.3;
  cursor: pointer; }
  .c-radio:after,
  .c-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 0.125em;
    left: 0.3125em;
    display: block;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #bbb;
    border-radius: 0.25em;
    content: ''; }

.c-radio--disabled {
  cursor: default; }
  .c-radio--disabled:after {
    background-color: #ECEFF1;
    border: 2px solid #ECEFF1; }

.c-select--disabled {
  cursor: default; }
  .c-select--disabled:after {
    background-color: #ECEFF1;
    border: 2px solid #ECEFF1; }

.c-radio:after {
  border-radius: 50%; }

.c-radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.50em;
  left: 0.671em;
  display: block;
  margin-top: 0;
  width: 0.53em;
  height: 0.53em;
  border-radius: 50%;
  background-color: #455A64;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .c-radio:before {
    opacity: 1; }

.c-checkbox--single {
  display: block;
  margin: 0;
  padding: 0;
  width: 0.35em;
  height: 0.65em; }

.c-checkbox:after {
  background-color: #fff; }
  input[type=checkbox]:checked + .c-checkbox:after {
    background-color: #455A64; }

.c-checkbox:before {
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.35em;
  left: 0.72em;
  display: block;
  width: 0.35em;
  height: 0.65em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  input[type=checkbox]:checked + .c-checkbox:before {
    opacity: 1; }

.c-form-input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.75em;
  gap: 24px; }
  .c-form-input-list > li {
    margin-top: 0.75em; }
  .c-form-input-list--row3 > li {
    width: calc(33% - 8px); }

.c-form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  .c-form-name .c-input, .c-form-name .c-textarea {
    width: 12em; }

.c-form-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
    max-width: 8em; }
  .c-form-tel__block ~ .c-form-tel__block {
    margin-left: 24px;
    position: relative; }
    .c-form-tel__block ~ .c-form-tel__block:before {
      content: '-';
      font-weight: bold;
      position: absolute;
      left: calc(-12px - 0.2em);
      top: calc(50% - 0.5em); }

.c-form-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-form-zip__block ~ .c-form-zip__block {
    margin-left: 24px;
    position: relative; }
    .c-form-zip__block ~ .c-form-zip__block:before {
      content: '-';
      font-weight: bold;
      position: absolute;
      left: calc(-12px - 0.2em);
      top: calc(50% - 0.5em); }
  .c-form-zip__block:nth-child(1) input {
    width: 5em; }
  .c-form-zip__block:nth-child(2) input {
    width: 6em; }
  .c-form-zip__btn {
    height: 50px;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 0 2em;
    margin-left: 20px; }

.c-form-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }
  .c-form-range__item {
    position: relative; }
    .c-form-range__item:before {
      content: '～';
      position: absolute;
      left: -1.65em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-form-range__item:first-of-type:before {
      content: none; }

.c-formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: none;
  min-height: 56px; }
  .c-formBox.-top {
    border-top: 2px dotted #CCCCCC; }
  .c-formBox ~ .c-formBox {
    margin-top: 0px;
    padding-top: 0px; }
  .c-formBox__ttl {
    width: 280px;
    font-weight: bold;
    padding: 30px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
    border-bottom: 2px dotted #CCCCCC;
    background: #FAF7EF; }
    .c-formBox__ttl.-top {
      border-top: 2px dotted #CCCCCC; }
    .c-formBox__ttl--short {
      width: 220px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px;
      max-width: 220px; }
    .c-formBox__ttl > * {
      font-weight: bold; }
    .c-formBox__ttl--req:after {
      content: '必須';
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #fff;
      background: #FF9800;
      padding: .4em .8em;
      border-radius: 3px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      line-height: 1;
      margin-left: 1.5em;
      border-radius: 300px; }
    .c-formBox__ttl--free:after {
      content: '任意';
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #fff;
      border: 1px solid #666666;
      background: #666666;
      padding: .4em .8em;
      border-radius: 3px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      line-height: 1;
      margin-left: 1.5em;
      border-radius: 300px; }
  .c-formBox__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 30px;
    line-height: 1.5;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-bottom: 2px dotted #CCCCCC;
    word-break: break-all; }
    .c-formBox__body.-top {
      border-top: 2px dotted #CCCCCC; }
  .c-formBox__txt {
    margin-bottom: 15px; }
  .c-formBox.-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-formBox.-wrap > * {
      width: 100%; }
    .c-formBox.-wrap .c-formBox__ttl {
      margin-bottom: 15px;
      padding: 0;
      border-bottom: none; }
    .c-formBox.-wrap .c-formBox__body {
      padding: 0; }

.c-formName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formName_first > input {
    width: 10em; }
  .c-formName_last {
    margin-left: 19px; }
    .c-formName_last > input {
      width: 10em; }

.c-formErrorMessage {
  color: #dd3654;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 1em 1.25em;
  border: 1px solid #E53935;
  border-radius: 3px; }

.c-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-form-row--thin {
    gap: 12px; }
  .c-form-row--betw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-form-row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-form-row--col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; }
  .c-form-row__right {
    margin-left: auto; }

.c-input-eye {
  position: relative; }
  .c-input-eye__input {
    padding-right: 40px; }
  .c-input-eye__icon {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-head {
  width: 100%;
  background-color: #CFD8DC; }

.c-header {
  position: relative;
  margin: 0 auto 0;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px; }
  .c-header__logo {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .c-header__logo:hover {
      text-decoration: none; }
  .c-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.c-logout {
  position: relative; }
  .c-logout__trigger {
    position: relative; }
    .c-logout__trigger.is-active .material-symbols-outlined {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .c-logout__body {
    display: none;
    position: absolute;
    right: 0;
    width: 140px;
    margin-top: 5px; }
    .c-logout__body.is-opened {
      display: block; }
  .c-logout__btn > * {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.c-avator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-avator__circle > * {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FF9800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px; }
  .c-avator__class {
    color: #667085;
    font-size: 13px; }

.material-symbols-outlined {
  color: #616161;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
  .material-symbols-outlined.-deg45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.c-img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-img-txt__img {
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px;
    max-width: 440px;
    padding-right: 5%;
    padding-bottom: 2em; }
  .c-img-txt__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.c-link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-link-arrow--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-link-arrow::before {
    font-family: 'Material Symbols Outlined';
    content: '\e5cc';
    font-size: 1.15em;
    font-weight: bold; }
  .c-link-arrow > * {
    cursor: pointer; }

.c-link-line {
  text-decoration: underline; }
  .c-link-line:hover {
    text-decoration: none; }

.c-link-cursor {
  cursor: pointer; }

.c-list li {
  line-height: 1.65;
  list-style-position: outside; }

.c-list--height-wide li {
  line-height: 1.85; }

.c-list--decimal {
  margin-left: 1.5em; }
  .c-list--decimal > li {
    list-style-type: decimal; }

.c-list--disc {
  margin-left: 1.5em; }
  .c-list--disc > li {
    list-style-type: disc; }

.c-list--circle {
  margin-left: 1.5em; }
  .c-list--circle > li {
    list-style-type: circle; }

.c-list--roman {
  margin-left: 1.5em; }
  .c-list--roman > li {
    list-style-type: lower-roman; }

.c-list--notice > li {
  margin-left: 1em;
  text-indent: -1em; }
  .c-list--notice > li::before {
    content: '※'; }

.c-list--check > li {
  margin-left: 1.25em;
  text-indent: -1.25em; }
  .c-list--check > li::before {
    content: '';
    display: block;
    position: relative;
    top: .85em;
    left: -1em;
    width: 0.75em;
    height: 0.35em;
    border-left: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.c-navi {
  font-size: 14px;
  font-size: 1.4rem; }

.c-navi-date {
  padding: 20px 16px;
  background-color: #fff;
  border-left: #ECEFF1 solid 2px;
  border-right: #ECEFF1 solid 2px; }
  .c-navi-date > * ~ * {
    margin-top: .75em; }
  .c-navi-date__btn > * {
    max-width: 100%;
    width: 110px;
    padding: 0.15em 1.05em; }

.c-navi-icon {
  width: 30px;
  height: 24px;
  text-align: center; }
  .c-navi-icon .material-symbols-outlined {
    color: #fff; }

.c-navi-ttl {
  font-weight: bold; }
  .c-navi-ttl.-grandchild {
    font-weight: normal; }

.c-navi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .c-navi-link:visited {
    color: #fff; }
  .c-navi-link:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #fff;
    background-color: #3b4c55; }
  .c-navi-link.is-current {
    background-color: #ffac2f; }

.new {
  display: none; }
  .new:has(span) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    .new:has(span) span {
      display: inline-block;
      background-color: #dd3654;
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      border-radius: 1em;
      line-height: 1;
      padding: 0.5em; }

.details-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .details-summary.layer1:hover {
    background-color: #3b4c55; }
  .details-summary.layer2 {
    background-color: #FFECB3;
    background-color: #ECEFF1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
    padding-right: 36px;
    color: #0F172A; }
  .details-summary.is-current.layer1 {
    background-color: #FF9800;
    color: #fff; }
  .details-summary.is-current.layer2 {
    background-color: #ffac2f;
    color: #fff; }
  .details-summary:hover {
    cursor: pointer;
    opacity: 0.9; }
  .details-summary .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .details-summary .arrow::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 10px;
      height: 10px;
      line-height: 1;
      border: 2px solid #fff;
      border-left: 0;
      border-bottom: 0;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .details-summary.layer2 .arrow::after {
    border: 1px solid #0F172A;
    border-left: 0;
    border-bottom: 0; }
  .details-summary.is-active .arrow::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .details-summary.is-current .arrow::after {
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0; }

.details-summary::-webkit-details-marker {
  display: none; }

.details-content {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.details-summary.is-current + .details-content .details-content-item.layer3 {
  background-color: #FFF3E0;
  padding-left: 40px; }

.details-summary.is-current + .details-content .details-content-item.is-current.layer3 {
  background-color: #FFE0B2; }

.details-content-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .details-content-item.is-current.layer3 {
    background-color: #ffac2f;
    color: #fff; }
  .details-content-item.layer2 {
    background-color: #ECEFF1;
    padding-left: 40px; }
  .details-content-item.layer3 {
    background-color: #FFF8E1;
    padding-left: 40px; }
  .details-content-item.layer4 {
    background-color: #19aea9; }
  .details-content-item:hover {
    cursor: pointer;
    opacity: 0.9;
    text-decoration: none; }

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px; }
  .c-pager--single {
    width: 100%; }
  .c-pager__arrow {
    font-size: 22px;
    font-size: 2.2rem; }
    .c-pager__arrow--left {
      margin-right: 1em; }
    .c-pager__arrow--right {
      margin-left: 1em; }
    .c-pager__arrow > div {
      color: #afafaf;
      pointer-events: none;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-pager__arrow > div div {
        font-size: 12px;
        font-size: 1.2rem; }
      .c-pager__arrow > div .material-symbols-outlined {
        -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        -webkit-transform: scale(1.5, 1);
                transform: scale(1.5, 1);
        color: #afafaf; }
    .c-pager__arrow > a {
      color: #0F172A;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-pager__arrow > a div {
        font-size: 12px;
        font-size: 1.2rem; }
      .c-pager__arrow > a .material-symbols-outlined {
        -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        -webkit-transform: scale(1.5, 1);
                transform: scale(1.5, 1); }
      .c-pager__arrow > a:hover {
        color: #FF9800;
        text-decoration: none; }
  .c-pager__item {
    font-size: 12px;
    font-size: 1.2rem; }
    .c-pager__item > p {
      background: #fff;
      pointer-events: none;
      width: 3.8rem;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .c-pager__item > a {
      background: #fff;
      border: 1px solid #afafaf;
      width: 3.8rem;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 4px;
      -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      color: #0F172A; }
      .c-pager__item > a:hover {
        background: #667085;
        color: #fff;
        text-decoration: none; }
    .c-pager__item.is-current > a {
      background: #455A64;
      border-color: #455A64;
      pointer-events: none;
      color: #fff; }

.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 1em;
  font-size: 16px; }
  .rate:before, .rate:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    display: inline-block;
    height: 16px;
    line-height: 1em; }
  .rate:before {
    color: #ddd; }
  .rate:after {
    color: #FFCA28;
    overflow: hidden;
    white-space: nowrap; }

.rate0:after {
  width: 0; }

.rate1:after {
  width: 16px; }

.rate1-5:after {
  width: 24px; }

.rate2:after {
  width: 32px; }

.rate2-5:after {
  width: 40px; }

.rate3:after {
  width: 48px; }

.rate3-5:after {
  width: 56px; }

.rate4:after {
  width: 64px; }

.rate4-5:after {
  width: 72px; }

.rate5:after {
  width: 80px; }

.wrap {
  width: 80px;
  line-height: 1em; }

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-row--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-row.-g5 {
    gap: 5px; }
  .c-row.-g10 {
    gap: 10px; }

.c-table {
  width: 100%;
  border-top: 1px solid #afafaf; }
  .c-table.fixed {
    table-layout: fixed; }
  .c-table.-border-none {
    border-top: none; }
  .c-table.-border {
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf; }
  .c-table + .c-table {
    margin-top: 30px; }
  .c-table.-nm {
    margin-top: 0;
    border-top: none; }
  .c-table thead tr {
    background-color: #455A64; }
    .c-table thead tr.-center td,
    .c-table thead tr.-center th {
      text-align: center; }
  .c-table thead td,
  .c-table thead th {
    color: #fff;
    text-align: left;
    padding: 1.15em 1em;
    line-height: 1.2; }
  .c-table tr {
    border-bottom: 1px solid #afafaf; }
    .c-table tr.-border-none {
      border-bottom: none; }
    .c-table tr.-tr-end {
      border-width: 5px;
      border-color: #546E7A; }
    .c-table tr.-tr-thin th,
    .c-table tr.-tr-thin td {
      padding: 0.5em 1em; }
  .c-table tr.-vertical-center th,
  .c-table tr.-vertical-center td {
    vertical-align: middle; }
  .c-table th,
  .c-table td {
    word-break: break-all; }
    .c-table th.-center,
    .c-table td.-center {
      text-align: center; }
    .c-table th.-vertical-btm,
    .c-table td.-vertical-btm {
      vertical-align: bottom; }
    .c-table th.-vertical-center,
    .c-table td.-vertical-center {
      vertical-align: middle; }
    .c-table th.-border-r,
    .c-table td.-border-r {
      border-right: 1px solid #afafaf; }
    .c-table th.-bg-d1,
    .c-table td.-bg-d1 {
      background: #303f46 !important;
      color: #fff; }
      .c-table th.-bg-d1 a,
      .c-table td.-bg-d1 a {
        color: #fff;
        text-decoration: underline; }
        .c-table th.-bg-d1 a:hover,
        .c-table td.-bg-d1 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d2,
    .c-table td.-bg-d2 {
      background: #455A64 !important;
      color: #fff; }
      .c-table th.-bg-d2 a,
      .c-table td.-bg-d2 a {
        color: #fff;
        text-decoration: underline; }
        .c-table th.-bg-d2 a:hover,
        .c-table td.-bg-d2 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d3,
    .c-table td.-bg-d3 {
      background: #5a7582 !important;
      color: #fff; }
      .c-table th.-bg-d3 a,
      .c-table td.-bg-d3 a {
        color: #fff;
        text-decoration: underline; }
        .c-table th.-bg-d3 a:hover,
        .c-table td.-bg-d3 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d4,
    .c-table td.-bg-d4 {
      background: #728f9d;
      color: #fff; }
      .c-table th.-bg-d4 a,
      .c-table td.-bg-d4 a {
        color: #fff;
        text-decoration: underline; }
        .c-table th.-bg-d4 a:hover,
        .c-table td.-bg-d4 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d45,
    .c-table td.-bg-d45 {
      background: #d8dee2;
      color: #000; }
      .c-table th.-bg-d45 a,
      .c-table td.-bg-d45 a {
        text-decoration: underline; }
        .c-table th.-bg-d45 a:hover,
        .c-table td.-bg-d45 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d5,
    .c-table td.-bg-d5 {
      background: #ECEFF1;
      color: #000; }
      .c-table th.-bg-d5 a,
      .c-table td.-bg-d5 a {
        text-decoration: underline; }
        .c-table th.-bg-d5 a:hover,
        .c-table td.-bg-d5 a:hover {
          text-decoration: none; }
    .c-table th.-bg-d6,
    .c-table td.-bg-d6 {
      background: #CFD8DC;
      color: #000; }
      .c-table th.-bg-d6 a,
      .c-table td.-bg-d6 a {
        text-decoration: underline; }
        .c-table th.-bg-d6 a:hover,
        .c-table td.-bg-d6 a:hover {
          text-decoration: none; }
    .c-table th.-bg-none,
    .c-table td.-bg-none {
      background: #fff;
      color: #000; }
      .c-table th.-bg-none a,
      .c-table td.-bg-none a {
        text-decoration: underline; }
        .c-table th.-bg-none a:hover,
        .c-table td.-bg-none a:hover {
          text-decoration: none; }
    .c-table th.w24,
    .c-table td.w24 {
      max-width: 24px !important; }
    .c-table th.w56,
    .c-table td.w56 {
      max-width: 56px !important; }
    .c-table th.w72,
    .c-table td.w72 {
      max-width: 72px !important; }
    .c-table th.w80,
    .c-table td.w80 {
      max-width: 80px !important; }
    .c-table th.w120,
    .c-table td.w120 {
      width: 120px !important; }
  .c-table tbody tr.-center th {
    text-align: center; }
  .c-table tbody th,
  .c-table tbody td {
    line-height: 1.5;
    padding: 1.15em 1em;
    vertical-align: top; }
  .c-table tbody th {
    font-weight: normal;
    vertical-align: top;
    text-align: left; }
  .c-table--color tbody th {
    background-color: #ECEFF1; }
  .c-table__ttl {
    font-weight: bold;
    margin-bottom: 5px; }
  .c-table--left td {
    text-align: left; }

a[href^='tel:'] {
  pointer-events: none; }

.c-toTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 100; }
  .c-toTop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #0F172A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border-radius: 500px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .c-toTop a .material-symbols-outlined {
      color: #fff; }
    .c-toTop a:hover {
      background-color: #1c2c50; }

.c-wrapper {
  width: 1920px;
  max-width: 100%;
  overflow: hidden; }
  .c-wrapper--top {
    margin-top: 50px; }

.c-wrapper-wide {
  width: 1600px;
  max-width: 100%;
  margin: auto; }

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-board-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-top: 10px; }
  .p-board-item-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-board-item-row__pic {
    max-width: 100px; }
    .p-board-item-row__pic img {
      width: 100%;
      aspect-ratio: 3/2;
      -o-object-fit: cover;
         object-fit: cover; }

.p-board-box ~ .p-board-box {
  margin-top: 15px; }

.p-board-box__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border-top: 2px solid #0F172A;
  border-bottom: 1px solid #0F172A;
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 10px; }
  .p-board-box__ttl:hover {
    background-color: #ECEFF1; }
  .p-board-box__ttl::-webkit-details-marker {
    display: none; }
  .p-board-box__ttl:before, .p-board-box__ttl:after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 1.0em;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .p-board-box__ttl:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  details[open] .p-board-box__ttl:before {
    display: none; }

.p-board-box__content {
  padding: 15px 0; }

.p-board-box[open] .p-board-box__content {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.drop-area {
  border: 2px dotted #888 !important;
  background-color: #F0F0F0 !important;
  border-radius: 5px;
  padding: 20px;
  text-align: center; }
  .drop-area label {
    width: 100%;
    display: inline-block; }
    .drop-area label:hover {
      cursor: pointer; }
    .drop-area label input {
      display: none; }
  .drop-area .preview-area {
    font-weight: bold; }

.p-board-header {
  width: 100%; }
  .p-board-header__top {
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px; }
  .p-board-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-board-header__bottom .-ttl {
      font-weight: bold;
      font-size: 16px; }

.p-board-message {
  padding: 0 10px 10px;
  border-bottom: 2px dotted #888; }
  .p-board-message ~ .p-board-message {
    margin-top: 20px; }
  .p-board-message__reply {
    color: #0277BD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 10px; }
  .p-board-message__to {
    font-size: 13px; }
  .p-board-message__content {
    font-size: 16px;
    margin-top: 10px; }
  .p-board-message__file {
    margin-top: 15px;
    background-color: #ECEFF1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px; }
    .p-board-message__file > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px; }
  .p-board-message__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px; }

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
  width: 100%; }
  .p-card__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 295px;
    padding: 8px; }
    .p-card__item.is-ng {
      background-color: #B0BEC5; }

.p-container {
  padding: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .p-container--short {
    max-width: 900px; }

.p-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }
  .p-control--footer {
    border-top: 2px solid #0F172A;
    border-bottom: 2px solid #0F172A;
    padding-top: 10px;
    padding-bottom: 10px; }
  .p-control__right {
    margin-left: auto; }

.p-control-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECEFF1;
  padding: 1em; }
  .p-control-select__right {
    margin-left: auto; }
  .p-control-select--footer {
    margin-top: 20px; }

.p-conditions ~ .p-control {
  margin-top: 40px; }

.p-conditions__head {
  border-top: 4px solid #455A64;
  border-bottom: 2px solid #455A64;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 20px; }

.p-conditions__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.p-conditions__body {
  padding: 20px 20px;
  border-bottom: 2px solid #455A64; }

.p-conditions-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .p-conditions-table ~ .p-conditions-table {
    margin-top: 1.2em; }
  .p-conditions-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.15em; }
  .p-conditions-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }

.p-heading-primary {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 0.65em;
  line-height: 1.3; }

.p-heading-secondary {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 0.85em;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.3; }

.p-heading-strong {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold; }

.p-heading-large {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold; }

.p-heading-productname {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-top: 2px #BDBDBD solid;
  border-bottom: 2px #BDBDBD solid;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  margin-bottom: 24px; }

.p-heading-border {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 2px solid #0F172A;
  margin-bottom: 1em; }

.p-heading-border-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid #0F172A;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
  padding-bottom: 0.25em; }
  .p-heading-border-row__txt {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: bold; }

.p-judge-label {
  color: #fff;
  padding: 0.1em 0.35em;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #FF9800;
  border: 1px solid #FF9800;
  font-weight: bold;
  min-width: 3.5em;
  text-align: center; }
  .p-judge-label.-red-fill {
    border: 1px solid #FF1744;
    color: #FFF;
    background: #FF1744; }
  .p-judge-label.-blue-fill {
    border: 1px solid #29B6F6;
    color: #FFF;
    background: #29B6F6; }

.p-item-label {
  color: #fff;
  padding: 0.1em 0.35em;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #FF9800;
  border: 1px solid #FF9800;
  font-weight: bold;
  min-width: 5.5em;
  text-align: center; }
  .p-item-label.-orange {
    color: #FF9800;
    border: 1px solid #FF9800;
    background: #FAF7EF; }
  .p-item-label.-green {
    background: #e7faf1;
    color: #1D9961;
    border: 1px solid #1D9961; }
  .p-item-label.-grey {
    background-color: #afafaf;
    border: 1px solid #afafaf; }
  .p-item-label.-red {
    border: 1px solid #FF1744;
    color: #FF1744;
    background: #FFEBEE; }
  .p-item-label.-red-fill {
    border: 1px solid #F44336;
    color: #FFF;
    background: #F44336; }
  .p-item-label.-pink {
    border: 1px solid #eb6e8f;
    color: #eb6e8f;
    background: #fde9ee; }
  .p-item-label.-mizu {
    border: 1px solid #088eca;
    color: #088eca;
    background: #B2EBF2; }
  .p-item-label.-blue-l {
    border: 1px solid #1E88E5;
    color: #1E88E5;
    background: #f4f8fa; }
  .p-item-label.-blue {
    border: 1px solid #1E88E5;
    color: #1E88E5;
    background: #BBDEFB; }
  .p-item-label.-grey {
    border: 1px solid #667085;
    color: #667085;
    background: #ECEFF1; }

.p-item-label-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0.5em 1em;
  background-color: #D8FBD8;
  border: 1px solid #1D9961;
  border-radius: 0.5em;
  margin-bottom: 20px; }
  .p-item-label-comp .material-symbols-outlined {
    color: #1D9961;
    font-size: 24px;
    font-size: 2.4rem;
    font-variation-settings: "FILL" 1; }

.p-item-label-amazon {
  color: #fff;
  padding: 0.1em 0.35em;
  background-color: #718096;
  border: 1px solid #718096;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  white-space: nowrap; }

.p-item-label-prod {
  color: #fff;
  padding: 0.1em 0.35em;
  background-color: #29B6F6;
  border: 1px solid #29B6F6;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  white-space: nowrap; }

.p-item-label-special {
  color: #fff;
  padding: 0.1em 0.35em;
  background-color: #1D9961;
  border: 1px solid #1D9961;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  white-space: nowrap; }

.p-item-status-pend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFA726;
  color: #FFA726;
  background: #FFF3E0;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-pend .material-symbols-outlined {
    color: #FFA726;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-ng {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF1744;
  color: #FF1744;
  background: #FFEBEE;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-ng .material-symbols-outlined {
    color: #FF1744;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-ok {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1E88E5;
  color: #1E88E5;
  background: #BBDEFB;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-ok .material-symbols-outlined {
    color: #1E88E5;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-exemption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1D9961;
  color: #1D9961;
  background: #D8FBD8;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }

.p-item-table-thumb {
  width: 90px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover; }

.p-item-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-item-result--bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0 30px; }
  .p-item-result__number {
    color: #0F172A;
    font-weight: bold; }
    .p-item-result__number span {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      color: #FF9800; }
  .p-item-result__display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em; }
    .p-item-result__display a {
      font-weight: bold; }
  .p-item-result__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  .p-item-result__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.p-item-img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover; }

.p-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-item-row .-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .p-item-row .-pre-row1 {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px; }
  .p-item-row .-pre-row2 {
    text-align: center;
    -ms-flex-preferred-size: 132px;
        flex-basis: 132px;
    max-width: 132px; }
  .p-item-row .-pre-row3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px; }
  .p-item-row__g1 {
    padding-left: 20px; }

.p-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #ECEFF1;
  padding: 15px 15px 30px;
  position: relative; }
  .p-login__footer {
    position: absolute;
    bottom: 5px;
    height: 30px; }
    .p-login__footer p {
      font-size: 12px;
      font-size: 1.2rem; }
  .p-login__heading {
    text-align: center; }

.p-login-dialog {
  width: 640px;
  max-width: 100%; }
  .p-login-dialog__head {
    background-color: #607D8B;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em;
    border-radius: 20px 20px 0 0; }
  .p-login-dialog__body {
    padding: 3em 2em;
    background-color: #fff;
    border-radius: 16px; }
    .p-login-dialog__body.-hashead {
      border-radius: 0 0 16px 16px; }
  .p-login-dialog__inner {
    width: 400px;
    max-width: 100%;
    margin: auto; }
  .p-login-dialog__btn > * {
    padding: 1em; }

.p-jq-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1000px;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  pointer-events: none; }
  .p-jq-modal.-iframe .p-jq-modal__inner {
    padding: 0 !important; }
  .p-jq-modal__inner {
    background: #fff;
    position: relative;
    padding: 30px 30px 60px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    max-height: 90%;
    overflow: auto;
    width: 80dvw;
    max-width: 1000px; }
    .p-jq-modal__inner--size-m {
      width: 640px;
      max-width: 96dvw;
      padding: 30px 80px 60px 80px; }
  .p-jq-modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .p-jq-modal__close:hover {
      color: #8893a8; }
  .p-jq-modal__ttl {
    margin: 0;
    padding: 20px 60px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }
  .p-jq-modal__ttl-border {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-bottom: 2px solid #0F172A;
    margin-bottom: 1em; }
  .p-jq-modal__lead {
    margin-bottom: 20px; }
  .p-jq-modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-jq-modal__cover {
    width: 900px;
    max-width: 100%; }
  .p-jq-modal.is-opened {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: inherit; }

.p-jq-modal-iframe {
  padding: 30px 30px 60px 30px; }

/**************************\
  Basic Modal Styles
\**************************/
.c-modal {
  display: none; }
  .c-modal.is-open {
    display: block; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal__overlay--rtop {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.5%;
    padding-right: 2.5%; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 640px;
  max-height: 100vh;
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 1.25; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__content-short {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.modal__btn {
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1B95E0;
  color: #fff;
  border-radius: 4px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  width: 100%;
  max-width: 320px;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.modal__container.iframe__container {
  max-width: 1000px; }

.modal__content iframe {
  max-width: 100%; }

.p-multi-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; }
  .p-multi-select__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-multi-select__item-control {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    max-width: 120px; }
  .p-multi-select__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-multi-select__pulldown {
    width: 100%; }
  .p-multi-select__btn > * {
    white-space: nowrap;
    padding: 0.65em 1.05em; }
  .p-multi-select__gutter {
    height: 93px; }
  .p-multi-select__gutter2 {
    height: 50px; }
  .p-multi-select__multiple {
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .p-multi-select__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .p-multi-select button {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #0F172A;
    background: #fff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .p-multi-select button:hover {
      text-decoration: none;
      background: #607D8B;
      color: #fff; }
  .p-multi-select select[multiple] option {
    white-space: normal;
    color: #333;
    padding: 10px 5px 10px 35px;
    position: relative;
    background: url(../image/icon-check-empty.svg) 10px center/15px auto no-repeat !important; }
  .p-multi-select select[multiple] option.-linked {
    background: #ECEFF1 url(../image/icon-check-empty.svg) 10px center/15px auto no-repeat !important; }
  .p-multi-select select[multiple] option:checked {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFEBEE url(../image/icon-checked.svg) 10px center/15px auto no-repeat !important; }
  .p-multi-select select[multiple] option:checked.-linked {
    background: #FFEBEE url(../image/icon-checked.svg) 10px center/15px auto no-repeat !important; }

.p-product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-product-action__rank {
    background-color: #FF9800;
    font-weight: bold;
    padding: 0.38em 0.5em;
    color: #fff;
    line-height: 1; }
  .p-product-action__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }

.p-product-data {
  cursor: pointer; }
  .p-product-data__fig {
    text-align: center;
    background-color: #fff;
    margin-top: 24px; }
    .p-product-data__fig img {
      width: 100%;
      height: 210px;
      -o-object-fit: cover;
         object-fit: cover; }
  .p-product-data__ttl {
    margin-top: 24px;
    max-height: calc(1.4 * 1.65 * 3rem);
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .p-product-data__rated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 8px; }
    .p-product-data__rated .-wrap {
      line-height: 1; }
    .p-product-data__rated .-count {
      line-height: 1;
      font-size: 13px;
      font-size: 1.3rem; }
  .p-product-data__price {
    color: #dd3654;
    font-weight: bold;
    margin-top: 8px; }

.p-section {
  margin-top: 0px;
  overflow: hidden; }
  .p-section ~ .p-section {
    padding-top: 40px; }
  .p-section--top {
    padding-top: 20px; }
  .p-section--bottom-m {
    padding-bottom: 60px; }
  .p-section--bottom {
    padding-bottom: 80px; }

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.p-tabgroup {
  width: 100%;
  margin: 80px auto; }

.p-tab__area {
  margin: 0;
  border-bottom: 2px solid #FF9800; }

.p-tab__area-wrapper {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-tab__area-wrapper > li {
    width: calc(33.3% - 14px);
    margin: 0 21px 0 0;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8em 0;
    color: #afafaf;
    background: #ECEFF1;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: ease 0.3s background, ease 0.3s border-color;
    transition: ease 0.3s background, ease 0.3s border-color;
    cursor: pointer; }
    .p-tab__area-wrapper > li label {
      font-weight: 600; }
    .p-tab__area-wrapper > li:last-child {
      margin: 0; }
    .p-tab__area-wrapper > li:hover {
      background: #eb8c00; }
    .p-tab__area-wrapper > li.is-active {
      background: #FF9800;
      color: #fff; }
      .p-tab__area-wrapper > li.is-active label {
        font-weight: 600;
        color: #fff; }
  .p-tab__area-wrapper label {
    line-height: 1.3;
    cursor: pointer; }

.p-tab__input {
  display: none; }

.p-tab__content {
  background: #fff; }

.p-tab__panel {
  width: 100%;
  padding: 80px 0;
  display: none; }
  .p-tab__panel.is-active {
    display: block;
    -webkit-animation: tabAnim ease 0.6s forwards;
            animation: tabAnim ease 0.6s forwards; }

.p-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  .p-table ~ .p-table {
    border-top: none;
    margin-top: 0px !important;
    padding-top: 0px; }
  .p-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px 30px 0;
    position: relative;
    min-height: 60px;
    font-size: 18px;
    font-size: 1.8rem; }
    .p-table__ttl--long {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px;
      max-width: 220px; }
    .p-table__ttl > * {
      font-weight: bold; }
  .p-table__body {
    min-height: 60px;
    padding: 30px 15px;
    width: 100%; }

.p-table-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  color: #686868; }
  .p-table-color ~ .p-table-color {
    margin-top: 3px;
    padding-top: 0px; }
  .p-table-color__ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1em;
    position: relative;
    min-height: 60px;
    background: #e9f1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-table-color__ttl.-bg-blue {
      color: #FF9800;
      font-weight: 300; }
    .p-table-color__ttl--long {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px;
      max-width: 220px; }
    .p-table-color__ttl > * {
      font-weight: bold; }
  .p-table-color__body {
    background: #f4f8fa;
    min-height: 60px;
    padding: 1.18em 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-table-color__body.-bg-blue {
      background: #fff;
      font-weight: 300; }

.p-table-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 700px;
  max-width: 100%;
  margin: auto; }
  .p-table-flat ~ .p-table-flat {
    margin-top: 10px; }
  .p-table-flat__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 0 0;
    position: relative; }
  .p-table-flat__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }

.p-dltable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .p-dltable ~ .p-dltable {
    margin-top: 5px; }
  .p-dltable dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    font-weight: bold;
    font-size: 1.05em; }
  .p-dltable dd {
    text-indent: -1em;
    margin-left: 1em; }

.p-tabline {
  margin-top: 1em;
  border-bottom: 5px solid #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-tabline__item {
    padding: 0.75em 1.25em 0.5em 1.25em;
    position: relative;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #fff; }
    .p-tabline__item:hover {
      background-color: #ECEFF1;
      text-decoration: none; }
    .p-tabline__item::after {
      width: 100%;
      height: 5px;
      background-color: #afafaf;
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      display: none;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    .p-tabline__item.is-active {
      font-weight: bold; }
      .p-tabline__item.is-active::after {
        display: block;
        background-color: #FF9800; }

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
.u-left {
  text-align: left !important; }

.u-right {
  text-align: right !important; }

.u-center {
  text-align: center !important; }

.hasHover .u-blink:hover {
  -webkit-animation: blink 0.3s linear;
          animation: blink 0.3s linear; }

.u-br-sp {
  display: none; }

.u-br-tab {
  display: none; }
  .u-br-tab--up {
    display: inline-block; }

.u-inblock {
  display: inline-block; }

.u-disp-sp {
  display: none !important; }

.u-bold {
  font-weight: bold; }

.u-large {
  font-size: 1.142em; }

.u-strong {
  font-size: 1.28em;
  font-weight: bold; }

.u-small {
  font-size: 0.875em; }

.u-theme {
  color: #FF9800; }

.u-red {
  color: #dd3654; }

.u-bold-red {
  color: #dd3654;
  font-weight: bold; }

.u-nowrap {
  white-space: nowrap; }

.u-break-all {
  word-break: break-all; }

.u-nm {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mtem {
  margin-top: 1em !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mtb10 {
  margin: 10px 0 !important; }

.u-mtb15 {
  margin: 15px 0 !important; }

.u-mtb20 {
  margin: 20px 0 !important; }

.u-mtb30 {
  margin: 30px 0 !important; }

.u-mbem {
  margin-bottom: 1em !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-width1 {
  width: 1% !important; }

.u-width2 {
  width: 2% !important; }

.u-width4 {
  width: 4% !important; }

.u-width5 {
  width: 5% !important; }

.u-width10 {
  width: 10% !important; }

.u-width13 {
  width: 13% !important; }

.u-width15 {
  width: 15% !important; }

.u-width16 {
  width: 16% !important; }

.u-width20 {
  width: 20% !important; }

.u-width25 {
  width: 25% !important; }

.u-width30 {
  width: 30% !important; }

.u-width35 {
  width: 35% !important; }

.u-width33 {
  width: 33% !important; }

.u-width40 {
  width: 40% !important; }

.u-width45 {
  width: 45% !important; }

.u-width50 {
  width: 50% !important; }

.u-width55 {
  width: 55% !important; }

.u-width60 {
  width: 60% !important; }

.u-width65 {
  width: 65% !important; }

.u-width70 {
  width: 70% !important; }

.u-width75 {
  width: 75% !important; }

.u-width80 {
  width: 80% !important; }

.u-width85 {
  width: 85% !important; }

.u-width90 {
  width: 90% !important; }

.u-width95 {
  width: 95% !important; }

.u-width100 {
  width: 100% !important; }

@media only screen and (max-width: 1200px) {
      .c-input.-size-l, .-size-l.c-textarea {
        width: 100%; } }

@media only screen and (max-width: 960px) {
      .c-column__sub {
        width: 200px; }
        .c-crumb__container ~ .c-crumb__container::after {
          margin: -0.35em 0 0 0; }
      .c-select-wrap:after {
        border-width: 4px 4px 0 4px; }
      .c-form-input-list--row3 > li {
        width: calc(50% - 12px); }
    .c-form-name__block {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-form-name .c-input, .c-form-name .c-textarea {
        width: 100%; }
    .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
      max-width: 5em; }
      .c-formBox__ttl {
        width: 180px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
        max-width: 180px; }
      .c-formBox__body {
        width: 100%; }
    .c-header {
      margin: 0;
      padding-left: 25px;
      padding-right: 25px; }
      .c-img-txt__img {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        max-width: 40%; }
    a[href^='tel:'] {
      pointer-events: fill; }
    .c-toTop {
      bottom: 40px; }
    .c-wrapper {
      max-width: 100%; }
    .c-wrapper--inner {
      padding-left: 25px;
      padding-right: 25px; }
    .c-wrapper-wide {
      max-width: 100%; }
    .p-heading-primary {
      font-size: 30px;
      font-size: 3rem; }
    .p-heading-secondary {
      font-size: 20px;
      font-size: 2rem; }
    .p-item-result {
      gap: 16px 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-item-result__number {
        width: 100%; }
      .p-section--bottom-m {
        padding-bottom: 40px; }
      .p-section--bottom {
        padding-bottom: 60px; }
    .p-tabgroup {
      margin: 50px auto; }
    .p-tab__panel {
      padding: 50px 0; }
      .p-table-color__ttl {
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 160px;
                flex: 0 0 160px;
        max-width: 160px;
        padding: 0.75em;
        min-height: auto; }
      .p-table-color__body {
        padding: 0.75em;
        min-height: auto;
        font-size: 15px;
        font-size: 1.5rem; }
    .u-br-tab {
      display: inline-block; }
  .u-br-pc {
    display: none; }
  .u-hide-md {
    display: none !important; } }

@media only screen and (max-width: 560px) {
    body {
      font-size: 13px;
      font-size: 3.46667vw; }
  .js-ac .js-ac-trigger {
    position: relative;
    width: 20px;
    height: 20px; }
    .js-ac .js-ac-trigger::before, .js-ac .js-ac-trigger::after {
      display: block;
      content: '';
      background-color: #0F172A;
      position: absolute;
      width: 10px;
      height: 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .js-ac .js-ac-trigger::before {
      width: 2px;
      height: 10px; }
  .js-ac .js-ac-target {
    display: none; }
  .js-ac.is-active .js-ac-trigger:before {
    content: normal; }
  .js-ac.is-active .js-ac-target {
    display: block; }
    .c-box {
      margin-top: 5.33333vw;
      padding: 20px; }
    .c-box-color {
      margin-top: 5.33333vw;
      padding: 20px; }
    .c-buttons-cover {
      margin-top: 8vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .c-buttons-cover ~ .c-buttons-cover {
      margin-top: 1em; }
      .c-buttons-cover.-three > * {
        width: 100%;
        margin-left: 0;
        text-align: center; }
    .c-btn-f.-size-l > *,
    .c-btn-c.-size-l > * {
      font-size: 16px;
      font-size: 4.26667vw; }
    .c-btn-f.-size-xl > *,
    .c-btn-c.-size-xl > * {
      font-size: 22px;
      font-size: 5.86667vw; }
    .c-btn-f.-size-s > *,
    .c-btn-c.-size-s > * {
      font-size: 11px;
      font-size: 2.93333vw; }
    .c-input, .c-textarea {
      padding: 1em 1em; }
      .c-input-search::after {
        font-size: 16px;
        font-size: 1.6rem; }
      .c-formYmd > * {
        width: 100%;
        padding-right: 4vw; }
        .c-formYmd > *:last-child {
          padding-right: 0; }
      .c-formYmd .c-select-wrap {
        display: block; }
    .c-radio:before {
      margin-top: -0.45em; }
    .c-form-name {
      gap: 5vw; }
      .c-form-tel__block ~ .c-form-tel__block {
        margin-left: 5vw; }
        .c-form-tel__block ~ .c-form-tel__block:before {
          left: calc(-2.5vw - 0.2em); }
    .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
      max-width: 20vw; }
      .c-form-zip__block ~ .c-form-zip__block {
        margin-left: 5vw; }
        .c-form-zip__block ~ .c-form-zip__block:before {
          left: calc(-2.5vw - 0.2em); }
      .c-form-zip__btn {
        height: 4em; }
        .c-form-range__item:before {
          left: calc(-2.5vw - 0.2em); }
    .c-formBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .c-formBox__ttl {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-right: 0;
        padding: 1.5em;
        border-bottom: none;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .c-formBox__ttl--req:after {
          font-size: 10px;
          font-size: 2.66667vw; }
        .c-formBox__ttl--free:after {
          font-size: 10px;
          font-size: 2.66667vw; }
        .c-formBox__body.-top {
          border-top: none; }
      .c-formBox__body {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding: 1.5em 0px 1.75em; }
    .c-formName_first, .c-formName_last {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-formName_first > input, .c-formName_last > input {
        width: 100%; }
    .c-img-txt {
      display: block; }
      .c-img-txt__img {
        padding-right: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
    .c-table--sp-table {
      display: table; }
    .c-table--sp-table th,
    .c-table--sp-table td {
      width: auto;
      display: table-cell; }
    .c-toTop {
      width: 8vw;
      height: 8vw;
      bottom: 8vw; }
      .c-wrapper--top {
        margin-top: 4vw; }
    .c-wrapper--inner {
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; }
      .p-card__item {
        width: 100%;
        margin-right: 0; }
    .p-heading-primary {
      font-size: 22px;
      font-size: 5.86667vw; }
    .p-heading-secondary {
      font-size: 17px;
      font-size: 4.53333vw; }
    .p-heading-strong {
      font-size: 14px;
      font-size: 3.73333vw; }
    .p-heading-large {
      font-size: 13px;
      font-size: 3.46667vw; }
    .p-heading-productname {
      font-size: 14px;
      font-size: 3.73333vw; }
    .p-heading-border {
      font-size: 14px;
      font-size: 3.73333vw; }
      .p-heading-border-row__txt {
        font-size: 14px;
        font-size: 3.73333vw; }
    .p-item-result {
      margin-top: 20px;
      margin-bottom: 20px;
      gap: 1em; }
      .p-item-result__number {
        width: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .p-item-result__select {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
    .p-item-result__pager {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .p-login {
      padding-bottom: 40px; }
      .p-jq-modal__ttl {
        font-size: 15px;
        font-size: 4vw; }
      .p-jq-modal__ttl-border {
        font-size: 14px;
        font-size: 3.73333vw; }
      .p-section--top {
        padding-top: 4vw; }
      .p-section--bottom-m {
        padding-bottom: 4vw; }
      .p-section--bottom {
        padding-bottom: 8vw; }
    .p-tabgroup {
      margin: 13.33333vw auto; }
      .p-tab__area-wrapper > li {
        font-size: 12px;
        font-size: 3.2vw;
        width: calc(33.3% - 1.2vw);
        margin: 0 1.8vw 0 0; }
        .p-tab__area-wrapper > li:last-child {
          margin: 0; }
    .p-tab__panel {
      padding: 8vw 0; }
    .p-table {
      display: block;
      margin-bottom: 0; }
      .p-table__ttl {
        font-size: 15px;
        font-size: 4vw;
        min-height: auto;
        padding: 1em 0 0; }
      .p-table__body {
        padding: 0.75em 1em 1em 0;
        min-height: auto;
        font-size: 13px;
        font-size: 3.46667vw; }
    .p-table-color {
      display: block;
      margin-bottom: 0; }
        .p-table-color__ttl--long {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 180px;
                  flex: 0 0 180px;
          max-width: 180px; }
      .p-table-color__ttl {
        font-size: 14px;
        font-size: 3.73333vw;
        height: auto;
        padding: 0.5em 1em 0.5em;
        max-width: 100%; }
      .p-table-color__body {
        padding-left: 1em;
        font-size: 13px;
        font-size: 3.46667vw; }
    .p-table-flat {
      display: block;
      margin-bottom: 0; }
  .u-center-sp {
    text-align: center; }
    .u-br-sp {
      display: inline-block; }
    .u-br-tab--only {
      display: none; }
      .u-br-tab--up {
        display: none; }
    .u-disp-sp {
      display: block !important; }
  .u-hide-sm {
    display: none !important; }
    .u-mt5 {
      margin-top: 1.33333vw !important; }
    .u-mt10 {
      margin-top: 2.66667vw !important; }
    .u-mt20 {
      margin-top: 5.33333vw !important; }
    .u-mt30 {
      margin-top: 8vw !important; }
    .u-mt40 {
      margin-top: 10.66667vw !important; }
    .u-mt50 {
      margin-top: 13.33333vw !important; }
    .u-mtb10 {
      margin: 2.66667vw 0 !important; }
    .u-mtb15 {
      margin: 4vw 0 !important; }
    .u-mtb20 {
      margin: 5.33333vw 0 !important; }
    .u-mtb30 {
      margin: 8vw 0 !important; }
    .u-mb5 {
      margin-bottom: 1.33333vw !important; }
    .u-mb10 {
      margin-bottom: 2.66667vw !important; }
    .u-mb15 {
      margin-bottom: 4vw !important; }
    .u-mt15 {
      margin-top: 4vw !important; }
    .u-mb20 {
      margin-bottom: 5.33333vw !important; }
    .u-mb25 {
      margin-bottom: 6.66667vw !important; }
    .u-mt25 {
      margin-top: 6.66667vw !important; }
    .u-mb30 {
      margin-bottom: 8vw !important; }
    .u-mb35 {
      margin-bottom: 9.33333vw !important; }
    .u-mb40 {
      margin-bottom: 10.66667vw !important; }
    .u-mb50 {
      margin-bottom: 13.33333vw !important; }
    .u-mb60 {
      margin-bottom: 16vw !important; }
    .u-ml15 {
      margin-left: 4vw !important; }
  .u-mb15-sm {
    margin-bottom: 4vw !important; }
  .u-mb30-sm {
    margin-bottom: 8vw !important; }
  .u-mt30-sm {
    margin-top: 8vw !important; } }

@media screen and (min-width: 560px) {
  .u-hide-pc-md {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .u-hide-pc {
    display: none !important; } }
