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

.un_mv {
    position: relative;
    width: 100%;
    height: 500px;
}

.un_info {
    background: url(../images/info_mv.jpg) no-repeat center top;
    background-size: cover;
}

.un_info2 {
    background: url(../images/info_mv2.jpg) no-repeat center top;
    background-size: cover;
}

.mini_tit{
    max-width: 1120px;
    margin: 0 auto 40px;
    text-align: center;
}

.mini_tit h2{
    margin-bottom: 15px;
    font-weight:bold;
    font-weight: 110%;
}

/*------------------------------------------------------------
新着情報一覧
------------------------------------------------------------*/

.un_mv dl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.un_mv dl dt {
    background: url(../../images/un_logo.svg) no-repeat center top;
    background-size: 40px 40px;
    padding-top: 50px;
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    font-size: 200%;
    line-height: 150%
}

.un_mv dl dd {
    border-top: 1px solid #8ea5c5;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.infos_s{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.pagers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:center;
    margin-top: 30px;
}

.pagers li{
    margin-left: 10px;
    box-shadow: 0 0 0 1px #000 inset;
}
.pagers li:first-child{    margin-left: 0;}
.pagers li a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
}

.pagers li a:hover{
    background: #000;
    color: #fff;
    padding: 8px 15px;
}

.blog_areas{
    max-width: 1120px;
    margin: 0 auto 50px;
}

.blog_areas h2{
    font-size: 120%;
    border-top: 5px solid #000;
    padding: 20px;
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
}

.soingles{
    margin-bottom: 40px;
}

.soingles img{
    width: 100%;
    height: auto;
}

.blog_areas dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.blog_areas dl dt{
    margin-right: 20px;
}

.cate{
    background: #8ea5c5;
    color: white;
    margin: 0 0px;
    width: 130px;
    text-align: center;
}

.mb-txt p{
    margin-bottom: 20px;
}
.mb-txt{    margin-bottom: 30px;}

.mb-txt p:last-child{    margin-bottom: 0;}

.blog_areas .line_btn{
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 695px) {
    .un_mv {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .ano_i{
        width: 94%;
    }
    .ano_i li p{width: 30%;}
    .ano_i li dl{width: 65%;}
    .ano_i li .grapf{    width: 100%;}
    .lineups dl{
        width: 94%;
    }
    
    .baseic{
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .baseic .photo{width: 100%;    margin-bottom: 20px;}
    .baseic dl{    width: 100%;}
    
    #panel2 table{
        width:1200px;
    }
    .blog_areas .line_btn{
        width: 80%;
        margin: 0 auto;
    }
    .blog_areas{    width: 90%;
    margin: 0 auto;}
    .scroll{
        overflow: auto;　　　　/*tableをスクロールさせる*/
        white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}