@charset "utf-8"; 
.container{
    background: url("../img/index/bgCol02.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.pnkz,
.page-ttl_wrap,
.sec01,
.post-detail{
    background: #FFF;
    box-sizing: border-box;
}

@media screen and (max-width : 767px){
    .container{
        background: none;
    }
}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding: 85px 100px 250px 100px;
    box-sizing: border-box;
}
.sec01.inner{
    width: 92%;
    max-width: 1200px;
}

.cat_list_wrap{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.cat_list_wrap h2{
    position: relative;
    top: 8px;
    width: 120px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #001f4b;
    margin: 0;
}

.cat_list_wrap .cat_list{
    width: calc(100% - 120px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cat_list_wrap .cat_list li{
    width: calc(96% / 4);
    max-width: 180px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.cat_list_wrap .cat_list li:nth-of-type(4n){ margin-right: 0;}
.cat_list_wrap .cat_list li a{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    background: #cacaca;
    color: #FFF;
    text-align: center;
    padding: 2px 10px 3px 10px;
    border-radius: 32px;
    box-sizing: border-box;
}

.cat_list_wrap .cat_list li.current.cat-all a{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001f4b+0,455c7c+100 */
    background: #001f4b; /* Old browsers */
    background: -moz-linear-gradient(left,  #001f4b 0%, #455c7c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #001f4b 0%,#455c7c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #001f4b 0%,#455c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f4b', endColorstr='#455c7c',GradientType=1 ); /* IE6-9 */
}
.cat_list_wrap .cat_list li.current.cat-info a{ background: #c42629;}
.cat_list_wrap .cat_list li.current.cat-general a{ background: #99a5b7;}
.cat_list_wrap .cat_list li.current.cat-enterprises a{ background: #001f4b;}

.post_list_wrap{
    padding-top: 20px;
    border-top: 1px solid #001f4b;
    box-sizing: border-box;
}
.post_list_wrap .post{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.post_list_wrap .post .post-date{
    width: 86px;
    font-size: 1.6rem;
    color: #001f4b;
}
.post_list_wrap .post .post-cat{
    position: relative;
    top: 4px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 500;
    padding: 5px 10px 6px 10px;
    border-radius: 23px;
    background: #cacaca;
    box-sizing: border-box;
}
.post_list_wrap .post .post-cat.cat-info{ background: #c42629;}
.post_list_wrap .post .post-cat.cat-general{ background: #99a5b7;}
.post_list_wrap .post .post-cat.cat-enterprises{ background: #001f4b;}

.post_list_wrap .post .post-ttl{
    position: relative;
    top: 8px;
    width: calc(100% - 246px);
    font-size: 1.5rem;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
    word-break: break-all;
}
.post_list_wrap .post .post-ttl:after{
    position: absolute;
    top:0;
    right: 20px;
    display: block;
    content: '';
    background: url("../img/common/ico-arrow.svg") no-repeat center center;
    background-size: 100% auto;
    width: 15px;
    height: 14px;
}
.pager .current,
.pager a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 1.5rem;
    margin: 0 8px;
    color: #001f4b;
    background: #f0f0f0;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
}
.pager .current{
    color: #FFF;
    background: #001f4b;
}

.pager a.prev,
.pager a.next{
    position: relative;
    display: block;
    width: 15px;
    line-height: 25px;
    border-radius: 0;
    background: none;
}

.pager a.prev{
    margin-right: 20px;
}
.pager a.prev img{
    transform: rotate(-180deg);
}
.pager a.next{
    margin-left: 20px;
}


@media screen and (max-width : 767px){
    .sec01{
        max-width: inherit;
        padding: 8% 0 14% 0;
    }
    .sec01.inner{
        width: 92%;
        max-width: inherit;
    }

    .cat_list_wrap{
        display: block;
        margin-bottom: 12%;
    }
    .cat_list_wrap h2{
        top: 0;
        width: 100%;
        font-size: 3.467vw;
        margin: 0 0 5% 0;
    }
    .cat_list_wrap .cat_list{
        width: 100%;
    }
    .cat_list_wrap .cat_list li{
        width: 48%;
        max-width: inherit;
        margin-right: 4%;
        margin-bottom: 5%;
    }
    .cat_list_wrap .cat_list li{
    }
    .cat_list_wrap .cat_list li:nth-of-type(2n){ margin-right: 0;}
    .cat_list_wrap .cat_list li a{
        font-size: 4vw;
        text-align: center;
        padding: 3px 5px 5px 5px;
    }
    .post_list_wrap{
        padding-top: 10%;
    }
    .post_list_wrap .post{
        padding-bottom: 6%;
        margin-bottom: 6%;
        box-sizing: border-box;
    }
    .post_list_wrap .post .post-date{
        width: auto;
        font-size: 3.733vw;
    }
    .post_list_wrap .post .post-cat{
        top: 0;
        width: 32vw;
        margin-left: 4%;
        font-size: 3.2vw;
        padding: 6px 5px 9px 5px;
        border-radius: 30px;
    }
    .post_list_wrap .post .post-ttl{
        top: 0;
        width: 100%;
        padding: 0;
        margin-top: 4%;
        font-size: 3.733vw;
    }
    .post_list_wrap .post .post-ttl:after{ display: none;}

    .pager{
        margin-top: 18%;
    }
    .pager .current,
    .pager a{
        margin: 0 4px;
        width: 9vw;
        height: 9vw;
        line-height: 8vw;
        font-size: 4.267vw;
    }

    .pager a.prev,
    .pager a.next{
        width: 4.6vw;
        line-height: 6.5vw;
    }

    .pager a.prev{
        margin-right: 8%;
    }
    .pager a.next{
        margin-left: 8%;
    }
}


/* ------------------------------
detail 詳細ページ
------------------------------ */
.post-detail{
    box-sizing: border-box;
}
.inner.post-detail{
    width: 92%;
    max-width: 1200px;
    padding: 0 200px 100px 200px;
    box-sizing: border-box;
}

.post-main_img{
    margin-bottom: 75px;
    overflow: hidden;
    height: 400px;
    box-shadow: 4px 4px 9px -4px rgba(144,114,114,.3);
    border-radius: 20px;
    box-sizing: border-box;
}
.post-main_img img{
    width: 100%;
    height: 100%;
}

.post-head{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post-head .post-date{
    font-size: 1.6rem;
    color: #001f4b;
}

.post-head .post-cat{
    position: relative;
    top: 2px;
    width: auto;
    min-width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 24px;
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 500;
    padding: 5px 10px 6px 10px;
    border-radius: 23px;
    background: #cacaca;
    box-sizing: border-box;
}
.post-head .post-cat.cat-info{ background: #c42629;}
.post-head .post-cat.cat-general{ background: #99a5b7;}
.post-head .post-cat.cat-enterprises{ background: #001f4b;}

.post-head .post-ttl{
    width:calc(100% - 298px);
    padding-right: 20px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.45;
    color: #001f4b;
    word-break: break-all;
}

.post-head .post-ttlwrap{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 39px;
}

.sns {
    width: 298px;
    height: 27px;
    display: flex;
    justify-content: space-between;
}
.sns a {
    display: block;
}
.sns img{
    height: 27px;
    width: auto;
}


.pager{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-cnts{
    margin-bottom: 180px;
}
.post-cnts h2{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.64;
    margin-top: 20px;
    margin-bottom: 10px;
}
.post-cnts p{
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.pageNav{
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 30px auto;
}
.pageNav a{
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    color: #001f4b;
}
.pageNav .prev{ float: left;}
.pageNav .next{ float: right;}

.pageNav .prev:before,
.pageNav .next:after{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url("../img/common/ico-arrow.svg") no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 13px;
}
.pageNav .prev:before{
    margin-right: 20px;
    transform: rotate(-180deg);
}
.pageNav .next:after{
    margin-left: 20px;
}

.post-detail .btn_wrap{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.post-detail .btn_wrap .btn{
    font-size: 1.8rem;
    padding: 17px 10px 17px 10px;
    background: #cacaca;
    border-radius: 60px;
}

.post-detail .btn_wrap .btn:after{
    margin-top: -7px;
    right: 30px;
    width: 16px;
    height: 15px;
}

.post-detail .aligncenter{
    display:block;
    margin:0 auto;
}

.post-detail .alignright{
	float:right;
    margin-left: 20px;
}

.post-detail .alignleft{
	float:left;
    margin-right: 20px;
}

.post-detail li{
    line-height: 1.65;
    margin-left: 1.8em;
}
.post-detail ul li{
    list-style-type: disc;
}
.post-detail ol li{
    list-style-type: decimal;
}

@media screen and (max-width : 767px){
    .inner.post-detail{
        max-width: inherit;
        padding: 0px 0 14% 0;
    }

    .post-main_img{
        height: 65vw;
        margin-bottom: 10%;
        box-shadow: 4px 4px 9px -2px rgba(144,114,114,.3);
        border-radius: 12px;
    }
    .post-head .post-date{
        font-size: 4vw;
    }
    .post-head .post-cat{
        top: 0;
        width: 32vw;
        margin-left: 4%;
        font-size: 3.2vw;
        padding: 6px 5px 9px 5px;
        border-radius: 30px;
    }
    .post-head .post-ttl{
        width: 100%;
        padding-right: 0;
        font-size: 4vw;
        font-weight: 400;

    }

    .post-head .post-ttlwrap{
        display: block;
        margin-top: 10px;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    
    .sns {
        width: 57vw;
        height: 5.3vw;
        margin-top: 4.5vw;
    }
    .sns img{
        height: 5.3vw;
    }

    .post-cnts{
        margin-bottom: 14%;
    }
    .post-cnts p{
        font-size: 3.733vw;
        line-height: 1.64;
    }

    .pageNav{
        max-width: inherit;
        margin-bottom: 10%;
    }
    .pageNav a{
        font-size: 4.267vw;
    }
    .pageNav .prev:before,
    .pageNav .next:after{
        top: -.1vw;
        width:  4.6vw;
        height: 4.6vw;
    }
    .pageNav .prev:before{
        margin-right: 10px;
    }
    .pageNav .next:after{
        margin-left: 10px;
    }
    .post-detail .btn_wrap{ max-width: inherit;}
    .post-detail .btn_wrap .btn{
        font-size: 4.267vw;
        padding: 16px 10px 18px 10px;
        border-radius: 30px;
    }

    .post-detail .btn_wrap .btn:after{
        margin-top: -2.5vw;
        right: 6vw;
        width: 4.6vw;
        height: 4.6vw;
    }

    .post-detail .aligncenter{
/*        width: auto;*/
        margin: 2% auto;
    }

    .post-detail .alignright{
        width: auto;
        max-width: 100%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    .post-detail .alignleft{
        width: auto;
        max-width: 100%;
        margin-right: 2%;
        margin-bottom: 2%;
    }


}
