/* フォント
--------------------------------*/
/* DNP 秀英明朝 Pr6 M */
.dnp-mincho-m{
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/* DNP 秀英明朝 Pr6 B */
.dnp-mincho-b{
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* DNP 秀英明朝 Pr6 L */
.dnp-mincho-l{
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* 横幅設定
--------------------------------*/
/* 横幅1500pxして中央(margin:auto) */
.width-1500px{ 
	width:95%;
	max-width:1500px;
	margin:0 auto;
}

/* 横幅1200pxして中央(margin:auto) */
.width-1200px{ 
	width:95%;
	max-width:1200px;
	margin:0 auto;
}

/* 強制改行(主にspanに使用)
--------------------------------*/
.sp-br{
	display:block;
}

/* 余白関係
-----------------------------------*/
/* 上「のみ」4rem margin */
.sec-wrap-m-t4{
	margin-top: 2rem;
}

/* 上「のみ」3rem margin */
.sec-wrap-m-t3{
	margin-top:3rem;
}

/* 上「のみ」2rem margin */
.sec-wrap-m-t2{
	margin-top:2rem;
}

/* 上「のみ」10rem padding */
.sec-wrap-p-t10{ 
	padding-top:10rem;
}


/* トップページタイトル関係
--------------------------------*/
.home-title span{
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.2rem;
	display:block;
	line-height:1;
	margin-bottom:1rem;
	letter-spacing: .1em;
}

.home-title h2{
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:2.5rem;
	line-height: 1.2;
	letter-spacing: .12em;
}

.home-button{
	border: 1px solid #333333;
	width:160px;
	height:40px;
	margin: 5rem auto 0;
	position:relative;
}

.home-button::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position: absolute;
	background-image: url(img/arrow-black.svg);
	width: 5px;
	height: 9px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	bottom: -80px;
}

.home-button a{
	font-size: 1.4rem;
	line-height: 40px;
	color:#333333;
	letter-spacing: .1em;
	text-align: center;
	display: block;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
	height: 40px;
}


/* 子ページタイトル関係
--------------------------------*/
.page-wrap{
	position:relative;
}

.page-title-container{
	width: 100%;
	margin:0 auto;
	position: relative;
	height: 165px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	margin-top: 60px;
}

.page-title-container .page-title-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.page-title-container .page-title-box h1{
	font-size:2.2rem;
	line-height: 1;
	letter-spacing: .15em;
}

.page-title-container .page-title-box .sub-title{
	font-size:1.4rem;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 1rem;
}

.page-container{
	background-color:#FFF9E9;
	padding:15rem 0;
}
