/* ------------------------------------------------------------
// Business
------------------------------------------------------------ */
.content-ttl-img {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-top: 90px;
  background: url(../images/business/content-ttl-img.png) no-repeat center center/cover;
  border-bottom: 5px solid #ffffff;
}
.content-ttl-img .content-ttl-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 60%;
  min-width: 260px;
  height: 100%;
  padding-left: 20px;
}
.content-ttl-img .content-ttl-box .en {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
}
.content-ttl-img .content-ttl-box .en::first-letter {
  color: #55a301;
}
.content-ttl-img .content-ttl-box .jp {
  font-size: 16px;
  color: #55a301;
}
@media print, screen and (max-width: 767px) {
  .content-ttl-img {
    width: 100%;
    height: 200px;
  }
  .content-ttl-img .content-ttl-box .en {
    font-size: 50px;
  }
  .content-ttl-img .content-ttl-box .jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .content-ttl-img .content-ttl-box .en {
    font-size: 38px;
  }
}

.repair-bg {
  width: 100%;
  height: 100vh;
  background: url(../images/business/repair-img.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.repair-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.repair-wrap .repair-box {
  width: 50%;
  margin-left: auto;
  padding: 80px 0;
}
.repair-wrap .repair-box .txt-box .ttl {
  margin-bottom: 30px;
}
.repair-wrap .repair-box .txt-box .ttl .en {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
}
.repair-wrap .repair-box .txt-box .ttl .en::first-letter {
  color: #55a301;
}
.repair-wrap .repair-box .txt-box .ttl .jp {
  font-size: 16px;
  color: #55a301;
}
.repair-wrap .repair-box .txt-box p {
  color: #ffffff;
}
.repair-wrap .repair-box .txt-box .link-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .repair-wrap .repair-box {
    width: 80%;
  }
  .repair-wrap .repair-box .txt-box .ttl {
    margin-bottom: 30px;
  }
  .repair-wrap .repair-box .txt-box .ttl .en {
    font-size: 34px;
  }
  .repair-wrap .repair-box .txt-box .ttl .jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .repair-wrap .repair-box {
    width: 100%;
  }
}

/* ------------------------------------------------------------
// table
------------------------------------------------------------ */
.business-table {
  width: 100%;
}
.business-table tr th,
.business-table tr td {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  padding: 1.5em;
  border: 2px solid #ffffff;
}
.business-table tr th {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  width: 33.3333333333%;
  background: #005bad;
}
.business-table tr td {
  background: #f5f5f5;
}
.business-table tr:first-child th, .business-table tr:first-child td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .business-table tr th,
  .business-table tr td {
    font-size: 14px;
    padding: 1.5em 0.5em;
  }
}