@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: #0092d6;
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: #0092d6;
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;
}
