@charset "utf-8";

/* #Form
-------------------------------------------------------------------------- */
/**
 * Formのスタイルです。
 */

 label {
  cursor: pointer;
}
/*========================================
  
  input

========================================*/
input[type="search"] {
  box-sizing: border-box;
}

textarea ,
[type="search"] ,
[type="password"] ,
[type="text"] ,
[type="email"] ,
[type="tel"] {
  box-sizing: border-box;
}

textarea,
[type="search"] ,
[type="file"] ,
[type="text"] ,
[type="email"] ,
[type="tel"] ,
[type="password"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}

[type="search"] ,
[type="password"] ,
[type="text"] ,
[type="email"] ,
[type="tel"] {
  height: 34px;
}

select:focus ,
textarea:focus ,
[type="search"]:focus ,
[type="password"]:focus ,
[type="text"]:focus ,
[type="email"]:focus ,
[type="tel"]:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
/*========================================
  
  textarea

========================================*/
textarea {
  width: 100%;
  height: auto;
}

/*========================================
  
  select box

========================================*/
select {
  border-radius: 4px;
  font-size: 1em;
}

select {
  display: inline-block;
  width: 100%;
/*	
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
background: #ffffff url('../../images/common/icon_down.png') no-repeat right .75rem center;
border-radius: .25rem;
*/
  height: 38px;
  padding: 6px 28px 6px 12px;
  background: #ffffff url('icon_down.png') no-repeat right 12px center;
  background-size: 11px 6px;
  border-radius: 4px;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  appearance: none;
}

select:hover {
  cursor: pointer;
}

.c-dlist ,
.c-dlist dt ,
.c-dlist dd {
  box-sizing: border-box;
  margin: 0;
}

.c-dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

/*@media screen and (min-width: 768px) {*/
  .c-dlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
/* } */

.c-dlist > dt, .c-dlist dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
}

.c-dlist > dt {
  background: #f0f0f0;
  border-top: 1px solid #bbbbbb;
}

/* @media screen and (min-width: 768px) { */
  .c-dlist > dt {
    width: 30%;
  }
/* } */

.c-dlist > dd {
  background: #ffffff;
}

/* @media screen and (min-width: 768px) { */
  .c-dlist > dd {
    width: 70%;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
  }
/* } */

textarea, [type="search"], [type="file"], [type="text"], [type="email"], [type="tel"], [type="password"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
/*========================================
    
    contact form7 or MW FORM

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

/* .contact.container {
	max-width: 900px;	
} */

/* span.wpcf7-list-item {
	margin: 0;
} */

/* setting
----------------------------------------*/
.mw_wp_form {}

.page-contact {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.inquiry {
  /* background-color: #f6f3ea;
  background-color: #f2eee4; */
  /* padding: 10px 10px; */
  border-radius: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .inquiry {
    /* padding: 20px 30px; */
  }
}

.inquiry-header__title {
    position: relative;
    padding-bottom: .4em;
    border-bottom: 5px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inquiry-header__title::after {
	position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 80px;
    height: 5px;
    background-color: #e48a12;;
}


/*入力画面表示*/
.inquiry__lead {
  text-align: center;
  display: block;
}
/*入力画面非表示*/
.inquiry__lead--comfirm {
  text-align: center;
  display: none;
}
/*確認画面で非表示*/
.mw_wp_form_confirm .inquiry__lead {
  display: none;
}
/*確認画面で表示*/
.mw_wp_form_confirm .inquiry__lead--comfirm {
  display: block;
}

.c-dlist--inquiry {}

.c-dlist--inquiry dd {
	background-color: transparent;
}

.page-content .inquiry-section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.page-content .inquiry-section-lead {
  text-align: center;
  margin: 0;
}

/* お問い合わせフォーム
----------------------------------------*/
/* c-dlist modify
----------------------------------------*/
.c-dlist--inquiry {}

.c-dlist--inquiry dt {
	/*
    background-color: #fef1db;
	background-color: #f2eee4;
	*/
  background-color: #f2eee4;
}

.c-dlist--inquiry dd {}

/* @media screen and (min-width: 767px) { */

  .c-dlist--inquiry {
    border-left: none;
    border-right: none;
  }

  .c-dlist--inquiry dt ,
  .c-dlist--inquiry dd {
		padding: 15px 10px;
  }

  .c-dlist--inquiry dt {
    /* background-color: transparent; */
		width: 25%;
	}

  .c-dlist--inquiry dd {
    border-left: none;
		width: 75%;
  }
/* } */

/* 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%;
  }
/* } */

/* 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;
}

.inquiry-footer-text {}

.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

========================================*/
/* TransmitMail
<div class="jradio">
  <input type="radio" name="radio-550" value="Apple"  id="jradio1">
  <label for="jradio1">Apple</label>
</div>
<div class="jradio">
  <input type="radio" name="radio-550" value="Peach"  id="jradio2">
  <label for="jradio2">Peach</label>
</div>
<div class="jradio">
  <input type="radio" name="radio-550" value="Orange"  id="jradio3">
  <label for="jradio3">Orange</label>
</div>
*/

/* wp-mw-form
<span class="mwform-radio-field horizontal-item">
  <label>
    <input type="radio" name="your-sex" value="男" />
    <span class="mwform-radio-field-text">男</span>
  </label>
</span>
<span class="mwform-radio-field horizontal-item">
  <label>
    <input type="radio" name="your-sex" value="女" />
    <span class="mwform-radio-field-text">女</span>
  </label>
</span>
*/

/* contact form 7 
<span class="wpcf7-form-control-wrap your-sex">
  <span class="wpcf7-form-control wpcf7-radio">

    <span class="wpcf7-list-item first">
      <label>
        <input type="radio" name="your-sex" value="男" />
        <span class="wpcf7-list-item-label">男</span>
      </label>
    </span>
    <span class="wpcf7-list-item last">
      <label>
        <input type="radio" name="your-sex" value="女" />
        <span class="wpcf7-list-item-label">女</span>
      </label>
    </span>

  </span>
</span>
*/


/*
[type="radio"]:checked,
[type="radio"]:not(:checked) {
*/
[type="radio"] {
	display: none;
}
/*
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
*/
[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"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
*/
[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"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
*/
[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

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

/*
  <span class="mwform-checkbox-field horizontal-item">
	  <label >
			<input type="checkbox" name="your-reason[data][]" value="子育て支援の現場で働くため" />
			<span class="mwform-checkbox-field-text">子育て支援の現場で働くため</span>
		</label>
	</span>
	<span class="mwform-checkbox-field horizontal-item">
		<label>
			<input type="checkbox" name="your-reason[data][]" value="資格取得が必要なため" />
			<span class="mwform-checkbox-field-text">資格取得が必要なため</span>
		</label>
	</span>
	<span class="mwform-checkbox-field horizontal-item">
		<label >
			<input type="checkbox" name="your-reason[data][]" value="その他" />
			<span class="mwform-checkbox-field-text">その他</span>
		</label>
	</span>
*/

/*
<span class="wpcf7-form-control-wrap your-reason">
  <span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required">

    <span class="wpcf7-list-item first">
      <label>
        <input type="checkbox" name="your-reason[]" value="子育て支援の現場で働くため" />
        <span class="wpcf7-list-item-label">子育て支援の現場で働くため</span>
      </label>
    </span>
    <span class="wpcf7-list-item">
      <label>
        <input type="checkbox" name="your-reason[]" value="資格取得が必要なため" />
        <span class="wpcf7-list-item-label">資格取得が必要なため</span>
      </label>
    </span>
    <span class="wpcf7-list-item last">
      <label>
        <input type="checkbox" name="your-reason[]" value="その他" />
        <span class="wpcf7-list-item-label">その他</span>
      </label>
    </span>

  </span>
</span>
*/


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

.wpcf7-acceptance > * + * ,
.wpcf7-checkbox > * + * {
}

/* [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	display: none;
} */

[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;
}

/* 四角
----------------------------------------------------------------*/
/*
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox .wpcf7-list-item-label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/

/* レ点チェック
----------------------------------------------------------------*/
.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);
        -ms-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: block;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  margin-top: 5px;
}

.control-label--required:after {
  content: "必須";
  display: inline-block;
  background-color: #d9534f;
  background-color: #d7600f;
  background-color: #e34f66;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: .4em;
  padding: .5em .6em .5em;
  margin: -3px 0 0 .5em;
}

/* @media only screen and (min-width: 767px) { */
  .control-label {
    text-align: right;
  }
/* } */

/*	例　電話番号/郵便番号/メールアドレス
------------------------------------------*/
.contact-example {
  display: inline-block;
}

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

/* 注釈
------------------------------------------*/
.inquiry-tyui {
  margin: 10px 0px 30px 0px;
  padding: 5px 20px 5px;
  border: 1px solid #cc0000;
  border: 2px solid #dddddd;
  border-radius: 10px;
  /* background-color:#FFF5F5; */
  font-size: 14px;
  color: #cc0000;
}

.inquiry-notes {
  font-size: 1.3rem;
}


/* 送信・確認・戻るボタン
-------------------------------*/
.btn-center {
  margin: 20px 0 0 0;
  text-align: center;
}

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


/* ボタンクリック時の枠線消去 */
[type="submit"] {
  outline: none;
}

/* #btnConfirm
-------------------------------------------*/
input.btn-confirm {
  background-color: #e34f66;
  background-color: #a6a6a6;
  border: medium none;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

  padding: 16px 28px;
  border-radius: 24px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
input.btn-confirm:hover {
  border: none;
  background-color: #01b5e6;
  background-color: #333333;
}

/* #btnBack
-------------------------------------------*/
input.btn-back {
  background-color: #a6a6a6;
  border: medium none;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

  padding: 16px 28px;
  border-radius: 24px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
input.btn-back:hover {
  border: none;
  background-color: #01b5e6;
  background-color: #333333;
}

/* #btnSend
-------------------------------------------*/
input.btn-send {
  background-color: #e34f66;
  border: medium none;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

  padding: 16px 28px;
  border-radius: 24px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
input.btn-send:hover {
  border: none;
  background-color: #01b5e6;
  background-color: #333333;
}

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

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

/*	必須項目
------------------------------------------*/
.required {
  display: inline-block;
  margin: 0 3px;
  color: #f38058;
  color: #e34f66;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-weight: normal;
  padding: 1px 5px;
  background-color: #d7600f;
  background-color: #e34f66;
  border-radius: 3px;
}

/**/
.error {
  margin-top: 5px;
  color: #f38058;
  color: #e34f66;
}
/**/

