/*//////////////////////////////////////////////////////////////////////////////

faq.css
	
//////////////////////////////////////////////////////////////////////////////*/

/*faq*/
.faq #contents .intro img+p{
  margin-top: 40px;
}
.faq #contents h3{
  font-size: 15px;
  line-height: 1.1;
  background: #5ac2d8;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.faq #contents .pageNav{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.faq #contents .pageNav li{
  width: 49%;
  margin-top: 1%;
}
.faq #contents .pageNav li a{
  background: #efefef;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 10px 0;
}

.faq #contents dt{
  background: url("../img/faq/ic_q.png")no-repeat;
  background-size: 20px 20px;
  background-position: 10px 15px;
  padding: 15px 28px 0px 38px;
  color: #37a0b4;
  font-weight: bold;
}
.faq #contents dd{
  background: url("../img/faq/ic_a.png")no-repeat;
  background-size: 20px 20px;
  background-position: 10px 10px;
  padding: 10px 28px 15px 38px;
  border-bottom: solid 1px #E3E3E3;
}
.faq #contents .btPagetop{
  text-align: right;
  padding: 15px 10px 0 0;
  font-weight: bold;
  font-size: 13px;
}

/* Responsive Styles
======================================== */
@media only screen and (max-width: 768px) {
  .faq #contents .pageNav{
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .faq #contents .pageNav{
    display: block;
  }
  .faq #contents .pageNav li{
    width:100%;
    margin-top: 1%;
  }
}