@charset "UTF-8";

.descs{
	width: 700px;
	margin: 0 auto 65px 55px;
}
#tablet .descs{
	width: auto;
	margin: 0 auto 65px;
}
.descs p{
	font-size: 1.5rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 1em;
}
.descs p:last-child{
	margin-bottom: 0;
}
.descs p>strong{
	font-size: 1.7rem;
	font-weight: normal;
	display: block;
}



@media screen and (max-width:767px){
	.descs{
		width: auto;
		margin: 0 auto 65px;
	}
	h1 img{
		max-width: 80%;
	}
	#form ul.btn>li img{
		max-width: 80%;
	}
}