@charset "UTF-8";
/*******************************

WELFARE Css

*******************************/
.wrap-common {
    max-width: 1000px;
}

.welfare {
    margin-bottom: 140px;
}

.welfare h3 {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: .2em;
}

.welfare h3:after {
    display: block;
    content: '';
    width: 80px;
    height: 1px;
    background: #a0a0a0;
    margin: 10px auto 0;
}

.welfare > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
}

.welfare > ul::after {
    content: "";
    display: block;
    width: 33.333%;
}

.welfare > ul > li {
    width: 33.333%;
    padding: 0 3% 30px;
    position: relative;
    min-height: 450px;
}

.welfare > ul > li::before {
    display: block;
    content: '';
    width: 85%;
    height: 1px;
    background: #a0a0a0;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.welfare > ul > li:not(:last-child)::after {
    display: block;
    content: '';
    width: 1px;
    height: 85%;
    background: #a0a0a0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.welfare > ul > li:nth-child(3n)::after {
    display: none;
}

.welfare figure {
    height: 190px;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.welfare dl dt {
    font-weight: bold;
    font-size: 110%;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

.welfare dl dd {
    text-align: left;
    line-height: 1.8;
    font-size: 95%;
}

.welfare dl dd li {
    padding-left: 1em;
    text-indent: -1em;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .welfare {
        margin-bottom: 80px;
    }

    .welfare > ul {
        margin-top: 20px;
    }

    .welfare > ul::after {
        display: none;
    }

    .welfare > ul > li {
        width: 100%;
        padding: 30px 0;
        min-height: auto;
        border-bottom: 1px solid #a0a0a0;
    }

    .welfare > ul > li::before {
        display: none;
    }

    .welfare > ul > li:not(:last-child)::after {
        display: none;
    }
    .welfare figure {
        height: auto;
        margin: 0 0 30px;
    }

    .welfare dl dt {
        font-size: 130%;
    }
    .welfare dl dd {
        font-size: 120%;
    }
}
