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


/* ==========================
mainvisual
============================= */
main{
	padding: 50px 0 0;
}
.top{
	display: none;
}
.top-content{
	background: url(../img/mainvisual_bg01.png) no-repeat bottom center;
	background-size: cover;
}

/* ==========================
product_box
============================= */
.bold2{
	font-weight: bold;
	font-size: 143%;
	margin-bottom: 40px;
}
.box-wrap {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 0 0;
	flex-wrap: wrap;
	width: 100%;
}
.box-wrap.list .box1,.box-wrap.list .box2{
	width: 477px;
	margin-bottom: 20px;
}
.box-wrap .box3,.box-wrap .box4,.box-wrap .box5{
	width: 30%;
	margin-bottom: 20px;
}

section.product_box{
	background: url(../img/contents_bg01.png) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 10% 0;
	z-index: 300;
}

.product_box dd img{
	margin-bottom: 10px;
}
.product_box dt{
	font-weight: bold;
	padding: 20px 0 20px 50px;
	text-align: center;
}
.product_box .box1 dt{
	background: url(../img/icon_img01.png) no-repeat 42% center;
}
.product_box .box2 dt{
	background: url(../img/icon_img02.png) no-repeat 31% center;
	text-align: left;
	padding: 20px 0 20px 195px;
}
.product_box .box3 dt{
	background: url(../img/icon_img03.png) no-repeat 30% center;
	text-align: center;
}
.product_box .box4 dt{
	background: url(../img/icon_img04.png) no-repeat 14% center;
}
.product_box .box5 dt{
	background: url(../img/icon_img05.png) no-repeat 25% center;
}
/* ==========================
contact_box
============================= */
.contact_box{
	padding:13% 0 60px;
	margin-top: -12%;
	background: url(../../common/img/contents_bg02_4.png) no-repeat top;
	background-size: cover;
}
@media screen and ( max-width: 767px ){
section.product_box{
	padding-top: 0px;
	padding: 50px 0 26% 0;
	}
	.box-wrap {
		padding-top: 0px;
		flex-wrap: wrap;
	}
	.box-wrap.list .box1, .box-wrap.list .box2,.box-wrap .box3, .box-wrap .box4, .box-wrap .box5{
		width: 48%;
	}
	.box-wrap img{
		max-width: 100%;
		height: auto;
	}
	.product_box dt{
		padding: 5%;
	}
	.product_box dl{
		margin-bottom: 0px;
	}

	.product_box .box1 dt,.product_box .box2 dt,.product_box .box3 dt,.product_box .box4 dt,.product_box .box5 dt{
    background-position: left 5px;
    text-align: left;
    padding: 6% 5% 6% 40px;
    background-size: 20%;
	}
.contact_box {
    padding:60% 0 30px;
    margin-top: -58%;
	}
	.box-wrap.list{
		margin-top: 30px;
	}
}

@media print {
section.product_box {
	padding:13% 0 50px;
	margin-top: -195px;
}
.top{
	width: 1200px;
	}
	
}