.qa-top {
  width: 100%;
  margin: 69px auto 0px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 481px) {
  .qa-top {
    margin: 0px auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .qa-top {
    margin: 0px auto;
  }
}
.qa-top-title {
  font-size: 37px;
  text-align: center;
  letter-spacing: 3px;
  color: #5F6969;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 12px;
  line-height: 60px;
  top: 50%;
}
@media only screen and (max-width: 481px) {
  .qa-top-title {
    font-size: 25px;
  }
}
.qa-top-title2 {
  font-size: 29px;
}
@media only screen and (max-width: 769px) {
  .qa-top-title2 {
    font-size: 24px;
  }
}
.qa-top-title3 {
  font-size: 22px;
  line-height: 3px;
  line-height: 28px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 58%;
}
@media only screen and (max-width: 769px) {
  .qa-top-title3 {
    font-size: 15px;
  }
}

.faq-top {
  width: 900px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .faq-top {
    width: 100%;
  }
}
.faq-top img {
  width: 100%;
}

.kensaku-waku {
  width: 900px;
  height: auto;
  padding: 20px;
  margin: 20px auto !important;
  background-color: #f9f4ec;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku {
    width: 90%;
    margin: 10% auto;
  }
}
.kensaku-waku-title {
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 65px;
  text-align: center;
  margin: 30px;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku-title {
    font-size: 20px;
    line-height: 30px;
    margin: 5% auto;
  }
}
.kensaku-waku .search_container {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 3px 10px;
  border-radius: 84px;
  line-height: 70px;
  width: 750px;
  overflow: hidden;
  background-color: white;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku .search_container {
    width: 100%;
    line-height: 50px;
  }
}
.kensaku-waku .search_container-img {
  background: none;
  position: absolute;
  top: 19px;
  right: 21px;
  border: none;
  cursor: pointer;
}
.kensaku-waku .search_container input[type=text] {
  border: none;
  font-size: 22px;
  line-height: 70px;
  color: #B0B4BC;
  padding-left: 20px;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku .search_container input[type=text] {
    line-height: 50px;
    font-size: 15px;
  }
}
.kensaku-waku .search_container input[type=text]:focus {
  outline: 0;
}
.kensaku-waku .search_container input[type=image] {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 22px;
  outline: none;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku .search_container input[type=image] {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 17px;
    outline: none;
    width: 20px;
    height: 20px;
  }
}
.kensaku-waku-moji-waku {
  width: 750px;
  margin: 20px auto;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku-moji-waku {
    width: 100%;
    margin: 5% auto;
  }
}
.kensaku-waku-moji-waku .under-1 {
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 50px;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku-moji-waku .under-1 {
    font-size: 17px;
    margin: 10px auto;
  }
}
.kensaku-waku-moji-waku .under-2 {
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 50px;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku-moji-waku .under-2 {
    font-size: 17px;
    margin: 10px auto;
    line-height: 30px;
  }
}
.kensaku-waku-moji-waku .under-2-inner {
  padding: 10px 20px;
  background: white;
  margin: 0px 5px;
  border-radius: 8px;
}
@media only screen and (max-width: 769px) {
  .kensaku-waku-moji-waku .under-2-inner {
    padding: 10px 10px;
    background: white;
    margin: 5px 5px 10px;
    border-radius: 8px;
    display: inline-block;
  }
}

.qa-icon-section {
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .qa-icon-section {
    margin: 10% auto;
  }
}
.qa-icon-section-flex-box {
  width: 1000px;
  margin: 100px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 769px) {
  .qa-icon-section-flex-box {
    width: 96%;
    margin: 10% auto;
  }
}
.qa-icon-section-flex-box-inner {
  width: 142px;
  margin: 10px;
}
@media only screen and (max-width: 769px) {
  .qa-icon-section-flex-box-inner {
    width: 23%;
    height: auto;
    margin: 1%;
  }
}
.qa-icon-section-flex-box-inner .img-on {
  display: none;
}
.qa-icon-section-flex-box-inner .img-off {
  display: block;
}
.qa-icon-section-flex-box-inner.active .img-off {
  display: none !important;
}
.qa-icon-section-flex-box-inner.active .img-on {
  display: block !important;
}
.qa-icon-section-flex-box-inner-maru {
  width: 160px;
  height: 160px;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .qa-icon-section-flex-box-inner-maru {
    width: auto;
    height: auto;
  }
}
.qa-icon-section-flex-box-inner-maru:hover {
  opacity: 0.5;
  transform: 3s;
}

.qa-content-waku {
  margin: 50px auto 100px;
}
@media only screen and (max-width: 481px) {
  .qa-content-waku {
    margin: 10% auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .qa-content-waku {
    margin: 10% auto;
  }
}
.qa-content-waku-waku {
  width: 900px;
  margin: auto;
  color: #5F6969;
  font-size: 20px;
  letter-spacing: 1.5px;
  background-color: #f9f4ec;
  margin: 20px auto;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .qa-content-waku-waku {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
}
.qa-content-waku-waku-title {
  position: relative;
  padding: 20px 70px 20px 40px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 769px) {
  .qa-content-waku-waku-title {
    padding: 5% 50px 5% 5%;
  }
}
.qa-content-waku-waku-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 49px;
  width: 2px;
  height: 24px;
  background: #5F6969;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 481px) {
  .qa-content-waku-waku-title::after {
    width: 1px;
    right: 32px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .qa-content-waku-waku-title::after {
    width: 1px;
    right: 32px;
  }
}
.qa-content-waku-waku-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  width: 24px;
  height: 2px;
  background: #5F6969;
  transform: translateY(-50%);
}
@media only screen and (max-width: 481px) {
  .qa-content-waku-waku-title::before {
    width: 22px;
    right: 22px;
    height: 1px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .qa-content-waku-waku-title::before {
    width: 22px;
    right: 22px;
    height: 1px;
  }
}
.qa-content-waku-waku-title.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
.qa-content-waku-waku-inner {
  display: none;
  padding: 40px 0px 60px;
  font-size: 20px;
  background-color: white;
}
@media only screen and (max-width: 481px) {
  .qa-content-waku-waku-inner {
    padding: 5% 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .qa-content-waku-waku-inner {
    padding: 5% 0;
    font-size: 15px;
  }
}

.toiawase-brn {
  width: 500px;
  border: 1px solid #5F6969;
  font-size: 15px;
  line-height: 71px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  position: relative;
  width: 480px;
  margin: 50px auto;
}
.toiawase-brn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 70px;
  color: #5F6969;
  border-bottom: 1px solid #5F6969;
}
@media only screen and (max-width: 481px) {
  .toiawase-brn::after {
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .toiawase-brn {
    width: 90%;
    max-width: 500px;
    margin: 10% auto 15%;
  }
}
.toiawase-brn:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.toiawase-brn:hover::after {
  width: 0px;
  right: 0;
  transition: 0.3s;
}

.qa-icon-section-flex-box {
  width: 700px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 769px) {
  .qa-icon-section-flex-box {
    width: 90%;
    margin: 0px auto;
  }
}

.teiki-waku-section {
  width: 100%;
  color: #5F6969;
  background-image: url(../img/contents/top-back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section {
    background-image: url(../img/contents/sm-back.png);
  }
}
.teiki-waku-section-inner-flex {
  width: 1000px;
  padding: 250px 0px 3px 0px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex {
    width: 90%;
    margin: auto;
    padding: 20% 0 0 0;
  }
}
.teiki-waku-section-inner-flex-title {
  font-size: 32px;
  letter-spacing: 1.5px;
  line-height: 65px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-title {
    font-size: 25px;
    text-align: center;
    line-height: 49px;
  }
}
.teiki-waku-section-inner-flex-bun {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 35px;
  width: 550px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-bun {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20%;
  }
}
.teiki-waku-section-inner-flex-img {
  position: absolute;
  top: 113px;
  right: -22%;
  width: 693px;
  height: 590px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-img {
    position: unset;
    width: 100%;
    height: auto;
  }
}
.teiki-waku-section-inner-flex-img img {
  width: 87%;
  height: 87%;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-img img {
    width: 100%;
    height: 100%;
  }
}
.teiki-waku-section-inner-flex-img-rank {
  position: absolute;
  top: 222px;
  right: -22%;
  width: 693px;
  height: 590px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-img-rank {
    position: unset;
    width: 100%;
    height: auto;
  }
}
.teiki-waku-section-inner-flex-img-rank img {
  width: 87%;
  height: 87%;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-inner-flex-img-rank img {
    width: 100%;
    height: 100%;
  }
}
.teiki-waku-section .rank-stage {
  margin: 120px auto 50px;
}
.teiki-waku-section .rank-stage-title {
  font-size: 28px;
  line-height: 65px;
  letter-spacing: 1px;
  border-bottom: 1px solid #5F6969;
  width: 1000px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section .rank-stage-title {
    width: 75%;
    font-size: 22px;
    margin-left: -5%;
    padding-left: 5%;
  }
}
.teiki-waku-section .rank-stage-bun {
  margin: 20px 0px;
  font-size: 19px;
  line-height: 35px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section .rank-stage-bun {
    font-size: 15px;
    margin: 5% auto 10%;
    line-height: 25px;
  }
}
.teiki-waku-section .rank-img {
  width: 1000px;
  height: 520px;
  margin: auto;
}
.teiki-waku-section .stage-btn {
  width: 500px;
  border: 1px solid #5F6969;
  font-size: 15px;
  line-height: 71px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  position: relative;
  width: 480px;
  margin: 50px auto;
}
.teiki-waku-section .stage-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 70px;
  color: #5F6969;
  border-bottom: 1px solid #5F6969;
}
@media only screen and (max-width: 481px) {
  .teiki-waku-section .stage-btn::after {
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section .stage-btn {
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
  }
}
.teiki-waku-section .stage-btn:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.teiki-waku-section .stage-btn:hover::after {
  width: 0px;
  right: 0;
  transition: 0.3s;
}

.teiki-waku-section-2 {
  width: 100%;
  color: #5F6969;
  background-image: url(../img/contents/top-back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 {
    background-image: url(../img/contents/sm-back2.png);
  }
}
.teiki-waku-section-2-inner-flex {
  width: 1000px;
  padding: 250px 0px 3px 0px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex {
    width: 100%;
    margin: auto;
    padding: 20% 0 0 0;
  }
}
.teiki-waku-section-2-inner-flex-title {
  font-size: 32px;
  letter-spacing: 1.5px;
  line-height: 65px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-title {
    font-size: 25px;
    text-align: center;
    line-height: 49px;
  }
}
.teiki-waku-section-2-inner-flex-bun {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 35px;
  width: 550px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-bun {
    width: 90%;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 20%;
  }
}
.teiki-waku-section-2-inner-flex-img {
  position: absolute;
  top: 113px;
  right: -22%;
  width: 693px;
  height: 590px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-img {
    position: unset;
    width: 100%;
    height: auto;
    margin: 18% auto 0px;
  }
}
.teiki-waku-section-2-inner-flex-img img {
  width: 87%;
  height: 87%;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-img img {
    width: 100%;
    height: 100%;
  }
}
.teiki-waku-section-2-inner-flex-img-rank {
  position: absolute;
  top: 222px;
  right: -22%;
  width: 693px;
  height: 590px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-img-rank {
    position: unset;
    width: 100%;
    height: auto;
  }
}
.teiki-waku-section-2-inner-flex-img-rank img {
  width: 87%;
  height: 87%;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2-inner-flex-img-rank img {
    width: 100%;
    height: 100%;
  }
}
.teiki-waku-section-2 .rank-stage {
  margin: 120px auto 50px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 .rank-stage {
    margin: 10% auto;
  }
}
.teiki-waku-section-2 .rank-stage-title {
  font-size: 28px;
  line-height: 65px;
  letter-spacing: 1px;
  border-bottom: 1px solid #5F6969;
  width: 1000px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 .rank-stage-title {
    width: 80%;
    font-size: 22px;
    margin-left: -5%;
    padding-left: 5%;
    margin: 10% 0 0 -5%;
  }
}
.teiki-waku-section-2 .rank-stage-bun {
  margin: 20px 0px;
  font-size: 19px;
  line-height: 35px;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 .rank-stage-bun {
    font-size: 15px;
    margin: 5% auto 10%;
    line-height: 25px;
  }
}
.teiki-waku-section-2 .rank-img {
  width: 1000px;
  height: 520px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 .rank-img {
    width: 90%;
    height: auto;
  }
}
.teiki-waku-section-2 .stage-btn {
  width: 500px;
  border: 1px solid #5F6969;
  font-size: 15px;
  line-height: 71px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  position: relative;
  width: 480px;
  margin: 50px auto;
}
.teiki-waku-section-2 .stage-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 70px;
  color: #5F6969;
  border-bottom: 1px solid #5F6969;
}
@media only screen and (max-width: 481px) {
  .teiki-waku-section-2 .stage-btn::after {
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .teiki-waku-section-2 .stage-btn {
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
  }
}
.teiki-waku-section-2 .stage-btn:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.teiki-waku-section-2 .stage-btn:hover::after {
  width: 0px;
  right: 0;
  transition: 0.3s;
}

.popular-faq-section {
  margin: 60px auto;
  max-width: 1000px;
}
@media only screen and (max-width: 769px) {
  .popular-faq-section {
    margin: 10% auto;
  }
}
.popular-faq-section span {
  flex: 1;
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 769px) {
  .popular-faq-section span {
    font-size: 13px;
  }
}
.popular-faq-section .popular-faq-item {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .popular-faq-section .popular-faq-item {
    padding: 20px 10px;
  }
}
.popular-faq-section .popular-faq-item:hover {
  background: #f9f4ec !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.popular-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .popular-faq-grid {
    width: 100%;
    margin: auto;
    gap: 10px;
  }
}

.popular-faq-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #333;
}
@media only screen and (max-width: 769px) {
  .popular-faq-section h2 {
    font-size: 22px !important;
  }
}

.teiki-setumei-section {
  width: 1000px;
  margin: 100px auto 200px;
  color: #5F6969;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 481px) {
  .teiki-setumei-section {
    width: 100%;
    margin: 10% auto 0px;
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .teiki-setumei-section {
    width: 100%;
    margin: 10% auto 0px;
    justify-content: center;
  }
}
.teiki-setumei-section-inner {
  width: 317px;
  padding: 20px;
  background-color: white;
  height: 220px;
  z-index: 1;
  margin: 13px 0px;
}
@media only screen and (max-width: 769px) {
  .teiki-setumei-section-inner {
    width: 90%;
    padding: 5%;
    height: auto;
  }
}
.teiki-setumei-section-inner-title-waku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-items: center;
  height: 62px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 769px) {
  .teiki-setumei-section-inner-title-waku {
    height: auto;
  }
}
.teiki-setumei-section-inner-title-waku-img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.teiki-setumei-section-inner-title-waku-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teiki-setumei-section-inner-title-waku-title {
  font-size: 22px;
  line-height: 31px;
}
@media only screen and (max-width: 769px) {
  .teiki-setumei-section-inner-title-waku-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.teiki-setumei-section-inner-bun {
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 769px) {
  .teiki-setumei-section-inner-bun {
    font-size: 15px;
    line-height: 25px;
  }
}

.teiki-btn-section {
  width: 1000px;
  margin: 100px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 769px) {
  .teiki-btn-section {
    width: 100%;
    margin: 20% auto;
    display: block;
  }
}
.teiki-btn-section-btn {
  width: 500px;
  border: 1px solid #5F6969;
  font-size: 15px;
  line-height: 71px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  position: relative;
  width: 480px;
}
.teiki-btn-section-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 70px;
  color: #5F6969;
  border-bottom: 1px solid #5F6969;
}
@media only screen and (max-width: 481px) {
  .teiki-btn-section-btn::after {
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .teiki-btn-section-btn {
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
  }
}
.teiki-btn-section-btn:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.teiki-btn-section-btn:hover::after {
  width: 0px;
  right: 0;
  transition: 0.3s;
}

.search-results-section {
  margin: 40px auto;
  max-width: 1000px;
}
@media only screen and (max-width: 769px) {
  .search-results-section {
    width: 86%;
  }
}
.search-results-section h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.rank-timing {
  width: 1000px;
  margin: 150px auto 50px;
  color: #5F6969;
}
@media only screen and (max-width: 769px) {
  .rank-timing {
    width: 90%;
    margin: 10% auto;
  }
}
.rank-timing-title {
  font-size: 28px;
  line-height: 65px;
  letter-spacing: 1px;
  border-bottom: 1px solid #5F6969;
  width: 800px;
}
@media only screen and (max-width: 769px) {
  .rank-timing-title {
    font-size: 20px;
    line-height: 62px;
    width: 75%;
    margin: 10% 0 5% -5%;
    padding-left: 5%;
  }
}
.rank-timing-bun {
  font-size: 19px;
  line-height: 35px;
  margin: 20px auto;
}
@media only screen and (max-width: 769px) {
  .rank-timing-bun {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
  }
}
.rank-timing-img {
  width: 1000px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .rank-timing-img {
    width: 90%;
    margin: 20% auto;
  }
}
.rank-timing-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rank-timing-flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox {
    display: block;
    margin: 10% auto;
    width: 90%;
  }
}
.rank-timing-flexbox-inner {
  width: 470px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox-inner {
    width: 100%;
  }
}
.rank-timing-flexbox-inner-img {
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox-inner-img {
    width: 52px;
  }
}
.rank-timing-flexbox-inner-img2 {
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox-inner-img2 {
    width: 52px;
    right: 0px;
    left: unset;
  }
}
.rank-timing-flexbox-inner-title {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 65px;
  text-align: center;
  margin: 53px auto 0px;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox-inner-title {
    font-size: 18px;
  }
}
.rank-timing-flexbox-inner-bun {
  font-size: 19px;
  line-height: 35px;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 769px) {
  .rank-timing-flexbox-inner-bun {
    font-size: 15px;
    width: 80%;
  }
}

.rank-btn {
  width: 500px;
  border: 1px solid #5F6969;
  font-size: 15px;
  line-height: 71px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  position: relative;
  width: 480px;
  margin: 50px auto;
}
.rank-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 70px;
  color: #5F6969;
  border-bottom: 1px solid #5F6969;
}
@media only screen and (max-width: 481px) {
  .rank-btn::after {
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .rank-btn {
    width: 90%;
    max-width: 500px;
    margin: 10% auto 15%;
  }
}
.rank-btn:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.rank-btn:hover::after {
  width: 0px;
  right: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 769px) {
  .content-area {
    width: 90%;
    margin: 0 auto;
  }
}
.content-area .content {
  display: none;
}
.content-area .content.show {
  display: block;
}

.qa-content-waku-waku-title.active::before {
  opacity: 1;
}

.qa-content-waku-waku-title.active::after {
  opacity: 0;
}/*# sourceMappingURL=faq.css.map */