/* 共通 */
body {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.3rem;
    line-height: 1.75;
}

h3 {
    font-size: 1.2rem;
}

main {
    padding: 0 7%;
    max-width: 980px;
    margin: 0 auto;
}

table {
    font-size: 0.875rem;
}

.block2 li {
    list-style-type: disc;
}

p {
    font-size: 0.875rem;
}

.sp_only {
    display: block;
}

/* トップ見出し */
.guidance {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    height: 100px;
}

.top-area {
    margin-bottom: 5vh;
}

.bottom-area {
    justify-content: center;
}

.bottom-area::before {
    font-family: "Font Awesome 5 Free";
    content: "\f100";
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.top-area h1 {
    padding-left: 7%;
    display: inline-block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.bottom-area h4 {
    color: #313131;
}

/* セクション */
.middle-section {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    max-width: 980px;
}

.middle-section:not(:last-child) {
    border-bottom: 2px solid #F7F7F7;
}

.block1 img {
    width: 100%;
}

.block2 {
    padding-bottom: 15px;
}

.block2 div {
    margin: 20px 0;
    padding-left: 4px;
}




.block2 h4 {
    margin-bottom: 10px;
}




.block2 table tbody tr td {
    vertical-align: middle;
    padding: 4px 0;
}

.block2 table tbody tr td:first-child {
    text-align: left;
    width: 115px;
}

.block2 table tbody tr td:last-child {
    padding-left: 5px;
}


@media (min-width:768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    main {
        padding: 0;
    }



    .sp_only {
        display: none;
    }

    /* トップ */
    .top-area h1 {
        padding-left: 0;
        padding-left: 3%;
    }

    /* セクション */
    .middle-section {
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
        margin: 70px auto;
    }

    .block1 {
        width: 44%;
        padding-bottom: 60px;
    }

    .block2 {
        width: 50%;
        padding-bottom: 60px;
    }

    .block2 div:first-child h4 {
        font-size: 1.5rem;
    }

    .block2 table tbody tr td:first-child {
        width: 110px;
    }
}

@media (min-width:768px) {
    section.top_03 ul {
        display: flex;
        justify-content: space-between;
        margin: 5% auto;
    }

    section.top_03 li {
        width: 30%;
    }
}

/* top_section_04 */
section.top_04 {
    background-color: #fff;
    padding: 10% 0;
    margin-bottom: 12%;
}

section.top_04 h2 {
    text-align: center;
}

section.top_04 ul {
    width: 80%;
    max-width: 500px;
    display: block;
    margin: 5% auto;
}

section.top_04 li {
    padding: 20px 0;
}

section.top_04 li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

section.top_04 h3 {
    font-family: 'Frutiger LT W01_45 Ligh1475730', 'ゴシックMB101 L';
}

section.top_04 p {
    padding: 8px 10px 0;
}

section.top_04 div {
    display: block;
    text-align: center;
    width: 80%;
    max-width: 680px;
    margin: 5% auto;
    padding: 5% 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
}

section.top_04 div h4 {
    font-size: 1.3rem;
}

section.top_04 div a {
    display: block;
    width: 50%;
    max-width: 200px;
    padding: 10px;
    margin: 20px auto 0;
    background-color: #01B920;
    border-radius: 5px;
    color: #fff;
    font-family: 'Frutiger LT W01_65 Bold1475746', 'ゴシックMB101 M';
    letter-spacing: 2px;
    font-size: 1.2rem;
}

section.top_04 div a:hover {
    opacity: .8;
    transition: .2s;
}