@charset "utf-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	text-decoration:none;
}
a:hover{
	opacity:0.7;
}
* img{
  max-width: 100%;
}


.small{
	font-size:14px;
}

.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}

.marker-y{
	background: linear-gradient(transparent 40%, #ffe33f 40%);
}
.up_text{
  font-size: 0.8em;
  vertical-align: top;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none !important;
}

/*-------------------------------------------*/

.wrap{
	margin:0 auto;
  font-family: "Noto Sans JP", serif;
	font-size: 18px;
	line-height: 1.6;
  letter-spacing: 0.05em;
	color:#3D3A39;
}
header .logo{
	padding:20px;
	margin: 0 auto;
  text-align: center;
}

.mv{
  width: 100%;
  position: relative;
}
.mv img{
  width: 100%;
}
.mv .caption{
  position: absolute;
  font-size: 14px;
  bottom: 0;
  right: 20px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 0 30px;
}

.plan{
  padding: 60px 0;
}
.plan .heading{
  text-align: center;
  font-size: 0;
  padding: 0 30px;
}
.plan .outer_bg{
  background-color: #A3D5CB;
  padding: 70px 30px;
}
.plan .inner{
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.plan .inner .img{
  text-align: center;
}

.plan .iikoto_list{
  margin-top: 30px;
}
.plan .iikoto_list li{
  position: relative;
  padding-top:20px;
  padding-bottom: 20px;
  padding-left: 140px;
}
.plan .iikoto_list li + li{
  border-top:dashed 1px #a0a0a0;
}
.plan .iikoto_list li p{
  font-size: 20px;
  font-weight: 800;
  color: #1258A5;
}
.plan .iikoto_list li::before{
  content:'';
  width: 120px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.plan .iikoto_list li:nth-child(1)::before{
  background-image: url(../images/iikoto1.svg)
}
.plan .iikoto_list li:nth-child(2)::before{
  background-image:url(../images/iikoto2.svg);
}
.plan .iikoto_list li:nth-child(3)::before{
  background-image:url(../images/iikoto3.svg);
}
.plan .iikoto_list li:nth-child(4)::before{
  background-image:url(../images/iikoto4.svg);
}
.plan .iikoto_list li:nth-child(5)::before{
  background-image:url(../images/iikoto5.svg);
}

.plan .iikoto_list li:nth-child(1) p{
  width: fit-content;
  position: relative;
  padding-right: 54px;
}
.plan .iikoto_list li:nth-child(1) p::after{
  content:'';
  width: 44px;
  height: 46px;
  background-image: url("../images/iikoto1_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan .iikoto_list li:nth-child(2) p{
  width: fit-content;
  position: relative;
  padding-right: 64px;
}
.plan .iikoto_list li:nth-child(2) p::after{
  content:'';
  width: 54px;
  height: 54px;
  background-image: url("../images/iikoto2_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan .iikoto_list li:nth-child(3){
  display: flex;
  align-items:center;
  flex-wrap: wrap;
  gap:0 20px;
}
.plan .iikoto_list li:nth-child(3) .caution{
  font-size: 15px;
  font-weight: 400;
  color: #3D3A39;
}
.plan .iikoto_list li:nth-child(4){
  display: flex;
  align-items:center;
  gap:10px 20px;
}
.plan .iikoto_list li:nth-child(4) .caption{
  padding: 2px 4px;
  background-color: #2FA999;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
}

.ecocute .inner{
  max-width: 900px;
  margin: 0 auto;
}
.ecocute .inner .link{
  max-width: 100%;
  width: 340px;
  height: 60px;
  color: #fff;
  background-color: #2FA999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50vh;
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.2;
}

.ecocute .item{
  display: flex;
  gap:20px;
}
.ecocute .item .img{
  width: 310px;
  flex-shrink: 0;
}
.ecocute .item .txt{
  width: calc(100% - 320px);
}
.ecocute .item .txt .caption{
  font-size: 14px;
}
.ecocute .item .txt h3{
  font-size: 34px;
  font-weight: 800;
  color: #2FA999;
}
.ecocute .item .txt h3 span{
  font-size: 18px;
  margin-left: 10px;
}
.ecocute .item .txt .standard{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.ecocute .item .txt .standard li{
  min-width: 78px;
  background-color:#2FA999;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4px 6px;
  line-height: 1;
}
.ecocute .item .txt .flex{
  display: flex;
  justify-content: space-between;
  gap:20px;
  margin-top: 20px;
}
.ecocute .item .txt .function{
  display: flex;
  flex-direction: column;
  gap:20px;
  flex-shrink: 0;
  width: 180px;
}
.ecocute .item .txt .model + .model{
  padding-top: 15px;
  border-top:solid 1px #707070;
}
.ecocute .item .txt .model_name{
  display: flex;
  gap:10px;
}
.ecocute .item .txt .model_name .model_txt{
  flex-shrink: 0;
}
.ecocute .item .txt .model_name p{
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px;
  border:solid 1px #3D3A39;
  width: fit-content;
}
.ecocute .item .txt .model_name .ttl{
  font-size: 30px;
  color: #2FA999;
  line-height: 1;
  margin-top: 4px;
}
.ecocute .item .txt .spec li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:10px;
  padding: 15px 0;
}
.ecocute .item .txt .spec li + li{
  border-top:dashed 1px #707070;
}
.ecocute .item .txt .spec li .spec_txt{
  font-size: 13px;
}
.ecocute .item .txt .spec li .price p:nth-child(1){
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.ecocute .item .txt .spec li .price p:nth-child(2){
  font-size: 14px;
  color: #2FA999;
  line-height: 1;
  margin-top: 6px;
}
.ecodan{
  padding-bottom: 80px;
}
.ecodan .inner{
  max-width: 900px;
  margin: 60px auto 0;
}

.ecodan .inner .link{
  max-width: 100%;
  width: 340px;
  height: 60px;
  color: #fff;
  background-color: #E86146;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50vh;
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.2;
}

.ecodan .item{
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.ecodan .item .img{
  width: 310px;
  flex-shrink: 0;
}
.ecodan .item .img .remote{
  margin-top: 20px;
  display: flex;
  gap:10px;
}
.ecodan .item .img .remote .remote_img{
  flex-shrink: 0;
}
.ecodan .item .img .remote .remote_txt p:nth-child(1){
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  border: solid 1px #3D3A39;
  width: fit-content;
}
.ecodan .item .img .remote .remote_txt p:nth-child(2){
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
}
.ecodan .item .img .remote .remote_txt p:nth-child(3){
  font-size: 16px;
  font-weight: 800;
}
.ecodan .item .img .remote .remote_txt p:nth-child(4){
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.ecodan .item .img .remote .remote_txt p:nth-child(4) span{
  font-size: 12px;
  font-weight: 400;
}

.ecodan .item .txt .caption{
  font-size: 14px;
}
.ecodan .item .txt h3{
  font-size: 34px;
  font-weight: 800;
  color: #E86146;
}
.ecodan .item .txt h3 span{
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  background-color: #E86146;
  color: #fff;
  border-radius: 4px;
}
.ecodan .item .model{
  display: flex;
  justify-content: space-between;
  gap:10px;
  flex-direction: row-reverse;
  margin-top: 30px;
}
.ecodan .item .model + .model{
  padding-top: 15px;
  margin-top: 15px;
  border-top: dashed 1px #707070;
}
.ecodan .item .model .left{
  width: 200px;
  flex-shrink: 0;
}

.ecodan .item .model .right .model_name{
  font-size: 14px;
  line-height: 1.4;
}
.ecodan .item .model .right .model_name span{
  font-size: 25px;
  color: #E86146;
  display: inline-block;
  margin-left: 20px;
}
.ecodan .item .model .right .price{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:0 10px;
}
.ecodan .item .model .right .price p:nth-child(1){
  font-size: 14px;
  letter-spacing: 0;
}
.ecodan .item .model .right .price .sp_right{
  display: flex;
  align-items: center;
}
.ecodan .item .model .right .price .sp_right p:nth-child(1){
  font-size: 20px;
  font-weight: 800;
}
.ecodan .item .model .right .price .sp_right p:nth-child(2){
  font-size: 14px;
  color: #E86146;
  letter-spacing: 0;
}
.ecodan .item .model .right .other{
  font-size: 14px;
  letter-spacing: 0;
}

.ecodan .item .caution{
  font-size: 14px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  padding-top: 20px;
  margin-top: 20px;
  border-top:solid 1px #707070;
}

footer{
	padding: 40px 0;
  background-color: #DCDDDD;
}
footer .footer_logo{
  text-align: center;
}
footer .copyright{
	font-size:12px;
	text-align:center;
}

@media only screen and (max-width: 1000px){
  .plan .inner{
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 768px){
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
  .mv .caption{
    left: 0;
    right: auto;
    font-size: 12px;
  }
  .plan .outer_bg{
    padding: 40px 30px;
  }
  .plan{
    padding: 40px 0;
  }
  .plan .inner{
    padding: 40px 16px;
  }
  .plan .iikoto_ttl{
    margin-top: 20px;
  }
  .plan .iikoto_list li{
    padding-top:72px;
    padding-left: 0;
  }
  .plan .iikoto_list li::before{
    top:20px;
    transform: translateY(0);
  }
  
  .plan .iikoto_list li:nth-child(4){
    flex-wrap: wrap;
  }
  .ecocute .inner{
    padding: 0 30px;
  }
  .ecocute .item{
    flex-direction: column;
  }
  .ecocute .item .img.sp_only{
    margin-top: 20px;
    width: 100%;
  }
  .ecocute .item .img.sp_only > img{
    width: 100%;
  }
  .ecocute .item .txt{
    width: 100%;
  }
  .ecocute .item .txt .function{
    width: 100%;
  }
  .ecocute .item .txt h3{
    line-height: 0.8;
    margin-top: 10px;
    font-size: 32px;
  }
  .ecocute .item .txt h3 span{
    margin-left: 0;
  }
  .ecocute .item .txt .standard{
    margin-top: 20px;
  }
  .ecocute .item .txt .standard li{
    font-size: 14px;
  }
  .ecocute .item .txt .flex{
    flex-direction: column;
  }
  .ecocute .item .txt .model_name{
    flex-direction: column;
  }
  .ecocute .item .txt .model_name .ttl{
    font-size: 40px;
  }
  .ecocute .item .txt .spec li{
    flex-direction: column;
  }
  .ecocute .item .txt .spec li .price{
    width: fit-content;
    margin-left: auto;
  }
  .ecocute .item .txt .spec li .price p:nth-child(1){
    font-size: 26px;
  }
  .ecocute .item .txt .spec li .price p:nth-child(2){
    font-size: 18px;
    margin-top: 10px;
  }
  
  .ecodan .inner{
    padding: 0 30px;
  }
  .ecodan .item{
    flex-direction: column;
  }
  .ecodan .item .txt h3{
    line-height: 1;
    margin-top: 10px;
    font-size: 32px;
  }
  .ecodan .item .txt h3 span{
    margin-left: 0;
  }
  .ecodan .item .img.sp_only{
    margin-top: 20px;
    width: 100%;
  }
  .ecodan .item .img.sp_only > img{
    width: 100%;
  }
  .ecodan .item .model{
    flex-direction: column;
  }
  .ecodan .item .model .left{
    width: 100%;
  }
  .ecodan .item .model .left img{
    width: 100%;
  }
  .ecodan .item .model .right .model_name{
    font-size: 18px;
    margin-top: 10px;
  }
  .ecodan .item .model .right .model_name span{
    margin-left: 0;
    font-size: 40px;
  }
  .ecodan .item .model .right .price{
    align-items: flex-start;
  }
  .ecodan .item .model .right .price p:nth-child(1){
    width: 100%;
  }
  .ecodan .item .model .right .price .sp_right{
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
  }
  .ecodan .item .model .right .price .sp_right p:nth-child(1){
    font-size: 26px;
  }
  .ecodan .item .model .right .price .sp_right p:nth-child(2){
    font-size: 18px;
  }
  .ecodan .item .model .right .other{
    font-size: 13px;
  }
}