@charset 'UTF-8';
/* ----------------------------------------------
　PC設定
------------------------------------------------*/
.c-title
{
    margin-bottom: var(--m100);
}

.p-benefits
{
    margin-bottom: var(--m200);
}
.p-benefits__row
{
    padding-top: var(--m80);

    border-top: 1px solid var(--gray01);
}
.p-benefits__row:not(:last-of-type)
{
    margin-bottom: var(--m130);
}
.p-benefits__title
{
    font-size: var(--fs22_36);
    font-weight: bold;

    margin-bottom: var(--m30);

    text-align: center;
}
.p-benefits__sub-list
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    grid-gap: var(--m35) 3.33%;
}
.p-benefits__box
{
    display: flex;
    flex-direction: column;

    width: 22.5025%;

    justify-content: flex-start;
    grid-gap: var(--m8_20);
}
.p-benefits__caption
{
    font-size: var(--fs16_26);
    font-weight: bold;
    line-height: 1.25;

    display: block;

    text-align: center;
}

/* ----------------------------------------------
　PAD以下設定
------------------------------------------------*/
@media all and (max-width: 768px)
{
    .p-benefits__box
    {
        width: 31.1133%;
    }
}
/* ----------------------------------------------
　SP調整
------------------------------------------------*/
@media all and (max-width: 620px)
{
    .p-benefits__box
    {
        width: 48.335%;
    }
}
