@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background-image: url(../img/catalog/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/catalog/bgCmnTit_sp.jpg);
    }
}

/* secTop */
.secTop{
    margin-top: 9rem;
}
.secTop .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_42);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: 700;
    text-align: center;
}
.secTop .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_38);
    margin-top: 2.5rem;
    text-align: center;
}
.secTop .titBox{
    display: flex;
    margin-top: 5rem;
}
.secTop .titLeft{
    font-size: var(--pcFontSize16);
    background: var(--benefitsColor);
    color: var(--whiteColor);
    width: 18rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.secTop .titRight{
    font-size: var(--pcFontSize16);
    background: var(--activeColor);
    color: var(--whiteColor);
    width: calc(100% - 18rem);
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-right: 18rem;
}
.secTop .list{
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.secTop .item{
    width: calc((100% - 14rem) / 3);
    margin-right: 7rem;
}
.secTop .item:nth-child(3n){
    margin-right: 0;
}
.secTop .item:nth-child(n+4){
    margin-top: 6.2rem;
}
.secTop .item:last-child{
    margin-right: 0;
}
.secTop .itemTit{
    font-size: var(--pcFontSize20);
    font-weight: 700;
    margin-top: 2.9rem;
}
.secTop .iteTitSub{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_28);
    margin-top: 2rem;
    font-weight: 700;
}
.secTop .itemTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 3.5rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secTop .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.8rem;
        text-align: left;
    }
    .secTop .titBox{
        display: block;
        margin-top: 4.3rem;
        position: relative;
    }
    .secTop .titLeft{
        font-size: var(--spFontSize11);
        width: 9.5rem;
        height: 2.6rem;
        position: absolute;
        left: 2rem;
        top: -1.6rem;
    }
    .secTop .titRight{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        width: 100%;
        height: 8rem;
        text-align: center;
        padding: 0.4rem 0 0;
    }
    .secTop .list{
        margin-top: 4rem;
        display: block;
    }
    .secTop .item{
        width: 100%;
        margin-right: 0;
    }
    .secTop .item:nth-child(n+2){
        margin-top: 3.5rem;
    }
    .secTop .itemTit{
        font-size: var(--spFontSize17);
        margin-top: 2.5rem;
    }
    .secTop .iteTitSub{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 1.4rem;
    }
    .secTop .itemTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        margin-top: 0.4rem;
    }
}

/* secFlow */
.secFlow{
    margin-top: 11rem;
}
.secFlow .tit{
    font-size: var(--pcFontSize20);
    font-weight: 700;
    text-align: center;
}
.secFlow .list{
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.secFlow .item{
    width: 16rem;
    margin-right: 10rem;
    position: relative;
}
.secFlow .item::after{
    content: "";
    position: absolute;
    width: 10rem;
    height: 0.1rem;
    background-color: var(--borderColor01);
    right: -10rem;
    top: 6rem;
}
.secFlow .item:last-child{
    margin-right: 0;
    color: var(--benefitsColor);
}
.secFlow .item:last-child::after{
    display: none;
}
.secFlow .itemTit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
    margin-top: 2.8rem;
    text-align: center;
}
.secFlow .itemTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    margin-top: 1.3rem;
    text-align: center;
}
.secFlow .icon{
    width: 12rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .secFlow{
        margin-top: 7.5rem;
    }
    .secFlow .tit{
        font-size: var(--spFontSize13);
    }
    .secFlow .list{
        margin-top: 2.8rem;
        display: flex;
        justify-content: center;
    }
    .secFlow .item{
        width: calc(100% / 3);
        margin-right: 0;
    }
    .secFlow .item::after{
        width: 2.5rem;
        right: -1.25rem;
        top: 3.8rem;
    }
    .secFlow .itemTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        margin-top: 1.8rem;
    }
    .secFlow .itemTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 0.6rem;
    }
    .secFlow .icon{
        width: 7.5rem;
        margin: 0 auto;
    }
}