@charset "utf-8";

/* style_sp_lp.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

/* Element
------------------------------------------------------------------ */

#main img {
	width: 100%;
}

#main h2 {
	margin: 10% auto 0;
	width: 95%;
}

#main .privilege {
	margin: 6% 0 0 0;
}

#main .message {
	border-top: 3px solid #00793a;
	border-bottom: 3px solid #00793a;
	margin: 10% 0 0 0;
	padding: 9% 4% 9% 35%;
	position: relative;
}

#main .message .image {
	position: absolute;
	left: 2%;
	bottom: 0;
	width: 30%;
}

#main .contact {
	border-top: 1px dashed #9fa0a0;
	margin: 8% 0 0 0;
	padding: 6% 2% 0;
	position: relative;
}

#main .contact dl dt {
	font-size: 1.5rem;
	font-weight: 700;
}

#main .contact dl dd {
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 4% 0 0 0;
}

#main .contact dl dd img {
	display: block;
	margin: 0 0 5%;
	width: 85%;
}

#main .contact .image {
	margin: 0 auto;
	width: 75%;
}