@charset "utf-8";

/* boxNotes */
.boxNotes .tit{
    width: 100%;
    height: 8rem;
    background-color: var(--green_4db_Color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize22);
    font-weight: bold;
}
.boxNotes .boxTxt + .tit{
    margin-top: 6.5rem;
}
.boxNotes .boxTxt{
    margin-top: 3.5rem;
}
.boxNotes .boxTxt .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    font-weight: bold;
    color: var(--blackColor);
}
.boxNotes .boxTxt .txt02{
    display: block;
    padding: 0 2rem;
}
.boxNotes .boxTxt .txt05{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
.boxNotes .boxTxt .txt04{
    display: block;
    padding: 0 3rem;
}
.boxNotes .boxTxt .txt03{
    margin-top: 1rem;
    display: inline-block;
}
.boxNotes .boxTxt .fOrange{
    color: var(--orange_ff4_Color);
}
.boxNotes .fUnder{
    text-decoration: underline;
}
@media only screen and (max-width:1215px){
    .boxNotes{
        max-width: 40rem;
        margin: 0 auto;
    }
    .boxNotes .tit{
        height: 4.5rem;
        font-size: var(--spFontSize14);
    }
    .boxNotes .boxTxt + .tit{
        margin-top: 4.5rem;
    }
    .boxNotes .boxTxt{
        margin-top: 1.2rem;
    }
    .boxNotes .boxTxt .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        font-weight: normal;
    }
    .boxNotes .boxTxt .txt02{
        padding: 0 0 0 1rem;
    }
    .boxNotes .boxTxt .txt03{
        margin-top: 0.5rem;
    }
}