@charset "utf-8";
/* CSS Document */

 .movie_content{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
flex-wrap: wrap;
box-sizing: border-box;
font-family: "heisei-maru-gothic-std", sans-serif;

}

 .movie_content img{
margin: 0 auto 10px;
width: 100%;
max-width: 840px;
}

 .movie_content h1, .movie_content h2,.movie_content h3{
text-align: center;
display: block;
	width: 100%;
margin: 20px auto;
}
.movie_content h2 span,.movie_content h3 span{
display: inline-block;
}


 .movie_content p{
color: #646464;
display: block;
margin: 0 auto 20px;padding: 0 20px;
font-size: 18px;
line-height: 1.5;
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
text-align:justify;}

.movie_caption{
font-size: 16px!important;
}

.movie_caption span{
font-size: 24px!important;
text-align: center!important;
}




.coment_title{
display: block;
margin: 40px auto 20px;
padding:0 20px ;
width: 100%;
max-width: 360px;
}

.coment_title img{
width: 100%;
}
#left-box {
  overflow: hidden;/*float解除*/
}
#left-box .space {
  float: right;
  height: 5.3em/*画像上の余白の高さ*/
}
#left-box .img {
  float: right;
  clear: both;/*.spaceのfloat解除*/
  margin: 1.2em 0 0 1.2em;/*画像の周りの余白*/
 width: 30%;
}
#left-box .img img {
 width: 100%;
}
.note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #81a1d8 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 2.2em; /* 行の高さ */
  line-height: 2.2em!important; 
  padding: 0 20px 1px;
color: #646464;

}

/*タブレットスタイル*/
@media only screen and (max-width : 879px) {
}


@media only screen and (max-width : 768px) {
 .movie_content img{
margin: 0 auto 10px;
width: 100%;
max-width: 540px;
}
	
#left-box .img {
 width: 36%;
min-height: 240px;
}
}


/*SPスタイル*/
@media only screen and (max-width : 699px) {
 .movie_content{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
flex-wrap: wrap;
box-sizing: border-box;
padding: 10px;

}


 .movie_content img{
margin: 0 auto 10px;

}
 .movie_content p{
color: #646464;
display: block;
width: 100%;
margin: 10px auto 20px;
font-size: 15px;
line-height: 1.5;
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
text-align:justify;}

 .movie_content p span{
display: inline-block;
margin: 0;
padding: 0;
}

.movie_caption{
font-size: 13px!important;
}


.note p {
font-size: 13px!important;
}

	
.movie_wrap{
padding-top: 56.25%;
    width: 100%;
    position: relative;
 top:0px; left:0px;}


#video01,#video02{
width: 100%!important;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 0px;}
	
#left-box .space {
    float: right;
    height: 9.0em /*画像上の余白の高さ*/;
}
#left-box .img {
 width: 40%;
}
}

@media only screen and (max-width : 620px) {
#left-box .space {
    height: 10.0em /*画像上の余白の高さ*/;
}
}


@media only screen and (max-width : 585px) {
#left-box .space {
    height: 14.0em /*画像上の余白の高さ*/;
}
#left-box .img {
 width: 48%;
}
}


@media only screen and (max-width : 510px) {
#left-box .space {
    height: 16.0em /*画像上の余白の高さ*/;
}
}

@media only screen and (max-width : 480px) {
#left-box .space {
    height: 20.0em /*画像上の余白の高さ*/;
}
}

@media only screen and (max-width : 430px) {
#left-box .space {
    height: 24.0em /*画像上の余白の高さ*/;
}
}