@charset "UTF-8";
.faq_wrap{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #afdcf4));
background: -webkit-linear-gradient(top, #afdcf4 0%, #fff 88%);
background: -moz-linear-gradient(top, #afdcf4 0%, #fff 88%);
background: -o-linear-gradient(top, #afdcf4 0%, #fff 88%);
background: -ms-linear-gradient(top, #afdcf4 0%, #fff 88%);
background: linear-gradient(to bottom, #afdcf4 0%, #fff 88%);
text-align: center;
}
  .faq_ttl{
  padding: 20px 0 0;
  width: 1000px;
  margin: 0 auto;
  }
  .faq{
  width: 1100px;
  margin: 0 auto 30px;
  position: relative;
  bottom: 16px;
  background: url(../img/faq.png);
  color: #0c3a8c;
  font-size: 3rem;
  line-height: 49px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .faq dl{
  position: relative;
  top: 66px;
  width: 710px;
  text-align: left;
  margin: 0 auto;
  }

    .faq dd{
    font-size: 2.2rem;
    line-height: 30px;
    margin: 30px 0 80px;
    color: #484848;
    }

  .faq_wrap h3{
  font-size: 3rem;
  line-height: 50px;
  }
  .faq_wrap i{
  font-size: 16rem;
  color: #ff53aa;
  }
