#action_comp {
  font-size:0;
}

#action_comp:before {
  font-size: 1.4rem;
  color: #FFF;
  content: "問い合わせる";
}

.Btn_box .Right_button:after, .Btn_box .Big_button:after{
  font-size: 1.12rem;
}

/* PC用文字サイズ */
@media screen and (min-width: 897px) {
 #action_comp:before {
    font-size: 2.4rem;
    color:#FFF;
    content: "問い合わせる";
 }

 .Btn_box .Right_button:after, .Btn_box .Big_button:after{
    font-size: 1.92rem;
 }
}

#agree_box .consent strong {
  font-size:0;
}

#agree_box .consent strong:after {
  font-size: 1.6rem;
  color: #222;
  content: " 個人情報保護方針に同意する";
}

/* PC用文字サイズ */
@media screen and (min-width: 897px) {
 #agree_box .consent strong:after {
    font-size: 2.4rem;
    color: #222;
    content: " 個人情報保護方針に同意する";
 }
}