#contents .report-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-basis: 100%;
    margin: 3em auto 0.5em auto;
}
@media (min-width: 768px) {
    #contents .report-box.vertical {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

#contents .report-box p.small {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    padding: 0.75em 0 0 0;
    line-height: 1.5em;
    /*color: #F00;*/
}
#contents .report-box img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#contents p.report-ps  {
margin-top: 1.5em;
padding-top: 1.5em;
border-top: dashed 1px #555;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Sans+KR:wght@500;700&family=Noto+Sans+SC:wght@500;700&display=swap");

h1#report-head {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-feature-settings: "palt";
    color: #393737;
    letter-spacing: 0.03em;

    text-align: center;
    line-height: 1.25em;

    height: auto;
    padding: 25px 0 10px 0;
    margin: 0px auto 35px auto;
}

#report-head .sub {
    display: block;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#report .notice {
    padding: 1em 2em 0.75em 2em;
    background-color: #EEE;
    font-size: 90%;
    border-radius: 4px;
    line-height: 1.5em;
}
#report .notice a{

    font-size: inherit;

}

#report .mt-6 { margin-top: 1.5rem;}
#report .mt-8 { margin-top: 2rem;}
#report .mt-10 { margin-top: 2.5rem;}
#report .mt-12 { margin-top: 3rem;}
#report .mt-14 { margin-top: 3.5rem;}
#report .mt-16 { margin-top: 4rem;}

/* margin botom */
#report .mb-6 { margin-bottom: 1.5rem;}
#report .mb-8 { margin-bottom: 2rem;}
#report .mb-10 { margin-bottom: 2.5rem;}
#report .mb-12 { margin-bottom: 3rem;}
#report .mb-16 { margin-bottom: 4rem;}
#report .mb-18 { margin-bottom: 5rem;}