@charset "utf-8";
/*=============================================================
 feature Layout
=============================================================*/
/* feature-ttl
-------------------------------------------------------------*/
#contents .feature-ttl{
	color:#0062a0;
	font-size:142.9%;
	line-height:1.3;
	font-weight:bold;
	margin:50px 0 20px;
	padding-bottom:5px;
	border-bottom:3px solid #00afec;
	-webkit-box-shadow:0 2px #ccc;	
	box-shadow:0 2px #ccc;	
}

/* foot-goto-featureTop
-------------------------------------------------------------*/
#contents .pageBtn{
	text-align:right;
}
#contents .pageBtn span{
	background:#d9e7f1;
	padding:10px 15px;
}
#contents .pageBtn .arw a:before {
    border-color: rgba(0, 0, 0, 0) #0062A0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    content: "";
    display: block;
    height: 0;
    left: 7px;
    position: absolute;
    top: 15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/* feature-ttl
-------------------------------------------------------------*/
#contents .feature-ttl{
	font-size:16px;
	margin-bottom:15px;
}
#contents h2+.feature-ttl{margin-top:25px;}


}
