#faq {
  width: 100%;
}

#faq.--breadcrumb {
  margin-top: 115px;
}

#faq #visual {
  width: 100%;
  height: 230px;
  padding: 60px 0 0 0;
  background: url(https://img.nosh.jp/images/chefly/faq/bg_visual.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 1px #DDDDDD;
  text-align: center;
}

#faq.faq-top-page #visual {
  margin-top: 0;
}

#faq #visual h1 {
  color: #FFFFFF;
  text-shadow: 0px 0px 5px #000000;
}

#faq #visual div.search {
  position: relative;
  display: inline;
}

#faq #visual div.search input[type="search"] {
  border-radius: 25px;
  min-width: 600px;
  margin: 10px 0 0 0;
  padding: 15px 20px 15px 20px;
}

#faq #visual div.search button {
  position: absolute;
  right: 0px;
  top: -11px;
  background: url(https://img.nosh.jp/images/chefly/faq/bg_search.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  border: none;
  width: 70px;
  border-radius: 0 25px 25px 0;
  border: solid 1px #39BF00;
  background-color: #53A530;
  height: 50px;
}

#faq #visual div.search button:focus {
  outline: 0;
}

#faq ol.breadcrumb {
  width: 980px;
  margin: 60px auto 0px auto;
  overflow: hidden;
  padding: 0;
  background-color: unset;
  border: unset;
}

#faq ol.breadcrumb li {
  float: left;
}

#faq ol.breadcrumb li:first-child:after {
  content: ">";
  padding: 0 5px;
}

#faq .inner {
  max-width: 980px;
  margin: 60px auto 60px auto;
  overflow: hidden;
}

#faq .categoly {
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

#faq .categoly a {
  width: 30%;
  padding: 20px 20px;
  margin: 0 3.3% 40px 0;
  display: block;
  border: solid 1px #53A530;
  border-radius: 3px;
  background-color: #FFFFFF;
  text-align: center;
}

#faq .categoly a:hover {
  color: #FFFFFF;
  background-color: #53A530;
  opacity: 1;
}

#faq .menu {
  width: 24%;
  padding: 0 0 0 0;
  float: left;
}

#faq .menu h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 20px 0;
}

#faq .menu li {
  padding: 0 0 10px 0;
  line-height: 1.5;
}

#faq .menu a {
  display: block;
  border: solid 1px #FDFCFA;
  border-radius: 3px;
  padding: 10px 10px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  color: #333333;
}

#faq .menu a:hover {
  border: solid 1px #53A530;
  background-color: #FFFFFF;
  opacity: 1;
}

#faq .menu li.active a {
  background-position: center left 20px;
  background-repeat: no-repeat;
  border: solid 1px #53A530;
  background-color: #53A530;
  color: #FFFFFF;
}

#faq .list {
  width: 70%;
  float: right
}

#faq .list h2 {
  font-size: 2.6rem;
  padding: 0 0 20px 0;
}

#faq .list ul {
  padding: 0 0 60px 0;
}

#faq .list li {
  position: relative;
}

#faq .list li a {
  display: block;
  padding: 20px 0;
  font-size: 1.6rem;
  border-top: solid 1px #DDD;
}

#faq .list li:last-child {
  border-bottom: solid 1px #DDD;
}

#faq .list li span:nth-of-type(1) {
  font-size: 1.1rem;
  float: right;
  color: #999999;
  position: absolute;
  top: 15px;
  right: 0;
}

#faq .list li span:nth-of-type(2) {
  display: block;
  margin: 0px 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#faq .detail {
  width: 70%;
  float: right
}

#faq .detail img {
  width: 200px;
  padding: 20px 0;
}

#faq .detail h2 {
  font-size: 2.6rem;
  padding: 0 0 20px 0;
}

#faq .detail .txt {
  padding: 0 0 30px 0;
  border-bottom: solid 1px #DDDDDD;
}

#faq .detail dl.useful {
  text-align: center;
}

#faq .detail dl.useful dt {
  padding: 30px 0 20px 0;
}

#faq .detail dl.useful dd p {
  display: inline;
}

#faq .detail dl.useful dd a {
  display: inline-block;
  border: solid 1px #53A530;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 3px 0;
  margin: 0 10px;
  min-width: 100px;
}

#faq .detail dl.useful dd a:hover {
  background-color: #53A530;
  color: #FFFFFF;
  opacity: 1;
}

#faq .contact {
  padding: 40px 0 0 0;
  text-align: center;
}

#faq .contact div.tel a {
  display: inline-block;
  background: url("https://img.nosh.jp/images/chefly/bg_tel.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 30px;
  margin: 10px 0 0 0;
  padding: 0 0 0 55px;
  font-size: 3rem;
}

#faq .contact div.tel span {
  display: block;
  font-size: 1.2rem;
}

#faq .contact div.tel .--caution {
  width: 90%;
  margin: 0 auto;
  color: var(--alias-color-text-warning-default);
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
}

#faq .contact div.form a {
  display: inline-block;
  border-radius: 3px;
  margin: 30px 0 0 0;
  padding: 7px 30px;
  background-color: #53A530;
  color: #FFFFFF;
  font-size: 1.6rem;
}

@media screen and (max-width:1216px) {
  #faq ol.breadcrumb {
    width: auto;
    margin: 40px auto 0px 20px;
  }

  #faq .inner {
    padding: 0 20px;
  }

  #faq .categoly a {
    width: 46%;
  }
}

@media screen and (max-width:768px) {
  #faq #visual {
    height: 200px;
  }

  #faq #visual h1 {
    font-size: 2.0rem;
  }

  #faq #visual div.search input[type="search"] {
    min-width: 90%;
  }

  #faq .inner {
    padding: 0 20px;
    margin: 40px auto;
  }

  #faq .categoly a {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #faq .menu {
    width: 100%;
    padding: 60px 0 0 0;
    font-size: 1.2rem;
    float: none;
  }

  #faq .menu li {
    padding: 5px 0;
    border-top: dotted 1px #DDDDDD;
  }

  #faq .menu a {
    border: none;
    padding: 5px 0px;
    color: #53A530;
  }

  #faq .menu a:hover {
    border: none;
    background-color: transparent;
    opacity: 0.7;
  }

  #faq .menu li.active a {
    border: none;
    background-color: transparent;
    color: #333333;
    font-weight: bold;
  }

  #faq .list {
    width: auto;
    float: none;
  }

  #faq .list h2 {
    font-size: 2rem;
  }

  #faq .list li a {
    font-size: 1.4rem;
    padding: 15px 0 15px 0;
  }

  #faq .list li span:nth-of-type(1) {
    padding: 0px 0 2px 0;
    display: block;
    float: none;
    position: static;
  }

  #faq .detail {
    width: auto;
    float: none;
  }

  #faq .detail img {
    width: 100%;
    padding: 20px 40px;
  }

  #faq .detail h2 {
    font-size: 1.8rem;
  }

  #faq .detail dl.useful {
    padding: 0 0 60px 0;
  }

  #faq .detail .txt {
    padding: 40px 0 20px 0;
    border-bottom: solid 1px #DDDDDD;
  }

  #faq .contact {
    padding: 0 0 0 0;
  }
}
