/* 特定商取引法に基づく表記ページ（/company） 専用 */
main {
  background-color: var(--fuji-po-gray-2);
}
.section-company {
  padding-bottom: 60px;
}
h2.main-title p {
  line-height: 1.3;
}
.tokushoho-content {
  padding: 40px 0 50px;
}
.company-content {
  padding: 50px 0;
}
.section-company table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid var(--fuji-po-blue-1);
  margin-top: 20px;
}
.section-company table a {
  color: #D91A3A;
  text-decoration: underline;
  cursor: pointer;
}
.section-company table tr th {
  width: 170px;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  background-color: #80C8DE;
  color: #1E1E1E;
  vertical-align: baseline;
  line-height: 1.4;
}
.section-company table tr td {
  padding: 8px 15px;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #fff;
}
.section-company table tr th,
.section-company table tr td {
  border-bottom: 1px solid var(--fuji-po-blue-1);
}

@media screen and (max-width:767px) {
  .tokushoho-content {
    padding: 40px 0 50px;
  }
  .section-company {
    padding: 0 5% 30px;
  }
  .company-content {
    padding: 0;
  }
  .section-company table tr th,
  .section-company table tr td {
    font-size: 1.2rem;
  }
  .section-company table tr th {
    width: 25%;
    min-width: 85px;
    padding: 15px 5px;
  }
  .section-company table tr td {
    padding: 8px 5px;
  }
}

.company-content h2 {
    font-size: unset;
    letter-spacing: unset;
    color: unset;
    text-align: unset;
    margin: unset;
}
