@charset "utf-8";
/* CSS Document */

#page_title{
	height:225px;
	background-image:none!important;
}

#page_title h1{
	vertical-align: middle;
	padding-top: 50px;
}

/*-----------------------------------------------------------*/
#contents{
	width: 1230px;
	margin: 0px auto 240px auto;
	overflow: hidden;
	font-family:"Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.sub01{
}

h2.sub02{
	width: 1125px;
	margin: 0px auto;
}

/*-----------------------------------------------------------*/
.block01{
	width: 1125px;
	margin: 0px auto;
	overflow: hidden;
}

.block01 dl{
	padding: 35px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.block01 dl dt{
	font-size: 1.07em;
	font-weight: bold;
}

.block01 dl dd{
	font-size: 100%;
	padding-top: 1em;
	padding-left: 2.25em;
}

/*-----------------------------------------------------------*/
.block02{
	width: 1125px;
	margin: 0px auto 80px auto;
	overflow: hidden;
}

.block02 dl{
	padding: 35px 10px 0px 10px;
}

.block02 dl dt{
	color: #037C32;
	font-size: 100%;
	font-weight: bold;
	padding: 20px 25px;
	background-color: #F2F2F2;
}

.block02 dl dd{
	font-size: 100%;
	padding: 1em 10px 0em 10px;
}

.block02 dl dd p{
	padding-bottom: 1em;
}

.block02 dl dd ul{
	overflow: hidden;
	list-style-type: none;
}

.block02 dl dd ul li{
	font-weight:bold;
	line-height: 240%;
	padding-left: 1.5em;
	position:  relative;
}

.block02 dl dd ul li a::before{
	content: url(index/list.png);
	position:  absolute;
	left:0px;
	top: 50%;
	margin-top: -12px;
}

.block02 dl dd ul li:hover::before{
	left: 5px;
	text-decoration: none;
}

.block02 dl dd p.txt02{
	padding-left: 2em;
	padding-bottom: 1.5em;
}

/*-----------------------------------------------------------*/
.block03{
	width: 1125px;
	margin: 0px auto 100px auto;
	overflow: hidden;
}

.block03 .txt01{
	padding: 30px 0px 25px 0px;
}

.block03 dl{
	padding: 20px 10px;
}

.block03 dl dt{
	font-size: 1.07em;
	font-weight: bold;
}

.block03 dl dd{
	font-size: 100%;
	padding-top: 10px;
	padding-left: 2.25em;
}

/*-----------------------------------------------------------*/
.btn01{
	width: 248px;
	height: 74px;
	text-align: center;
	margin: 50px 0px 100px 50px;
	background-color: #037C32;
}

.wide01{
	width: 310px;
	height: 74px;
	text-align: center;
	margin: 50px 0px 100px 50px;
	background-color: #037C32;
}

.wide01 a{
	width: 310px;
	height: 74px;
	line-height: 74px;
	display: block;
	color: #ffffff;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.wide02{
	width: 700px;
	height: 74px;
	text-align: center;
	margin: 50px 0px 100px 50px;
	background-color: #037C32;
}

.wide02 a{
	width: 700px;
	height: 74px;
	line-height: 74px;
	display: block;
	color: #ffffff;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}


.btn01 a{
	width: 248px;
	height: 74px;
	line-height: 74px;
	display: block;
	color: #ffffff;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.btn01 a::after,
.wide01 a::after,
.wide02 a::after{
	content: url(index/btn_icon.png);
	position: absolute;
	top:0px;
	right: 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn01 a:hover::after,
.wide01 a:hover::after,
.wide02 a:hover::after{
	right: 15px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*-----------------------------------------------------------*/

p.txt03{
	text-align: right;
	padding: 20px 25px 0px 0px;
}


