@charset "utf-8";
/* CSS Document */
.main-visual{
	background-color: #7a7474;
}
.product-wrap{
	background: url(../../common/img/page_bg01.png) repeat-x top;
	background-size: cover;
	overflow: hidden;
	padding: 40px 0 0 0;
}

.product-box{
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 40px;
}
.box-inner{
	height:200px;
	overflow: hidden;
}
.left-img{
	float: left;
}
.left-img.even{
	float: right;
}

.right-box{
	float: right;
	padding: 30px 50px 30px 40px;
	width: 500px;
}
.right-box.even{
	float: left;
	padding: 30px 50px 30px 40px;
	width: 500px;
}

.product-name{
	font-size: 200%;
	color: #0051a1;
	font-weight: bold;
	margin-bottom: 20px;
}
.product-text{
	line-height: 1.7;
}
.product-btn{
	margin-bottom: 0;
}
@media screen and ( max-width: 1000px ){
}
@media screen and ( max-width: 767px ){
.right-box {
	float: none;
	padding: 5%;
	width: 90%;
	}
.product-wrap {
	padding: 40px 5%;
	}
.right-box.even {
	float: none;
	padding: 5%;
	width: 90%;
	}
.box-inner{
	height: auto;
	}
.left-img.even {
	float: none;
	}
.product-text {
	margin-bottom: 30px;
	}
.product-btn img{
	width: 100%;
	height: 40px;
	object-fit: cover;
	margin-bottom: 30px;
	border-right: 1px solid #0051a1;
	border-left: 1px solid #0051a1;
	}
.left-img {
	background-color: #0051a1;
	float: none;
	display: flex;
	justify-content: center;
	}
	.product-box:nth-child(1) .left-img img{
	width: 216px;
	height: 250px;
	object-fit: cover;
	object-position: 39% 100%;
	margin: 0 auto;
	}
	.product-box:nth-child(2) .left-img img{
    width: 190px;
    height: 250px;
    object-fit: cover;
    object-position: 60% 100%;
    margin: 0 auto;
	}
	.product-box:nth-child(3) .left-img img{
	width: 216px;
	height: 250px;
	object-fit: cover;
	object-position: 39% 100%;
	margin: 0 auto;
	}
	.product-box:nth-child(4) .left-img img{
	width: 216px;
	height: 250px;
	object-fit: cover;
	object-position:60% 100%;
	margin: 0 auto;
	}
.product-name {
	font-size: 180%;
	}
	.left-img{
		position: relative;
	}
	.left-img:after{
	content: "";
	position: absolute;
    bottom: -33px;
    right: 45%;
    border: 17px solid transparent;
    border-top: 17px solid #0051a1;
	}
}