@charset "UTF-8";

/*
Theme Name: ネクストハンズ様 即チケ_サイト専用テーマ
Theme URI: https://www.phoenixdesign.jp/
Author: 株式会社デザインスタジオフェニックス
Author URI: https://www.phoenixdesign.jp/
Description: このテーマはデザインスタジオフェニックスが作成した、ネクストハンズ様 即チケ_サイト専用のWordpressテーマになります。
Tested up to: 6.9.4
Requires PHP: 8.1.33
Version: 1.0.0
*/

span.need
{
    color: #FFF;
    display: inline-block;
    background: #cc3333;
    padding: 0.5em;
    line-height: 1;
    font-size: 75%;
    border-radius: 4px;
}
.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
  position: absolute;
  top: 52%;
  /*left: -50px;*/
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #cc3333;
}
.inquiry-form.wp-block-columns .wp-block-column {
  margin: auto !important;
}
.inquiry-form h2 {
  text-align: center;
}
[data-screen="input"] .confirm_only {
    display: none;
}
[data-screen="complete"] .confirm_only {
    display: none;
}
[data-screen="confirm"] .input_only {
    display: none;
}
[data-screen="complete"] .input_only {
    display: none;
}
#--description {
    font-size: medium;
    font-weight: 500;
    color: #0E1A2E;
}
.smf-action .smf-button-control__control {
    border: none;
    width: 90%;
    max-width: 260px;

    font-size: 112%;
    padding: 0.8em 2em;
    background-image: none;

    background-color: #0C4060;
    color: #fff;
    border-radius: 150px;
    font-weight: bold;
}
.smf-action .smf-button-control .smf-button-control__control:after {
    font-size: 81%;
}
.smf-action .smf-button-control .smf-button-control__control:after {
    position: absolute;
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Light";
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btnArea .btn--l {
    max-width: 320px !important;
}
.smf-action .smf-button-control [data-action="back"] {
    background: #6a6c6d;
}

@media (min-width: 640px) {
  .smf-form .smf-item__col--label {
    text-align: right;
  }
}
@media (max-width: 639px) {
    .smf-item__label__text {
        padding-left: 44px;
    }
}

.s_2 h2, .s_1 h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 3.2rem;
}
.tac {
    text-align: center;
}
.br-sp {
    display: none;
}
