@charset "utf-8";
/* CSS Document */

/*--------------特殊寝台の機能について------------*/
#ac02{
	position: relative;
}
#ac02 ul.btn_list{
	overflow: hidden;
	margin: 20px 0;
}
#ac02 .btn_list li{
	float: left;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#ac02 .btn_list li:nth-child(2n){
	margin-right: 0;
	float: right;
}
#ac02 .overlay{
	background-color: #2668a4;
}
#ac02 .overlay .img{
	display: table-cell;
	vertical-align: middle;
}
#ac02 .overlay dt{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#ac02 .overlay dt .img{
	width:60px;
	padding-right: 20px;
}
#ac02 .overlay dt .kino_ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#ac02 .overlay dd{
	border-radius: 10px;
	background: #FFF;
	padding: 25px 25px 25px 10px;
	width: 100%;
	box-sizing: border-box;
	display: table;
}
#ac02 .overlay dd .img{
	width: 270px;
	padding-right: 10px;
}
#ac02 .overlay dd .img img{
	width: 100%;
	height: auto;
}
#ac02 .overlay dd .kino_text{
	vertical-align: middle;
	display: table-cell;
}
@media screen and (max-width: 767px){
	#ac02 ul.btn_list{
		overflow: hidden;
		margin: 10px 3% 20px;
	}
	#ac02 .btn_list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		min-height: 56px;
		display: table;
	}
	#ac02 .btn_list li:nth-child(2n){
		margin-right: 0;
	}
	#main .btnLinkBlu{
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
	}
	#main .btnLinkBlu span{
		display: none;
	}
	#ac02 .overlay dt{
		margin-bottom: 10px;
	}
	#ac02 .overlay dt .img{
		width:50px;
		padding-right: 10px;
	}
	#ac02 .overlay dt .kino_ttl{
		font-size: 16px;
	}
	#ac02 .overlay dd{
		padding: 10px;
		display: block;
	}
	#ac02 .overlay dd .img{
		display: block;
		width: 50%;
		margin: 0 auto 10px;
		padding-right: 0px;
	}
	#ac02 .overlay dd .kino_text{
		display: block;
	}
	#ac02 .intro_ttl {
		margin: 20px 3% 10px;
	}
	#ac02 ul.intro_text{
		width: 94%;
		margin: 0 auto;
	}
}

/*--------------特殊寝台の機能について------------*/
#ac04 .kino_list{
	margin: 20px 0 0;
}
@media screen and (max-width: 767px){
	#ac04 .kino_list{
		width: 94%;
		margin: 10px auto;
	}
}

/*--------------typeBtn------------*/
.typeBtn {
	overflow: hidden;
}
.typeBtn li{
	float: left;
	box-sizing: border-box;
}
.typeBtn.column3 li{
	width: 230px;
	margin-right: 15px;
}
.typeBtn.column3 li:nth-child(3n){
	margin-right: 0;
}
.typeBtn.column2 li{
	width: 350px;
	margin-right: 20px;
}
.typeBtn.column2 li:nth-child(2n){
	margin-right: 0;
}
.typeBtn dl{
	margin-bottom: 15px;
	font-size: 16px;
}
.typeBtn dt{
	font-weight: bold;
	background: #fafafa;
	padding: 10px 0px 10px 10px;
	text-align: center;
	margin: 40px 0 15px;
}
.typeBtn a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #006bb8;
	border-radius: 5px;
	height: 150px;
	padding: 10px 5px 5px;
	color: #006bb8;
	font-weight: bold;
	text-align: center;
}
.typeBtn.column1 a{
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
}
.typeBtn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.typeBtn a p .pcOnly{
	display: inline-block;
}
.typeBtn a .ph{
	width:90px;
	height: auto;
	margin: 0 auto 0;
}
.typeBtn.column1 a .ph {
	display: inline-block;
	vertical-align: middle;
}
.typeBtn.column2 a .ph{
	width:100px;
	margin: 0 auto 5px;
}
.typeBtn a .ph img{
	width:100%;
	height: auto
}
.typeBtn a p{
	display: inline-block;
	line-height: 1.2;
	background: url(/products/img/common/icon_arrow_blu.png) no-repeat left center;
	background-size: 9px;
	padding-left: 17px;
	text-align: left;
}
.typeBtn a p span{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

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

	.typeBtn li,
	.typeBtn.column2 li,
	.typeBtn.column3 li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.typeBtn li.spmgB{
		margin-bottom: 10px;
	}
	.typeBtn dl{
		margin-bottom: 10px;
	}
	.typeBtn dt{
		text-align: left;
		margin: 20px 0 10px;
	}
	#ac01 .typeBtn li:first-child dt,
	#ac03 .typeBtn li:first-child dt{
		margin: 0 0 10px;
	}
	.typeBtn dd{
		width: 94%;
		margin: auto;
		font-size: 15px;
		min-height: 14px!important;
	}
	.typeBtn a{
		width: 94%;
		margin: auto;
		height: auto;
		padding: 5px 10px;
		text-align: left;
		display: table;
		border: 1px solid #006bb8;
	}
	.typeBtn.column1 a{
		width: 94%;
	}
	.typeBtn a p .pcOnly{
		display: none;
	}
	.typeBtn a .ph,
	.typeBtn.column1 a .ph,
	.typeBtn.column2 a .ph{
		display: table-cell;
		vertical-align: middle;
		width:60px;
		margin:0;
	}
	.typeBtn a p{
		display: table-cell;
		vertical-align: middle;
		background: url(/products/img/common/icon_arrow_blu.png) no-repeat left 10px center;
		background-size: 9px;
		padding-left: 25px;
		font-weight: bold;
		font-size: 15px;
	}
	.typeBtn a p span{
		font-size: 15px;
	}
}