@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    archive_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
    
select::-ms-expand {
  display: none;
}

select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

br.sp + br.sp{
    display: block;
    margin-bottom: 1.5em;
}

.tobichi_shop br{ display: inline-block !important;}
.tobichi_shop br.sp{ display: none !important;}


/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
}


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

.btn_post_nav .disabled{
    visibility: hidden;
}

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

.nav_prev a{
    padding: 0 10px 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_dot_arrow_l.png);
    background-repeat: no-repeat;
    background-size: 24px;
    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: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.nav_next a{
    padding: 0 45px 0 10px;
    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: 24px;
    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: 50px 0 20px 0;
    display: inline-block;
    font-size: 14px;
    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{
    max-width: 320px;
    padding: 30px 0 75px 0;
    margin: 20px auto 0 auto;
    text-align: center;
    position: relative;
}

.post_nav.btm{
    padding-top: 5px;
    margin: 0 auto;
    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: 14px;
    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: 15px;
    top: 80px;
}

.post_nav .nav_next{
    position: absolute;
    top: 80px;
    right: 15px;
}

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

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

.post:first-child{
    border-top: 1px solid #bebebe;
    padding: 25px 0 0 0;
}

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

.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 25px 0;
    box-sizing: border-box;
    background-color: #cedae3;
    border-radius: 10px;
    position: relative;
    left: 0;
}

.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: 16px;
    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: 14px;
    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: 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;
}

}



@media screen and (max-width: 380px) {
.xdsoft_datetimepicker{ left: 3% !important;}
}
