@charset "utf-8";

/*
 * キャンペーン 個別設定CSS
*/


/*reset code*/


ol {
    padding-left: 0 !important;
}

ol li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

/*my code*/

#cnt .no-entry {
    text-align: center;
    margin-top: 24px;
}
#cnt h5.color-ttl {
    background: #003975;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 12px;
}

#cnt .attention {
    color: #ff0000;
    margin: 6px 0 14px;
}

#cnt .feature-wrap, #cnt .present-wrap {
    padding: 18px 12px;
    background: #fffde6;
    margin-bottom: 24px;
}

#cnt .feature-wrap h6 {
    background: #003975;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 12px;
}

#cnt .feature-wrap p {
    font-size: 18px;
    font-weight: bold;
}

#cnt .feature-wrap p span {
    color: #ff0000;
}

#cnt .feature-content {
    float: left;
    width: 346px;
    margin-right: 12px;
}

#cnt .feature-item {
    margin-bottom: 18px;
}

#cnt .feature-image {
    float: left;
    width: 348px;
}

#cnt .clear {
    clear: both;
}

#cnt .present-wrap h5 {
    font-size: 18px;
    margin-bottom: 18px;
}

#cnt .present-wrap .step h6 {
    color: #003975;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
#cnt .present-wrap .step span {
    color: #fff;
    display: inline-block;
    background: #003975;
    padding: 7px 14px;
    margin-right: 12px;
}

#cnt p.btn {
    margin: 18px 0 24px;
    text-align: left;
}

#cnt p.btn2 {
    margin: 18px 0 24px;
    text-align: center;
}


#cnt .vip-wrap {
    padding: 18px 12px;
    background: #ffedee;
    margin-bottom: 24px;
}

#cnt .vip-wrap p.more-text  {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

#cnt .vip-wrap p.more-text span {
    color: #ff0000;
}

#cnt .vip-wrap h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

#cnt .desk {
    margin-bottom: 24px;
}

#cnt .telinfo{
    background-color:#fffde6;
    padding:20px;
    text-align:center;
    font-weight:bold;
}

#cnt .telinfo .list-notes{
    margin-bottom:0 !important;
}

#cnt .blue{
    border:2px solid #1d4161;
    padding:20px auto;
    text-align:center;
    margin:20px 0;
}

#cnt .telinfo .ttl{
    font-size:18px;
    margin-bottom:10px;
}

#cnt .telinfo .telno{
    font-size:30px;
    color:#274AB2;
    line-height:40px;
    margin-bottom:10px;
}

#cnt .telinfo .txt-left{
    margin-left:10px;
}

#cnt .telinfo .sp-break {
    display: none;
}

#cnt .ttl-unit-01 h3 {
    margin-bottom:0 !important;
}

#cnt .ttl-unit-02 {
    margin-top:20px !important;
}

#cnt .list-notes {
    margin-bottom:20px;
}

#cnt .list-notes li {
    font-size:14px;
    margin-bottom:0 !important;
}

#cnt ul.list-notes li {
    margin-bottom:0 !important;
}



@media (max-width: 720px) {
    #cnt .no-entry img {
        width: 100%;
        height: auto;
    }

    #cnt p.btn {
        margin: 12px 0 18px;
        text-align: left;
    }

    #cnt p.btn2 {
        margin: 12px 0 18px;
        text-align: center;
    }

    #cnt p.btn img {
        width: 100%;
        height: auto;
    }

    #cnt p.btn2 img {
        width: 100%;
        height: auto;
    }

    #cnt .telinfo .telno{
        font-size: 24px;
        line-height:32px;
        text-align: left;
    }

    #cnt .telinfo .sp-break {
        display: block;
    }

    #cnt .feature-content {
        float: none;
        width: 100%;
        /*margin-right: 12px;*/
    }

    #cnt .feature-image {
        float: none;
        width: 100%;
    }

    #cnt .feature-image img {
        width: 100%;
        height: auto;
    }
}














