/* 下層ページ共通 */
*{
}
body{
	background-color: #f9f9f9;
	background-image: url(../img/_com/bg.jpg)
}
.inner.contents{
	width: 960px;
	padding: 20px 100px;
	margin: 0 auto;
	margin: 0px auto;
	line-height: 1.6em;
	color: #1D1D1D;
	font-size:14px;
	min-height: 600px;
	background-color: white;
}
.inner.contents a{
	color: #7BB937;
	line-height: 26px;
}
.header{
	height: 300px;
	background-image: url(/_assets/img/_header/detail_header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.suv_nav_wrapper{
	height: 70px;
	background-color: #F2F2F2;
}
.header_top{
	position: relative;
	height: 100%;
}
.w60 {
	width: 60px;
}
/* h1〜h4 */
h1{
	font-size: 40px;
	color: #FFF;
	position: absolute;
	left: 100px;
	top: 128px;
	font-family: 'Noto Sans Japanese', serif !important;
}
#h1_en{
	font-size: 15px;
	line-height: 74px !important;
	color: #FFF;
	position: absolute;
	left: 100px;
	top: 180px;
	letter-spacing: 4px;
	font-family: 'Lato' !important;
	font-weight: bold;
}
h2{
	font-size: 18px;
	color: #7BB937;
	line-height: 20px !important;
	margin-bottom: 25px;
}
h3{
	font-size: 15px;
	margin: 25px 0 10px;
	font-weight: bold;
}
h4{
	margin: 10px 0;
}

/* カテゴリーナビ */
.suv_nav_wrapper .horizontal_nav{
	text-align: center;
}
.suv_nav_wrapper .horizontal_nav{
	margin-top: 28px;
}
.suv_nav_wrapper .horizontal_nav a{
	font-size: 14px;
}
.suv_nav_wrapper .horizontal_nav ul{
	display: inline-block;
}
.suv_nav_wrapper .horizontal_nav li:after{
	content: "";
}
.suv_nav_wrapper .horizontal_nav li:last-child:after {
	margin: 0px;
}

/* パンくずリスト */
.bread_list_wrapper{
	overflow: hidden;
	margin-bottom: 60px;
}
.bread_list_wrapper li{
	float: left;
}
.bread_list_wrapper li:after{
	content:"＞";
	margin: 0 10px;
}
.bread_list_wrapper li:last-child:after{
	content: "";
	margin: 0px;
}

/* テーブル */
.table dl{
	clear: both;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
}
.table dt, .table dd{
	float: left;
	border-top: 1px solid #E0E0E0;
	padding: 20px 0px;
}
.table dt{
	color: #7BB937;
	width: 30%;
	font-weight: bold;
	clear: left;
}
.table dd{
	width: 70%;
	padding-left: 5px;
}

@media (max-width: 768px) {
	.inner.contents{
		width: 100%;
		padding: 20px;
		font-size: 15px;
	}
	h1{
    font-size: 34px;
    left: 10px;
    top: 255px;
	}
	#h1_en{
    font-size: 15px;
    line-height: 40px !important;
    top: 280px;
    left: 10px;
	}
	.suv_nav_wrapper{
		height: inherit;
		background-color: #f9f9f9;
	}
	.suv_nav_wrapper .horizontal_nav {
		margin-top: 0px; 
	}
	.suv_nav_wrapper .horizontal_nav ul{
		display: block;
	}
	.suv_nav_wrapper .horizontal_nav li{
		float: none;
		display: block;
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #D6D4D4;
	}
	.suv_nav_wrapper .horizontal_nav a{
		display: block;
	}
	.table dt, .table dd{
		padding-left: 5px;
		display: block;
		width: 100%;
	}
	.table dd{
		border-top: none;
		padding-top: 10px;
	}
	.table dt{
		padding-bottom: 10px;
	}
}