  @charset "UTF-8";
/*========== キーイメージ ===========*/
.wrap_keyimage_service {
  background: rgba(250, 232, 14, 0.6);
  padding-top: 66px;
}
.wrap_keyimage_service .ttl_h1 {
  font-size: 4.8vw;
  color: #000;
  margin-bottom: 2vw;
}
.wrap_keyimage_service .ttl_h1 .text_shadow {
  text-shadow: 2px 2px 0 #fff;
}
.wrap_keyimage_service .ttl_h1 .font_b {
  font-size: 6.4vw;
}
.wrap_keyimage_service .ttl_h1 .flex {
  display: flex;
  align-items: center;
}
.wrap_keyimage_service .ttl_h1 img {
  width: 33.3333333333vw;
  top: -3px;
  margin-left: min(2.1333333333vw, 8px);
}

.wrap_keytext {
  margin-top: -24vw;
}

.inner_keytext {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_keytext::before, .inner_keytext::after {
  background: #FAEC40;
}
.inner_keytext p:last-child {
  width: calc(100% - 114px);
}

.plan_name img {
  width: 97px;
}

/*========== 高いんでしょう？ ===========*/
.high_price .ttl_h2_iikoto::before {
  background-image: url(/iikoto-iroiro/images/kare-roof/icon_iikoto01.svg);
}

.wrap_kare_roof_contents {
  padding: 24px 5%;
  background: #fff;
  margin: 24px 0;
}

.ul_high_price {
  width: 90%;
  margin: 0 auto 24px;
}
.ul_high_price li {
  display: flex;
  margin-bottom: 16px;
}
.ul_high_price li::before {
  content: "";
  display: inline-block;
  background: url(/iikoto-iroiro/images/kare-roof/icon_light.svg) no-repeat;
  background-size: contain;
  min-width: 17px;
  max-width: 17px;
  height: 24px;
  margin-right: 10px;
}
.ul_high_price li:last-child {
  margin-bottom: 0;
}

.wrap_benefit_conditions {
  margin-bottom: 40px;
}
.wrap_benefit_conditions .note {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}

.ul_benefit_conditions {
  margin-top: 8px;
}
.ul_benefit_conditions li {
  display: flex;
}
.ul_benefit_conditions li span {
  white-space: nowrap;
}

/*========== 蓄えた電力って使えるの? ===========*/
.use .ttl_h2_iikoto::before {
  background-image: url(/iikoto-iroiro/images/kare-roof/icon_iikoto02.svg);
}

/*========== どうしてお得なの? ===========*/
.benefit .ttl_h2_iikoto::before {
  background-image: url(/iikoto-iroiro/images/kare-roof/icon_iikoto03.svg);
}

.add_moushiomi_jouken {
  padding: 10% 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add_moushiomi_jouken h3 {
  display: inline-block;
  color: white;
  background-color: #E6646D;
  padding: 2vw 10%;
  font-size: 150%;
  font-weight: bold;
  border-radius: 10px;
}
.add_moushiomi_jouken .jouken_list {
  padding: 3%;
  margin: 5% 0 0;
  border: 2px solid #E6646D;
  background-color: white;
  border-radius: 10px;
}
.add_moushiomi_jouken .jouken_list ul {
  padding-left: 20px;
  list-style-type: disc;
}
.add_moushiomi_jouken .jouken_list ul li {
  margin-bottom: 3%;
}
.add_moushiomi_jouken p.note {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 12px;
}

.ttl_benefit {
  color: #FDC302;
  -webkit-text-stroke: 1px #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.ttl_benefit span {
  position: relative;
}
.ttl_benefit span::after {
  content: "";
  display: block;
  background: url(/iikoto-iroiro/images/kare-roof/icon_wave_yellow.svg) no-repeat;
  background-size: contain;
  width: 164px;
  height: 7px;
  margin: 0 auto;
}

.ttl_ul_benefit {
  margin: 16px 0 8px;
}

.ul_benefit {
  font-size: 12px;
  font-size: 1.2rem;
}
.ul_benefit li {
  display: flex;
}
.ul_benefit li:last-child {
  margin-bottom: 0;
}

.ul_benefit2 {
  margin-bottom: 24px;
}

/*========== ご契約までの流れ ===========*/
.flow .ttl_h2_service span {
  color: #FF2D02;
}
.flow .ul_note {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.flow .ul_note li {
  margin-bottom: 8px;
}
.flow .ul_note li:last-child {
  margin-bottom: 0;
}

.wrap_flow_contents {
  margin-bottom: 24px;
}

.flow_contents {
  background: #FCF8E2;
  padding: 16px 0;
  text-align: center;
  position: relative;
}
.flow_contents::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13.5px 0 13.5px;
  border-color: #FCF8E2 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
}
.flow_contents:nth-child(even) {
  background: #FDC308;
}
.flow_contents:nth-child(even)::after {
  border-color: #FCF8E2 transparent transparent transparent;
}
.flow_contents:nth-child(even) .inner_flow_contents .step {
  background: #fff;
}
.flow_contents:last-child {
  padding: 31px 0;
}
.flow_contents:last-child .step {
  display: none;
}
.flow_contents:last-child::after {
  content: none;
}

.inner_flow_contents {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 128px;
}
.inner_flow_contents .step {
  background: #FDC308;
  border-radius: 40px;
  width: 104px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.inner_flow_contents .step span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}

.icon_flow {
  width: 50px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%);
}

.btn_link {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  /*========== キーイメージ ===========*/
  .wrap_keyimage_service {
    padding-top: 20px;
  }
  .wrap_keyimage_service .keyimage_left {
    width: min(57%, 711px);
  }
  .wrap_keyimage_service .ttl_h1 {
    font-size: min(2.6388888889vw, 38px);
    width: 100%;
    margin-bottom: 0;
  }
  .wrap_keyimage_service .ttl_h1 .font_b {
    font-size: min(4.7916666667vw, 69px);
    font-size: min(3.125vw, 45px);
    margin-left: min(0.6944444444vw, 10px);
    display: inline-block;
  }
  .wrap_keyimage_service .ttl_h1 .text_shadow {
    text-shadow: 4px 4px 0 #fff;
  }
  .wrap_keyimage_service .ttl_h1 img {
    width: min(17.8472222222vw, 257px);
    top: -3px;
    margin-left: 2px;
  }
  .inner_keyimage {
    width: min(98%, 1260px);
  }
  .wrap_keytext {
    margin-top: 18px;
    max-width: 678px;
  }
  .inner_keytext p:last-child {
    width: min(67%, 427px);
  }
  .plan_name {
    width: min(30%, 187px);
    margin-right: 24px;
  }
  .plan_name img {
    width: 100%;
  }
  .keyimage {
    width: min(43%, 531px);
  }
  /*========== 高いんでしょう？ ===========*/
  .high_price .ttl_h2_iikoto img {
    max-width: 804px;
  }
  .wrap_kare_roof_contents {
    padding: 24px min(7%, 70px);
    margin: 24px 0 32px;
  }
  .ul_high_price {
    width: 100%;
    margin: 0 auto 40px;
  }
  .ul_high_price li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ul_high_price li::before {
    min-width: 19px;
    max-width: 19px;
    height: 27px;
    margin-right: 32px;
  }
  .wrap_benefit_conditions .note {
    margin-top: 16px;
  }
  .ul_benefit_conditions {
    margin-top: 16px;
  }
  /*========== 蓄えた電力って使えるの? ===========*/
  .use .ttl_h2_iikoto img {
    max-width: 883px;
  }
  .use .wrap_kare_roof_contents {
    padding: 24px min(10%, 101px);
    margin-bottom: 40px;
  }
  /*========== どうしてお得なの? ===========*/
  .benefit .ttl_h2_iikoto img {
    max-width: 837px;
  }
  .benefit .wrap_kare_roof_contents {
    padding: 32px min(6%, 56px);
    margin-bottom: 16px;
  }
  .add_moushiomi_jouken {
    padding: 5% 0 0;
    display: block;
  }
  .add_moushiomi_jouken h3 {
    display: inline-block;
    color: white;
    background-color: #E6646D;
    padding: 1% 10%;
    font-size: 150%;
    font-weight: bold;
    border-radius: 10px;
  }
  .add_moushiomi_jouken .jouken_list {
    padding: 3%;
    margin: 5% 0 0;
    border: 5px solid #E6646D;
    background-color: white;
    border-radius: 10px;
  }
  .add_moushiomi_jouken .jouken_list ul {
    padding-left: 20px;
    list-style-type: disc;
  }
  .add_moushiomi_jouken .jouken_list ul li {
    margin-bottom: 1%;
  }
  .add_moushiomi_jouken p.note {
    text-indent: -18px;
    margin-left: 18px;
    font-size: 18px;
  }
  .ttl_benefit {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .ttl_benefit span::after {
    background: url(/iikoto-iroiro/images/kare-roof/icon_wave_yellow_long.svg) no-repeat;
    background-size: contain;
    width: 341px;
    height: 9px;
    margin: -8px auto 0;
  }
  .ttl_ul_benefit {
    margin: 2em 0 0;
  }
  .ul_benefit {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ul_benefit li {
    margin-bottom: 0;
  }
  .ul_benefit2 {
    margin-bottom: 24px;
  }
  .ul_benefit2 li:nth-child(n+2) {
    display: inline;
  }
  /*========== ご契約までの流れ ===========*/
  .flow .wave::after {
    height: 8px;
    bottom: 0;
  }
  .flow .ul_note {
    margin-bottom: 32px;
  }
  .flow .ul_note li {
    margin-bottom: 0;
  }
  .wrap_flow_contents {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .flow_contents {
    width: 20%;
    padding: 16px 0 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .flow_contents::after {
    border-width: 13.5px 0 13.5px 19px;
    border-color: transparent transparent transparent #FCF8E2;
    top: 20px;
    left: auto;
    right: -16px;
    transform: translate(0, 0);
  }
  .flow_contents:nth-child(even)::after {
    border-color: transparent transparent transparent #FDC305;
  }
  .flow_contents.flow_contents01 .icon_flow {
    width: 40%;
  }
  .flow_contents.flow_contents01 .font_s {
    font-size: 10px;
    font-size: 1rem;
  }
  .flow_contents:last-child {
    padding: 16px 0 5px;
  }
  .flow_contents:last-child .step {
    display: block;
    visibility: hidden;
  }
  .inner_flow_contents {
    display: block;
  }
  .inner_flow_contents .step {
    width: min(100%, 104px);
    height: 33px;
    margin: 0 auto 11px;
    font-size: 20px;
    font-size: 2rem;
  }
  .inner_flow_contents .step span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .icon_flow {
    width: 50px;
    position: static;
    transform: translate(0, 0);
    margin: 0 auto 8px;
  }
  .btn_link {
    width: min(100%, 507px);
  }
}
@media (min-width: 769px) {
  .inner_keyimage {
    justify-content: center;
    gap: 5%;
  }
}
@media (min-width: 769px) {
  .keyimage {
    width: min(43%, 451px);
  }
}
.high_price .font_weight_w600 span {
  color: #FF2D02;
  font-size: 140%;
  position: relative;
  z-index: 2;
}
.high_price .font_weight_w600 span::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #F8C3B3;
  position: absolute;
  left: 0;
  bottom: -10%;
  z-index: -1;
}

@media (min-width: 769px) {
  .use .wrap_kare_roof_contents {
    margin-bottom: 24px;
  }
}

@media (min-width: 769px) {
  .benefit .wrap_benefit_conditions {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .benefit .ttl_h2_iikoto img {
    max-width: 873px;
  }
}

.comment {
  margin: 0 auto 40px;
  max-width: 900px;
  width: 86%;
}
@media (min-width: 769px) {
  .comment {
    width: 100%;
  }
}

.wrap_kare_roof_contents {
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .wrap_kare_roof_contents {
    margin-bottom: 12px;
  }
}

.content-note {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .content-note {
    margin-bottom: 32px;
    text-align: right;
  }
}

.btn_link.btn_link_orange.btn-mt0 a {
  margin-top: 0px;
}

.wrap_benefit_conditions .ttl {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 8px;
  margin-bottom: 8px;
}

.wrap_btn_contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .wrap_btn_contents {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.comment {
  position: relative;
}
@media (min-width: 769px) {
  .comment {
    width: 82%;
  }
}
@media (min-width: 1280px) {
  .comment {
    width: 100%;
  }
}

.comment-icon {
  position: absolute;
  width: clamp(50px, 13.671875vw, 105px);
  left: -11%;
}
@media (min-width: 769px) {
  .comment-icon {
    width: clamp(70px, 8.3333333333vw, 90px);
    top: -10px;
    left: -8%;
  }
}
/*# sourceMappingURL=style_kare_roof.css.map */