@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@500;700&display=swap");
#content article#contact section#entry .contact_call, #content article#contact section#entry .contact_form {
  border-radius: 0.625em;
  width: 100%;
  max-width: 1000px;
  margin: 3.75em auto 0;
  border: #0080CB solid 2px;
  padding: 2.5em 6.25em;
}
@media (max-width: 960px) {
  #content article#contact section#entry .contact_call, #content article#contact section#entry .contact_form {
    padding: 1.875em;
  }
}
#content article#contact section#entry .contact_call:first-child, #content article#contact section#entry .contact_form:first-child {
  margin-top: 0;
}
#content article#contact section#entry .contact_call h2, #content article#contact section#entry .contact_form h2 {
  text-align: center;
  color: #0080CB;
  padding: 0;
  background: none;
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 0;
  border: none;
  min-height: 0;
}
#content article#contact section#entry .contact_call .counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875em;
}
#content article#contact section#entry .contact_call .counters:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #DCDCDC;
}
#content article#contact section#entry .contact_call .counters .counter {
  width: 44.7236180905%;
}
#content article#contact section#entry .contact_call .counters .counter .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  background: #F0F6FB;
  padding: 1.5em;
}
#content article#contact section#entry .contact_call .counters .counter .call .phone, #content article#contact section#entry .contact_call .counters .counter .call .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content article#contact section#entry .contact_call .counters .counter .call .phone:before, #content article#contact section#entry .contact_call .counters .counter .call .fax:before {
  content: "";
  display: none;
  width: 0.9em;
  height: 0.9em;
  background: 50%/contain no-repeat;
  margin-right: 0.315em;
}
#content article#contact section#entry .contact_call .counters .counter .call .phone:before {
  background-image: url("../images/common/icon_phone.svg");
  display: block;
}
#content article#contact section#entry .contact_call .counters .counter .call .fax:before {
  background-image: url("../images/common/icon_fax.svg");
  display: block;
}
#content article#contact section#entry .contact_call .counters .counter .time {
  text-align: center;
  margin-top: 1.4285714286em;
  font-size: 0.875em;
}
@media (max-width: 960px) {
  #content article#contact section#entry .contact_call .counters {
    display: block;
  }
  #content article#contact section#entry .contact_call .counters:after {
    display: none;
  }
  #content article#contact section#entry .contact_call .counters .counter {
    width: 100%;
    margin-top: 1.25em;
  }
  #content article#contact section#entry .contact_call .counters .counter:first-child {
    margin-top: 0;
  }
  #content article#contact section#entry .contact_call .counters .counter .time {
    margin-top: 0.7142857143em;
  }
}
#content article#contact section#entry .contact_form .desc {
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content article#contact section#entry .contact_form .desc .note {
  color: #A20039;
}
@media (max-width: 960px) {
  #content article#contact section#entry .contact_form .desc {
    text-align: left;
    margin-top: 1.25em;
  }
}
#content article#contact section#entry .contact_form .wpcf7 {
  max-width: 592px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#content article#contact section#entry .contact_form button, #content article#contact section#entry .contact_form input, #content article#contact section#entry .contact_form optgroup, #content article#contact section#entry .contact_form select, #content article#contact section#entry .contact_form textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#content article#contact section#entry .contact_form button, #content article#contact section#entry .contact_form select {
  text-transform: none;
}
#content article#contact section#entry .contact_form button, #content article#contact section#entry .contact_form input[type=email], #content article#contact section#entry .contact_form input[type=number], #content article#contact section#entry .contact_form input[type=password], #content article#contact section#entry .contact_form input[type=search], #content article#contact section#entry .contact_form input[type=submit], #content article#contact section#entry .contact_form input[type=tel], #content article#contact section#entry .contact_form input[type=text], #content article#contact section#entry .contact_form input[type=url], #content article#contact section#entry .contact_form select, #content article#contact section#entry .contact_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
#content article#contact section#entry .contact_form input[type=email], #content article#contact section#entry .contact_form input[type=number], #content article#contact section#entry .contact_form input[type=password], #content article#contact section#entry .contact_form input[type=search], #content article#contact section#entry .contact_form input[type=tel], #content article#contact section#entry .contact_form input[type=text], #content article#contact section#entry .contact_form input[type=url], #content article#contact section#entry .contact_form select, #content article#contact section#entry .contact_form textarea {
  background-color: #fff;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=button], #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=submit]::-webkit-search-decoration,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=button]::-webkit-search-decoration {
  display: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=submit]::focus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=button]::focus {
  outline-offset: -2px;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url],
#content article#contact section#entry .contact_form .wpcf7[role=form] select {
  border: #202020 solid 1px;
  border-radius: 0.4em;
  font-size: 1em;
  padding: 0.5em 1em;
  line-height: 1.9375em;
  display: block;
  width: 100%;
  background: #fff;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]::-webkit-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]::-webkit-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]::-webkit-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]::-webkit-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] select::-webkit-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]::-moz-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]::-moz-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]::-moz-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]::-moz-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] select::-moz-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]:-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]:-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]:-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]:-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] select:-ms-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]::-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]::-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]::-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]::-ms-input-placeholder, #content article#contact section#entry .contact_form .wpcf7[role=form] select::-ms-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]::placeholder,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]::placeholder,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]::placeholder,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]::placeholder,
#content article#contact section#entry .contact_form .wpcf7[role=form] select::placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text][readonly=readonly],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email][readonly=readonly],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel][readonly=readonly],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url][readonly=readonly],
#content article#contact section#entry .contact_form .wpcf7[role=form] select[readonly=readonly] {
  border: none;
  background: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text][readonly=readonly]:forcus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email][readonly=readonly]:forcus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel][readonly=readonly]:forcus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url][readonly=readonly]:forcus,
#content article#contact section#entry .contact_form .wpcf7[role=form] select[readonly=readonly]:forcus {
  border: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text]:focus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email]:focus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel]:focus,
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url]:focus,
#content article#contact section#entry .contact_form .wpcf7[role=form] select:focus {
  border-color: #F0F6FB;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text][name*=zipcode], #content article#contact section#entry .contact_form .wpcf7[role=form] input[type=text][name*=region],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email][name*=zipcode],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=email][name*=region],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel][name*=zipcode],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=tel][name*=region],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url][name*=zipcode],
#content article#contact section#entry .contact_form .wpcf7[role=form] input[type=url][name*=region],
#content article#contact section#entry .contact_form .wpcf7[role=form] select[name*=zipcode],
#content article#contact section#entry .contact_form .wpcf7[role=form] select[name*=region] {
  width: 50%;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] .select {
  position: relative;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] .select:after {
  content: "▼";
  color: #202020;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] .select option {
  color: #202020;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] .select.hasvalue {
  color: inherit;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea {
  border: #202020 solid 1px;
  border-radius: 0.4em;
  font-size: 1em;
  padding: 0.5em 1em;
  line-height: 1.9375em;
  display: block;
  width: 100%;
  background: #fff;
  font-family: inherit;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea::-moz-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea::-ms-input-placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea::placeholder {
  color: #bfbfbf;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:-moz-read-only {
  border: none;
  background: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:read-only {
  border: none;
  background: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:-moz-read-only:forcus {
  border: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:read-only:forcus {
  border: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] textarea:focus {
  border-color: #F0F6FB;
  outline: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio] {
  display: none;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio] + span, #content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio] + .wpcf7c-conf-hidden + span {
  position: relative;
  display: block;
  padding-left: 3.8em;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio] + span:before, #content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio] + .wpcf7c-conf-hidden + span:before {
  content: "";
  width: 1.8333333333em;
  height: 1.8333333333em;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-right: 1.3333333333em;
  margin-top: 1px;
  border-radius: 100%;
  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;
  font-size: 1.2em;
  color: #999;
  position: absolute;
  top: 0.1666666667em;
  left: 0;
}
#content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio]:checked + span:before, #content article#contact section#entry .contact_form .wpcf7[role=form] label input[type=radio]:checked + .wpcf7c-conf-hidden + span:before {
  content: "●";
}
#content article#contact section#entry .entry_content .formBox {
  margin-top: 1.5em;
}
#content article#contact section#entry .entry_content .formBox:first-child {
  margin-top: 0;
}
#content article#contact section#entry .entry_content .formBox > label {
  display: block;
  margin-bottom: 0.25em;
}
#content article#contact section#entry .entry_content .formBox > label.required:after {
  content: " *";
  color: #A20039;
}
#content article#contact section#entry .entry_content .formBox > span[class*=wpcf7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content article#contact section#entry .entry_content .formBox > span[class*=wpcf7] span[role=alert] {
  padding: 0.5em;
}
#content article#contact section#entry .entry_content .btnWrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#content article#contact section#entry .entry_content .btnWrap .ajax-loader {
  margin: 0.5em;
  position: absolute;
  top: 100%;
}
@media (max-width: 960px) {
  #content article#contact section#entry .entry_content .btnWrap {
    margin-top: 2.5em;
  }
}
#content article#contact section#entry .entry_content .btn_r,
#content article#contact section#entry .entry_content .contact_form .btn_r {
  display: block;
  font-size: 0.875em;
  line-height: 1.4285714286;
  border-radius: 2.5em;
  border: #0080CB solid 2px;
  background: #0080CB;
  color: #fff;
  padding: 1.6428571429em;
  width: 20.4285714286em;
}
@media (hover: hover) {
  #content article#contact section#entry .entry_content .btn_r:hover,
#content article#contact section#entry .entry_content .contact_form .btn_r:hover {
    background: #fff;
    color: #0080CB;
  }
}
#content article#contact section#entry .entry_content .contact_thanks {
  max-width: 796px;
  margin: 1.875em auto 0;
  display: none;
}
#content article#contact section#entry .entry_content.sent .contact_standby {
  display: none;
}
#content article#contact section#entry .entry_content.sent .contact_thanks {
  display: block;
}