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

.ttl-sec{
    font-size: 40px;
    color: #153D89;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
}
.ttl-sec:after{
    content: "";
    background: #007F9D;
    width: 66px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin-left: auto;
    margin-right: auto;
}

.sec-mv-sub{
    background: url(../img/achievement/bg_main.jpg) no-repeat center center;
    background-size: cover;
}

.sec-intro{
    padding: 100px 0;
}
.sec-intro .txt{
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    margin: 50px 0 60px;
}
.sec-intro .inner > div{
    width: 308px;
    margin: 0 13px;
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
}

.sec-achievement{
    padding: 100px 0;
    background: url(../img/achievement/bg_achievement.jpg) no-repeat center center;
    background-size: cover;
}
.sec-achievement ul{
    max-width: 540px;
    margin: 65px auto 0;
}
.sec-achievement ul li{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.sec-achievement ul li:last-child{
    margin-bottom: 0;
}

.sec-facility{
    padding: 100px 0;
}
.sec-facility .inner{
    max-width: 875px;
    margin: 65px auto 0;
}
.sec-facility .inner table{
    width: 100%;
}
.sec-facility .inner table tr{
    border: 1px solid #232B33;
}
.sec-facility .inner table th{
    width: 86%;
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 10px 15px 40px;
    vertical-align: middle;
    letter-spacing: 1px;
    background: #DAEDF1;
    text-align: left;
    border-right: 1px solid #232B33;
}
.sec-facility .inner table td{
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 0;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
}


@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .ttl-sec{
        font-size: 20px;
    }
    .ttl-sec:after{
        width: 46px;
        height: 2px;
        bottom: -10px;
    }
    
    .sec-mv-sub{
        background: url(../img/achievement/bg_main_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .sec-intro{
        padding: 50px 0 60px;
    }
    .sec-intro .txt{
        font-size: 14px;
        margin: 30px 0;
        text-align: left;
    }
    .sec-intro .inner > div{
        width: 100%;
        max-width: 345px;
        margin: 0 auto 20px;
    }
    .sec-intro .inner > div:last-child{
        margin-bottom: 0;
    }
    
    .sec-achievement{
        padding: 50px 0;
        background: url(../img/achievement/bg_achievement_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .sec-achievement ul{
        margin: 40px auto 0;
        padding: 0 15px;
    }
    .sec-achievement ul li{
        font-size: 14px;
    }
    
    .sec-facility{
        padding: 50px 0;
    }
    .sec-facility .inner{
        margin: 40px auto 0;
    }
    .sec-facility .inner table th{
        width: 80%;
        font-size: 14px;
        padding: 15px 10px 15px 15px;
    }
    .sec-facility .inner table td{
        font-size: 14px;
    }

}