/* ------------------------------
 mv
 ------------------------------ */
#mv {
  background: #407ac6 url(/images/common/bg01.jpg);
}

#mv h3 {
  background-image: url(/images/faq/mv_img01.png);
  height: 130px;
}


/* ------------------------------
 content
 ------------------------------ */
#content {
  padding-top: 60px;
  padding-bottom: 40px;
}

#content h4 {
  font-weight: normal;
  margin-bottom: 30px;
}


/* ------------------------------
 select
 ------------------------------ */
#content .select {
  background: #f0f0f0;
  margin-bottom: 30px;
  padding: 30px 0 10px 30px;
}

#content .select li {
  float: left;
  padding-bottom: 20px;
  width: 230px;
}

#content .select li a {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.25);
  display: block;
  font-size:  85%;
  font-size:  0.85rem;
  margin-right: 20px;
  padding: 8px 10px;
}

#content .select li a.on {
  background: #004db3;
  color: #fff;
}


/* ------------------------------
 faq
 ------------------------------ */
#content .faq h5 {
  background: #004db3;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius   : 3px 3px 0 0;
  border-radius        : 3px 3px 0 0;
  font-size: 200%;
  font-size: 2rem;
  font-weight: normal;
  padding: 5px 20px;
}

#content .faq .qa {
  border: 2px solid #004db3;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius   : 0 0 3px 3px;
  border-radius        : 0 0 3px 3px;
}

#content .faq .qa li.add_qa {
  color: #333;
  display: block;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}


#content .faq .qa li.add_qa:nth-child(2n) {
  background: #f0f0f0;
}

#content .faq .qa li.add_qa:before {
  background: #004db3;
  -webkit-border-radius: 20px;
  -moz-border-radius   : 20px;
  border-radius        : 20px;
  color: #fff;
  content: "Q";
  display: block;
  line-height:  40px;
  position: absolute;
  top: 13px;
  left: 28px;
  text-align: center;
  width: 40px;
}

#content .faq .qa li.add_qa span {
  display: block;
}

#content .faq .qa li.add_qa span.q {
  font-weight: bold;
  padding: 20px 28px 0 78px;
}

#content .faq .qa li.add_qa span.a {
  display: none;
  padding: 5px 28px 0 78px;
}
#content .faq .qa li.on span.a {
  display: block;
}
