.pc-inline{display: inline-block;  margin-left: 0.25rem;}
@media (max-width: 768px) {.pc-inline{display: none;  margin-left: 0;}}


    .all-wrapper h2 {
        position: relative;
        margin: 16px 0 56px;
        color: #689f38;
        text-align: center;
        font-weight: bolder;
        line-height: 1.5;
        font-family: "UDKakugo_LargePr6N-DB", "Hiragino Kaku Gothic ProN";
    }

    .all-wrapper .bd-g::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        /*下線の上下位置調整*/
        display: inline-block;
        width: 50px;
        /*下線の幅*/
        height: 3px;
        /*下線の太さ*/
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #689f38;
        /*下線の色*/
    }

    .all-wrapper .bd-w::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        /*下線の上下位置調整*/
        display: inline-block;
        width: 50px;
        /*下線の幅*/
        height: 3px;
        /*下線の太さ*/
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: white;
        /*下線の色*/
    }


    .top-wrapper {
        padding: 80px 0;
        background: url(/partners/img/top-img.jpg) no-repeat center / cover !important;
        box-shadow: inset 0px -15px 10px -10px rgb(0 0 0 / 20%);
    }

    .top-wrapper h1 {
        font-size: 32px;
        text-align: center;
        font-weight: bolder;
        line-height: 1.5;
        font-family: "UDKakugo_LargePr6N-DB", "Hiragino Kaku Gothic ProN";
        color: #707070;
    }

    @media (min-width: 769px) {
        .spOnly {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .pcOnly {
            display: none;
        }

        .spOnly {
            font-size: 24px;
        }
    }

    .top-container {
        background: white;
        width: 100%;
        max-width: 900px;
        padding: 16px;
        margin: 0 auto;
    }

    .sec01 {
        padding: 64px 0;
    }

    .sec02 {
        padding: 64px 0;
        background: linear-gradient(249deg, rgba(111, 197, 154, 0.7), rgba(125, 172, 83, 0.7)), url(/partners/img/top-img.jpg) no-repeat center / cover !important;

    }

    .sec02-lead {
        font-size: 1.6rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    @media (max-width: 575px) {
        .sec02-lead {
            font-size: 1.2rem;
        }
    }

    .sec03 {
        padding: 64px 0;
        background-color: #f2f8ef;
    }

    .sec03 .card-body {
        background-color: #f1f1f1;
    }

    .sec03 .modal-header {
        background-color: #689f38;
        color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }

    .sec04 {
        padding: 64px 0;
    }

    @media (max-width: 768px) {
        .pn-Table {
            overflow-x: scroll;
        }
    }

    .pn-Table table {
        min-width: 768px;
    }

    .pn-Table thead tr th {
        padding: 10px;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        color: #414141;
        background-color: #e5e5e5;
    }

    .pn-w-1 {
        width: 16.666667%;
    }

    .pn-w-2,
    .pn-w-3,
    .pn-w-4 {
        width: 27.777778%;
    }


    .pn-Table tbody tr:nth-of-type(odd) {
        background-color: #EFEFEF;
    }

    .pn-Table tbody tr th {
        padding: 20px;
        font-weight: 700;
        color: #414141;
        text-align: center;

    }

    .pn-Table tbody tr td {
        padding: 20px;
        color: #555555;
        vertical-align: top;
    }

    .pn-Table tbody tr td {
        padding: 20px;
        color: #555555;
        font-size: 16px;
    }

    @media (max-width: 768px) {
        .pn-Table tbody tr td {
            font-size: 13px;
        }
    }

    @media (min-width: 576px) {
        .t-spOnly {
            display: none;
        }
    }

    @media (max-width: 575px) {
        .t-pcOnly {
            display: none;
        }
    }

    @media (max-width: 575px) {}

    .pn-Table tbody tr td ul li ul {
        list-style: none;
        color: #555555;
        font-size: 12.8px;
        margin-bottom: 10px;
    }

    @media (max-width: 768px) {
        .pn-Table tbody tr td ul li ul {
            font-size: 10.4px;
        }
    }

    .pn-Table tbody tr td ul li ul li::before {
        content: "";
        width: 3px;
        height: 3px;
        display: inline-block;
        background-color: #9c9c9c;
        border-radius: 50%;
        margin-right: 8px;
    }

    .sec05 {
        padding: 64px 0;
        background-color: #F2F8EF;
    }

    .sec06 {
        padding: 64px 0;
    }

    .sec06_step-line {
        content: "";
        height: 7px;
        left: 69.5%;
        line-height: 5px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        right: -39%;
        top: 50px;
    }

    @media only screen and (max-width: 576px) {
        .sec06_step-line {
            display: none;
        }
    }

    .sec06_step-line .line {
        background: #e8eaed;
        display: inline-block;
        height: 5px;
        margin: 1px 9px 4px 3.5px;
        vertical-align: bottom;
        width: 300px;
    }

    .sec06_step {
        margin-bottom: 30px;
        padding-top: 16px;
        position: relative;
        width: 100%;
    }

    .sec06_step__number {
        border-radius: 50%;
        color: #689f38;
        font-size: 35px;
        height: 70px;
        line-height: 50px;
        margin: 0 auto;
        padding: 8px;
        width: 70px;
        border: solid 5px #689f38;
    }

    .sec06_step-description {
        color: #5f6368;
        font-size: .82353rem;
        letter-spacing: .2px;
        line-height: 1.5;
        margin: 0 auto 28px;
        max-width: 260px;
        padding: 1px 0 1.5em;
        position: relative;
    }


    .sec07 {
        padding: 64px 0;
        background-color: #689f38;
    }

    .sec08 {
        padding: 64px 0;
    }

    .sec08 h2 {
        font-size: 1.5rem;
    }

    @media (max-width: 768px) {
        .sec08 h2 {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 575px) {
        .sec08 h2 {
            font-size: 0.8rem;
        }
    }

    .form-buttom {
        gap: 24px;
    }

    .form-buttom_01 a {
        display: inline-block;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: .3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #fff;
        background-color: #689f38;
        box-shadow: inset 0 0 0 2px #689f38;
        height: 48px;
        width: 420px;
    }

    .form-buttom_01 :hover {
        color: #689f38;
        background-color: white;
    }

    .form-buttom_02 a {
        display: inline-block;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: .3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #FF9500;
        box-shadow: inset 0 0 0 2px #FF9500;
        background-color: #fff;
        height: 48px;
        width: 420px;
    }

    .form-buttom_02 :hover {
        color: #fff;
        background-color: #FF9500;
    }

    @media (max-width: 768px) {

        .form-buttom_01 a,
        .form-buttom_02 a {
            width: 90vw;
            margin: auto;
            justify-content: center;
        }
    }

    .form-buttom_03 {
        display: inline-block;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: .3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        width: 100%;
        max-width: 560px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        font-size: 1.3em;
        color: #fff;
        box-shadow: 0px 0px 8px 0px rgb(255 97 42 / 70%);
        background-color: #FF9500;
        height: 48px;
    }

    .form-buttom_03:hover {
        color: #FF9500;
        background-color: #fff;
    }