@charset "UTF-8";
/* style　settings */
/* query-input */
/* header */
/* a1.footer-main */
/* primary - テンプレのcontactボタンの色 */
/* primary - テンプレのsearchTopボタンの色 */
/* footer-bottom */
/* kinds_button_param */
:root {
  --query-input-border: 1px solid #f87a0d;
  --header-link-color: #f87a0d;
  --card-border-width: 0;
}

/* mixin */
/* helpfeel base ---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    background: var(--body-background);
  }
}
@media screen and (max-width: 767px) {
  body .faq-list,
body .keywords,
body .page-content,
body .related-pages {
    padding: 15px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

.header {
  padding: 0;
}
.header .concierge-container {
  display: none;
}

.query-input {
  margin-bottom: 16px;
  max-width: 584px;
  border-radius: 30px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-bottom: 8px;
  }
}
.query-input:focus-within {
  outline: 1px solid #f87a0d;
}
.inframe .query-input:focus-within {
  outline: none;
}
.query-input .speech-button {
  height: 45px;
}

.faq-list ul > li > a {
  font-size: 16px;
}

/* search - conetnts */
html.inframe #app-container {
  margin-top: 67px;
}

.content {
  margin: 32px 0 16px;
}
html.inframe .content {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .keywords {
    margin: 16px 0;
  }
}
.keywords .keywords-title {
  margin-bottom: 7px;
  padding: 5px 0 2px;
}
.keywords .keywords-body .list {
  justify-content: left;
  margin: 6px 10px;
  gap: 8px 10px;
}
.keywords .keywords-body .list > a {
  border: 1px solid transparent;
}
.keywords .keywords-body .headword {
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .keywords .keywords-body .headword {
    margin: 0;
    text-align: left;
  }
}

/* article - contents */
.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 24px;
}
.page-content .line.title:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  margin: 15px -2px 0;
  height: 1px;
  background-color: var(--card-border-color);
  border-radius: 2px;
}
.page-content .line.image-only-line > a {
  display: inline-block;
}
.page-content .indent-mark .dot {
  top: 13px;
}

/* article - related */
@media screen and (max-width: 767px) {
  .related-pages {
    margin-top: 0;
  }
}
.related-pages .related-pages-body ul > li > a {
  font-size: 16px;
  align-items: center;
}
.related-pages .related-pages-body ul > li > a .icon {
  background-size: contain;
  height: 20px;
  margin-right: 8px;
}

.article-page-empty .content {
  margin-bottom: 0;
  order: 1;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .feedback-section {
  order: 3;
}
.article-page-empty .related-pages-section {
  order: 2;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.inframe .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
.article-page-empty #detailed-feedback-section {
  order: 4;
}
.article-page-empty .footer {
  order: 5;
}

/* helpfeel header ---------------------------------------------------------------*/
.navbar {
  min-height: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 2px solid #777777;
  gap: 10px;
}
.navbar ul.header-menu {
  gap: 0 10px;
}
.navbar ul.header-menu > li {
  display: flex;
}
.navbar ul.header-menu > li:not(:first-child) {
  margin-left: 0;
}
.navbar ul.header-menu > li a {
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .navbar ul.header-menu > li a {
    font-size: 13px;
  }
}
.navbar ul.header-menu > li a:hover {
  background: none;
  text-decoration: underline;
}

/* helpfeel footer ---------------------------------------------------------------*/
.btn {
  display: block;
  padding: 12px 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}
.btn:hover {
  opacity: 0.6;
}

/* footer */
.powered-by-helpfeel {
  display: none;
}

footer {
  /* footer - コピーライト */
}
footer.footer {
  margin-top: auto;
  padding-top: 48px;
  padding-bottom: 0;
}
.article-page footer.footer {
  padding-top: 30px;
}
footer .footer-main {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto 60px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-wrap: wrap;
  }
}
footer .footer-main_search-top {
  width: 240px;
  background-color: #fff;
  border: 3px solid #f87a0d;
  color: #f87a0d;
}
footer .footer-main_search-top:hover {
  background-color: #fff;
}
body.search-page footer .footer-main_search-top {
  display: none;
}
footer .footer-main_contact {
  width: 240px;
  background-color: #f87a0d;
  border: 3px solid #fff;
  color: #fff;
}
footer .footer-main_contact:hover {
  background-color: #f87a0d;
}
body.search-page footer .footer-main_contact {
  display: none;
}
footer .footer-bottom {
  padding: 10px 0;
  background-color: #fff8e5;
}
footer .footer-bottom_wrap {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
footer .footer-bottom_copyright {
  font-size: 10px;
  color: #333;
  position: relative;
  padding: 0 4px;
  text-align: left;
}
footer .footer-bottom_copyright:after {
  content: "";
  border-right: 1px solid #333;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-bottom_powered-by-helpfeel a {
  font-size: 10px;
  color: #333;
  display: block;
  padding: 0 4px;
}
footer .footer-bottom_powered-by-helpfeel a:hover {
  opacity: 0.6;
}

body {
  position: relative;
  padding-bottom: 35px;
  background: #FBFBFB;
}

header.header .navbar {
  position: relative;
  border-bottom: 0;
  background: #F5F5F5;
  /* &::after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.08);
    filter: blur(4px);
    transform: translateY(10px) scale(1.05);
    mix-blend-mode: multiply;
  } */
}
header.header h1.brand a {
  display: flex;
  gap: 10px;
}
header.header h1.brand img {
  height: 32px;
}
@media screen and (max-width: 767px) {
  header.header h1.brand img {
    height: 30px;
  }
}

#app-container {
  min-height: auto;
}

footer.footer {
  margin-top: 0;
}
footer.footer .footer-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  jusitfy-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0;
  overflow: hidden;
}
footer.footer .footer-bottom::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  filter: blur(4px);
  transform: translateY(10px) scale(1.05);
  mix-blend-mode: multiply;
}

.concierge {
  display: none;
}

.header .subtitle {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .header .subtitle {
    display: block;
    padding-top: 30px;
  }
}
.header .subtitle h2 {
  pointer-events: none;
}

.search-summary-time {
  display: none;
}

.faq-list .faq-list-title {
  position: static;
}

.faq-list,
.keywords,
.page-content,
.related-pages {
  position: relative;
}
.faq-list::after,
.keywords::after,
.page-content::after,
.related-pages::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  filter: blur(4px);
  transform: scale(0.999);
  mix-blend-mode: multiply;
}

/* helpfeel kinds ---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kinds-selector {
    margin-top: 10px;
  }
}
.kinds-selector .selector {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.kinds-selector .selector .kind-items {
  width: calc((100% - (10px * (2 - 1))) / 2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items {
    width: 100%;
  }
}
.kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
.kinds-selector .selector .kind-items > label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #D10000;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #D10000;
}
.kinds-selector .selector .kind-items > label:hover {
  background-color: #eee;
}
.kinds-selector .selector .kind-items > label[for=kind-UCCポータル], .kinds-selector .selector .kind-items > label[for=kind-FOODSFRIDGE] {
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
}
.kinds-selector .selector .kind-items > label[for=kind-UCCポータル]::before, .kinds-selector .selector .kind-items > label[for=kind-FOODSFRIDGE]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  white-space: pre;
  text-indent: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}
.kinds-selector .selector .kind-items > label[for=kind-UCCポータル]::before {
  content: "UCCポータル\a（FOODS FRIDGE PRO/UCC・SUCお取引先様）";
}
.kinds-selector .selector .kind-items > label[for=kind-FOODSFRIDGE]::before {
  content: "FOODS FRIDGE\a（個人・一般会員様）";
}
.kinds-selector .selector .kind-items > input:checked + label {
  font-weight: 700;
  color: #fff;
  border: 1px solid #D10000;
  background-color: #D10000;
}