@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* 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:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*main*/

main h1{
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding: 55px 20px;
	box-sizing: border-box;
	background-image: url('../img/key_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
main h1 span{
	display: inline-block;
	width: auto;
	padding: 35px 45px;
	box-sizing: border-box;
	background-image: url('../../img/interface/sub_title_bg.jpg');
	background-repeat: repeat;
	background-position: center;
	background-size: 180px auto;
}
main h1 span img{
	display: block;
	width: 100%;
	max-width: 252px;
}

main>article>div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 60px;
	box-sizing: border-box;
	text-align: center;
}
main>article>div>p{
	font-size: 16px;
	font-weight:300;
	line-height: 1.9em;
	margin: 0;
}
main>article>div>p.lead{
	font-size: 22px;
	color: #0d3119;
	margin: 0 0 20px;
}

main>article>section{
	background-image: url('../../img/bg_paper02.jpg');
	background-repeat: repeat;
	background-position: center;
	background-size: 300px;
}
main>article>section div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 80px;
	box-sizing: border-box;
	overflow: hidden;
}
main>article>section div h2{
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 40px;
	color: #0e3119;
	text-align: center;
}
main>article>section div img{
	display: block;
	width: 42%;
	float: left;
	margin: 0 35px 35px 0;
}
main>article>section div p{
	font-size: 16px;
	font-weight:300;
	line-height: 1.8em;
	margin: 0 0 15px;
}
main>article>section div small{
	display: block;
	font-size: 14px;
	margin: 0 0 25px;
}
main>article>section div>a.btn{
	display: block;
	width: 160px;
	margin: 15px auto 0;
	text-align: center;
}
