.module--tmpl .image_center .body_img img{
    width: 100%!important;
}

#lv1-area li{
    box-sizing: border-box;
    width: 472px;
    float: left;
    margin-bottom: 16px;

}

#lv1-area li:nth-child(even) {
    margin-left: 8px;
}
#lv1-area li:nth-child(odd) {
    margin-right: 8px;
}

#lv1-area li a{
    cursor: pointer;
    display: inline-block;
}
#lv1-area li a:hover{
    opacity: 0.8;
}


/* モーダルウィンドウ */

/* モーダル画面の枠など調整 */
.modalInner{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
/*
    border-color: #fff;
    border-radius: 5px;
    border-width: 10px;
    border-style: solid;
*/
}

/* xボタン */
.modalClose{
    position: absolute;
    width: 34px;
    height: 34px;
    top: -17px;
    right: -17px;
    border-radius: 50%;
    box-shadow: -3px 3px 10px 0px rgba(0,0,0,.4);
    background-color: #000;
    cursor: pointer;
}

.modalClose:hover{
    background-color: #333;
}

.modalArea{
    background-color: #fff;
/*    overflow-y: auto;*/
}

.modalTgt{
    cursor: pointer;
}

/*
新動画プレイヤーのサイズ調整
高さは動画の形状に応じてJSで調整されます
*/
.playerWrapper{
    width: 100%;
    overflow: hidden;
}

/* モーダル画面のサイズ */
.modalFrame{
    width: 80%;
}

.modalArea{
    position: relative;
}
.modalAreaIn{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;

}
.modalAreaIn .padFixer{
/*   padding: 6em 0;*/
}

#news--modal--img{
    margin-top: 2em;
    margin-bottom: 2em;
}

.modalArea img{
    max-width: 100%;
}


.modalArea h2{
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 1em 0;
    overflow: visible;
    font-weight: bold;
    font-size: 174%;
}
.modalArea h2 span{
    display: inline-block;
    text-align: left;
    line-height: inherit;
    font-size: 24px;
}

.modalArea h3 span{
    font-size: 150%;
}

#news--modal .body_text{
    font-size: 114.3%;
    line-height: 1.6;
    letter-spacing: .6pt;
}
#news--modal h3{
    margin-top: 2em;
    margin-bottom: 2em;
    font-weight: bold;
}
#leg{
    position: absolute;
    bottom: 0;
    padding: 20px 0 10px 0;
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
}
#news--modal--link a{
    display: block;
    padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
    #lv1-area li{
        width: 100%;
        float: none;
    }

    #lv1-area li:nth-child(even) {
        margin-left: 0px;
    }
    #lv1-area li:nth-child(odd) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 599px){

    .timeline .modalFrame{
        width: 100%;
        height: 100%;
    }
    .modalInner{
        height: 100%;
    }
    #leg{

        padding: 10px 5px;

    }

    .modalClose.pcHide {
        position: absolute;
        top: inherit;
        left: inherit;
        right: 0;
        border-radius: 0;
        /* box-shadow: none; */
        display: table;
        background-color: #fff;
        cursor: pointer;
        bottom: 100px;
        height: 50px;
        padding: 0 10px;
        border-radius: 10px 0 0 10px;
        width: auto;
        border: 1px solid #ccc;
        border-right: none;
        z-index: 100;
        box-shadow: -3px 3px 10px 0px rgba(0,0,0,.2);
    }

    .modalClose p {
        height: 100%;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
    }
    .fa{
        margin-right: 0;
    }

    .modalAreaIn{
        border-top: none;
        border-bottom: none;

    }
}



@media screen and (min-width: 600px) and (max-width: 639px){

    .timeline .modalFrame{
        width: 90%;
    }

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

    .timeline .modalFrame{
        width: 640px;
    }

}
