/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  faq page style

---------------------------------------------- */
/*

	faqContentWrapper

*/
.faqContentWrapper_head {
  margin-bottom: 30px;
}

/*

	faqNavigation

*/
.faqNavigation_text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.faqNavigation_list_item a:before {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.faqNavigation_page {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.faqNavigation_page_item {
  flex: 1 1 auto;
}

.faqNavigation_page_item a {
  background: #f2f2f2;
  color: #333;
}

.faqNavigation_page_item a:visited {
  color: #333;
}

.faqNavigation_page_item a:focus {
  color: #666666;
}

.faqNavigation_page_item a:hover {
  color: #666666;
}

.faqNavigation_page_item a:active {
  color: #666666;
}

.faqNavigation_page_item span {
  background: #ff5115;
  position: relative;
}

.faqNavigation_page_item span:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: #ff5115;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

/*

	faq

*/
.faq_block {
  padding: 20px 0;
}

.faq_block:not(:last-child) {
  margin-bottom: 20px;
}

.faq_block_title {
  line-height: 1.6;
  text-align: center;
}

.faq_block_title .en {
  color: #ffba00;
  display: block;
}

.faq_block_title .en span {
  font-size: 12px;
}

.faq_block_title .jp {
  color: #ff5115;
  display: block;
  font-weight: bold;
}

.faq_block_title .jp span {
  font-size: 18px;
}

.faq_block_head {
  position: relative;
}

.faq_block_head .faq_block_image .object_food_left, .faq_block_head .faq_block_image .object_food_right {
  position: absolute;
  z-index: 2;
}

.faq_block_head .faq_block_image .object_food_left {
  bottom: -10px;
  left: -10px;
  max-width: 60px;
}

.faq_block_head .faq_block_image .object_food_right {
  bottom: -20px;
  max-width: 60px;
  right: -20px;
}

.faq_block_body {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.faq_item {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

.faq_item_q {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 30px;
  position: relative;
}

.faq_item_q:before {
  background: #ff5115;
  border-radius: 5px;
  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;
}

.faq_item_a {
  padding: 0px 0;
  padding-left: 30px;
  position: relative;
}

.faq_item_a:before {
  background: #ffba00;
  border-radius: 5px;
  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) {
  .faqContentWrapper_head {
    margin-bottom: 60px;
  }
  .faqNavigation_text {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  .faqNavigation_list {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
  }
  .faqNavigation_list_item {
    flex: 1 1 auto;
    margin: 0 15px;
  }
  .faqNavigation_page {
    margin-bottom: 40px;
  }
  .faq_block {
    padding: 20px 0;
  }
  .faq_block_title .en span {
    font-size: 14px;
  }
  .faq_block_title .jp span {
    font-size: 22px;
  }
  .faq_block_head .faq_block_image .object_food_left {
    bottom: -30px;
    left: 30px;
    max-width: 100px;
  }
  .faq_block_head .faq_block_image .object_food_right {
    bottom: -50px;
    max-width: 100px;
    right: 30px;
  }
  .faq_block_body {
    margin-top: 40px;
  }
  .faq_item {
    padding: 30px 0;
  }
  .faq_item_q {
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .faq_item_q:before {
    height: 24px;
    line-height: 24px;
    top: 0px;
    width: 24px;
  }
  .faq_item_a {
    padding-left: 35px;
  }
  .faq_item_a:before {
    height: 24px;
    line-height: 24px;
    top: 0px;
    width: 24px;
  }
}

@media (max-width: 47.99em) {
  .faqNavigation_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=sourcemaps/faq.css.map */
