/* CSS Document */

* {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body {
  width: 100%;
  /* max-width: 1440px; */
  letter-spacing: 0.1em;
  font-weight: normal;
}

.header {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 70px;
  line-height: 70px;
}

.logo {
  padding-top: 12px;
  padding-left: 2%;
  width: 130px;
}

.main-visual {
  padding-top: 70px;
  background-size: cover;
  width: 100%;
}

.main-visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


.faq-main-title {
  text-align: center;
  padding: 50px;
  font-size: 18px;
  font-weight: 300;
}

.faq-sub-title {
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  background-color: #efefef;
  text-align: center !important;
  margin-bottom: 20px;
}

.faq-box {
  line-height: 2;
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 100px;
}

.faq-list {
  margin: 30px 0;
}

.faq-box li p {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.faq-answer-a {
  color: red;
}

.terms {
  color: #a68b7c;
  transition: 0.3s;
}

.terms:hover {
  opacity: 0.7;
}

/* Footer */
.footer {
  background-color: #000;
  color: lightgray;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  position: relative;
}

.footer p {
  padding: 5px;
}

.footer-underneath {
  font-size: 16px;
}

.footer-a {
  color: lightgray;
  transition: 0.3s;
}

.footer-a:hover {
  color: gray;
}

.footer .link-group {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  padding: 15px;
  border-radius: 3px;
}

.footer .link-group .link-item {
  color: #eee;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.footer .link-group .link-item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .faq-box {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .footer .link-group {
    border: 0;
    padding: 0;
    top: unset;
    right: unset;
    position: relative;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .faq-box {
    width: 90%;
  }

  .header {
    height: 60px;
    line-height: 60px;
  }

  .logo {
    padding-top: 10px;
    padding-left: 3%;
    width: 120px;
  }

  .main-visual {
    padding-top: 60px;
  }
}

.pt-80{
    padding-top: 80px;
}

.pb-90{
    padding-bottom: 90px;
}
.btn-dark {
   font-size:10px;
    margin: 20px;
    color: #fff;
    background-color: #212529;
    border-color: #212529;.btn-dark ;
}


