@charset "utf-8";

/*********************************************************************
*
*  For access
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap .nav_1 {
    margin-bottom: 50px;
}

.sec_access_wrap .nav_1 > ul {
    display: flex;
}

.sec_access_wrap .nav_1 > ul > li {
    width: 100%;
}

.sec_access_wrap .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 60px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background-color: #000;
}
.sec_access_wrap .nav_1 > ul > li:nth-child(1) a {
    background-color: #7a428c;
}

.sec_access_wrap .nav_1 > ul > li:nth-child(2) a {
    background-color: #259e53;
}

.sec_access_wrap .nav_1 > ul > li:nth-child(3) a {
    background-color: #eb5e7b;
}

.sec_access_wrap .art_1 + .art_1 {
    margin-top: 70px;
}

.sec_access_wrap .art_1 > * + * {
    margin-top: 20px;
}

.sec_access_wrap .img_1 {
    display: block;
}

.sec_access_wrap .ttl_2 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.sec_access_wrap .ttl_2::before {
    content: "■";
}

.sec_access_wrap .ttl_2::after {
    content: "";
    flex: auto;
    margin-left: 30px;
    width: auto;
    height: 1px;
    background-color: #9fa0a0;
}
.sec_access_wrap .ttl_3 {
    padding: 5px;
    color: #009e53;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #009e53;
}

.sec_access_wrap .btn_1 {
    display: block;
    padding: 10px 30px;
    width: max-content;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #000;
}

.sec_access_wrap .btn_1.co_1 {
    background-color: #032768;
}

.sec_access_wrap .btn_1.co_2 {
    background-color: #eb5e7b;
}

.sec_access_wrap .btn_1.co_3 {
    background-color: #7a428c;
}
.sec_access_wrap .btn_1.co_4 {
    background-color: #009e53;
}

.sec_access_wrap .note_1 {
    font-size: 1.2rem;
}

.sec_access_wrap .note_2 {
    font-size: 1.3rem;
    font-weight: 700;
}

.sec_access_wrap .note_2 .td_1 {
    text-decoration: line-through;
    text-decoration-color: #ff0000;
}

.sec_access_wrap .note_2 .fc_1 {
    color: #ff0000;
}

.sec_access_wrap .note_2 {
    font-size: 1.3rem;
    font-weight: 700;
}
.sec_access_wrap .map_1 .ttl {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #259e53;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.sec_access_wrap .map_1 .ttl span {
    font-size: 2rem;
}
.sec_access_wrap .map_1 iframe {
    width: 100%;
    height: 400px;
}
.sec_access_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_access_wrap .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 20px);
}

.sec_access_wrap .clms_wrap_1 > .clm_wrap > * + * {
    margin-top: 20px;
}

.sec_access_wrap .list_1 > ul {
    display: flex;
    margin-right: -20px;
}

.sec_access_wrap .list_1 > ul > li {
    margin-right: 20px;
    width: 100%;
}
.sec_access_wrap .border_1 {
    border-style: dashed;
    border-color: #9fa0a0;
}
.sec_access_wrap .ttl_4 {
    margin-bottom: -20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #7a428c;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 1000px) {
    .w_pc_1 {
        width: 760px;
    }
}
@media (max-width: 999px) {
    .sec_access_wrap .nav_1 {
        margin-bottom: 30px;
    }

    .sec_access_wrap .nav_1 a {
        height: 35px;
        font-size: 1.2rem;
    }

    .sec_access_wrap .nav_1 > ul {
        flex-wrap: wrap;
    }

    .sec_access_wrap .nav_1 > ul > li {
        width: 100%;
    }

    .sec_access_wrap .art_1 + .art_1 {
        margin-top: 40px;
    }

    .sec_access_wrap .art_1 > * + * {
        margin-top: 20px;
    }

    .sec_access_wrap .ttl_2 {
        font-size: 2rem;
    }

    .sec_access_wrap .note_1 {
        font-size: 1.1rem;
    }

    .sec_access_wrap .note_2 {
        font-size: 1.2rem;
    }
    .sec_access_wrap .map_1 .ttl {
        display: block;
        font-size: 1.8rem;
    }

    .sec_access_wrap .map_1 .ttl span {
        display: block;
        font-size: 1.2rem;
    }
    .sec_access_wrap .map_1 iframe {
        height: 300px;
    }
    .sec_access_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_access_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }

    .sec_access_wrap .clms_wrap_1 > .clm_wrap + .clm_wrap {
        margin-top: 20px;
    }

    .sec_access_wrap .list_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -20px;
    }

    .sec_access_wrap .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec_access_wrap .ttl_4 {
        margin-bottom: -20px;
        font-size: 2rem;
    }
}
