@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

#mainBlock {
    background: url(../../../../images/ja/news/pc/news_bg.jpg)#1a1d32 top center no-repeat;
    background-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

#mainBlock * {
    box-sizing: content-box !important;
}

a {
    text-decoration: none !important;
}

.news_in {
    width: 96%;
    max-width: 1062px;
    display: block;
    position: relative;
    margin: 0 auto;
}

div.header {
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.news_title {
    padding: 3% 5% 1%;
    width: 90%;
    max-width: 1062px;
    margin: 0 auto;
}

h4.news_title_info {
    color: #ffffff !important;
/*    font-size: 2.6em;*/
    line-height: 2 !important;
    background-color: #1a1d32 !important;
    display: inline-block;
    text-align: center;
    padding: 4px 4px;
    width: 100%;
}

h4.news_title_info span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.2rem
}

.news_title_in {
    padding-bottom: 0.5em;
    width: 100%;
    max-width: 1062px;
}

.news_date {
    position: relative;
    color: #6b20c4;
    background: #ffffff;
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
    top: 1%;
    padding: 0.5% 2%;
    margin-bottom: 2%;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.news_title p {
    display: inline-block;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_content {
    width: 90%;
    padding: 2% 5%;
    background: rgba(255, 255, 255, 0.8);
    background-size: 100%;
    font-size: 2vh;
    line-height: 3vh;
    border: 1px solid #1a1d32;
    color: #3f4040;
    margin-bottom: 5em;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.news_content p {
    padding: 0 0 4%;
}

.news_content img {
    max-width: 100%;
}

@media(max-width: 1024px) {
    h1 {
        font-size: 1.6em;
    }

    .news_title_in {
        padding-bottom: 0.5em;
        width: 96%;
        line-height: 1.8em;
        max-width: 1062px;
    }

    .news_title {
        padding: 3% 5%;
        width: 90%;
        max-width: 1062px;
    }
}

@media(max-width: 660px) {}