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

/* 中身======================================================================================================== */
.big{
	color: #87ab0e;
	font-size: 18px;
}
#top_image .inner{
	text-decoration: none;
	display: block;
	background-image: url(images/topcopy_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #000;
	position: relative;
	height: auto;
}
#top_image .inner .contents_size{
	text-align: center;
}
#top_image h3{
	font-size: 14px;
	padding: 20px 0 0;
	margin: 0 0 20px;
	text-align: left;
}
#top_image h3 span{
	font-size: 20px;
	display: block;
}
#top_image .point{
	position: absolute;
	top: -10px;
	right: 10px;
	margin: 0px;
	width: 90px;
}
#top_image .nandemo{
	display: block;
	margin: 0 0 10px;
}
#top_image .uketsuke{
	padding: 10px 0;
	margin: 10px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
#top_image .kaitori{
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}

#anshin h4{
	margin: 20px 0;
	text-align: center;
}
#anshin #merit{
	text-align: center;
}
#anshin #merit li{
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	vertical-align: top;
}
#anshin #merit li .icon{
	width: 60px;
	height: 60px;
	border-radius: 200px;
	padding: 15px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #4B433E;
	text-align: center;
}
#anshin #merit li .icon img{
	max-height: 30px;
}
#anshin #merit li h5{
	font-size: 10px;
}


#qa dl{
	border-top: solid 1px #DCCCB9;
	padding: 10px 0 0;
	margin: 10px 0 0;
}
#qa dl:first-child{
	border-top: none;
	padding: 0;
	margin: 0;
}
#qa dt{
	position: relative;
	padding: 0 0 0 30px;
	font-size: 14px;
	font-weight: bold;
}
#qa dt::before{
	content: "Q";
	display: block;
	background-color: #87ab0e;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
#qa dd{
	position: relative;
	padding: 0 0 0 30px;
	font-size: 14px;
}
#qa dd::before{
	content: "A";
	display: block;
	background-color: #DD4900;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}





#contact .form_btn{
	margin: 20px 0 0;
}
#contact .form_btn a{
	display: block;
	text-decoration: none;
	background-color: #DD4900;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	border-radius: 200px;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
.big{
	font-size: 30px;
	text-align: center;
}

#top_title{
	text-align: center;
}
#top_image .inner{
	height: 530px;
}
#top_image h3{
	font-size: 40px;
	line-height: 1.4;
	padding: 60px 0 0;
	margin: 0 0 40px;
	text-align: center;
}
#top_image h3 span{
	font-size: 50px;
}
#top_image .point{
	position: absolute;
	top: -30px;
	left: 50%;
	right: inherit;
	margin: 0 0 0 300px;
	width: auto;
}
#top_image .nandemo{
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px 0 0;
}
#top_image .uketsuke{
	margin: 40px 0 0;
}
#top_image .kaitori{
	font-size: 26px;
	letter-spacing: 0.5em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#anshin h4{
	margin: 40px 0 20px;
}
#anshin #merit li{
	width: 300px;
}
#anshin #merit li .icon{
	width: 200px;
	height: 200px;
	padding: 65px 0 0;
	margin: 0 auto 10px;
}
#anshin #merit li .icon img{
	max-height: 70px;
}
#anshin #merit li h5{
	font-size: 20px;
	font-weight: bold;
}


#contact .form_btn{
	width: 600px;
	margin: 20px auto 0;
}
#contact .form_btn a{
	font-size: 24px;
	padding: 20px 0;
}

}


