@charset "UTF-8";
/*--------------------------------------------------------------
* フォントの読み込み
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
/*--------------------------------------------------------------
* 使用font の変数
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* フォントサイズ の変数
----------------------------------------------------------------*/
/* pc
_______________________________________________________________________________________________________*/
/* sp
_______________________________________________________________________________________________________*/
/* =========================================================================================================
	共通定義する値
========================================================================================================= */
/* コンテンツ幅
_______________________________________________________________________________________________________*/
/* 使用色
_______________________________________________________________________________________________________*/
/*--------------------------------------------------------------
* globalフォルダの_index.scss
----------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 1.4rem;
  font-display: swap;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
* foundationフォルダの_index.scss
----------------------------------------------------------------*/
.l-contact-form__content {
  background: url("https://www.csc-biz.com/img_common/body_bg.jpg") repeat top center;
  background-size: 100%;
  padding-bottom: 100px;
}

.l-header {
  border-bottom: 10px solid #0072bd;
  padding: 16px 0 16px;
}
.l-header__logo {
  width: 300px;
  padding-left: 40px;
}

.l-footer {
  border-top: 4px solid #0072bd;
  padding: 20px 0 40px;
  position: relative;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__img {
  width: 240px;
  position: absolute;
  left: 60px;
  top: 20px;
}
.l-footer__address-area {
  color: #b8b8b8;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 40px;
}
.l-footer__address-area span {
  display: block;
}
.l-footer__address-area a {
  color: #0072bd;
  -webkit-text-decoration: underline #0072bd;
          text-decoration: underline #0072bd;
}
.l-footer__copy-right {
  border-top: 1px solid #c8c8c8;
  color: #b8b8b8;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 72px;
}

/*--------------------------------------------------------------
* layoutフォルダの_index.scss
----------------------------------------------------------------*/
.c-content-wide {
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-radio-btn__input {
  display: none;
}
.c-radio-btn__input + .c-radio-btn__btn {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.c-radio-btn__input + .c-radio-btn__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.c-radio-btn__input:checked + .c-radio-btn__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #0072bd;
  border-radius: 50%;
}

/*--------------------------------------------------------------
* componetフォルダの_index.scss
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* javascriptフォルダの_index.scss
----------------------------------------------------------------*/
.p-contact-form-top {
  padding-top: 36px;
}
.p-contact-form-top__title {
  color: #0072bd;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 36px;
  text-align: center;
}
.p-contact-form-top__top-text-area {
  color: #5a5a5a;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.p-contact-form-top__top-text-area span {
  display: block;
}
.p-contact-form-top__info {
  color: #ff0000;
  letter-spacing: 0.05em;
  border: 2px solid #ff0000;
  padding: 30px 30px;
  margin-bottom: 46px;
}
.p-contact-form-top__info span {
  display: block;
}

.p-contact-form {
  color: #5a5a5a;
}
.p-contact-form__item:last-child {
  margin-bottom: 72px;
}
.p-contact-form__item:last-child .p-contact-form__item-title,
.p-contact-form__item:last-child .p-contact-form__item-content {
  border-bottom: none;
}
.p-contact-form__item-title {
  position: relative;
  padding: 24px 0px 8px;
  width: 100%;
  border-bottom: 1px solid #0072bd;
  text-align: center;
}
.p-contact-form__item-title-text01 {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
.p-contact-form__item-content {
  padding: 24px 0px 24px 0px;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
}
.p-contact-form__item-select-box {
  width: 100%;
  position: relative;
}
.p-contact-form__item-select-box::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 5%;
  top: 40%;
  border-top: #cdcdcd 8px solid;
  border-right: transparent 4px solid;
  border-bottom: transparent 8px solid;
  border-left: transparent 4px solid;
}
.p-contact-form__item-select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #cdcdcd 1px solid;
  background: #fff;
}
.p-contact-form__item-text-box {
  text-align: center;
}
.p-contact-form__item-text-box textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 120px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #cdcdcd 1px solid;
  background: #fff;
}
.p-contact-form__item-text-box textarea::-webkit-input-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
.p-contact-form__item-text-box textarea::-moz-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
.p-contact-form__item-text-box textarea::-ms-input-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
.p-contact-form__item-text-box textarea::placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
.p-contact-form__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p-contact-form__postal-code {
  width: 74%;
  margin-left: 16px;
}
.p-contact-form__privacy-policy {
  padding-top: 36px;
}
.p-contact-form__item-text-box-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-form__consent-input {
  width: auto;
  cursor: pointer;
}
.p-contact-form__consent-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
}
.p-contact-form__consent-btn::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.p-contact-form__consent-btn::after {
  border-right: 3px solid #0072bd;
  border-bottom: 3px solid #0072bd;
  content: "";
  display: block;
  height: 13px;
  left: 10px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  opacity: 0;
}
.p-contact-form__privacy-policy-text {
  letter-spacing: 0.1em;
}
.p-contact-form__privacy-policy-text a {
  color: #0072bd;
  text-decoration: underline;
}
.p-contact-form__submit-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 72px;
}
.p-contact-form__submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0072bd;
  border: none;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 14px 20px;
  border-radius: 40px;
  width: 100%;
  min-width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-contact-form__submit-btn:hover {
  opacity: 0.5;
}
.p-contact-form__caution {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 48px;
  text-align: center;
}
.p-contact-form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-form__tel-area {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 30px;
  border: 1px solid #d6d6d6;
}
.p-contact-form__tel-area-text01 {
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-contact-form__tel-area-text02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
}
.p-contact-form__tel-area-text03 {
  color: #0072bd;
  letter-spacing: 0.15em;
  margin-left: -10px;
}
.p-contact-form__item-text-file {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

input {
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #cdcdcd 1px solid;
  background: #fff;
}
input::-webkit-input-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
input::-moz-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
input::-ms-input-placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}
input::placeholder {
  color: #d7d7d7;
  letter-spacing: 0.1em;
}

input[type=file] {
  border: none;
  margin-left: -16px;
  background: transparent;
  width: auto;
}

.mwform-file-delete {
  display: none;
}

.p-thnks {
  padding-top: 36px;
  padding-bottom: 48px;
}
.p-thnks__title {
  color: #0072bd;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 56px;
  text-align: left;
}
.p-thnks__top-text-area {
  color: #5a5a5a;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  text-align: left;
}
.p-thnks__top-text-area span {
  display: block;
}
.p-thnks__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-thnks__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0072bd;
  border: none;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 14px 20px;
  border-radius: 60px;
  min-width: 100px;
}
.p-thnks__btn span {
  display: block;
}

/*--------------------------------------------------------------
* projectフォルダの_index.scss
----------------------------------------------------------------*/
.u-required::after {
  content: "必須";
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #990000;
  border: 1px solid #990000;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 3%;
}

.u-postal-code {
  display: inline-block;
  width: 26.6666666667%;
}

.u-cap-mb {
  display: inline-block;
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
* utilityフォルダの_index.scss
----------------------------------------------------------------*/
.mw_wp_form .error {
  color: #990000;
  font-size: 12px;
  font-size: 1.2rem;
}
.mw_wp_form .p-contact-form__submit-btn-area button {
  display: inline-block;
}

.mw_wp_form_input .input-none {
  display: none;
}

.mw_wp_form_confirm .p-contact-form__submit-btn-area {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mw_wp_form_confirm .p-contact-form__submit-btn {
  margin-bottom: 20px;
}
.mw_wp_form_confirm .u-return-btn {
  color: #ffffff;
  background: #d6d6d6;
}

/* 共通 */
.mwform-radio-field {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.mwform-radio-field label {
  position: relative;
  padding-left: 20px;
}
.mwform-radio-field label input {
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mwform-radio-field input[type=radio] {
  width: auto;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
  cursor: pointer;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  margin-top: -10px;
  border: 2px solid #000;
  background: #fff;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #1a1a1a;
}

/* ラジオボタン */
input[type=radio] + label::before,
input[type=radio]:checked + label::after {
  border-radius: 50%;
}

/*--------------------------------------------------------------
* externalフォルダの_index.scss
----------------------------------------------------------------*/
/* =========================================================================================================
	* foundation   //基準の設定
========================================================================================================= */
/* =========================================================================================================
	* layout _l
========================================================================================================= */
/* =========================================================================================================
  * component _c
========================================================================================================= */
/* =========================================================================================================
* javascript //jsで操作される設定  _js
========================================================================================================= */
/* =========================================================================================================
	* project _p
========================================================================================================= */
/* =========================================================================================================
	* utility //調整用ファイル _u
========================================================================================================= */
/* =========================================================================================================
	* external //外部ライブラリーの上書き _ex
========================================================================================================= */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .c-content-wide {
    padding: 0 40px;
  }
  .p-contact-form-top {
    padding-top: 72px;
  }
  .p-contact-form-top__title {
    font-size: 2.8rem;
    margin-bottom: 56px;
  }
  .p-contact-form-top__top-text-area {
    margin-bottom: 48px;
  }
  .p-contact-form-top__info {
    margin-bottom: 96px;
  }
  .p-contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-contact-form__item-title {
    text-align: left;
    padding: 24px 16px;
    width: 28.5714285714%;
  }
  .p-contact-form__item-content {
    width: 71.4285714286%;
    padding: 24px 0px 24px 16px;
  }
  .p-contact-form__item-select-box {
    width: 66.6666666667%;
  }
  .p-contact-form__item-text-box {
    width: 95%;
    text-align: left;
  }
  .p-contact-form__postal-code {
    width: 41.6666666667%;
  }
  .p-contact-form__item-text-box-consent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-contact-form__submit-btn {
    max-width: 640px;
    padding: 28px 160px;
    font-size: 1.6rem;
  }
  .p-contact-form__submit-btn span {
    display: inline-block;
  }
  .p-contact-form__item-text-file {
    text-align: left;
  }
  .p-thnks {
    padding-top: 72px;
    padding-bottom: 96px;
  }
  .p-thnks__title {
    text-align: center;
    font-size: 2.8rem;
  }
  .p-thnks__top-text-area {
    margin-bottom: 140px;
    text-align: center;
  }
  .p-thnks__top-text-area span {
    display: inline-block;
  }
  .p-thnks__btn {
    max-width: 640px;
    padding: 28px 160px;
    font-size: 1.6rem;
  }
  .p-thnks__btn span {
    display: inline-block;
  }
  .u-required::after {
    top: 26px;
    right: 10%;
  }
  .mw_wp_form_confirm .p-contact-form__submit-btn-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mw_wp_form_confirm .p-contact-form__submit-btn {
    width: calc(50% - 40px);
    padding: 28px 0;
  }
  .mwform-radio-field {
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=maps/contact-form.css.map */


span.wpcf7-list-item { display: table-row;white-space:norwarp }
span.wpcf7-list-item * {width:20px;  }


input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 1.5em;




/*--------------------------------------------------------------
送信完了時に入力画面を消す
----------------------------------------------------------------*/

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

