@charset "UTF-8";

.story-top {
    width: 80%;
    margin: 0 auto;
}
.story-top .story-eyecatch {
    position: relative;
    margin-top: 25px;
}
.story-top .story-eyecatch img {
    width: 100%;
}
.story-top .story-eyecatch .story-profile {
    position: relative;
    width: 90%;
    margin: -28px auto 0;
    padding: 20px 30px;
    background: #fff;
}
.story-top .story-eyecatch .story-profile .name {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.9;
}
.story-top .story-eyecatch .story-profile .bio {
    margin-top: 2px;
    line-height: 1.9;
}

.story-top .story-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5%;
}
.story-top .story-articles .story-article {
    width: 50%;
    margin: 3% 0;
    padding: 0 2%;
    box-sizing: border-box;
}
.story-top .story-articles .story-article img {
    width: 100%;
}
.story-top .story-articles .story-article .story-title-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3%;
}
.story-top .story-articles .story-article .story-title-header .num {
    margin-right: 5%;
    font-size: 3vw;
}
.story-top .story-articles .story-article .story-title-header .profile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.2;
}
.story-top .story-articles .story-article .story-title-header .profile .name {
    font-size: 2.4vw;
    font-weight: bold;
}
.story-top .story-articles .story-article .story-title-header .profile .job {
    margin-left: 1%;
    font-size: 1.2vw;
}
.story-top .story-articles .story-article .title {
    padding: 3% 0;
    font-size: 1.4vw;
    font-weight: bold;
}
.story-top .story-articles .story-article .description {
    padding-top: 3%;
    border-top: 1px solid #D2D3D6;
    font-size: 1vw;
    line-height: 1.8;
}


@media screen and (max-width: 479px) {

    .story-top {
        width: 100%;
    }
    .story-top .story-articles .story-article {
        width: 100%;
        padding: 0 5%;
    }
    .story-top .story-articles .story-article .story-title-header .num {
        font-size: 8vw;
    }
    .story-top .story-articles .story-article .story-title-header .profile .name {
        font-size: 6vw;
    }
    .story-top .story-articles .story-article .story-title-header .profile .job {
        font-size: 3vw;
    }
    .story-top .story-articles .story-article .title {
        font-size: 5vw;
    }
    .story-top .story-articles .story-article .description {
        font-size: 3vw;
    }
}



.story {
    width: 80%;
    margin: 5% auto 0;
    overflow: hidden;
}

.story .story-title h2 {
    display: inherit;
    font-size: 2.5em;
    letter-spacing: 0em;
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: #d3d5d8 solid 1px;
}

.story .story-article-header {
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}
.story .story-article-header .title-wrapper {
    font-family: Helvetica, Arial, sans-serif;
    color: #212121;
}
.story .story-article-header .title-wrapper .subtitle {
    font-size: 1.167em;
    line-height: 2em;
}
.story .story-article-header .title-wrapper .title {
    font-size: 1.667em;
    font-weight: bold;
    line-height: 1.4em;
}
.story .story-article-header #plg_social_area {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    margin-bottom: 10px;
}

.story .story-article-eyecatch img {
    width: 100%;
    height: auto;
}

.story .story-article-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 5%;
}

.story .story-article-contents .main-content {
    width: 75%;
    padding-left: 4%;
    box-sizing: border-box;
}

.story .story-article-contents .main-content .mtitle {
    font-size: 1.6vw;
    font-weight: bold;
}
.story .story-article-contents .main-content p {
    margin-bottom: 3%;
    font-size: 1.2vw;
    line-height: 1.8;
}
.story .story-article-contents .main-content p.movie {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.story .story-article-contents .main-content p.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.story .story-article-contents .main-content p img.image {
    width: 100%;
}
.story .story-article-contents .main-content p img.v-image {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.story .story-article-contents .main-content .headline {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    font-size: 1.6em;
}

.story .story-article-contents .sub-content {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #D3D5D8;
}
.story .story-article-contents .sub-content h4 {
    width: 100%;
    padding-left: 2%;
    box-sizing: border-box;
    background-color: #e8eaed;
    border-bottom: 2px solid #000;
    font-size: 1.6vw;
}
.story .story-article-contents .sub-content .story-backnumber {
    padding-right: 10%;
}
.story .story-article-contents .sub-content .story-backnumber .story-article {
    margin-top: 10%;
    padding-bottom: 5%;
    border-bottom: 1px dotted #9D9E9F;
}
.story .story-article-contents .sub-content .story-backnumber .story-article img {
    width: 100%;
}
.story .story-article-contents .sub-content .story-backnumber .story-article .title {
    margin-top: 5%;
    font-size: 1em;
    line-height: 1.6em;
}
.story .story-article-contents .sub-content .story-backnumber .story-article .description {
    line-height: 1.6em;
}

.main_comment {
    display: none;
}

@media screen and (max-width: 479px) {

    .story {
        width: 100%;
    }
    .story .story-title h2 {
        padding: 3%;
    }

    .story .story-article-header {
        padding: 43px 10px 20px;
    }
    .story .story-article-header #plg_social_area {
        height: auto;
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .story .story-article-contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .story .story-article-contents .main-content {
        width: 100%;
        padding: 5%;
    }

    .story .story-article-contents .main-content .mtitle {
        font-size: 5vw;
    }
    .story .story-article-contents .main-content p {
        font-size: 4vw;
    }
    .story .story-article-contents .main-content img {
        width: 100%;
        height: auto;
    }
    .story .story-article-contents .main-content iframe {
        width: 100%;
        height: auto;
    }

    .story .story-article-contents .sub-content {
        width: 100%;
        padding: 5% 10%;
        border-right: none
    }
    .story .story-article-contents .sub-content h4 {
        font-size: 5vw;
    }
    .story .story-article-contents .sub-content .story-backnumber {
        padding-right: 0;
    }
}
