@charset "UTF-8";
section.top {
  padding-bottom: 150px;
  background-size: 100% 100%;
}

.content {
  background: white;
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 10px;
}
.content h2 {
  width: 1000px;
  max-width: 90%;
  margin: 0px auto;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.content h2 span {
  color: #e8423c;
  font-size: 30px;
}
.content .links {
  width: 1000px;
  max-width: 90%;
  border-bottom: solid 1px #bababa;
  padding-bottom: 50px;
  margin-top: 20px;
}

.links {
  gap: 50px;
}
.links .left,
.links .right {
  width: 300px;
  margin-bottom: 0;
}
.links .left .title,
.links .right .title {
  font-size: 16px;
}
.links a {
  height: 80px;
}

table {
  width: 1000px;
  max-width: 90%;
  margin: 0px auto;
}
table th {
  text-align: center;
  color: #e8423c;
  font-weight: 600;
  font-size: 18px;
  width: 230px;
}
table th,
table td {
  padding: 30px 0;
  border-bottom: solid 1px #bababa;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
table td {
  line-height: 200%;
  padding-top: 15px;
}
table td ul li {
  list-style: "・";
}
table tr:last-child th,
table tr:last-child td {
  border-bottom: 0;
}

.faq_box a {
  text-align: center;
  padding: 30px 40px;
  background: white;
  width: 600px;
  max-width: 90%;
  border-radius: 9999px;
  margin: 50px auto 150px auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: #e8423c;
  border: solid 1px #e8423c;
  font-weight: 600;
  transition: 0.2s;
}
.faq_box a:hover {
  background: #e8423c;
  color: white;
}

@media (max-width: 700px) {
  section.top {
    padding-bottom: 0px;
  }
  .content {
    border-radius: 20px;
    padding: 50px 5%;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h2 span {
    font-size: 23px;
  }
  table th {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
  table td {
    border-top: 0;
  }
  table {
    display: block;
    width: 100%;
  }
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
    width: 100%;
    text-align: left;
  }
  .faq_box a {
    padding: 15px 20px;
  }
  .links {
    gap: 20px;
  }
  .links a {
    border: solid 1px #e8423c;
  }
}/*# sourceMappingURL=info.css.map */