@charset "utf-8";
/*************************
Q&A よくあるご質問ページ
**************************/
.spNone {
  display: block;
}
.pcNone {
  display: none;
}
.qanda-box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgb(119, 119, 119);
}
.qanda-box h4 {
  position: relative;
  width: 100%;
  letter-spacing: 2.4px;
}
.qanda-box div.question, .qanda-box div.answer {
  display: flex;
}
.qanda-box div.question {
  margin-bottom: 20px;
}
.qanda-box div.icon {
  margin-right: 13px;
}
.qanda-box div.icon img {
  max-width: initial;
}
.qanda-box div.answer p {
  line-height: 30px;
  letter-spacing: 2px;
}
.qanda-box:last-child {
  border-bottom: medium none;
}
/*************************
配送について
**************************/
.qanda-box .sttl {
  font-size: 100%;
  font-weight: bold;
  padding: .5em .5em .5em 1.5em;
  position: relative;
}
.qanda-box .sttl::before {
  background: #19191a;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 15px;
}
.qanda-box .shipping:not(:last-child) {
  margin-bottom: 20px;
}
.qanda-box .shipping {
  table-layout: fixed;
}
.qanda-box .shipping table {
  width: 100%;
}
.qanda-box .shipping tr th {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.qanda-box .shipping  th {
  background-color: #f8f6f6;
  /*border-bottom: 1px solid #fff;*/
  vertical-align: middle;
  width: 20%;
}
.qanda-box .shipping th, .qanda-box .shipping td {
  border: 2px solid #f8f6f6;
  padding: 1em;
}
.qanda-box .shipping tr th:nth-child(1) {
  width: 8%;
}
.qanda-box tr th:nth-child(3), .qanda-box .shipping tr th:nth-child(4) {
  width: 10%;
}
.qanda-box .shipping-single tr th:nth-child(1) {
  width: 16.7%;
}
.qanda-box .shipping-single tr:last-child td {
  border: 2px solid #f8f6f6;
}
.qanda-box .shipping-single{
  width: 100%;
}

/*************************
新規会員登録について
**************************/
.sec {
  display: block;
  margin-top: -6em;
  padding-top: 10em;
}
/*Underlayer*/
.sec .ttl {
  border-bottom: 2px solid #d8d8d8;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0 0 .5em;
}
.guide .sec ol, .guide .sec ul {
  margin: 0 0 0 2.3em;
}
.guide .sec li {
  text-indent: -1.3em;
}
.guide .sec dl dt {
  font-weight: bold;
}
/*anchorlink*/
.guide .anchorLink ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 150%;
  justify-content: flex-start;
  margin: 2em auto 0;
  width: 100%;
}
.guide .anchorLink ul li {
  border: 1px solid #19191a;
  margin: 0 1% 1% 0;
  min-width: 15%;
  overflow: hidden;
  position: relative;
}
.guide .anchorLink ul li a {
  align-items: center;
  background: #fff;
  color: #19191a;
  display: flex;
  height: 100%;
  line-height: 1.4;
  padding: .5em 2em .5em 1em;
  transition: .3s;
  width: 100%;
}
.guide .anchorLink ul li a:hover {
  background: #19191a;
  color: #fff;
}
.guide .anchorLink ul li a::after {
  border-right: 1px solid #19191a;
  border-top: 1px solid #19191a;
  content: "";
  height: 5px;
  position: absolute;
  right: 1em;
  top: 40%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .3s;
  width: 5px;
}
.guide .anchorLink ul li a:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/*TOPへ戻る*/
.to_top_list {
  margin-top: 10rem;
  padding: 1.6rem 0;
  background: #f8f6f6;
  width: 100%;
}
.to_top_list ul {
  display: flex;
  justify-content: center;
}
.to_top_list ul li {
  margin-right: 2rem;
}
.to_top_list ul li:nth-of-type(2) {
  margin-right: 0;
}
.to_top_list a {
  background: #fff;
  box-sizing: border-box;
  color: #19191a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 50px;
  padding: 1rem 4rem 1rem;
  position: relative;
  text-align: center;
}
.to_top_list a::before {
  content: "";
  display: inline-block;
  background-image: url(../../../../d_images/campaign/201105_seibo_restaurant/icon_arrow03.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 15px;
  background-size: contain;
  left: 1.5rem;
  top: 1.8rem;
  letter-spacing: .15em;
}
.qanda-box .kochira{
  border-bottom: 1px solid #bf8218;
  color: #bf8218;
  font-size: 1.6rem;
}

/*sp*/
@media screen and (max-width: 767px) {
  .guide .headline {
    line-height: 1.4;
  }
  .guide .anchorLink ul {
    justify-content: space-between;
    margin: 2em auto 0;
    width: 100%;
  }
  .guide .anchorLink ul li {
    align-items: center;
    border: 1px solid #19191a;
    display: flex;
    margin: 0 0 1em;
    position: relative;
    width: calc(96%/2);
  }
  .guide .anchorLink ul li:nth-last-child(-n+2) {
    margin: 0 0 0;
  }
  .guide .anchorLink ul li a {
    align-items: center;
    display: flex;
    font-size: 90%;
    height: 100%;
    line-height: 1.2;
    padding: 1em 2em 1em 1em;
    transition: .3s;
  }
  .guide .anchorLink ul li a:hover {
    background: #fff;
    color: #19191a;
  }
  .guide .anchorLink ul li a:hover:after {
    border-right: 1px solid #19191a;
    border-top: 1px solid #19191a;
  }
  /*TOPへ戻る*/
  .to_top_list {
    margin-top: 5rem;
    padding: 2rem 3rem
  }
  .to_top_list ul {
    display: block;
  }
  .to_top_list ul li {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .to_top_list ul li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .to_top_list a {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
  .to_top_list a::before {
    content: "";
    display: inline-block;
    background-image: url(../../../../d_images/campaign/201105_seibo_restaurant/icon_arrow03_sp.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    left: 1.5rem;
    letter-spacing: .15em;
  }
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  /*配送料金について*/
  .qanda-box .shipping tr th:nth-child(1) {
    width: 90px;
  }
  .qanda-box .shipping tr td {
    vertical-align: middle;
  }
  .qanda-box .shipping tr .yen {
    white-space: nowrap;
  }
}