@charset "utf-8";
/* CSS Document */
.top_wrapper{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
max-width: 880px;
margin: 20px auto;
box-sizing: border-box;
padding: 0 20px;
}

.top_img{
width: 40%;
min-width: 260px;
}
.top_text{
width: calc(60% - 20px);
margin: 0;
padding: 0;
}

.report_wrapper h1{
font-size: 1.4em;
font-weight: 600;
font-style: normal;
background-color: #7c001a;
padding: 1rem;
color: #FFFFFF;
border-radius:100vh;
line-height: 1.2;
text-align: center;
}

.report_wrapper h1 span{
display: inline-block;
font-weight: 400;
}

.h1_sub{
font-size: 0.75em;
}

.report_wrapper p{
display: block;
margin: 0 auto;
text-align: justify;
word-break: break-all;
line-height: 1.8;
font-size: 14px;
}

.report_wrapper p span{
border-bottom: dashed 1px #B5B5B5;
}


/**/

/*タブレットスタイル*/
@media only screen and (max-width : 768px) {
.report_wrapper h1{
font-size: 1.2em;
font-weight: 600;
font-style: normal;
background-color: #7c001a;
padding: 0.75rem;
color: #FFFFFF;
border-radius:100vh;
line-height: 1.2;
text-align: center;
}
.clearfix{
overflow:auto
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.top_wrapper{
display: block;
}
.top_img{
width: 40%;
float: left;
margin: 0 20px 16px 0;
}
.top_text{
width: 100%;
margin: 0;
padding: 0;
}

}
/*SPスタイル*/
@media only screen and (max-width : 600px) {
	
.report_wrapper h1{
font-size: 1.2em;
font-weight: 600;
font-style: normal;
background-color: #7c001a;
padding: 1rem 2rem;
color: #FFFFFF;
border-radius:100vh;
line-height: 1.2;
text-align: center;
}
.clearfix{
overflow:auto
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.top_wrapper{
display: block;
}
.top_img{
width: 100%;
max-width: 300px;
float: none;
margin: 0 auto 20px;
display: block;
}
.top_text{
width: 100%;
margin: 0;
padding: 0;
}



	}