@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;
}

.ui-static-section-wrapper {
  padding: 40px 20px;
}

/*MV*/
#mv {
  text-align: center;
  background: url('../images/bg.jpg');
}

#mv img {
  width: 100%;
  max-width: 1104px;
}

.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 span::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url('../images/ttl_l.svg');
  background-size: cover;
  /* 画像を全体にフィット */
  background-position: center;
  /* 中央に配置 */
  background-repeat: no-repeat;
  /* 繰り返しを防止 */
  left: -16px;
  top: -10px;
  position: absolute;
  z-index: -1;
}

h3 span::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../images/ttl_r.svg');
  background-size: cover;
  /* 画像を全体にフィット */
  background-position: center;
  /* 中央に配置 */
  background-repeat: no-repeat;
  /* 繰り返しを防止 */
  position: absolute;
  bottom: -5px;
  right: -25px;
}

.h3_sub {
  text-align: center;
  font-weight: bold;
}

/*
.slider-img {
  padding-right: 10px;
}

.slider-img img {
  width: 100%;
  border-radius: 10px;
}
  */



/*お問合せ部分*/
.st_contact_box {
  background: rgb(255 255 255 / 85%);
  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: #fee0a6;
  border: none;
  width: 90%;
  letter-spacing: 1px;
  ;
}


.ui-static-button-secondary:not(.active):not(:disabled):hover {
  background: var(--main-orange);
  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;
    margin-top: 3rem;
  }

  .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%;
  }
}