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

#page_title{
	height:30vw;
	background-image:none!important;
}

/*-----------------------------------------------------------*/
#contents{
	width: 100%;
	margin: 0px auto 75px 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: 100%;
	margin: 0px auto;
	overflow: hidden;
}

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

.block01 dl dt{
	font-size: 1.07em;
	font-weight: bold;
	padding-left:  2em;
	text-indent: -2em;
}

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

/*-----------------------------------------------------------*/
.block02{
	width: 100%;
	margin: 25px auto 40px auto;
	overflow: hidden;
}

.block02 dl{
	padding: 25px 0px 0px 0px;
}

.block02 dl dt{
	color: #037C32;
	font-size: 100%;
	font-weight: bold;
	padding: 20px;
	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;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.block02 dl dd ul li a:hover{
	text-decoration: none;
}

.block02 dl dd ul li a:hover::before{
	left: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

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

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

.block03 .txt01{
	font-size: 100%;
	padding: 30px 0px 25px 0px;
}

.block03 dl{
	padding: 15px 0px;
}

.block03 dl dt{
	font-size: 1.07em;
	font-weight: bold;
	padding-left:  2em;
	text-indent: -2em;
}

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

/*-----------------------------------------------------------*/
.btn01{
	width: 248px;
	height: 74px;
	text-align: center;
	margin: 25px auto 75px auto;
	background-color: #037C32;
}

.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;
}

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

.wide01 a{
	width: 260px;
	display: block;
	color: #ffffff;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding:1.5em 0;
}

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

.wide02 a{
	width: 280px;
	display: block;
	color: #ffffff;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding:1.5em 0;
}

.btn01 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;
}

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

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



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


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

.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;
}
