@charset "utf-8";

/*-----------------------------------------------
	secHead
-----------------------------------------------*/
/* secHead */
.secHead{
    background-image: url(../img/notes/bgHead.jpg)
}
@media only screen and (max-width:767px){
    .secHead{
        background-image: url(../img/notes/bgHead_sp.jpg);
    }
}


/* boxNotes */
.boxNotes{
    background-color: var(--whiteColor);
    border-radius: 5rem;
    padding: 5rem;
    margin-top: 12rem;
}
.boxNotes .tit{
    width: 100%;
    height: 7rem;
    background: var(--gradationColor_2_1);
    background: var(--gradationColor_2_2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize20);
    font-weight: bold;
}
.boxNotes .boxTxt + .tit{
    margin-top: 6.5rem;
}
.boxNotes .boxTxt{
    margin-top: 2.5rem;
}
.boxNotes .boxTxt .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    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{
        margin-top: 4rem;
        padding: 2.5rem 1.5rem;
        border-radius: 2rem;
    }
    .boxNotes .tit{
        height: 4rem;
        font-size: var(--spFontSize14);
    }
    .boxNotes .boxTxt + .tit{
        margin-top: 2.5rem;
    }
    .boxNotes .boxTxt{
        margin-top: 1rem;
        padding: 0 0.5rem;
    }
    .boxNotes .boxTxt .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_19);
    }
    .boxNotes .boxTxt .txt02{
        padding: 0 0 0 1rem;
    }
    .boxNotes .boxTxt .txt03{
        margin-top: 0.5rem;
    }
}