  @charset "UTF-8";
/* CSS Document */
#single .editer .txtBox {
	display: block;
}
#single p.desc a,
#single .editer .txtBox a{
	color: #558AF7;
	text-decoration: underline;
	display: inline;
}
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 800px;
	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;
}
#profile {
	border-radius: 15px;
	padding: 40px !important;
}
#profile .imgBox {
	width: 41%;
	max-width: 290px;
}
#profile .txtBox {
	width: 56%;
}
#profile .txtBox h4 {
	font-size: 20px;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: #000 solid 1px;
}
#profile .txtBox dt {
	font-size: 20px;
	padding: 1em 0;
}
#profile .txtBox dd {
	font-size: 16px;
}
#single .sec h2 {
margin-bottom: 0;
}
#single .sec h3 {
	font-size: 30px;
	color: #e95457;
	font-weight: 500;
	border: none !important;
	padding: 0.8em 0 0.5em !important;
	margin: 0 !important;
}
#single .sec h2 + .imgBox {
	margin-top: 30px;
}

#btIdx {
	max-width: 800px!important;
}
#btIdx a {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 1em 0;
	background-color: #fbe4e2;
}
#btIdx a:hover {
	background-color: #C16667;
	color: #fff;
}

.pointBox {
	
	padding-top: 80px!important;
}
.pointBox .pointIn {
	border: #ccc solid 2px;
	border-radius: 15px;
	padding: 50px 50px 40px !important;
	position: relative;
	/*margin-top: 80px !important;*/
}

.pointBox#point02 {
	padding-top: 60px!important;
	padding-bottom: 30px!important;
	/*margin-top: 50px !important;
	margin-bottom: 50px !important;*/
}
.pointBox .iconPoint {
	position: absolute;
	width: 160px;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,40%);
}
.pointBox .figBox {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.pointBox .figBox p {
	text-indent: -2em;
	padding: 0;
	padding-left: 2.8em;
}
#sec08 {}
#sec08 h2.afterH2 {
	text-align: center;
	font-size: 26px;
	padding: 0.5em 0;
	font-weight: 500;
	border-top: #d5675f solid 1px;
	border-bottom: #d5675f solid 1px;
	background-color: #fbe4e2;
}

#sec09 {}
#sec09 .imgBox a:hover {
	opacity: 0.6;
}

#mazda.addBox {
	max-width: 800px;
	padding: 30px 80px!important;
}
#mazda.addBox .imgBox {
	max-width: 640px;
	margin: 0 auto;
}
.sec.putihamo {
	padding: 80px 0 !important;
}
#single .sec.putihamo h3 {
	padding: 0.3em!important;

}
#single .sec.putihamo h2 {
	margin: 1em!important;

}

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


@media screen and (max-width : 599px ){
	
	#profile {
		border-radius: 15px;
		padding: 8% !important;
	}
	#profile .imgBox {
		width: 70%;
		max-width: 290px;
		margin: 0 auto;
	}
	#profile .txtBox {
		width: 100%;
		padding-top: 5%;
	}
	#profile .txtBox h4 {
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#profile .txtBox dt {
		font-size: clamp(16px, 4.6vw, 18px);
		padding: 0.6em 0;
	}
	#profile .txtBox dd {
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#single .sec h2 {
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	#single .sec h3 {
		font-size: clamp(18px, 5.1vw, 20px);
	
	}
	.pointBox {
		padding: 0%!important;
	}
	
	.pointBox .pointIn {
		padding: 5%!important;
	}
	.pointBox .iconPoint {
		width: 100px;
		transform: translate(-50%,30%);
	}
	.pointBox#point02 {
		padding-top: 5% !important;
		padding-bottom: 5% !important;
	}
	#single .pointBox p.desc {
		padding: 1em 0;
	}
	#sec06 + #point02 {
		margin-top: 30px!important;
	}
	.pointBox .figBox p.caption {
	text-indent: -1em;
	padding: 0;
	padding-left: 1em;
	}
	#sec08 h2.afterH2 {
		font-size: clamp(19px, 5.3vw, 21px)
	}
	#mazda.addBox {
		padding: 5%!important;
	}
	#single .sec.putihamo h3 {
		text-align: center!important;
	}
	#single .sec.putihamo h2 {
		width: 100%;
		text-indent: 0!important;
		padding-left: 0!important;
		padding-right: 0!important;
		margin-left: 0!important;
	}
	
}

