/* general */
.u-border01 {
  position: relative;
  margin: 0;
  height: 6px;
  border: none;
  background-image: linear-gradient(90deg, #dcb453 0%, #dcb453 50%, #ffe38c 50%, #ffe38c 100%);
}
.u-border01::before {
  position: absolute;
  top: 0;
  left: 50.2%;
  transform: translate(-50.2%, 0);
  content: "";
  border-top: 6px solid #dcb453;
  border-left: 6px solid #dcb453;
  border-right: 12px solid transparent;
  border-bottom: 0 solid transparent;
}

.u-pointer:hover {
  cursor: pointer;
}

.u-triangle01 {
  position: relative;
  margin: 0;
  height: 50px;
  border: none;
}
.u-triangle01::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  border-top: 50px solid #dcb453;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 0 solid transparent;
}

.u-anchor01 {
  max-width: 713px;
  display: block;
  margin: 0 auto;
}
.u-anchor01:hover {
  opacity: .7;
}
.u-auto-center {
  margin: auto;
}

.u-text-mark01 {
  background: linear-gradient(transparent 60%,#fff8a5 60%);
}

.u-table01 {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e95c5b;
  table-layout: fixed;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.u-table01-tr:first-child .u-table01-td {
  background: #e95c5b;
}
.u-table01-tr:first-child .u-table01-td:first-child {
  max-width: 412px;
  width: 100%;
  color: #fcf4e2;
}
.u-table01-tr:first-child .u-table01-td:last-child {
  color: #fff;
}
.u-table01-td {
  padding: 8px;
  border: none;
}
.u-table01-tr:first-child .u-table01-td:first-child {
  border-right: 2px solid #fff;
}
.u-table01-tr .u-table01-td:not(:last-child) {
  border-right: 2px solid #e95c5b;
}
.u-table01-tr:nth-child(odd):not(:first-child) .u-table01-td{
  background: #fdf1f1;
}

.m-collist-notes-num2.u-plus-one {
    counter-reset: number 1;
}
.m-collist-notes-num2.u-plus-two {
    counter-reset: number 2;
}

.m-collist .u-collist-icn01::before {
  content: "●";
}

.u-accordion-icn01 {
  position: absolute;
  right: 1.8%;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  font-size: 0;
}
.u-accordion-icn01::before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 6px;
  inset: 0;
  margin: auto;
  background: #fff;
}
.u-accordion-icn01::after {
  content: '';
  display: block;
  position: absolute;
  height: 36px;
  width: 6px;
  inset: 0;
  margin: auto;
  background: #fff;
}
.is-show .u-accordion-icn01::after {
  display: none;
}

.u-wd-63 {
  width: 63% !important;
}

.u-margin-t15 {
  margin-top: 15px !important;
}
.u-padding-l6 {
  padding-left: 60px !important;
}

.u-underline {
  text-decoration: underline;
}

.u-fz-20-to-16 {
  font-size: 2rem;
}
.u-fz-20-to-14 {
  font-size: 2rem;
}
.u-fz-16-to-14 {
  font-size: 1.6rem;
}

@media screen and (max-width: 48em) {
  .u-border01 {
    height: 3px;
  }
  .u-border01::before {
    border-top: 3px solid #dcb453;
    border-left: 3px solid #dcb453;
    border-right: 6px solid transparent;
  }

  .u-triangle01 {
    height: 25px;
  }
  .u-triangle01::before {
    border-top: 25px solid #dcb453;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }

  .u-table01 {
    font-size: 1.4rem;
  }
  .u-table01-td {
    padding: 4px;
  }
  .u-table01-tr:first-child .u-table01-td:first-child {
    border-right: 1px solid #fff;
  }
  .u-table01-tr .u-table01-td:not(:last-child) {
    border-right: 1px solid #e95c5b;
  }

  .u-accordion-icn01 {
    right: 4.5%;
    width: 18px;
    height: 18px;
  }
  .u-accordion-icn01::before {
    width: 18px;
    height: 3px;
  }
  .u-accordion-icn01::after {
    height: 18px;
    width: 3px;
  }

  .u-padding-sp-t15 {
    padding-top: 15px !important;
  }
  .u-padding-sp-l2 {
    padding-left: 20px !important;
  }
  .u-padding-l-calc01 {
    padding-left: calc(-12vw + 80px) !important;
  }

  .u-fz-20-to-16 {
    font-size: 1.6rem;
  }
  .u-fz-20-to-14 {
    font-size: 1.4rem;
  }
  .u-fz-16-to-14 {
    font-size: 1.4rem;
  }

  .u-text-sp-left {
    text-align: left !important;
  }
}


/* mv-area */
.mv-ttl01 {
  padding: 0 10px;
  background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/mv_bg_01.png), linear-gradient(180deg, #cca72d 0%, #f5e7b8 50%, #d9bf6c 100%);
  background-position: center center;
  background-size: cover;
}
.mv-txt01 {
  padding: 14px 10vw 13px;
  background: #ea3836;
}
.mv-anchor01-wrapper {
  padding: 30px 20px 46px;
  background: #fcf4e2;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .mv-ttl01 {
    padding: 0;
  }
  .mv-txt01 {
    display: none;
  }

  .mv-anchor01-wrapper {
    padding: 15px 3% 20px;
  }
}

/* target-area */
.target-area-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 20px 60px;
}

.target-box01 {
  padding: 20px;
  background: #fcf4e2;
}

@media screen and (max-width: 48em) {
  .target-area-inner {
    padding: 30px 0;
  }

  .target-box01 {
    padding: 16px 6%;
  }
}


/* conditions-area */
.conditions-area {
  background: #fcf4e2;
}
.conditions-area-inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1060px;
}
.conditions-area-bg {
  background: #fff;
}

.conditions-box01 {
  position: relative;
  margin-top: 15px;
  padding: 25px 20px 20px;
  border-radius: 12px;
  border: 4px solid #dcb453;
  background: #fff;
}
.conditions-box01:nth-of-type(2)::before,
.conditions-box01:nth-of-type(3)::before,
.conditions-box01:nth-of-type(4)::before {
  position: absolute;
  top: 14px;
  left: -20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 140px;
  width: 12.3vw;
  height: 4.8vw;
}
.conditions-box01:nth-of-type(2)::before {
  background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_01.png);
}
.conditions-box01:nth-of-type(3)::before {
  background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_02.png);
}
.conditions-box01:nth-of-type(4)::before {
  background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_03.png);
}

.conditions-box02 {
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border: 4px solid #dcb453;
  transform: rotate(-3deg);
  box-sizing: border-box;
}
.conditions-box02-wrap {
  background: linear-gradient(1deg, rgba(231, 174, 35, 0.50) 1.1%, rgba(231, 206, 147, 0.50) 98.9%);
  transform: rotate(3deg);
}

.conditions-wrap01 {
  max-width: 446px;
  margin: 0 auto;
}

.conditions-ttl01 {
  padding-left: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.conditions-sub-ttl01 {
  font-size: 2.8rem;
}

@media screen and (max-width: 48em) {
  .conditions-area-inner {
    padding: 0 6vw;
  }

  .conditions-wrap01 {
    padding: 0 2%;
    max-width: 390px;
  }

  .conditions-box01 {
    padding: 15px 2% 10px;
    border-radius: 6px;
    border: 2px solid #dcb453;
  }

  .conditions-box01:nth-of-type(2)::before,
  .conditions-box01:nth-of-type(3)::before,
  .conditions-box01:nth-of-type(4)::before {
    top: 6px;
    left: -6vw;
    max-width: 80px;
    width: 17vw;
    height: 15vw;
  }
  .conditions-box01:nth-of-type(2)::before {
    background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_sp_01.png);
  }
  .conditions-box01:nth-of-type(3)::before {
    background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_sp_02.png);
  }
  .conditions-box01:nth-of-type(4)::before {
    background-image: url(/tsukau/credit/lp/credit_cp_202512/imgs/conditions_icn_sp_03.png);
  }
  .conditions-box02-wrap {
    background: linear-gradient(180deg, rgba(231, 206, 147, 0.30) 0%, rgba(231, 174, 35, 0.30) 100%);
    transform: rotate(2deg);
  }
  .conditions-box02 {
    padding: 10px 2%;
    border: 2px solid #dcb453;
    transform: rotate(-2deg);
  }

  .conditions-ttl01 {
    font-size: 1.9rem;
  }
  .conditions-sub-ttl01 {
    font-size: 1.2rem;
  }
}

/* appeal-area */
.appeal-area-inner {
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 1120px;
}

.appeal-accordion-wrap01 {
  margin-top: -32px;
}

.appeal-body01 {
  padding: 20px 80px 40px;
  border: 2px solid #dcb453;
  border-radius: 10px;
}

.appeal-box01 {
  background: #fcf4e2;
  text-align: center;
}

.appeal-ttl01 {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #dcb453;
  border-radius: 32px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  transform: translateY(50%);
}
.appeal-ttl02 {
  color: #dcb453;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
  transform: translateY(50%);
}
.appeal-num01 {
  margin-left: 5px;
  font-size: 4.8rem;
}

@media screen and (max-width: 48em) {
  .appeal-area-inner {
    padding: 30px 4% 60px;
  }

  .appeal-accordion-wrap01 {
    margin-top: -14px;
  }

  .appeal-body01 {
    padding: 20px 3%;
    border: 1px solid #dcb453;
    border-radius: 5px;
  }

  .appeal-box01 {
    padding: 0 3%;
  }

  .appeal-ttl01 {
    font-size: 1.8rem;
  }
  .appeal-ttl02 {
    font-size: 2rem;
  }
  .appeal-num01 {
    font-size: 2.6rem;
  }
}


/* details-area */
.details-area {
  background: #fcf4e2;
}
.details-area-inner {
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 1020px;
}

.details-ttl01 {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #dcb453;
  border-radius: 32px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  transform: translateY(50%);
}
.details-ttl02 {
  padding: 2px 0 2px 15px;
  gap: 10px;
  background: #ffe38c;
  font-size: 2rem;
  font-weight: bold;
}
.details-sub-ttl01 {
  transform: translateY(50%);
}
.details-sub-ttl01:first-of-type {
  margin-top: 60px;
}
.details-sub-ttl01:not(:first-of-type) {
  margin-top: 40px;
}
.details-txt01,
.details-txt02 {
  font-size: 2rem;
}
.details-notes01 {
  font-size: 1.6rem;
}

.details-body01 {
  padding: 76px 56px 30px;
  background: #fff;
  border: 4px solid #dcb453;
  border-radius: 10px;
}
.details-wrap01 {
  padding: 12px 0 12px 15px;
}

.details-area .u-table01 {
  max-width: 480px;
  font-size: 2rem;
}
.details-area .u-table01-td {
  padding: 7px;
}
.details-area .u-table01-tr:first-child .u-table01-td:first-child {
  border-right: 1px solid #fff;
}
.details-area .u-table01-tr .u-table01-td:not(:last-child) {
  border-right: 1px solid #e95c5b;
}

@media screen and (max-width: 48em) {
  .details-area-inner {
    padding: 20px 4% 60px;
  }

  .details-body01 {
    padding: 60px 4% 20px;
    border: 2px solid #dcb453;
    border-radius: 5px;
  }

  .details-wrap01 {
    padding: 12px 0 2% 1%;
  }

  .details-area .u-table01 {
    font-size: 1.3rem;
  }
  .details-area .u-table01-td {
    padding: 4px;
  }

  .details-ttl01 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
  }
  .details-ttl02 {
    font-size: 1.6rem;
  }
  .details-sub-ttl01 {
    margin-bottom: -20px;
    transform: none;
  }
  .details-sub-ttl01:first-of-type {
    margin-top: 20px;
  }

  .details-txt01 {
    font-size: 1.6rem;
  }
  .details-txt02 {
    font-size: 1.3rem;
  }
  .details-notes01 {
    font-size: 1.4rem;
  }
}


/* agreement-area */
.agreement-area-inner {
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 1120px;
}

.agreement-ttl02 {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 60px 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #dcb453;
  border-radius: 58px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  transform: translateY(50%);
}
.agreement-body01 {
  padding: 90px 30px 65px;
  background: #fcf4e2;
}

@media screen and (max-width: 48em) {
  .agreement-area-inner {
    padding: 30px 0 60px;
  }

  .agreement-body01 {
    padding: 50px 3% 30px;
  }

  .agreement-ttl01 {
    padding: 0 3%;
  }
  .agreement-ttl02 {
    padding: 8px 0 4px;
    font-size: 1.6rem;
    line-height: 1.2;
    border-radius: 26px;
  }
}


/* questions-area */
.questions-area {
  background: #fcf4e2;
}
.questions-area-inner {
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 900px;
}

.questions-accordion-wrap01:not(:first-child) {
  margin-top: 20px;
}
.questions-head01 {
  position: relative;
  display: flex;
  padding: 20px 60px 20px 15px;
  align-items: flex-start;
  align-self: stretch;
  border-left: 2px solid #dcb453;
  background: #fff;
}
.questions-head01::before {
  content: "Q";
  flex-shrink: 0;
  margin-right: 10px;
  width: 50px;
  height: 49px;
  background: #dcb453;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
}
.questions-head01:hover {
  cursor: pointer;
}
.questions-body01 {
  display: flex;
  max-width: 860px;
  padding: 20px 15px;
  border: 2px solid #e77c00;
  background: #fcede2;
}
.questions-body01::before {
  content: "A";
  flex-shrink: 0;
  margin-right: 10px;
  width: 50px;
  height: 49px;
  background: #e77c00;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.questions-accordion-icn01 {
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 14px;
  font-size: 0;
  background: url(/tsukau/credit/lp/credit_cp_202512/imgs/arrow_icn_01.png) no-repeat center;
  background-size: contain;
}
.questions-accordion-wrap01.is-show .questions-accordion-icn01 {
  transform: rotate(180deg);
}

.questions-head01,
.questions-txt01 {
  font-size: 2rem;
}
.questions-notes01 {
  font-size: 1.6rem;
}

@media screen and (max-width: 48em) {
  .questions-area-inner {
    padding: 30px 3% 60px;
  }

  .questions-head01 {
    padding: 10px 8% 10px 2%;
    font-size: 1.6rem;
    border-left: 1px solid #dcb453;
  }
  .questions-body01 {
    padding: 10px 2%;
  }
  .questions-head01::before,
  .questions-body01::before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
  }
  .questions-head01::before {
    margin-right: 2%;
    border-radius: 15px;
  }
  .questions-body01 {
    border: 1px solid #e77c00;
  }

  .questions-accordion-icn01 {
    right: 6px;
    width: 17px;
  }

  .questions-txt01 {
    font-size: 1.6rem;
  }
  .questions-notes01 {
    font-size: 1.4rem;
  }
}


/* contact-area */
.contact-area-inner {
  margin: 0 auto;
  padding: 50px 20px 60px;
  max-width: 1120px;
}

.contact-box01 {
  padding: 20px 15px 30px;
  background: #fcf4e2;
  text-align: center;
}

.contact-ttl-wrap01 {
  padding: 8px 20px 4px;
  background: #dcb453;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.contact-num {
    font-size: 3.2rem;
    font-weight: bold;
  }

.contact-txt01 {
  font-size: 2.4rem;
}

.contact-num-wrap {
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 48em) {
  .contact-area-inner {
    padding: 30px 3% 0;
  }

  .contact-ttl-wrap01 {
    padding: 7px 2% 4px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .contact-box01 {
    padding: 10px 5%;
  }

  .contact-num {
    font-size: 2.4rem;
  }

  .contact-txt01 {
    font-size: 1.6rem;
  }
}


/* fixed-cv */
.fixed-cv {
  background: rgba(255, 255, 255, 0.50);
}

.fixed-cv .clm-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 883px;
  gap: 10px;
}

.fixed-cv .btn-wrap {
  width: 100%;
}

.btn {
  display: block;
  padding: 20px 0;
  height: 85px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: .8;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 45px;
  cursor: pointer;
}
.btn.btn-entry {
  background: linear-gradient(90deg, #f16f71 0%, #e60000 100%);
  box-shadow: 0 8px 20px 0 rgba(201, 47, 47, 0.54);
}
.btn.btn-application {
  background: linear-gradient(270deg, #e0aa23 0%, #e8d591 100%);
  box-shadow: 0 8px 20px 0 #ceae60;
}

.btn::after {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  padding: 20px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  max-width: calc(100% - 7px);
  max-height: calc(100% - 7px);
}

.btn:hover {
  color: #fff;
  opacity: .8;
}

.btn:visited {
  color: #fff;
}

.btn-bg {
  position: relative;
  background: #fff;
  border-radius: 40px;
}

.fixed-cv .btn {
  width: 100%;
}

.fixed-cv .btn-box {
  margin-bottom: 0;
}

.fixed-cv.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.fixed-cv .cv-wrap {
  padding: 20px;
}

.fixed-cv .cv-txt01 {
  font-size: 1.4rem;
}

@media screen and (max-width: 48em) {
  .fixed-cv .cv-wrap {
    padding: 10px 15px;
  }

  .fixed-cv .clm-wrap {
    justify-content: center;
    flex-direction: row;
    padding: 12px 0 0;
  }

  .fixed-cv .btn-wrap {
    padding-bottom: 0;
  }

  .fixed-cv .btn {
    padding: 12px 0;
    height: 58px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .fixed-cv .btn-bg {
    border-radius: 26px;
  }

  .fixed-cv .cv-txt01 {
    font-size: .9rem;
  }
}
/* fixed-cv-end */


/* js-modal-trigger */
.btn01,
.btn03 {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  padding: 14px 37px 14px 20px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(red), to(#540208));
  background: -o-linear-gradient(top, red 0%, #540208 100%);
  background: linear-gradient(to bottom, red 0%, #540208 100%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

.btn01:hover,
.btn03:hover {
  color: #fff;
}

.btn01::before,
.btn03::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01::after,
.btn03::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #a8030e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.disabledBtn {
  pointer-events: none;
  background: #acacac !important;
}

.modalWrap input {
  display: none;
}

.modalOverlay {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  -o-transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.modalOverlay::-webkit-scrollbar {
  width: 10px;
}

.modalOverlay::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.modalOverlay::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.modalTrigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalContent {
  position: relative;
  width: 92%;
  max-width: 345px;
  margin: 35px auto 20px;
  padding: 25px 20px;
  border-radius: 3px;
  border: 1px solid #707070;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modalBox {
  padding: 10px 10px 15px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}

.modalTitle {
  position: relative;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.modalTitle::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 1.3em;
  margin-bottom: 25px;
  background-color: #E60000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modalTitle .req {
  padding-left: 1em;
  color: #A6200F;
}

.modalBrandCheckList li {
  display: table;
  width: 100%;
}

.modalBrandCheckList li+li {
  margin-top: 9px;
}

.modalBrandCheckList li>.modalLogo,
.modalBrandCheckList li>.modalCheckBlock {
  display: table-cell;
}

.modalBrandCheckList .modalLogo {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

.modalBrandCheckList .modalLogo img {
  width: auto;
  height: 100%;
  max-height: 30px;
}

.modalBrandCheckList .modalCheckBlock {
  padding-left: 2px;
}

.modalBtn01 {
  display: block;
  padding: 10px;
  border: 1px solid #A6200F;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modalBrandCheck.checked+.modalBtn01 {
  background-color: #A6200F;
  color: #fff;
}

.modalBtnBlock {
  margin-top: 20px;
}

.modalBtnBlock .btn01,
.modalBtnBlock .btn03 {
  padding: 14px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#A8030F), to(#540208));
  background: -o-linear-gradient(top, #A8030F 0%, #540208 100%);
  background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
  font-size: 1.2rem;
}

.modalBtnBlock .btn01::before,
.modalBtnBlock .btn03::before,
.modalBtnBlock .btn01::after,
.modalBtnBlock .btn03::after {
  content: none;
}

.modalBtnBlock .btn01 .ico,
.modalBtnBlock .btn03 .ico {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  width: 17px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modalBtnBlock .btn01 .ico img,
.modalBtnBlock .btn03 .ico img {
  width: 17px;
  height: 14px;
  vertical-align: top;
}

.modalBtnBlock .btn01.-disabled,
.modalBtnBlock .btn03.-disabled {
  background: #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #D8D8D8;
  cursor: default;
}

.modalBtnBlock .btnBlock li+li {
  margin-top: 10px;
}

.modalTypeList li+li {
  margin-top: 9px;
}

.modalContent .txt1 {
  margin-top: 13px;
  font-size: 1.3rem;
  line-height: 1.92;
}

.modalContent .txt2 {

  margin-bottom: 13px;
  padding-left: 1em;
  font-size: 1.3rem;
  line-height: 1.92;
  text-indent: -1em;
}

.modalContent .closeButton {
  position: absolute;
  top: -30px;
  right: 0;
  padding-right: 30px;
  color: #fff;
}

.modalContent .closeButton:hover {
  cursor: pointer;
}

.modalContent .closeButton::before,
.modalContent .closeButton::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.modalContent .closeButton::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modalContent .closeButton::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalWrap input:checked~.modalOverlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modalWrap .modalText {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.75;
}

.modalWrap .modalText>span {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.1rem;
}

.modalWrap .modalCode {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #999;
  background: #FCC;
  border-radius: 5px;
  display: block;
  font-size: 1.3rem;
}

.modalWrap .modalCode.active {
  background: #fff;
}

.modalWrap .modalCodeError {
  margin-bottom: 10px;
  padding: 4px 0 0 24px;
  background: #DE1A18 url(../imgs/ico_error.png) no-repeat 3px 5px;
  background-size: 17px auto;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  display: none;
}

.modalWrap.modalTypeB .modalCodeArea {
  display: none;
}

.modalWrap.modalTypeC .modalCardArea {
  display: none;
}

.modalWrap.modalTypeC .modalBrandArea {
  margin-top: 0;
}

.modalWrap.modalTypeD .modalCardArea,
.modalWrap.modalTypeD .modalCodeArea {
  display: none;
}

.modalWrap.modalTypeB .modalContentInner2 .r {
  display: none;
}

.modalWrap.modalTypeD .modalContentInner2 .r {
  display: none;
}

@media screen and (max-width: 767px) {
  .modalWrap .modalBox {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .modalWrap .modalBox .modalCardArea,
  .modalWrap .modalBox .modalBrandArea,
  .modalWrap .modalBox .modalCodeArea {
    padding: 10px 10px 15px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  }

  .modalWrap.modalTypeA .modalContentInner2 .modalBrandArea {
    margin-top: 10px;
  }

  .modalWrap.modalTypeB .modalContentInner2 .modalBrandArea {
    margin-top: 10px;
  }

  .modalWrap.modalTypeB .modalContentInner2 .r {
    display: none;
  }

  .modalWrap.modalTypeD .modalContentInner2 .r {
    display: none;
  }

  .modalWrap.feat .modalContent {
    margin-top: 15px;
    width: calc(100% - 20px);
    max-width: none;
  }

  .modalWrap.feat .modalCv {
    padding: 40px 20px 30px;
    text-align: center;
    border: 1px solid #333;
  }

  .modalWrap.feat .modalBox+.modalCv {
    border-top: none;
  }

  .modalWrap.feat .modalCv .cardImg {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .modalWrap.feat .modalCv .cardImg.mb105 {
    margin-bottom: 105px;
  }

  .modalWrap.feat .modalCv .cardImg>img {
    width: 205px;
  }

  .modalWrap.feat .modalCv .cardImg .balloon {
    padding-top: 15px;
    width: 100%;
    height: 75px;
    background: url(../imgs/bg_balloon.png) no-repeat center top;
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }

  .modalWrap.feat .modalCv .cardImg .balloon>span {
    font-size: 2.4rem;
  }

  .modalWrap.feat .modalCv .name {
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
  }

  .modalWrap.feat .modalCv .modalCvTxt {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .modalWrap.feat .modalCv .btnWrap {
    margin: 0 auto;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01 {
    font-size: 2.1rem;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01::before {
    right: 20px;
    width: 16px;
    height: 14px;
    background: url(../imgs/icon_blank002.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01::after {
    display: none;
  }

  .modalWrap.feat .modalBoxSp {
    display: block;
  }

  .modalWrap.feat .modalBoxSp01 .boxSp01,
  .modalWrap.feat .modalBoxSp01 .boxSp01.boxSp02,
  .modalWrap.feat .modalBoxSp01 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp01 .boxSp02,
  .modalWrap.feat .modalBoxSp01 .boxSp03 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp02 .boxSp02,
  .modalWrap.feat .modalBoxSp02 .boxSp01.boxSp02,
  .modalWrap.feat .modalBoxSp02 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp02 .boxSp01,
  .modalWrap.feat .modalBoxSp02 .boxSp03 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp03 .boxSp03,
  .modalWrap.feat .modalBoxSp03 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp03 .boxSp01,
  .modalWrap.feat .modalBoxSp03 .boxSp02 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp .boxInner {
    border-bottom: 1px solid #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner.mt30 {
    margin-top: 30px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style {
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c4c4c4));
    background: -o-linear-gradient(left, #fff 0%, #c4c4c4 100%);
    background: linear-gradient(to right, #fff 0%, #c4c4c4 100%);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style.brdBot,
  .modalWrap.feat .modalBoxSp .boxInner .flexLayout.brdBot {
    border-bottom: 1px solid #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style>span {
    font-size: 1.8rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li {
    padding: 20px;
    width: 100%;
    background: #fff;
    border-right: 1px solid #333;
    text-align: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li.col02 {
    width: 100%;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li.col03 {
    width: 100%;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes {
    font-size: 1.5rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes>span {
    font-size: 1.3rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes>a {
    color: #1C73FF;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .boxList>li {
    padding-left: 18px;
    position: relative;
    font-size: 1.4rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .boxList>li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04>span {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04+.text06 {
    margin-top: 20px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text05 {
    margin-bottom: 5px;
    color: #e60000;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text06 {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text06>span {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12 {
    margin-bottom: 30px;
    color: #e60000;
    font-size: 1.8rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12.text12Edit {
    margin-bottom: 15px;
    color: #333333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12>span {
    font-size: 1.5rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member+.member,
  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member+.notes {
    margin-top: 25px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dt {
    margin-bottom: 5px;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dt>span {
    color: #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dd {
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList>li {
    height: 56px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList>li>img {
    max-height: 100%;
  }

  .modalWrap.feat .closeButton {
    top: 36px;
    right: 30px;
    width: 27px;
    height: 27px;
  }

  .modalWrap.feat .closeButton::before {
    content: none;
  }

  .modalWrap.feat .closeButton::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0;
    left: 0;
    background: url(../imgs/ico_004.png) right center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .modalWrap.feat .featClose {
    text-align: center;
  }

  .modalWrap.feat .featClose img {
    max-width: 163px;
  }

  .modalWrap.feat .featList {
    padding: 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }

  .modalWrap.feat .featList .section02List+.section02List {
    margin-top: 20px;
  }

  .modalWrap.feat .featList .section02List>li {
    padding-left: 30px;
    position: relative;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -41px;
  }

  .modalWrap.feat .featList .section02List>li.circle {
    text-indent: 0;
  }

  .modalWrap.feat .featList .section02List>li.circle::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 10px;
  }

  .modalWrap.feat .featList .section02List>li>a {
    color: #000000;
  }
}

@media screen and (max-width: 641px) {
  .modalBox+.modalBox {
    margin-top: 15px;
  }
}

/** MODAL UPDATE */
.modalContent .modalBtnNote {
	display: block;
	position: relative;
	padding-left: 1.6rem;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
	text-align: left !important;
}

.modalContent .modalBtnNote::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0.125rem;
	content: '※';
}


@media (min-width: 768px) {

/* modal window */
.modalContent {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 655px;
  max-width: inherit;
  margin: 0 auto;
  padding: 26px 27px 26px 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.modalBox {
  padding: 17px 20px 29px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modalTitle {
  margin-left: 0;
  margin-bottom: 19px;
  font-size: 1.4rem;
}

.modalCardArea+.modalBrandArea {
  margin-top: 40px;
}

.modalTitle .req {
  padding-left: 1.5em;
}

.modalBrandCheckList {
  margin-left: 2px;
}

.modalBrandCheckList .modalCheckBlock {
  padding-left: 14px;
  padding-right: 7px;
}

.modalBtn01 {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modalBtn01:hover {
  color: #A6200F;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
}

.modalBtnBlock .btn01,
.modalBtnBlock .btn03 {
  font-size: 1.4rem;
}

.modalBtnBlock .btn01::before,
.modalBtnBlock .btn03::before {
  width: 18px;
  height: 18px;
}

.modalBtnBlock .btn01::after,
.modalBtnBlock .btn03::after {
  right: 26px;
  border-width: 4.5px 0 4.5px 7px;
}

.modalBtnBlock .btn01.-disabled,
.modalBtnBlock .btn03.-disabled {
  background: #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #D8D8D8;
  cursor: default;
}

.modalContentInner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modalContentInner2 .l {
  width: 331px;
}

.modalContentInner2 .r {
  width: 246px;
}

.modalBtnBlock .btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modalBtnBlock .btnBlock .btn01,
.modalBtnBlock .btnBlock .btn03 {
  width: 380px;
}

.modalBtnBlock .btnBlock .btn02 {
  width: 190px;
}

.modalBtnBlock .btnBlock li+li {
  margin-top: 0;
}

.modalWrap.modalTypeB .modalContentInner2 .l {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modalWrap.modalTypeB .modalContentInner2 .l .modalCardArea {
  width: 202px;
}

.modalWrap.modalTypeB .modalContentInner2 .l .modalBrandArea {
  margin-top: 0;
  width: 283px;
}

.modalWrap.modalTypeD .modalContentInner2 .l {
  width: 100%;
}

.modalWrap.modalTypeD .modalContentInner2 .l .modalBrandArea {
  margin: 0 auto;
  width: 283px;
}

.modalContent .txt1 {
  text-align: center;
}

@media all and (min-width: 0px) {

  *::-ms-backdrop,
  .modalOverlay {
    overflow: hidden;
  }
}
}

/* add 2025.8.13 */
.modal-on-code .modalContent {
  top: 50px;
  right: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .l {
  flex-direction: column;
  width: 331px;
}

.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .r,
.modalWrap.modalTypeB.modal-on-code .modalCodeArea {
  display: block;
}

.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .r {
  padding: 10px 10px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}

.modalWrap.modal-on-code .modalBox {
  padding: 0;
}

.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .l .modalCardArea,
.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .l .modalBrandArea {
  width: 100%;
  padding: 10px 10px 15px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}
.modalWrap.modalTypeB.modal-on-code .modalContentInner2 .l .modalBrandArea {
  margin-top: 10px;
}

.modal-on-code .modalBtnBlock .btn01.-disabled,
.modal-on-code .modalBtnBlock .btn03.-disabled {
  background: #acacac;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
}

@media (max-width:767px) {
.modal-on-code .modalContent {
    top: 0;
  }

  .modalWrap.modalTypeB.modal-on-code .modalContentInner2 .l {
    width: auto;
  }

  .modalWrap.modalTypeB.modal-on-code .modalContentInner2 .r {
    padding: 0;
    box-shadow: none;
  }
}