/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  faq page style

---------------------------------------------- */
/*

	faqContentWrapper

*/
.faqContentWrapper_head {
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .faqContentWrapper_head {
    margin-bottom: 60px;
  }
}

/*

	faqNavigation

*/
.faqNavigation_text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .faqNavigation_text {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .faqNavigation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
  }
}

@media (min-width: 48em) {
  .faqNavigation_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 15px;
  }
}

@media (max-width: 47.99em) {
  .faqNavigation_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.faqNavigation_list_item a:before {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
}

/*

	faq

*/
.faq_block {
  padding: 20px 0;
}

@media (min-width: 48em) {
  .faq_block {
    padding: 20px 0;
  }
}

.faq_block:not(:last-child) {
  margin-bottom: 20px;
}

.faq_block_title {
  text-align: center;
}

.faq_block_head {
  position: relative;
}

.faq_block_head .faq_block_image .object_food {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: -60px;
}

@media (min-width: 48em) {
  .faq_block_head .faq_block_image .object_food {
    right: 40px;
  }
}

.faq_block_head .faq_block_image .object_food_image {
  position: relative;
  max-width: 51.8px;
}

@media (min-width: 48em) {
  .faq_block_head .faq_block_image .object_food_image {
    max-width: inherit;
  }
}

.faq_block_head .faq_block_image .object_food_yuge-left, .faq_block_head .faq_block_image .object_food_yuge-right {
  position: absolute;
  z-index: 2;
}

.faq_block_head .faq_block_image .object_food_yuge-left span, .faq_block_head .faq_block_image .object_food_yuge-right span {
  display: block;
}

.faq_block_head .faq_block_image .object_food_yuge-left {
  bottom: 85%;
  right: -18px;
  width: 30.6px;
  height: 29.16px;
}

@media (min-width: 48em) {
  .faq_block_head .faq_block_image .object_food_yuge-left {
    bottom: 85%;
    right: -30px;
    width: 51px;
    height: 48.6px;
  }
}

.faq_block_head .faq_block_image .object_food_yuge-right {
  bottom: 80%;
  right: 36px;
  width: 20.4px;
  height: 19.44px;
}

@media (min-width: 48em) {
  .faq_block_head .faq_block_image .object_food_yuge-right {
    bottom: 80%;
    right: 60px;
    width: 34px;
    height: 32.4px;
  }
}

.faq_block_body {
  border-top: 1px solid #ede5cc;
  margin-top: 50px;
}

.faq_item {
  border-bottom: 1px solid #ede5cc;
  padding: 20px 0;
}

@media (min-width: 48em) {
  .faq_item {
    padding: 30px 0;
  }
}

.faq_item_q {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 48em) {
  .faq_item_q {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 35px;
  }
}

.faq_item_q:before {
  background: #cf1818;
  color: #fff;
  content: "Q";
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 20px;
}

@media (min-width: 48em) {
  .faq_item_q:before {
    font-size: 17px;
    height: 24px;
    line-height: 24px;
    top: 0px;
    width: 24px;
  }
}

.faq_item_a {
  font-size: 15px;
  padding: 0px 0;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 48em) {
  .faq_item_a {
    font-size: 16px;
    padding-left: 35px;
  }
}

.faq_item_a:before {
  background: #222222;
  color: #fff;
  content: "A";
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 20px;
}

@media (min-width: 48em) {
  .faq_item_a:before {
    font-size: 17px;
    height: 24px;
    line-height: 24px;
    top: 0px;
    width: 24px;
  }
}

/*# sourceMappingURL=faq.css.map */