@charset "UTF-8";
/* =============================================================================
   #contact form7 or MW WP FORM
   ========================================================================== */
/**
 * メール送信フォームの設定
 * TransmitMail / Contact form 7 / MW WP FORM
 * 
 * 
 * 
 * 
 */
/* inquiry form
-------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .p-inquiry {
    margin: 0 auto;
  }
}

.inquiry {
  background-color: #f0f0f0;
  padding: 10px 10px;
  border-radius: 20px;
}

@media screen and (min-width: 767px) {
  .inquiry {
    padding: 30px 30px 20px;
  }
}
/* 入力画面表示
-------------------------------------------------------------------------- */
.inquiry__lead {
  text-align: center;
  display: block;
}

/* 入力画面非表示
-------------------------------------------------------------------------- */
.inquiry__lead--comfirm {
  text-align: left;
  display: none;
}

@media screen and (min-width: 767px) {
  .inquiry__lead--comfirm {
    text-align: center;
  }
}
/* 確認画面で非表示
-------------------------------------------------------------------------- */
.mw_wp_form_confirm .inquiry__lead {
  display: none;
}

/* 確認画面で表示
-------------------------------------------------------------------------- */
.mw_wp_form_confirm .inquiry__lead--comfirm {
  display: block;
}

/*
-------------------------------------------------------------------------- */
.inquiry-section__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.5rem 0;
}

.inquiry-section__subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding-left: 10px;
  margin: 0;
}

.inquiry-section__lead {
  text-align: center;
  margin: 0;
}

/* お問い合わせフォーム
-------------------------------------------------------------------------- */
/* c-dlist modify
-------------------------------------------------------------------------- */
.c-dlist--inquiry > dd {
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 767px) {
  .c-dlist--inquiry > dd {
    border-bottom: none;
  }
}
.c-dlist--inquiry > dt, .c-dlist--inquiry dd {
  padding: 0.5rem;
}
@media screen and (min-width: 767px) {
  .c-dlist--inquiry > dt, .c-dlist--inquiry dd {
    padding: 1rem;
  }
}

/* input size
-------------------------------------------------------------------------- */
/* お問い合わせ
-------------------------------------------------------------------------- */
.inquiry-name,
.inquiry-kana,
.inquiry-city,
.inquiry-tel,
.inquiry-email,
.inquiry-message {
  width: 100%;
}

[type=text],
[type=email] {
  width: 100%;
}

.inquiry-zip,
.inquiry-pref {
  width: 180px;
}

@media screen and (min-width: 767px) {
  .inquiry-tel {
    width: 50%;
  }
}
/* 活動参加申し込み
-------------------------------------------------------------------------- */
.inquiry-number {
  width: 180px;
}

.inquiry-date {
  width: 10em;
}

.inquiry-time {
  width: 4em;
}

.inquiry-item-text {
  font-size: 1.2rem;
}

/* contact Form7 お問い合わせ 
 * 個人情報のcheckボックスの上 確認メッセージ
-------------------------------------------------------------------------- */
.acceptance {
  display: inline;
}

.acceptance-comfirm {
  display: none;
}

/* 確認画面では非表示
-------------------------------------------------------------------------- */
.mw_wp_form_confirm .acceptance {
  display: none;
}

/* 確認画面で表示
-------------------------------------------------------------------------- */
.mw_wp_form_confirm .acceptance-comfirm {
  display: inline;
}

/* footer
-------------------------------------------------------------------------- */
.inquiry-footer-text {
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .inquiry-footer-text {
    text-align: center;
  }
}
.inquiry-footer-agree {
  margin: 20px 0 30px;
}

.inquiry-footer-agree .form-control-wrap,
.inquiry-footer-agree .wpcf7-form-control-wrap {
  background-color: #eeeeee;
  border: 1px dotted #bbbbbb;
  padding: 10px 20px;
}

.button-container {
  margin: 2em 0;
  text-align: center;
}

/* 個人情報の取り扱い・利用目的へのリンク
-------------------------------------------------------------------------- */
.privacy-link:link,
.privacy-link:visited {
  color: #0066cc;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #0066cc;
  text-decoration: none;
}

.submit-button {
  text-align: center;
}

/* PC版 */
@media only screen and (min-width: 767px) {
  .inquiry-footer-agree {
    text-align: center;
  }
  .inquiry-footer-agree .form-control-wrap,
  .inquiry-footer-agree .wpcf7-form-control-wrap {
    display: inline-block;
    padding: 10px 20px;
  }
}
/* =============================================================================
    Radio & Checkbox setting
   ========================================================================== */
/**
 * MW WP FORM style.css 
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

/**
 * MW WP FORM style.css 
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
 * contact form 7 
 * radio and checkbox リストの横幅、縦幅設定
 */
.wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

/* checkbox radio 横の余白 */
.radio-field + .radio-field,
.wpcf7-list-item + .wpcf7-list-item,
.checkbox-field + .checkbox-field {
  margin-left: 1.6rem;
}

/* =============================================================================
    Radio Button setting
   ========================================================================== */
[type=radio] {
  display: none;
}

[type=radio] + .mwform-radio-field-text,
[type=radio] + .wpcf7-list-item-label,
[type=radio] + .radio-field-label,
[type=radio] + label {
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio] + .mwform-radio-field-text:before,
[type=radio] + .wpcf7-list-item-label:before,
[type=radio] + .radio-field-label:before,
[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 100%;
  background: #fff;
}

[type=radio] + .mwform-radio-field-text:after,
[type=radio] + .wpcf7-list-item-label:after,
[type=radio] + .radio-field-label:after,
[type=radio] + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + .mwform-radio-field-text:after,
[type=radio]:not(:checked) + .wpcf7-list-item-label:after,
[type=radio]:not(:checked) + .radio-field-label:after,
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + .mwform-radio-field-text:after,
[type=radio]:checked + .wpcf7-list-item-label:after,
[type=radio]:checked + .radio-field-label:after,
[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* =============================================================================
    Checkbox setting
   ========================================================================== */
/* acceptance & contact form 7
-------------------------------------------------------------------------- */
.form-control-wrap,
.wpcf7-form-control-wrap {
  display: block;
}

[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text,
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.checkbox-field-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.mwform-checkbox-field-text:before,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.checkbox-field-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
}

/* 四角
-------------------------------------------------------------------------- */
/* レ点チェック
-------------------------------------------------------------------------- */
.mwform-checkbox-field-text:after,
.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.checkbox-field-label:after {
  content: "";
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -3px;
  left: 5px;
  display: block;
  width: 9px;
  height: 18px;
  border-right: 3px solid #53b300;
  border-bottom: 4px solid #53b300;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[type=checkbox]:not(:checked) + .mwform-checkbox-field-text:after,
[type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
[type=checkbox]:not(:checked) + .checkbox-field-label:after {
  opacity: 0;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:after,
[type=checkbox]:checked + .wpcf7-list-item-label:after,
[type=checkbox]:checked + .checkbox-field-label:after {
  opacity: 1;
}

/* 必須項目
-------------------------------------------------------------------------- */
.control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  margin-top: 5px;
}

@media only screen and (min-width: 767px) {
  .control-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.control-label--required::after {
  content: "必須";
  background-color: #d7600f;
  background-color: #EB0A1E;
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.6rem;
  padding: 0.5rem 0.7rem;
  margin: 0 0.8rem;
}

/* 必須項目 右側に表示
-------------------------------------------------------------------------- */
/* 例 電話番号/郵便番号/メールアドレス
-------------------------------------------------------------------------- */
.contact-example {
  display: inline-block;
}

/* 確認画面では非表示 */
.mw_wp_form_confirm .contact-example {
  display: none;
}

/* 注釈
-------------------------------------------------------------------------- */
.inquiry-notes {
  text-align: left;
  font-size: 1.3rem;
}

@media only screen and (min-width: 767px) {
  .inquiry-notes {
    text-align: right;
  }
}
/* ボタンクリック時の枠線消去
-------------------------------------------------------------------------- */
[type=submit] {
  outline: none;
}

/* #btn-Confirm
-------------------------------------------------------------------------- */
.btn-confirm {
  display: inline-block;
  background-color: #e34f66;
  border: medium none;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 16px 24px;
  border-radius: 24px;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-confirm:hover {
  border: none;
  background-color: #333333;
}

/* #btn-Back
-------------------------------------------------------------------------- */
.btn-back {
  display: inline-block;
  background-color: #a6a6a6;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 16px 24px;
  border-radius: 24px;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-back:hover {
  border: none;
  background-color: #333333;
}

/* #btn-Send
-------------------------------------------------------------------------- */
.btn-send {
  display: inline-block;
  background-color: #01b5e6;
  background-color: #EB0A1E;
  border: medium none;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 16px 24px;
  border-radius: 24px;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-send:hover {
  border: none;
  background-color: #333333;
}

.btn-center {
  margin: 20px 0 0 0;
  text-align: center;
}

.btn-center__inline {
  display: inline-block;
  padding: 0;
}

/* =============================================================================

   Modify inquiry

   ========================================================================== */
.inquiry {
  background-color: #f5f5f5;
  margin-bottom: 50px;
}

@media screen and (min-width: 767px) {
  .inquiry {
    padding: 30px 30px 20px;
  }
}
.inquiry-section__subtitle {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0px;
}

.c-dlist-inquiry {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 767px) {
  .inquiry-tel {
    width: 50%;
  }
  .inquiry-message {
    width: 100%;
  }
}
/* 例 電話番号/郵便番号/メールアドレス
-------------------------------------------------------------------------- */
.contact-example {
  font-size: 1.4rem;
}

/* エラーメッセージ
-------------------------------------------------------------------------- */
.mw_wp_form .error {
  display: block;
  font-size: 1.4rem;
  color: #EB0A1E;
  margin: 0.4rem 0;
}

/* 完了画面 complete
-------------------------------------------------------------------------- */
.inquiry-complete__header {
  margin-bottom: 50px;
}
.inquiry-complete__address h4 {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
}
.inquiry-complete__address p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
}

.wpcf7-list-item {
  display: block;
}

.radio-field + .radio-field,
.wpcf7-list-item + .wpcf7-list-item,
.checkbox-field + .checkbox-field {
  margin-left: 0;
}

@media screen and (min-width: 767px) {
  .wpcf7-list-item {
    display: inline-block;
  }
  .radio-field + .radio-field,
  .wpcf7-list-item + .wpcf7-list-item,
  .checkbox-field + .checkbox-field {
    margin-left: 1.6rem;
  }
}
/* =============================================================================

   Modify inquiry--assess

   ========================================================================== */
.inquiry-section__subtitle--assess {
  background-color: #3A3E79;
}/*# sourceMappingURL=mw-wp-form.css.map */