@charset "utf-8";
/* CSS Document */
*{
 box-sizing:border-box;
 }
html{
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
	scroll-padding-top: 69.88px;
    }
body{
    font-family: -apple-sysytem, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" ,"游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MSPGothic" , sans-serif;
	color: #3e3a39;
	font-size: 1.8rem;
	line-height: 1.5;
    }
img{
   max-width: 100%;
   height:auto;
   vertical-align: bottom;
   }
/*リンク*/
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover{
	opacity: 0.7;
}
/*見出し下インデント*/
.indent01{
    text-indent: -0.9em;
    padding-left: 0.9em; 
  }
.indent02{
    text-indent: -1.8em;
    padding-left: 1.8em; 
  }
/*header_pc*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
	border-bottom: solid 1px #efefef;
}
.header-inner {
    max-width: 1200px;
    padding: 15px 49px 18px;
    margin: 0 auto;
  }
.header-logo {
    display: inline-block;
    width: 100px;
}
/*main_pc*/
main{
	margin: 0 auto 70px;
	max-width: 960px;
}
/*mv*/
.mv-inner{
	max-width: 1440px;
	margin: 70px auto 0;
}
.tx-line{
background-image: -webkit-linear-gradient(transparent 10%, #ace6f5 0%);
background-image: -o-linear-gradient(transparent 10%, #ace6f5 0%);
background-image: linear-gradient(transparent 10%, #ace6f5 0%);
font-weight: bold;
}
.tx-bold{
	font-weight: bold;
}
.tx-200pt{
	margin: 60px 0 0;
	
}
.notes-200pt{
	text-align: center;
	line-height: 1.2;
	margin: 20px 0 0;
	
}
.notes-200pt p a{
    font-weight: bold;
	color: #163e85;
	text-decoration: underline;
}
.notes-step{
	text-align: center;
	line-height: 1.2;
	margin: 5px 0 0;
	
}
.step-inner{
	background-color: #ace6f5;
	padding: 50px 30px 30px;
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
h3{
	max-width: 190px;
	margin: 0 auto;
	position: absolute;
	top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.step-area{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px 20px;
	position: relative;
}
.step-lead-tx{
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.7;
}
.step-term{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
}
.step-tx{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	color: #db0f35;
	margin: 20px 0 0;
}
.step-area:nth-child(1){
	position: relative;
}
.step-area:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 425px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 30px solid transparent;
    border-left: 35px solid #db0f35;   /* 好みで色を変えてください */  
}
.lead-tx{
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.7;
}
/*ボタン*/
.btn-inner{
	margin: 50px 0 0;
}
.btn{
	font-weight: bold;
	color: #ffffff;
	background-color: #db0f35;
	border: #ffffff solid 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	border-radius: 9999px;
	max-width: 580px;
	margin: 0 auto;
	font-size: 2.6rem;
	text-align: center;
}
/*エアコンボタン*/
.air_con-btn-inner{
	margin: 50px 0 0;
}
.air_con-btn{
	font-weight: bold;
	color: #3E3A39;
	background-color: #ffffff;
	border: #3E3A39 solid 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	border-radius: 9999px;
	max-width: 580px;
	margin: 0 auto;
	font-size: 2.4rem;
	text-align: center;
}
/*トップボタン_pc*/
.campaign-pagetop{
	position: relative;
}
.campaign-pagetop-link{
	position: absolute;
	bottom: -30px;
	right: 100px;
	display: inline-block;
	width: 64px;
	/*transform: translateY(-50%);*/
}
/*アコーディオン*/
.ecomode-inner {
  margin: 40px 0 0;
}
.accordion__summary {
  background: #b2e5ff; /* アコーディオンの見出しの背景色 */
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  font-size: 3.8rem;
  color: #163e85;
  text-align: center;
  margin: 50px 0 0;
}
.accordion__summary::after {
  content: "▼";
  font-size: 1.2vw; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 10px 13px;
  border: #163e85 solid 2px;
  border-radius: 5px;
  margin-right: 50px;
}
.accordion-inner input:checked ~ .accordion__summary::after {
  content: "▲";
}
.accordion-inner input {
  display: none;
}
.accordion__detail {
  display: none;
  background: #f5f5f5;
  padding: 40px 30px;
}
.accordion-inner input:checked ~ .accordion__detail {
  display: block;
}
.accordion__text{
	font-size: 2.0rem;
	text-align: 1.8;
}
.accordion__text:nth-child(2){
	margin-top: 40px;
}
.accordion-img{
	margin-top: 40px;
}
h2{
	font-size: 4.0rem;
	text-align: center;
}
h2>span{
	font-size: 3.0rem;
}
h2,h2>span{
	font-weight: bold;
	color: #163e85;
}
.ecomode-worry-img{
	margin: 30px 0 0;
	text-align: center;
	padding-right: 10px;
}
.ecomode-solve-tx{
	text-align: center;
	font-size: 2.0rem;
	margin: 25px 0 0;
	line-height: 1.6;
}
.ecomode-solve-img{
	text-align: center;
	margin: 25px 0 0;
	padding-right: 10px;
}
.ecomode-banner{
	text-align: center;
	margin: 50px 0 0;
}
.terms-inner{
	margin: 50px 0 0;
}
.terms-title{
	background-color: #ace6f5;
	padding: 10px 0;
}
.terms-tx-inner{
	background-color: #f5f5f5;
	padding: 40px 30px;
	
}
.terms-tx-area{
	background-color: #ffffff;
	padding: 40px 30px;
}
.terms-tx:nth-child(1){
	margin-top: 0;
}
.terms-tx{
	margin-top: 30px;
	line-height: 1.6;
}
.terms-lead{
	font-weight: bold;
}
.terms-link{
	color: #163e85;
	font-weight: bold;
}
.terms-link:hover{
	opacity: 0.7;
}
.terms-tx-end{
	text-align: right;
}
table{
	max-width: 600px;
	border: solid 2px #cccccc;
	margin: 0 auto;
}
th{
	background: #d2eef5;
	align-items: center;
	padding: 0 100px;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	vertical-align: middle;
	
}
td{
	padding: 0 100px;
	border-bottom: solid 1px #cccccc;
	background: #ffffff;
}
/*footer_pc*/
.footer{
	background-color: #000000;
	margin-top: auto;
}
.footer-inner{
	padding: 35px 0 40px;
}
.footer-copy{
	color: #ffffff;
	text-align: center;
}
/*768px以上の場合に適用(pc)*/
@media screen and (min-width: 768px),print{
.view-sp {
    display: none;
  }
.ecomode-worry-inner{
	background-image: url("../img/ecomode-sharp_im05_pc.webp");
	background-repeat: no-repeat;
	background-position: top 0px,bottom 0px;
	margin: 40px 0 0;
	padding: 55px 0;
	
}
	.ecomode-solve-inner{
	background-image: url("../img/ecomode-sharp_im07_pc.webp");
	background-repeat: no-repeat;
	background-position: top 0px,bottom 0px;
	margin: 40px 0 0;
	padding: 55px 0;
	}
}

/*以降sp*/
/*767px以下の場合に適用(sp)*/
@media screen and (max-width: 767px) {
	.view-pc{
		display: none;
	}
body{
		font-size: 4vw;
		line-height: 1.5;
    }
	/*header_SP*/
	.header-inner{
		padding: 3.865vw 5.3333vw;
	}
	.header-logo{
		width: 19.2vw;
	}
	/*main_SP*/
	main{
		margin: 0 auto 10.6vw;
		width: 89.3vw;
	}
	/*mv*/
	.mv-inner{
		width: 100%;
		margin: 14.6vw auto 0;
	}
	.tx-200pt{
	margin: 5.33vw 0 0;
	
	}
	.notes-200pt{
		text-align: left;
		line-height: 1.2;
		margin: 4vw 0 0;

	}
	.notes-step{
		text-align: left;
		line-height: 1.2;
		margin: 2vw 0 0;

	}
	.step-inner{
		padding: 5.33vw;
		flex-direction:column;
		margin: 5.33vw auto 0;
		width: 100%;
	}
	h3{
	width: 48vw;
	top: -5.33vw;
    left: 50%;
    transform: translateX(-50%);
	}
	.step-area{
		border-radius: 2.6vw;
		padding: 8vw 2vw 5.33vw;
		position: relative;
		margin: 5.33vw 0 0;
	}
	.step-lead-tx{
		font-size: 5.33vw;
		line-height: 1.7;
	}
	.step-term{
		font-size: 3.59vw;
		margin: 1vw 0 0;
		
	}
	.step-tx{
		font-size: 3.59vw;
		text-align: center;
		margin: 4vw 0 0;
	}
	.step-area:nth-child(1){
		position: relative;
	}
	.step-area:nth-child(2){
		margin: 15vw 0 0;
	}
	.step-area:nth-child(1)::before{
		content: "";
		position: absolute;
		transform: translateY(-50%);   /* 縦軸をセンタリングする */  
		border: 5.33vw solid transparent;
		border-top: 5.06vw solid #db0f35;   /* 好みで色を変えてください */  
		top: 55vw;
		left: 33.3vw;
	}
	.lead-tx{
	font-size: 5.2vw;
	}
/*ボタン*/
.btn-inner{
	margin: 6.66vw 0 0;
}
.btn{
	border: #ffffff solid 0.7vw;
	box-shadow: 0 0 1.06vw 0 rgba(0, 0, 0, 0.5);
	padding: 2vw 0;
	max-width: 89.33vw;
	font-size: 5.86vw;
}
/*エアコンボタン*/
.air_con-btn-inner{
	margin: 6.66vw 0 0;
}
.air_con-btn{
	border: #3E3A39 solid 0.7vw;
	box-shadow: 0 0 1.06vw 0 rgba(0, 0, 0, 0.5);
	padding: 2vw 0;
	max-width: 89.33vw;
	font-size: 5.4vw;
}
.ecomode-inner {
  margin: 6.66vw 0 0;
	}
	/*アコーディオン*/
	.accordion__summary {
	  padding: 2vw 0 10.6vw;
	  font-size: 6vw;
	  margin: 8vw 0 0;
	}
	.accordion__summary::after {
	  content: "▼";
	  font-size: 2.4vw; /* 記号のサイズ */
	  top: 12vw;
      left: 50%;
      transform: translateX(-50%);
	  padding: 1.3vw;
	  border: #163e85 solid 0.26vw;
	  border-radius: 1.3vw;
	  margin-right: 0;
	　width: 6.6vw;
	}
	.accordion__detail {
	  display: none;
	  background: #f5f5f5;
	  padding: 5.3vw;
	}
	.accordion__text{
		font-size: 4.8vw;
		text-align: 1.8;
	}
	.accordion__text:nth-child(2){
		margin-top: 10.6vw;
	}
	.accordion-img{
		margin-top: 4vw;
	}
h2{
	font-size: 7.46vw;
}
h2>span{
	font-size: 6.13vw;
}

.terms-inner{
	margin-top: 9.3vw;
	}
.terms-title{
		padding: 1.3vw 0;
	}
	.terms-tx-inner{
		padding: 5.3vw;

	}
	.terms-tx-area{
		padding: 5.3vw;
	}
	.terms-tx,.terms-tx-end{
		margin-top: 10.6vw;
	}
.ecomode-worry-img{
	margin: 5vw auto;
	text-align: center;
	padding-right: 1.2vw;
	width: 77.33vw;
}
.ecomode-solve-tx{
	text-align: left;
	font-size: 4.8vw;
	margin: 5.33vw auto 0;
	width: 77.3vw;
}
.ecomode-solve-img{
	margin: 10vw auto;
	text-align: center;
	padding-right: 1.2vw;
	width: 77.33vw;
}
.ecomode-banner{
	text-align: center;
	margin: 6.66vw 0 0;
	width: 89.33vw;
}
.ecomode-worry-inner{
	background-image: url("../img/ecomode-sharp_im05_sp.webp");
	background-repeat: no-repeat;
	background-position: top 0px,bottom 0px;
	margin: 5.33vw 0 0;
	padding: 8vw 0 5vw;
	background-size: 89.33vw;
	
}
.ecomode-solve-inner{
	background-image: url("../img/ecomode-sharp_im07_sp.webp");
	background-repeat: no-repeat;
	background-position: top 0px,bottom 0px;
	margin: 5.33vw 0 0;
	padding: 8vw 0 5vw;
	background-size: 89.33vw;
	}
table{
	width: 77.3vw;
	border: solid 0.26vw #cccccc;
	margin: 0 auto;
}
th{
	align-items: center;
	padding: 0 5.33vw;
	border-right: solid 0.13vw #cccccc;
	border-bottom: solid 0.13vw #cccccc;
	vertical-align: middle;
	text-align: center;
	
}
td{
	padding: 0 5.33vw;
	border-bottom: solid 0.13vw #cccccc;
	text-align: center;
}
/*トップボタン_SP*/
.campaign-pagetop{
	position: relative;
}
.campaign-pagetop-link{
	position: absolute;
	display: inline-block;
	width: 16vw;
	right: 4vw;
	bottom: -8vw;
	/*transform: translateY(-50%);*/
}
	/*footer_SP*/
	.footer-inner{
		padding: 10.13vw 0 8.27vw;
	}
}