@charset "UTF-8";

@media screen and (min-width:768px) {
    .breadcrumb {
        width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .breadcrumb li:after {
        content: "＞";
        display: inline-block;
        margin: 0 10px
    }

    .breadcrumb li:last-child:after {
        display: none
    }
}

@media screen and (max-width:767px) {
    .breadcrumb {
        padding: 10px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        font-size: 1.1rem
    }

    .breadcrumb li:after {
        content: "＞";
        display: inline-block;
        margin: 0 10px
    }

    .breadcrumb li:last-child:after {
        display: none
    }
}

@media screen and (min-width:768px) {
    .article-body {
        padding-bottom: 100px
    }

    .article h1 {
        font-size: 3rem;
        font-weight: 700;
        position: relative;
        margin-bottom: 10px
    }

    .article h1.go8:after {
        content: "Go8";
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 1.8rem;
        background-color: #d1171e;
        padding: 10px 0;
        text-align: center;
        letter-spacing: -1px;
        color: #fff;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        font-weight: 400
    }

    .article-author-name {
        font-size: 1.6rem;
        margin-bottom: 12px
    }

    .article-date {
        font-size: 1.2rem;
        color: #666
    }

    .article-info,
    .article-visual {
        margin-bottom: 20px
    }

    .article-info {
        color: #666
    }

    .article-body {
        border-top: 1px solid #e8e8e8;
        padding-top: 30px
    }

    .article-body h3 {
        color: #222;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 10px
    }

    .article-body h4 {
        color: #167977;
        font-weight: 700;
        padding-left: 20px;
        position: relative;
        font-size: 1.6rem;
        margin-bottom: 10px
    }

    .article-body h4:before {
        position: absolute;
        left: 0;
        top: 6px;
        content: "";
        background-image: url(../../img/sprite.png);
        background-position: -100px -55px;
        width: 16px;
        height: 16px
    }

    .article-body h2 {
        font-size: 2.4rem;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        background-color: #167977
    }

    .article-body h2,
    .article-body p {
        margin-bottom: 30px
    }

    .parts-ttl {
        background-color: #167977;
        color: #fff;
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 24px;
        padding: 5px 0
    }

    .related-parts__name,
    .voice-parts__name {
        margin-bottom: 8px
    }
}

@media screen and (max-width:767px) {
    .article-body {
        padding-bottom: 40px
    }

    .article {
        padding: 0 10px
    }

    .article .c-headline {
        margin: 0 0 20px
    }

    .article h1 {
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        margin-bottom: 10px
    }

    .article h1.go8:after {
        content: "Go8";
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 1rem;
        background-color: #d1171e;
        padding: 6px 0 0;
        text-align: center;
        letter-spacing: -1px;
        color: #fff;
        border-radius: 25px;
        width: 25px;
        height: 25px;
        font-weight: 400
    }

    .article-author-name {
        font-size: 1.6rem;
        margin-bottom: 12px
    }

    .article-date,
    .article-info {
        font-size: 1.2rem
    }

    .article-date {
        color: #666
    }

    .article-read,
    .article-visual {
        margin-bottom: 20px
    }

    .article-body h3 {
        color: #222;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 10px
    }

    .article-body h4,
    .article-img {
        margin-bottom: 10px
    }

    .article-body h4 {
        color: #167977;
        font-weight: 700;
        padding-left: 20px;
        position: relative;
        font-size: 1.6rem
    }

    .article-body h4:before {
        position: absolute;
        left: 0;
        top: 6px;
        content: "";
        background-image: url(../../img/sprite.png);
        background-position: -100px -55px;
        width: 16px;
        height: 16px
    }

    .article-body p {
        margin-bottom: 20px
    }

    .article-body h2 {
        font-size: 2rem;
        margin-bottom: 16px
    }

    .article-body h2,
    .article .parts-ttl {
        color: #fff;
        text-align: center;
        padding: 5px 0;
        background-color: #167977
    }

    .article .parts-ttl {
        font-size: 2.2rem;
        margin-bottom: 24px
    }

    .parts-ttl {
        background-color: #167977;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 8px;
        padding: 5px 0
    }

    .related-parts,
    .voice-parts {
        padding: 20px 10px
    }

    .related-parts__ttl,
    .voice-parts__ttl {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 8px
    }

    .related-parts__img,
    .related-parts__name,
    .voice-parts__img,
    .voice-parts__name {
        margin-bottom: 8px
    }

    .related-parts__txt,
    .voice-parts__txt {
        font-size: 1rem;
        color: #666;
        margin-bottom: 12px;
        padding-bottom: 12px
    }
}

.main {
    background-color: #fff
}

.article-body {
    border-top: none;
    padding-top: 0
}

@media screen and (min-width:768px) {
    .article-body {
        width: 750px;
        margin: 0 auto
    }
}