#no1 *{
    font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}

#no1 .pc-only {
    display: block;
}

#no1 .sp-only {
    display: none;
}

.no1_mv {
    margin-bottom: 70px;
    margin-top: 70px;
}

.no1_mv h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no1_lead {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
}

.no1_list {
    margin-top: 86px;
    margin-bottom: 97px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.no1_list li {
    width: calc(100% / 4);
    height: 302px;
    border-right: 2px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no1_list li:first-child {
    border-left: 2px solid #bfbfbf;
}

.no1_text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.no1_data {
    background: #efefef;
    border-radius: 10px;
    width: 809px;
    padding: 35px 25px 26px 33px;
    margin: 100px auto 150px;
    box-sizing: border-box;
}

.no1_data p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.no1_data dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.no1_data dt {
    font-size: 15px;
    width: 7em;
    line-height: 1.7;
}

.no1_data dd {
    font-size: 15px;
    width: calc(100% - 7em);
    line-height: 1.7;
}

.no1_data dd a {
    color: #333;
}

@media only screen and (max-width: 599px) {
    #no1 .pc-only {
        display: none;
    }

    #no1 .sp-only {
        display: block;
    }

    .no1_mv {
        padding: 0 2rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .no1_mv h1 {
        text-align: center;
        width: 100%;
    }

    .no1_mv h1 img {
        width: 100%;
        height: auto;
    }

    .no1_lead {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 700;
        text-align: center;
        margin: 0 2rem;
    }

    .no1_list {
        margin: 2rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }

    .no1_list li {
        width: 48%;
        height: 14rem;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: none;
    }

    .no1_list li img {
        width: 100%;
        height: auto;
    }

    .no1_list li:first-child {
        border-left: none;
        border-bottom: 2px solid #bfbfbf;
    }

    .no1_list li:nth-child(2) {
        border-bottom: 2px solid #bfbfbf;
    }

    .no1_list li:first-child,
    .no1_list li:nth-child(3) {
        border-right: 2px solid #bfbfbf;
    }

    .no1_text {
        text-align: center;
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 1.7;
        margin: 0 2rem 1.5em;
        text-align: left;
    }

    .no1_data {
        background: #efefef;
        border-radius: 10px;
        width: auto;
        padding: 2rem;
        margin: 4rem 2rem;
        box-sizing: border-box;
    }

    .no1_data p {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.7;
        text-align: center;
    }

    .no1_data dl {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .no1_data dt {
        font-size: 1rem;
        width: 100%;
        line-height: 1.7;
    }

    .no1_data dd {
        font-size: 1rem;
        width: 100%;
        line-height: 1.7;
        margin-bottom: 1rem;
    }
}