@charset "UTF-8";
.contents{
    padding-top: 80px;
    padding-bottom: 227px;
}
.top-visual h1{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -114.5px;
}
.article{
    width: 1000px;
    margin: 0 auto;
}
.article p{
    text-indent: 0;
}
.article h3{
    margin-top: 73px;
    background: #285a6f;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.article h3 img{
    vertical-align: middle;
}
.list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
}
.list li{
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.list li:last-child{
    border-right: 1px solid #d8d8d8;
}
.list h4{
    font-size: 17px;
    text-align: center;
    background: #fff;
    height: 58px;
    line-height: 58px;
}
.article small{
    color: #666666;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 880px) {
    .contents{
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .contents-inner{
        height: 120px;
    }
    .top-visual h1{
        margin-top: -20.75px;
        margin-left: -90px;
    }
    .contents{
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .contents-inner{
        height: 120px;
    }
    .article{
        width: 90%;
        margin: 0 auto;
    }
    .contents{
        -webkit-background-size: 90%;
        background-size: 90%;
    }
    .article h3{
        height: auto;
        margin-top: 30px;
    }
    .list {
        display: block;
    }
    .list li{
        width: 100%;
        display: table;
        margin: 0 auto;
    }
    .list img.sp{
        width: 100%;
        display: table-cell;
    }
    .list h4{
        width: 60%;
        display: table-cell;
        font-size: 14px;
        height: auto;
        vertical-align: middle;
        line-height: 0;
    }
    .list li:last-child{
        border-right: none;
    }
}