@charset "UTF-8";

.youtubebox {
	margin: 15px auto 85px;
	clear: both;
}
.youtubebox iframe {
	width: 1000px;
	height: 562px;
}
.productionbox {
	clear: both;
	margin-bottom: 95px;
}
.productionbox h4 {
	font-size: 1.8em;
	margin: 0 0 15px;
	padding: 0;
}
.productionbox a {
	text-decoration: underline;
}

.img3piece img {
	width: 33.3%;
	height: auto;
}
.rightimgbox p {
	float: left;
	width: 540px;
}
.rightimgbox:after {
  content: "";
  clear: both;
  display: block;
}
.img4piece {
	float: right;
	width: 400px;
}
.img4piece img {
	display: block;
	float: left;
	width: 200px;
	height: auto;
}

#rightimgbox01_forsp {
	display: none;
}

@media screen and (max-width:768px) {

h3 {
	font-size: 1em;
}
.youtubebox {
	margin: 15px auto 55px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
/*
p {
	line-height: 170%;
	margin: 0;
	padding: 0 0 15px;
}
*/
.youtubebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.productionbox {
	clear: both;
	margin-bottom: 45px;
}
.productionbox h4 {
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0;
}
.img3piece img {
}
.rightimgbox {
}
.rightimgbox p {
	float: none;
	width: 100%;
}
.img4piece {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.img4piece img {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
}