@charset "utf-8";
/* CSS Document */
/* Section - Headline
----------------------------------------------------------------------------------------------------*/
.sec-headline {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 15rem
}
.sec-headline__copy {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.sec-headline__copy span {
  color: #ff820c;
}
.sec-headline__text {
  margin-bottom: 5rem;
  font-size: 2rem;
  font-feature-settings: normal;
  text-align: justify;
  line-height: 1.75;
}
.sec-headline__text p {
  margin-bottom: 2rem;
}
.sec-headline__text span {
  color: #ff820c;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .sec-headline {
    max-width: max(90%, 33rem);
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem
  }
  .sec-headline__copy {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    text-align: left;
  }
  .sec-headline__text {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
.sec-headline__banner {
  width: 100%;
  max-width: 51.7rem;
  margin: 0 auto 4rem;
}
.sec-headline__banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  height: 13rem;
  border: 1px solid #4d4d4d;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.sec-headline__banner a img {
  width: 35.5rem;
}
.sec-headline__banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sec-headline__banner {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .sec-headline__banner a {
    gap: 2rem;
    height: 20rem;
  }
  .sec-headline__banner a img {
    width: 20rem;
  }
}
/* Section - Outline
----------------------------------------------------------------------------------------------------*/
.sec-outline {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto 9rem;
}
.sec-outline__copy {
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.sec-outline table {
  width: 100%;
  border: none;
  border-spacing: 0;
}
.sec-outline table tr > * {
  border-bottom: 1px solid #4d4d4d;
}
.sec-outline table tr > td {
  border-right: 1px solid #4d4d4d;
}
.sec-outline tbody tr:first-child > *:first-child {
  border-radius: 1rem 0 0 0;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
}
.sec-outline tbody tr:first-child > *:last-child {
  border-radius: 0 1rem 0 0;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}
.sec-outline tbody tr:last-child > *:first-child {
  border-radius: 0 0 0 1rem;
  border-left: 1px solid #4d4d4d;
}
.sec-outline tbody tr:last-child > *:last-child {
  border-radius: 0 0 1rem 0;
}
.sec-outline tbody th:nth-of-type(1) {
  background-color: #ffeca6;
  border-left: 1px solid #4d4d4d;
}
.sec-outline tbody th {
  padding: 3.5rem 4rem;
  background-color: #ffeca6;
  font-size: 2rem;
  font-weight: 600;
}
.sec-outline tbody td {
  padding: 3.5rem 2rem;
  font-size: 2.1rem;
  font-weight: 600;
}
.sec-outline tbody td b {
  color: #ff820c;
  font-size: 2.1rem;
  font-weight: 700;
}
.sec-outline tbody td small {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .sec-outline {
    max-width: 100%;
  }
  .sec-support__copy {
    font-size: 2rem;
  }
  .sec-outline tbody th {
    min-width: 9rem;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  .sec-outline tbody td {
    padding: 1.5rem 0.5rem;
    font-size: 1.5rem;
  }
  .sec-outline tbody td b {
    font-size: 1.5rem;
  }
  .sec-outline tbody td small {
    font-size: 1.4rem;
  }
}
/* Section - Access Map
----------------------------------------------------------------------------------------------------*/
.sec-access iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 1023px) {
  .sec-access iframe {
    height: 50rem;
  }
}