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

#single article #ahaBox {
	max-width: 600px;
	display: block;
}
#single article #ahaBox:hover {
	/*box-shadow: 0px 2px 15px #4c2f87;
	
	transform: translateY(-5px);*/
	opacity: 0.9;
	filter: saturate(160%);
}
#single article #ahaBox:hover img {
	
}
#single article #ahaBox .titBox {
	padding: 20px;
	background-color: #eb6100;
	color: #fff;
}
#single article #ahaBox p {
	background-color: #fff;
	color: #000;
	padding: 0.5em 1em;
	border-radius: 7px;
	display: inline-block;
	font-size: 16px;
	line-height: 1;

}
#single article #ahaBox h3 {
	font-size: 24px;
	padding-top: 0.5em;
}

#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 620px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 20px;
	font-weight: 500;
	height: 2.6em;
	margin: 30px auto;
	
}
#single article #ichiran:hover {
	background-color: #555;
	color: #fff;
}

span.mori {
	font-weight: 500;
	color: #003c7d;
	margin-right: 0.3em;
}
span.matu {
	font-weight: 500;
	color: #db5a72;
	margin-right: 0.5em;
}
#single p.desc {
	padding: 0;
	margin: 1em auto;
}

#single .sec_2 {
	border-top: #E61E73 solid 2px;
	padding-top: 0;
}
#single .sec_2 h3 {
	color: #ea5c71;
	text-align: center;
	border: none;
	font-size: 32px;
	padding: 0.5 0 0;
	width: 100%;
}
#single .sec_2 h4 {
	font-size: 25px;
	background-color: #f9dace;
	height: 3em;
	display: flex;
justify-content: center;
align-items: center;
	border-radius: 15px;
	line-height: 1.3;
	text-align: center;
	margin-top: 0.6em;
	width: 100%;
	align-self:flex-start;
}

.harf {
	width: 48%;
	max-width: 380px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.harf .imgBox {
	align-self:flex-end;
}
/*#sec01_2 .harf {
	align-content: flex-start;
}
#sec02_2 h4,
#sec02_2 p {
	align-self: flex-start;
}
#sec02_2 .imgBox {
	align-self: flex-end;
}*/
#single .harf p.desc {
	margin: 0.5em 0;
	align-self:flex-start;
}
#single .sec_2 .aircon p {
	width: 47%;
}
#single .sec_2 .imgBox {
	margin-top: 0em;
}
#single .sec_2 .aircon .imgBox {
	margin-top: 1em;
}

.cfsBox {
	margin: 30px 0;
	padding: 40px;
	border-radius: 15px;
	background-color: #dae5f5;
}
.cfsBox .logo {
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
}
.cfsBox .desc {
	border-top: #013b7c solid 1px;
	padding-top: 0.7em !important;
}
.cfsBox .links {
	margin-top: 20px;
}
.cfsBox .links a {
	display: block;
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #013b7c;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	height: 2em;
	border-radius: 10px;
}
.cfsBox .links a:hover {
	opacity: 0.6;
}
#sec05 p.oete {
	text-align: center;
	font-size: 32px;
	color: #ea5c71;
	font-weight: 500;
	text-align: center;
	border-top: #ea5c71 solid 2px;
	border-bottom: #ea5c71 solid 2px;
	padding: 0.2em;
	margin-bottom: 1em;
}
#sec06 {
	background-color: #f2f2f2;
	padding: 50px !important;
	border-radius: 15px;
}
#sec06 h3 {
	font-size: 26px;
	padding: 0 !important;
	padding-bottom: 0.2em !important;
	text-align: center;
}
#sec06 .flex {}
#sec06 .flex .leftBox {
	width: 50%;
	max-width: 350px;
}
#sec06 .flex .rightBox {
	width: 45%;
}
#sec06 .flex .rightBox p {
	line-height: 2;
}
#sec06 .flex .rightBox .btnBox {
	justify-content: flex-start;
	margin-top: 1em;
}
#sec06 .flex .rightBox .btnBox a,
#sec07 .btnBox a {
	border: #000 solid 1px;
width: 40px;
margin: 5px;
border-radius: 100%;
}
#sec06 .flex .rightBox .btnBox a:hover,
#sec07 .btnBox a:hover {
	background-color: #fff;
}
#sec07 .btnBox {}
#sec07 .btnBox {
	justify-content: flex-start;

}
#sec07 .cfsBox .links a {
	width: 100%;
}
#sec07 .add {
	line-height: 1.3;
}
.qaBox {
	padding-top: 20px;
	align-items: flex-start;
}
.qaBox.matu {
	align-items: center;
}
.qaBox.mori p.desc {
	margin-top: 0 !important;
}
.qaBox .iconBox {
	width: 100px;
}
.qaBox p {
	width: calc(100% - 100px - 1em);
}

@media screen and (max-width: 959px) {
	#single .sec_2 h4 {
		font-size: clamp(20px, 2.7vw, 22px);
	}
	#single .sec_2 p.desc {
		font-size: clamp(14px, 2vw, 16px);
	}
}

@media screen and (max-width: 599px) {
	#single article #ahaBox p {
		font-size: 4vw;
		text-align: center;
		font-size: clamp(14px, 4vw, 16px);
		margin: 0 auto;
		width: 90%;
		display: block;

	}
	#single article #ahaBox h3 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#single article #ichiran {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#single .sec_2 h3,
	#sec05 p.oete {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#single .sec_2 h4 {
		font-size: 4.8vw;
	}
	.harf,
	#single .sec_2 .aircon p {
		width: 100%;
		max-width: 380px;
	}
	.cfsBox {
		margin: 30px 0;
		padding: 15px;
		border-radius: 10px;
	}
	.cfsBox .logo {
		width: 90%;
		max-width: 300px;
		
	}
	.cfsBox .links {
		margin-top: 5px;
	}

	.cfsBox .links a {
		width: 100%;
		font-weight: 500;
		font-size: 4.8vw;
		border-radius: 8px;
		margin-top: 7px;
		height: auto;
		padding: 0.6em;
		text-align: center;
		line-height: 1.3;
	}
	#sec06 {
		padding: 20px !important;
		border-radius: 10px;
	}
	#sec06 h3 {
		font-size: 5.3vw;
	}
	#sec06 .flex {}
	#sec06 .flex .leftBox {
		width: 70%;
		max-width: 350px;
		margin: 0 auto;
	}
	#sec06 .flex .rightBox {
		width: 100%;
	}
	#sec06 .flex .rightBox p {
		line-height: 1.6;
	}
	#sec06 .flex .rightBox .btnBox {
		justify-content: center;
		margin-top: 1em;
	}
	#sec06 .flex .rightBox .btnBox a,
	#sec07 .btnBox a {
		border: #000 solid 1px;
	width: 40px;
	margin: 5px;
	border-radius: 100%;
	}
	#sec06 .flex .rightBox .btnBox a:hover,
	#sec07 .btnBox a:hover {
		background-color: #fff;
	}
	#sec07 .btnBox {}
	#sec07 .btnBox {
		justify-content: center;

	}
	#sec07 .cfsBox .links a {
	}
	#single #sec07 .add {
		line-height: 1.4;
	}
	.qaBox {
		padding-top: 20px;
		display: block;
	}
	.qaBox .iconBox {
		width: 25%;
		margin: 0 auto;
	}
	#single .qaBox p{
		width:100%;
		line-height: 1.6;
		padding: 0.5em 0 0;
		margin: 0;
	}
	#single .sec_2 p.desc {
		
	}
}


