@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 40px;
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;}
	
.movie_wrap_h{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}
	
.movie_wrap_h div{
width: calc(50% - 20px)
}


/*タブレットスタイル*/
@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;
}

	

#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 /*画像上の余白の高さ*/;
}
}


.title {
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
align-items: flex-end;
margin-bottom: 20px;
}


.title h1 {
line-height: 1.3;
margin: 0;
color: #4a4a4a
}
.title h1 span {
font-size: 24px;
}

.title_img img{
margin: 0;
}

.movie_content h2{
margin-top: 40px;
line-height: 1.3;
color: #4a4a4a;
}

.movie_content h3{
color: #4a4a4a;
line-height: 1.3;
margin: 40px auto 10px;
}
.movie_content h4{
color: #4a4a4a;
font-size: 16px;
margin-top: 20px;
text-align: center;
line-height: 1.3;
}

.links{
margin-top: 60px;
}

.movie_content p{
display: block;
width: 100%;
max-width: 664px;
padding: 0;
line-height: 1.5;
}
.movie_wrap_h {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  max-width: 664px;
  margin: 20px auto;
}

.movie_wrap_h > .video-box {
  width: calc((100% - 20px) / 2);
}

.video-box iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}


/* 全体幅 */
.movie-container {
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
}


/* VIDEO01・04・07 */
.movie_wrap {
  width: 100%;
}


/* VIDEO02・03 / VIDEO05・06 */
.movie_wrap_h {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}


/* 横並び動画 */
.movie_wrap_h > .video-box {
  width: calc((100% - 20px) / 2);
  min-width: 0;
}


/* 動画共通 */
.video-box {
  width: 100%;
  margin-bottom: 20px;
}


/* YouTube動画 */
.video-box iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}


/* スマートフォン */
@media screen and (max-width: 768px) {

  .movie_wrap_h {
    display: block;
  }

  .movie_wrap_h > .video-box {
    width: 100%;
  }

}

.line{
 border:1px dashed #454545;
margin-top: 40px;
  }

