@charset "UTF-8";

:root{
  --lp-main-color: #043459;
  --lp-sub-color-01: #EB5505;
  --lp-sub-color-02: #D9E0E6;
}

.referer_normal, .referer_ad, .referer_af{
  display: none;
}
.theme-main__inner .show{
  display: none;
}

.nav-local-wrap{
  background: #fff;
}
.nav-local{
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.nav-local .nav-local-list{
  margin: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-local .nav-local-list > li{
  width: 14.28%;
}
.nav-local .nav-local-list > li > a{
  padding: 10px 5px;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: var(--lp-main-color);
}
.nav-local .nav-local-list > li > a:hover{
  color: #fff;
  background-color: var(--lp-main-color);
}

.theme-main-kv{
  padding-bottom: 20px;
  width: 100%;
  background: top center / cover url(/access/hikari/au/lp/images/kv_bg.png) no-repeat;
}
.theme-main-kv__inner{
  margin: auto;
  max-width: 1050px;
  text-align: center;
  position: relative;
}
.theme-main-kv__inner .kv-btn{
  margin: 0 auto 0;
  max-width: 456px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: -160px;
  right: 0;
}
.theme-main-kv__inner .kv-btn-inner {
  background: linear-gradient(90deg, rgba(250, 156, 34, 1) 0%, rgba(246, 72, 24, 1) 100%);
  border-radius: 90px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 419px;
  height: 62px;
  margin: 0 auto;
  padding-top: 2px;
  position: relative;
  box-shadow: 0px 0px 10px 7px rgba(247, 151, 51, 0.4);
  transition : .3s;
}
.theme-main-kv__inner .kv-btn-inner:hover {
  box-shadow: 0px 0px 9px 9px rgba(247, 151, 51, 0.6);
}
.theme-main-kv__inner .kv-btn-inner::after{
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 14px;
  background: top left / contain url(/access/hikari/au/lp/images/icon_btn.png) no-repeat;
  transform: rotate(90deg);
}
.theme-main-kv__inner .kv-btn-inner > img{
  max-width: 287px;
}

:where(.theme-main__contents){
  margin: auto;
  padding: 50px 0;
  max-width: 1060px;
}
.cv-section{
  padding: 53px 16px 60px;
  background: #FDC130;
  background: linear-gradient(90deg, rgba(253, 193, 48, 1) 0%, rgba(243, 115, 53, 1) 100%);
}
.cv-section .sec-inner{
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
  text-align: center;
}
.cv-section .cv-box {
  padding: 50px 100px;
  display: flex;
  justify-content: space-around;
}
.cv-section .cv-box{
  padding: 34px 25px;
  border-radius: 30px;
  background: #fff;
}
.cv-section .box-web,.cv-section .box-tel {
  width: 50%;
}
.cv-section .cv-hdg.icon-web{
  margin-bottom: 72px;
}
.cv-section .cv-hdg{
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.btn-wrap{
  margin-top: 27px;
  position: relative;
  display: flex;
  justify-content: center;
}
.btn-wrap .sub-txt{
  margin: auto;
  padding: 2px 15px;
  display: inline-block;
  border: 2px solid var(--lp-sub-color-01);
  border-radius: 20px;
  position: absolute;
  top: -20px;
  text-align: center;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}
.btn-wrap .sub-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #eb5505 transparent transparent;
  translate: -50% 100%;
}
.btn-wrap .sub-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.4px 5.6px 0 5.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.sub-txt-area{
  color: var(--lp-sub-color-01);
}
.btn-wrap .cv-btn {
  background: var(--lp-sub-color-01);
  border: 1px solid #d9dadb;
  border-radius: 90px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  width: 407px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 10px 7px rgba(247, 151, 51, 0.4);
  transition : .3s;
}
.btn-wrap .cv-btn:hover {
  box-shadow: 0px 0px 9px 9px rgba(247, 151, 51, 0.6);
  color: #fff;
}
.btn-wrap .cv-btn::after{
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 14px;
  background: top left / contain url(/access/hikari/au/lp/images/icon_btn.png) no-repeat;
}
.cv-section .box-web{
  padding-right: 10px;
}
.cv-section .box-tel,
.cv-section .box-text{
  border-top-color: #000;
}
.cv-section .box-tel{
  margin-top: 0;
  padding: 0 0 0 10px;
  border-top: 0;
  border-left: 1px solid #ccc;
}
.tel-number .tel-btn{
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.2;
  background: linear-gradient(transparent 65%, #fcdb00 65%);
  text-decoration: none;
}
.cv-section .cv-hdg.icon-web::before{
  content: "";
  margin: 5px auto 10px;
  display: block;
  width: 61px;
  height: 41px;
  background: top left / contain url(/access/hikari/au/lp/images/icon_web_01.png) no-repeat;
  vertical-align: middle;
}
.cv-section .cv-hdg.icon-tel::before{
  content: "";
  margin: 0 auto 6px;
  display: block;
  width: 36px;
  height: 52px;
  background: top left / contain url(/access/hikari/au/lp/images/icon_tel_02.png) no-repeat;
  vertical-align: middle;
}
.cv-section .col-tel-text{
  text-align: center;
}
.col-tel-short .notes-list{
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}
.cv-section .tel-number{
  margin-bottom: 10px;
}
.col-tel-text{
  font-size: 1.6rem;
}
.cv-lead{
  font-size: 2.4rem;
  font-weight: bold;
  color: #d32a41;
  display: inline;
  background: #fff;
}
.cv-section .cv-lead + .notes-list{
  margin: 23px auto 35px;
  font-size: 1.4rem;
}
.cv-section.cv-bottom .cv-box{
  margin-top: 150px;
  padding: 50px 80px 60px;
  display: block;
  position: relative;
}
.cv-section.cv-bottom .cv-box::before{
  content: "";
  margin: auto;
  width: 275px;
  height: 147px;
  display: block;
  position: absolute;
  top: -128px;
  left: 0;
  right: 0;
  background: top left / contain url(/access/hikari/au/lp/images/img_cta_momo.png) no-repeat;
}
.cv-section.cv-bottom .box-web, .cv-section.cv-bottom .box-tel{
  width: 100%;
}
.cv-section.cv-bottom .cv-hdg.icon-web{
  margin-bottom: 52px;
}
.cv-section.cv-bottom .box-tel{
  margin-top: 50px;
  padding-top: 42px;
  padding-left: 0;
  border-top: 1px solid #dadada;
  border-left: 0;
}
.btn-wrap.btn-tel{
  margin-top: 53px;
}
.btn-wrap.btn-tel .cv-btn{
  border-color: var(--lp-sub-color-01);
  border-width: 3px;
  color: var(--lp-sub-color-01);
  background-color: #fff;
  box-shadow: inherit;
}
.btn-wrap.btn-tel .cv-btn:hover{
  background-color: var(--lp-sub-color-01);
  color: #fff;
}
.btn-wrap.btn-tel .cv-btn::after{
  block-size: 14px;
  inline-size: 8px;
  -webkit-mask-image: url(/assets/images/icon/arrow.svg);
  mask-image: url(/assets/images/icon/arrow.svg);
  mask-size: 100%;
  background: var(--lp-sub-color-01);
}
.btn-wrap.btn-tel .sub-txt{
  border: 0;
  background-color: #444;
  color: #fff;
}
.btn-wrap.btn-tel .sub-txt::before{
  border-color: #ffffff transparent transparent;
  transition: .3s;
}
.btn-wrap.btn-tel .sub-txt::after{
  border-color: #444 transparent transparent;
}
.btn-wrap.btn-tel .cv-btn:hover .sub-txt::before{
  border-color: var(--lp-sub-color-01) transparent transparent;
  transition: .3s;
}
@media (hover: hover) {
  .btn-wrap.btn-tel .cv-btn:hover::after {
    background-color: #fff;
  }
}
.mod-accordion{
  margin-top: 55px;
  text-align: left;
}

.merit-section{
  background-color: #fdf5e0;
}
.merit-section__inner{
  margin: auto;
  padding: 80px 0;
  max-width: 1060px;
}
.merit-hdg{
  margin-bottom: 54px;
  text-align: center;
}
.merit-nav{
  display: flex;
  align-content: center;
}
.merit-nav a:hover > picture > img{
  opacity: .7;
  transition : .3s;
}
.merit-hdg-02{
  margin: 53px auto 20px;
  text-align: center;
}
.merit-cashback__inner{
  margin-top: -31px;
  padding: 40px 80px 60px;
  border-radius: 0 0 26px 26px;
  background-color: #fff;
}
.merit-anc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit-anc > li{
  margin-bottom: 20px;
}
.merit-anc > li:last-child{
  margin-bottom: 0;
}
.merit-anc > li.col2{
  width: 49%;
}
.merit-anc a:hover > picture > img{
  opacity: .7;
  transition : .3s;
}
.merit-cashback{
  box-shadow: 0px 0px 10px 0px rgba(173, 179, 184, 0.1);
}
.merit-cashback .mod-button{
  margin-block-end: 0;
}
.merit-set{
  margin-top: 30px;
  padding: 60px 80px;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(173, 179, 184, 0.1);
}
.merit-set-hdg{
  margin: 0 0 30px 0;
  text-align: center;
}
.merit-set-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit-set-list > li{
  margin-bottom: 20px;
}
.merit-set-list > li:last-child{
  margin-bottom: 0;
}
.merit-set-list > li.col2{
  width: 49%;
}
.box-speed{
  margin: 24px 0;
  padding: 35px 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-speed .box-speed-hdg{
  margin-bottom: 23px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-flex;
}
.ancer-speed {
  margin-top: 20px;
}
.ancer-speed > a:hover img{
  opacity: .7;
  transition : .3s;
}

.area-hdg{
  margin: auto;
  max-width: 298px;
  text-align: center;
}
:where(.theme-main__contents) .area-hdg img:not([class^=mod-], [class^=unq-], [class^=mf_]){
  margin-block-start: 33px;
}
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.area-hdg:not([class^=mod-], [class^=unq-])::after{
  content: none;
}
.check-area {
  margin: 52px auto 28px;
  margin-block-end: 28px!important;
  padding: 52px 50px;
  -moz-border-radius: 9px;
  border-radius: 26px;
  -moz-box-shadow: 0 0 10px 10px  rgba(173, 179, 184, .1);
  box-shadow: 0 0 10px 10px rgba(173, 179, 184, .1);
  background-color: #fff;
}
:where(.theme-main__contents) p.check-area__title:not([class^=mod-], [class^=unq-]) {
  margin-block-start: 0;
  font-size: 1.6rem;
  text-align: center;
}
.check-area__form {
  max-width: 500px;
  margin: 26px auto 0;
}
.check-area__form dl {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
.check-area__form dl:last-child{
  border: none;
}
.check-area__form dl dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.check-area__form dl dt .num {
  background-color: #eb5505;
  -moz-border-radius: 50%;
        border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(.theme-main__contents) .check-area__form dl dt .num img:not([class^=mod-], [class^=unq-], [class^=mf_]){
  margin-block-start: 0;
}
.check-area__form dl dt .text {
  font-weight: bold;
  margin-left: 15px;
}
.check-area__form dl dt .label {
  margin-left: 11px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #eb5505;
  padding: 1px 10px;
}
.check-area__form dl dt .label.label-02 {
  background-color: #2a2a2a;
}
.check-area__form dl dt a {
  position: absolute;
  right: 0;
  text-decoration: underline;
  font-size: 1.4rem;
  top: 0;
}
.check-area__form dl dd {
  margin-top: 17px;
}
.check-area__form dl dd input {
  background: none;
  -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
  width: 100%;
}
.check-area__form dl dd input[type="text"] {
  background-color: #f3f3f3;
  height: 44px;
  padding: 0 16px;
  -moz-border-radius: 8px;
        border-radius: 8px;
}
.check-area__form dl dd input[type="radio"] {
  display: none;
}
.check-area__form dl dd .half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check-area__form dl dd .half label {
  width: 48%;
}
.check-area__form dl dd .short {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check-area__form dl dd .short label {
  width: 31%;
}
.check-area__form dl dd .check-area__note {
  margin-top: 1em;
  font-size: 1.4rem;
}
.check-area__form dl dd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-area__form dl dd ul li {
  margin-block-start: 0;
  width: 48%;
  height: 74px;
}
.check-area__form dl dd  ul:not([class^=mod-], [class^=unq-], [class^=mf_]) > li::before{
  content: none;
}
.check-area__form dl dd ul li label {
  border: 2px solid #d9d9d9;
  -moz-border-radius: 8px;
        border-radius: 8px;
  display: block;
  height: 100%;
  position: relative;
}
.check-area__form dl dd ul li label input[type="radio"]:checked + span:after {
  content: "";
}
.check-area__form dl dd ul li label.type-kodate {
  background: url(/access/hikari/au/lp/images/icon_home.png) no-repeat 65px center;
  -moz-background-size: 44px 44px;
        background-size: 44px 44px;
}
.check-area__form dl dd ul li label.type-mansion {
  background: url(/access/hikari/au/lp/images/icon_apartment.png) no-repeat 65px center;
  -moz-background-size: 44px 44px;
        background-size: 44px 44px;
}
.check-area__form dl dd ul li span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding-left: 113px;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-area__form dl dd ul li span:before, .check-area__form dl dd ul li span:after {
  content: "";
  display: block;
  -moz-border-radius: 50%;
        border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.check-area__form dl dd ul li span:before {
  width: 24px;
  height: 24px;
  background-color: #f3f3f3;
  left: 25px;
}
.check-area__form dl dd ul li span:after {
  width: 12px;
  height: 12px;
  background-color: #eb5505;
  left: 31px;
  content: none;
}
.check-area__form__text {
  margin-top: 2.6rem;
  text-align: center;
}
.check-area .txt-caution{
  margin-block-start: 38px;
  text-align: center;
  color: #d32a41;
  font-weight: bold;
}

.price-section{
  background-color: #f5f5f5;
}
.price-section__inner {
  margin: auto;
  padding: 80px 0;
  max-width: 1060px;
}
.price-hdg {
  margin: auto;
  max-width: 124px;
  text-align: center;
}
.price-box {
  margin-top: 50px;
  padding: 60px 80px;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(173, 179, 184, 0.1);
}
.charge-block-wrap {
  margin-top: 16px;
}
.charge-ttl-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: -3px;
}
.charge-block-wrap .charge-ttl-wrap .charge-ttl {
  max-width: 440px;
  width: 49%;
  height: 110px;
  border: 3px solid #ddd;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #ddd;
}
.charge-block-wrap .charge-ttl-wrap .charge-ttl.cur {
  border: 3px solid var(--lp-sub-color-01);
  border-bottom: none;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-home {
  padding: 35px 21px;
}
.charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-apartment {
  padding: 32px 29px;
}
.charge-block-wrap .charge-ttl-wrap .charge-ttl .icn {
  display: block;
  width: 25px;
  height: 25px;
  margin: 4px auto 0;
  text-align: center;
}
.charge-block-wrap .charge-contents-wrap {
  background: #fff;
  padding: 10px 0;
}
.charge-block-wrap .charge-contents-wrap .charge-contents {
  display: none;
}
.charge-block-wrap .charge-contents-wrap .charge-contents.cur {
  display: block;
}
.charge-tab-wrap .charge-ttl{
  line-height: 1.2;
}
.charge-tab-wrap .txt-sub{
  font-size: 1.2rem;
  font-weight: normal;
}
.charge-block-wrap.charge-tab-wrap .charge-contents-wrap{
  padding: 0 50px 50px;
  border: 3px solid var(--lp-sub-color-01);
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}
.charge-block-wrap.charge-tab-wrap .charge-contents-wrap .charge-contents-wrap{
  padding: 0;
}
.charge-home{
  left: 0;
}
.charge-apartment{
  right: 0;
}

.charge-contents-wrap .mod-table td, .charge-contents-wrap .mod-table th{
  padding: 18px;
  border-color: #e3783e;
  line-height: 1.2;
}
.charge-contents-wrap .mod-table th{
  text-align: left;
  background-color: #fcd9c7;
}
.charge-contents-wrap .mod-table td{
  text-align: right;
}
.charge-contents-wrap .mod-table .charge{
  font-size: 3.2rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.charge-contents-wrap .mod-table .badge{
  padding: 6px 30px;
  display: inline-flex;
  color: #fff;
  font-weight: bold;
  background-color: var(--lp-main-color);
}
.price-box .mod-layout-image{
  margin: auto;
  justify-self: flex-start;
}
.price-box .mod-layout-image__image picture > img{
  max-width: 180px;
}
.bnr-charge{
  margin-top: 30px;
}
.bnr-charge > a:hover img{
  opacity: .7;
  transition : .3s;
}

.benefits-hdg{
  margin: auto;
  max-width: 251px;
}
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.benefits-hdg:not([class^=mod-], [class^=unq-])::after{
  content: none;
}

.bnr_option_area{
  margin-top: 20px;
  min-height: 120px;
}
[data-script-enabled] .js-toggle .js-toggleBtn {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
padding: 14px 16px 14px 50px;
text-align: left;
}

[data-script-enabled] .js-toggle .js-toggleBtn::before,
[data-script-enabled] .js-toggle .js-toggleBtn:after {
position: absolute;
z-index: 1;
top: 28px;
left: 20px;
display: block;
width: 10px;
height: 2px;
content: '';
background-color: #fff;
}

[data-script-enabled] .js-toggle .js-toggleBtn:after {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}

[data-script-enabled] .js-toggle .js-toggleBtn.is-opened:after {
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}

[data-script-enabled] .js-toggle .js-toggleBtn span {
  position: absolute;
  top: 13px;
  left: 50px;
  display: inline-block;
  color: transparent;
}
[data-script-enabled] .js-toggle .js-toggleBtn span::after {
  position: absolute;
  top: 0;
  left: -40px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  border-radius: 50%;
  background: #929292;
}
[data-script-enabled] .js-toggle .js-toggleHook {
  position: relative;
}
[data-script-enabled] .js-toggle .js-toggleHook>span {
  padding-left: 40px;
}
[data-script-enabled] .js-toggle .js-toggleContent {
  margin-top: -7px;
  height: 0;
  transition: height .5s;
  will-change: height;
  overflow: hidden;
}
[data-script-enabled] .js-toggle .js-toggleContent.is-opened {
  height: 100%;
}
[data-script-enabled] .js-toggle .js-toggleContent .content {
  padding: 30px;
  border: 3px solid #ddd;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  visibility: hidden;
}
[data-script-enabled] .js-toggle .mod-heading-lv2{
  margin-block: 0;
  margin: 40px 0 20px;
}
[data-script-enabled] .js-toggle .mod-heading-lv2:first-child{
  margin-block-start: 0;
}
[data-script-enabled] .bnr_option_area .js-toggle .js-toggleHook > span {
  padding: 0;
}
[data-script-enabled] .bnr_option_area .js-toggle .js-toggleBtn {
  opacity: 0;
}
.mod-boxToggle .title:hover img {
  opacity: .7;
  transition : .3s;
}

.option-hdg{
  margin: auto;
  max-width: 278px;
}
.option p + .bnr_option_area{
  margin-top: 30px;
}
.option .bnr_option_area{
  min-height: 170px;
}
.img-option-01{
  margin: 40px auto;
}
.txt{
  margin-top: 20px;
  text-align: right;
}
.txt + .ul.mod-list-link{
  margin-block-start: 10px;
}

.benefitbox {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 4px;
  margin-top: 29px;
}
.benefitbox_title img {
  width: 100%;
}
.benefitbox_body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 30px 50px 55px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  box-shadow: 0 4px #000;
}
.section-auset02 .benefitbox_body {
  border-color: #eb5505;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  box-shadow: 0 4px #eb5505;
}
.benefitbox_body > *:last-child {
  margin-bottom: 0;
}
.benefit-img {
  text-align: center;
  margin: 20px 0;
}
.benefit-list_title {
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 20px;
}
.benefit-list_benefit {
  display: flex;
  padding-top: 20px;
  padding-bottom: 19px;
}
.benefit-list_icon-wrapper {
  box-sizing: border-box;
  padding-left: 4.3%;
  width: 19.6%;
}
.benefit-list_content {
  width: 80.4%;
}
.benefit-list_benefit + .benefit-list_title {
  margin-top: 16px;
}
.benefit-list_benefit + .benefit-list_benefit {
  border-top: 2px dotted #000;;
}
.benefit-text-highlight {
  background: linear-gradient(transparent 60%, #ffd906 20%);
}
.benefit-list_content p + p {
  margin-top: 16px;
}
.benefit-linkbtn-wrapper {
  margin: 0 auto;
  max-width: 480px;
}
.benefit-linkbtn {
  background-color: #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 1px 1.732px 18px 2px rgba(0, 0, 0, 0.1);
  color: #010101;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 55px;
  position: relative;
  text-align: center;
  width: 100%;
}
.benefit-linkbtn::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 52%;
  right: 42px;
  transform: rotate(45deg) translate(-50%, -50%);
  vertical-align: top;
  width: 8px;
}
.benefit-linkbtn[target="_blank"]::before {
  content: none;
}
.benefit-linkbtn[target="_blank"]::after {
  background-image: url("/access/hikari/au/ad/cb/files/images/benefit_link_icon_01.png");
  background-position: top 50% right 30px;
  background-size: 15px 12px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.benefit-linkbtn[target="_blank"] img {
  display: none!important;
}
.benefit_block + .benefit_block {
  margin-top: 32px;
}
.benefit_block:last-child {
  margin-bottom: 40px;
}
.service-link {
  border-top: 1px solid #ccc;
}
.service-link:last-child {
  border-bottom: 1px solid #ccc;
}
.service-link a:hover {
  opacity: .7;
}
.service-link_inner-pc {
  display: block;
}
.service-link_inner-sp {
  display: none;
}
.service-link_btn {
  border: 2px solid #264594;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  padding: 1.655vw 6.5vw;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  width: 58.082vw;
}
.service-link_btn::before {
  content: "";
  background-color: #264594;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.1vw;
  transform: translateY(-50%);
  height: 4.263vw;
  width: 4.263vw;
}
.service-link_btn::after {
  border-style: solid;
	border-width: 0.12em 0.12em 0 0;
  border-color: #fff;
	content: '';
	display: inline-block;
  top: 50%;
	right: 3.6vw;
	position: absolute;
	transform: translateY(-50%) rotate(45deg);
	vertical-align: top;
  height: 1vw;
	width: 1vw;
}
.benefitbox.-theme3 .benefitbox_body {
  border-color: #264594;
  box-shadow: 0 4px #264594;
}

.flow-hdg{
  margin: auto;
  max-width: 495px;
}
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.flow-hdg:not([class^=mod-], [class^=unq-])::after,
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h3.flow-hdg-lv3:not([class^=mod-], [class^=unq-])::after{
  content: none;
}
:where(.theme-main__contents) h2:not([class^=mod-], [class^=unq-]) + h3.flow-hdg-lv3:not([class^=mod-], [class^=unq-]),
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h3.flow-hdg-lv3:not([class^=mod-], [class^=unq-]){
  margin-block-start: 48px;
  padding-inline-start: 0;
  border-top: 1px solid var(--lp-main-color);
}
.flow-hdg-lv3-inner{
  max-width: 166px;
  display: block;
}
:where(.theme-main__contents) .flow-hdg-lv3 img:not([class^=mod-], [class^=unq-], [class^=mf_]){
  margin-block-start: 0;
}
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h4.flow-hdg-lv4:not([class^=mod-], [class^=unq-]){
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--lp-sub-color-01);
}
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h4.flow-hdg-lv4:not([class^=mod-], [class^=unq-])::after{
  content: none;
}

.theme-main .btn {
  border: 1px solid var(--black-color);
  border-radius: 20px;
  border-color: var(--black-color) !important;  color: var(--black-color);
  background: var(--lp-sub-color-01);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.theme-main .plan-btn-col .cta-btn {
  padding: 12px 20px;
  height: auto;
  border-radius: 68px;
  font-size: 2.4rem;
}
.theme-main .plan-btn-col .cta-btn .text{
  margin-left: 8px;
}
.fixed-btn-sec {
  background: #0009;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  padding: 5px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
}
.fixed-btn-sec.is-show {
  opacity: 1;
  pointer-events: auto;
}
.fixed-btn-sec .area-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}
.fixed-btn-sec .area-ttl > span {
  display: inline-block;
  position: relative;
}
.fixed-btn-sec .area-ttl > span::after,
.fixed-btn-sec .area-ttl > span::before {
  background: #fff;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.fixed-btn-sec .area-ttl > span::before {
  right: calc(100% + 8px);
  transform: rotate(-35deg);
}
.fixed-btn-sec .area-ttl > span::after {
  left: calc(100% + 8px);
  transform: rotate(35deg);
}
.fixed-btn-sec .plan-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.fixed-btn-sec .plan-btn-wrap > li {
  width: calc((100% - 20px) / 3);
}
.fixed-btn-sec .plan-btn-wrap .plan-btn {
  color: #fff;
  border: 1px solid var(--black-color);
  border-radius: 26px;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 52px;
  position: relative;
}
.fixed-btn-sec .plan-btn-wrap .plan-btn.plan-s {
  background: var(--plan-s-color);
}
.fixed-btn-sec .plan-btn-wrap .plan-btn.plan-m {
  background: var(--plan-m-color);
}
.fixed-btn-sec .plan-btn-wrap .plan-btn.plan-l {
  background: var(--plan-l-color);
}
.fixed-btn-sec .plan-btn-wrap .plan-btn::after {
  background: url(/access/images/hikari/index/icn_arrow_white.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: calc(50% - 9px);
}
.fixed-btn-sec .contact-col {
  margin-top: 12px;
}
.fixed-btn-sec .contact-col .tel-btn {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.2);
  color: #222;
  display: block;
  padding: 9px 2px;
  text-decoration: none;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn {
  width: 33px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .tel-num {
  width: 155px;
}
.fixed-btn-sec .contact-col .tel-btn .tel-info {
  margin-top: 4px;
  font-size: 1.3rem;
  text-align: center;
}
.fixed-btn-sec .contact-col .tel-btn .note {
  font-size: .9rem;
  text-align: center;
}
.fixed-btn-sec .fixed-btn-box .fixed-btn-box-inner{
  justify-content: center;
}
.fixed-btn-sec .contact-col .tel-btn{
  pointer-events: inherit;
  font-weight: bold;
}
.fixed-btn-sec .plan-btn-col,
.fixed-btn-sec .contact-col{
  max-width: 423px;
}
.fixed-btn-sec .contact-col .tel-btn{
  border-radius: 68px;
  font-size: 2.4rem;
}
.fixed-btn-sec .plan-btn-col .cta-btn:hover,
.fixed-btn-sec .contact-col .tel-btn:hover{
  opacity: .7;
  transition : .3s;
}
.fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn{
  line-height: 1;
}

@media only screen and (max-width: 1100px){
  .theme-main-kv{
    padding-left: 15px;
    padding-right: 15px;
  }
  :where(.theme-main__contents){
    padding: 50px 15px;
  }
  .merit-section__inner,
  .price-section__inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-main-kv__inner .kv-btn{
    bottom: 0;
  }
}

@media only screen and (max-width: 1000px){
  .nav-local {
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
    max-height: 0; /* デフォルトは閉じた状態 */
  }
  /* 開いた状態 */
  .nav-local.is-open {
    display: block;
    opacity: 1;
  }
  .nav-local .nav-local-list{
    display: block;
  }
  .theme-main-kv__inner .anchor{
    bottom: -15px;
  }
  .charge-block-wrap{
    padding-top: 10vw;
  }
}

/* SP */
@media only screen and (max-width: 768px){
  .service-link_inner-pc {
    display: none;
  }
  .nav-local .nav-local-list > li{
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .nav-local .nav-local-list > li:last-child{
    border-bottom: 0;
  }
  .nav-local .nav-local-list > li > a{
    padding: 16px 20px;
    text-align: left;
    position: relative;
  }
  .nav-local .nav-local-list > li > a::before {
    background-color: var(--lp-main-color);
    block-size: 12px;
    content: "";
    display: block;
    inline-size: 7px;
    inset-block: 0;
    inset-inline-end: 24px;
    margin: auto;
    -webkit-mask-image: url(/assets/images/icon/arrow.svg);
    mask-image: url(/assets/images/icon/arrow.svg);
    mask-size: 100%;
    position: absolute;
    transition: background-color .3s ease-out;
    transform: rotate(90deg);
  }
  .service-link_inner-sp {
    display: block;
    padding-bottom: 5.3285vw;
  }
  .theme-main-kv{
    padding: 0 12px 22px;
    background-image: url(/access/hikari/au/lp/images/kv_bg_sp.png);
  }
  .theme-main-kv__inner .kv-btn{
    margin-top: 16px;
    padding: 0 10px;
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
  .theme-main-kv__inner .kv-btn-inner{
    max-width: 315px;
    height: 47px;
    width: 100%;
    box-shadow: 0px 0px 5px 2px rgba(247, 151, 51, 0.4);
  }
  .theme-main-kv__inner .kv-btn-inner > img{
    max-width: 220px;
  }
  :where(.theme-main__contents){
    padding: 30px 15px;
  }
  #flow:where(.theme-main__contents){
    padding: 30px 15px 50px;
  }
  .cv-section{
    padding: 36px 16px 50px;
  }
  .cv-lead{
    font-size: 2rem;
  }
  .cv-section .cv-box{
    padding: 34px 15px;
    border-radius: 15px;
    display: block;
  }
  .cv-section .cv-hdg.icon-web{
    margin-bottom: 30px;
    font-size: 1.9rem;
  }
  .cv-section .cv-hdg.icon-web::before{
    margin-right: 10px;
    display: inline-block;
  }
  .cv-section .box-web, .cv-section .box-tel{
    width: 100%;
  }
  .cv-section .box-web{
    padding-right: 0;
  }
  .cv-section .box-tel{
    margin-top: 36px;
    padding-top: 32px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .cv-section .cv-hdg{
    font-size: 1.9rem;
  }
  .cv-section .cv-hdg.icon-tel::before{
    margin-right: 8px;
    display: inline-block;
    width: 30px;
    height: 44px;
  }
  .btn-wrap .cv-btn{
    max-width: 315px;
    width: 100%;
    height: 65px;
    font-size: 1.8rem;
  }
  .tel-number .tel-btn{
    font-size: 4.2rem;
  }
  .col-tel-text{
    font-size: 1.5rem;
  }
  .col-tel-short .notes-list{
    font-size: 1.5rem;
  }
  .merit-section__inner{
    padding: 50px 15px;
  }
  .merit-hdg{
    margin: 0 auto 33px;
    max-width: 301px;
  }
  .merit-nav{
    display: block;
  }
  .merit-anc > li.col2{
    width: 100%;
  }
  .merit-hdg-02{
    margin: 42px auto 20px;
    max-width: 275px;
  }
  #set.merit-hdg-02{
    max-width: 339px;
  }
  .merit-cashback__inner{
    margin-top: -24px;
    padding: 20px 15px 50px;
    border-radius: 0 0 15px 15px;
  }
  .mod-heading-lv2{
    margin-block-start: 30px;
  }
  .merit-set{
    margin-top: 26px;
    padding: 30px 15px;
    border-radius: 15px;
  }
  .merit-set p:first-child{
    margin-block-start: 0;
  }
  .merit-set-list > li.col2{
    width: 100%;
  }
  .box-speed{
    padding: 34px 15px;
    border-radius: 10px;
  }
  .box-speed .box-speed-hdg{
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
  }
  .mod-accordion{
    margin-top: 20px;
  }
  .check-area{
    margin-top: 32px;
    padding: 32px 15px;
    border-radius: 15px;
  }
  :where(.theme-main__contents) p.check-area__title:not([class^=mod-], [class^=unq-]){
    text-align: left;
  }
  .check-area__form {
    margin: 0 auto;
  }
  .check-area__form dl {
    padding: 5.20833vw 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .check-area__form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .check-area__form dl dt .num {
    background-color: #eb5505;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 5.20833vw;
    height: 5.20833vw;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .check-area__form dl dt .num img {
    height: 2.60417vw;
    width: auto;
  }
  .check-area__form dl dt .text {
    font-weight: bold;
    margin-left: 1.30208vw;
  }
  .check-area__form dl dt .label {
    margin-left: 1.82292vw;
    font-size: 3.125vw;
    color: #fff;
    background-color: #eb5505;
    padding: 0.26042vw 1.30208vw;
  }
  .check-area__form dl dt .label.label-02 {
    background-color: #2a2a2a;
  }
  .check-area__form dl dt a {
    position: absolute;
    right: 0;
    text-decoration: underline;
    font-size: 3.125vw;
  }
  .check-area__form dl dd {
    margin-top: 3.125vw;
  }
  .check-area__form dl dd input {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }
  .check-area__form dl dd input[type="text"] {
    background-color: #f3f3f3;
    height: 10.41667vw;
    padding: 0 3.38542vw;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
  }
  .check-area__form dl dd input[type="radio"] {
    display: none;
  }
  .check-area__form dl dd .half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .check-area__form dl dd .half label {
    width: 48%;
  }
  .check-area__form dl dd .short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .check-area__form dl dd .short label {
    width: 31%;
  }
  .check-area__form dl dd .check-area__note {
    margin-top: 1em;
    font-size: 3.125vw;
  }
  .check-area__form dl dd ul {
    padding-inline-start: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .check-area__form dl dd ul li {
    width: 48%;
    height: 22.65625vw;
  }
  .check-area__form dl dd ul li label {
    border: 0.26042vw solid #d9d9d9;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    display: block;
    height: 100%;
    position: relative;
  }
  .check-area__form dl dd ul li label input[type="radio"]:checked + span:after {
    content: "";
  }
  .check-area__form dl dd ul li label.type-kodate {
    background-position: 50% 12px;
  }
  .check-area__form dl dd ul li label.type-kodate span {
    padding-top: 12.20833vw;
    padding-left: 0;
    justify-content: center;
    font-size: 1.3rem;
  }
  .check-area__form dl dd ul li label.type-mansion {
    background-position: 50% 12px;
  }
  .check-area__form dl dd ul li label.type-mansion span {
    padding-top: 12.20833vw;
    padding-left: 0;
    justify-content: center;
    font-size: 1.3rem;
  }
  .check-area__form dl dd ul li span {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.20833vw;
  }
  .check-area__form dl dd ul li span:before, .check-area__form dl dd ul li span:after {
    content: "";
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .check-area__form dl dd ul li span:before {
    width: 4.16667vw;
    height: 4.16667vw;
    background-color: #f3f3f3;
    left: 3.90625vw;
  }
  .check-area__form dl dd ul li span:after {
    width: 2.08333vw;
    height: 2.08333vw;
    background-color: #eb5505;
    left: 4.94792vw;
    content: none;
  }
  .check-area__form__text {
    margin-top: 1em;
    text-align: center;
    font-size: 3.64583vw;
  }
  .check-area__form .emulate_submit {
    margin-top: 3.64583vw;
  }
  .btn-wrap{
    margin-top: 20px;
  }
  .check-area .btn-wrap .sub-txt{
    padding: 2px 5px;
    top: -1px;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
  .option-hdg{
    max-width: 186px;
  }
  .area-hdg{
    max-width: 195px;
  }
  .price-hdg{
    max-width: 83px;
  }
  .price-section__inner{
    padding: 52px 15px;
  }
  .price-box{
    padding: 30px 15px;
    border-radius: 15px;
  }
  .mod-layout-image--image-right {
    flex-direction: row;
  }
  .price-box-img .mod-layout-image__content{
    text-align: center;
  }
  .price-box-img .mod-layout-image__image img{
    max-width: 125px;
  }
  .charge-block-wrap{
    margin-top: 28px;
    padding-top: 0;
  }
  .charge-block-wrap .charge-ttl-wrap .charge-ttl{
    height: 90px;
    width: 48%;
    display: inline-flex;
    align-items: center;
    border-radius: 15px 15px 0 0;
  }
  .charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-home{
    padding: 6px 13px 2px;
  }
  .charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-home > img{
    margin: auto;
    max-width: 129px;
  }
  .charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-apartment{
    padding: 8px 10px 12px;
  }
  .charge-block-wrap .charge-ttl-wrap .charge-ttl.charge-apartment > img{
    margin: auto;
    max-width: 123px;
  }
  .charge-block-wrap.charge-tab-wrap .charge-contents-wrap{
    padding: 0 12px 50px;
    border-radius: 0 0 15px 15px;
  }
  .mod-table.type-vertical .adj-width-50per{
    inline-size: 100% !important;
  }
  .charge-contents-wrap .mod-table td, .charge-contents-wrap .mod-table th{
    padding: 10px 15px;
  }
  .mod-table.type-vertical th {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .mod-table.type-vertical td {
    display: block;
    border-top: 0;
    border-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .mod-table.type-vertical tr:last-child td {
    border-top: 0;
    border-bottom: 1px solid #e3783e;
  }
  .charge-contents-wrap .mod-table .charge{
    font-size: 2.4rem;
  }
  .benefits-hdg{
    max-width: 167px;
  }
  .benefitbox_body{
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px #000;
    padding: 20px 8px 50px;
  }
  .service-link_btn{
    text-decoration: none;
  }
  .service-link-list a img[src*='icon-'] {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .flow-hdg{
    max-width: 312px;
  }
  .flow-hdg-lv3-inner{
    margin: auto;
  }
  .flow-hdg-lv3:not([class^=mod-], [class^=unq-]), :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h3.flow-hdg-lv3:not([class^=mod-], [class^=unq-]){
    margin-block-start: 40px;
  }
  :where(.theme-main__contents) h2:not([class^=mod-], [class^=unq-]) + h3.flow-hdg-lv3:not([class^=mod-], [class^=unq-]){
    margin-block-start: 30px;
  }
  #flow .mod-layout-image{
    padding: 0 15px;
  }
  :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h4.flow-hdg-lv4:not([class^=mod-], [class^=unq-]){
    padding-block-end: 0;
  }
  .flow-hdg-lv4 + p:not([class^=mod-], [class^=unq-]){
    margin-block-start: 10px;
  }
  .fixed-btn-sec{
    padding: 10px;
  }
  .fixed-btn-box-inner{
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }
  .fixed-btn-box-inner .plan-btn-col,
  .fixed-btn-box-inner .contact-col{
    width: 48%;
  }
  .fixed-btn-box-inner .contact-col{
    margin-top: 0;
  }
  .theme-main .plan-btn-col .cta-btn{
    padding: 5px 3px 5px 0;
    height: 100%;
    gap: 3px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .fixed-btn-sec .plan-btn-col .cta-btn .icn{
    width: 38px;
    line-height: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn{
    padding: 9px 3px 10px 0;
    height: 100%;
    text-align: center;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap{
    gap: 0;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn {
    width: 21px;
    line-height: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .icn img{
    vertical-align: middle;
  }
  .fixed-btn-sec .contact-col .tel-btn .tel-num-wrap .tel-num{
    max-width: 110px;
  }
  .fixed-btn-sec .contact-col .tel-txt{
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  [data-script-enabled] .js-toggle .js-toggleContent .content{
    padding: 20px 15px;
  }
  .cv-section.cv-bottom .cv-box{
    margin-top: 120px;
    padding: 30px 15px 40px;
  }
  .cv-section.cv-bottom .cv-box::before{
    max-width: 214px;
    top: -100px;
  }
  .cv-section.cv-bottom .cv-hdg.icon-web{
    margin-bottom: 30px;
  }
  .cv-section.cv-bottom .box-tel{
    margin-top: 36px;
    padding-top: 32px;
  }
  .btn-wrap.btn-tel .sub-txt{
    padding: 3px 10px;
  }
  .str-main .str-content .str-contentBody{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .str-content.-bgc02{
    padding-bottom: 50px;
    background-color: #f3f3f3;
  }
  .str-content__title {
    margin-bottom: 50px;
    background-color: #2a2a2a;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 5.20833vw;
    padding: 3.38542vw 0;
    position: relative;
  }
  .str-content__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.99479vw 3.45052vw 0 3.45052vw;
    border-color: #2a2a2a transparent transparent transparent;
  }
  .str-main .str-content .str-contentBody {
    padding: 0 3.90625vw;
  }
}

/* PC */
@media screen and (min-width: 769px) {
  .theme-main__inner {
    display: block;
  }
  .charge-contents-wrap .mod-heading-lv2{
    margin-block-start: 30px;
  }
  :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.benefits-hdg:not([class^=mod-], [class^=unq-]){
    margin-block-end: 40px;
  }
  .fixed-btn-sec .fixed-btn-sec-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .fixed-btn-sec .fixed-btn-sec-inner.fixed-btn-box{
    max-width: inherit;
    display: block;
    padding: 0;
  }
  .fixed-btn-sec .fixed-btn-box .fixed-btn-box-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .fixed-btn-sec .plan-btn-col {
    flex: 1;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn {
    border-radius: 40px;
    font-size: 2.8rem;
    height: 80px;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn:hover {
    opacity: .7;
  }
  .fixed-btn-sec .plan-btn-wrap .plan-btn::after {
    width: 12px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }
  .fixed-btn-sec .contact-col {
    margin: 0 0 0 10px;
    width: 25%;
  }
  .fixed-btn-sec .contact-col {
    margin: 0 0 0 30px;
    flex: 1;
  }
  .fixed-btn-sec .contact-col .tel-btn {
    background: none;
    color: #fff !important;
  }
  .fixed-btn-sec .contact-col .tel-btn {
    background: #fff;
    color: #222 !important;
  }
  .str-content.-bgc02{
    padding-bottom: 50px;
    background-color: #f3f3f3;
  }
  .str-content__title {
    margin-bottom: 50px;
    background-color: #2a2a2a;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 13px 0;
    position: relative;
  }
  .str-content__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 23px;
    border-color: #2a2a2a transparent transparent transparent;
  }
  .str-main .str-content .str-contentBody {
    margin: auto;
    max-width: 1000px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/* resonetモジュール */
a{
  color: var(--lp-main-color);
}
strong{
  color: var(--lp-sub-color-01);
}
:where(.str-main) p:not([class^=mod-], [class^=unq-]) {
    margin-block-start: 20px;
}
.theme-main__inner{
  display: block;
  grid-template-areas: inherit;
  grid-template-columns: inherit;
  row-gap: 0;
}
.mod-heading-lv4::after{
  background-color: #D9E0E6;
}
ul.mod-list-link > li:not([class^=mod-], [class^=unq-])::before{
  background-color: var(--lp-main-color);
}
@media (hover: hover) {
  ul.mod-list-link > li:not([class^=mod-], [class^=unq-]) a:where(:any-link, :enabled, summary):hover {
    color: var(--lp-main-color);
    opacity: .7;
  }
}
.mod-heading-lv2::after,
.mod-heading-lv3::after{
  background-color: var(--lp-main-color);
}
.mod-dialog__button{
  background-color: var(--lp-main-color);
}
.mod-dialog__button-2-text::after, .mod-dialog__button-2-text::before {
  background-color: var(--lp-main-color);
}
.mod-button__link{
  border-color: var(--lp-sub-color-01);
  color: var(--lp-sub-color-01);
}
.mod-button__link::before {
  background-color: var(--lp-sub-color-01);
}
.mod-accordion__trigger{
  background-color: var(--lp-main-color);
  transition: .3s ease-out;
  color: #fff;
}
.mod-accordion__trigger::after, .mod-accordion__trigger::before{
  background-color: #fff;
}
@media (hover: hover) {
  .mod-button__link:not(.mod-button__link--emphasis):where(:any-link, :enabled, summary):hover, .mod-button__link:not(.mod-button__link--gray):where(:any-link, :enabled, summary):hover {
    background-color: var(--lp-sub-color-01);
    color: #fff;
  }
  .mod-accordion__trigger:where(:any-link, :enabled, summary):hover {
    background-color: #043459;
    opacity: .7;
  }
}
ol:not([class^=mod-], [class^=unq-], [class^=mf_]) {
  counter-reset: number;
  margin-block-start:20px;padding-inline-start:25px}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]):has(.mod-layout, .mod-layout-image) > li {
  margin-block-start:30px}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li {
  counter-increment: number;
  margin-block-start:6px;position: relative
}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li:first-child {
  margin-block-start:0!important}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li > * {
  margin-block-start:6px}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li > *:first-child {
  margin-block-start:0!important}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li::before {
  content: counter(number) ". ";
  display: inline-block;
  inset-inline-start: -25px;
  position: absolute
}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li:nth-child(-n+9)::before {
  inset-inline-start: -17px
}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li ol {
  counter-reset: number2;
  margin-block-start:6px}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li ol > li {
  counter-increment: number2
}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li ol > li::before {
  content: counter(number2) ". "
}

ol:not([class^=mod-], [class^=unq-], [class^=mf_]) > li ul {
  margin-block-start:10px
}

.mod-table th{
  text-align: left;
  background-color: #D9E0E6;
}

ul:not([class^=mod-], [class^=unq-], [class^=mf_]) > li::before{
  background-color: var(--lp-main-color);
}
:where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]){
  margin-block-start: 20px;
  padding-inline-start: 10px;
}
:where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) > li{
  position: relative;
}
:where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) > li::before {
  background-color: var(--lp-main-color);
  block-size: 6px;
  border-radius: 50vh;
  content: "";
  display: block;
  inline-size: 6px;
  inset-block-start: .4em;
  inset-inline-start: -10px;
  position: absolute;
}
:where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) > li:first-child {
  margin-block-start: 0 !important;
}

@media screen and (min-width: 769px) {
  :where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) {
    padding-inline-start: 16px;
  }
  :where(.theme-main__contents) ul:not([class^=mod-], [class^=unq-], [class^=mf_]) > li,
  :where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) > li {
    margin-block-start: 12px;
  }
  :where(.str-main) ul:not([class^=mod-], [class^=unq-], [class^=mf_], [class^=notes-], [class^=merit-], [class^=service-]) > li::before {
    inset-block-start: .5em;
    inset-inline-start: -12px;
  }
}