@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Antique+Soft&family=Lato:wght@700&display=swap');
/* plan-simulation用CSS */
.bootstrap p,
.bootstrap ol,
.bootstrap ul,
.bootstrap dl{
  margin: 0;
}
.bootstrap label{
  margin: 0;
  cursor: pointer;
}

.font--lato {
  font-family: 'Lato', 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
}

main .text-underline,
.modal_body a.text-underline{
  color: #0081CC;
  text-decoration: underline;
}
main .text-underline:hover,
main .text-underline:focus,
.modal_body a.text-underline:hover,
.modal_body a.text-underline:focus {
  color: #bc2739!important;
  text-decoration: none !important;
}

.text,
.bootstrap p.text{
  margin: 22px 0 36px;
}

.bootstrap .breadcrumb{
  padding: 0.75rem 0;
  background: transparent;
}
@media (max-width: 768px) {
  .bootstrap .breadcrumb{
    display: none;
  }
}

/* ---------------------------------------
	STEP
--------------------------------------- */
.content-block--step{
  position: relative;
  margin: 64px 0 110px;
}
@media (max-width: 768px) {
  .content-block--step{
    margin: 60px 0 80px;
  }
}


/* 基本設定 */
/* ブロック設定 */
.wizard{
  min-width:0;
}
.wizard-section + .wizard-section{
  margin-top: 80px;
}
.wizard-item + .wizard-item{
  margin-top: 50px;
}
@media (max-width: 768px) {
  .wizard-separate .section-heading,
  .bootstrap .wizard-separate h2.section-heading,
  .bootstrap .wizard-separate h3.section-heading{
    font-size: 44px;
  }
}

/* リンクエリア */
.bootstrap p.link-block{
  margin: 0 0 50px;
}
.link-block button{
  border: none;
  background: transparent;
  font-size: 18px;
}
.bootstrap button.oval-link{
  border-radius: 100vh;
}
@media (max-width: 768px) {
  /* リンクエリア */
  .bootstrap p.link-block{
    margin-bottom: 53px;
  }
}

/* リンク・ボタンブロック設定 */
.other-link{
  margin: 50px 0 0;
}

.bootstrap a.oval-link--border--disabled, 
.content-inner a.oval-link--border--disabled{
  border-color: #7D7D7D;
  color: #7D7D7D;
  pointer-events: none;
}

.bootstrap a.oval-link--disabled,
.content-inner a.oval-link--disabled{
  background: #7D7D7D;
  color: #fff;
}

/* 見出し */
.section-heading,
.bootstrap h1.section-heading,
.bootstrap h2.section-heading,
.bootstrap h3.section-heading{
  position: relative;
  margin: 0 0 20px;
  padding-left: 15px;
  border-left: 5px solid #CC0033;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.section-heading--l,
.bootstrap h1.section-heading--l,
.bootstrap h2.section-heading--l,
.bootstrap h3.section-heading--l{
  margin: 0 0 80px;
  font-size: 44px;
}
.underborder-heading,
.bootstrap h2.underborder-heading,
.bootstrap h3.underborder-heading{
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 24px;
  border-bottom: 4px solid #E5E5E5;
  font-size: 32px;
  font-weight: 700;
}
.underborder-heading::before,
.bootstrap h2.underborder-heading::before,
.bootstrap h3.underborder-heading::before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: inline-block;
  width: 205px;
  height: 4px;
  background: #BC2739;
}
@media (max-width: 768px) {
  /* 見出し */
  .section-heading--l,
  .bootstrap h2.section-heading--l,
  .bootstrap h3.section-heading--l{
    margin-bottom: 30px;
    font-size: 32px;
  }
}

/* 背景 */
.bg--gy{
  background: #F3F3F3;
}
.bg--rd{
  background: #FFF1F1;
}



/* テキスト系 */
/* 注意事項 */
.note-mark,
.bootstrap p.note-mark{
  margin: 8px 0 0 1em;
  font-size: 14px;
  text-indent: -1em;
}
.note-mark::before {
  content: "※";
}

.note-list,
.bootstrap ul.note-list{
  counter-reset: note;
  margin: 15px 0 0;
}
.note-list__item,
.bootstrap p.note-list__item{
  margin-left: 2em;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -2em;
}
.note-list__item::before {
  counter-increment: note;
  content: "※" counter(note);
}



/* ラジオボタン */
.control-block{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.control-block .control-item{
  min-height: 69px;
}

.control-block--col2 .control-item{
  width: calc(50% - 5px);
}
.control-block--col3 .control-item{
  width: calc((100% - 30px) / 3);
}
@media (max-width: 768px) {
  .control-block{
    flex-direction: column;
  }
  .control-block--col2 .control-item,
  .control-block--col3 .control-item{
    width: 100%;
  }
}

.control-item {
  position: relative;
  line-height: 1.5;
  margin: 0!important;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}
.control-item > label{
  display: flex!important;
  align-items: center!important;
  width: 100%;
  height: 100%;
  padding: 20px;
  cursor: pointer;
}

/* ラジオボタン設定 */
.control-radio {
  margin-right: 16px!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  border: 3px solid #E5E5E5;
  border-radius: 9999px;
  cursor: pointer;
}
.control-radio:checked {
  border: none;
  background: #CC0033;
}
.control-radio:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background: #fff;
}

/* ラジオボタン外枠設定 */
.radio-block:has(label input[type="radio"]:checked) {
  border-color: #CC0033;
}
input[type="radio"]:checked + label {
  border: solid #C03;
}
input[type="radio"]:checked + label::after {
  border: none;
  background: #CC0033;
}



/* チェックボタン */
.control-check {
  margin-right: 8px!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 2px;
  cursor: pointer;
}
.control-check:checked {
  border: none;
  background: #CC0033;
}
.control-check:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: calc(50% - 7px);
  left: calc(50% - 2px);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* 中のチェックボックスがONのときに、外側のdivに枠線を付ける */
.radio-block:has(label input[type="checkbox"]:checked) {
  border-color: #CC0033;
}

.radio-block .control-name{
  width: calc(100% - 38px);
}
.check-block .control-name{
  max-width: calc(100% - 30px);
}

/* チェック入りブロック */
.check-group + .section-heading{
  margin-top: 50px!important;
}
.check-group{
  padding: 24px 24px 34px;
  border-radius: 16px;
}
.check-group + .check-group{
  margin-top: 20px;
}
.check-group__text{
  font-size: 22px;
}
.check-block{
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.check-block label{
  display: flex;
}
.check-block .control-check{
  margin: 2px 0 0;
}



/* 下記分割ブロック */
.wizard-separate{
  display: grid;
  align-items: start;
  column-gap: 48px;
  grid-template-columns: minmax(0,1fr) 392px; /* 左=可変 / 右=392px */
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  .wizard-separate{
    display: block;
  }
}

.wizard-separate .section-heading--l,
.bootstrap .wizard-separate  h2.section-heading--l,
.bootstrap .wizard-separate  h3.section-heading--l{
  margin-bottom: 60px;
}

/* オプションブロック */
.option-block{
  padding: 25px 40px 16px;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}
.option-block + .option-block{
  margin-top: 50px;
}

.option-heading,
.bootstrap h4.option-heading{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 0 0 0 53px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.option-heading img{
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}

.option-fee{
  font-size: 32px;
  font-weight: 700;
  text-align: right;
}
.option-fee span{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}
.option-text{
  font-size: 18px;
}
.option-link{
  margin: 12px 0 0;
  text-align: right;
}
.option-link .oval-link{
  padding: 7px 30px;
  font-size: 16px;
}

.wizard-separate .other-link .oval-link{
  width: 455px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .option-block{
    padding: 23px 36px 20px;
  }

  .wizard-separate .other-link .oval-link{
    width: 88%;
    padding: 10px;
    line-height: 1;
  }
}



/* ボタン下テキスト */
.point-note,
.bootstrap p.point-note{
  margin: 16px 0 0;
  text-align: center;
}



/* 右ブロック */
.fee-wrap{
  border-radius: 20px;
  overflow: hidden;
}

.fee-heading,
.bootstrap h2.fee-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  margin: 0;
  background: #4C4C4C;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.fee-body{
  padding: 20px;
  background: #F3F3F3;
}

/* 見出し */
.fee-label{
  font-size: 16px;
  font-weight: 700;
}

/* タグ */
.fee-tag{
  display: inline-block;
  padding: 4px 15px;
  background: #7D7D7D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.fee-value--red{
  color: #BC2739;
}

.fee-value,
.bootstrap p.fee-value{
  margin-left: auto;
  font-size: 24px;
  font-family: 'Lato', 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
  font-weight: 900;
}
.fee-unit{
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}
.fee-item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fee-item + .fee-item{
  margin-top: 18px;
}
.fee-tag + .fee-item{
  margin-top: 6px;
}

.fee-tax{
  font-size: 14px;
  font-weight: 700;
}
.fee-tax__num{
  margin-left: 5px;
  font-size: 24px;
  font-weight: 900;
}

.fee-symbol{
  margin-right: 7px;
  font-size: 14px;
}
.fee-note{
  font-size: 18px;
}

.fee-block--l .fee-label{
  font-size: 18px;
}
.fee-block--l .fee-value{
  margin-top: 10px;
  font-size: 32px;
}

.fee-block + .fee-block{
  padding-top: 10px;
}
.fee-block--plan{
  margin-top: 10px;
  border-top: 1px solid #7D7D7D;
}
.fee-block--option{
  margin-top: 15px;
  border-top: 1px dashed #7D7D7D;
}

@media (max-width: 768px) {
  .fee-tag + .fee-item{
    margin-top: 8px;
  }

  .fee-body{
    padding: 20px 20px 40px;
  }

  .fee-tax{
    font-size: 13px;
    font-weight: 500;
  }
  .fee-tax__num{
    font-size: 20px;
  }
  .fee-tax .fee-unit{
    font-size: 13px;
    font-weight: 500;
  }
}



/* 料金プラン結果 */
.wizard-result{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 100px 0 0;
}

.result-block{
  width: calc(50% - 15px);
  padding: 35px 40px 30px;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}

.result-block__heading,
.bootstrap h3.result-block__heading{
  margin: 0 0 24px;
  color: #BC2739;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.result-block__logo{
  text-align: center;
}

.result-block__fee{
  margin: 20px 0 0;
}

.result-block__fee .fee-value{
  color: #BC2739;
  font-size: 32px;
  text-align: center;
}

.result-sub{
  margin: 20px 0 0;
  padding: 18px 30px 25px;
  border-radius: 10px;
}
.result-sub + .result-sub{
  margin-top: 10px;
}
.result-sub__heading,
.bootstrap h4.result-sub__heading{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
}
.result-sub__block .fee-label{
  font-size: 18px;
}
.result-sub__block + .result-sub__block{
  margin-top: 16px;
  padding-top: 11px;
  border-top: 1px dashed #7D7D7D;
}
.result-sub__block + .result-sub__block--total{
  border-top: 1px solid #7D7D7D;
}
.result-sub__text,
.bootstrap p.result-sub__text{
  margin: 2px 0 0;
  font-size: 16px;
}

/* チェックアイコン付きリスト */
.check-lists{
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.check-list__item{
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 700;
}
.check-list__item:nth-child(n + 2){
  margin-top: 6px;
}
.check-list__item::before{
  position: absolute;
  top: calc(.5em - 7px);
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/sites/default/files/media/service/mobile/plan-simulation/image/icon_check.webp) no-repeat center / 100%;
}

.bootstrap .result-block p.link-block{
  margin: 20px 0 0;
  text-align: center;
}
.bootstrap .result-block p.link-block .text-underline,
.bootstrap .result-block p.link-block a.text-underline{
  font-size: 18px;
}

.bg--rd .result-sub__heading{
  color: #BC2739;
}

.result-block .other-link{
  margin-top: 30px;
}
.result-block .oval-link{
  width: auto;
}
.result-block .oval-link--red{
  padding: 15px 57px;
}
.result-block .oval-link--border--red{
  padding: 15px 65px;
}
.result-block .point-note{
  font-size: 14px;
}

@media (max-width: 768px) {
  .wizard-result{
    margin-top: 70px;
  }

  .result-block{
    width: 100%;
    padding: 34px 24px 30px;
  }

  .result-block__heading,
  .bootstrap h3.result-block__heading{
    margin-bottom: 26px;
    line-height: 1.5;
  }

  .result-block__fee{
    margin-top: 15px;
  }

  .result-sub{
    padding: 18px 22px 25px;
  }
  .result-sub__heading,
  .bootstrap h4.result-sub__heading{
    margin-bottom: 12px;
  }

  .result-block .oval-link{
    width: 100%;
    line-height: 1;
    padding: 10px 40px;
  }
}


/* モーダル */
#colorbox,
#cboxWrapper,
#cboxContent{
  overflow: unset;
}
#cboxLoadedContent{
  padding: 0;
  background: none;
}
#cboxClose{
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: url(/sites/default/files/media/service/mobile/plan-simulation/image/icon_close.webp) no-repeat center / 100%;
}

.modal-wrap{
  height: 100%;
  padding: 40px 0 50px;
  background: #fff;
}
.modal_content{
  overflow-y: auto;
  height: 100%;
}
.modal-wrap .modal-inner{
  width: 758px;
  margin: 0 auto;
}

.modal-heading{
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}

.modal-text{
  font-size: 22px;
  text-align: center;
}
.modal_body .other-link{
  margin-top: 10px;
}

.other-link + .modal-text{
  margin-top: 50px;
}

.modal_body a.oval-link{
  text-decoration: none;
}
.modal_body a.oval-link--border--red{
  color: #bc2739!important;
}
.modal_body a.oval-link--red{
  color: #fff!important;
}

/* モーダル内チェックアイコン付きリスト */
.modal-lists{
  display: flex;
  justify-content: center;
  margin: 23px 0 0;
}
.modal-list__item{
  position: relative;
  padding-left: 37px;
  font-size: 18px;
  font-weight: 700;
}
.modal-list__item::before{
  position: absolute;
  top: calc(.5em - 7px);
  left: 0;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/sites/default/files/media/service/mobile/plan-simulation/image/icon_check-circle.webp) no-repeat center / 100%;
}
.modal-list__item:nth-child(n + 2){
  margin-top: 14px;
}

/* モーダル内赤背景エリア */
.recommend-block{
  margin: 25px 0 0;
  padding: 15px 15px 25px;
  border-radius: 10px;
}
.recommend-heading{
  color: #BC2739;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.recommend-lists{
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
.recommend-list{
  font-size: 18px;
  font-weight: 700;
}
.recommend-list__item{
  position: relative;
  padding-left: 25px;
}
.recommend-list__item::before{
  position: absolute;
  top: calc(1rem - 9px);
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #BC2739;
}
.recommend-list__item + .recommend-list__item{
  margin-top: 10px;
}

/* 左に電球アイコン付き */
.lb-text{
  position: relative;
  padding-left: 30px;
  text-align: center;
}
.lb-text::before{
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(/sites/default/files/media/service/mobile/plan-simulation/image/icon_light-bulb.webp) no-repeat center / contain;
}

/* オプション説明モーダル専用 */
.modal-wrap--option .modal-inner{
  width: 648px;
}
.modal-wrap--option .modal-heading{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: 0 0 15px;
  font-size: 32px;
}
.modal-wrap--option .modal-text{
  text-align: left;
}
.modal-wrap--option .other-link{
  margin-top: 20px;
}
.modal-wrap--option .other-link .oval-link{
  width: 269px;
}
.modal-wrap--option .point-note{
  width: 103%;
  margin: 30px 0 0 -1.5%;
  font-size: 18px;
}

@media (max-width: 768px) {
  #cboxClose{
    right: -5%;
  }

  .modal-wrap{
    padding: 40px 0;
  }

  .modal-wrap .modal-inner{
    width: 100%;
    padding: 0 24px;
  }

  .modal-heading{
    margin-bottom: 30px;
  }

  .modal-text{
    font-size: 16px;
  }

  .modal_body .oval-link--border--red{
    width: 89%;
  }
  .modal_body .oval-link--red{
    width: 84%;
  }

  .other-link + .modal-text{
    margin-top: 30px
  }

  /* モーダル内赤背景エリア */
  .recommend-list__item{
    padding-left: 32px;
  }
  .recommend-list__item::before{
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
  }
  .recommend-list__item + .recommend-list__item{
    margin-top: 12px;
  }

  /* 左に電球アイコン付き */
  .lb-text{
    padding-left: 49px;
    text-align: left;
  }
  .lb-text::before{
    top: 0;
    left: 0;
    transform: none;
  }

  /* オプション説明モーダル専用 */
  .modal-wrap--option .modal-inner{
    width: 100%;
  }
  .modal-wrap--option .modal-heading{
    gap: 12px;
    margin-bottom: 21px;
    line-height: 1.2;
  }
  .modal-wrap--option .modal-text{
    font-size: 22px;
  }
  .modal-wrap--option .point-note{
    width: 100%;
    margin: 20px 0 0;
  }
}



/* SP用価格表示ボタン */
.fixed-block{
  display: none;
}
@media (max-width: 768px) {
  .fixed-block{
    position: fixed;
    right: 16px;
    bottom: 66px;
    z-index: 15;
  }
  .fixed-block button{
    padding: 0;
    border: 0;
    background: no-repeat;
  }
  .fixed-block img{
    width: 29.5vw;
    height: 25.2vw;
  }
}

