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

/* =========================================================
contents
========================================================= */
#contents {
	min-height: 1060px;
	background: url(../img/bg01.png) no-repeat center top;
	background-size: cover;
}
#contents h2 {
	box-sizing: border-box;
	width: 1000px;
	height: 660px;
	margin: 0 auto;
	padding: 82px 185px 0 211px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	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 {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
}
#contents .profile .inner .ttl {
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#contents .profile .inner dl {
	float: left;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
}
#contents .profile .inner dl dt {
	width: 70px;
}
#contents .profile .inner dl dd {
	margin: -22px 0 22px 70px;
}
