.faq_wrap {
  margin-inline: auto;
  padding: 20px 0 0;
}
.faq_wrap .breadcrumbs {
  width: 960px;
  font-weight: 400;
  margin: 0 auto 72px;
  color: #666;
}
.faq_wrap .breadcrumbs a {
  color: #666;
}
.faq_wrap .page_ttl {
  text-align: center;
  font-size: 43px;
  margin: 0 0 38px;
  font-weight: 700;
}
.faq_wrap .item_search {
  width: 960px;
  margin: 0 auto 60px;
}
.faq_wrap .item_search #search_form {
  display: flex;
  align-items: center;
  width: 960px;
  height: 50px;
  border-radius: 100vh;
  border: 1px solid #333;
  background: #F2F2F2;
}
.faq_wrap .item_search input[type=text] {
  border: none;
  outline: none;
  background: none;
  width: 900px;
  height: 50px;
  font-size: 20px;
  padding: 0 0 0 36px;
  font-weight: 400;
}
.faq_wrap .item_search input[type=text]::placeholder {
  color: #B3B3B3;
}
.faq_wrap .item_search input[type=submit] {
  border: none;
  outline: none;
  text-indent: -999em;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/faq/search.png) no-repeat center center/30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .faq_wrap .item_search input[type=submit]:hover {
    opacity: 0.8;
  }
}
.faq_wrap .faq_nav {
  display: flex;
  justify-content: center;
  gap: 0 36px;
  margin-bottom: 98px;
}
.faq_wrap .faq_nav li {
  background: #BEA050;
  width: 250px;
  height: 80px;
  position: relative;
}
.faq_wrap .faq_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}
.faq_wrap .faq_nav li a:after {
  content: "";
  display: block;
  background: #fff;
  height: 9px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 36px;
  right: 15px;
}
.faq_wrap .faq_contents {
  width: 800px;
  margin: -160px auto 0;
  padding-top: 160px;
}
.faq_wrap .sub {
  text-align: center;
  background: #EFE8D5;
  height: 60px;
  font-size: 32px;
  color: #1A1A1A;
  font-weight: 700;
  padding: 10px 0 0;
  margin: 0 0 45px;
}
.faq_wrap .faq_list {
  margin-bottom: 90px;
}
.faq_wrap .faq_list dt {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/faq/q.png) no-repeat 33px 8px/22px;
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  border-bottom: 2px solid #BEA050;
  padding: 0 0 12px 73px;
}
.faq_wrap .faq_list dd {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/faq/a.png) no-repeat 33px 30px/24px;
  font-size: 20px;
  line-height: 36px;
  padding: 25px 0 20px 73px;
  margin: 0 0 52px;
  font-weight: 400;
}
.faq_wrap .faq_list dd ol {
  margin: 35px 0 0;
  padding: 0;
}
.faq_wrap .faq_list dd li {
  text-indent: -0.9em;
  padding-left: 1em;
  font-size: 20px;
  line-height: 36px;
}
.faq_wrap .faq_bnr_area {
  background: #FCFAF6;
  padding: 86px 0 120px;
}
.faq_wrap .faq_bnr_area .ask_bnr {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 25px 0;
}
.faq_wrap .faq_bnr_area .ask_bnr li {
  width: 460px;
}
.faq_wrap .faq_bnr_area .ask_bnr li:first-child {
  width: 100%;
}