@charset "UTF-8";
#pagetitle {
  background: url(../images/04_faq_02/mainvisual.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#pagetitle h1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}

article {
  padding: 120px 0;
  max-width: 1050px;
  margin: auto;
}

article dl:first-child {
  border-top: 1px solid #c6d0d2;
}

article dl dt {
  padding: 17px 20px 17px 50px;
  color: #00a0e9;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  background: url(../images/04_faq_02/icon_q.png) no-repeat 15px 19px;
  border-bottom: 1px solid #c6d0d2;
}

article dl dt:before {
  content: '';
  width: 18px;
  height: 2px;
  background: #919da2;
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
}

article dl dt:after {
  content: '';
  width: 18px;
  height: 2px;
  background: #919da2;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  transition: all 0.5s;
}

article dl dt.open:after {
  opacity: 0;
}

article dl dd {
  padding: 17px 20px 17px 50px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  background: url(../images/04_faq_02/icon_a.png) no-repeat 15px 19px #f5f8f8;
  border-bottom: 1px solid #c6d0d2;
  display: none;
}

article dl dd a {
  color: #00a0e9;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 45px;
  }
  article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  article dl dt {
    font-size: 14px;
    padding-right: 40px;
    line-height: 1.5;
  }
  article dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
}
