@charset "utf-8";
/* フリーダイヤルの書体 */
.sspro {
  font-family: 'Sourse Sans Pro';
}
/* //フリーダイヤルの書体 */
/* お問い合わせフォーム用 */
.form-gray-wrap {
  padding: 1rem;
}
.mw_wp_form_input .confirm-message {
  display: none;
}
.mw_wp_form_confirm .input-message, .mw_wp_form_confirm .bottom-message, .mw_wp_form_confirm .postal-search {
  display: none;
}
.bottom-message {
  width: max-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bottom-message label {
  display: flex;
}
.form-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 15px 0;
}
.form-items dt, .form-items dd {
  width: 100%;
}
.form-items dt {
  padding-bottom: 10px;
}
.form-items dd {
  margin-bottom: 0;
}
.form-items input:not([type="checkbox"]), .form-items select, .form-items textarea {
  max-width: 100%;
  padding: 1px 8px;
}
.form-items textarea {
  width: 100%;
}
.form-items input:not([type="checkbox"]), .form-items select {
  height: 30px;
}
.mw_wp_form input[type="checkbox"], .mwform-checkbox-field label input, .mwform-radio-field label input {
  width: 24px;
  height: 24px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  display: flex;
  margin-bottom: 10px;
}
.mwform-checkbox-field label input:hover, .mwform-checkbox-field label span:hover {
  cursor: pointer;
}
.form-items input, .form-items select, .form-items textarea {
  border: 1px solid #999999;
}
.input-flex-wrap {
  display: flex;
  column-gap: 7px;
}
.input-flex-wrap > span {
  max-width: 50%;
}
.input-flex-wrap .error {
  display: block;
}
.mw_wp_form .form-items .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .form-items .horizontal-item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 5px;
  display: inline-block;
}
.label-contact {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 1px 0.72rem;
  margin-left: 7px;
  color: #fff;
}
.postal-search {
  border: none;
  outline: none;
  color: #fff;
  background: #0070C5;
  border-radius: 4px;
  height: 30px;
  padding: 2px 13px;
  transition: .3s;
  font-size: 16px;
}
.postal-search:hover {
  opacity: .7;
}
.label-essential {
  background: #E40000;
}
.label-optional {
  background: #888;
}
.input-example {
  padding-top: 6px;
}
.subjunction-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.act-btn-wrap {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conf-send-btn {
  color: #0070C5;
  background: #fff;
  display: inline-block;
  text-align: center;
  width: 446px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1.11rem 25px;
  font-size: 1.11rem;
  max-width: 100%;
  min-width: 100px;
  border-radius: 6px;
  border: 1px solid #0070C5;
  position: relative;
  transition: .3s;
}
.conf-send-btn:hover {
  color: #fff;
  background: #0070C5;
}
.mw_wp_form_confirm .conf-send-btn {
  width: 300px;
}
.back-btn {
  color: #333;
  background: #cecece;
  border: none;
  height: 35px;
  width: 135px;
  max-width: 48%;
  transition: .3s;
  margin-right: 10px;
  border-radius: 5px;
  transition: .3s;
}
.back-btn:hover {
  opacity: .7;
}
.privacy-policy-link {
  color: #070304;
}
.mw_wp_form .error {
  margin-top: 3px;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .form-items {;
    padding: 15px 0;
  }
  .form-items dt {
    width: 270px;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .form-items dd {
    width : -webkit-calc(100% - 270px);
    width : calc(100% - 270px);
  }
  .form-gray-wrap {
    padding: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .form-gray-wrap {
    padding: 2.55rem;
  }
}
@media all and (min-width: 1400px) {
}

/* サブナビ調整 */

@media all and (min-width: 576px) and (max-width: 767.99999px) {
  .brother-linklist li a {
    padding: 15px 4px;
    letter-spacing: -0.075em;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {

}
/* //サブナビ調整 */
/* お問い合わせ親ページ */
.freedial-box {
  background-color: #CEE9F4;
  padding: 1rem;
}
.freedial-ttl {
  font-size: 1.44rem;
  font-weight: 700;
}
.freedial-number a {
  color: #3D3C3D;
}
.freedial-number span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
}
.freedial-number span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 100%;
  background: url(../images/contact/freedial.svg) no-repeat center left/contain;
}
.contact-child-link {
  display: block;
  padding: 1rem;
  border: 1px solid #0070C5;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  color: #070304;
}
.contact-child-ttl {
  font-size: 1.11rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.form-company-desc_box {
  width: 224px;
  max-width: 100%;
  height: 138px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.75rem;
  background-color: #008dcd;
}
.form-company-desc_box_inner {
  text-align: left;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  .freedial-box {
    padding: 1.5rem;
  }
  .form-company-desc_box {
    width: 185px;
    height: 114px;
    font-size: 14px;
    letter-spacing: -.05em;
  }
}
@media all and (min-width: 992px) {
  .freedial-box {
    padding: 2.2rem;
  }
  .freedial-number span {
    font-size: 3rem;
    padding-left: 3.44rem;
  }
  .freedial-number a {
    pointer-events: none;
  }
  .contact-child-link {
    padding: 28px;
  }
  .contact-child-ttl {
    margin-bottom: 1.38rem;
  }
  .form-company-desc_box {
    width: 186px;
    height: 115px;
  }
}
@media all and (min-width: 1200px) {
  .form-company-desc_box {
    width: 224px;
    height: 138px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media all and (min-width: 1400px) {
  .mwform-checkbox-field-text {
    position: relative;
    top: -2px;
  }
}
/* //お問い合わせ親ページ */

/* 2026お問い合わせ */
.group-link-list__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.group-link-list__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: .5rem;
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 8px;
  min-height: 125px;
}
.group-link-list__card::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);  
  -webkit-transform: translateY(-50%) rotate(45deg);  
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #2271b1;
  border-right: 2px solid #2271b1;

}
.group-link-list__logo-wrap, .group-link-list__text {
  width: 100%;
  margin-bottom: 0;
}
.group-link-list__text {
  font-size: 1.11rem;
  font-weight: 700;
  line-height: 1.4;
}
.group-link-list__logo {
  width: auto;
  height: 30px;
}
.group-link-list__text, .group-link-list__description {
  color: #333;
}
.group-link-list__description {
  font-size: .85rem;
}
.group-link-list__description--red {
  color: #db0707;
}
@media all and (min-width: 768px) {
  .group-link-list__card {
    /*flex-wrap: nowrap;*/
  }
  .group-link-list__logo-wrap {
    width: 45%;
    padding-right: 1.25rem;
  }
  .group-link-list__logo {
    height: 44px;
  }
  .group-link-list__text {
    width: 55%;
  }
}
@media all and (min-width: 992px) {
  .group-link-list__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .group-link-list__card {
    padding: 2rem 3rem 2rem 2rem;
  }
  .group-link-list__card::after {
    right: 2rem;
  }
  .group-link-list__logo {
    height: 52px;
  }

}
@media all and (min-width: 1200px) {
  .group-link-list__logo-wrap {
    padding-right: 2rem;
  }
}
@media (any-hover: hover) {
  .group-link-list__card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  }
}
/* //2026お問い合わせ */