@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #8ac8eb;
}
input[type="submit"] {
    transition: .3s;
}
input[type="submit"]:hover {
    transform: scale(1.1);
    transition: .3s;
}
/*背景*/
.hero {
    background-image: url(../images/4.png),url(../images/sirakaba.png),url(../images/5.png);
    background-repeat: no-repeat,repeat-y,no-repeat;
    background-position: center bottom,center,center bottom 70px;
    background-size: contain;
}
/*タブレット*/
@media screen and (max-width: 1025px) and (min-width: 450px) {
    .hero {
        background-image: url(../images/4.png),url(../images/mobilesirakaba.png),url(../images/5.png);
        background-repeat: no-repeat,repeat-y,no-repeat;
        background-position: center bottom,center,center bottom 60px;
    }
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .hero {
        background-image: url(../images/4.png),url(../images/mobilesirakaba.png),url(../images/5.png);
        background-repeat: no-repeat,repeat-y,no-repeat;
        background-position: center bottom,center,center bottom 30px;
    }
}
/*ページタイトル*/
.top {
    margin-bottom: 7.5vw;
    padding-top: 10vw;
}
.news_item {
    margin: 0 auto;
    color: #eeefee;
    padding-bottom: 30vw;
}
.news-link {
    width: 55vw;
    margin: 0 auto;
    font-size: 1.5vw;
    padding: 1.5vw;
    display: flex;
}
.news-link p {
    margin-right: 2.5vw;
    white-space: nowrap;
}
.news_hr {
    width: 60vw;
    margin: 0 auto;
}
/*タブレット*/
@media screen and (max-width: 1025px) and (min-width: 450px) {
    .news-link {
        width: 60vw;
        font-size: 2vw;
    }
    .news_hr {
        width: 65vw;
    }
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .news-link {
        width: 65vw;
        font-size: 2.5vw;
        padding: 1.8vw;
    }
    .news_hr {
        width: 70vw;
    }
}
/*本文*/
.news_title {
    width: 65vw;
    margin: 0 auto;
    padding: 5vw;
    text-align: center;
}
.post_meta {
    display: flex;
    font-size: 1vw;
    justify-content: flex-end;
}
.post_meta p {
    margin-right: 1vw;
}
.container {
    width: 65vw;
    background-color: #eeefee;
    margin: 0 auto;
    padding: 2.5vw;
    border-radius: 2.5vw;
}
.eye_catching {
    width: 100%;
    margin-bottom: 2.5vw;
}
.margin {
    width: 100%;
    height: 25vw;
}
/*タブレット*/
@media screen and (max-width: 1025px) and (min-width: 450px) {
    .news_title {
        width: 82.5vw;
    }
    .container {
        width: 82.5vw;
        background-color: #eeefee;
        margin: 0 auto;
        padding: 2.5vw;
        border-radius: 2.5vw;
    }
    .margin {
        width: 100%;
        height: 30vw;
    }
    .post_meta {
        font-size: 1.5vw;
    }
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .news_title {
        width: 82.5vw;
    }
    .container {
        width: 82.5vw;
        background-color: #eeefee;
        margin: 0 auto;
        padding: 2.5vw;
        border-radius: 2.5vw;
        font-size: 12.5px;
    }
    .margin {
        width: 100%;
        height: 30vw;
    }
    .post_meta {
        font-size: 1.5vw;
    }
}
