/* 共通 */
#qa h1,
#qa h2,
#qa p {
  text-align: left;
  margin: 0;
}
#qa img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* mv */
#qa .mv {
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  #qa .mv {
    margin-bottom: 30px;
  }
}

/* cont */
#qa .cont {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
#qa .cont > p:nth-of-type(1) {
  background-image: url(/images/qa/line01.png),url(/images/qa/line02.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left bottom,right bottom;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 45px;
}
#qa .cont ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#qa .cont ul li {
  margin-bottom: 50px;
}
#qa .cont ul li:last-child {
  margin: 0;
}
#qa .cont ul li h2,
#qa .cont ul li p {
  position: relative;
}
#qa .cont ul li h2:before,
#qa .cont ul li p:before {
  content: "";
  width: 70px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#qa .cont ul li h2 {
  height: 70px;
  padding: 0 70px 0 100px;
  background-color: #0a3c8c;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}
#qa .cont ul li h2:before {
  height: 100%;
  background-image: url(/images/qa/text01.png);
  border: 2px #0a3c8c solid;
  background-color: #fff;
}
#qa .cont ul li h2 span {
  width: 70px;
  height: 70px;
  background: url(/images/qa/arrow01.png) no-repeat;
  background-size: 20px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#qa .cont ul li h2 span.active {
  background-image: url(/images/qa/arrow02.png);
}
#qa .cont ul li p {
  display: none;
  padding: 35px 70px 35px 150px;
  background-color: #dee7f4;
  font-size: 14px;
  line-height: 24px;
}
#qa .cont ul li p:before {
  height: calc(100% - 70px);
  background-image: url(/images/qa/text02.png);
  border-right: 2px #0a3c8c solid;
}
#qa .cont ul li p:after {
  font-family: "Material Icons";
  font-size: 60px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#qa .cont ul li p.type1:after {
  content: "\e5cd";
}
#qa .cont ul li p.type2:after {
  content: "\e836";
}
#qa .cont > p:nth-of-type(2) {
  width: 655px;
  padding: 40px 0 63px 140px;
  background: url(/images/qa/frame.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #0a3c8c;
  margin: 55px auto 0;
}
@media all and (max-width: 640px) {
  #qa .cont > p:nth-of-type(1) {
    padding: 0 20px;
    background-size: 30px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #qa .cont > p:nth-of-type(1) br {
    display: none;
  }
  #qa .cont ul li {
    margin-bottom: 20px;
  }
  #qa .cont ul li h2:before,
  #qa .cont ul li p:before {
    width: 50px;
    background-size: 20px;
  }
  #qa .cont ul li h2 {
    height: auto;
    padding: 10px 50px 10px 70px;
    font-size: 14px;
    line-height: 20px;
  }
  #qa .cont ul li h2 span {
    width: 50px;
    height: 100%;
    background-size: 15px;
  }
  #qa .cont ul li p {
    padding: 10px 20px 10px 100px;
    font-size: 12px;
  }
  #qa .cont ul li p:after {
    font-size: 40px;
    left: 55px;
  }
  #qa .cont > p:nth-of-type(2) {
    width: 100%;
    padding: 6% 0 10% 20%;
    font-size: 3.2vw;
    line-height: 160%;
    margin-top: 30px;
  }
}