.top-container-heading {
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .top-container-heading {
    font-size: 24px;
  }
}
.top-mv-container {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 896px) {
  .top-mv-container {
    width: 100%;
    padding: 0;
  }
}
.top-mv-col {
  max-width: 50%;
}
.top-mv-each-content {
  min-height: 120px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border: 30px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .top-mv-each-content {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .top-mv-each-content-inner {
    font-size: 18px;
  }
}
.top-mv-col-img {
  width: 450px;
}
@media screen and (max-width: 896px) {
  .top-mv-col-img {
    width: 100%;
  }
}

.top-band-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  font-size: 32px;
  font-weight: bold;
  background-color: #f90304;
}
.top-band-each-content {
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: inherit;
}
@media screen and (max-width: 480px) {
  .top-band-each-content {
    width: 100px;
    height: 80px;
    font-size: 16px;
  }
}
.top-band-each-content-link {
  color: inherit;
}

.top-trust-container {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top-trust-container {
    padding: 40px 0 60px;
  }
}
.top-trust-img {
  max-width: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .top-trust-img {
    width: 100%;
  }
}
.top-trust-description {
  font-size: 24px;
  line-height: 1.4;
}

.top-service-container {
  padding: 80px 0;
  text-align: center;
  background-color: #f2f2f2;
}
.top-service-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.top-service-content-wrapper:first-child {
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .top-service-content-wrapper {
    flex-direction: column;
  }
  .top-service-content-wrapper:first-child {
    margin-bottom: 0;
  }
}
.top-service-each-content {
  max-width: 330px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .top-service-each-content {
    margin-bottom: 40px;
  }
}
.top-service-each-content-icon-wrapper {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f90304;
  border-radius: 50%;
}
.top-service-each-content-icon {
  font-size: 60px;
  color: white;
  position: relative;
  top: 1px;
  right: -2px;
}
.top-service-each-content-heading {
  margin: 18px 0;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .top-service-each-content-heading {
    font-size: 20px;
  }
}
.top-service-each-content-description {
  margin-bottom: 18px;
  line-height: 1.4;
}
.top-service-detail-button {
  width: 200px;
  padding: 14px;
  font-weight: bold;
  text-align: center;
  color: #f90304;
  background-color: white;
  border: 3px solid #f90304;
  border-radius: 8px;
}
.top-service-detail-button:hover {
  color: white;
  background-color: #f90304;
}

.top-overview-container {
  padding: 80px 0;
  text-align: center;
}
.top-overview-table-wrapper {
  width: 480px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 480px) {
  .top-overview-table-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.top-overview-table-row {
  padding: 24px 0px;
  text-align: left;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f2f2f2;
}
.top-overview-table-head {
  width: 80px;
  margin-right: 12px;
  text-align: left;
}
.top-overview-table-content-ol {
  margin-left: 28px;
  line-height: 1.2;
}
.top-overview-map-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.top-privacy-policy-container {
  padding: 80px 0;
  text-align: center;
  background-color: #f2f2f2;
}
.top-privacy-policy-content {
  width: 600px;
  height: 400px;
  margin: auto;
  text-align: left;
  line-height: 1.2;
  overflow: scroll;
}
@media screen and (max-width: 480px) {
  .top-privacy-policy-content {
    width: 92%;
  }
}
.top-privacy-policy-content > p {
  margin-bottom: 12px;
}