@import url("bootstrap.custom.min.css");
/* only Grid system CSS */
/* line 6, faq.scss */
.faq_txt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }
  @media only screen and (max-width: 767px) {
    /* line 6, faq.scss */
    .faq_txt {
      font-size: 14px;
      font-size: 1.4rem; } }

/* line 19, faq.scss */
.faq_box {
  margin: 20px 0 0 0; }

/* line 27, faq.scss */
.faq_box_single {
  padding: 15px 0; }

/* line 35, faq.scss */
.faq_box_single_q {
  position: relative;
  padding: 10px 0 10px 60px;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/common/title2/commontitle2bg.png) 50% 0; }
  @media only screen and (max-width: 767px) {
    /* line 35, faq.scss */
    .faq_box_single_q {
      font-size: 16px; } }

/* line 49, faq.scss */
.faq_box_single_q_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  width: 45px;
  background: #000;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    /* line 49, faq.scss */
    .faq_box_single_q_icon {
      font-size: 18px; } }

/* line 70, faq.scss */
.faq_box_single_a {
  position: relative;
  padding: 10px 0 40px 60px;
  margin: 30px 0 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }
  @media only screen and (max-width: 767px) {
    /* line 70, faq.scss */
    .faq_box_single_a {
      margin: 20px 0 0 0;
      padding: 10px 0 30px 60px;
      font-size: 14px;
      font-size: 1.4rem; } }
  /* line 86, faq.scss */
  .faq_box_single_a strong {
    color: #DE5D50;
    font-weight: normal; }

/* line 92, faq.scss */
.faq_box_single_a_icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DE5D50;
  line-height: 1;
  height: 45px;
  width: 45px;
  border: 1px solid #DE5D50; }
  @media only screen and (max-width: 767px) {
    /* line 92, faq.scss */
    .faq_box_single_a_icon {
      font-size: 18px; } }

/*# sourceMappingURL=faq.css.map */
