@charset "UTF-8";


.InformationDetail__Inner h1 {
  padding-bottom: 16px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-bottom: 1px solid #ff4d33 !important;
}
.InformationDetail__Inner p {
  margin-top: 28px !important;
  font-size: 16px !important;
  line-height: 1.875 !important;
}
.InformationDetail__Inner img {
  display: block;
  margin-inline: auto;
  margin-top: 28px;
}
.InformationDetail__Inner ul {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 28px;
}
@media screen and (min-width: 768.02px), print {
  .InformationDetail__Inner ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .InformationDetail__Inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.InformationDetail__Inner ul img {
  margin-top: 0;
}
.InformationDetail__Inner a {
  display: inline-block;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .InformationDetail__Inner a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}


  .InformationDetail {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #00677f;
  }

@media screen and (max-width: 768px) {
  .InformationDetail {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
    .InformationDetail__Inner {
        padding-top: 60px !important;
    }
}