.nws_contents_box {
    padding: 0 64px;
    max-width: 1792px;
    margin: 0 auto;
}

.nws_contents {
    border: solid 5px #01203F;
    padding: 94px 64px;
    font-size: 30px;
    color: #01203F;
}

.nws_contents_item {
    border-bottom: solid 2px #01203F;
    padding-bottom: 2.8em;
    display: flex;
    align-items: center;
}

.nws_contents_item:nth-child(n + 2) {
    margin-top: 90px;
}

.nws_contents_item>p {
    margin: 0;
}

.nws_contents_txt {
    padding-left: 56px;
}

.nws_space_B {
    height: 128px;
}

.nws_space_C {
    height: 128px;
}

/*NEWS Topics用*/
span {
    display: inline-block;
}

.txt_spaces {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.nws_topics_box {
    width: 100%;
    height: auto;
}

.nws_topics_tittle {
    font-size: 1.2em;
    text-shadow: 2px 2px 4px #d4d4d4;
}

.nws_topics_txt {
    letter-spacing: 0.08em;
    padding-left: 0px;
    margin-top: 3em;
    margin-bottom: 1em;
}

.nws_topics_txt_1 {
    letter-spacing: -0.07em;
}

.nws_topics_txt_2 {
    letter-spacing: -0.1em;
}

.nws_topics_img_box {
    width: 100%;
    height: auto;
    text-align: right;
}

.nws_topics_img_box_txt {
    margin-top: -5px;
    font-size: 15px;
}

.nws_topics_list {
    list-style: none;
    padding-left: 0px;
}

.nws_topics_btn_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB549;
    width: 500px;
    height: 100px;
    transition: .1s;
    color: #01203F;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 3em;
}
.nws_topics_btn_box1:visited {
    background: #01203F;
    color: #fafafa;
}
.nws_topics_btn_box1:hover {
    background: #e38c0b;
}

.nws_topics_btn_box1:active {
    -webkit-tap-highlight-color: transparent; 
    background: #01203F;
    color: #fafafa;
}

.nws_topics_btn_box2 {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-width: 3px;
    border-style: solid;
    border-color: #E50012;
    width: 500px;
    height: 100px;
    transition: .1s;
    color: #E50012;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 60px;
}
/* .nws_topics_btn_box2:link {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-width: 3px;
    border-style: solid;
    border-color: #E50012;
    width: 500px;
    height: 100px;
    transition: .1s;
    color: #E50012;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 60px;
} */
.nws_topics_btn_box2:visited {
    border-color: #a7000e;
    background: #a7000e;
    color: #fafafa;
}

.nws_topics_btn_box2:hover {
    border-color: #E50012;
    background: #E50012;
    color: #fafafa;
}

.nws_topics_btn_box2:active {
    -webkit-tap-highlight-color: transparent; 
    border-color: #a7000e;
    background: #a7000e;
    color: #fafafa;
}

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

    .nws_contents_box {
        padding: 0 20px;
    }

    .nws_contents {
        padding: 48px 20px;
        font-size: 12px;
    }

    .nws_contents_item {
        height: 50px;
    }

    .nws_contents_item:nth-child(n + 2) {
        margin-top: 3em;
    }

    .nws_contents_txt {
        padding-left: 14px;
    }

    .nws_space_B {
        height: 72px;
    }

    .nws_space_C {
        height: 0;
    }

    .nws_contents {
        border-width: 2px;
    }

    .nws_topics_img_box_txt {
        font-size: 12px;
        color: #d4d4d4;
    }

    .nws_topics_btn_box1 {
        width: auto;
        height: 50px;
        min-width: 150px;
    }
    .nws_topics_btn_box2 {
        width: auto;
        height: 50px;
        min-width: 150px;
        border-width: 2px;
    }
}

@media screen and (min-width: 800px) and (max-width: 959px) {

    .nws_contents_box {
        padding: 0 40px;
    }

    .nws_contents {
        padding: 64px 40px;
        font-size: 18px;
    }

    .nws_contents_txt {
        padding-left: 62px;
    }

    .nws_space_B {
        height: 96px;
    }

    .nws_space_C {
        height: 0;
    }
    .nws_topics_btn_box1 {
        height: 70px;
    }
    .nws_topics_btn_box2 {
        height: 70px;
    }
}

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

    .nws_contents_box {
        padding: 0 40px;
    }

    .nws_contents {
        padding: 78px 40px;
        font-size: 25px;
    }

    .nws_contents_txt {
        padding-left: 62px;
    }

    .nws_topics_btn_box1 {
        width: 400px;
        height: 100px;
    }

    .nws_topics_btn_box2 {
        width: 400px;
        height: 100px;
    }

}

@media screen and (min-width: 1201px) and (max-width: 1500px) {

    .nws_contents_box {
        padding: 0 56px;
    }

    .nws_contents {
        padding: 86px 56px;
    }

    .nws_contents_txt {
        padding-left: 48px;
    }

}