.menu-breadcrumb-container > .menu-title-sm span.menu-en {
    font-size: 16px;
}
.mitsubishi-logo {
    position: absolute;
    width: 182px;
    left: 67px;
    top: 281px;
}
section.news-detail {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 13.5rem;
}

/*section.news-detail:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
}
section.news-detail:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
}*/
section.news-detail .post-wrapper {
    padding: 64px 96px;
    background: #FFFFFF;
    max-width: 992px;
    margin: 0 auto;
    position: relative;
    margin-top: 64px;
    margin-bottom: 64px;
}
section.news-detail .post-wrapper p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #363636;
    text-align: justify;
}
section.news-detail .post-wrapper .cat-date {
    display: flex;
    flex-direction: flex-start;
}
section.news-detail .post-wrapper .cat-date p {
    color: #181975;
    padding: 0 32px 0 0;
}
section.news-detail .post-wrapper .news-tags-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
}
section.news-detail .post-wrapper .news-tags-container .news-tags {
    margin-right: 16px;
}
section.news-detail .post-wrapper .news-tags-container a {
    font-size: 10px;
    line-height: 18px;
    color: #8283B5;
    text-decoration: none;
}
section.news-detail .post-wrapper .news-tags-container a,
section.news-detail .post-wrapper .cat-date p {
    font-family: Montserrat;
}

section.news-detail .post-wrapper .news-tags-container a{
    margin-left: 8px;
}
section.news-detail .post-title {
    font-size: 2.4rem;
    line-height: 1.8;
    color: #181975;
    margin: 32px 0 64px 0;
    word-break: break-all;
}
section.news-detail .post-wrapper .news-post-contents {
    margin-top: 16px;
    line-height: 1.8;
    font-size: 1.4rem;
}
section.news-detail .post-wrapper .attached-file {
    margin-top: 48px;
}
section.news-detail .post-wrapper .links {
    margin-top: 96px;
    font-family: Montserrat;
}
section.news-detail .post-wrapper .links a {
    color: #363636;
    text-decoration: none;
}
section.news-detail .post-wrapper .links a.index-btn {
    font-size: 1.4rem;
    padding-bottom: 16px;
    border-bottom: 1px solid #181975;
}
section.news-detail .post-wrapper .links a.index-btn:before {
    content: url('../../../../wp-content/uploads/2021/07/left-arrow.svg');
    display: inline-block;
    padding-right: 67px;
}
section.news-detail .post-wrapper .links .soc-med {
    display: flex;
    justify-content: space-between;
    float: right;
    align-items: center;
}
section.news-detail .post-wrapper .links .soc-med p {
    padding-right: 32px;
    margin-bottom: 0;
}
section.news-detail .post-wrapper .links .soc-med a {
    padding-left: 16px;
    font-size: 1.2rem;
}
section.news-detail .post-wrapper .links .soc-med p,
section.news-detail .post-wrapper .links .soc-med a {
    color: #181975;
}
section.news-detail .post-wrapper .links .soc-med a.twitter,
section.news-detail .post-wrapper .links .soc-med a.facebook {
    border: 1px solid #181975;
    padding: 8px 24px;
    position: relative;
    /*top: -10px;*/
}
section.news-detail .post-wrapper .links .soc-med a.twitter:after,
section.news-detail .post-wrapper .links .soc-med a.facebook:after {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 3px;
}
section.news-detail .post-wrapper .links .soc-med a.twitter:after {
    content: url('../../../../wp-content/uploads/2021/07/twitter.svg');
}
section.news-detail .post-wrapper .links .soc-med a.facebook:after {
    content: url('../../../../wp-content/uploads/2021/07/facebook.svg');
}
section.news-detail .post-wrapper .links .soc-med a.facebook {
    width: 145px;
}
section.news-detail .post-wrapper .links .soc-med a.twitter {
    margin-right: 16px;
    width: 132px;
}

/* media queries */
@media screen and (max-width: 991.98px) {
    .mitsubishi-logo {
        left: 50px;
    }
    section.news-detail .post-wrapper {
        padding: 64px 48px;
    }
    section.news-detail .post-wrapper .links a.index-btn:before {
        padding-right: 32px;
    }
    section.news-detail {
    padding: 0;
}
}
@media screen and (max-width: 575.98px) {
    span.menu-en {
        font-size: 10px;
    }
    section.news-detail .post-wrapper {
        padding: 32px 20px;
        width: 335px;
    }
    .mitsubishi-logo {
        display: none;
    }
    section.news-detail .post-wrapper .links .soc-med {
        float: none;
        display: block;
        margin-top: 32px;
    }

    section.news-detail .post-wrapper .links .soc-med a{
        font-size: 12px;
    }
    section.news-detail .post-wrapper .links .soc-med a.twitter,
    section.news-detail .post-wrapper .links .soc-med a.facebook {
        display: inline;
    }
    section.news-detail .post-wrapper .links .soc-med a.twitter {
        margin-right: 14px;
    }
    section.news-detail .post-title {
        font-size: 20px;
    }
    section.news-detail .post-wrapper p {
        font-size: 12px;
        text-align: left;
    }
    section.news-detail .post-wrapper .news-tags-container a,
    section.news-detail .post-wrapper .cat-date p {
        font-size: 10px;
        margin-bottom: 16px;
    }

    section.news-detail .post-wrapper .links a.index-btn{
        font-size: 12px;
    }

    section.news-detail .post-wrapper .links .soc-med p {
        margin-bottom: 16px;
    }
    .news-post-contents img{
        width: 100%;
        height: auto;
    }

    a{
        word-break: break-all;
    }

    .single-post .banner-wrapper.col {
        margin-top: 100px;
    }

    .single-post .news-detail .post-wrapper {
        margin-top: 0;
    }
}

