@charset "UTF-8";

body {
    font-size: 21px;
}

h2 span {
    color: #fff;
    text-align: center;
}

#news {
    margin-top: 100px;
}


.news_wrapper {
    padding: 3% 0%;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: auto;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/news/newspost_top.jpg);
    height: 400px;
}

.cd-fixed-bg.cd-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}

.news_info {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px 100px;
    background-color: #fcf5ef;
}

.newinfo {
    /* margin: 100px 0 30px 0; */
    margin: 100px 0 50px 0;
}

.newinfo img {
    max-width: 500px;
}

h4 {
    font-size: 25px;
    color: #333;
    border-bottom: 3px solid #8093e5;
    padding-bottom: 5px;
    width: 100%;
}

.textr {
    text-align: right;
    font-size: 18px;
}

.text {
    padding-bottom: 30px;
    padding-top: 20px;
}

.textimg {
    text-align: center;
}

.tablenews td {
    text-align: left;
    width: 60%;
    padding: 10px 10px;
    font-size: 18px;
}

a:hover {
    color: #777777;
}

li {
    list-style: none;
}

/* スマホ */
@media screen and (max-width:766px) {

    .news_wrapper {
        padding: 3% 20px;

    }

    h4 {
        font-size: 20px;
    }

    .news_info {
        padding: 20px 20px;
    }

    .text,
    p,
    th,
    td,
    li {
        font-size: 18px;
    }


}