@charset "UTF-8";
@import url("common.css");

/* SECTION SAMPLE 01
 * ----------------------------------------------- */
.section-about .common-title {
  border-bottom: 1px solid #e0e0e0;
}
.section-about .detail-text {
  color: #666;
}
@media print, (min-width: 768px) {
  .section-about .common-title {
    padding: 45px 0;
    margin-bottom: 60px;
  }
  .section-about .block-inner {
    margin: 0 auto 100px;
    width: 1170px;
  }
  .section-about .section-title {
    margin-bottom: 60px;
  }
  .section-about .box-about {
    display: flex;
  }
  .section-about .detail-text {
    font-size: 18px;
    line-height: 2;
    width: 515px;
    margin: -5px 50px 0 0;
    letter-spacing: -0.08em;
  }
  .section-about .about-image {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .common-title {
    margin-bottom: 0.8rem;
  }
  .section-about .block-inner {
    padding: 0 0.2rem;
    margin-bottom: 1rem;
  }
  .section-about .section-title {
    margin-bottom: 0.7rem;
  }
  .section-about .box-about {
    display: flex;
    flex-flow: column-reverse;
  }
  .section-about .detail-text {
    font-size: 0.28rem;
    line-height: 2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.08em;
  }
}

.section-agency {
  color: #fff;
  display: flex;
  align-items: center;
}
.section-agency .agency-title {
  font-weight: bold;
}
.section-agency .link-agency {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .section-agency {
    text-align: center;
    background: url(../img/top/agency_bg.jpg) center/cover no-repeat;
    height: 600px;
  }
  .section-agency .agency-title {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .section-agency .agency-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .section-agency {
    background: url(../img/top/sp/agency_bg.jpg) center/cover no-repeat;
    height: 8rem;
  }
  .section-agency .agency-title {
    font-size: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .section-agency .agency-text {
    font-size: 0.28rem;
    line-height: 1.4;
  }
}

.section-profile .table-profile {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.section-profile .table-profile th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.section-profile .table-profile th,
.section-profile .table-profile td {
  vertical-align: top;
}
.section-profile .table-profile tr + tr th, .section-profile .table-profile tr + tr td {
  border-top: 1px solid #ccc;
}
@media print, (min-width: 768px) {
  .section-profile {
    padding: 95px 0 40px;
  }
  .section-profile .section-title {
    margin-bottom: 45px;
  }
  .section-profile .table-profile {
    margin: 0 auto;
    width: 1000px;
  }
  .section-profile .table-profile th, .section-profile .table-profile td {
    padding: 23px 10px 20px 30px;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-profile .table-profile th, .section-profile .table-profile td {
    padding-top: 25px;
    padding-bottom: 18px;
  }
}
@media print, (min-width: 768px) {
  .section-profile .table-profile th {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .section-profile {
    padding: 0.9rem 0 0.5rem;
  }
  .section-profile .section-title {
    margin-bottom: 0.6rem;
  }
  .section-profile .table-profile th, .section-profile .table-profile td {
    padding: 0.28rem 0.2rem;
    font-size: 0.28rem;
  }
  .section-profile .table-profile th {
    width: 30%;
  }
}

/*# sourceMappingURL=about.css.map */
