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



/*****************************************************************************
topBox
*****************************************************************************/

.contentsWrapper2 .topBox {
	padding-bottom: 100px;
}
.contentsWrapper2 .topBox .text {
	margin-right: 650px;
}
.contentsWrapper2 .topBox.text .con {
	margin-top: -50px; 
}
.contentsWrapper2 .topBox .img {
	position: absolute; 
	right: -150px;
	top: 280px; 
	width: 750px;
}
.contentsWrapper2 .topBox .img img {
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.contentsWrapper2 .topBox {
		padding-bottom: 0;
		margin-bottom: -20px;
	}
	.contentsWrapper2 .topBox .text {
		margin-right: 0 !important;
	}
	.contentsWrapper2 .topBox .text .con {
		margin-top: 0; 
	}
	.contentsWrapper2 .topBox .img {
		position: relative; 
		right: auto;
		top:  auto;
		width: auto;
		text-align: center;
		margin: 35px 0 0;
	}
	.contentsWrapper2 .topBox .img img {
		width: 96%;
		max-width: 800px;
	}
}




/*****************************************************************************
m_box_content01
*****************************************************************************/

.m_box_content01 {
	display: flex;
	line-height: 1;
	padding: 0 20px 0 0;
}
.m_box_content01 .m_box01 {
	background-color: #fff;
	margin-left: 20px;
	width: calc((100% - 40px)/3);
	padding: 3%;
	text-align: center;
}
.m_box_content01 .m_box01 .m_box01_pic {
	margin: 0 auto;
	text-align: center;
	padding: 78% 0 0;
	background: 50% 50% no-repeat;
	background-size: contain;
}
.m_box_content01 .m_box01 .m_box01_pic.m_item01 {
	width: 100%;
	max-width: 420px;
	background-image:url(../images/item01.png);
}
.m_box_content01 .m_box01 .m_box01_pic.m_item02 {
	width: 60%;
	max-width: 260px;
	background-image:url(../images/item02.png);
}
.m_box_content01 .m_box01 .m_box01_pic.m_item03 {
	max-width: 420px;
	width: 100%;
	background-image:url(../images/item03.png);
}
.m_box_content01 .m_box01 .shoulder {
	font-size: 0.875rem;
	color: #191A7F;
	font-weight: 700;
}
.m_box_content01 .m_box01 .hd {
	font-size: 2.5rem;
	margin-top: 5px;
	color: #10104B;
	font-weight: 700;
}
.m_box_content01 .m_box01 .list_parts01 {
	margin-top: 20px;
	font-size: 1.14rem;
	position: relative;
	z-index: 1;
}
.m_box_content01 .m_box01 .list_parts01 li {
	padding: 5px 7px;
	display: inline-block;
	line-height: 1.2;
}
.m_box_content01 .m_box01 .list_parts01 li span {
	display: inline-block;
	position: relative;
}
.m_box_content01 .m_box01 .list_parts01 li span::after {
	content: "";
	border-top: 14px solid #E8E8F2;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	top: 0.5em;
	left: 0;
}
@media only screen and (max-width: 1000px) {
	.m_box_content01 {
		display: block;
		max-width: calc(86% + 40px);
		margin: 0 auto;
	}
	.m_box_content01 .m_box01 {
		width: auto;
		margin-top: 20px;
		padding: 10%;
	}
}
@media only screen and (max-width: 600px) {
	.m_box_content01 {
		max-width: initial;
		padding: 0 15px 0 0;
	}
	.m_box_content01 .m_box01 {
		width: auto;
		margin: 15px 0 0 15px;
	}
}



/*bodyBg
----------------------------------------------------*/
body > .bodyBg.molds {
	background-image:url(../images/pic02.jpg);
}





