@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}
body, html {
    color: #000;
}

.minchou {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
        max-width: 100%;
        height: auto;
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
        position: relative;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 3.85vw 5vw 3.85vw 0;
        box-sizing: border-box;
        font-size: 0;
    }
    .header_logo {
        display: inline-block;
        width: 30.548vw;
    }
    .header_logo2 {
        display: inline-block;
        width: 38.548vw;
        margin: 0 0 0 5vw;
        position: relative;
    }
    .header_logo2::before {
        content: "";
        position: absolute;
        left: -2.5vw;
        top: 0;
        width: 1px;
        height: 100%;
        background: #251E1C;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }

    
    
    @media screen and (min-width: 440px) {
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 190px;
        }
        .header_logo2 {
            width: 240px;
            margin: 0 0 0 80px;
        }
        .header_logo2::before {
            left: -40px;
        }
        .header_wrap {
            padding: 9.55px 0 14px 50px;
        }
        .br-sp {
            display: none
        }
        .br-pc {
            display: block;
        }    
    
    }
    
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    
    .fv_wrap {
        font-size: 0;
        text-align: center;
    }
    .fv_wrap img {
        width: 100%;
    }
    
    .intro_wrap {
        background: #F2F2F2;
        text-align: center;
        padding: 18px 12px 15px;
    }
    .intro_txt {
        font-size: 3vw;
        margin: 0;
        font-weight: 600;
        line-height: 1.764;
    }
    
    @media screen and (min-width: 640px) {
        .intro_txt {
            font-size: 18px;
        }
        .intro_wrap {
            padding: 28px 12px 25px;
        }
    }
    
    
    .archive_bg {
        background: #DCE3EE;
        margin-bottom: 70px;
    }
    .archive_wrap {
        padding: 15px;
    }
    .archive_box {
        background: #FFF;
        margin: 0 auto;
        max-width: 1174px;
        padding: 15px;
        box-sizing: border-box;
    }
    .archive_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card {
        position: relative;
        width: calc(50% - 10px);
        margin: 0 0 20px;
        padding: 0 0 12px;
    }
    .card_catch {
        position: relative;
        padding-top: 80%;
        overflow: hidden;
        margin: 0 0 16px;
    }
    .card_img {
        position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	width: 100%;
    	height: 100%;
    	background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: 0.3s;
    }
    .card:hover .card_img {
        opacity: 1;
        height: 110%;
    }
    .card_link {
        display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	z-index: 10;
    }
    .card_title {
        font-weight: 600;
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1.667;
    }
    .card_cp {
        font-weight: 500;
        margin: 0 0 10px;
        font-size: 11px;
        line-height: 1.667;
    }
    .card_date {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 9px;
        color: #808080;
        margin: 0;
        font-weight: 500;
    }
    .card_category {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 9px;
        margin: 0;
        font-weight: 500;
    }
    .card_category.-category1 {
        color: #C1272D;
    }
    .card_category.-category2 {
        color: #0071BC;
    }
    .card_category.-category3 {
        color: #22B573;
    }
    .card_category.-category4 {
        color: #F7931E;
    }
    
    @media screen and (min-width: 640px) {
        .archive_wrap {
            padding: 38px 15px;
        }
        .archive_box {
            padding: 28px 28px 14px;
        }
        .archive_list {
            justify-content: center;
        }
        .card {
            width: calc(25% - 14px);
            margin: 0 calc(52px / 3) 22px 0;
        }
        .card:nth-child(4n) {
            margin-right: 0;
        }
        .card_title {
            font-size: 15px;
            margin-bottom: 6px;
        }
        .card_cp {
            font-size: 12px;
        }
        .card_date {
            font-size: 10px;
        }
        .card_category {
            font-size: 10px;
        }
    }
    
    
    
    .ftsec {
        position: relative;
    }
    .fwrap {
        max-width: 850px;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 0;
    }
    .p-article_action {
        display: flex;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .p-article_action_group.-footer {
        justify-content: center;
        width: 100%;
    }
    .p-article_action_group {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .p-article_action_group .p-article_action_btn:first-of-type {
        margin-left: 0;
    }
    .p-article_action_btn {
        display: block;
        position: relative;
        width: 52px;
        height: 30px;
        margin-left: 0px;
    }
    .p-article_action_btn_label.-Facebook {
        background-image: url(ico_action_facebook.svg);
    }
    .p-article_action_btn_label {
        display: block;
        position: relative;
        padding-top: 30px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #818181;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        transition: .1s allease-in;
    }
    .p-article_action_btn_label::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: #fff;
        background-position: center top;
        background-repeat: no-repeat;
        content: '';
        opacity: 0;
        transition: .1s linear;
    }
    .p-article_action_btn_label.-twitter {
        background-image: url(X.png);
        background-position: center top 3px;
    }
    .p-article_action_btn_label.-line {
        background-image: url(icon_line.png);
        background-position: center top 3px;
    }
    .p-article_action_share {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 11.77px;
        color: #868687;
    }
    .internal_alertinfo {
        font-size: 12px;
        padding-bottom: 45px;
        color: #4D4D4D;
    }
    
    
    .pagetop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 0;
      line-height: 1;
      z-index: 99;
    }
    .pagetop a {
      width: 30px;
      display: inline-block;
    }
    .pagetop.-on {
        position: absolute;
        bottom: 10px;
    }
    .toparrow_mark {
        transform: translateY(74px);
        -webkit-transform: translateY(74px);
        -ms-transform: translateY(74px);
    }
    @media screen and (min-width: 640px) {
        .pagetop a {
            width: 36px;
        }
        .pagetop.-on {
            bottom: 35px;
        }
        .toparrow_mark {
            transform: translateY(49px);
            -webkit-transform: translateY(49px);
            -ms-transform: translateY(49px);
        }
    }
    @media screen and (min-width: 1300px) {
        .pagetop {
            right: calc(50% - 620px);
            transform: translateX(50%);
        	-webkit-transform: translateX(50%);
        	-ms-transform: translateX(50%);
        }
        .pagetop.-on {
            bottom: 35px;
        }
        .toparrow_mark {
            transform: translateY(49px);
            -webkit-transform: translateY(49px);
            -ms-transform: translateY(49px);
        }
    }
    




















