.page-imgbox {
	position: relative;
	z-index: -1;
	box-sizing:border-box;
	width:70%;
	float: right;
	background-size: cover;
	background-position: center;
	height:440px;
}
.page-title {
	position: absolute;
	top: 150px;
	left: 10%;
	z-index: 90;
	text-align: center;
}
.page-title h2 {
	font-size: 240%;
	color: #0B905F;
	letter-spacing: 0.2em;
	line-height: 1.3;
	font-weight: bold;
}
.page-title h6 {
	font-size: 130%;
	font-weight: bold;
	color: #F3CC21;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.menu {
	top: 380px;
}
.contents-box {
	padding-top: 150px;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.sub-title {
	text-align: center;
	padding-bottom: 50px;
}

.cobox {
	padding-bottom: 100px;
}

.table01 {
	width: 100%;
	border-top: 1px solid #000;
}
.table01 td {
	padding: 10px;
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	border-bottom: 1px dotted #000;
}
.table01 .td01 {
	vertical-align: text-top;
	border-bottom: 1px solid #000;
	font-weight: bold;
	width: 100px;
}

.submenu {
	padding-bottom: 100px;
	text-align: center;
	margin-top: -50px;
}
.submenu li {
	display: inline-block;
	border-left: 1px solid #5B5B5B;
}
.submenu .menlast {
	border-right: 1px solid #5B5B5B;
}
.submenu li a {
	padding: 20px 30px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.submenu li a:hover {
	color: #0B905F;
}


@media screen and ( max-width:800px )
{
.page-imgbox {
	position: inherit;
	width:100%;
	float: none;
	height:200px;
}
.page-title {
	position: inherit;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0B905F;
}
.page-title h2 {
	font-size: 230%;
}
.page-title h6 {
	font-size: 120%;
}
.contents-box {
	padding: 60px 5% 0% 5%;
}
.submenu {
	padding-bottom: 60px;
}
.submenu li a {
	padding: 20px 20px;
	font-size: 110%;
}
	
}



