@charset "UTF-8";
.pagemv_wrap {
    background: #EDF9F9;
}
.whatsnew_wrap {
    width: 1000px;
    margin: 64px auto 165px;
}
.whatsnew_tab {
    display: flex;
}
.whatsnew_tab li {
    width: calc((100% - 20px * 4) / 4);
    margin-right: 40px;
}
.whatsnew_tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-weight: bold;
    font-size: 20px;
    box-sizing: border-box;
}
.whatsnew_tab li.all a {
    border: solid 2px #00A8A9;
    color: #fff;
    background: #00A8A9;
}
.whatsnew_tab li.news a {
    border: solid 2px #E39300;
    color: #E39300;
}
.whatsnew_tab li.topics a {
    border: solid 2px #72AF2D;
    color: #72AF2D;
}
.whatsnew_tab li.cam a {
    border: solid 2px #0074B0;
    color: #0074B0;
}
.whatsnew_tab li:last-child {
    margin-right: 0;
}
.whatsnew_lst {
    margin-top: 52px;
}
.whatsnew_lst li {
    display: none;
}
.whatsnew_lst li.on {
    display: block;
}
.whatsnew_lst li dl {
    display: flex;
    align-items: center;
}
.whatsnew_lst li dl dt {
    display: flex;
    align-items: center;
    width: 260px;
    box-sizing: border-box;
    padding-left: 22px;
}
.whatsnew_lst li dl dd {
    width: calc(100% - 260px);
    padding-left: 20px;
    box-sizing: border-box;
}
.whatsnew_lst li a {
    padding: 22px 0;
    border-bottom: solid 1px #DEDEDE;
    text-decoration: none;
    display: block;
}
.date {
    font-size: 18px;
}
.cate {
    width: 92px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 22px;
}
.is-news .cate {
    background: #E39300;
}
.is-topic .cate {
    background: #72AF2D;
}
.is-cam .cate {
    background: #0074B0;
    font-size: 14px;
}
.is-add .cate {
    background: #D35344;
}
.whatsnew_lst dl dd {
    color: #00A8A9;
    text-decoration: underline;
}
.whatDtl_wrap {
    width: 1000px;
    margin: 64px auto 165px;
}
.whatDtl_ttl {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 16px;
    border-bottom: solid 2px #008486;
    margin-bottom: 20px;
    font-weight: bold;
}
.whatDtl_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.whatDtl_txt p,
.whatDtl_txt div {
    margin-bottom: 20px;
    overflow-wrap: break-word;
}
.whatDtl_txt a {
    color: #00A8A9;
    text-decoration: underline;
}
.whatDtl_txt a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(/cmn2/svg/icn_window.svg) no-repeat top 2px center;
    background-size: 16px auto;
}
.whatDtl_txt a[href$=".pdf"]:after {
    background: url(/cmn2/svg/icn_pdf.svg) no-repeat center;
    background-size: auto 16px;
}
.whatDtl_txt a[target="_blank"].none:after,
.whatDtl_txt a[href$=".pdf"].none:after {
    content: none !important;
}
.whatDtl_txt .img {
    text-align: center;
}
.whatDtl_txt .center {
    text-align: center;
}
.whatDtl_txt .bold {
    font-weight: bold;
}
.whatDtl_txt .red {
    color:#ff0000;
}
.whatDtl_txt .blue {
    color:#0000ff;
}
.whatDtl_txt .size24 {
    font-size: 24px;
}
.whatDtl_txt .size18 {
    font-size: 18px;
}

.whatsnew_pager {
    margin-top: 40px;
}
.whatsnew_pager .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.whatsnew_pager .lst li {
    margin: 0 5px;
}
.whatsnew_pager .lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
    color: #008486;
    background: #fff;
    border: 1px solid #00A8A9;
    box-sizing: border-box;
}
.whatsnew_pager .lst li.prev a,
.whatsnew_pager .lst li.next a {
    width: 80px;
    height: 40px;
}
.whatsnew_pager .lst li.current a {
    pointer-events: none;
    color: #fff;
    background: #00A8A9;
}
.new_btn {
    margin-top: 70px;
}
@media (min-width: 896px) {
    .whatsnew_tab li a:hover {
        text-decoration: none;
    }
    .whatsnew_tab li.all a:hover {
        opacity: 0.7;
    }
    .whatsnew_tab li.news a:hover {
        background: #E39300;
        color: #fff;
    }
    .whatsnew_tab li.topics a:hover {
        background: #72AF2D;
        color: #fff;
    }
    .whatsnew_tab li.cam a:hover {
        background: #0074B0;
        color: #fff;
    }
    .whatsnew_tab li.add a:hover {
        background: #D35344;
        color: #fff;
    }
    .whatsnew_lst a:hover dd {
        text-decoration: none;
    }
    .whatsnew_lst a:hover .date {
        color: #333;
    }
    .whatDtl_txt a:hover {
        text-decoration: none;
    }
    .whatsnew_pager .lst li a:hover {
        opacity: 0.7;
        color: #fff;
        background: #00A8A9;
    }
}

@media only screen and (max-width: 896px) {
    .whatsnew_wrap {
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }
    .whatsnew_tab li a {
        font-size: 15px;
        height: 27px;
    }
    .whatsnew_tab li {
        margin-right: 4px;
        width: calc((100% - 2px * 4) / 4);
    }
    .whatsnew_tab li.cam a {
        font-size: 12px;
    }
    .whatsnew_lst li dl {
        display: block;
    }
    .whatsnew_lst li dl dd {
        width: 100%;
    }
    .date {
        font-size: 13px;
    }
    .cate {
        width: 65px;
        height: 22px;
        font-size: 13px;
        margin-left: 10px;
    }
    .whatsnew_lst li dl dt {
        padding-left: 0;
        margin-bottom: 6px;
    }
    .whatsnew_lst li dl dd {
        padding-left: 0;
        line-height: 1.5;
    }
    .is-cam .cate {
        font-size: 10px;
    }
    .whatsnew_lst li a {
        padding: 20px 0 18px;
    }
    .whatsnew_wrap {
        margin-top: 47px;
        margin-bottom: 44px;
    }
    .whatsnew_lst {
        margin-top: 16px;
    }
    .whatDtl_wrap {
        margin-top: 47px;
        margin-bottom: 44px;
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }
    .whatDtl_ttl {
        font-size: 18px;
        padding-bottom: 14px;
        margin-bottom: 16px;
    }
    .whatDtl_day {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .whatDtl_txt p {
        font-size: 12px;
    }
    .whatDtl_txt .img img {
        width: 100%;
        height: auto;
    }
    .whatDtl_txt .center {
        text-align: left;
    }
    .whatDtl_txt .size24 {
        font-size: 16px;
    }
    .whatDtl_txt .size18 {
        font-size: 14px;
    }
    .whatsnew_pager {
        margin-top: 20px;
    }
    .whatsnew_pager .lst li {
        margin: 0 4px;
    }
    .whatsnew_pager .lst li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .whatsnew_pager .lst li.prev a,
    .whatsnew_pager .lst li.next a {
        width: 60px;
        height: 30px;
    }
    .new_btn {
        margin-top: 38px;
    }
}
@media only screen and (max-width: 374px) {
    .whatsnew_tab li a {
        font-size: 13px;
    }
    .whatsnew_tab li.cam a {
        font-size: 10px;
    }
}