@charset "UTF-8";
/* =============================================================================
   pc
   ========================================================================== */

.sub_page_mv {
    height: 150px;
}


.articles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articles:nth-of-type(even) {
    flex-direction: row-reverse;
}
.articles:not(:first-child) {
    margin-top: 80px;
    border-top: dotted 2px #999;
    padding-top: 80px;
}
.photo {
    display: block;
    width: 50%;
    height: 355px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}
.photo .thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


.details {
    width: 42%;
}
.dateAndCat {
    margin-bottom: 20px;
}
.dateAndCat .date {
    display: inline-block;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333;
    padding-right: 10px;
}
.dateAndCat .cat {
    display: inline-block;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333;
    padding: 5px 10px;
    background-color: #f2f2f2;
}
.ttl {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: .1em;
    color: #004385;
    line-height: 1.6;
}


.ytWrap {
    width: 64.285714285%;
    max-width: 270px;
}
.youtubeThum {
    display: block;
    width: 100%;
    height: 150px;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    margin-top: 30px;
    background-size: cover;
    background-position: center;
}
.articles:nth-of-type(even) .youtubeThum {
    margin-right: 0;
    margin-left: auto;
}
.youtubeThum .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 44px;
}
.watch {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
    color: #c7113c;
}


.page-navi {
    margin-top: 80px;
}

@media screen and (max-width: 640px) {
    .sub_page_mv {
        height: 150px;
    }
    .sub_page_mv h2 {
        padding: 0;
        width: auto;
        height: 55px;
        position: absolute;
        box-sizing: border-box;
        font-size: 32px;
    }


    .articles {
        display: block;
    }
    .articles:not(:first-child) {
        margin-top: 40px;
        padding-top: 45px;
    }
    .photo {
        width: 100%;
        height: 240px;
        margin-bottom: 20px;
    }


    .details {
        width: 100%;
    }
    .dateAndCat {
        margin-bottom: 15px;
    }
    .ttl {
        font-size: 18px;
    }


    .ytWrap {
        margin: 0 auto;
    }
    .youtubeThum {
        margin-top: 20px;
    }


    .page-navi {
        margin-top: 40px;
    }
}



/* ニュース詳細
---------------------------------------------------*/
.detail_tit {
    font-size: 21px;
    font-weight: bold;
    color: #004284;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.detail_date {
    font-size: 11px;
    display: inline-block;
    width: 80px;
    margin-top: 7px;
}

.detail_cate {
    font-size: 11px;
    background-color: #f2f5f8;
    color: #666;
    box-sizing: border-box;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 1;
}

.detail_sub_wrap {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #999999;
}

.news_main {
    line-height: 2;
}

.addtoany_share_save_container {
    margin: 20px 0;
    text-align: right;
    border-top: dotted 1px #999999;
    padding-top: 20px;
}

.searchBox select {
    max-width: none;
}

.news_main p {
    overflow: hidden;
}

.news_main p img.alignleft {
    float: left;
    margin-right: 20px;
}

.news_main p img.alignright {
    float: right;
    margin-left: 20px;
}

.news_main p {
    margin-top: 20px;
}

/* 20211216追加 Youtube動画調整
---------------------------------------------- */
.YoutubeWrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
    .YoutubeWrap iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 640px) {

    .news_ul > li .date {
        font-size: 10px;
        float: none;
        width: auto;
        padding-top: 0px;
    }

    .news_ul > li .news_cate {
        font-size: 12px;
        background-color: inherit;
        color: #666666;
        box-sizing: border-box;
        padding: 0;
        min-width: auto;
        width: auto;
        display: inline;
        text-align: center;
        float: none;
    }

    .news_ul > li .news_title_text {
        float: none;
        padding-top: 15px;
        padding-left: 0;
        width: 100%;
        display: block;
    }


}/*　ここまで max-width 640px　*/
