#newslistingItem .tab_news__nav li:nth-child(2) {
    left: 160px;
    top: 0;
}
#newslistingItem .tab_news__nav li:last-child {
    left: 320px;
    top: 0;
}
p.cp_title{
    padding: 20px 0 0px;
    font-size: 18px;
    overflow: hidden;

}

p.cp_title a{
    float: right;
    font-size: 12px;
    position: relative;
    padding-right: 12px;
    padding-top: 5px;
}
p.cp_title a::after{
    display: block;
    position: absolute;
    top: 50%;
    /* right: 50px; */
    right: 1px;
    padding: 0;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    content: "";
}

#item-campaign .textOverflow p{
    height: auto;
}
#item-campaign .textOverflow p::before{
    content: "";
}

#item-campaign li.newslist1 {

    height: auto;

}

a.login_attention{
    text-align: left;
    text-decoration: underline;
    padding-top: 50px;
    display: block;
}
div.area a.login_attention{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
}
div.area p.campaign_none{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
}

#news.campaign h2::before{
    content: "";
}
#news.campaign h2{
    font-size: 22px;
}

ul.etcNews{
    margin: 50px 0 80px;
}
ul.etcNews li{
    width: 300px;
    border: 1px solid #dadada;
    margin: 0 auto 20px;;
    font-size: 12px;
    text-align: center;
    padding: 10px;

}

a.foryou{
    border: 1px solid #ee2e2e;
    border-left: none;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 70px;
    font-size: 14px;
    padding: 10px 0;
}
a.foryou div.foryouimg{
    width: 55px;
    box-sizing: border-box;
    padding-left: 10px;
}
a.foryou div.foryouimg img{
    width: 100%;
    display: block;
}
a.foryou p{
    padding: 10px;
    color:#ee2e2e;
    line-height: 1.4;  
    display: block; 
    text-decoration: none;
    font-weight: bold;
}
a.foryou p span{
    display: block;
    font-size: 12px;
    
}
a.foryou::after{
    content: "";
    display: block;
    border-top: #ee2e2e 1px solid;
    border-right: #ee2e2e 1px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 150px;  
}
p.pointphoto{
    line-height: 172px;
    vertical-align: middle;
}
p.textOverflowBreak {
    overflow: hidden;
    overflow-wrap: break-word;
}
li.dispCoupon {
    /* height: 350px; */
    height: 250px;
}
li.dispCoupon.foryou{
    position: relative;
}
li.dispCoupon.foryou span.special{
    background: #c3a462;
    width: 90px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-50%);
    line-height: 1.0;
    font-size: 14px;
}