@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    report_pc.css
*
*
------------------------------------------------------------------------------------------ */
#post_list{ opacity: 0;}
.pswp__bg{ opacity: 1; background-color: rgba(0, 0, 0, .5) !important;}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
#contents_area{
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    overflow: hidden;
}


/*
*
    .btn_navigation
*
*/
.btn_post_nav{
    opacity: 0;
}

.btn_post_nav .disabled{
    visibility: hidden;
}

.nav_prev{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.nav_prev a{
    padding: 0 15px 0 50px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    color: #36749a;
    background-image:url(../images/parts_ico_dot_arrow_l.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 15px center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.is_pc .nav_prev a:hover,
.is_sp .nav_prev a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: 12px center;
    transition: background .15s ease .05s;
}

.nav_next{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.nav_next a{
    padding: 0 50px 0 15px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    color: #36749a;
    background-image:url(../images/parts_ico_dot_arrow.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: calc(100% - 15px) center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.is_pc .nav_next a:hover,
.is_sp .nav_next a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: calc(100% - 12px) center;
    transition: background .15s ease .05s;
}

.nav_new{
    margin: 0 0 28px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.nav_new a{
    padding: 0 15px 0 45px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    color: #36749a;
    background-image:url(../images/parts_ico_nav_new.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 20px center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.is_pc .nav_new a:hover,
.is_sp .nav_new a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: 20px center;
    transition: background .15s ease .05s;
}


/* --------------------------------------------------
*
    .post_nav
*
-------------------------------------------------- */
.post_nav{
    padding: 40px 0 60px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #bebebe;
    text-align: center;
    position: relative;
}

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

.post_nav .title{
    color: #367498;
    font-size: 13px;
    position: relative;
    top: 20px;
    left: 0;
    z-index: 3;
}

.post_nav .nav__date{
    display: inline-block;
}

.post_nav input{
    width: 103px !important;
    height: 29px;
    padding: 0 0 0 50px;
    border-radius: 29px 0 0 29px;
    font-size: 16px;
    font-weight: bold;
    color: #367498;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    background-image:url(../images/parts_ico_report_time.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 20px center;

    border: 1px solid #36749a;
    border-right: 0;
    color: #36749a;
    position: relative;
    transition: background .1s ease .0s;
    cursor: pointer;
}

.post_nav input:focus,
.is_pc .post_nav input:hover,
.is_sp .post_nav input.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    transition: background .15s ease .05s;
}

.post_nav .btn{
    height: 29px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 12px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #367498;
    background-color: rgba(208, 220, 229, .5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #36749a;
    border-radius: 0 29px 29px 0;
    cursor: pointer;
    transition: background .1s ease .0s;
}

.is_pc .post_nav .btn:hover,
.is_sp .post_nav .btn.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    transition: background .15s ease .05s;
}

.post_nav .nav_prev{
    position: absolute;
    left: 0;
    top: 40px;
}

.post_nav .nav_next{
    position: absolute;
    top: 40px;
    right: 0;
}

.post_nav.btm .nav_prev,
.post_nav.btm .nav_next{
    top: 5px;
}

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

.post:last-child{
    border-bottom: 1px solid #bebebe;
}

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

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

.post .post-header .post-header__title{
    width: 450px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    background-color: #cedae3;
    border-radius: 15px;
    position: relative;
}

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

.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: 22px;
    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: 360px;
    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 20px 145px 20px;
}

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

.is_pc .post__text a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;
}

.is_pc .post__text a:hover,
.is_sp .post__text a.touch{
    border-bottom: 1px solid #e18dc4;
    transition: border .15s ease .05s;
}

.post .post-share{
    padding: 70px 0 50px 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.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;
}


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