/***************************
            Banner
****************************/
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
a.banner-seminar {
    display: block;
    width: 916px;
    height: 100px;
    margin: 30px auto 0 auto;
    border: 1px solid #d3d3d3;
    background: -moz-linear-gradient(top center, #fff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#f3f3f3));
    background: linear-gradient(top center, #fff 0%, #f3f3f3 100%);
    text-decoration: none !important;
}
.banner-seminar-inner {
    width: 775px;
    height: 85px;
    margin: 0 auto;
    padding: 15px 0 0 8px;
    background: url("http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/new_biz/top/banner_illust.png") right bottom no-repeat;
    background-size: 130px;
}
.banner-seminar-inner ul {
    width: 620px;
}
.banner-seminar-inner ul li{
    list-style: none;
}
.banner-seminar-inner ul li:nth-child(1){
    height: 30px;
    margin-bottom: 10px;
    background-color: #ff8b00;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    line-height: 30px;
    
}
.banner-seminar-inner ul li:nth-child(2){
    font-size: 36px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 5px;
    color: #000;
    text-align: left;
}
/*
    responsive
**/
@media screen and (max-width: 767px) {
    a.banner-seminar {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .banner-seminar-inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 7px 0;
        background-size: contain;
    }
    .banner-seminar-inner ul {
        width: 70%;
        padding-left: 3%;
    }
    .banner-seminar-inner ul li:nth-child(1){
        height: auto;
        margin-bottom: 7px;
        padding: 3px 0;
        font-size: 11px;
        line-height: 13px;
    }
    .banner-seminar-inner ul li:nth-child(2){
        font-size: 5.15vw;
        line-height: 1;
        letter-spacing: 2px;
    }
    .banner-seminar-inner ul li:nth-child(2) b{
        display: none;
    }
}
