/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // pc */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */

main {
    padding-top: 70px;
}

#page-title {
    margin: 0 auto;

    h1 {
        font-size: 38px;
        background-image: url(../img/partner-program/title_bg_img.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        span img {
            height: 13px;
        }
    }
}

#page-contents {
    width: 60%;
    max-width: 900px;
    min-width: 650px;
    margin: 0 auto 190px auto;

    .page-wrap {
        margin: 100px 0 200px 0;
    }

    .srv-num {
        font-weight: bold;
        letter-spacing: 1px;
        span {
            color: #0f9e3c;
        }
    }

    .srv-ti-cat {
        display: flex;

        p {
            font-size: 18px;
        }

        .srv-title {
            padding-right: 16px;
            border-right: 1px solid #000;
            line-height: 18px;
            height: 18px;
        }
        .srv-category {
            padding-left: 10px;
            line-height: 18px;
        }
    }

    .srv-main-txt {
        text-align: left;
        font-size: 24px;
        line-height: 1.3;
        margin: 18px 0 12px 0;
        word-break: keep-all;
    }
    .srv-main-txt::after {
        content: none;
    }

    .srv-sub-txt {
        word-break: auto-phrase;
    }

    .rec-box {
        display: flex;
        margin: 20px 0 35px 0;
        background-color: #f8f8f8;
        padding: 25px;

        .rec-box-left {
            display: flex;
            width: 296px;
            border-right: 1px solid #b3b3b3;
        }
        .rec-box-left::before {
            content: "";
            width: 71px;
            padding-right: 16px;
            margin-right: 12px;
            background-image: url("../img/partner-program/rec_icon.webp");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .rec-box-left p {
            display: flex;
            align-items: center;
            margin-right: 40px;
            font-weight: 500;
            word-break: auto-phrase;
        }

        .rec-box-right {
            width: 60%;
            padding-left: 56px;
        }
        .rec-box-right li {
            font-weight: 500;
            list-style-type: disc;
            word-break: auto-phrase;
            font-size: 18px;

            span {
                color: #0f9e3c;
                font-weight: bold;
            }
        }
    }

    .to-srv-page {
        margin: 0 0 0 auto;
        padding-bottom: 20px;
        text-align: right;
        width: 50%;
        position: relative;
        pointer-events: none;
    }
    .to-srv-page::before {
        /* 下線アニメーション */
        content: "";
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        transition: all 0.18s ease;
        border-bottom: 2px solid #333;
        display: block;
    }
    .to-srv-page:hover::before {
        width: 0;
        border-bottom: 2px solid #333;
    }

    .to-srv-page a {
        font-size: 20px;
        font-weight: bold;
        padding-right: 48px;
        pointer-events: auto;
    }

    .to-srv-page a::after {
        /* iconアニメーション */
        content: "";
        background-image: url("../img/partner-program/arrow_img.webp");

        width: 30px;
        height: 30px;
        position: absolute;
        margin: auto;
        right: 10px;
        top: 0.8px;
        border-radius: 50px;
        background: #0f9e3c;
        transition: 0.3s all;
        transform: scale(1);
    }
    .to-srv-page a::before {
        /* arrowアニメーション */
        content: "";
        background-image: url(../img/partner-program/arrow_img.webp);
        width: 10px;
        height: 32px;
        position: absolute;
        margin: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 18px;
        z-index: 1;
    }
    .to-srv-page:hover a::after {
        transition: 0.3s all;
        transform: scale(1.3);
    }
}

#contact {
    background-color: #f8f8f8;
    padding: 40px 70px 64px 70px;
    text-align: center;

    h3 {
        color: #0f9e3c;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    p {
        font-weight: bold;
        word-break: auto-phrase;
        margin-bottom: 24px;
    }

    .ct-contents {
        display: flex;
    }
    a {
        margin: 6px auto;
        width: 300px;
        height: 60px;
        line-height: 60px;
        background: #ffb101;
        border-radius: 100px;
        font-weight: bold;
        transition: 0.2s;
    }
    a:hover {
        opacity: 0.7;
    }

    .tel-num {
        margin: 0 auto;
        width: 188px;
        display: grid;
        word-break: keep-all;
        text-align: left;
        padding-left: 20px;
        font-weight: bold;
        font-size: 24px;

        span {
            font-size: 15px;
        }
    }
}
