@charset "UTF-8";

/*----------------------------------------

	+ content
		- box01
		- box02
		- box03

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content > h1 {
	position: relative;
	background: #5f7d0d;
}

#content > h1 > span {
	display: block;
	max-width: 1440px;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 81px 0 80px;
}

#content > h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/i_tit_bg01.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width:768px) {
	#content > h1 {
		padding-top: 125px;
	}
	#content > h1 > span {
		max-width: 300px;
		min-width: 300px;
		width: 300px;
		padding: 16px 0 15px;
		text-align: center;
	}
	#content > h1:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 125px;
	}
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	display: table;
	width: 458px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#box01 > select {
	display: inline-block;
	width: 224px;
	height: 46px;
	padding: 0 15px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff url(../../img/c_select_arrow01.png) no-repeat right 9px center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#box01 > select:nth-child(2) {
	margin-left: 10px;
}

@media only screen and (max-width:768px) {
	#box01 {
		display: block;
		width: 300px;
	}
	#box01 > select {
		margin: 0 38px;
	}
	#box01 > select:nth-child(2) {
		margin: 20px 38px 0;
	}
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	max-width: 1440px;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	/*border-bottom: 1px solid #dddddd;*/
}

#box02 > dl {
	padding: 40px 0;
	border-top: 1px solid #dddddd;
}

#box02 > dl > dt span {
	display: inline-block;
	padding: 2px 20px 2px 0;
	vertical-align: middle;
}

#box02 > dl > dt span:nth-child(2) {
	min-width: 52px;
	padding: 4px 10px 3px;
	border-radius: 3px;
	background: #88b312;
	text-align: center;
}

#box02 > dl > dd {
	padding-top: 12px;
}

#box02 > dl > dd > a:link,
#box02 > dl > dd > a:visited,
#box02 > dl > dd > a:hover,
#box02 > dl > dd > a:active {
	text-decoration: none;
}

#box02 > dl > dd > a:hover .font18,
#box02 > dl > dd > a:active .font18 {
	text-decoration: underline;
}

#box02 > dl > dd > a dl > dd {
	padding-top: 12px;
}

#box02 > dl > dd > a > div > dl {
	float: left;
	width: 58.5%;
}

#box02 > dl > dd > a > div > figure {
	float: right;
	width: 36%;
}

#box02 > dl > dd > a > div > figure > img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:768px) {
	#box02 {
		max-width: 300px;
		min-width: 300px;
		width: 300px;
	}
	#box02 > dl {
		padding-top: 20px;
	}
	#box02 > dl > dd > a > div > dl {
		float: none;
		width: 100%;
		padding-bottom: 16px;
	}
	#box02 > dl > dd > a > div > figure {
		float: none;
		width: 100%;
	}
}

/*----------------------------------------
	box03
-----------------------------------------*/

#box03 {
	max-width: 1440px;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	border-top: 1px solid #dddddd;
}

#box03 > ul {
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#box03 > ul > li {
	display: table-cell;
}

#box03 > ul > li:nth-child(2) {
	padding-left: 10px;
}

#box03 > ul > li > a {
	display: block;
	width: 196px;
	padding: 14px 10px;
	text-align: center;
}

@media only screen and (max-width:768px) {
	#box03 {
		max-width: 300px;
		min-width: 300px;
		width: 300px;
	}
	#box03 > ul > li {
		display: block;
	}
	#box03 > ul > li:nth-child(2) {
		padding: 20px 0 0;
	}
}