/* ---------------------------------------
 
------------------------------------------ */

.h2-title {
  background: linear-gradient(
    90deg,
    var(--sub-color) 0%,
    /* #ed5f2f 28.57%, */ var(--main-color) 100%
  );
  padding: 8px 25px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 40px;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 50px;
}
.white-detail-txt {
  width: 100%;
  background: #f8f8f2;
  padding: 40px 60px;
  margin-top: 40px;
  text-align: center;
}
.detail-txt-1 {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 26px;
  margin-top: 15px;
  font-weight: 500;
}
.container-900 p:not(:first-child) {
  margin-top: 15px;
}
.white-detail-txt {
  width: 100%;
  background: #f8f8f2;
  padding: 40px 60px;
  margin-top: 40px;
}
.h3-title {
  padding-left: 15px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 36px;
  color: #2c2c2c;
  border-left: 8px solid var(--main-color);
  margin-top: 50px;
}
.mt-0 {
  margin-top: 0 !important;
}
.sp-none {
  display: none;
}
.about-content {
  margin-top: 50px;
  border-bottom: 1px solid #c1c1c1;
}
.about-content table {
  width: 100%;
  border-collapse: collapse;
}
.about-content table tr td {
  padding: 20px 0;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 26px;
  color: #151515;
  border-top: 1px solid #c1c1c1;
}
.about-content table tr td:first-child {
  width: 145px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 26px;
  color: var(--main-color);
  vertical-align: baseline;
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  .sp {
    display: block;
  }
  .detail-txt-1 {
    font-size: 14px;
  }
  .h2-title {
    font-size: 22px;
    padding: 6px 16px;
    margin-top: 56px;
    margin-bottom: 32px;
  }
  .about-content table tr td:first-child {
    width: 76px;
    font-size: 14px;
  }
  .about-content table tr td {
    font-size: 14px;
  }
}
