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


/* ==========================
mainvisual
============================= */
main{
	padding: 50px 0 0;
	margin-top: -15%;
	z-index: 1;
}
.top-content{
	background: url(../img/mainvisual_bg01.png) no-repeat bottom center;
	background-size: cover;
}
.top {
    /*width: 0;
    height: 0;
    border-top: 10vw solid #fff;
    border-left: 49.5vw solid transparent;
    border-right: 49.5vw solid transparent;*/
    display: block;
    margin-bottom: 3%;
}
.top.type_contact {
    /*border-top: 10vw solid #d8e6fa;
    border-left: 49.5vw solid transparent;
    border-right: 49.5vw solid transparent;*/
}
.product_box{
	background-color:#d8e6fa;
	padding: 15% 0 40px 0;
}
.top-tittle{
	padding: 120px 0 0 0;
	text-align: center;
	color: #003399;
	font-size: 172%;
	margin-bottom: 50px;
	background: url(../img/top_icon01.png) no-repeat top center;
}
/* ==========================
block
============================= */
.block{
	margin-bottom: 50px;
}
.block-title{
	background-color:#f0f0f0;
	padding: 30px;
	border-top: 2px solid #1d6cd3;
	font-size: 143%;
}
.block-inner{
	background-color: #fff;
	overflow: hidden;
	padding: 30px;
}
.left_img{
	float: left;
}
table{
	width: 485px;
	float: right;
	margin-bottom: 0px;
}
table.wide{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
table th:first-child {
	width: 85px;
}
table tr:first-of-type th{
	background-color:#73a4e4;
}
table tr:first-of-type td{
	background-color:#8eb5e8;
}
table th{
}
table th,table td{
	padding: 15px 30px;
}

.block-list{
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.block-list dl{
	margin:0 17px 30px 0;
}
.block-list dl:nth-child(3n){
	margin:0 0 30px 0;
}
.block-list dd{
	margin-bottom: 10px;
}



@media screen and ( max-width: 767px ){
main {
	padding: 1% 0 0;
	margin-top: -14%;
	display: block;
	}
.product_box {
	padding: 28% 0 40px 0;
	}
	.left_img {
	float: none;
	text-align: center;
	margin-bottom: 30px;
	}
	.left_img img{
		max-width: 100%;
		height: auto;
	}
	.block-title{
		padding: 5%;
	}
	.block-inner{
		padding: 5%;
		margin-bottom: 50px;
	}
}

@media print {
.top{
	width: 1200px;
	}
}