@charset "utf-8";

.nmc-end__wrapper {
  width: 800px;
  background-color: #ECE8E2;
  border: 1px solid #515151;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
}

.nmc-end__title {
  color: #198834;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.nmc-end__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}

.nmc-faq__link {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 10px;
}

#sb .mv-lead {
  padding-top: 290px;
}

#sb .member .mileage .nmc-faq {
  margin: 38px auto 0px;
  padding: 0px;
  width: 720px;
}

#sb .member .mileage .nmc-faq h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#sb .member .mileage .nmc-faq h4 a {
  display: block;
  padding: 15px 0px;
  position: relative;
  color: #231815;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #327b3b;
  border-top: 1px solid #327b3b;
}

.member .mileage .nmc-faq .nmc-faq-list {
  display: none;
  margin: 0px;
  padding: 20px 0px 0px;
  color: #231815;
}

#sb .member .mileage .nmc-faq h4 a .fa-minus {
  display: none;
}

#sb .member .mileage .nmc-faq h4 a.open .fa-minus {
  display: block;
}

#sb .member .mileage .nmc-faq h4 a .fa-plus {
  display: block;
}

#sb .member .mileage .nmc-faq h4 a.open .fa-plus {
  display: none;
}

#sb .member .mileage .nmc-faq h4 a svg {
  font-size: 2.4rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.nmc-schedule__wrapper {
  width: 100%;
  background-color: #edf5ef;
  margin: 0 auto;
  padding: 20px;
}

.nmc-schedule__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.nmc-schedule__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}

.nmc-faq__detail-wrapper {
  border-bottom: 1px solid #d6cfc4;
  font-size: 1.6rem;
  margin-top: 30px;
}

.nmc-faq__question,
.nmc-faq__answer {
  border-top: 1px solid #d6cfc4;
  padding: 20px 10px 20px 50px;
  position: relative;
}

.nmc-faq__answer {
  border-top: 1px solid #e9e5df;
}

.nmc-faq__answer a {
  text-decoration: underline;
}

dt span.t,
dd span.t {
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  left: 20px;
}

dt span.t {
  color: #0066cc;
}

dd span.t {
  color: #cc0000;
}

.nmc__text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
  padding-left: 20px;
}

#sb .cbg {
  padding: 0;
}