@media screen and (max-width:600px) {
  #FAQ {
    padding: 4vw 0 7vw;
    position: relative;
    line-height: 1.5;
  }
  #FAQ .in_bdy {
    width: 94%;
    margin: 0 auto;
  }
  #FAQ .faq_title {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 6vw 0;
  }
  #FAQ .qa_wrap {
    margin-top: 5vw;
	 font-size: 14px;
  }
  #FAQ .qa_wrap .question {
    background-color: #f6f6f3;
    padding: 0.5em;
    font-weight: bold;
  }
  #FAQ .qa_wrap .question {
    padding-left: 3rem;
    position: relative;
  }
  #FAQ .qa_wrap .question::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../img/common/icon_q.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 5px;
  }
  #FAQ .qa_wrap .question::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 1.428571429rem;
    height: 1.428571429rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(25%);
  }
  #FAQ .qa_wrap .answer {
    padding: 1.8em;
  }
  #FAQ .qa_wrap .answer {
    padding-left: 3rem;
    position: relative;
  }
  #FAQ .qa_wrap .answer::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../img/common/icon_a.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 25px;
  }
  #FAQ .qa_wrap .answer::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 1.428571429rem;
    height: 1.428571429rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(25%);
  }
}
@media screen and (min-width:601px) {
  #FAQ {
    /*margin-top: 20px;*/
    background: #fff;
    padding: 40px 0;
    position: relative;
    line-height: 1.5;
  }
  #FAQ .in_bdy {
    width: 980px;
    margin: 0 auto;
  }
  #FAQ .faq_title {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 25px 0;
  }
  #FAQ .qa_wrap {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #FAQ .qa_wrap .question {
    background-color: #f6f6f3;
    padding: 0.5em;
    font-weight: bold;
  }
  #FAQ .qa_wrap .question {
    /* padding-left: 3rem;*/
    padding-left: 35px;
    position: relative;
  }
  #FAQ .qa_wrap .question::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url("../img/common/icon_q.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 3px;
  }
  #FAQ .qa_wrap .question::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 1.428571429rem;
    height: 1.428571429rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(25%);
  }
  #FAQ .qa_wrap .answer {
    padding: 1.8em;
  }
  #FAQ .qa_wrap .answer {
    /* padding-left: 3rem;*/
    padding-left: 35px;
    position: relative;
  }
  #FAQ .qa_wrap .answer::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../img/common/icon_a.svg);
    background-repeat: no-repeat;
    /*  background-color: #0057b8;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #0057b8;*/
    position: absolute;
    left: 12px;
    top: 25px;
  }
  #FAQ .qa_wrap .answer::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 1.428571429rem;
    height: 1.428571429rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(25%);
  }
}