@charset "utf-8";

/*-----------------------------
use
------------------------------*/
.use-page{
	background-image: url('../images/use/main.png');
	height: 230px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.use_main_contents {
    margin-top: 40px;
}
.main_title h2{
	font-size: 33px;
	color:#2a9dab;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin-bottom: 40px;
}
.main_title h2:before{
	position: absolute;
	top:10px;
	left:120px;
	width: 2px;
	height: 86px;
	content: '';
	background-color: #2a9dab;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.main_title h2:after{
	position: absolute;
	top:10px;
	right:120px;
	width: 2px;
	height: 86px;
	content: '';
	background-color: #2a9dab;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.tab{
	margin-right: -7.5px;
	margin-left: -7.5px;
	margin-bottom: 30px;
}
.tab > li h3{
	width: 100%;
	font-size: 20px;
	letter-spacing: 1.5px;
	text-align: center;
	color:#fff;
	position: absolute;
	top: 50px;
}
.tab > li{
	padding:0px 7.5px;
	float:left;
	width: 33.333333%;

}
.tab > li .inner{
	height: 132px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}
.tab > li:first-child .inner{
	background-image: url('../images/use/01.png');
}
.tab > li:nth-child(2) .inner{
	background-image: url('../images/use/02.png');
}
.tab > li:last-child .inner{
	background-image: url('../images/use/03.png');
}
.tab > li.select .inner{
	height: 150px;
}
.hide {display:none;}
.main_text p{
	margin-top: 30px;
	margin-bottom: 50px;
	letter-spacing: 1.5px;
}
.use_icon_area{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.use_icon_area .icon_inner{
	width: 33.333333%;
	float: left;
	text-align: center;
}
.use_icon_area .icon_inner h4{
	font-size: 20px;
	padding-top: 100px;
}
.osusume{
	background-color: #f0fdff;
	padding: 30px;
	border:1px solid #2eb2c2;
	margin-bottom: 60px;
}
.osusume h3{
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}
.osusume ul li{
	float: left;
	width: 50%;
}
.osusume ul li:first-child {
	padding:0 20px 0 0;
}
.osusume ul li .img_main_wrap{
	background-color: #fff;
	padding: 35px;
}
.img_wrap{
	height: 190px;
	text-align: center;
}
.osusume ul li h4{
	text-align: center;
	font-size: 20px;
	border-bottom:1px solid #2eb2c2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.okugai .use_icon_area .icon_inner:first-child{
	background-image: url(../images/use/okugai_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.okugai .use_icon_area .icon_inner:nth-child(2){
	background-image: url(../images/use/okugai_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.okugai .use_icon_area .icon_inner:last-child{
	background-image: url(../images/use/okugai_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.trunk .use_icon_area .icon_inner:first-child{
	background-image: url(../images/use/trunk_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.trunk .use_icon_area .icon_inner:nth-child(2){
	background-image: url(../images/use/trunk_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.trunk .use_icon_area .icon_inner:last-child{
	background-image: url(../images/use/trunk_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bike .use_icon_area .icon_inner:first-child{
	background-image: url(../images/use/bike_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bike .use_icon_area .icon_inner:nth-child(2){
	background-image: url(../images/use/bike_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bike .use_icon_area .icon_inner:last-child{
	background-image: url(../images/use/bike_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
.osusume p {
    margin: 30px 0 0;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.use_icon_area{
		width: 100%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.tab > li {
	    padding: 0px 7.5px;
	    float: none;
	    width: 100%;
	}
	.use_icon_area{
		width: 100%;
	}
	.tab > li.select .inner{
		height: 132px;
	}
	.tab > li{
		margin-bottom: 20px;
	}
	.osusume ul li{
		float:none;
		width: 100%;
	}
	.osusume ul li .img_main_wrap{
		padding: 15px;
	}
	.osusume{
		padding: 15px;
	}
	.osusume ul li{
		margin-bottom: 20px;
	}
	.main_title h2{
		font-size: 20px;
		width: 270px;
		margin-right: auto;
		margin-left: auto;
	}
	.main_title h2:before {
    	position: absolute;
	    top: 10px;
	    left: -20px;
	    width: 2px;
	    height: 55px;
	    content: '';
	    background-color: #2a9dab;
	    -webkit-transform: rotate(-30deg);
	    transform: rotate(-30deg);
	}
	.main_title h2:after {
    	position: absolute;
	    top: 10px;
	    right: -20px;
	    width: 2px;
	    height: 55px;
	    content: '';
	    background-color: #2a9dab;
	    -webkit-transform: rotate(30deg);
	    transform: rotate(30deg);
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.osusume ul li p {
    margin: 0;
	}
	.osusume p {
    margin: 15px 0 0;
	}
	.main_title h2:before {
    	position: absolute;
	    top: 10px;
	    left: -5px;
	    width: 2px;
	    height: 55px;
	    content: '';
	    background-color: #2a9dab;
	    -webkit-transform: rotate(-30deg);
	    transform: rotate(-30deg);
	}
	.main_title h2:after {
    	position: absolute;
	    top: 10px;
	    right: -5px;
	    width: 2px;
	    height: 55px;
	    content: '';
	    background-color: #2a9dab;
	    -webkit-transform: rotate(30deg);
	    transform: rotate(30deg);
	}
	.img_wrap img{
		max-width: 100%;
	}
	.use_icon_area .icon_inner {
	    background-size: 75px;
	}
	.okugai .use_icon_area .icon_inner:first-child {
	    background-position: center 10px;
	}
	.trunk .use_icon_area .icon_inner:last-child{
	    background-position: center 10px;
	    background-size: 57px;
}
	.trunk .use_icon_area .icon_inner:first-child,
	.trunk .use_icon_area .icon_inner:nth-child(2) {
	    background-position: center 20px;
	}
	.osusume h3 {
	    font-size: 28px;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.main_title h2 {
/*	    font-size: 33px;*/
	    color: #2a9dab;
	    text-align: center;
	    line-height: 1.5;
	    position: relative;
	    margin-bottom: 30px;
	}
	.osusume h3 {
	    font-size: 20px;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.osusume ul li:last-child {
	    margin-bottom: 0px!important;
	}
	.osusume ul li h4, .use_icon_area .icon_inner h4 {
	    font-size: 14px;
	}
}














}