@charset "UTF-8";
/* ------------------
    共通
--------------------- */
.headline {
  background: url("../images/qa/bg_qa.png") no-repeat center top/cover;
  padding: 70px 0;
}

.w680Block {
  max-width: 680px;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .headline {
    padding: 25px 0 35px;
    background-size: 150%;
    margin-bottom: 0;
  }
}
/* ------------------
    TOP
--------------------- */
.qaList li {
  position: relative;
  padding-left: 50px;
  line-height: 2.15;
  margin-bottom: 12px;
}
.qaList li:last-child {
  margin-bottom: 0;
}
.qaList li::before {
  position: absolute;
  content: url("../images/common/icon_qa_q.png");
  left: 0;
  top: 2px;
  /*content: "Q";
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #5eb584;
  border-radius: 50px;
  text-align: center;
  left: 0;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;*/
}
.qaList li .movie {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #01c0d2;
  padding: 1px 6px;
  margin-left: 8px;
  border-radius: 2px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.movieMark {
  text-align: center;
  border: 2px solid #dddddd;
  margin-top: 50px;
  padding: 6px;
}
.movieMark .movie {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #01c0d2;
  padding: 1px 7px;
  margin-left: 8px;
  border-radius: 2px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-right: 6px;
}

@media only screen and (max-width: 750px) {
  .qaList li {
    padding-left: 40px;
    line-height: 2;
  }
  .qaList li::before {
    top: 0;
  }
  .qaList li .movie {
    font-size: 1.2rem;
    margin-left: 4px;
  }

  .movieMark {
    margin-top: 30px;
    padding: 10px 6px 8px;
  }
  .movieMark .movie {
    font-size: 1.2rem;
  }
}
/* ------------------
    下層
--------------------- */
.under .arrowIcon {
  line-height: 1.2;
}
.under .moreBtn a {
  max-width: 360px;
}

.movieBox {
  margin: auto;
  text-align: center;
  width: 440px;
}

.dlList dt {
  float: left;
}
.dlList dd {
  margin-left: 20px;
}

.movieContPage .movieBox {
  width: 950px;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .under .moreBtn a {
    max-width: 260px;
  }

  .movieBox {
    width: 90%;
  }

  .movieContPage .movieBox {
    width: 100%;
  }
}
#a1 .upSideMenu .a1 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

#a2 .upSideMenu .a2 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

#a3 .upSideMenu .a3 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

#a4 .upSideMenu .a4 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

#a5 .upSideMenu .a5 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

#a6 .upSideMenu .a6 a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  #a1 .upSideMenu .a1 a {
    background: none;
    color: #239943;
  }

  #a2 .upSideMenu .a2 a {
    background: none;
    color: #239943;
  }

  #a3 .upSideMenu .a3 a {
    background: none;
    color: #239943;
  }

  #a4 .upSideMenu .a4 a {
    background: none;
    color: #239943;
  }

  #a5 .upSideMenu .a5 a {
    background: none;
    color: #239943;
  }

  #a6 .upSideMenu .a6 a {
    background: none;
    color: #239943;
  }
}
