/* news */

#news {
    margin: 0 auto;
    width: 100%;
}

p {
    color: #666;
}

#news .news_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#news .news_con_sub {
    max-width: 1400px;
    margin: 0 auto;
}

.section_title h2 {
    margin-bottom: 1em;
}

#news .news_con .tokyo {
    width: 520px;
    padding: 20px 20px;
}

#news .news_con .tokyo iframe {
    width: 100%;
    height: 400px;
}

.news_area {
    width: 520px;
    padding: 20px 20px;
}

.news_area .news li {
    background: white;
}

.news_area .news li .date,
.news_area .news li .title {
    display: table-cell;
    vertical-align: middle;
}

.news_area .news li .date {
    border-right: 1px solid #3f98ef;
    text-align: center;
}

.news_area .news li .title {
    line-height: 1.6;
    text-align: left;
}

.news_area .news li .title a {
    text-decoration: none;
    color: #3f98ef;
}

.news_area .news .news_list {
    position: relative;
}

.news_area .news .news_list ul {
    height: 400px;
    overflow: auto;
}

.news_area .news .news_list ul p {
    color: #696969;
}

.news_area .news .news_list:before {
    width: 1px;
    background: #00b1ec2d;
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
}

@media only screen and (min-width: 961px) {
    #news .news_con {
        padding: 5% 30px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .news_area .news {
        width: 520px;
    }

    .news_area .news h3 {
        width: 116px;
    }

    .news_area .news li {
        margin-bottom: 3px;
    }

    .news_area .news .date {
        width: 74px;
        font-size: 14px;
        padding: 20px 0;
    }

    .news_area .news .title {
        font-size: 16px;
        padding: 0 20px;
    }


    .news_area .news .news_list:before {
        height: 30px;
        top: -30px;
    }

    .section_title h2 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 960px) {
    #news .news_con {
        padding: 5em 0;
    }

    .section_title h2 {
        font-size: 1.3em;
    }

    .news_area .news h3 {
        width: 172px;
        width: 25.67%;
        margin: 0 auto 8%;
    }

    .news_area .news li {
        margin-bottom: 2px;
    }

    .news_area .news .date {
        width: 60px;
        font-size: 10px;
        padding: 14px 0;
        line-height: 1.2;
    }

    .news_area .news .title {
        font-size: 16px;
        padding: 6px 12px;
    }

    .news_area .news .news_list:before {
        height: 30px;
        top: -7%;
    }

    #news .news_head h3 {

        padding: 25% 0;


    }
}

#news .news_head {
    background-image: url(../img/back/news_top.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Kaisei HarunoUmi", serif;

}



#news .news_head h3 {
    position: relative;
    font-size: 4em;
    padding: 15% 0;
    color: #e0e0e0;

}


.news_con .news_fom {
    width: 80%;
    border: 2px solid;
    border-radius: 15px;
    border-color: #555;
    margin: 2em 0;
}

.news_con .news_concon {
    padding: 3em 2em;
}

.news_concon p {
    margin: 1.4em;
    line-height: 25px;
}

.news_concon h5 {
    margin: 1em;
    font-size: 2em;
    font-weight: 400;
    color: #001A43;
}

.news_concon .date {
    text-align: right;
}

.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #B60005;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: red;
}

.news_con .news_concon a {
    display: block;
    margin: 2em auto 0;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .news_concon h5 {

        font-size: 1.4em;

    }

    .news_con .news_fom {
        width: 95%;
    }

    .news_con .news_concon {
        padding: 1em 0;
    }



    .news_concon p {
        line-height: 28px;
    }

    #news .news_head h3 {
        font-size: 3em;
    }
}



.theater_con {
    text-align: center;
    margin: 5em 0;
    padding: 10% 0;
    width: 100%;
}

.theater_con h2 {
    font-size: 2em;
    padding: 1em 0;
    font-weight: 500;
}

@media screen and (min-width: 961px) {

    .theater_con th,
    .theater_con td {
        padding: 15px 25px;
    }
}

th {
    background-color: #fff;
    color: #555;
}

td {
    background-color: #fff;
}

.theater_con table {
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .theater_con {
        width: 100%;
    }

    .theater_con th,
    .theater_con td {
        display: block;
        width: 100%;
    }

    .theater_con h2 {
        font-size: 1.4em;

    }

}



body {
    background-image: url(../img/back/bg1.png);
    color: #555;
}





@media screen and (max-width: 960px) {

    .theater_con {
        text-align: center;
        margin: 5em 0;
        width: 100%;
    }

    .theater_con h2 {
        font-size: 2em;
        padding: 1em 0;
        font-weight: 600;
    }

    .theater_con th,
    .theater_con td {
        border: solid 1px;
        padding: 10px;
    }

    .theater_con table {
        border-collapse: collapse;
        margin: 0 auto;
        width: 90%;
    }

    .theater_con {
        width: 100%;
    }

    .theater_con th,
    .theater_con td {
        display: block;
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
    }

    .theater_con tr td:last-child {
        margin-bottom: 2em;
    }

    .theater_con h2 {
        font-size: 1.4em;

    }


}

.ppq {
    color: crimson;
}

.dvd {
    display: flex;
    justify-content: space-around;
}

.dvd img {
    width: 45%;
}

@media only screen and (min-width: 751px) {
    .news_concon img{
        width: 30%;
    }
    }
@media only screen and (max-width: 750px) {
.news_concon img{
    width: 750%;
}
}