@charset "UTF-8";
/********************************************/
/* lp_layout */
/********************************************/
.mod-tmp_contact .container {
  box-shadow: 0 60px 130px rgba(82, 145, 203, 0.1);
}

.fv_bg {
  position: relative;
  padding-bottom: 90px;
  z-index: 2;
}
@media (max-width: 480px) {
  .fv_bg {
    padding-bottom: 50px;
  }
}
.fv_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 130px);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/fv-bg-nami webp") repeat-x center bottom/contain;
  z-index: -2;
}
@media (max-width: 480px) {
  .fv_bg:before {
    height: calc(100% + 80px);
  }
}
.fv_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  content: none;
  width: 100%;
  height: calc(100% + 130px);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/fv-bg-nami webp") no-repeat center bottom/100% auto;
  z-index: -2;
}
@media (max-width: 1440px) {
  .fv_bg:after {
    height: calc(100% + 100px);
  }
}
@media (max-width: 1024px) {
  .fv_bg:after {
    height: calc(100% + 70px);
  }
}
@media (max-width: 767px) {
  .fv_bg:after {
    height: calc(100% + 110px);
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/fv-bg-nami-sp webp") no-repeat center bottom/100% auto;
  }
}
@media (max-width: 480px) {
  .fv_bg:after {
    height: calc(100% + 70px);
  }
}
@media (max-width: 375px) {
  .fv_bg:after {
    height: calc(100% + 50px);
  }
}

.bubble_txt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 86px;
  margin: auto;
  background-color: #FFF;
  border-radius: 50px;
  line-height: 86px;
  color: #0097e0;
  text-align: center;
  font-size: 20px;
  text-decoration: unset !important;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho", "MS PMincho", "MS Mincho", "Times New Roman", "Noto Serif CJK JP", "Noto Serif CJK SC", "Noto Serif CJK TC", "Noto Serif", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  transform: translateY(-50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .bubble_txt {
    font-size: clamp(10px, 4.5vw, 18px);
  }
}
@media (max-width: 767px) {
  .bubble_txt {
    max-width: 70px;
    line-height: 70px;
  }
}
.bubble_txt:after {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 27px);
  content: "";
  width: 54px;
  height: 24px;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .bubble_txt:after {
    bottom: -9px;
    left: calc(50% - 25px);
    width: 50px;
    height: 20px;
  }
}
.bubble_txt.yellow {
  background-color: #feec80;
}
.bubble_txt.blue {
  background-color: #0097e0;
  color: #FFF;
  word-break: keep-all;
}

.move_animation {
  position: relative;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
          animation: arrow-move06 2s 1s ease-in-out infinite;
}

.scroll_btn,
.check_bubble {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  z-index: 10;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 767px) {
  .scroll_btn,
.check_bubble {
    padding-bottom: 7px;
  }
}
.scroll_btn span,
.check_bubble span {
  letter-spacing: 0.16em;
  font-family: inherit;
}
.scroll_btn:before, .scroll_btn:after,
.check_bubble:before,
.check_bubble:after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: #FFF;
}
.scroll_btn:before,
.check_bubble:before {
  left: calc(50% - 6px);
  bottom: 20px;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .scroll_btn:before,
.check_bubble:before {
    left: calc(50% - 5px);
    bottom: 13px;
    width: 10px;
    height: 10px;
  }
}
.scroll_btn:after,
.check_bubble:after {
  left: calc(50% - 4px);
  bottom: 0;
  width: 8px;
  height: 8px;
}
@media (max-width: 767px) {
  .scroll_btn:after,
.check_bubble:after {
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}

.check_bubble {
  margin-bottom: 30px;
}
.check_bubble:before, .check_bubble:after {
  background: #0097e0;
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.3;
  }
  70% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.3;
  }
  70% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}
.ttl_01_wrapper {
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #009ef6, #63b6f3);
}
.ttl_01_wrapper:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  width: 68px;
  height: 24px;
  transform: translateX(-50%);
  background: #009ef6;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .ttl_01_wrapper:after {
    width: 40px;
    height: 10px;
  }
}

.ttl_01 {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ttl_01 {
    font-size: clamp(20px, 5vw, 42px);
  }
}
.ttl_01 .small {
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}
.ttl_01 .yellow_box {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.34em 0.5em;
  background: #feec80;
  box-shadow: 7px 7px 10px 0px rgba(255, 255, 255, 0.75) inset, -1.03px 1.714px 16.56px 1.44px rgba(128, 155, 180, 0.09);
  line-height: 1em;
  color: #0097e0;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ttl_01 .yellow_box {
    font-size: 0.8em;
  }
}
.ttl_01 .big {
  display: block;
  letter-spacing: 0.1em;
  color: #fff7c7;
  font-size: 2.1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ttl_01 .big {
    font-size: 8vw;
  }
}
.ttl_01 .sp_small {
  color: inherit;
  font-size: 1em;
}
@media (max-width: 767px) {
  .ttl_01 .sp_small {
    font-size: 0.66em;
  }
}

.lp_contents01_child01 {
  padding: 80px 0 65px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/flow-bg webp") repeat-y center top/100% auto;
}
@media (max-width: 767px) {
  .lp_contents01_child01 {
    padding: 40px 0 15px;
  }
}

.lp_contents02_child01_wrapper {
  padding-top: 120px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/subsidy-bg webp") no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .lp_contents02_child01_wrapper {
    padding-top: 90px;
  }
}
.lp_contents02_child01_wrapper .mod-tmp_contact {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .lp_contents02_child01_wrapper .mod-tmp_contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lp_contents02_child01_wrapper .mod-tmp_contact .container .head .title::before {
  width: 50px;
}

.lp_contents02_child01 {
  position: relative;
  max-width: 1100px !important;
  padding-bottom: 110px;
  background: #fff;
  border-radius: 550px 550px 0 0;
  box-shadow: 0 0 109px rgba(82, 145, 203, 0.1);
}
.lp_contents02_child01:before {
  position: absolute;
  top: -40px;
  left: 9%;
  content: "";
  width: 16%;
  max-width: 175px;
  height: 50%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/dot-deco webp") no-repeat left top/contain;
}
@media (max-width: 767px) {
  .lp_contents02_child01:before {
    top: -60px;
    left: 1%;
    width: 28%;
  }
}
.lp_contents02_child01:after {
  position: absolute;
  top: -40px;
  right: 9%;
  content: "";
  width: 16%;
  max-width: 175px;
  height: 50%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/dot-deco webp") no-repeat left top/contain;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .lp_contents02_child01:after {
    top: -60px;
    right: 1%;
    width: 28%;
  }
}
.lp_contents02_child01 .top_box.main_width.lp {
  max-width: 640px;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .top_box.main_width.lp {
    max-width: 560px;
    margin-bottom: 30px;
  }
}
.lp_contents02_child01 .ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #0097e0;
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho", "MS PMincho", "MS Mincho", "Times New Roman", "Noto Serif CJK JP", "Noto Serif CJK SC", "Noto Serif CJK TC", "Noto Serif", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ttl-dot webp") no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .ttl {
    margin-top: -20px;
    padding-bottom: 10px;
    font-size: 8vw;
  }
}

.lp_contents02_child01 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box {
    display: block;
  }
}
.lp_contents02_child01 .flex_box .img {
  width: 37%;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .img {
    width: 100%;
    margin-bottom: 60px;
  }
}
.lp_contents02_child01 .flex_box .flex-item {
  width: 58%;
}
.lp_contents02_child01 .flex_box .txt_box {
  position: relative;
  width: 100%;
  padding: 25px 10px;
  border: solid 2px #0097e0;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .txt_box {
    width: 100%;
  }
}
.lp_contents02_child01 .flex_box .check {
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 0.43em 0.5em;
  background: #0097e0;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #FFF;
  font-size: 14px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .check {
    padding: 0.43em 1.5em;
    font-size: 20px;
  }
}
.lp_contents02_child01 .flex_box .txt_base {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .txt_base {
    font-size: 3.5vw;
  }
}
.lp_contents02_child01 .flex_box .txt_base p {
  letter-spacing: 0.05em;
  color: #0097e0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .txt_base p {
    line-height: 1.4;
  }
}
.lp_contents02_child01 .flex_box .txt_base .marker {
  display: inline-block;
  font-size: 1.3em;
  background: linear-gradient(transparent 50%, #feec80 50%);
}
@media (max-width: 767px) {
  .lp_contents02_child01 .flex_box .txt_base .marker {
    margin-bottom: 0.2em;
  }
}

.lp_contents02_child02 {
  position: relative;
  z-index: 20;
}
.lp_contents02_child02:before {
  position: absolute;
  top: -70px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/bg-nami01 webp") no-repeat center top/100% auto;
  z-index: 1;
}
@media (max-width: 1440px) {
  .lp_contents02_child02:before {
    top: -50px;
  }
}
@media (max-width: 1024px) {
  .lp_contents02_child02:before {
    top: -40px;
  }
}
@media (max-width: 767px) {
  .lp_contents02_child02:before {
    top: -50px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/bg-nami01-sp webp") no-repeat center top/100% auto;
  }
}
@media (max-width: 480px) {
  .lp_contents02_child02:before {
    top: -30px;
  }
}
.lp_contents02_child02 .inner {
  position: relative;
  z-index: 2;
}

.solarpower_ttl {
  position: relative;
  padding: 180px 0 60px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/solarpower_ttl webp") no-repeat center bottom -40px/cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .solarpower_ttl {
    padding-top: 150px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/solarpower_ttl webp") no-repeat center top/cover;
  }
}
@media (max-width: 1024px) {
  .solarpower_ttl {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .solarpower_ttl {
    padding-top: 75px;
    padding-bottom: 30px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/solarpower_ttl-sp webp") no-repeat center top/cover;
  }
}
.solarpower_ttl:before {
  position: absolute;
  top: 0;
  left: -1%;
  content: "";
  width: 102%;
  height: 100%;
  max-height: 360px;
  background: #FFF;
  border-radius: 0 0 50% 50%;
  box-shadow: 0 -30px 30px rgba(82, 145, 203, 0.1) inset;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1440px) {
  .solarpower_ttl:before {
    max-height: 300px;
  }
}
@media (max-width: 1024px) {
  .solarpower_ttl:before {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .solarpower_ttl:before {
    max-height: 160px;
  }
}
.solarpower_ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00a0e9;
  opacity: 0.17;
  z-index: 1;
}
.solarpower_ttl .ico {
  position: relative;
  display: block;
  width: 16%;
  max-width: 75px;
  height: auto;
  margin: 0 auto 30px;
  box-shadow: 0 10px 87px rgba(0, 160, 233, 0.16);
  border-radius: 50px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .solarpower_ttl .ico {
    margin-bottom: 0;
  }
}
.solarpower_ttl .ttl {
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho", "MS PMincho", "MS Mincho", "Times New Roman", "Noto Serif CJK JP", "Noto Serif CJK SC", "Noto Serif CJK TC", "Noto Serif", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
  text-shadow: -1px 1px 30px rgba(31, 125, 177, 0.6), -1px -1px 30px rgba(31, 125, 177, 0.6), 1px -1px 30px rgba(31, 125, 177, 0.6), 1px 1px 30px rgba(31, 125, 177, 0.6);
  z-index: 3;
}
@media (max-width: 767px) {
  .solarpower_ttl .ttl {
    font-size: 9vw;
  }
  .solarpower_ttl .ttl .sp_small {
    font-size: 0.8em;
  }
}

.lp_contents03 {
  position: relative;
  z-index: 10;
}

.lp_contents03_child01 {
  position: relative;
  padding-bottom: 150px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/features-bg webp") no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  .lp_contents03_child01 {
    padding-bottom: 100px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/features-bg-sp webp") no-repeat center bottom/cover;
  }
}
.lp_contents03_child01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background: #0097e0;
  z-index: -1;
}

.lp_contents04 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 200px;
  z-index: 9;
}
@media (max-width: 767px) {
  .lp_contents04 {
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .lp_contents04 {
    padding-bottom: 120px;
  }
}
.lp_contents04:before {
  position: absolute;
  top: -150px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 150px);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/voice-bg webp") no-repeat center/cover;
  z-index: -1;
}
.lp_contents04:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background-image: linear-gradient(0deg, #edfbff, rgba(237, 251, 255, 0));
  z-index: 1;
}

.lp_contents05 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background: #edfbff;
  z-index: 11;
}
@media (max-width: 1024px) {
  .lp_contents05 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .lp_contents05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 375px) {
  .lp_contents05 {
    padding-top: 30px;
  }
}
.lp_contents05:before {
  position: absolute;
  top: -260px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/faq-bg-top webp") no-repeat center top/100% auto;
  z-index: 1;
}
@media (max-width: 1440px) {
  .lp_contents05:before {
    top: -200px;
  }
}
@media (max-width: 1024px) {
  .lp_contents05:before {
    top: -150px;
  }
}
@media (max-width: 767px) {
  .lp_contents05:before {
    top: -170px;
    left: -10%;
    width: 152%;
  }
}
@media (max-width: 480px) {
  .lp_contents05:before {
    top: -110px;
  }
}
.lp_contents05 .inner {
  position: relative;
  z-index: 2;
}

.lp_contents06 {
  position: relative;
  padding-bottom: 80px;
  z-index: 12;
  background-color: #edfbff;
}
.lp_contents06:before {
  position: absolute;
  top: -130px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 130px);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/bottom-contact-bg webp") no-repeat center top/cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lp_contents06:before {
    top: -110px;
    height: calc(100% + 110px);
  }
}
@media (max-width: 767px) {
  .lp_contents06:before {
    top: -100px;
    height: 100%;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/bottom-contact-bg-sp webp") no-repeat center top/100% auto;
  }
}
@media (max-width: 480px) {
  .lp_contents06:before {
    top: -50px;
  }
}
.lp_contents06:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
}
@media (max-width: 767px) {
  .lp_contents06:after {
    content: none;
  }
}
.lp_contents06 .mod-tmp_contact {
  position: relative;
  z-index: 2;
}

.lp_contents03_child01 {
  padding-top: 40px;
  padding-bottom: 200px;
}
@media (max-width: 480px) {
  .lp_contents03_child01 {
    padding-bottom: 150px;
  }
}
@media (max-width: 375px) {
  .lp_contents03_child01 {
    padding-bottom: 110px;
  }
}
.lp_contents03_child01 .catch_txt {
  margin-bottom: 30px;
  text-align: center;
}
.lp_contents03_child01 .catch_txt .inner {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  color: #FFF;
  font-size: clamp(10px, 3.3vw, 20px);
}
.lp_contents03_child01 .catch_txt .inner:before, .lp_contents03_child01 .catch_txt .inner:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 9%;
  height: 100%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ttl-dot-left webp") no-repeat top left/contain;
}
@media (max-width: 767px) {
  .lp_contents03_child01 .catch_txt .inner:before, .lp_contents03_child01 .catch_txt .inner:after {
    bottom: -5px;
  }
}
.lp_contents03_child01 .catch_txt .inner:before {
  left: 0;
}
.lp_contents03_child01 .catch_txt .inner:after {
  right: 0;
  transform: scale(-1, 1);
}
.lp_contents03_child01 .catch_txt span {
  display: block;
  line-height: 1;
  color: inherit;
  font-size: 1em;
  font-weight: 500;
}
.lp_contents03_child01 .catch_txt span.big {
  margin-top: 10px;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .lp_contents03_child01 .catch_txt span.big {
    font-size: 1.5em;
  }
}
.lp_contents03_child01 .white_box {
  padding-top: 40px;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 20px 20px 87px rgba(0, 160, 233, 0.16);
  overflow: hidden;
}
@media (max-width: 767px) {
  .lp_contents03_child01 .white_box {
    padding-top: 25px;
    border-radius: 20px;
  }
}
.lp_contents03_child01 .white_box .ttl {
  margin-bottom: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: clamp(14px, 5.5vw, 24px);
  font-weight: 600;
}
.lp_contents03_child01 .white_box .bg_yellow {
  display: block;
  width: calc(100% - 30px);
  max-width: 590px;
  margin: 0 auto 35px;
  padding: 0.425em 0.4em;
  background: #feec80;
  line-height: 1;
  color: #0097e0;
  text-align: center;
  font-size: clamp(10px, 3.5vw, 20px);
  font-weight: 500;
}

.lp_contents03_child01 .white_box .img {
  width: calc(100% - 30px);
  max-width: 570px;
  margin: auto;
}
.lp_contents03_child01 .white_box .bottom_txt {
  position: relative;
  margin-top: -110px;
  padding: 50px 70px;
  background: #edf8ff;
}
@media (max-width: 1024px) {
  .lp_contents03_child01 .white_box .bottom_txt {
    margin-top: -90px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .lp_contents03_child01 .white_box .bottom_txt {
    margin-top: -50px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.lp_contents03_child01 .white_box .bottom_txt:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ohisama-bg-nami webp") no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .lp_contents03_child01 .white_box .bottom_txt:after {
    height: 50px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ohisama-bg-nami-sp webp") no-repeat center top/100% auto;
  }
}
@media (max-width: 375px) {
  .lp_contents03_child01 .white_box .bottom_txt:after {
    height: 30px;
  }
}
.lp_contents03_child01 .white_box .txt_base {
  text-align: center;
  font-size: clamp(12px, 2.5vw, 24px);
}
@media (max-width: 767px) {
  .lp_contents03_child01 .white_box .txt_base {
    font-size: clamp(12px, 3.5vw, 24px);
  }
}
.lp_contents03_child01 .white_box .txt_base p {
  letter-spacing: 0.025em;
}

.g-pagetop {
  z-index: 9999;
}
/*# sourceMappingURL=layout02_202602.css.map */