@charset "UTF-8";

.environment-area {
  margin-bottom: 6rem;
}

.environment-area h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.environment-area p.mb {
  margin-bottom: 5rem;
}
.environment-table th {
  width: 14rem;
  min-width: 14rem;
}
.environment-table th:first-child {
  min-width: 18rem;
  width: 18rem;
}
.environment-table th,
.environment-table td {
  font-size: 1.4rem;
  padding: 1rem;
}

.environment-table td img {
  min-width: auto;
  width: 100%;
}

.environment-table td:last-child span {
  font-size: 1.2rem;
}

.environment-table-area {
  margin-bottom: 4rem;
}

/**************************************************/
/*
scroll-hint.js
*/
/**************************************************/

.scroll-hint-icon {
  top: calc(50% - 2.5rem);
  left: calc(50% - 9rem);
  width: 18rem;
}

.scroll-hint-text {
  font-size: 1.5rem;
}

.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  background: none;
}
