@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    news_pc.css
*
*
------------------------------------------------------------------------------------------ */
body{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}

a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}

.pswp__bg{ opacity: 1; background-color: rgba(0, 0, 0, .5) !important;}


.post__text a{
    text-decoration: underline;
}

.is_pc .post__text a:hover,
.is_sp .post__text a.touch{
    text-decoration: none;
}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#content_body .section_inner{
    padding: 0 60px;
}

.post_nav,
#post_list{
    opacity: 0;
}

/* --------------------------------------------------
*
    #news
*
-------------------------------------------------- */
.btn_post_nav .disabled{
    opacity: .1 !important;
    background-color: #000 !important;
    box-shadow: 0 2px 0 #000 !important;
    top: 0 !important;
    cursor: default !important;
}


/* --------------------------------------------------
*
    .post_nav
*
-------------------------------------------------- */
.post_nav{
    padding: 40px 0 35px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px dashed #003c20;
    text-align: center;
    position: relative;
    letter-spacing: -.40em;
}

.post_nav a{
    color: #ec5a0c;
    letter-spacing: 0;
    display: block;
}

.post_nav.btm{
    margin: -5px 0 70px 0;
    border: none;
}

.post_nav .btn_post_nav{
    width: 140px;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    top: 0;
    left: 0;
    transition: top .1s ease 0s,  left .1s ease 0s, ;
}

.post_nav .btn_post_nav a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 0 #000;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease .0s,  left .1s ease .0s, box-shadow .1s ease .0s;
}

.post_nav .nav_prev a{
    background-color: #ec5a0c;
    background-image:url(../images/news/parts_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% - 35px) calc(50% + 2px);
    border-radius: 5px 0 0 5px;
    position: relative;
}

.post_nav .nav_prev a:after{
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 2px);
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.post_nav .nav_next a{
    background-color: #ec5a0c;
    background-image:url(../images/news/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% + 35px) calc(50% + 2px);
    border-radius: 0 5px 5px 0;
}


.is_pc .post_nav .nav_prev:hover a,
.is_pc .post_nav .nav_next:hover a,
.is_sp .post_nav .nav_prev.touch a,
.is_sp .post_nav .nav_next.touch a{
    box-shadow: 0 0 0 #000;
    top: 2px;
    transition: top .15s ease .05s,  left .15s ease .05s, box-shadow .15s ease .05s;
}

.post_nav .btn_first{
    text-align: left;
    white-space: nowrap;
    float: left;
    position: relative;
    top: 8px;
}

.post_nav .btn_new{
    text-align: right;
    white-space: nowrap;
    float: right;
    position: relative;
    top: 8px;
}

.post_nav .btn_first a{
    display: block;
    font-size: 14px;
    padding: 0 0 0 20px;
    background-image:url(../images/news/parts_arrow_left_d.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
    transition: opacity .1s ease .0s;
}

.post_nav .btn_new a{
    display: block;
    font-size: 14px;
    padding: 0 20px 0 0;
    background-image:url(../images/news/parts_arrow_right_d.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
    transition: opacity .1s ease .0s;
}

.is_pc .post_nav .btn_first:hover a,
.is_pc .post_nav .btn_new:hover a,
.is_pc .post_nav .btn_first.touch a,
.is_pc .post_nav .btn_new.touch a{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    .post
*
-------------------------------------------------- */
.post{
    margin: 0 0 50px 0;
    padding: 0 0 0 310px;
    border-bottom: 1px dashed #003c20;
    position: relative;
}

.post:last-child{
    margin: 0;
    border-bottom: 1px dashed #003c20;
}

.post .post-header{
    position: relative;
}

.post .post-header .post-header__icon{
    position: absolute;
    bottom: 5px;
    right: 0;
}

.post .post-header .post-header__title{
    width: 290px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    background-color: #cecece;
    border-radius: 10px;
    position: relative;
}

.post .post-header .post-header__title:after{
    content: '';
    width: 13px;
    height: 16px;
    display: block;
    background-image:url(../images/news/parts_balloon_arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    right: -13px;
    bottom: 10px;
    z-index: 0;
}

.post .post-header .post-header__title a{
    padding: 15px 20px 20px 20px;
    display: block;
}

.post .post-header .post-header__title h3{
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.389em;
    letter-spacing: .08em;
    color: #10375c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post .post-header .post-header__title .time{
    color: #808080;
    font-size: 12px;
    letter-spacing: 0;
}

.post .slide{
    width: 285px;
    padding: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.post .slide li{
    margin: 0 0 30px 0;
    line-height: 0;
}
.post .slide img{
    width: 100%;
    line-height: 0;
}

.post .post__text{
    padding: 0 0 40px 0;
}

.post .post__text br{
    display: inherit !important;
}

.post .post__text p{
    font-size: 15px;
    line-height: 1.86em;
    letter-spacing: 0;
}


} /* ----- min-width : 641px ----- */
