@charset "UTF-8";

.page-title {
	background: url("../img/equipment/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 300px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	margin-top: 105px;
}


@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 65px;
		margin-bottom: 0;
	}
}





/* equpment
----------------------------------------*/
.equpment{
	
}
.bg_color{
	background-color: #EBE8DD;
}

.pager-btn{
	width: 1000px;
	margin: 120px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}
.pager-btn li{
	width: calc(calc(100% - 4px ) / 5);
	text-align:center;
	line-height: 1.2;
	background: #5F5A50;
	color: #B8AE7F;
	font-size: 1.6rem;
	letter-spacing: 0;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager-btn li a.active{
	flex-grow: 1;
	background: #EBE8DD;
    color: #000;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}

.pager-btn li a {
	display: block;
	padding: 20px 10px;
	background: #5F5A50;
	color: #B8AE7F;
	transition: .5s;
	
}


.pager-btn li a:hover {
	opacity: .6;
}

.equpment .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 100px;
}
.equpment h3{
	font-family: 'EB Garamond', serif;
    font-size: 4rem;
    color: #B8AE7F;
    margin-bottom: 60px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
	text-align: center;
}
.equpment h3.catch{
	font-family: "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 2.6rem;
	color: #000;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.flex-box2{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 50px;
}

.flex-box2 .col{
	width: calc(calc(100% - 20px ) / 2);
}

.flex-box2 figure{
	margin-bottom: 20px;
}



.flex-box3{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 50px;
}

.flex-box3 .col{
	width: 320px;
}

.flex-box3 .col_long{
	width: 650px;
}

.flex-box3 figure{
	margin-bottom: 20px;
}

.flex-box4{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 50px;
}

.flex-box4 .col{
	width: 235px;
}

.flex-box4 figure{
	margin-bottom: 20px;
}

h4{
	font-size: 2.2rem;
	color: #000;
	border-bottom: 1px solid #B8AE7F;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-weight: normal;
}

h5{
	font-size: 1.6rem;
	color: #5F5A50;
	margin-bottom: 12px;
}

h5.ttl-5.solid{
	font-size: 1.6rem;
	color: #fff;
	background: #5F5A50;
	margin-bottom: 12px;
	padding: 10px;
}

h5.ttl-5 .alpha{
	display: inline-block;
    background: #72b5c3;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    height: 30px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-right: 5px;
}

h5.ttl-5 .num{
	display: inline-block;
    background: #72b5c3;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-right: 5px;
}

figcaption.black {
	position: absolute;
	color: #000;
	bottom: 5px;
	right: 8px;
	font-size: 10px;
	line-height: 1.5;
}
figcaption.black_l {
	position: absolute;
	color: #000;
	bottom: 5px;
	left: 8px;
	font-size: 10px;
	line-height: 1.5;
}
figcaption.white {
	position: absolute;
	color: #fff;
	bottom: 5px;
	right: 8px;
	font-size: 11px;
}

.list_smart li{
	padding-left: 10px;
    border-left: 2px solid #000;
    line-height: 1.6;
	font-size: 1.6rem;
	margin-bottom: 12px;
	letter-spacing: -0.05rem;
}

.smart_home{
	background: #fff;
	padding: 30px 50px;
}
dl{
	display: flex;
	flex-wrap: wrap;
}

dl dt {
	width: 100%;
	background: #6B665C;
	color: #fff;
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;

}
dl dd {
	width: 100%;
	color: #000;
	margin: 0 0 10px 0;
}

.ecoicon img{
	float: right;
	width: 7% !important;
}

dl.support{
	display: flex;
	flex-wrap: wrap;
}

dl.support dt {
	width: 50px;
	background: #6B665C;
	color: #fff;
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;

}
dl.support dd {
	width:  calc(calc(100% - 120px) /2);
	color: #000;
	background: #EBE8DD;
	margin: 0 8px 10px 0;
	display: flex;
	align-items: center;
	padding: 10px;
}


.equpment .trouble_list{
	display: flex;
	justify-content: space-between;
	margin-top:18px;
}

.equpment .trouble_list h5{
	background-color: #5F5A50;
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
}

.equpment .trouble_list p{
    font-size: 1.3rem;
}

.equpment .trouble_list .inner_list{
	width:  calc(calc(100% - 30px) /3);
    padding: 15px;
	border: 1px solid #5F5A50;    
}

.equpment .trouble_list .inner_list div{
    display: flex;
	flex-wrap: wrap;
}

.equpment .trouble_list .inner_list .img img{
    width: 55%;
    margin: 0 auto 10px;
	    
}


.rabel {
	padding: 5px 10px;
	/*margin-top: 20px;*/
	font-size: 1.6rem;
	text-align: center;
	border: 2px solid #12b8d7;
	color: #12b8d7;
}





@media only screen and (max-width: 768px) {
	
	.equpment .inner{
		padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw) calc(50 / 375 * 100vw);
	}
	
	.pager-btn{
		justify-content: flex-start;
		width: 100%;
		margin: 30px auto 0;
		padding: 0 5% 0 5%;
	}
	.pager-btn li{
		width: 50%;
		font-size: 1.5rem;
		letter-spacing: 0;
		display: flex;
		justify-content: center;    
	}
	.pager-btn li a.active{
		flex-grow: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pager-btn li a{
		padding: 14px 0;
	}
	.pager-btn .active{
	}
	
	.equpment h3{
		font-size: calc(30 / 375 * 100vw);
		margin-bottom: 30px;
	}
	.equpment h3.catch{
		font-size: calc(22 / 375 * 100vw);
		margin-bottom: 30px;
	}
	
	h4{
		font-size: 1.8rem;
	}

	
	h5{
		font-size: 1.5rem;
	}
	
	.list_smart li{
		font-size: 1.5rem;
	}
	.flex-box3{
		display: block;
		width: 100%;
	}
	
	.flex-box3 .col{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.flex-box2{
		display: block;
		width: 100%;
	}
	
	.flex-box2 .col{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.flex-box3 .col_long{
		width: 100%;
	}
	.flex-box4{
		width: 100%;
		flex-wrap: wrap;
	}
	
	.flex-box4 .col{
		width: calc(calc(100% - 15px ) / 2);
		margin-bottom: 18px;
	}
	
	dl.support dd {
		width:  calc(100% - 50px);
		margin: 0 0 10px 0;
		
	}
	
	.equpment .trouble_list{
		display: block;
		margin-top:18px;
	}

	.equpment .trouble_list h5{
		font-size: 1.3rem;
	}

	.equpment .trouble_list p{
		font-size: 1.3rem;
		padding-left: 10px;
	}

	.equpment .trouble_list .inner_list{
		width:  100%;
		margin-bottom: 8px;
	}

	.equpment .trouble_list .inner_list div{
		flex-wrap: nowrap;
	}

	.equpment .trouble_list .inner_list .img img{
		width: 40%;

	}
	

}
@media only screen and (max-width: 481px) {
	
}





@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 481px) {
	
}




.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}