@charset "UTF-8";
.c-title__block h2.-main.l-block--s {
    font-size: 24px;
}
.c-title__block .-main.l-block--s {
    font-size: 20px;
}
.c-title__block .-main span{
    color: #E61728;
}
.c-title__main.-gray.c-title__block .-main {
    font-size: 18px;
}
@media screen and (max-width:767px) {
  .c-title__main.-gray.c-title__block .-main {
      font-size: 14px;
      text-align: left;
  }

}
.c-table__td_color{
    color: peru;
}
.c-table th{
  vertical-align: top;
}
.c-table td{
  vertical-align: middle;
}
.table-pc {display: table;}
.table-sp {display: none;}
.c-link.-winicon.-inline{
  color: #2454B3;
}
.table-pc, .table-sp{
  table-layout: fixed;
}
@media screen and (max-width:767px) {
    .c-title_sub{
        font-size: 19px !important;
    }
    .table-pc {display: none;}
    .table-sp {display: table;}
    .c-table.table-sp th{
      text-align: center;
    }
}
.c-title_sub{
    font-size: 19px !important;
}
.c-title_sub_pc{
    font-size: 19px !important;
    display: block !important;
}
.c-title_sub_sp{
    display: none !important;
}
@media screen and (max-width:767px) {
    .c-title_sub_pc{
        display: none !important;
    }
    .c-title_sub_sp{
        display: block !important;
        font-size: 14px !important;
        text-align: left;
    }
}
.c-text_item_inner{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 69.5%;
    font-size: 14px;
    color: #656565;
    line-height: 1.5em;
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
    .c-text_item_inner{
        font-size: 14px;
        color: #656565;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 0;
        width:auto
    }
}
.c-contactbox__item__box .c-list.-caution__default .c-list__item{
  margin-bottom: 0;
}
.c-contactbox__item__box .c-list.-caution__default{
  color: #000;
  font-size: 16px;
}
.c-table__td .c-text{
  margin-bottom: 0;
}
.c-table__td .c-text + .c-list.-caution__default .c-list__item{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-contactbox__item__box .c-list.-caution__default{
    max-width: 540px;
    margin: 0 auto;
  }
  .l-gridblock.\-2col .l-gridblock__item {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
  .l-gridblock.\-2col .l-gridblock__item:nth-child(n+3) {
      margin-top: 20px;
  }
}
.c-contactbox__item__title{
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-button.-single.-hasicon.web-entry{
    font-size: 18px;
  }
}
.l-gridblock.\-2col  .l-gridblock__inner{
  justify-content: center;
}
/**/
.c-present{
  background-color: #FFF9FE;
  max-width: 960px;
  width: 100%;
  padding: 60px 30px;
  margin: 50px auto 64px;
  position: relative;
}

.c-present .l-gridblock__inner.--bgWhite{
  background-color: #fff;
  position: relative;
  padding: 45px 45px 24px;
  border-radius: 4px;
  margin-bottom: 56px;
}
.c-present .l-gridblock__inner.--bgWhite .c-present__icon {
  position: absolute;
  top: -33px;
  left: -10px;
}
.c-present .l-gridblock__inner.--bgWhite .c-button{
  font-size: 20px;
}
.c-present__lead{
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.c-present__lead  p > span{
  font-size: 44px;
  color: #8E377B;
}

@media screen and (max-width:767px) {
  .c-present{
    padding: 60px 4%;
    margin: 50px auto 0;
    position: relative;
  }
  .c-present .l-gridblock__inner.--bgWhite{
    padding: 56px 20px 24px;
  }
  .c-present .l-gridblock__inner.--bgWhite .c-present__icon {
    top: -27px;
    left: 0;
  }
  .c-present__lead{
    font-size: 24px;
  }
  .c-present__lead  p > span{
    font-size: 36px;
  }
}

.c-entryprocedure {
  position: relative;
}

.c-entryprocedure > div:first-of-type {
  text-align: center;
  margin-bottom: 24px;
}

.c-entryprocedure > div:first-of-type h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.c-entryprocedure > div:first-of-type .-pink {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
  line-height: 1.5;
}

.c-entryprocedure > div:first-of-type .c-text {
  font-size: 16px;
  font-weight: 400;
}

.c-entryprocedure .c-anchor {
  padding: 0;
  border-top: #8E377B 2px dotted;
  border-bottom: #8E377B 2px dotted;
  margin-bottom: 40px;
}

.c-entryprocedure .c-anchor ul {
  position: relative;
}

.c-entryprocedure .c-anchor__list {
  justify-content: center;
  gap: 70px;
}
.c-entryprocedure .c-anchor__list__item {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
}

.c-entryprocedure .c-anchor .c-link.-anchor {
  border-bottom: none;
  font-size: 17px;
  line-height: 1em;
  padding: 31px 0;
  font-weight: 700;
}

.c-entryprocedure .c-anchor .c-link.-anchor::before {
  content: none;
}

.c-entryprocedure .c-anchor .c-link.-anchor::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #8E377B transparent transparent transparent;
  background: none;
  top: 42px;
  right: -16px;
}

.c-entryprocedure .-num__icon {
  background: #8E377B;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.6;
  margin-right: 8px;
}

.c-entryprocedure .-num__icon.-big {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  left: 0;
  margin-left: 0;
}

.c-entryprocedure__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 21px;
  margin-left: 38px;
  line-height: 1.5;
}

.c-entryprocedure__subtitle {
  font-size: 18px;
  font-weight: 700;
}
.c-entryprocedure__inner-01 .c-stepflow{
  margin-bottom: 40px;
}
.c-entryprocedure .c-stepflow--colbox__item {
  background: #fff;
  border-radius: 4px;
}

.c-entryprocedure .c-stepflow--colbox__item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 12px;
  border-color: transparent transparent transparent #8E377B;
  left: calc(100% + 15px);
}

.c-entryprocedure .c-stepflow--colbox .c-stepflow--colitem {
  padding: 16px 17px 24px;
  text-align: center;
}

.c-entryprocedure .c-stepflow--colbox .c-stepflow--colitem__number {
  color: #231815;
}

.c-entryprocedure .c-stepflow--colbox .c-stepflow--colitem__text {
  color: #231815;
}

.c-entryprocedure .c-stepflow + .u-mb--l .c-button{
  font-size: 20px;
}
.c-entryprocedure__inner-01 .c-entryprocedure__subtitle {
  margin-bottom: 5px;
}

.c-entryprocedure__inner-02 .c-shop__imagecut {
  margin-top: 28px;
}

.c-entryprocedure__inner-02 .c-shop__imagecut__image {
  padding: 30px 30px 21px;
  border-radius: 4px;
  width: 472px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-entryprocedure__inner-02 .c-shop__imagecut__text {
  width: 396px;
}
.c-entryprocedure__inner-02 .c-shop__applinkitem img {
  margin-bottom: 8.5px;
  width: auto;
  height: auto;
}

.c-entryprocedure__inner-02 .c-shop__applinks {
  width: calc(100% - 26px - 83px);
}

.c-entryprocedure__inner-02 .c-entryprocedure__subtitle {
  margin-bottom: 17px;
}

.c-entryprocedure__inner-02 .c-entryprocedure__text {
  margin-bottom: 16px;
}


.c-entryprocedure__inner-02 .c-link::after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 1px;
  display: inline-block;
  width: 112px;
  height: 1px;
  background-color: #fff;
}

.c-link.-modalicon--after:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("/assets/img/common/icn_linkmodal.png?v17db2cfa4af&v18dc45b7fc1") no-repeat center/cover;
  vertical-align: middle;
}

.c-link.-anchor span:before {
  content: none;
}

.c-shop__table {
  width: 100%;
}

.c-shop__table + .c-shop__table {
  margin-top: 24px;
}

.c-shop__table tr:first-of-type th, .c-shop__table tr:first-of-type td {
  border-top: 0;
}

.c-shop__table th {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
}

.c-shop__table th, .c-shop__table td {
  border: 1px solid #EAEAEA;
  border-collapse: collapse;
  padding: 10px;
}

.c-shop__table th:first-of-type, .c-shop__table td:first-of-type {
  border-left: 0;
  padding-left: 0;
}

.c-shop__table th:last-of-type, .c-shop__table td:last-of-type {
  border-right: 0;
}

.c-shop__method {
  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;
  margin-bottom: 20px;
}

.c-shop__method__detailitem {
  margin-bottom: 24px;
}

.c-shop__imagecut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #231816;
}

.c-shop__imagecut__image {
  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;
  background-color: #fff;
  border: 1px solid #EAEAEA;
}

.c-shop__applinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-shop__applinks__device {
  font-size: 14px;
  line-height: 1.7;
  color: #231815;
  text-align: center;
  margin-bottom: 8px;
}

.p-shop__entryflow__item .p-shop__entryflow__img {
  margin: 0 auto 24px;
  width: 76%;
}

.p-shop__entryflow__item .c-stepflow--colitem__text {
  text-align: center;
}

.p-shop__entryflow__note {
  padding-bottom: 60px;
}

.p-shop__entryflow__note.-caution.c-text {
  font-size: 13px;
  line-height: 1.8;
}

.-titile_img {
  margin-bottom: 16px;
}

.c-diflist__note.c-list.-caution__default {
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .l-main .c-text.-caution.-ootoku {
    width: 100%;
  }
  .c-maincontents__firstview {
    margin-bottom: 11.2vw;
  }
  .-pinkbutton {
    font-size: min(4vw,15px);
    max-width: 76%;
  }
  .-white-button {
    width: 100%;
    font-size: min(4vw,15px);
  }
  .-roundicon {
    width: 11vw;
    top: -8%;
    left: calc(50% - 5.6vw);
  }
  .-roundicon.-left {
    left: calc(50% - 5.6vw);
  }
  .c-kv {
    margin-bottom: 16px;
  }
  .c-entryperiod .-icon {
    width: 25px;
    left: -12px;
  }
  .c-present .l-gridblock__item .c-button::after {
    right: 4vw;
  }
  .c-entryprocedure > div:first-of-type {
    text-align: left;
  }
  .c-entryprocedure .c-anchor__list {
    padding: 32px 1px;
    gap: 0;
  }
  .c-entryprocedure .c-anchor__list li {
    margin-bottom: 14px;
  }
  .c-entryprocedure .c-anchor__list li:first-of-type {
    width: 100%;
  }
  .c-entryprocedure .c-anchor__list li:nth-of-type(2) {
    width: 100%;
  }
  .c-entryprocedure .c-anchor__list li:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }
  .c-entryprocedure .c-anchor__list__item {
    border-top: none;
    border-left: none;
  }
  .c-entryprocedure .c-anchor .c-link.-anchor {
    padding: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    font-size: 4.6vw;
  }
  .c-entryprocedure .c-anchor .c-link.-anchor span {
    padding-bottom: 0;
  }
  .c-entryprocedure .c-anchor .c-link.-anchor::after {
    top: 11px;
    left: 97%;
  }
  .c-entryprocedure .c-stepflow--colbox__item::after {
    left: calc(50% - 6px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 5px;
  }
  .c-entryprocedure__inner-01 .-pinkbutton {
    width: 90%;
    max-width: 90%;
  }
  .c-entryprocedure__inner-02 .c-shop__imagecut {
    margin-top: initial;
  }
  .c-entryprocedure__inner-02 .c-shop__imagecut__image {
    width: 100%;
    padding: 4.5vw;
  }
  .c-entryprocedure__inner-02 .c-shop__imagecut__text {
    width: 100%;
  }
  .c-entryprocedure__inner-02 .c-shop__applinkitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-entryprocedure__inner-02 .c-shop__applinkitem img {
    margin-bottom: 0;
  }
  .c-entryprocedure__inner-02 .c-shop__applinks div:first-of-type {
    margin-bottom: 16px;
  }
  .c-shop__imagecut {
    margin-bottom: 56px;
  }
  .p-shop__entryflow__item .p-shop__entryflow__img {
    width: 64%;
  }
  .p-shop__entryflow__note {
    padding-bottom: 36px;
  }
  .-titile_img {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .c-shop__method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 46px;
  }
  .c-shop__method__detailitem {
    margin-bottom: 64px;
  }
  .c-shop__imagecut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-shop__imagecut__text {
    width: 100%;
  }
  .c-shop__imagecut__image {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-shop__imagecut__image > img {
    width: 34%;
  }
  .c-shop__imagecut .c-shop__method__detailitem__wrap {
    padding-left: 0;
  }
  .c-shop__applinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 58% !important;
  }
  .c-shop__applinks__device {
    text-align: left;
    margin-bottom: 8px;
  }
}
.c-button.js-modalbtn--open.-white.-single.-hasicon{
  font-size: 20px;
}
.c-modal__contents .c-table__thead th:first-child{
  width: 8%;
}
.c-modal__contents .c-table__thead th:nth-child(2){
  width: 16%;
}
.c-modal__contents .c-table__thead th:nth-child(3){
  width: 38%;
}
.c-modal__contents .c-table__thead th:nth-child(4){
  width: 38%;
}
@media (max-width: 768px) {
  .c-modal__contents .c-tablebox .--scroll{
    overflow-x: scroll;
  }
  .c-modal__contents .c-tablebox .--scroll table{
    width: 960px;

  }
  .c-modal__contents .c-table__thead th:first-child{
    width: 40px;
  }
  .c-modal__contents .c-table__thead th:nth-child(2){
    width: 160px;
  }
  .c-modal__contents .c-table__thead th:nth-child(3){
    width: 380px;
  }
  .c-modal__contents .c-table__thead th:nth-child(4){
    width: 380px;
  }
}