@charset "UTF-8";
.content-container{
  background: #f5efd8 url(../img/common/bg_paper.jpg) 0 0;
  width: 100%;
  overflow: hidden;
}
/* ==========================================================================
   localheader
   ======================================================================= */
@media all and (min-width: 768px){
  .local-header__title{
    background: url(../img/faq/local_header.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .local-header__title{
    background: url(../img/faq/local_header_sp.png) 50% 0 no-repeat;
    background-size: 320px 64px;
  }
}
/* ==========================================================================
   hero
   ======================================================================= */

.hero{
  width: 100%;
  position: relative;
}
.hero__wrapper{
  position: relative;
}
@media all and (min-width: 768px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px 40px 35px 40px;
    max-width: 960px;
  }
  .hero__lead{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 767px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 18px 20px 35px 20px;
  }
  .hero__lead{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}

.qa-question::after{
  content: "";
  display: block;
  clear: both;
}
.qa-question__icon,
.qa-answer__icon{
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

@media all and (min-width: 768px){
  .section-qa{
    padding-bottom: 60px;
  }

  .qa-question{
    padding-bottom: 14px;
    background: url(../img/faq/qa_dot.png) 0 100% repeat-x;
  }
  .qa__item{
    border: #6a3906 6px solid;
    background: #FFF;
    border-radius: 14px;
    padding: 40px;
  }

  .qa-question__icon{
    float: left;
    width: 52px;
    height: 30px;
    margin-top: 2px;
  }

  .qa01 .qa-question__icon{
    background: url(../img/faq/q1.png) 0 0 no-repeat;
  }
  .qa02 .qa-question__icon{
    background: url(../img/faq/q2.png) 0 0 no-repeat;
  }
  .qa03 .qa-question__icon{
    background: url(../img/faq/q3.png) 0 0 no-repeat;
  }
  .qa04 .qa-question__icon{
    background: url(../img/faq/q4.png) 0 0 no-repeat;
  }
  .qa05 .qa-question__icon{
    background: url(../img/faq/q5.png) 0 0 no-repeat;
  }
  .qa06 .qa-question__icon{
    background: url(../img/faq/q6.png) 0 0 no-repeat;
  }

  .qa-question__text{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 64px;
  }

  .qa-answer{
    padding-top: 14px;
  }

  .qa-answer__icon{
    float: left;
    width: 52px;
    height: 30px;
    margin-top: 4px;
  }

  .qa01 .qa-answer__icon{
    background: url(../img/faq/a1.png) 0 0 no-repeat;
  }
  .qa02 .qa-answer__icon{
    background: url(../img/faq/a2.png) 0 0 no-repeat;
  }
  .qa03 .qa-answer__icon{
    background: url(../img/faq/a3.png) 0 0 no-repeat;
  }
  .qa04 .qa-answer__icon{
    background: url(../img/faq/a4.png) 0 0 no-repeat;
  }
  .qa05 .qa-answer__icon{
    background: url(../img/faq/a5.png) 0 0 no-repeat;
  }
  .qa06 .qa-answer__icon{
    background: url(../img/faq/a6.png) 0 0 no-repeat;
  }

  .qa-answer__text{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 64px;
    color: #e60012;
  }
}
@media all and (max-width: 767px){
  .section-qa{
    padding-bottom: 60px;
  }

  .qa-question{
    padding-bottom: 14px;
    background: url(../img/faq/qa_dot.png) 0 100% repeat-x;
  }
  .qa__item{
    border: #6a3906 3px solid;
    background: #FFF;
    border-radius: 7px;
    padding: 25px;
  }

  .qa-question__icon{
    float: left;
    width: 26px;
    height: 15px;
    margin-top: 2px;
  }

  .qa01 .qa-question__icon{
    background: url(../img/faq/q1.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa02 .qa-question__icon{
    background: url(../img/faq/q2.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa03 .qa-question__icon{
    background: url(../img/faq/q3.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa04 .qa-question__icon{
    background: url(../img/faq/q4.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa05 .qa-question__icon{
    background: url(../img/faq/q5.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa06 .qa-question__icon{
    background: url(../img/faq/q6.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }

  .qa-question__text{
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 36px;
  }

  .qa-answer{
    padding-top: 14px;
  }

  .qa-answer__icon{
    float: left;
    width: 26px;
    height: 15px;
    margin-top: 4px;
  }

  .qa01 .qa-answer__icon{
    background: url(../img/faq/a1.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa02 .qa-answer__icon{
    background: url(../img/faq/a2.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa03 .qa-answer__icon{
    background: url(../img/faq/a3.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa04 .qa-answer__icon{
    background: url(../img/faq/a4.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa05 .qa-answer__icon{
    background: url(../img/faq/a5.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }
  .qa06 .qa-answer__icon{
    background: url(../img/faq/a6.png) 0 0 no-repeat;
    background-size: 26px 15px;
  }

  .qa-answer__text{
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 36px;
    color: #e60012;
  }
}

.char__01{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__01{
    background: url(../img/faq/char_01.png) 0 0 no-repeat;
    background-size: cover;
    width: 8%;
    left: 50%;
    margin-left: 41.4%;
    top: 40%;
    z-index: 1;
  }
  .char__01::before{
    content: "";
    display: block;
    padding-top: 226.96%;
  }
}

@media all and (min-width: 1280px){
  .char__01{
    width: 11.98%;
  }
}

@media all and (max-width: 767px){
  .char__01{
    background: url(../img/faq/char_01_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 58px;
    height: 131px;
    left: 50%;
    margin-left: 33.6%;
    top: 75%;
    z-index: 1;
  }
}

.char__02{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__02{
    background: url(../img/faq/char_02.png) 0 0 no-repeat;
    background-size: cover;
    width: 8%;
    left: 50%;
    margin-left: -48.4%;
    top: 69%;
    z-index: 1;
  }
  .char__02::before{
    content: "";
    display: block;
    padding-top: 194.66%;
  }
}

@media all and (min-width: 1280px){
  .char__02{
    width: 11.96%;
    left: 50%;
    margin-left: -52.4%;
    top: 90%;
    z-index: 1;
  }
}

@media all and (max-width: 767px){
  .char__02{
    background: url(../img/faq/char_02_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 57px;
    height: 110px;
    left: 50%;
    margin-left: -49.3%;
    top: 75%;
    z-index: 1;
  }
}

.char__03{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__03{
    background: url(../img/faq/char_03.png) 0 0 no-repeat;
    background-size: cover;
    width: 11%;
    left: 50%;
    margin-left: 39.3%;
    top: 114%;
    z-index: 1;
  }
  .char__03::before{
    content: "";
    display: block;
    padding-top: 142.4%;
  }
}

@media all and (min-width: 1280px){
  .char__03{
    width: 16.46%;
    margin-left: 37.6%;
    top: 86%;
  }
}

@media all and (max-width: 767px){
  .char__03{
    background: url(../img/faq/char_03_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 79px;
    height: 113px;
    left: 50%;
    margin-left: 28.8%;
    top: 85%;
    z-index: 1;
  }
}

.char__04{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__04{
    background: url(../img/faq/char_04.png) 0 0 no-repeat;
    background-size: cover;
    width: 8%;
    left: 50%;
    margin-left: -48.4%;
    top: 66%;
    z-index: 1;
  }
  .char__04::before{
    content: "";
    display: block;
    padding-top: 213.8%;
  }
}
@media all and (min-width: 1280px){
  .char__04{
    width: 12.084%;
    left: 50%;
    margin-left: -52.6%;
    top: 66%;
  }
}

@media all and (max-width: 767px){
  .char__04{
    background: url(../img/faq/char_04_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 58px;
    height: 124px;
    left: 50%;
    margin-left: -49.9%;
    top: -29%;
    z-index: 1;
  }
}

.char__05{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__05{
    background: url(../img/faq/char_05.png) 0 0 no-repeat;
    background-size: cover;
    width: 8%;
    left: 50%;
    margin-left: 42.6%;
    top: 26%;
    z-index: 1;
  }
  .char__05::before{
    content: "";
    display: block;
    padding-top: 223.86%;
  }
}

@media all and (min-width: 1280px){
  .char__05{
    width: 11.355%;
    margin-left: 40.5%;
  }
}

@media all and (max-width: 767px){
  .char__05{
    background: url(../img/faq/char_05_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 55px;
    height: 122px;
    left: 50%;
    margin-left: 33.6%;
    top: -12.3%;
    z-index: 1;
  }
}
