@charset "utf-8";
/*-------------------------------------------------------------------
    * special.css
    * site name : チャンスイットスマホ 特集・キャンペーン一覧
    * import : web/sp/special/index.jsp
-------------------------------------------------------------------*/

/* ----------------------------見出し */
h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
h2 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
.sub_title {
    padding: 6px 10px;
    border-bottom: none;
    background: #F3F2F2;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
/*アイコン表示*/
.tit_camp {
    background: url(../img/icon/title/ico_camp.png) no-repeat 0 -2px;
    background-size: 32px auto;
}


.special_list .special_contents{
    margin:0 0 30px;
}
.special_list .special_contents ul li a{
    display:inline-block;
    width:100%;
    height:100%;
    padding:8px;
    text-decoration:none;
    color:#333;
}
.special_list .special_contents ul li{
    display:table;
    width:100%;
    box-sizing:border-box;
    overflow: hidden;   
    position: relative;
    border-bottom:#cccccc 1px solid;
    text-align:left;
    line-height:0;
}

/* banner */
.special_list .special_contents ul li .special_ban{
    display: table-cell;
    padding:0 6px 0 0;
}

/* text */
.special_list .special_contents ul li .list_text{
    text-align:left;
    display:table-cell;
    padding:0 50px 0 4px;
    width:100%;
    line-height:1.4;
    vertical-align:top;
}
.special_list .special_contents ul li .list_text p.title {
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    line-clamp: 3;
    font-size:14px;
    color:#04c;
    font-weight:bold;
}
.special_list p.caution {
    padding: 8px 10px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
    text-align: left;
}
.special_list p.period {
    line-height: 1.6;
    margin-top: 5px;
    font-size: 12px;
    color: #828282;
}

/* arrow */
.special_list .special_contents ul li a:before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-top: -5px;
    background: #969696;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right:17px;
}
.special_list .special_contents ul li a:after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-top: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

