@charset "utf-8";


.product_more a {
	display: block;
    text-align: center;
    border: 1px solid #231815;
    padding: 15px 0;
    margin: 0 2% 30px auto;
    width: 250px;
	font-size: 1em;
	float: left;
	z-index: 300;
	position: relative;
	line-height: normal;
}
.product_more a:hover {
	 opacity: 0.6;
	 text-decoration: none;
}

.product_detail .product_header h2 {
	float: left;
	font-size: 2em;
	line-height: 160%;
	margin: 10% auto;
}
.product_detail .product_header img {
	float: right;
}
.product01 .product_detail .product_header h2 { width: 55%; }
.product01 .product_detail .product_header img { width: 35%; margin-right: 5%; margin-top: 5%; }

.product02 .product_detail .product_header h2 { width: 70%; }
.product02 .product_detail .product_header img { width: 20%; margin-right: 10%; margin-top: 5%; }

.product03 .product_detail .product_header h2 { width: 60%; }
.product03 .product_detail .product_header img { width: 20%; margin-right: 10%; margin-top: -1.5%;  }

.product04 .product_detail .product_header h2 { width: 65%; }
.product04 .product_detail .product_header img { width: 18%; margin-right: 12%; margin-top: -1.5%;  }

.product05 .product_detail .product_header h2 { width: 65%; }
.product05 .product_detail .product_header img { width: 20%; margin-right: 10%; margin-top: -1.5%;  }

.product06 .product_detail .product_header h2 { width: 65%; }
.product06 .product_detail .product_header img { width: 20%; margin-right: 10%; margin-top: -1.5%;  }

.product07 .product_detail .product_header h2 { width: 63%; }
.product07 .product_detail .product_header img { width: 25%; margin-right: 12%; margin-top: -0.5%; }

.product_detail .product_lead h3 {
	font-size: 26px;
	line-height: 170%;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}
.product_detail .product_lead p {
	font-size: 18px;
	line-height: 160%;
}
.product_detail .product_lead img {
	float: left;
	width: 40%;
}
.product_detail .product_lead_right {
	float: right;
	width: 60%;
}


.product_main_04,
.product_main_09,
.product_main_10,
.product_main_12,
.product_main_13,
.product_main_14,
.product_main_15,
.product_main_16 {
	max-width: 1280px;
	margin: auto;
}

.product01 .video-caption {
margin-top: 20px;
}
.product01 .video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.product01 .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.videoContainer h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

/* ------------------------------------------
PC（と同等）サイズ 向け
width >= 891
------------------------------------------ */
@media screen and (min-width:891px) {
 
}



/* ------------------------------------------
タブレットサイズ 向け
width <= 890
------------------------------------------ */
@media screen and (max-width:890px) {

.product_detail .product_header h2 {
	font-size: 1.5em;
}
.product_detail .product_lead h3 {
	font-size: 14px;
}
.product_detail .product_lead p {
	font-size: 11px;
}
.product_detail_img1,
.product_detail_img2 {
	max-width: 60% !important;
	margin: auto !important;
	float: none !important;
}

}



/* ------------------------------------------
タブレットサイズのみ 向け
601 <= width <= 890
------------------------------------------ */
@media screen and (min-width:601px)  and (max-width:890px) {
  
}



/* ------------------------------------------
スマホサイズ 向け
width <= 600
------------------------------------------ */
@media screen and (max-width:600px) {

.product_more a {
	width: 200px;
}
.product_detail .product_header {
		text-align: center;
}
.product_detail .product_header h2 {
	float: none;
	font-size: 1.5em;
	width: 100% !important;
}
.product_detail .product_header img {
	float: none;
	margin: 0 auto !important;
}

.product01 .product_detail .product_header img { width: 50%;}
.product02 .product_detail .product_header img { width: 35%;}
.product03 .product_detail .product_header img { width: 35%;}
.product04 .product_detail .product_header img { width: 35%;}
.product05 .product_detail .product_header img { width: 35%;}
.product06 .product_detail .product_header img { width: 35%;}
.product07 .product_detail .product_header img { width: 40%;}

.product_detail .product_lead h3 {
	font-size: 14px;
}
.product_detail .product_lead p {
	font-size: 11px;
}
.product_detail_img1,
.product_detail_img2 {
	max-width: 90% !important;
}