@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    news_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

section.section{
    margin: 25px 10px;
}

.s_app{margin-top: -45px;}

/*----------------------------------------
*
    .tabs
*
----------------------------------------*/
.tabs{
    border-bottom: 2px solid #fa6b18;
    text-align: center;
}

.tabs ul{
    margin: 0 auto;
}

.tabs li{
    width: calc(25% - 10px);
    margin: 0 2px;
    display: inline-block;
}

.tabs li a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px 5px 0 0;
    display: block;
    background-color: #ede7df;
    color: #000;
    font-weight: bold;
    letter-spacing: 0 !important;
    font-size: 12px;
    cursor: pointer;
    transition: background .15s ease .0s, color .15s ease .0s;
}

.s_app .tabs li{
    width: calc(20% - 4px);
    margin: 0;
    white-space: nowrap;
}

.s_app .tabs li a{
    font-size: 9px;
}

.is_pc .tabs.is-boxed li a:hover,
.is_sp .tabs.is-boxed li a.touch, 
.tabs.is-boxed li.is-active a{
    background-color: #fa6b18;
    color: white;
    font-weight: bold;
    transition: background .2s ease .05s, color .2s ease .05s;
}

.tile{
    clear: both;
}

.card_wrap{
    background-color: #fff;
}

.card_wrap ul{
    margin: 0 0 -1px 0;
    overflow: hidden;
}

.card{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 0 15px;
    border-bottom: 1px solid #eee;
    display: table;
}

.card .col_l{
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

.card .col_l .column{
    display: inline-block;
    white-space: nowrap;
}

.card .col_l .tag{
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 2em;
    background-color: #7190e9;
}

.col_l .tag.is-success{ background-color: #56d258;}
.col_l .tag.is-info{ background-color: #7190e9;}
.col_l .tag.is-danger{ background-color: #e971a7;}

.card .col_r{
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    line-height: 2em;
    color: #4d4d4d;
}

.card .pic_wrap{
    text-align: center;
}

.card .pic{
    margin: 0 auto;
    display: inline-block;
}

.card .pic img{
    width: 100%;
    max-width: 420px;
    margin: 20px auto;
    display: block;
}

.card .c_date{
    float: right;
}

.card .post_date{
    margin: 3px 0 0 0;
    color: #fb844d;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.card .shop_title{
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.875em;
    font-weight: bold;
    color: #4d4d4d;
}




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