@charset "UTF-8";
/*************************
 共通
 *************************/
p,dl,ul,ol,
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;	
}


.ttl01{
	font-size:32px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-bottom:30px;
}

.ttl01 span{
	display:block;
	font-size:22px;
	color:#7bac2f;
	margin-bottom:4px;
}


.ttl02{
	border-left:5px solid #7bac2f;
	background:#f0efe8;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.05em;
	padding:10px 10px 7px 13px;
	margin-bottom:30px;
}

.ttl03{
	text-align:center;
	margin-bottom:30px;
}

.ttl03 .i-block{
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-bottom:5px;
	line-height:1;
	border-bottom:2px solid #333;
}

.ttl04{
	font-size:22px;
	color:#7bac2f;
	text-align:center;
	font-weight:bold;
	line-height:1.3;
	padding:20px 20px 15px;
	margin-bottom:30px;
	border:1px solid #7bac2f;
}

.ttl05{
	text-align:center;
	margin-bottom:20px;
	background:url(../../../../img/page/common/border2.gif) center center no-repeat;
}

.ttl05 .i-block{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.05em;
	padding:10px;
	line-height:1;
	background:#fff;
}

.ttl06{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:0.05em;
}

.ttl07{
	font-size:32px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#7bac2f;
	margin-bottom:30px;
}

.ttl08{
	font-size:28px;
	text-align:center;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:30px;
}

.linkbtn{
	display:block;
	width:230px;
	margin:0 auto;
	padding:15px 10px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #ccc;
}

.linkbtn:hover{
	border:1px solid #7bac2f;
	color:#fff;
	background:#7bac2f;
	-webkit-transition:all .3s;	
	-moz-transition:all .3s;	
	-ms-transition:all .3s;	
	transition:all .3s;
}

.linkbtn i{
	margin-right:10px;	
}


@media screen and (max-width:640px){

.ttl01{
	font-size:28px;
	line-height:1.3;
	margin-bottom:25px;
}

.ttl01 span{
	font-size:18px;
}

.ttl02{
	font-size:18px;
	letter-spacing:0;
	margin-bottom:25px;
}

.ttl03 .i-block{
	font-size:18px;
	letter-spacing:0;
	line-height:1.3;
}

.ttl04{
	font-size:18px;
}

.ttl05 .i-block{
	font-size:16px;
	letter-spacing:0;
}

.ttl06{
	font-size:24px;	
}

.ttl07{
	font-size:28px;
}

.ttl08{
	font-size:24px;
}

.linkbtn{
	width:80%;	
}

.ttl07{
	font-size:28px;
}
	
}