@charset "UTF-8";
/* CSS Document */


#news{
    margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
#news{
    margin-bottom: 50px;
    width: 100%;
}
}

#news .inner {
    border-top: 1px solid #4d5355;
    width: 1250px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

@media only screen and (max-width: 768px) {
#news .inner {
    border-top: 1px solid #4d5355;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

}



.newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1050px;
    margin: 0 auto 50px;
}
.newslist a {
    text-decoration: none;
}
.newslist a:hover {
    opacity: 0.8;
}
.newslist a:hover p {
    text-decoration: underline;
    color: inherit;
}
.newslist li {
    display: flex;
    padding: 25px 0;
    transition: 0.2s ease;
    width: 100%;
    border-bottom: 1px solid #e0dde2;
}
.newslist li .cate-date {
    display: flex;
    gap: 20px;
    width: 340px;
    justify-content: flex-start;
}
.newslist li .cate-date .cate {
    background: #009bdd;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 170px;
    height: 1em;
    text-align: center;
}
.newslist li .cate-date .cate-important {
    background: #254195;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 170px;
    height: 1em;
    text-align: center;
}
.newslist li .cate-date .date {
    font-size: 16px;
    color: #254195;
    line-height: 1.6em;
    font-weight: 600;
}
.newslist li .text {
    width: 690px;
}
.newslist li .text p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
.newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 30px;
}
.newslist a {
    text-decoration: none;
}
.newslist a:hover {
    opacity: 0.8;
}
.newslist li {
    display: block;
    padding: 20px 0;
    transition: 0.2s ease;
    width: 100%;
    border-bottom: none;
}
.newslist li .cate-date {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.newslist li .cate-date .cate {
    background: #009bdd;
    border: 2px solid #009bdd;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 3px 0;
    width: 150px;
    height: 1em;
    text-align: center;
    font-weight: 600;
}
.newslist li .cate-date .cate-important {
    background: #254195;
    border: 2px solid #009bdd;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 3px 0;
    width: 150px;
    height: 1em;
    text-align: center;
    font-weight: 600;
}
.newslist li .cate-date .date {
    font-size: 16px;
    color: #254195;
    line-height: 1.6em;
    font-weight: 600;
}
.newslist li .text {
    width: 100%;
}
.newslist li .text p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
}





#news-detail {
    border-top: 1px solid #4d5355;
    width: 1250px;
    padding: 60px 0 0 0;
    margin: 0 auto 85px;
}
@media only screen and (max-width: 768px) {
#news-detail {
    border-top: 1px solid #4d5355;
    width: 90%;
    padding: 35px 0 0 0;
    margin: 0 auto 85px;
}
}


#news-detail .contents {
    width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#news-detail .contents {
    width: 100%;
    margin: 0 auto;
}
}



#news-detail .contents .date {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 17px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 600;
}
#news-detail .contents .maintitle {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 22px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 500;
}
#news-detail .contents p {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
}
#news-detail .contents .link {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 17px;
    color: #009cd4;
    line-height: 1.8em;;
    font-weight: normal;
}
#news-detail .contents .link a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
#news-detail .contents .date {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 17px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 600;
}
#news-detail .contents .maintitle {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    color: #254195;
    line-height: 1.5em;;
    font-weight: 500;
}
#news-detail .contents p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
}
#news-detail .contents .link {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    color: #009cd4;
    line-height: 1.8em;;
    font-weight: normal;
}
#news-detail .contents .link a:hover {
    text-decoration: underline;
}
}


#news-detail .contents .photo {
    margin: 0 auto 50px auto;
    padding: 0;
    width: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#news-detail .contents .photo img {
    margin: 0;
    padding: 0;
    max-width: 820px;
    max-height: 570px;
    object-fit: cover;
    cursor: zoom-in;
}

@media only screen and (max-width: 768px) {
#news-detail .contents .photo {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#news-detail .contents .photo img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

}