@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap");
a {
    color: #000;
    text-decoration: none;
}

header{
    position: relative;
    border-bottom: 4px solid #2875ff;
}

header:after{
    content: '';
    background-image: url(../../../share/images/footer_top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -3vw;
    height: 3vw;
    width: 29vw;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}


.common-pg {
    margin: 30px auto 50px;
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.common-pg__text {
                     font-family: "Montserrat", sans-serif;
                     font-size: 5vw;
                     font-weight: 900;
                     display: -webkit-flex;
                     display: -ms-flexbox;
                     display: flex;
                     -webkit-flex-wrap: wrap;
                     -ms-flex-wrap: wrap;
                     flex-wrap: wrap;
                     -webkit-justify-content: center;
                     -ms-flex-pack: center;
                     justify-content: center;
                     -webkit-align-items: center;
                     -ms-flex-align: center;
                     align-items: center;
                     position: relative;
                 }

.common-pg__text:after {
    display: block;
    content: "";
    background: transparent url(../data/webp/common/icon_arrow_blue.png.webp) no-repeat;
    background-size: contain;
    height: 5.46667vw;
    width: 2.8vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.common-pg__text.prev:after {
    display: block;
    content: "";
    left: -5.33333vw;
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg);
}

.common-pg__text.next:after {
    display: block;
    content: "";
    right: -5.33333vw;
}
.common-pg__back:after {
    display: block;
    content: "";
    background: transparent url(../data/webp/common/icon_arrow_wh.png.webp) no-repeat;
    background-size: contain;
    height: 2.4vw;
    width: 1.2vw;
    position: absolute;
    right: 1.6vw;
}

.common-pg__back {
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 3.4vw;
    font-weight: 900;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8vw;
    width: 32vw;
    position: relative;
    padding-left: 2.66667vw;
}
.common-share__ttl {
    font-family: "Montserrat", sans-serif;
    font-size: 4.26667vw;
    font-weight: 900;
    text-align: center;
    margin-top: 7.06667vw;
}
.common-share__btn--item {
    display: block;
    height: 10vw;
    width:10vw;
    margin: 20px auto;
}
article {
    width: 90%;
    margin: 0 auto;
}
h2{
    font-size: 4.5vw;
    margin-top: 30px;
    margin-bottom: 18px;
    font-weight: 800;
    display: flex;
    line-height: 130%;
    /*align-items: center;*/
}
h2:before {
    display: block;
    content: "";
    display: inline-block;
    background-color: #2875ff;
    /*height: 4vw;*/
    width: 1.06667vw;
    margin-right: 2.66667vw;
}

.post-name{
    font-size: 3.0vw;
    color: #6f6f6f;
    margin: 10px 0 20px;
    font-weight: 700;
}
@media only screen and (min-width: 1080px) {

    .news-post__wrap{
        width: 1100px;
        margin: 0 auto;
    }

    header{
        position: relative;
        border-bottom: 4px solid #2875ff;
    }

    header:after{
        content: '';
        background-image: url(../../../share/images/footer_top.png);
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -20px;
        width: 203px;
        height: 20px;
        position: absolute;
        left: 0;
        transform: rotate(180deg);
    }

    article {
        width: 900px;
        margin: 0 auto;
    }
    article .img__wrap img{

        width: 900px;
        height: 506px;
        object-fit: contain;
    }
    .common-pg__text {
        font-size: 26px;
    }
    .common-pg__text:after {
        height: 41px;
        width: 21px;
    }

    .common-pg__text.prev:after {
        left: -40px;
        transition: all .5s;
    }

    .common-pg__text.next:after {
        right: -40px;
        transition: all .5s;
    }
    .common-pg__back:after {
        height: 18px;
        width: 9px;
        right: 12px;
        transition: all .5s;
    }

    .common-pg__back {
        font-size: 22px;
        height: 34px;
        width: 222px;
        padding-left: 22px;
    }

    .common-share__ttl {
        font-size: 22px;
        margin-top: 35px;
    }

    .common-share__btn--item {
        height: 50px;
        width: 50px;
        transition: all .5s;
        margin-top: 20px;
    }
    h2{
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 18px;
        font-weight: 800;
        display: flex;
        line-height: 160%;
        /*align-items: center;*/
    }

    h2:before {
        /*height: 30px;*/
        width: 6px;
        margin-right: 11px;
    }
    .post-name{
        font-size: 18px;
        color: #6f6f6f;
        margin: 10px 0 20px;
    }
}

/* @media only screen and (max-width: 900px) {
    article .img__wrap img{
        width: 100%;
        height: auto;
    }

    article {
        width: 90%;
    }
} */


