.section-box {
    background-color: #F6F9F8;
    padding: 43px 0px 25px;
    border: 1px solid #30A09C;
    margin-bottom: 100px;
}

.section-image img {
    width: 80px;
}

.section-image.fork img {
    width: 100px;
    margin-bottom: 10px;
}

.section-list {
    width: 100%;
    position: relative;
}

.section-text {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.section-text p {
    margin: 0px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
}

.section-list a {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    border-right: dashed 1px #36A9A9;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}

.section-list a:hover>.angle-down img {
    transform: translateY(5px);
    transition: all 0.25s;
}

.section-list a.no-cursor {
    cursor: default !important;
}

.section-list a.no-cursor:hover {
    cursor: default !important;
    opacity: 1 !important;
    transition: none !important;
}

.section-list a.no-cursor:hover img {
    opacity: 1 !important;
    transition: none !important;
}

.section-list a.fix {
   
    border-right: none;
}

.angle-down img {
    width: 23px;
    position: absolute;
    bottom: 11px;
    right: 45%;
}

.section-main-text {
    position: absolute;
    color: #2F9F9C;
    font-weight: bold;
    font-size: 24px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
    top: -33%;
    right: 42%;
    z-index: 2;
}

.section-main-text::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 280px;
    height: 25px;
    background: #ffffff;
    filter: blur(0.3px);
    z-index: -1;
    top: -4px;
}
table{
width:100%;
}
.section-list table th {
    width: 20%;
}

.section_sp {
    display: none;
}

/* ==================== sp ================== */



@media screen and (max-width: 750px) {
    .section_sp {
        display: block;
    }

    .add_section {
        display: none;
    }

    .section-box_sp {
        background-color: #F6F9F8;
        padding: 30px 25px 0px 25px;
        border: 1px solid #30A09C;

    }

    .section-list_sp {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    .section-list_sp a {
        display: flex;
        text-decoration: none;
        border-bottom: dashed 1px #36A9A9;
        padding-bottom: 13px;
        justify-content: space-between;
        margin-bottom: 12px;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .section-list_sp a.no-cursor {
        cursor: default !important;
    }

    .section-list_sp a.no-cursor:hover {
        opacity: 1 !important;
        transition: none !important;
    }

    .section-list_sp a.no-cursor:hover img {
        opacity: 1 !important;
        transition: none !important;
    }

    .section-list_sp a.fix {
        border-bottom: none;
    }

    .section-image_sp img {
        width: 48px;

    }

    .section-image_sp {
        padding-left: 2%;
        width: 30%;
        text-align: left;
    }

    .section-text_sp {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
        text-align: left;
        width: 70%;
    }

    .section-text_sp p {
        font-size: 14px;
        font-weight: bold;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
    }

    .section-image_sp.fork img {
        width: 70px;
    }

    .angle-down_sp {
        position: absolute;
        right: 3%;
        top: 22%;
    }

    .angle-down_sp img {
        width: 18px;

    }

    .section-list_sp a:hover>.angle-down_sp img {
        transform: translateY(5px);
        transition: all 0.25s;
    }


    .section-main-text_sp {
        position: absolute;
        color: #2F9F9C;
        font-weight: bold;
        font-size: 20px;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
        top: -11%;
        right: 29.5%;
        z-index: 2;
    }

    .section-main-text_sp::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 280px;
        height: 25px;
        background: #ffffff;
        filter: blur(0.3px);
        z-index: -1;
        top: -7px;
    }

    .section-list_sp tr {
        display: flex;
        flex-direction: column;
    }

    .section-list_sp th {
        width: 100%;
    }

    #tab-1,
    #tab-2,
    #tab-3,
    #tab-4,
    #tab-5,
    #tab-6 {
        scroll-margin-top: 220px !important;
    }

}