@charset "UTF-8";
/*----------------------------------------------------
  Shopping Guide
----------------------------------------------------*/
#page_help_guide .subpage_ttl_area nav {
  display: none;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide .subpage_ttl_area nav {
    display: block;
    margin-top: 30px;
  }
  #page_help_guide .subpage_ttl_area nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    /*　751px - $w_tb　*/
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  #page_help_guide .subpage_ttl_area nav ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media all and (min-width: 768px) {
  #page_help_guide .subpage_ttl_area nav ul a {
    font-size: 14px;
    padding-left: 33px;
  }
  #page_help_guide .subpage_ttl_area nav ul a::before {
    width: 24px;
    height: 17px;
  }
}
#page_help_guide section {
  padding: 0;
  border-top: 1px solid #D8D8D8;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 767px) {
  #page_help_guide section:last-child {
    border-bottom: 1px solid #D8D8D8;
  }
}
@media all and (min-width: 768px) {
  #page_help_guide section {
    padding: 80px 0;
  }
  #page_help_guide section:nth-child(2) {
    padding-top: 0;
    border-top: none;
  }
}
#page_help_guide .sec_ttl {
  position: relative;
  margin: 0;
  padding: 30px 0;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 768px) {
  #page_help_guide .sec_ttl {
    padding: 0;
    margin-bottom: 30px;
  }
}
#page_help_guide .sec_ttl .en {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-size: 20px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide .sec_ttl .en {
    font-size: 26px;
  }
}
#page_help_guide .sec_ttl .jp {
  padding-left: 9px;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide .sec_ttl .jp {
    padding-left: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  #page_help_guide .sec_ttl::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #3E3E3E;
    border-right: solid 1px #3E3E3E;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
}
#page_help_guide .accordion_ttl {
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide .accordion_ttl {
    pointer-events: none;
  }
}
#page_help_guide .accordion_cont {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 767px) {
  #page_help_guide .accordion_cont {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  #page_help_guide .accordion_cont {
    display: block;
  }
}
#page_help_guide .accordion_cont p {
  margin-bottom: 1.5rem;
}
#page_help_guide .accordion_cont p:last-child {
  margin-bottom: 0;
}
#page_help_guide #deliver .deliver_type {
  margin-top: 35px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide #deliver .deliver_type {
    margin-top: 50px;
  }
}
#page_help_guide #deliver .deliver_type h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide #deliver .deliver_type h3 {
    font-size: 15px;
  }
}
#page_help_guide #deliver .deliver_type table {
  width: 100%;
  border: 1px solid #D8D8D8;
  table-layout: fixed;
}
#page_help_guide #deliver .deliver_type table.sp_table {
  margin-bottom: 12px;
}
#page_help_guide #deliver .deliver_type table.pc_table {
  /* -750 */
}
@media all and (max-width: 767px) {
  #page_help_guide #deliver .deliver_type table.pc_table {
    display: none;
  }
}
#page_help_guide #deliver .deliver_type table td, #page_help_guide #deliver .deliver_type table th {
  text-align: center;
  font-weight: 400;
  padding: 4px 10px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide #deliver .deliver_type table td, #page_help_guide #deliver .deliver_type table th {
    padding: 10px;
  }
}
#page_help_guide #deliver .deliver_type table .left_col {
  width: 133px;
}
#page_help_guide #deliver .deliver_type table thead {
  background-color: #4D4D4D;
  color: #fff;
  /* -750 */
}
#page_help_guide #deliver .deliver_type table thead th {
  /* -750 */
}
@media all and (max-width: 767px) {
  #page_help_guide #deliver .deliver_type table thead th {
    padding: 10px;
  }
}
#page_help_guide #deliver .deliver_type table thead th:not(:first-child) {
  border-left: 1px solid #fff;
  padding: 20px 10px;
}
#page_help_guide #deliver .deliver_type table thead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_help_guide #deliver .deliver_type table thead ul li:not(:last-child)::after {
  content: "、";
}
@media all and (max-width: 767px) {
  #page_help_guide #deliver .deliver_type table thead tr:last-child th {
    background-color: #969696;
    border-top: 1px solid #fff;
    padding: 6px 10px;
  }
}
#page_help_guide #deliver .deliver_type table tbody tr {
  border-bottom: 1px solid #D8D8D8;
}
#page_help_guide #deliver .deliver_type table tbody tr:last-child {
  border: none;
}
#page_help_guide #deliver .deliver_type table tbody th {
  background-color: rgba(242, 242, 242, 0.5);
}
#page_help_guide #deliver .deliver_type table tbody td {
  border-left: 1px solid #D8D8D8;
}
#page_help_guide #order .order_type {
  background-color: #F8F8F7;
  padding: 30px 20px;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide #order .order_type {
    padding: 40px 30px;
  }
}
#page_help_guide #order .order_type:last-child {
  margin-bottom: 0;
}
#page_help_guide #order .order_type h3 {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 768px) {
  #page_help_guide #order .order_type h3 {
    font-size: 16px;
  }
}
#page_help_guide #order .order_type ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
#page_help_guide #order .order_type ul li {
  list-style: disc;
}