img {
  width: 100%; }

body {
  color: #222222; }

.faqTop {
  padding-top: 6em; }
  .faqTop__title {
    margin: 0 auto;
    max-width: 150px; }
  .faqTop__list {
    max-width: 650px;
    display: flex;
    margin: 5em auto 0em;
    padding-left: 0; }
    .faqTop__list__item {
      list-style: none;
      width: 200px; }
      .faqTop__list__item a {
        color: #707070;
        text-align: center;
        display: block;
        font-size: 1.1em; }
      .faqTop__list__item a:before {
        content: "";
        background-image: url(../imgs/faq/link_arrow.png);
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        width: 12px;
        height: 8px;
        margin-right: 5px; }
    .faqTop__list__item:nth-child(1) {
      margin-right: 25px; }
    .faqTop__list__item:nth-child(2) {
      margin-right: 25px; }

.question {
  padding-top: 10em;
  width: 40%;
  margin: 0 auto; }
  .question__title {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 2em; }
  .question .accordion {
    border-bottom: 1px solid #70707057;
    margin-bottom: 0px;
    padding: 15px;
    font-size: 1.15em;
    margin-top: 20px; }
  .question .accordion span {
    margin-right: 10px; }
  .question .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    padding: 15px; }
  .question .accordion:after {
    content: "";
    background-image: url(../imgs/faq/plus.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    color: #777;
    float: right;
    background-size: 26px;
    display: block; }
  .question .active:after {
    display: block;
    content: "";
    background-image: url(../imgs/faq/minus.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 2px;
    margin-right: 0px;
    margin-top: 13px; }

.footer {
  margin-top: 6em; }

@media screen and (min-width: 769px) and (max-width: 1335px) {
  .question {
    padding-top: 10em;
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .question {
    padding-top: 10em;
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .faqTop__list {
    max-width: 100%;
    margin: 5em auto;
    display: block; }
    .faqTop__list__item {
      width: 100%; }
      .faqTop__list__item a {
        margin-top: 1.5em; }
    .faqTop__list__item:nth-child(1) {
      margin-right: 0px; }

  .question {
    width: 100%;
    padding: 0 15px; }

  .course {
    margin-top: 5em; }

  .orther {
    margin-top: 5em; }

  .question .accordion {
    font-size: 0.9em;
    display: flex; }

  .question .accordion .q {
    display: inline-block;
    width: 320px; }

  .question .panel {
    font-size: 0.8em; }

  /*#question01,#question02,#question03{
      display: block;
      padding-top: 70px;
      margin-top: -70px;
  }*/
  .question {
    padding-top: 63px; }

  #question01 {
    margin-top: -63px;
    padding-top: 63px; } }
