@charset "UTF-8";
/* =====
 * /お問い合わせページ レイアウト
============================================================================= */
.contact-block {
  margin-bottom: 80px;
}

.contact-block:last-child {
  margin-bottom: 0;
}

.section-title {
  width: 100%;
  padding: 15px 25px;
  margin: 0 0 22px;
  background-color: #129481;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
}

.contact-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 470px;
  min-height: 180px;
  position: relative;
  padding: 1em 0 0 40px;
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.contact-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: #e8e8e8;
  z-index: -1;
}

.contact-list .title {
  margin: 0 0 1em;
  padding-left: 20px;
  color: #129481;
  font-size: 16px;
  font-size: 1rem;
}

.contact-list .title:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 2px;
  margin: 0.75em 0 0 -20px;
  background: #129481;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.contact-list .title small {
  font-size: 0.75em;
}

.contact-list .text {
  padding-left: 20px;
}

.contact-list .text p {
  margin: 0 0 0.5em;
}

.contact-list .text p:last-child {
  margin-bottom: 0;
}

.contact-list .text a {
  color: #49bb21;
}

.contact-list .text a[href^="tel:"] {
  color: inherit;
}

.contact-list .tel span {
  display: inline-block;
  margin-right: 0.8em;
}

.contact-list .tel span:last-child {
  margin-right: 0;
}

.head-lead {
  font-size: 14px;
  font-size: 0.875rem;
}

.other-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.other-link-list li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc(100% / 3 - 10px);
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.other-link-list li a {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #666;
}

.other-link-list li a p {
  margin-bottom: 0.7em;
}

.other-link-list li .inner-icon {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.other-link-list li .inner-icon .icon-arrow {
  display: inherit;
  margin-left: 0.8em;
  vertical-align: middle;
  color: #129481;
}

/* =====
 * /お問い合わせ レイアウト レスポンシブ
============================================================================= */
/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  .contact-list li.pc-2 {
    -ms-flex-order: 1;
        order: 1;
  }
  .contact-list li.pc-3 {
    -ms-flex-order: 2;
        order: 2;
  }
  .contact-list li.pc-4 {
    -ms-flex-order: 3;
        order: 3;
  }
  .contact-list li.pc-5 {
    -ms-flex-order: 4;
        order: 4;
  }
  .contact-list li.pc-6 {
    -ms-flex-order: 5;
        order: 5;
  }
  .contact-list li.pc-7 {
    -ms-flex-order: 6;
        order: 6;
  }
  .contact-list li.pc-8 {
    -ms-flex-order: 7;
        order: 7;
  }
}

/* PC End */
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

/* tablet End */
@media screen and (max-width: 767px) {
  /* smart phone */
  .contact-block {
    margin-bottom: 60px;
  }
  .section-title {
    font-size: 1.071rem;
    padding: 9px 12px 7px;
    margin-bottom: 16px;
  }
  .contact-list {
    margin-top: 23px;
  }
  .contact-list li {
    width: 100%;
    min-height: 140px;
    padding: 0.7em 0 0 15px;
    margin-top: 25px;
    font-size: 0.857rem;
  }
  .contact-list li:first-child {
    margin-top: 0;
  }
  .contact-list li:before {
    width: 140px;
    height: 140px;
  }
  .contact-list .title {
    margin-bottom: 0.6em;
    padding-left: 16px;
  }
  .contact-list .title:after {
    width: calc(100% + 16px);
    height: 1px;
    margin: 0.55em 0 0 -16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  }
  .contact-list .title small {
    font-size: 0.786em;
  }
  .contact-list .text {
    padding-left: 16px;
  }
  .contact-list .text p {
    margin-bottom: 0.1em;
  }
  .contact-list .tel span {
    display: inline-block;
    margin-right: 0.8em;
  }
  .contact-list .tel span:last-child {
    margin-right: 0;
  }
  .head-lead {
    font-size: 0.857rem;
  }
  .other-link-list {
    margin-top: 30px;
    padding-left: 25px;
  }
  .other-link-list li {
    width: 100%;
    margin-bottom: 3em;
    font-size: 0.786rem;
  }
  .other-link-list li:last-child {
    margin-bottom: 0;
  }
  .other-link-list li a {
    display: block;
  }
  .other-link-list li a p {
    margin-bottom: 0.7em;
  }
  .other-link-list li .inner-icon {
    font-size: 0.929rem;
  }
}

/* smart phone End */
