@charset "UTF-8";
/* PC用 */

/* =========================================================
contents
========================================================= */
#contents {
}
#contents h2 {
	box-sizing: border-box;
	min-height: 400px;
	padding: 8px 10px 0;
	background: url(../img/bg01_sp.png) no-repeat center top / cover;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
}
#contents h2 img {
	margin-bottom: 25px;
}
#contents .profile {
	background: rgba(255, 255, 255, 0.7);
}
#contents .profile .inner {
	padding: 20px 15px;
}
#contents .profile .inner .ttl {
	margin: 0 0 10px;
	background-size: 15px auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
#contents .profile .inner dl {
	width: 100%;
}
#contents .profile .inner dl dt {
	width: 70px;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
}
#contents .profile .inner dl dd {
	margin: -20px 0 5px 70px;
	font-size: 13px;
	line-height: 20px;
}
