﻿.A-4img {
    background-color: transparent;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.welfare-list .item .title {
    font-size: 1.6rem;
    margin: 25px 0 23px;
    color: #096391;
}

.welfare-list .item {
    text-align: center;
    margin-bottom: 100px;
}
.welfare-list .item .pic img {
    max-width: 75px;
}
.welfare-list .item .info .det {
    font-size: 1.4rem;
    font-weight: lighter;
    color: #464646;
}

.welfare-list .item .info .det li + li {
    margin-top: 10px;
}
@media (max-width: 767px){
    .welfare-list .item .title {
        font-size: 1.3rem;
        margin: 18px 0 15px;
    }
    .welfare-list .item .info .det {
        font-size: 1.2rem;
    }
    .welfare-list .item {
        margin-bottom: 50px;
    }
    .welfare-list .item .pic img {
        max-width: 50px;
    }
}
