/* ================================
	福利厚生ーwelfare
================================ */

.welfare_wrap {
    font-size: 18px;
    padding: 7vw 0 0;
}

.welfare_wrap h1{
    text-align: center;
    margin-bottom: 5vw;
}

.welfare_wrap h1 span{
    font-size: 0.5em;
    line-height: 1;
    display: block;
    color:#2065ac;
}

.welfare_pagenavi {
    width: 100%;
    background-color: #f1f4f6;
}

.welfare_text li {
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
}

.welfare_text li:nth-child(-n+4) {
    flex: 1 1 25%;
}

.welfare_text li:nth-child(n+5):nth-child(-n+7) {
    flex: 1 1 33.33%;
}

.welfare_text li:nth-child(n+8):nth-child(-n+9) {
    flex: 1 1 50%;
}

.welfare_text li:nth-child(10) {
    flex: 1 1 100%;
}
.welfare_text li:nth-of-type(1){
        border-top: 1px solid #ccc;
    }
    .welfare_text li:last-of-type {
        border-bottom: none;
    }

    
.welfare_pagenavi ul a {
    color: #333333;
}

.welfare_pagenavi ul li a {
    position: relative;
    display: block;
}

.welfare_pagenavi ul li a::after {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: -20px;
    content: "";
    vertical-align: middle;

    width: 9px;
    height: 9px;
    border-top: 3px solid rgb(16, 102, 172);
    border-right: 3px solid rgb(16, 102, 172);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);

}

.dropdown-toggle {
    display: none;
}



.welfare_wrap .items_main>div {
    margin-bottom: 40px;
}

.welfare_wrap .icon_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.welfare_wrap .icon_item div {
    color: #1066ac;
    border: 2px solid #1066ac;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
    background-color: #FFF;
    font-weight: 500;
    margin-bottom: 1em;
}

.welfare_wrap .icon_item div span {
    font-size: 14px;
}

.welfare_wrap .col1 {
    width: 100%;
}

.welfare_wrap .col2 {
    width: 49%;
}

.welfare_wrap .items_sub {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 8.34%;

}

.welfare_wrap .items_sub>div {
    width: 32%;
    padding: 56px 20px;
    background: #f1f4f6;
    border-radius: 5px;
    margin: 40px 0;


    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;

}

.welfare_wrap .items_sub h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
    width: 100%;
    margin-bottom: 1em;
    line-height: 1.4;
    /* flex-grow: 1; */
}

.welfare_wrap .items_sub .icon_cnt {
    width: 100%;
}

.welfare_wrap .items_sub>div .col1,
.welfare_wrap .items_sub>div .col2 {
    color: #1066ac;
    border: 2px solid #1066ac;
    border-radius: 5px;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.welfare_wrap .items_sub>div .col1 {
    width: 100%;
}

.welfare_wrap .items_sub>div .col2 {
    width: 50%;
}

.welfare_wrap .items_sub>div .col1 span,
.welfare_wrap .items_sub>div .col2 span {
    font-size: 14px;
}

.welfare_wrap .items_sub .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.welfare_wrap .items_sub .flex div {

    width: 49%;
}



.welfare_wrap h3 {
    font-weight: 500;
    font-size: 25px;
    color: #1066ac;
}

.welfare_wrap h3+p {
    font-size: 16px;
    margin-bottom: 2rem;
    line-height: 2;
}


    .readtxt {
        width: 90%;
        margin: 0 auto 2vh;
        
    }

    .welfare_wrap .items_main>div {
        margin-bottom: 0;
    }

    #sec01 {
        background: url(../../../assets/img/welfare/welfare_img01_sp.png) no-repeat 0 0;
        padding-top: 71%;
        background-size: 100%;
    }

    #sec02 {
        background: url(../../../assets/img/welfare/welfare_img02_sp.png) no-repeat 0 0;
        padding-top: 71%;
        background-size: 100%;
    }

    #sec03 {
        background: url(../../../assets/img/welfare/welfare_img03_sp.png) no-repeat 0 0;
        padding-top: 71%;
        background-size: 100%;
    }

    #sec04 {
        background: url(../../../assets/img/welfare/welfare_img04_sp.png) no-repeat 0 0;
        padding-top: 71%;
        background-size: 100%;
    }

    #sec05 {
        background: url(../../../assets/img/welfare/welfare_img05_sp.png) no-repeat 0 0;
        padding-top: 71%;
        background-size: 100%;
    }

    .welfare_wrap .items_main {
        background-image: none;
        padding: 0;
        width: 90%;
        margin: 0 auto 3vh;
    }

    .welfare_wrap .col2 {
        width: 100%;
    }

    .welfare_wrap .items_sub {
        padding: 0 5%;
    }

    .welfare_wrap .items_sub>div {
        width: 100%;
        padding: 4%;
        margin: 0 0 3vh;
    }

    .welfare_wrap .items_sub .flex div,
    .welfare_wrap .items_sub>div .col2 {
        width: 100%;
    }

    .welfare_wrap .items_sub>div .col1,
    .welfare_wrap .items_sub>div .col2 {
        padding: 20px;
    }



    .welfare_pagenavi {
        background: none;
    }

    .dropdown-toggle {
        display: block;
    }


    .dropdown-toggle {
        position: relative;
    }

    .dropdown-toggle::after {
        position: absolute;
        top: 23px;
        bottom: 0;
        right: 30px;
        content: "";
        vertical-align: middle;

        width: 9px;
        height: 9px;
        border-top: 3px solid rgb(16, 102, 172);
        border-right: 3px solid rgb(16, 102, 172);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);

    }

    .welfare_text {
        display: none;
        /* 非表示にする */
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        background: #f5f5f6;
        padding: 0;
    }

    .welfare_text li {
        flex: 1 1 auto;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 10px 2em;
    }

    .welfare_pagenavi ul li a::after {
        display: none;
    }
    .dropdown-toggle {
        display: block;
        text-align: left;
        padding: 16px 2em;
        cursor: pointer;
        width: 90%;
        margin: 0 auto;
        background-color: #f1f4f6;
        font-weight: 500;
    }

.sp_br {
    display: none;
}
@media (max-width: 750px) {
    .sp_br {
        display: block;
    }
}