@charset "utf-8";
/*-------------------------------------------------------------------
    * sp/css/present/app-promo.css
    * site name : チャンスイットスマホ
    * description : 懸賞チャンス アプリ導線ページ
    * edit : 2018/03
-------------------------------------------------------------------*/

/* common
------------------------------ */
body{
    background-color: #fff;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
}
#app-promo a {
    cursor: pointer;
    text-decoration: none;
}
img {
    box-sizing: border-box;
    vertical-align: bottom;
}

/* -- content
------------------------------ */
/* -- main_visual --*/
.main_visual {
    width: 100%;
    margin-bottom: 20px;
}

/* -- lead --*/
.lead {
    margin-bottom: 35px;
    overflow: hidden;
    padding: 0 12px;
}
.lead img {
    box-sizing: border-box;
    float: left;
    padding-right: 12px;
    width: 25%;
}
.lead p {
    float: right;
    font-size: 0.875rem;
    margin-bottom: 5px;
    width: 75%;
}

/* -- spec --*/
.spec h2 {
    background: #f33d46;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 5px 5px 100px;
    position: relative;
}
.spec h2:before {
    content: "";
    display: block;
    width: 74px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 12px;
}
.spec li:first-child h2:before {
    background: url(../../img/present/app-promo/spec_titile_1.png);
    background-size: 74px 50px;
}
.spec li:nth-child(2) h2:before {
    background: url(../../img/present/app-promo/spec_titile_2.png);
    background-size: 74px 50px;
}
.spec li:nth-child(3) h2:before {
    background: url(../../img/present/app-promo/spec_titile_3.png);
    background-size: 74px 50px;
}
.spec li:last-child h2:before {
    background: url(../../img/present/app-promo/spec_titile_4.png);
    background-size: 74px 50px;
}
@media screen and (max-width: 374px) {
    .spec h2 {
        font-size: 1.25rem;
    }
}
.spec img {
    width: 100%;
    margin-bottom: 35px;
}

/* -- download_btn --*/
.download_btn {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
}
.download_btn h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.download_btn p {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 8px;
}
.download_btn a {
    display: block;
}
.download_btn a img {
    width: 100%;
    margin-bottom: 2px;
}
.download_btn span {
    font-size: 0.875rem;
    font-weight: bold;
}
.download_btn.bottom {
    background: #eee;
    padding: 18px 0 20px;
}

/* -- sns_btn --*/
.sns_btn {
    overflow: hidden;
}
.sns_btn p {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 8px;
}
.sns_btn a {
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 12px 8px 8px;
    text-align: center;
}
.sns_btn .twitter a {
    background: #1da1f2;
    box-shadow: 0 5px 0 0 #187dbc;
}
.sns_btn .facebook a {
    background: #3a5a98;
    box-shadow: 0 5px 0 0 #283f6a;
}
.sns_btn .twitter img,.sns_btn .facebook img {
    vertical-align: middle;
}

/* -- footer --*/
footer {
    text-align: center;
}