@charset "utf-8";
/*=============================================================
 feature Layout
=============================================================*/
/* feature-ttl
-------------------------------------------------------------*/


#contents h3.ttl{
	color: #0089b6;
	border-bottom: 2.5pt solid;
	font-size: 130%;
	margin: 3em 0 0.5em;
}
#contents h3.ttl span{
	font-size: 150%;
}
#contents h4.ttlK{
	font-size: 115%;
	line-height: 2;
}
#contents .list-download{
	color: #0089b6;
	font-weight: bold;
	margin: 15px 0;
}
#contents .list-download a:visited{
	color: inherit;
}

#contents .list-download.column a{
	background: #fff;
}
#contents .feature-column{
	background-color: #eff4f7;
	padding: 0 1em 1em 1em;
}
#contents .feature-column h3{
	width: 35%;
	/*padding: 30px 0 30px 0;*/
	background-color: #0089b6;
	margin-left: -1em;
}
#contents .feature-column h3 span.box{
    width: 140%;
    display: block;
    padding: 15% 0 15% 5%;
    box-sizing: border-box;
    border-bottom-right-radius: 50px;
    transform: skewX(-20deg);
    text-decoration: none;
    background-color: #0089b6;
    color: #fff;
    overflow: hidden;
    margin-left: 1.2em;
}
#contents .feature-column h3 span.txt{
	display: block;
	transform: skewX(20deg);
	font-size: 130%;
	position: relative;
	z-index: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
#contents .feature-column h3 span.txt{
	font-size: 115%;
}
}
@media only screen and (max-width:408px){
		
}
