/*** body ***/
body {
  /* font-family: 'SF Pro Medium', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Hiragino Sans W3', 'Noto Sans CJK JP Regular', 'sans-serif'; */
  font-family: "Hiragino Sans", "SF Pro Text", "SF Pro Display", -apple-system, "Noto Sans JP", "Roboto", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  -webkit-touch-callout:none;
  -moz-touch-callout:none;
  user-select:none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust:none
}

.sfpror {
  font-family: "Roboto", sans-serif;
}

/*** shadow ***/
.shadow-button {
  box-shadow: 0px 0px 5px 0px #6464640A;
}

.shadow-panel {
  box-shadow: 0px 0px 5px 0px #6464640A;
}

.shadow-panel-home {
  box-shadow: 0px 4px 31px 10px #00000008;
}

/*** border ***/
.bd-button {
  border: 1px solid #FAF1E2;
  width: 100%;
}

.bd-ac-footer {
  border: 1px solid #E8E1D6;
  width: 100%;
}

/*** background-color ***/
.bg-main {
  background-color: #E8E1D6;
}

.bg-top-contents {
  background-color: #F9F2E6;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-red {
  background-color: #D43B3B;
}

.bg-ac-footer {
  background-color: #FFF9EC;
}

.bg-light-yellow {
  background-color: #F9F2E6;
}

/*** width & height ***/
.wh-top-footer-icon {
  width: 119px;
  height: 57px;
}

.h-59 {
  height: 59px;
}

.wh-12 {
  width: 12px;
  height: 12px;
}

.wh-16 {
  width: 16px;
  height: 16px;
}

.wh-18 {
  width: 18px;
  height: 18px;
}

.wh-24 {
  width: 24px;
  height: 24px;
}

.wh-28 {
  width: 28px;
  height: 28px;
}

.wh-32 {
  width: 32px;
  height: 32px;
}

.wh-36 {
  width: 36px;
  height: 36px;
}

.wh-40 {
  width: 40px;
  height: 40px;
}

.wh-48 {
  width: 48px;
  height: 48px;
}

.wh-56 {
  width: 56px;
  height: 56px;
}

.wh-pickup {
  width: 88px;
  height: 32px;
}

.w-87h {
  width: 87.5%;
}

/*** padding ***/
.pd-def {
  padding: 28px;
}

.pd-ac-explanation {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.pd-ac-check-panel {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.pd-ac-check-panel2 {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  padding-left: 16px;
  padding-right: 16px;
}

.pd-ac-check-panel3 {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 16px;
  padding-right: 16px;
}

.pd-ac-choice {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.pd-ac-footer {
  padding-top: 18px;
  padding-bottom: 24px;
  padding-left: 44px;
  padding-right: 44px;
}

.pd-ch-repletion {
  padding-left: 18px;
  text-indent: -18px;
}

.pd-4h {
  padding: 4.5px;
}

.pd-8 {
  padding: 8px;
}

.pd-9 {
  padding: 9px;
}

.pd-12 {
  padding: 12px;
}

.pd-16 {
  padding: 16px;
}

.pd-t-2 {
  padding-top: 2px;
}

.pd-t-4 {
  padding-top: 4px;
}

.pd-t-12 {
  padding-top: 12px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-2 {
  padding-bottom: 2px;
}

.pd-b-4 {
  padding-bottom: 4px;
}

.pd-b-6 {
  padding-bottom: 6px;
}

.pd-b-12 {
  padding-bottom: 12px;
}

.pd-b-16 {
  padding-bottom: 16px;
}

.pd-b-24 {
  padding-bottom: 24px;
}

.pd-tb-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 22px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-36 {
  padding-right: 36px;
}

/*** margin ***/
.mg-home {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.mg-def {
  margin: 28px;
}

.mg-ac-def {
  margin: 24px;
}

.mg-ac-check-button {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 56px;
  margin-right: 56px;
}

.mg-button {
  margin: 16px;
}

.mg-b-def {
  margin-bottom: 28px;
}

.mg-top-footer {
  margin-top: 12px;
}

.mg-24 {
  margin: 24px;
}

.mt-2 {
  margin-top: -2px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-m2 {
  margin-top: -2px;
}

.mt-m16 {
  margin-top: -16px;
}

.mt-m45 {
  margin-top: -45px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-124 {
  margin-bottom: 124px;
}

.mb-136 {
  margin-bottom: 136px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-m18 {
  margin-left: -18px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-36 {
  margin-right: 36px;
}

.mlr-11 {
  margin-left: 11px;
  margin-right: 11px;
}

.mlr-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mlr-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mlr-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mlr-56 {
  margin-left: 56px;
  margin-right: 56px;
}

/*** font color/size/weight ***/
.ft-bl-12 {
  color: #373737;
  font-size: 12px;
  font-weight: 600;
}

.ft-bl-13 {
  color: #373737;
  font-size: 13px;
  font-weight: 600;
}

.ft-bl-14 {
  color: #373737;
  font-size: 14px;
  font-weight: 600;
}

.ft-bl2-14 {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.ft-bl-14-300 {
  color: #373737;
  font-size: 14px;
  font-weight: 300;
}

.ft-bl-16 {
  color: #373737;
  font-size: 16px;
  font-weight: 600;
}

.ft-bl-16-700 {
  color: #373737;
  font-size: 16px;
  font-weight: 700;
}

.ft-bl-18 {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
}

.ft-name {
  color: #373737;
  font-size: 20px;
  font-weight: 600;
}

.ft-gr-10 {
  color: #6E6969;
  font-size: 10px;
}

.ft-gr-13 {
  color: #6E6969;
  font-size: 13px;
  font-weight: 300;
}

.ft-dr-12 {
  color: #5A5656;
  font-size: 12px;
  font-weight: 600;
}

.ft-dr-13 {
  color: #5A5656;
  font-size: 13px;
  font-weight: 600;
}

.ft-sub {
  color: #5A5656;
  font-size: 14px;
  font-weight: 600;
}

.ft-button {
  color: #373737;
  font-size: 16px;
  font-weight: 600;
}

.ft-button-red {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.ft-red-12 {
  color: #D43B3B;
  font-size: 12px;
  font-weight: 600;
}

.ft-red-14 {
  color: #D43B3B;
  font-size: 14px;
  font-weight: 600;
}

.ft-red-16-700 {
  color: #D43B3B;
  font-size: 16px;
  font-weight: 700;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-56 {
  font-size: 56px;
}

.fc-black {
  color: #373737;
}

.fc-gray {
  color: #6E6969;
}

.fc-red {
  color: #D43B3B;
}

.fc-white {
  color: #FFFFFF;
}

.fc-gror {
  color: #998F7F;
}

/*** text indent ***/
.ti-m18 {
  text-indent: -18px;
}

/*** border radius ***/
.br-top-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.br-8 {
  border-radius: 8px;
}

.br-10 {
  border-radius: 10px;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.br-34 {
  border-radius: 34px;
}

/*** accountopen list ***/
.ol-ac-ex-txt {
  list-style: none;
  counter-reset: number;
}

.li-ac-ex-txt {
  position: relative;
  padding-left: 28px;
}

.ul-ac-choice {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 4px;
}

.li-ac-choice {
  position: relative;
  padding-left: 1.4em;
}

/*** unique ***/
.un-paid {
  background: #F8FF92;
  border-radius: 6px;
  padding: 4px 6px 4px 6px;
}

.un-spop {
  background: #F8FF92;
  border-radius: 6px;
  padding: 6px 12px 6px 12px;
  position: absolute;
  top: -6px;
  margin-left: 44px;
}

.un-footprints1 {
  width: 197.04px;
  height: 207.79px;
  top: -59px;
  left: 5px;
  gap: 0px;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}

.un-footprints2 {
  width: 247.4px;
  height: 234.88px;
  bottom: 6px;
  right: -75px;
  gap: 0px;
  position: absolute;
  z-index: -1;
  padding-top: 12px;
}

/*** default change ***/
p {
  margin-bottom: 12px;
}

ol li::before {
  counter-increment: number;
  content: '※' counter(number);
  position: absolute;
  left: 0;
}

ul li::before {
  content: '\30FB';
  position: absolute;
  left: 0;
}

ul.li-footer li::before {
  content: '';
}

input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid #C2B9B9;
  border-radius: 50%;
  vertical-align: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked {
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid #D43B3B;
  border-radius: 50%;
  vertical-align: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D43B3B;
  content: '';
}

input[type="checkbox"] {
  accent-color: #D43B3B;
  -ms-transform: scale(1.3845, 1.3845);
  -webkit-transform: scale(1.3845, 1.3845);
  transform: scale(1.3845, 1.3845);
}

button:disabled {
  background-color: #C2B9B9;
}

a {
  color: inherit;
  text-decoration: none;
}

/*** title position ***/
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.absolute-right-12 {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.letter-01 {
  letter-spacing: 0.1em;
}

/* a:hover {
  opacity: 0.75;
}

button:hover {
  opacity: 0.75;
} */

.blindLabel:hover {
  opacity: 1 !important;
}

/* Loading Style */
.loader-container {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #fefefe;
  z-index: 9999;
}

.svg-loader {
  animation: rotate 2s linear infinite;
  width: 80px;
  height: 80px;
}

.svg-loader .path {
  stroke: #e74c3c;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

/* Loading SVG Spin */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Loading Animation */
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.responsive-text1 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .responsive-text1 {
    font-size: 20px;
  }
}

@media (max-width: 378px) {
  .responsive-text1 {
    font-size: 4.6vw;
  }
}

.responsive-text2 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .responsive-text2 {
    font-size: 16px;
  }
}

@media (max-width: 378px) {
  .responsive-text2 {
    font-size: 3.6vw;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.responsive-text3 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .responsive-text3 {
    font-size: 18px;
  }
}

@media (max-width: 378px) {
  .responsive-text3 {
    font-size: 4.2vw;
  }
}

/* Loading Back Ground */
.loader-overlay {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

/* Display Text */
.loading-text {
  font-size: 1.2rem;
  color: #c6c6c6;
  font-family: 'Helvetica Neue', sans-serif;
}

/* Dots Animation */
.dots::after {
  content: '';
  display: inline-block;
  animation: dotdotdot 1.2s infinite steps(4);
}

@keyframes dotdotdot {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}
