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

.main-visual{
	background-color: #091c09;
}
.summary{
	background: url(../img/product_bg01.png);
	background-size: cover;
	padding: 40px 0;
}
.container.white{
	background-color: #ffffff;
	padding: 20px 40px 40px 40px;
	z-index: 1;
	width: 920px;
}
.inner{
	width: 1013px;
	margin: auto;
}
.inner2{
	width: 490px;
	float: left;
}
.inner2.right{
	float: right;
}
.icon{
	position: relative;
	left: -5px;
	top: 50px;
}
.icon2{
	position: relative;
	left: -5px;
	top: 50px;
}

.title{
	color: #0051a1;
	font-size: 210%;
	font-weight: bold;
	margin-bottom: 20px;
}
.summary-inner{
	overflow: hidden;
}
.left-img{
	float: left;
}
.right-text{
	float: right;
	width: 531px;
	line-height: 2;
}
.table-box{
	margin: 40px 0 20px 0;
	overflow: hidden;
}
.table-box tbody{
	border-top: 1px solid #cccccc;
}
.table-box tr{
	border-bottom: 1px solid #cccccc;
}
.left-cell{
	background-color:#dedede;
	padding: 15px 20px;
	width: 165px;
}
.right-cell{
	width: 755px;
	padding: 15px 0 15px 35px;
	background-color: #ffffff;
}
/*place-wrap*/
.place-wrap{
	width: 1013px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.place-box{
	float: left;
	width: 400px;
	background: url(../../common/img/page_bg02.png) repeat-x top;
	background-size: cover;
	padding: 25px 40px 40px 40px ;
	
}
.place-box.left{
	margin: 0 30px 0 5px;
}
.place-title{
	color: #ffffff;
	font-size: 172%;
}
.place-img{
	margin: 20px 0;
}
.place-table{
	margin-bottom: 20px;
}
.place-table tr{
	border: 1px solid #cccccc;
}
@media screen and ( max-width: 1000px ){
}
@media screen and ( max-width: 767px ){
.container.white {
	padding: 20px 5%;
	width: 80%;
	}
	.right-text{
		float: none;
		width: 100%;
	}
.left-img {
	float: left;
	margin-bottom: 30px;
	}
.table-box th,.table-box td{
	display: block;
	}
table{
	width: 100%;
	}
.table-box {
	margin: 40px 5%;
	}
.right-cell,.left-cell{
	width:90%;
	padding: 5%;
	display: block;
	}
.place-wrap {
	width: 90%;
	}
.place-box img{
	max-width: 100%;
	height: auto;
	}
iframe{
	width: 100%;
	height: auto!important;
	}
.place-box{
	width: 90%;
	padding: 5%;
	}
.inner2{
	float: none;
	width: 100%;
	}
.place-box.left{
	margin: 0 auto;
	}
.place-title{
	text-align: center;
	}
}