@charset "UTF-8";



body { 
   margin: 0;
   background: #f4f3f1;
}

.pc { display: none!important; }


/* MAIN */
#coupon_code {
    margin: auto;
    font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,Meiryo;
}


#coupon_code  h1{
    color: #fff;
    font-size: 7vw;
    text-align: center;
    background: #222;
    margin: 0;
    padding: 20px 0 30px 0;
}



#coupon_code dl {
    width: 95%;
    background: #fff;
    padding: 30px 20px 20px 20px;
    margin: 20px auto 80px auto;
    border-radius: 10px;
    box-sizing: border-box;
}



#coupon_code dt {
    font-size: 5.8vw;
    font-weight: bold;
    border-bottom: 6px solid #f4f3f1;
    margin-bottom: 30px;
}

#coupon_code dd {
    font-size: 3.9vw;
    text-align: justify;
    line-height: 1.7;
    margin: 0 auto 30px auto;
}

#coupon_code dd .center {
   text-align: center;
}


#coupon_code dd img {
   width: 90%;
   margin-top: 50px;
}



#coupon_code dd p {
   font-weight: bold;
   margin: 0;
}

#coupon_code dd span {
   color: #af0004;
}

#coupon_code dd.caution{
   background: #f4f3f1;
   padding: 30px 20px 30px 20px;
   color: #222;
   border-radius: 10px;
}