@charset "UTF-8";

/* ////////////////////////////////////////
    .top-main
//////////////////////////////////////// */

.top-main video{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.top-main img{
    display: none;
}

/* ////////////////////////////////////////
    .topics-wrap
//////////////////////////////////////// */

.topics-wrap{
    background: #81d8d0;
    padding: 60px 0;
}
.topics-wrap a{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
}
.topics-wrap ul{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topics-wrap ul li{
    width: 31%;
}
.topics-wrap ul.topics-slider li {
    padding: 0 4%;
}
.topics-wrap img{
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    transition: transform 0.4s;
}
.topics-wrap a:hover img{
    transform: scale(1.05);
}
.topics-slider .slick-prev:before, 
.topics-slider .slick-next:before{
    font-size: 24px;
}
.topics-slider .slick-next {
    right: -15px;
}
.topics-slider .slick-prev {
    left: -15px;
}
.topics-banner{
    max-width: 900px;
    margin: 60px auto 0;
}
.topics-banner img{
    width: 100%;
}

/* ////////////////////////////////////////
    .inner
//////////////////////////////////////// */

.page-content .inner{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.ex-text{
    background: #fbe9e2;
    max-width: 900px;
    width: 100%;
    margin: 30px auto 0;
    padding: 1em 1em;
    font-size: 1em;
    border-radius: 5px;
    border: 1px dashed #ffc7c2;
}
.ex-text strong{
    color: #e00;
}

.inner .title-h2{
    font-size: 1.7em;
    font-weight: 500;
    max-width: 900px;
    margin: 60px auto 0;
    line-height: 1.1;
    padding-bottom: 20px;
    border-bottom: 1px solid #81d8d0;
}
.inner .title-h2 small{
    color: #73c6be;
}

/* ////////////////////////////////////////
    .news-box
//////////////////////////////////////// */

.news-box{
    max-width: 900px;
    max-height: 400px;
    overflow-y: scroll;
    margin: 30px auto 0;
}

.news-box ul{
    margin-top: 10px;
}
.news-box ul li{
    display: flex;
    margin-top: 20px;
    border-bottom: 1px dotted #000;
    padding-bottom: 20px;
}
.news-box ul li:last-child{
    border-bottom: none;
}
.news-box ul li a{
    color: #73c6be;
    transition: opacity 0.3s;
}
.news-box ul li a:hover{
    opacity: 0.6;
}
.news-box .news-thum{
    display: block;
    margin-right: 20px;
    max-width: 100px;
}
.news-box .news-thum img{
    width: 100%;
    height: auto;
}
.news-box .news-text{
    text-align: left;
}
.news-box .news-date{
    display: block;
    color: #949494;
}
.news-box .news-date em{
    display: inline-block;
    background: #41cfc4;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.4em;
    font-style: normal;
    border-radius: 3px;
    margin-right: 0.5em;
}
.news-box .news-title{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 5px;
    line-height: 1.5;
}
.news-box .news-sub-text{
    display: block;
    margin-top: 5px;
    line-height: 1.5;
}

@media (max-width: 640px) {
 
    .top-main img{
        display: block;
        width: 100%;
    }
    .top-main video{
        display: none;
    }
    
}








