@charset "utf-8";

/* =====固定フッター===== */
.reform_contact_sp_wrap { position: fixed; bottom: 0; left: 0; right: 0; width: 100vw; height: 65px; background: #2CB6F7;z-index: 10; }
.reform_contact_sp { position: relative; display: block; width: 100vw; height: 100%; }
.reform_contact_sp_img { position: absolute; bottom: -20px; left: 5vw; }
.reform_contact_sp_text { padding: 18px 5vw; text-align: center; letter-spacing: 0.3vw; font-size: calc(4vw + 10px); font-weight: bold; color: #FFF; }
.reform_contact_sp_arrow { position: absolute; top: 0; right: 5vw; bottom: 0; margin: auto 0; width: 8px; }
.reform_contact_pc_wrap{display: none;}
@media (min-width:768px) {
  .reform_contact_sp_wrap{display: none;}
  .reform_contact_pc_wrap{display: block;position: fixed; bottom: 0; left: 0; right: 0; width: 100%;background-color: rgba(0,0,0,0.8);z-index: 2;}
  .reform_contact_pc_contents{color: white;}
  .reform_contact_pc_contents {width: min(90vw,1320px);margin: 15px auto;display: flex;flex-direction: row;align-items: center;font-size: min(2vw,24px);font-weight: bold;justify-content: center;gap: 2vw;}
  .reform_contact_pc_contents .button_form_bg{margin: 0;width: min(30vw, 400px);}
}

