@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
.container {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width:540px) {
  .container {
    max-width: 330px;
  }
}

a.button {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
     border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  color: white;
  background: linear-gradient(to bottom, #C58A3A, 66%, #BB7E2A, #925B11);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  a.button {
    font-size: 16px;
    padding: 15px 0;
  }
}
a.button::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
a.button:hover {
  background: linear-gradient(to bottom, #DFA85C, 66%, #B77820);
}
a.button.mt {
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  a.button.mt {
    margin-top: 50px;
  }
}

.top-cta p {
  margin-bottom: 60px;
}
@media screen and (max-width:540px) {
  .top-cta p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.bottom-faq {
  padding: 0 0 100px;
}
.bottom-faq h2 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 2px solid #685150;
}
@media screen and (max-width:540px) {
  .bottom-faq h2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #685150;
  }
}
.bottom-faq h2.mt {
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  .bottom-faq h2.mt {
    margin-top: 50px;
  }
}
.bottom-faq .aco-block {
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco-block {
    margin-bottom: 20px;
  }
}
.bottom-faq .aco-last {
  margin-bottom: 0;
}
.bottom-faq .aco-content {
  display: flex;
  align-items: stretch;
}
.bottom-faq .aco-content-left {
  margin-right: 15px;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco-content-left {
    margin-right: 10px;
  }
}
.bottom-faq .aco-content-left p {
  line-height: 1;
}
.bottom-faq .aco .content-q {
  background-color: white;
  color: #ffffff;
}
.bottom-faq .aco .content-q.q {
  position: relative;
  transition: 0.4s;
}
.bottom-faq .aco .content-q.q:hover {
  cursor: pointer;
  opacity: 0.7;
}
.bottom-faq .aco .content-q .aco-content-left p {
  font-weight: bold;
  padding: 20px 15px;
  background: #685150;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco .content-q .aco-content-left p {
    padding: 25px 10px;
  }
}
.bottom-faq .aco .content-q .aco-content-right p {
  color: #685150;
  font-weight: 400;
  padding: 10px 0;
  padding-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.bottom-faq .aco .content-a {
  background: none;
  padding: 15px 30px;
  align-items: flex-start;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco .content-a {
    padding: 15px 10px;
  }
}
.bottom-faq .aco .content-a .aco-content-right p {
  font-size: 16px;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco .content-a .aco-content-right p {
    font-size: 14px;
  }
}
.bottom-faq .aco .content-a .aco-content-right a {
  text-decoration: underline;
  color: #685150;
  font-size: 16px;
  padding-top: 15px;
}
@media screen and (max-width:540px) {
  .bottom-faq .aco .content-a .aco-content-right a {
    font-size: 14px;
  }
}
.bottom-faq .aco .qa-last {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */