@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
	
}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body>main {
	width: 100%;
}

#key-area {
	width: 100%;
	height: 0;
	padding: 50% 0 0;
	background-image: url(../img/key.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

#key-area h1 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#contents-area {
	width: 60%;
	margin: 100px auto 150px;
}

#contents-area h2 {
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
	color: #aaa;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Century'
}

#contents-area p {
	margin: 100px 0 30px;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	font-family: "游明朝体", "YuMincho";
}

#contents-area p.lead {
	margin: 0 0 80px;
	line-height: 2.2;
	text-align: center;
	font-family: "游明朝体", "YuMincho";
}

#contents-area p.catch {
	margin: 0 0 40px;
	font-size: 30px;
	line-height: 2;
	color: #362e2b;
	text-align: center;
	letter-spacing: 1px;
	font-family: "游明朝体", "YuMincho";
}

#contents-area p.end {
	margin: 80px 0;
	font-size: 25px;
	line-height: 2;
	color: #362e2b;
	text-align: center;
	letter-spacing: 1px;
	font-family: "游明朝体", "YuMincho";
}

#contents-area section {
	padding: 40px 0;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contents-area section:nth-of-type(2) {
	border-top: none;
}

#contents-area section h3 {
	width: 25%;
	margin: 0;
	font-size: 24px;
	line-height: 2;
	color: #362e2b;
	letter-spacing: 1px;
	font-family: 'Century';
	position: relative;
}

#contents-area section h3:before {
	content: url("../img/interface/icon01.svg");
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	left: -20px;
	z-index: -9999;
}

#contents-area section h3 span {
	display: block;
	margin: 0 0 30px;
	font-size: 14px;
	font-family: "游明朝体", "YuMincho";
}

#contents-area section p {
	width: 70%;
	text-align: justify;
	line-height: 1.7;
	margin: 0;
}



body>footer {
	width: 100%;
	height: 100px;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #362e2b;
}

body>footer small {
	display: block;
	width: 100%;
	padding: 20px 0 0 ;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	font-family: Verdana;
}



















