@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;
}

.request_guide p {
    text-align: left;
    width:100%;
    max-width: 600px;
    margin: 15px auto 0 auto;
    font-size: 16px;
    color: #2D6361;
}
.request_guide_confirm p {
    text-align: left;
    width:100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
    font-size: 15px;
    color: #3D9886;
    font-weight: bold;
}

.input_checkbox {
    text-align: left;
    box-sizing: border-box;
    width:100%;
    max-width: 600px;
    margin: 10px auto 0 auto;
    line-height: 1em;
}
.label_checkbox{
  display:block;
  position:relative;
  padding-left:1.5em;
}
#section1 .input_checkbox input {
    box-sizing: border-box;
    max-width:none;
    padding:0px;
    border:none;
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    width:18px;
    height: 18px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
    background: #FBE8E8;
    
}
#section1 .input_checkbox input:checked {
    box-sizing: border-box;
    max-width:none;
    padding:0px;
    border:none;
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    width:18px;
    height: 18px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
    background: #D7899A;
    
}