@charset "UTF-8";
/* freepage 共通css */
.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding: 0;
  margin: 20px auto 80px;
  position: relative;
  /* 編集ここから */
  /* nav 追従バナー記載 */
  /* nav 追従バナー記載ここまで */
}

.feature * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.feature span {
  font-size: inherit;
}

.feature img {
  width: 100%;
  height: auto;
  margin: auto;
}

.feature .only-desktop {
  display: block !important;
}

.feature .only-mobile {
  display: none !important;
}

.feature .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .feature {
    font-size: 12px;
  }
  .feature .only-desktop {
    display: none !important;
  }
  .feature .only-mobile {
    display: block !important;
  }
  .feature .only-narrow {
    display: block !important;
  }
}

.feature__mv {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__notes {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__notes--link {
  text-decoration: underline;
}

.feature__details {
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__details__ttl {
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 4em;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .feature__details__ttl {
    font-size: 16px !important;
    padding: 10px !important;
  }
}

.feature__details__ttl::before, .feature__details__ttl::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.feature__details__ttl::before {
  width: 33px;
  height: 5px;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .feature__details__ttl::before {
    width: 25px !important;
    height: 3px !important;
  }
}

.feature__details__ttl::after {
  width: 5px;
  height: 35px;
  right: calc(2em + 18px);
}

@media screen and (max-width: 960px) {
  .feature__details__ttl::after {
    width: 3px !important;
    height: 25px !important;
  }
}

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

.feature__details[open] .feature__details__ttl::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.feature__details__inner {
  background-color: #C6E4FF;
}

.feature__details__inner > p {
  text-align: left;
  font-weight: bold;
  padding: calc(20 / 900 * 100%) calc(20 / 900 * 100%) 0;
}

.feature__nav-area {
  position: -webkit-sticky;
  position: sticky;
  z-index: 11;
  width: 100%;
  background-color: #fff;
}

.feature__nav-area.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}

@media screen and (max-width: 960px) {
  .feature__nav-area.fixed {
    width: 100%;
  }
}

.feature__nav-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.feature__nav-list > li:nth-child(-n+3) {
  -webkit-flex-basis: calc((100% - 20px) / 3);
      -ms-flex-preferred-size: calc((100% - 20px) / 3);
          flex-basis: calc((100% - 20px) / 3);
  margin-bottom: calc(10 / 900 * 100%);
}

.feature__nav-list > li:nth-child(n+4) {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
}

.feature__contents {
  padding-top: calc(60 / 900 * 100%);
}

.feature__contents--top {
  margin-top: calc(-30 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__inner {
    width: 95%;
    margin: auto;
  }
}

.feature__ttl {
  margin: calc(20 / 900 * 100%) 0;
}

.feature__ttl__main {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .feature__ttl__main {
    font-size: 22px;
  }
}

.feature__ttl__sub {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .feature__ttl__sub {
    font-size: 14px;
  }
}

.feature__ttl--style01 {
  color: #fff;
  padding: 1.2em 0;
  background-color: #000;
  z-index: -1;
  background-image: -webkit-linear-gradient(315deg, #262626 25%, transparent 25%), -webkit-linear-gradient(225deg, #262626 25%, transparent 25%), -webkit-linear-gradient(45deg, #262626 25%, transparent 25%), -webkit-linear-gradient(135deg, #262626 25%, #000 25%);
  background-image: linear-gradient(135deg, #262626 25%, transparent 25%), linear-gradient(225deg, #262626 25%, transparent 25%), linear-gradient(45deg, #262626 25%, transparent 25%), linear-gradient(315deg, #262626 25%, #000 25%);
  background-position: 20px 0, 20px 0, 0 0, 0 0;
  background-size: 40px 40px;
  background-repeat: repeat;
}

.feature__ttl--style02 {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0.6em 0;
}

@media screen and (max-width: 960px) {
  .feature__ttl--style02 {
    font-size: 14px;
  }
}

.feature__ttl--style03 {
  color: #E7141B;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #E7141B;
  padding-bottom: calc(5 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl--style03 {
    font-size: 16px;
  }
}

.feature__ttl--style03 > span {
  position: relative;
  padding: 0 0.8em;
}

.feature__ttl--style03 > span::before,
.feature__ttl--style03 > span::after {
  position: absolute;
  top: 0;
  height: 1.2em;
  content: '';
}

.feature__ttl--style03 > span::before {
  border-left: solid 2px;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.feature__ttl--style03 > span::after {
  border-right: solid 2px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.feature__ttl--style04 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .feature__ttl--style04 {
    font-size: 14px;
  }
}

.feature__ttl-coupon {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl-coupon {
    font-size: 18px;
  }
}

.feature__coupon {
  background-color: #e7e7e7;
  margin-bottom: calc(10 / 900 * 100%);
}

.feature__coupon__code-number {
  padding: 0 calc(20 / 900 * 100%) calc(20 / 900 * 100%);
}

.feature__coupon__code-number__txt {
  width: 100%;
  background-color: #fff;
  padding: 0.8em 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: calc(10 / 900 * 100%);
  border: none;
}

@media screen and (max-width: 960px) {
  .feature__coupon__code-number__txt {
    font-size: 16px;
    margin-bottom: calc(20 / 900 * 100%);
  }
}

.feature__coupon__code-number__btn {
  width: 100%;
  background-color: #e7336e;
  color: #fff;
  padding: 0.6em 0;
  text-align: center;
  font-size: 24px;
  border-radius: 50px;
  border: none;
}

@media screen and (max-width: 960px) {
  .feature__coupon__code-number__btn {
    font-size: 14px;
  }
}

.feature__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature__list-item__col01 {
  width: 100%;
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__list-item__col02 {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__attention {
  text-align: left;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__bnr {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__btn {
  font-size: 30px;
  background-color: #015AAC;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .feature__btn {
    font-size: 14px;
  }
}

.feature__btn > a {
  display: block;
  color: #fff;
  padding: 1em 0;
  position: relative;
}

.feature__btn > a::after {
  display: inline-block;
  content: "";
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature__btn-anchor {
  width: 90%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  border-radius: 6px;
  border: 3px solid #015AAC;
}

@media screen and (max-width: 960px) {
  .feature__btn-anchor {
    font-size: 14px;
  }
}

.feature__btn-anchor > a {
  display: block;
  color: #015AAC;
  padding: 1em 0;
  position: relative;
}

.feature__btn-anchor > a::after {
  display: inline-block;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #015AAC;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
