@import url("reset.css");

.flex-center {
  display: flex;
  align-items: center;
}

.back-to-home {
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  font-family: Roboto, Arial, Helvetica, "微軟正黑體", sans-serif;
  letter-spacing: 0.02em;
  color: #181818;
  line-height: 125.19%;
}

.top-logo {
  width: 68px;
  height: 68px;
  margin-right: 8px;
}

.top-name {
  font-family: Trochut;
  font-weight: bold;
  font-size: 48px;
  color: #181818;
}

.top-section {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.mail-contact {
  width: 125px;
  height: 40px;
  background: #058ae0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.top-contact {
  margin-right: 21px;
  cursor: pointer;
}
.icon-mail {
  margin-right: 6px;
  width: 20px;
}

.pc-top-contact {
  display: flex;
  align-items: center;
}

.content {
  margin-top: 128px;
  width: 1200px;
}

.content-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 125.19%;
  margin-bottom: 16px;
}
.content-strong {
  font-weight: 700;
  font-size: 20px;

  letter-spacing: 0.02em;
}
.content-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.content-section {
  padding: 16px;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.section-title {
  font-size: 18px;
  font-weight: 700;
}

.section-list {
  list-style: disc;
  padding-left: 1em;
}

.list-content {
  font-weight: 500;
  font-size: 16px;
}

.footer {
  width: 100vw;
  background-color: #fafafc;
  padding-top: 40px;
  height: 131px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-top: 40px;
}
.footer-link {
  font-weight: 500;
  font-size: 16px;
  color: #058ae0;
  text-decoration: none;
}
.footer-link:first-child {
  margin-right: 8px;
}

.copyright {
  color: #181818;
  font-weight: 500;
  font-size: 16px;
  margin-top: 18px;
}

@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 32px);
    padding: 14px 16px 0;
    margin: 0 auto;
  }
  .top-section {
    width: 100%;
  }
  .top-logo {
    margin-right: 15px;
  }
  .top-name {
    color: #3d3d3d;
  }
  .pc-top-contact {
    display: none;
  }
  .content {
    margin-top: 66px;
    width: 100%;
  }
  .content-title {
    font-size: 36px;
  }
  .footer {
    margin-top: 42px;
  }
}
