@charset "UTF-8";


#report_content{
width: 100%;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
margin: 0 auto;
word-break: break-all;
font-size: 16px;
line-height: 1.8;
letter-spacing: 0.15em;
padding: 0 0 5em;
border-bottom: 1px solid #aaa;
}

#report_content img{
display: block;
width: 100%;
margin: 0 auto;
}

#report_content .main_visual{
width: 100%;
}

#report_content .content_area{
width: 100%;
margin: 0 auto;
padding: 5em 0 0;
}

#report_content .content_area section{
width: 90%;
max-width: 1350px;
margin: 0 auto;
}

#report_content .content_area .report_header .header_date{
width: 90%;
max-width: 1350px;
margin: 0 auto;
font-size: 14px; 
line-height: 1.5em;
text-align: right;
padding: 2em 0 0;
}

#report_content .content_area .report_header h3{
width: calc(95% + 1em);
margin: 0 0 0 calc(5% - 1em);
position: relative;
padding: 0.5em 1em;
background: #32547e;
color: #fff;
font-size: 26px;
line-height: 1.5em;
}

#report_content .content_area .report_header h3:before{
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px #19283a;
}

#report_content .content_area .report_header .header_text{
width: 100%;
margin: 5em auto 0;
}

#report_content .content_area .report_header .header_text p{
width: 100%;
margin: 1em auto 0;
font-size: 18px; 
line-height: 1.8em;
}

#report_content .content_area .report_header .header_text p span{
font-size: 85%; 
}

#report_content .content_area .report_header .header_text p.notes{
margin: 0 auto;
font-size: 14px; 
line-height: 1.8em;
}

#report_content .content_area .report_header .header_text p:first-of-type{
margin: 0 auto;
}

#report_content .content_area .report_header .header_text .overview{
margin: 2em auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#report_content .content_area .report_header .header_text .overview .overview_text{
width: 55%;
display: flex;
align-items: center;
padding: 2em;
background: #f8f8f8;
}

#report_content .content_area .report_header .header_text .overview .overview_photo{
width: 45%;
padding: 2em 2em 2em 0;
background: #f8f8f8;
}

#report_content .content_area .report_header .header_text .overview li{
margin: 2em 0 0;
}

#report_content .content_area h4{
width: calc(95% + 1em);
margin: 5em 0 3em calc(5% - 1em);
color: #fff;
padding: 0.5em;
display: inline-block;
font-size: 20px;
line-height: 1.3;
background: #32547e;
vertical-align: middle;
border-radius: 999px 0px 0px 999px;
}

#report_content .content_area dl{
display: flex;
}

#report_content .content_area h4 dt{
position: relative;
width: 1.5em;
color: #fff;
}

#report_content .content_area h4 dt:before{
position: absolute;
width: 1.5em;
content: '●';
top: 50%;
transform: translateY(-50%);
}

#report_content .content_area h4 dd{
width: calc(100% - 1.5em);
}

#report_content .content_area .feature_contents{
width: 100%;
margin: 0 auto;
padding: 2em;
}

#report_content .content_area .feature_contents:after{
content: "";
clear: both;
display: block;
}

#report_content .content_area .feature_contents:nth-of-type(2n){
background: #f8f8f8;
}

#report_content .content_area .feature_contents h5{
width: 100%;
font-size: 20px; 
line-height: 1.5em;
margin: 0 auto 1.5em;
padding: 0.5em 0 0.5em 65px;
text-indent: -65px;
}

#report_content .content_area .feature_contents h5 span.chapter{
display: inline-block;
width: 50px;
background: #32547e;
color: #fff;
padding: 0.4em 0;
margin: 0 15px 0 0;
text-align: center;
letter-spacing: 0;
text-indent: initial;
}

#report_content .content_area .feature_contents h5 span.title_notes{
font-size: 80%;
}

#report_content .content_area .feature_contents > div.imagearea{
float: right;
width: 37%;
padding: 0 0 0 1em;
}

#report_content .content_area .feature_contents > div p{
width: 100%;
margin: 1em auto 0;
font-size: 16px; 
line-height: 1.8em;
}

#report_content .content_area .feature_contents > div p span{
font-size: 85%;
}

#report_content .content_area .feature_contents > div p:first-child{
margin: 0 auto;
}

#report_content .content_area .feature_contents .example{
margin: 1.5em auto 0;
color: #fff;
background: #aaa;
padding: 1em;
display: flex;
flex-wrap: wrap;
}

#report_content .content_area .feature_contents .example .example_title{
width: auto;
display: flex;
align-items: center;
padding: 0 1em 0 0;
margin: 0 1.5em 0 0;
border-right: 1px solid;
}

#report_content .content_area .feature_contents .example .example_text{
width: auto;
}

#report_content .content_area .feature_contents .example .example_text p{
margin: 0;
text-indent: -3.5em;
padding: 0 0 0 3.5em;
}

#report_content .content_area .feature_contents .example .example_text span{
font-size: 85%;
}

#report_content .content_area .report_bottom p{
width: 100%;
margin: 1em auto 0;
font-size: 18px; 
line-height: 1.8em;
}

#report_content .content_area .report_bottom p:first-of-type{
margin: 0 auto;
}

#report_content .content_area .order_items{
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#report_content .content_area .order_items .imagearea{
width: 45%;
padding: 0 1em 0 0;
}

#report_content .content_area .order_items .textarea{
width: 55%;
font-size: 16px; 
line-height: 1.8em;
}

#report_content .content_area .order_items .textarea p{
margin: 1em auto 0;
text-indent: -1.3em;
padding: 0 0 0 1.3em;
}

#report_content .content_area .order_items .textarea p:first-child{
margin: 0 auto;
}

#report_content .content_area .order_items .textarea p span{
font-size: 85%;
}

#report_content .content_area .order_items .textarea p.right_notes{
font-size: 85%;
text-align: right;
color: #32547e;
}

#report_content .content_area .gallery{
margin: 3em auto 0;
background: #f8f8f8;
}

#report_content .content_area .photo_gallery{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
max-width: 1350px;
margin: 0 auto;
padding: 3em 0 0;
gap: 1.6em;
}

#report_content .content_area .photo_gallery li{
width: calc(25% - 1.2em);
}

#report_content .lb-outerContainer{
border-radius: initial;
}

#report_content .lightbox .lb-image{
border-radius: initial;
border: 2px solid #fff;
}

#report_content .lb-data .lb-caption{
display: inline-block;
margin: 5px 0 0;
color: #fff;
}

#report_content .lb-data .lb-number{
display: none !important;
}


@media only screen and (max-device-width: 999px){

#report_content .content_area .report_header h3{
width: calc(92% + 1em);
margin: 0 0 0 calc(8% - 1em);
}

#report_content .content_area h4{
width: calc(92% + 1em);
margin: 5em 0 3em calc(8% - 1em);
}


@media only screen and (max-width: 500px){

#report_content .content_area .report_header .header_text{
margin: 3em auto 0;
}

#report_content .content_area .report_header .header_text .overview li{
margin: 0;
padding: 1em;
border: initial;
}

#report_content .content_area .report_header .header_text .overview .overview_text{
width: 100%;
}

#report_content .content_area .report_header .header_text .overview .overview_text:nth-of-type(n+2){
margin: 1em auto 0;
}

#report_content .content_area .report_header .header_text .overview .overview_photo{
width: 100%;
padding: 0 2em 2em;
}

#report_content .content_area .feature_contents{
padding: 2em;
}

#report_content .content_area .feature_contents:first-of-type{
padding-top: 0;
}

#report_content .content_area h4{
margin: 3em 0 2em calc(8% - 1em);
}

#report_content .content_area .feature_contents h5{
line-height: 1.5em;
padding: 0 0 0 42px;
text-indent: -42px;
font-size: 18px;
}

#report_content .content_area .feature_contents h5 span.chapter{
width: 32px;
padding: 0;
margin: 0 10px 0 0;
}

#report_content .content_area .feature_contents > div.imagearea{
float: none;
width: 100%;
padding: 0 0 1em;
}

#report_content .content_area .feature_contents .example .example_title{
width: 100%;
display: block;
padding: 0 0 0.5em;
margin: 0 auto 0.5em;
border-right: none;
border-bottom: 1px solid;
}

#report_content .content_area .feature_contents .example .example_text{
width: 100%;
}

#report_content .content_area .order_items .imagearea{
width: 100%;
padding: 0;
}

#report_content .content_area .order_items .textarea{
width: 100%;
margin: 1em auto 0;
}

#report_content .content_area .photo_gallery{
gap: 1em;
}

#report_content .content_area .photo_gallery li{
width: calc(50% - 0.5em);
}


}
}

#store_footer .storelogo_white,
#store_footer .storelogo_akdrums{
display: none;
}
