﻿
@media only screen and (max-width:960px) {
    .content_wrapper { padding-top: 60px; }
}

img { max-width: 100%; }
.banner { text-align: center; border-style: none; position: relative; width: 100%; background-color: #fff; margin: 0px auto; background-size: cover; }
    .banner > img { max-width: 1920px; width: 100%; margin: 0px auto; }
    .banner > .box { position: absolute; bottom: 4rem; left: 4%; padding: 1.5rem 4rem 1.5rem 1.5rem; background-color: #0064b6; text-align: left; }
        .banner > .box > b { font-size: 2rem; display: block; color: #fff; }
        .banner > .box > i { font-size: 2rem; display: block; color: #fff; font-style: normal; }

@media only screen and (max-width:960px) {
    .banner > .box { padding: 1rem 4rem 1rem 1rem; bottom: 2rem; }
        .banner > .box > b { font-size: 16px; }
        .banner > .box > i { font-size: 16px; }
}


.rountmenu { margin: 0px auto; width: 100%; max-width: 1920px; padding: 2rem 4%; color: #161616; font-size: 1rem; }
    .rountmenu > a { color: #161616; font-size: 1rem; padding: 0px 5px; }

@media only screen and (max-width:960px) {
    .rountmenu { font-size: 14px; }
        .rountmenu > a { font-size: 14px; }
}


div.date { width: 100%; line-height: 1; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
    div.date > div { display: block; line-height: 1; font-size: 14px; color: #000; }
        div.date > div.dp { width: 20px; margin-right: 0.5rem; }

.listbg { background-color: #fff; width: 100%; }
.listbig { width: 100%; padding: 1rem 4% 3rem 4%; margin: 0px auto; }
    .listbig > .title { width: 100%; padding: 1rem 0px 1rem 1rem; border-left: solid 10px #0064b6; }
        .listbig > .title > p { text-align: left; font-size: 1.5rem; font-weight: bold; color: #000; }



    .listbig > .text { width: 100%; padding: 2rem 0rem; text-align: justify; }
        .listbig > .text > .img { width: 100%; margin: 1rem auto; text-align: center; display: flex; flex-wrap: wrap; }
        .listbig > .text > div.content > p { font-size: 1rem; color: #161616; line-height: 1.8; text-align: justify; }
        .listbig > .text > div.video { width: 100%; margin: 1rem auto; text-align: center; flex-wrap: wrap; justify-content: center; }

        .listbig > .text > p { font-size: 1rem; color: #161616; line-height: 1.8; padding: 0.5rem 0px; }
        .listbig > .text > table > tbody > tr > td > p { font-size: 1rem; color: #161616; line-height: 1.5; padding: 3px 0px; }
        .listbig > .text > blockquote { border-left: 3px solid rgb(219, 219, 219); padding-left: 20px; margin: 0.5rem auto; }

    .listbig > .gotolist { width: 100%; text-align: center; display: flex; margin: 2rem auto; }
        .listbig > .gotolist > div { width: 33%; }
            .listbig > .gotolist > div > a { font-size: 1rem; color: #161616; }



@media only screen and (max-width:960px) {
    .listbig { padding: 1rem 1rem 2rem 1rem; }
        .listbig > .title { padding: 0rem 1rem; }
            .listbig > .title > div { width: 100%; font-size: 1.25rem; }
            .listbig > .title > p { font-size: 18px; }
        .listbig > .text { padding: 2rem 20px; }
}
