@charset "UTF-8";
main {
  background: none;
  font-family:'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.1em;
  color: #2f2f2f;
}

main img {
  width: 100%;
}

main p {
  margin: 0;
  line-height: 1.59;
  font-size: 16px;
}

main .border {
  background:linear-gradient(transparent 60%, #fde062 40%);
  font-weight: bold;
}

main .text_blue {
  color: #1d79b6;
  font-weight: bold;
}

.page_inner {
  max-width: 750px;
  margin: 0 auto;
}

.sec_inner {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.con_inner {
  width: 88.98%;
  max-width: 614px;
  margin: 0 auto;
}

.breadcrumb {
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.text_link {
  text-decoration: underline;
  color: #0c00ff;
}

@media screen and (max-width: 749px) {
  .wh_pc {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .wh_sp {
    display: none;
  }

  .page_inner {
    max-width: 650px;
    margin: 0 auto;
  }

  .heading {
    max-width: 550px;
    margin: 0 auto;
  }

  main p {
    font-size: 18px;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  width: 100%;
  margin: 0 auto;
}

.mv_wrap h1 {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .mv_wrap {
    max-width: 750px;
  }
}

@media screen and (min-width: 750px) {
  .mv_wrap {
    background-color: #dcf1ff;
    background-image: url(../img/waterheater_lp/mv_bg_pc.png);
    background-repeat: repeat-x;
    background-size: 92.7%;
    background-position-y: 99.7%;
  }

  .mv_wrap img.wh_pc {
    width: 100%;
    max-width: 1450px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1450px) {
  .mv_wrap {
    background-size: 1270px;
  }
}

/* -----------------------------------------------
cta_wrap
----------------------------------------------- */
.cta_wrap {
  background-image: url(../img/waterheater_lp/cta_bg.gif);
  background-size: 31px auto;
}

.cta_wrap .sec_inner {
  background-color: #fff;
}

.cta_wrap .to_contact {
  width: 83.47%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .cta_wrap {
    padding: 30px 0;
  }

  .cta_wrap .sec_inner {
    padding: 23px 0 25px;
    box-shadow: 0 0 0 4px #fde062 inset;
  }

  .cta_wrap .to_contact {
    margin-top: 15px;
  }
}

@media screen and (min-width: 750px) {
  .cta_wrap {
    padding: 40px 0;
  }

  .cta_wrap .sec_inner {
    padding: 26px 0 31px;
    box-shadow: 0 0 0 8px #fde062 inset;
  }

  .cta_wrap .to_contact {
    margin-top: 31px;
    width: 75%;
  }
}

/* -----------------------------------------------
lead_wrap
----------------------------------------------- */
.lead_wrap {
  background: #fffdf4;
}

.lead_wrap .heading img {
  display: block;
}

.lead_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.lead_fx .text {
  flex: 1;
}

.lead_fx .img {
  width: 33.04%;
  max-width: 114px;
  margin-left: 7.53%;
  margin-right: 2.31%;
}

@media screen and (max-width: 749px) {
  .lead_wrap {
    padding-top: 46px;
  }

  .lead_wrap .heading img:nth-child(2) {
    margin-top: 20px;
  }

  .lead_wrap .sec_inner > p {
    margin-top: 25px;
  }

  .lead_fx {
    margin-top: 15px;
  }

  .lead_fx .text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 750px) {
  .lead_wrap {
    padding-top: 73px;
  }

  .lead_wrap .heading img:nth-child(2) {
    margin-top: 21px;
  }

  .lead_wrap .sec_inner > p {
    margin-top: 32px;
  }

  .lead_fx {
    margin-top: 15px;
  }

  .lead_fx .text {
    margin-top: 10px;
  }
}

/* -----------------------------------------------
sign_wrap
----------------------------------------------- */
.sign_wrap .con_wrap img {
  position: relative;
  z-index: -1;
}

.sign_wrap .con_wrap li {
  background-position: left bottom;
  background-repeat: repeat-x;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}

.sign_wrap .con_wrap li::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(../img/waterheater_lp/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.sign_wrap .bg_blue {
  background-color: #dcf1ff;
  position: relative;
}

.sign_wrap .bg_blue::before {
  content: '';
  display: inline-block;
  width: 155px;
  height: 38px;
  background-image: url(../img/waterheater_lp/sec_02_sign_text_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .sign_wrap {
    padding-top: 33px;
  }

  .sign_wrap .con_wrap {
    box-shadow: 0 0 0 4px #dcf1ff inset;
    padding: 14px 0 30px;
    margin-top: 30px;
  }

  .sign_wrap .con_wrap li {
    padding: 14px 0 13px 1.5em;
    background-image: linear-gradient(to right, #ccc, #ccc 6px, transparent 6px, transparent 4px);
    background-size: 9px 2px;
    font-size: 18px;
  }

  .sign_wrap .con_wrap li::before {
      top: 14px;
  }

  .sign_wrap .con_wrap .img {
    margin-top: 20px;
  }

  .sign_wrap .sec_inner > .img {
    margin-top: 18px;
  }

  .sign_wrap .bg_blue {
    padding: 30px 0 43px;
  }
}

@media screen and (min-width: 750px) {
  .sign_wrap {
    padding-top: 46px;
  }

  .sign_wrap .con_wrap {
    box-shadow: 0 0 0 8px #dcf1ff inset;
    padding: 17px 0 40px;
    margin-top: 40px;
  }

  .sign_wrap .con_wrap li {
    padding: 20px 0 18px 1.5em;
    background-image: linear-gradient(to right, #ccc, #ccc 11px, transparent 11px, transparent 8px);
    background-size: 18px 2px;
    font-size: 25px;
  }

  .sign_wrap .con_wrap li::before {
      top: 20px;
  }

  .sign_wrap .con_wrap .img {
    max-width: 460px;
    margin: 20px auto 0;
  }

  .sign_wrap .sec_inner > .img {
    max-width: 550px;
    margin: 26px auto 0;
  }

  .sign_wrap .bg_blue {
    padding: 40px 0 50px;
  }
}

/* -----------------------------------------------
consult_wrap
----------------------------------------------- */
.consult_wrap {
  background-color: #fbf9f0;
}

.consult_wrap .con_02 {
  position: relative;
  background: #fff;
}

.consult_wrap .con_02:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8vw 100vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.consult_wrap .con_02::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.consult_wrap .att {
  display: block;
  text-align: right;
}

.consult_wrap .con_01 .att {
  text-align: right;
  line-height: 1.25;
  /* text-indent: -1em;
  padding-left: 1em; */
  margin-top: 16px;
}

@media screen and (max-width: 749px) {
  .consult_wrap {
    padding: 36px 0 38px;
  }

  .consult_wrap .con_01 {
    margin-top: 36px;
    padding-bottom: 42px;
  }

  .consult_wrap .con_02 {
    padding: 32px 0 20px;
  }

  .consult_wrap .con_03 {
    padding-top: 62px;
  }

  .consult_wrap .con_wrap .text {
    margin-top: 12px;
  }

  .consult_wrap .att {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media screen and (min-width: 750px) {
  .consult_wrap {
    padding: 52px 0 60px;
  }

  .consult_wrap .con_01 {
    margin-top: 52px;
    padding-bottom: 124px;
  }

  .consult_wrap .con_02 {
    padding: 14px 0 10px;
  }

  .consult_wrap .con_03 {
    padding-top: 100px;
  }

  .consult_wrap .con_wrap .img {
    position: relative;
  }

  .consult_wrap .con_wrap .text {
    margin-top: 12px;
  }

  .consult_wrap .att {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* -----------------------------------------------
lease_wrap
----------------------------------------------- */
.lease_wrap {
  background: #dcf1ff;
  padding: 81px 0 72px;
}

.lease_wrap .con_wrap {
  background: #fff;
}

.lease_wrap .lease_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lease_wrap .lease_fx .text {
  flex: 1;
}

.lease_wrap .lease_fx .img {
  width: 34.85%;
  margin-left: 4.22%;
  max-width: 107px;
}

.lease_wrap .att_wrap p {
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.25;
}

@media screen and (max-width: 749px) {
  .lease_wrap {
    padding: 40px 0 36px;
  }

  .lease_wrap .con_wrap {
    margin-top: 25px;
    box-shadow: 0 0 0 4px #afe1f9 inset;
    padding-top: 30px;
  }

  .lease_wrap .con_wrap .con_inner > p {
    margin-top: 21px;
  }

  .lease_wrap .lease_fx {
    margin-top: 2px;
  }

  .lease_wrap .att_wrap {
    margin-top: 16px;
  }

  .lease_wrap .att_wrap p {
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  .lease_wrap {
    padding: 61px 0 52px;
  }

  .lease_wrap .con_wrap {
    margin-top: 29px;
    box-shadow: 0 0 0 8px #afe1f9 inset;
    padding-top: 40px;
  }

  .lease_wrap .con_wrap .con_inner > p {
    margin-top: 22px;
  }

  .lease_wrap .lease_fx {
    margin-top: 10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lease_wrap .att_wrap {
    margin-top: 12px;
  }

  .lease_wrap .att_wrap p {
    font-size: 16px;
  }
}

/* -----------------------------------------------
sec_05_wrap
----------------------------------------------- */
.sec_05_wrap {
  background: #fbf9f0;
  position: relative;
}

.sec_05_wrap::after {
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 750px;
  padding-top: 8.5%;
  background-image: url(../img/waterheater_lp/sec_05_border.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .sec_05_wrap {
    padding: 45px 0 15px;
  }
}

@media screen and (min-width: 750px) {
  .sec_05_wrap {
    padding: 49px 0 19px;
  }

  .sec_05_wrap img {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
sec_06_wrap
----------------------------------------------- */
.sec_06_wrap {
  background-image: url(../img/waterheater_lp/stripe_bg.gif);
  background-size: 31px auto;
}

.sec_06_wrap .con_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sec_06_wrap .con_fx .text {
  flex: 1;
}

.sec_06_wrap .con_fx .img {
  width: 38.84%;
  max-width: 200px;
  margin-left: 3.76%;
}

@media screen and (max-width: 749px) {
  .sec_06_wrap {
    padding: 61px 0 44px;
  }

  .sec_06_wrap .con_fx {
    margin-top: 31px;
  }
}

@media screen and (min-width: 750px) {
  .sec_06_wrap {
    padding: 103px 0 48px;
  }

  .sec_06_wrap .con_fx {
    margin-top: 42px;
  }
}

/* -----------------------------------------------
qa_wrap
----------------------------------------------- */
.qa_wrap {
  background: #ffed9f;
}

.ques_wrap .con_wrap {
  background: #fff;
}

.ques_wrap #ques_02 {
  display: none;
}

.ques_wrap #ques_03 {
  display: none;
}

.ques_wrap .check_text {
  text-align: center;
  background: #fde062;
  color: #1d79b6;
  font-weight: bold;
}

.ques_wrap .con_wrap .con_inner > span {
  display: block;
}

.ques_wrap .ques_text {
  text-align: center;
  color: #1d79b6;
  font-weight: bold;
}

.ques_wrap .form label {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
  line-height: 1.59;
}

.ques_wrap .form label input {
  margin-top: 0.12em;
}

.ques_wrap .form label span {
  font-weight: bold;
  margin-left: 0.7em;
  flex: 1;
}

.ques_wrap .con_wrap .con_inner > img {
  display: block;
  width: 30.94%;
}

.ques_wrap .btn button {
  display: block;
  padding: 0;
  border: none;
  background: none;
  width: 73.28%;
  margin: 0 auto;
}

.ques_wrap #ques_03 .btn #result_button {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ques_wrap .back {
  text-align: center;
}

.ques_wrap .back span {
  color: #1d79b6;
  border-bottom: 2px solid #1d79b6;
  font-weight: bold;
  cursor: pointer;
}

.ans_wrap .con_wrap {
  background: #fff;
}

.ans_wrap .estimate p {
  line-height: 1.57;
}

.ans_wrap .one_more {
  text-align: center;
}

.ans_wrap .one_more a {
  color: #1d79b6;
  border-bottom: 2px solid #1d79b6;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .qa_wrap {
    padding: 45px 0;
  }

  .ques_wrap {
    margin-top: 23px;
  }

  .ques_wrap .con_wrap {
    box-shadow: 0 0 0 4px #1d79b6 inset;
    padding: 34px 0;
  }

  .ques_wrap .con_wrap:not(:first-child) {
    margin-top: 31px;
  }

  .ques_wrap .check_text {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }

  .ques_wrap .con_wrap .con_inner > span {
    margin-top: 20px;
  }

  .ques_wrap .ques_text {
    margin-top: 10px;
    font-size: 16px;
  }

  .ques_wrap .form {
    margin-top: 13px;
  }

  .ques_wrap .form label {
    font-size: 16px;
  }

  .ques_wrap .form label:nth-child(2) {
    margin-top: 7px;
  }

  .ques_wrap .form label input {
    width: 18px;
    height: 18px;
  }

  .ques_wrap .con_wrap .con_inner > img {
    margin: 12px auto 0;
  }

  .ques_wrap .btn {
    margin-top: 21px;
  }

  .ques_wrap .back {
    margin-top: 15px;
  }
  
  .ques_wrap .back span {
    font-size: 14px;
  }

  .ans_wrap {
    margin-top: 25px;
  }

  .ans_wrap .con_wrap {
    box-shadow: 0 0 0 4px #ffd51c inset;
    padding: 35px 0 28px;
  }

  .ans_wrap .con_wrap:not(:first-child) {
    margin-top: 30px;
  }

  .ans_wrap .con_wrap .con_inner > p {
    margin-top: 16px;
  }

  .ans_wrap .price {
    margin-top: 18px;
  }

  .ans_wrap .estimate {
    margin-top: 21px;
  }

  .ans_wrap .estimate p {
    margin-top: 18px;
    font-size: 14px;
  }

  .ans_wrap .one_more {
    margin-top: 15px;
  }
  
  .ans_wrap .one_more a {
    font-size: 14px;
  }
}

@media screen and (min-width: 750px) {
  .qa_wrap {
    padding: 69px 0 70px;
  }

  .ques_wrap {
    margin-top: 44px;
  }

  .ques_wrap .con_wrap {
    box-shadow: 0 0 0 8px #1d79b6 inset;
    padding: 49px 0 52px;
  }

  .ques_wrap .con_wrap:not(:first-child) {
    margin-top: 42px;
  }

  /* .ques_wrap .con_inner {
    text-align: center;
  } */

  .ques_wrap .check_text {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }

  .ques_wrap .con_wrap .con_inner > span {
    margin: 20px auto 0;
    width: 80%;
  }

  .ques_wrap .ques_text {
    margin-top: 10px;
    font-size: 18px;
  }

  .ques_wrap .form {
    margin-top: 22px;
    /* display: inline-block;
    text-align: left; */
  }

  .ques_wrap .form label {
    font-size: 18px;
  }

  .ques_wrap .form label:nth-child(2) {
    margin-top: 10px;
  }

  .ques_wrap .form label input {
    width: 20px;
    height: 20px;
  }

  .ques_wrap .con_wrap .con_inner > img {
    margin: 20px auto 0;
    max-width: 80px;
  }

  .ques_wrap .btn {
    margin-top: 23px;
  }

  .ques_wrap .btn button {
    width: 43%;
  }

  .ques_wrap .btn button:hover {
    opacity: 0.6;
  }

  .ques_wrap #ques_03 .btn #result_button  {
    width: 60%;
  }

  .ques_wrap .back {
    margin-top: 20px;
  }
  
  .ques_wrap .back span {
    font-size: 14px;
  }

  .ques_wrap .back span:hover {
    opacity: 0.6;
  }

  .ans_wrap {
    margin-top: 31px;
  }

  .ans_wrap .con_wrap {
    box-shadow: 0 0 0 8px #ffd51c inset;
    padding: 49px 0 40px;
  }

  .ans_wrap .con_wrap:not(:first-child) {
    margin-top: 40px;
  }

  .ans_wrap .con_wrap .con_inner > p {
    margin-top: 20px;
  }

  .ans_wrap .price {
    width: 90%;
    margin: 22px auto 0;
  }

  .ans_wrap .estimate {
    width: 90%;
    margin: 22px auto 0;
  }

  .ans_wrap .estimate p {
    margin-top: 25px;
    font-size: 16px;
  }

  .ans_wrap .one_more {
    margin-top: 20px;
  }
  
  .ans_wrap .one_more a {
    font-size: 14px;
  }
}

/* -----------------------------------------------
step_wrap
----------------------------------------------- */
.step_wrap {
  background-image: url(../img/waterheater_lp/stripe_bg.gif);
  background-size: 31px auto;
}

.step_wrap .con_wrap {
  position: relative;
}

.step_wrap .content {
  background: #fff;
  position: relative;
}

.step_wrap .content:nth-child(1):before {
  background-image: url(../img/waterheater_lp/step_01.png);
}

.step_wrap .content:nth-child(2):before {
  background-image: url(../img/waterheater_lp/step_02.png);
}

.step_wrap .content:nth-child(3):before {
  background-image: url(../img/waterheater_lp/step_03.png);
}

.step_wrap .content:nth-child(4):before {
  background-image: url(../img/waterheater_lp/step_04.png);
}

.step_wrap .content:nth-child(5):before {
  background-image: url(../img/waterheater_lp/step_05.png);
}

.step_wrap .content:nth-child(5)::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fde162 transparent transparent transparent;
  border-width: 5.2vw 5.2vw 0 5.2vw;
  position: absolute;
  top: 7px;
  left: 1.2%;
  z-index: 2;
}

.step_wrap .content .text_wrap {
  margin-left: 14.89%;
}

@media screen and (max-width: 749px) {
  .step_wrap {
    padding: 45px 0;
  }

  .step_wrap .con_wrap {
    margin-top: 31px;
  }

  .step_wrap .con_wrap::before {
    content: '';
    display: inline-block;
    width: 4.34%;
    height: 83%;
    background: #fde062;
    position: absolute;
    top: 32px;
    left: 4.4%;
    z-index: 1;
  }

  /* .step_wrap .con_wrap::before {
    width: 15px;
  } */

  .step_wrap .content {
    box-shadow: 0 0 0 4px #c3e7ff inset;
    padding: 25px 0 21px;
  }

  /* .step_wrap .content:nth-child(5)::after {
    border-width: 18px 18px 0 18px;
  } */

  .step_wrap .content:not(:first-child) {
    margin-top: 16px;
    padding: 39px 0 21px;
  }

  .step_wrap .content::before {
    content: '';
    display: inline-block;
    width: 19.13%;
    padding-top: 19.13%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 16px;
    left: -3%;
    z-index: 2;
  }

  .step_wrap .content p {
    margin-top: 24px;
  }

  .step_wrap .content:not(:first-child) p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 750px) {
  .step_wrap {
    padding: 50px 0;
  }

  .step_wrap .con_wrap {
    margin-top: 43px;
  }

  .step_wrap .con_wrap::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 83%;
    background: #fde062;
    position: absolute;
    top: 32px;
    left: 4.8%;
    z-index: 1;
  }

  /* .step_wrap .con_wrap::before {
    width: 30px;
  } */

  .step_wrap .content {
    box-shadow: 0 0 0 8px #c3e7ff inset;
    padding: 29px 0 22px;
  }

  .step_wrap .content:nth-child(5)::after {
    border-width: 30px 30px 0 30px;
    left: 1.6%;
  }

  .step_wrap .content:not(:first-child) {
    margin-top: 20px;
    padding: 35px 0 32px;
  }

  .step_wrap .content::before {
    content: '';
    display: inline-block;
    width: 90px;
    padding-top: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 16px;
    left: -1%;
    z-index: 2;
  }

  .step_wrap .content h3 {
    width: 75%;
  }

  .step_wrap .content p {
    margin-top: 27px;
  }

  .step_wrap .content:not(:first-child) p {
    margin-top: 20px;
  }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
.contact_wrap {
  background: #ffed9f;
}

.contact_wrap .text p:not(:first-child) {
  margin-top: 1.7em;
}

@media screen and (max-width: 749px) {
  .contact_wrap {
    padding: 46px 0 33px;
  }

  .contact_wrap .img {
    margin-top: 30px;
  }

  .contact_wrap .text {
    margin-top: 16px;
  }
}

@media screen and (min-width: 750px) {
  .contact_wrap {
    padding: 52px 0 42px;
  }

  .contact_wrap .img {
    margin-top: 40px;
  }

  .contact_wrap .text {
    margin-top: 23px;
  }
}

/* -----------------------------------------------
campaign_wrap
----------------------------------------------- */
.campaign_wrap {
  background-image: url(../img/waterheater_lp/campaign_bg.gif);
  background-size: 31px auto;
  padding: 30px 0 37px;
}
.campaign_wrap ul {
  margin-top: 17px;
}
.campaign_wrap li:first-child {
  width: 107.4%;
  margin-left: -3.7%;
}
.campaign_wrap a {
  text-decoration: underline;
}
.myshop_modal_wrap {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 20px;
}
.to_youkou {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 15px;
}
.to_youkou {
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .campaign_wrap a {
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .campaign_wrap a {
    font-size: 18px;
  }
}

/* -----------------------------------------------
about_myshop_wrap（モーダル）
----------------------------------------------- */
.modaal-container {
  border-radius: 20px;
  max-width: 1080px;
}
.modaal-content-container {
  padding: 0;
}
.about_myshop_wrap .container {
  background-color: #fff;
}
.about_myshop_wrap .con_inner {
  width: 90.68%;
  max-width: none;
}
.about_myshop_wrap .heading {
  max-width: none;
  background-color: #0054A7;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  position: relative;
}
.about_myshop_wrap .con_wrap h3 {
  color: #0054A7;
}
.about_myshop_wrap .con_wrap .con_fx .text p {
  margin: 0;
}
.about_myshop_wrap .con_wrap .con_fx .text p:first-child {
  text-indent: -1em;
  padding-left: 1em;
}
.modaal-overlay {
  opacity: 0.6!important;
}

@media screen and (max-width: 749px) {
  .about_myshop_wrap .container {
    border: 2px solid #000;
    border-radius: 10px;
  }
  .about_myshop_wrap .heading {
    border-radius: 6px 6px 0 0;
    min-height: 45px;
  }
  .about_myshop_wrap .heading h2 {
    width: 88.73%;
  }
  .about_myshop_wrap .con_wrap {
    padding: 15px 0 38px;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 24px;
  }
  .about_myshop_wrap .con_wrap .con_fx .img {
    width: 100%;
  }
  .about_myshop_wrap .con_wrap .con_fx .text {
    width: 100%;
    margin-top: 14px;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p + p {
    margin-top: 22px;
  }
  .modaal-wrapper .modaal-close {
    width: 30px;
    height: 30px;
    right: -12px;
    top: -12px;
  }
  .modaal-close:after,
  .modaal-close:before {
    top: 4px;
    left: 15px;
    width: 2px;
    height: 22px;
  }
}
@media screen and (min-width: 750px) {
  .about_myshop_wrap .container {
    border: 4px solid #000;
    border-radius: 16px;
  }
  .about_myshop_wrap .heading {
    border-radius: 8px 8px 0 0;
    min-height: 60px;
    cursor: pointer;
  }
  .about_myshop_wrap .heading h2 {
    width: 40.11%;
  }
  .about_myshop_wrap .con_wrap {
    padding: 22px 0 48px;
    border-radius: 0 0 16px 16px;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: 3rem;
    line-height: 1.43;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about_myshop_wrap .con_wrap .con_fx .img {
    width: 31.89%
  }
  .about_myshop_wrap .con_wrap .con_fx .text {
    width: 64.81%
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p + p {
    margin-top: 25px;
  }
  .modaal-close:after,
  .modaal-close:before {
    top: 8px;
    left: 25px;
    width: 2px;
    height: 32px;
  }
}

/* -----------------------------------------------
campaign_youkou
----------------------------------------------- */
.campaign_youkou {
  background-image: url(../img/waterheater_lp/campaign_bg.gif);
  background-size: 31px auto;
  padding: 30px 0 41px;
}
.campaign_youkou h3 {
  margin-top: 17px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.condition_wrap {
  background-color: #fff;
  margin: 19px 0 0;
  padding: 10px;
  width: 100%;
  height: 235px;
}
.benefits_main_cp {
  overflow-y: scroll;
  height: 200px;
  padding: 10px;
}
.benefits_main_cp_lists li {
  margin-bottom: 1.6em;
}
.benefits_main_cp_title {
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .campaign_youkou h3 {
    font-size: 16px;
  }
  .benefits_main_cp * {
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .campaign_youkou h3 {
    font-size: 18px;
  }
  .benefits_main_cp * {
    font-size: 18px;
  }
}


/* -----------------------------------------------
mente_wrap
----------------------------------------------- */
.mente_wrap {
  background-image: url(../img/waterheater_lp/mente_bg.gif);
}
.mente_heading strong {
  display: block;
}
.mente_heading p {
  text-align: center;
}
.mente_wrap .con_wrap {
  background: #fff;
}
.mente_wrap .con_wrap .lead picture {
  display: block;
  margin-inline: auto;
}
.mente_wrap .con_wrap .lead span {
  display: block;
  font-weight: bold;
  text-align: center;
}
.mente_wrap .con_wrap .att {
  text-indent: -1em;
  padding-left: 1em;
}
.mente_wrap .cp_att {
  text-indent: -1em;
  padding-left: 1em;
}
.mente_wrap .mente_link {
  text-align: center;
}
.mente_wrap .mente_link a {
  color: #dd3e68;
  border-bottom: 1px solid #dd3e68;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .mente_wrap {
    padding: 26px 0;
    background-size: 31px auto;
  }
  .mente_heading p {
    margin-top: 5px;
  }
  .mente_heading h2 {
    margin-top: 18px;
  }
  .mente_wrap .con_wrap {
    margin-top: 15px;
    box-shadow: 0 0 0 4px #dd3e68 inset;
    padding: 15px 0 19px;
  }
  .mente_wrap .con_inner {
    width: 89.85%;
  }
  .mente_wrap .con_wrap .lead picture {
    width: 95px;
  }
  .mente_wrap .con_wrap .lead span {
    margin-top: 3px;
  }
  .mente_wrap .con_wrap strong {
    display: block;
    margin-top: -1px;
  }
  .mente_wrap .con_wrap .att {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 13px;
  }
  .mente_wrap .cp_att {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 17px;
  }
  .mente_wrap .cp_att + .cp_att {
    margin-top: 0px;
  }
  .mente_wrap .mente_link {
    margin-top: 14px;
  }
  .mente_wrap .mente_link + .mente_link {
    margin-top: 8px;
  }
  .mente_wrap .mente_link a {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 750px) {
  .mente_wrap {
    padding: 39px 0;
    background-size: 31px auto;
  }
  .mente_heading strong {
    max-width: 550px;
    margin-inline: auto;
  }
  .mente_heading p {
    margin-top: 8px;
  }
  .mente_heading h2 {
    margin-top: 27px;
    max-width: 450px;
    margin-inline: auto;
  }
  .mente_wrap .con_wrap {
    margin-top: 22px;
    box-shadow: 0 0 0 8px #dd3e68 inset;
    padding: 22px 0 28px;
  }
  .mente_wrap .con_inner {
    width: 89.85%;
  }
  .mente_wrap .con_wrap .lead picture {
    width: 142px;
  }
  .mente_wrap .con_wrap .lead span {
    margin-top: 5px;
  }
  .mente_wrap .con_wrap strong {
    display: block;
    margin-top: 12px;
    max-width: 400px;
    margin-inline: auto;
  }
  .mente_wrap .con_wrap .att {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }
  .mente_wrap .cp_att {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 25px;
  }
  .mente_wrap .cp_att + .cp_att {
    margin-top: 0px;
  }
  .mente_wrap .mente_link + .mente_link {
    margin-top: 12px;
  }
  .mente_wrap .mente_link {
    margin-top: 21px;
  }
  .mente_wrap .mente_link a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}