@charset "utf-8";
.secCmnTit .boxCmnTit .titEng::after {
    border-radius: 1rem;
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secMain */
.secMain .boxPrivacy{
    margin-top: 5.4rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px dotted var(--borderColorGray2);
}
.secMain .privacyTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 2rem;
}
.secMain .item01{
    padding: 5rem 0 4.3rem;
    border-bottom: 1px dotted var(--borderColorGray2);
}
.secMain .titItem{
    font-size: var(--pcFontSize20);
    font-weight: bold;
}
.secMain .txtItem{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    margin-top: 2.2rem;
}
.secMain .linkcolor{
    color: var(--linkColor);
    text-decoration: underline;
}
.secMain .item01:last-child{
    border-bottom: none;
}
.secMain .item01:last-child .txtItem{
    text-align: right;
    margin-top: -0.7rem;
}
@media only screen and (max-width:1215px){
    .secMain .boxPrivacy{
        margin-top: 1.4rem;
        padding-bottom: 2.5rem;
    }
    .secMain .privacyTit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        margin-top: 2rem;
    }
    .secMain .item01{
        padding: 2.4rem 0 2.4rem;
    }
    .secMain .item01:nth-child(3){
        padding: 2.4rem 0 2.6rem;
    }
    .secMain .item01:nth-child(5){
        padding: 2.4rem 0 2.8rem;
    }
    .secMain .item01:nth-child(8){
        padding: 2.4rem 0 2.8rem;
    }
    .secMain .item01:nth-child(10){
        padding: 2.4rem 0 2.8rem;
    }
    .secMain .item01:nth-child(12){
        padding: 2.4rem 0 2.8rem;
    }
    .secMain .titItem{
        font-size: var(--spFontSize16);
        font-weight: bold;
        line-height: var(--spLineHeight16_24);
    }
    .secMain .txtItem{
        font-size: var( --spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 0.8rem;
    }
    .secMain .linkcolor{
        color: var(--linkColor);
        text-decoration: underline;
    }
    .secMain .item01:last-child{
        border-bottom: none;
    }
    .secMain .item01:last-child .txtItem{
        text-align: right;
        margin-top: 0;
    }
}