@charset "utf-8";

/*下層メインビジュアル
---------------------------------*/
#mvlower {
	background: url("../img/main-bg-sp.jpg") no-repeat top center;
	background-size: cover;
}
#mvlower h2 {
	font-size: 18px;
	padding-top: 110px;	
}
/*コンテンツ
---------------------------------*/
#contents {
	width: 100%;
	padding: 20px 0;
}
#contents .inner {
	width: 90vw;
	margin: 0 auto;
}
#contents h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #eaeaea;
}
#contents p {
	margin-bottom: 20px;
}
#contents p.right {
	text-align: right;
}
#contents p.mail {
	border:solid 1px #666;
	padding: 5px 10px;
}
#contents p.mail a {
	color: #fc7400;
}
#contents ul {
	margin-bottom: 20px;
}