@charset "utf-8";

h1.subpage_basic {
    margin-top: 50px;
}

.cashback_btn{
    width:250px;
    padding: 20px 0;
    margin: 30px auto 0 auto;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
}

.bank_guide p {
    text-align: left;
    width:100%;
    max-width: 600px;
    margin: 5px auto 5px auto;
    font-size: 16px;
    color: #2D6361;
}
.bank_guide_confirm p {
    text-align: left;
    width:100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
    font-size: 15px;
    color: #3D9886;
    font-weight: bold;
}
p.cashback_code {
    font-size: 32px;
    letter-spacing: 0.1em;
    margin: 30px 0 0 0;
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
}
p.cashback_code_guide {
    font-size: 15px;
    margin: 0px 0 30px 0;
}

p.error_message {
    text-align: left;
    color:#F06382;
}