.nazo_logo {
  width: 70%;
  margin: 50px auto 60px;
}

@media screen and (max-width: 960px) {
  .nazo_logo {
    width: 100%;
    margin: 40px auto 40px;
  }
}

.nazo .nazo_answer {
  font-size: 30px;
  margin-top: 60px;
  text-align: center;
  color: #8dc365;
}

@media screen and (max-width: 960px) {
  .nazo .nazo_answer {
    font-size: 20px;
    margin-top: 50px;
  }
}

.nazo .include-accordion {
  width: 80%;
  margin: 80px auto 0;
}

@media screen and (max-width: 960px) {
  .nazo .include-accordion {
    width: 100%;
    margin: 60px auto 0;
  }
}

.nazo .accordionBtn {
  width: 100%;
  background: #000;
  color: #fff;
  border: transparent;
  padding: 15px 0;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.nazo .accordionBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  transition: .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.nazo .active .accordionBtn::before {
  transform: translateY(-50%) scale(1, -1);
}

@media screen and (max-width: 960px) {
  .nazo .accordionBtn {
    padding: 15px 0;
    font-size: 15px;
  }
}

@media screen and (min-width: 961px) {
  .nazo .accordionBtn:hover {
    background: #8dc365;
  }
}

.nazo .accordionBtn_box {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.nazo .accordionBtn_box .in {
  margin-top: 15px;
}

.nazo .accordionBtn_box .in img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .nazo .accordionBtn_box .in {
    margin-top: 5px;
  }
}

.nazo .active .accordionBtn_box {
  overflow-y: auto;
}

.nazo .wp_thanks {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .nazo .wp_thanks {
    font-size: 13px;
    margin-top: 60px;
  }
}

.nazo .wp {
  width: 40%;
  margin: 20px auto 0;
}

@media screen and (max-width: 960px) {
  .nazo .wp {
    width: 60%;
  }
}

.nazo .dl-btn {
  position: relative;
  color: #fff;
  background: #000;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 10px 0;
  margin-top: 10px;
}

.nazo .dl-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .nazo .dl-btn:hover {
    background: #8dc365;
  }
}

@media not all and (max-width: 960px) {
  [data-size=m] .nazo_answer {
    font-size: 32px;
  }

  [data-size=l] .nazo_answer {
    font-size: 34px;
  }

  [data-size=m] .accordionBtn {
    font-size: 22px;
  }

  [data-size=l] .accordionBtn {
    font-size: 24px;
  }

  [data-size=m] .wp_thanks {
    font-size: 20px;
  }

  [data-size=l] .wp_thanks {
    font-size: 22px;
  }

  [data-size=m] .dl-btn {
    font-size: 18px;
  }

  [data-size=l] .dl-btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  [data-size=m] .nazo_answer {
    font-size: 22px;
  }

  [data-size=l] .nazo_answer {
    font-size: 24px;
  }

  [data-size=m] .accordionBtn {
    font-size: 16px;
  }

  [data-size=l] .accordionBtn {
    font-size: 17px;
  }

  [data-size=m] .wp_thanks {
    font-size: 14px;
  }

  [data-size=l] .wp_thanks {
    font-size: 15px;
  }

  [data-size=m] .dl-btn {
    font-size: 15px;
  }

  [data-size=l] .dl-btn {
    font-size: 16px;
  }
}

.answer_list-cap {
  margin-top: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .answer_list-cap {
    margin-top: 80px;
    font-size: 15px;
  }
}

.answer_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .answer_list {
    justify-content: left;
    margin-top: 15px;
  }
}

.answer_item {
  position: relative;
  width: 200px;
  margin: 0 5px 10px 5px;
  text-align: center;
  padding: 12px 0;
  background-color: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 961px) {
  .answer_item:hover {
    background: #8dc365;
  }
}

@media screen and (max-width: 960px) {
  .answer_item {
    width: 32.6%;
    margin: 0 0 1% 1%;
  }

  .answer_item:nth-child(3n+1) {
    margin-left: 0;
  }

}

.answer_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.question {
  position: relative;
  width: 300px;
  background-color: #000;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 961px) {
  .question:hover {
    background: #8dc365;
  }
}

@media screen and (max-width: 960px) {
  .question {
    width: 100%;
    margin: 10px auto 0;
  }
}

.question a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}