@charset "utf-8";
/* CSS Document */


.report_wrapper{
padding: 10px;
margin-bottom: 20px;
width:560px;
box-sizing: border-box;
}

.top_wrapper{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width:100%;
margin: 20px auto;
box-sizing: border-box;
line-height: 1.5;
}

.top_img{
width: 26%;
}
.top_img img{
width: 100%;
}

.top_text{
display: block;
width: calc(74% - 10px);
margin: 0 ;
text-align: justify;
word-break: break-all;
line-height: 1.5em;
font-size: 12px;
}
.report_wrapper h1{
font-size: 1.4em;
font-weight: bold;
font-style: normal;
background-color: #4abdb0;
padding:0.2rem 1rem;
color: #FFFFFF;
border-radius:100vh;
line-height: 1.2;
text-align: center;
margin: 20px auto;
padding: 5px;
}

.report_wrapper h2{
font-size: 1.8em;
font-weight: bold;
color: #4abdb0;
text-align: center;
margin-top: 60px;
line-height: 1.2;
}

.report_wrapper p{
display: block;
width: 100%;
margin: 0 auto;
text-align: justify;
word-break: break-all;
line-height: 1.5em;
font-size: 12px;
}
	
.img_wrapper img{
width: 100%;
}

.movie_caption{
width: 100%;
margin: 20px 0;
}

.movie_caption span{
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 5px;
}

.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;
  }

.movie_content h2{
margin-top: 40px;
line-height: 1.3;
color: #4a4a4a;
font-size: 18px;
}

.movie_content h3{
color: #4a4a4a;
line-height: 1.3;
margin: 40px auto 10px;
font-size: 16px;
}
.movie_content h4{
color: #4a4a4a;
font-size: 16px;
margin-top: 20px;
text-align: center;
line-height: 1.3;
width: auto;
font-size: 13px;
}

.links{
margin-top: 60px;
width: 100%;
display: block;
margin: 0 auto;
}

.links img{
width: 100%;
}