@charset "utf-8";
/*-------------------------------------------------------------------
    * site name : チャンスイットスマホ 記事TOP
    * description : スマホサイトの記事TOPページ
    * LastUpdate : 2026/06/10 a-fuse
-------------------------------------------------------------------*/

a {
    color: #555;
    text-decoration: none;
}

/* -----------------読むだけでポイント貯まる */
section.pointnews {
    margin: 30px 0;
    background: #fdf4e7;
}
.pointnews h2{
    padding: 0;
}
.pointnews h2 img{
    width: 100%;
}
.pointnews ul {
    overflow: hidden;
    padding: 0 10px 10px;
}
.pointnews ul li {
    width: calc(100%/3);
    float: left;
}
.pointnews ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    position: relative;
}
.pointnews img {
    width: 100%;
}
.pointnews .point {
    line-height: 1.3;
}
.pointnews span {
    color: #f55;
    font-weight: bold;
    font-size: 18px;
}
