@charset "utf-8";

/* CSS Document */
:root {
  --main-orange: #fec045;
  --sheer-orange: rgb(252 242 232);
  --main-green: #91c9c0;
  --sheer-green: #bdd8d9;
  --dark: #333;
}

.ui-static-container div.ui-static-section-overflow {
  margin-left: calc(50% - 50cqi);
  margin-right: calc(50% - 50cqi);
  overflow: hidden;
}

#st_contact .ui-static-section-wrapper {
  padding: 40px 20px;
}

.ui-static-container h3 {
  text-align: center;
  margin-bottom: 10px;
}

.ui-static-container h3 span {
  position: relative;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}


.h3_sub {
  text-align: center;
  font-weight: bold;
}



/*お問合せ部分*/
.st_contact_box {
  background: rgb(255 255 255 / 90%);
  border-radius: 10px;
  text-align: center;
  width: 90%;
  margin: 10px auto;
  padding: 28px 16px 16px;
}

.font-size12 {
  font-size: 12px;
  display: block;
  line-height: 1.2;
  padding-top: 10px;
  text-align: left;
}

.st_contact_box .ui-static-button {
  font-size: 1.2rem;
  background: #f8cec4;
  border: none;
  width: 90%;
  letter-spacing: 1px;
  ;
}


.ui-static-button-secondary:not(.active):not(:disabled):hover {
  background: #fbb5a5;
  color: var(--dark);
}

.st_contact_img {
  width: 12%;
  margin-right: 5px;
}

#qa_btn{
  margin:50px auto 20px;
  text-align: center;
  padding: 0 10px;
}
#qa_btn img{
  width: 100%;
  max-width: 600px;
  margin:0 auto;
}

/*SPのみ補正*/
@media screen and (max-width: 767px) {
  #st_contact {
    background: url(../images/faq_bg_sp.jpg) top center;
    background-size: cover;
    margin-top: 3rem;
  }

  .st_contact_box .ui-static-button.fsm {
    font-size: 0.9em;
  }
}

/*PCのみ補正*/
@media print,
screen and (min-width: 768px) {
  #st_contact {
    background: url(../images/faq_bg.jpg) top center;
    background-size: cover;
  }

  .st_contact_box {
    width: 50%;
    margin: 10px 30px 10px auto;
    min-width: 450px;
  }

  .st_contact_img {
    width: 9%;
  }

  .st_contact_box .ui-static-button {
    width: 80%;
  }

  .font-size12 {
    font-size: 10px;
  }
}

@media print,
screen and (min-width: 1200px) {
.st_contact_box {
    width: 40%;
  }
}


/*フッター問い合わせ部分非表示*/
.footer-head__confirmation.footer-confirmation {
  display: none;
}

@media print {
  .st_contact_box {
    width: 50%;
  }
}