@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    news_sp.css
*
*
------------------------------------------------------------------------------------------ */

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

#content_body .section_inner{
    padding: 40px 0 0 0;
}

#content_body .section_inner h2{
    padding: 0 15px;
}

.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{
    width: 280px;
    padding: 40px 0 0 0;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
    letter-spacing: -.40em;
}

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

.post_nav.btm{
    margin: 0 auto 40px auto;
    padding: 20px 0;
    border: none;
}

.post_nav .btn_post_nav{
    clear: both;
    width: 140px;
    height: 50px;
    margin: 20px 0 0 0;
    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.btm .btn_post_nav{
    margin: 10px 0 20px 0;
}

.post_nav .btn_post_nav a{
    display: block;
    font-size: 15px;
    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;
    top: 8px;
    left: 0;
}

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

.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 0 0;
    padding: 20px 0;
    border-bottom: 1px dashed #003c20;
    position: relative;
}

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

.post .post-header{
    max-width: 480px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

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

.post .post-header .post-header__title{
    width: calc(100% - 80px);
    margin: 0 0 20px 0;
    box-sizing: border-box;
    background-color: #cecece;
    border-radius: 10px;
    position: relative;
    left: 0;
}

.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: 14px;
    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: #666;
    font-size: 12px;
    letter-spacing: .12em;
}

.post .slide{
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    padding: 0 15px 20px 15px;
    margin: 0 auto;
}

.post .slide li{
    margin: 0 0 20px 0;
    line-height: 0;
}

.post .slide li:last-child{
    margin: 0;
}

.post .slide img{
    width: 100%;
    line-height: 0;
}

.post .post__text{
    max-width: 460px;
    margin: 0 auto;
    padding: 0 20px;
}

.post .post__text p{
    font-size: 13px;
    line-height: 1.95em;
    letter-spacing: .05em;
}

.post .post-share{
    padding: 40px 15px 20px 0;
    text-align: right;

}

.post .post-share h5{
    margin: 0 5px 0 0;
    color: #367498;
    font-size: 12px;
    letter-spacing: .04em;
    display: inline-block;
    position: relative;
    top: 8px;
}

.post .post-share ul{
    display: inline-block;
}

.post .post-share li{
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
}

.post .post-share li img{
    width: 33px;
}


} /* ----- max-width: 640px ----- */
