/*　--------------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------------　*/
.contact .privacy-agree {
  border-bottom: 1px solid #dadbdb;
  padding-bottom: 32px;
}

.contact.content.boder_b {
  padding-bottom: 56px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 56px;
}

.contact__inner.bb_none {
  border-bottom: none;
}

.text-description {
  text-align: center;
  margin-top: 66px;
  font-size: 0.9375em;
}

.text-description02 {
  text-align: center;
  margin-top: 32px;
  font-size: 0.875em;
}

.contact-tel {
  color: #009844;
  font-size: 2.3125em;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-tel::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../images/contact/ico_tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 5px 6px 0 0;
}

.contact-tel .contact-tel-text {
  font-size: 0.378em;
  font-weight: normal;
  color: #1a1a1a;
}

.contents-title-md {
  font-size: 1.5em;
  font-weight: 400;
}

.privacy_list dt {
  font-weight: 400;
  font-size: 0.875em;
  margin-top: 24px;
}

.privacy_list dd {
  font-size: 0.875em;
}

.privacy_list dd a {
  color: #8dc21f;
}

@media screen and (max-width: 959px) {
  section.contact {
    padding: 0px 16px 0px;
  }
  .contact__inner {
    width: 100%;
    padding-bottom: 0;
  }
  .contact-tel a {
    color: #009844;
  }
  .text-description {
    margin-top: 24px;
  }
  .contact-tel .show_tb {
    color: #00b1ea;
  }
  .contact-tel .show_tb::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/contact/ico_tel.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 6px 6px 0;
  }
  .contact .privacy-agree {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact .privacy-frame {
    width: 100;
  }
  .text-description02 {
    text-align: left;
  }
  .contact.content.boder_b {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .contents-title-md {
    font-size: 1.25em;
  }
  .privacy_list dd a {
    color: #1a1a1a;
    display: inline-block !important;
  }
}

@media screen and (max-width: 780px) {
  .contact .contact-tel {
    font-size: 175%;
    margin-bottom: 0;
  }
}

.contact .privacy-frame {
  overflow: auto;
  height: 17em;
  padding: 2.5em;
  border: 1px solid #e9e9e9;
  margin: 4em auto 1em;
}

.contact .privacy-frame p {
  font-size: 0.875em;
}

.contact .privacy-frame ol {
  padding-left: 40px;
  margin: 32px 0;
}

@media screen and (max-width: 780px) {
  .contact .privacy-frame {
    padding: 1em;
  }
  .contact .privacy-frame ol {
    padding-left: 30px;
  }
}

.contact .privacy-agree {
  font-size: 93.75%;
}


.contact .privacy-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .privacy-agree .agreement-lock {
  margin-right: 8px;
}

.contact .privacy-confirm-agree {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 0.875em;
}

@media screen and (max-width: 780px) {
  .contact .privacy-confirm-agree {
    font-size: 87.5%;
    text-align: left;
  }
  .contact .privacy-confirm-agree {
    margin: 24px 0 30px;
  }
  .contact .privacy-frame {
    margin-top: 2em;
  }
}

.contact .button-line {
  display: block;
  text-align: center;
}

.contact .btn {
  display: inline-block;
  max-width: 100%;
  padding: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  position: relative;
}

.input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input_name input {
  width: 29%;
}

@media screen and (max-width: 780px) {
  .contact .btn {
    margin: 1em auto;
  }
}

.contact .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

.contact .btn:before {
  content: "â€º";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0.49em;
  margin-top: -4px;
  margin-right: 10px;
}

.contact .btn.btn-primary {
  position: relative;
  background-repeat: no-repeat;
  background-position: calc(50% - 4rem) center;
  border: 1px solid #1a1a1a;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 0.875em;
  font-weight: 400;
}

.contact .btn.btn-primary:hover {
  opacity: 0.7;
}

.contact .btn.btn-back {
  background-color: #909090;
  border: 1px solid #909090;
  color: #fff;
  border-radius: 30px;
  font-size: 0.875em;
  font-weight: 400;
}

.contact .btn.btn-semi-block {
  width: 400px;
}

.contact .btn.btn-narrow-block {
  max-width: 100%;
  width: 14em;
}

form.form {
  padding-bottom: 10px;
}

form.form label > input[type="checkbox"],
form.form label > input[type="radio"] {
  display: none;
}

/* *********************************************************/
.mwform-checkbox-field-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.mwform-checkbox-field-text:before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  border: 1px solid #ced1d2;
  border-radius: 3px;
  background: #f9fafa;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.agreement-lock:checked,
.mwform-checkbox-field-text {
  position: relative;
}

.agreement-lock:checked + .mwform-checkbox-field-text:before,
.contact_flag:checked + .mwform-checkbox-field-text:before{
  border: 1px solid #00afba;
  background: #00afba;
}

.agreement-lock:checked + .mwform-checkbox-field-text:after,
.contact_flag:checked + .mwform-checkbox-field-text:after{
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2024%2016%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m24%202.8-14.1%2013.2-9.9-9.3%202.6-2.8%207.2%206.8%2011.5-10.7z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* *********************************************************/
form.form input[type="text"],
form.form input[type="email"],
form.form input[type="password"],
form.form input[type="tel"],
form.form input[type="address"],
form.form input[type="number"],
form.form textarea,
form.form select,
form.form button:not(.btn) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 15px;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  border-radius: 1px;
  max-width: 100%;
  line-height: 1.2;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  background-color: rgba(255, 255, 255, 0.25);
}

:placeholder-shown {
  color: #c3c3c3;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

.form-generic label ~ .form-required {
  display: inline-block;
  width: 3em;
  color: #fff;
  background-color: #f00;
  font-size: 0.75em;
  font-style: normal;
  text-align: center;
  margin-left: 0.75em;
  line-height: 1.5;
}

.form-generic {
  margin-bottom: 2em;
}

.form-generic .row-table {
  position: relative;
  width: 100%;
  padding-top: 2em;
  margin-bottom: 0em;
}

@media screen and (min-width: 1000px) {

}

.form-generic .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contactFormMessage {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width: 780px) {

  .form-generic .table-row {
    margin-bottom: 2em;
    border-bottom: 1px dashed #c3c3c3;
  }
  .form-generic .table-row.dashed_none {
    border-bottom: none;
  }
  .contact .btn.btn-narrow-block {
    max-width: 100%;
    width: 20em;
  }
  .contact .btn.btn-semi-block {
    width: 100%;
  }
}

.form-generic .table-row .col {
  padding-bottom: 2em;
}

@media screen and (max-width: 780px) {
	.form-generic .table-row .col {
	  padding-bottom: 1em;
	}	
}

.form-generic .table-row .col-label {
  width: 15em;
font-weight: bold;	
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-label {
    width: 100%;
  }
}

.form-generic .table-row .col-input {
  width: calc(100% - 15em);
  line-height: 2;
  overflow-wrap: anywhere;
}

.form-generic .table-row .input_name .col-input {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input {
    width: 100%;
	  padding-bottom: 2em;
  }
  .form-generic .table-row .col-input.input_name {
    width: 100%;
  }
}

.form-generic .table-row .col-input input {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input .ruby-input {
    width: 48%;
    margin-right: 2%;
  }
  .form-generic .table-row .col-input .ruby-input:last-child {
    margin-right: 0;
  }
	.mw_wp_form .horizontal-item + .horizontal-item {
		display: block;
		margin-left: 0;
	}	
  .contact .btn_black a {
    width: 100%;
    text-align: center;
  }

}

.form-generic .table-row .col-input .message-input {
  overflow-y: scroll;
  width: 100%;
  height: 12em;
  resize: none;
  font-size: 15px;
  line-height: 1.5;
}

.mw_wp_form_direct_access_error {
  text-align: left;
  margin: 60px auto 0;
}

@media screen and (max-width: 780px) {
  .mw_wp_form_direct_access_error {
    margin: 30px auto 0px;
  }
  .mw_wp_form_direct_access_error p {
    text-align: left;
  }
}

.mw_wp_form_direct_access_error p {
  color: #ff1d25;
  margin-bottom: 1em;
}

/* Form agreement lock */
form.form .form-locked {
  opacity: 0.3;
}

form.form .form-locked * {
  pointer-events: none;
}

form.form .form-locked.unlocked {
  opacity: 1;
}

form.form .form-locked.unlocked * {
  pointer-events: auto;
}

.confirm-mess {
  text-align: center;
}

.mw_wp_form_confirm #privacyAgree {
  display: none;
}

.privacy p.mt16 {
  font-size: 0.875em;
}

.privacy dl {
  line-height: 2;
}

.privacy_list dd.indent {
  padding-left: 1rem;
  text-indent: -1rem;
}





.contact_tel.p-entry__body{
	padding-bottom: 4em;
}
.contact_tel.p-entry__body h2{
	text-align: center;
}
.contact_tel.p-entry__body .graybox{
	padding: 1.5em;
	background-color: #EFEFEF;
	text-align: center;

}
.contact_tel.p-entry__body .graybox h3{
    font-size: 200%;
    font-weight: normal;
	margin-bottom: 0.5em;
}
.contact_tel.p-entry__body .graybox h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/contact/ico_tel.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
	vertical-align: middle;
    margin: -4px 7px 0 0;	
	
}
.contact_tel.p-entry__body .graybox p{
	line-height: 160%;
	margin-bottom: 0;
}

.contact_form.p-entry__body {
   margin-bottom: 2em;
   padding-bottom: 0;
   border-bottom: none;
}

@media screen and (max-width: 780px) {
	.contact_form.p-entry__body {
	   margin-bottom: 2em;
	}
}

.contact_form.p-entry__body h2{
	text-align: center;
}
.default_content.p-entry__body p.privacy_link{
	margin-bottom: 1em;
}

.contact .btn.btn-primary {
    position:inherit;
	background: none;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
	line-height: 60px;
    min-width: 240px;
    height: 60px;
    padding: 0 15px;
    background-color: #00afba;
}
.confirm .btn.btn-back,
.fcn_confirm .btn.btn-back{
	border-radius: 0;
	height: 60px;
	
}
.confirm .mw_wp_form_confirm,
.fcn_confirm .mw_wp_form_confirm{
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px #DDDD;	
}


