@charset "UTF-8";

.top-title {
  text-align: left;
  padding: 30px 0;
  border-bottom: solid 2px #e9f4f1;
}
.top-title h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #007e5b;
  font-size: 45px;
  letter-spacing: 0.02em;
  line-height: 1.51;
}
.top-title span {
  font-size: 20px;
  line-height: 1.5;
}

.inner {
  max-width: 900px;
}

table {
  margin: 52px 0 100px;
  border: none; /* テーブル全体に枠線 */
  border-collapse: collapse; /* セル間の線を重ねて表示 */
  line-height: 2;
}
@media (max-width: 768px) {
  table {
    margin: 30px 0 80px;
  }
}
td {
  padding: 16px 20px;
  border: none;
  border-top: 1px solid #e3e3e3; /* 上線 */
  border-bottom: 1px solid #e3e3e3; /* 下線 */
  vertical-align: baseline;
}
@media (max-width: 768px) {
  td {
    padding: 10px 15px;
    display: block;
    border: none;
  }
}
td:first-child {
  font-weight: 600;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  td:first-child {
    border-top: 1px solid #e3e3e3; /* 上線 */
  }
}
iframe {
  width: 100%;
  height: 350px;
}
@media (max-width: 768px) {
  iframe {
    margin-top: 10px;
    height: 220px;
  }
}
.headoffice {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .headoffice {
    margin-bottom: 20px;
  }
}
address span {
  font-weight: 600;
}
/* ------------------------------ */
/* CTA */
/* ------------------------------ */
.cta-about {
  background-image: url(../../../../../assets/images/index/cta-about-about.png);
}
.cta-company {
  background-image: url(../../../../../assets/images/index/cta-about.png);
}
