@charset 'utf-8';

@import url('style_common.css');


body.single-item .body .main{
	justify-content: space-between;
	margin-bottom: 58px;
}
body.single-item .body .main .left{
	width: 40%;
}
body.single-item .body .main .left li{
	text-align: center;
}
body.single-item .body .main .right{
	width: 50%;
}
body.single-item .body .main .right h1{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 32px;
}
body.single-item .body .main .right .copy{
	font-size: 20px;
	margin-bottom: 32px;
	color: #005ba2;
	line-height: 2em;
}
body.single-item .body .main .right .overview{
	font-size: 16px;
	line-height: 2em;
}
body.single-item .single_footer table{
	width: 100%;
	margin-bottom: 32px;
	border-top: solid 1px #d5d5d5;
	border-collapse: collapse;
}
body.single-item .single_footer table tr{
	border-bottom: solid 1px #d5d5d5;
}
body.single-item .single_footer table tr th,
body.single-item .single_footer table tr td{
	padding: 16px;
	vertical-align: middle;
	line-height: 2em;
}
body.single-item .single_footer table tr th{
	width: 30%;
}
body.single-item .single_footer table tr td{
	font-size: 14px;
	width: 70%;
}

/*- slider -*/
.slick-slide img{
	display: inline-block!important;
}
body.single-item .slider{
	margin-bottom: 24px;
	text-align: center;
}
/*slick setting*/
body.single-item .slick-prev:before,
body.single-item .slick-next:before{
	color: #000;
}
@media screen and (max-width:480px){
	/*-- single-item --*/
	body.single-item .body .main{
		display: block;
	}
	body.single-item .body .main .left{
		float: none;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	body.single-item .body .main .right{
		float: none;
		width: 100%;
		margin-bottom: 32px;
	}
	body.single-item .single_footer table,
	body.single-item .single_footer table tbody,
	body.single-item .single_footer table tbody tr,
	body.single-item .single_footer table tbody tr th,
	body.single-item .single_footer table tbody tr td{
		display: block;
		width: 100%;
	}
	body.single-item .single_footer table tbody tr th{
		text-align: center;
	}
	body.single-item .single_footer table tbody tr td{
		padding: 0 0 16px!important;
	}
}
