.guide_page {
  font-family: "Shippori Mincho", serif;
}
.guide_ttl {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 10%;
  text-align: center;
}
.guide_ttl > span {
  font-size: 15px;
  line-height: 38px;
  letter-spacing: 5%;
  color: #ac1401;
}

.guide_links_wrap {
  margin-bottom: 80px;
  padding: 10px;
  background: #f4f4f4;
}

ul.guide_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  margin-left: -20px;
  max-width: 100%;
}

ul.guide_links > li {
  list-style: none;
  width: calc(25% - 10px);
}

ul.guide_links > li > a {
  display: inline-block;
  align-items: center;
  height: 60px;
  padding: 23px 5px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

ul.guide_links > li > a:hover {
  background-color: #fff;
  color: #ac1401;
}

.guide_contents_wrap {
}

section.guide_section {
  padding-top: 150px;
  margin-top: -150px;
}

section.guide_section + .guide_section {
  margin-top: -100px;
}

h3.guide_sec_title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  border-left: 6px solid #a5231e;
  padding-top: 6px;
  padding-left: 20px;
  height: 45px;
}
ul.guide_flbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
  margin-left: -40px;
  margin-bottom: 58px;
}
ul.guide_flbox > li {
  list-style: none;
  width: calc(50% - 35px);
}
h4.guide_content_ttl {
  font-size: 16px;
}
h4.guide_content_ttl:before {
  content: "◆";
  color: #a5231e;
  margin-right: 8px;
}
p.guide_content_exp {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0em;
}
.guide_content_img {
  width: 100%;
  margin: 30px 0;
}
.order_img {
  border: solid 1px #c8c8c8;
}
.order_dummyimg {
  margin-top: -23px;
  border: solid 1px #c8c8c8;
}
p.guide_sec_exp {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1.1;
}
.guide_table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 92px;
}
.guide_table th {
  width: 25%;
  padding: 23px 20px;
  background-color: #f1f1f1;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.guide_table td {
  padding: 10px 23px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-size: 13px;
  line-height: 22px;
  vertical-align: top;
}
.guide_table td > p:nth-child(2) {
  margin-top: 20px;
}
.guide_sec_content {
  margin: 27px 0 47px;
}
.card_dummyimg {
  margin-top: 12px;
  /* width: 395px; */
}
.card_dummyimg img {
  height: 40px;
}
.shipping_timeimg {
  margin-top: 16px;
  width: 312px;
}
.br_sp {
  display: none;
}
.only_sp {
  display: none;
}
/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
  .only_sp {
    display: block;
  }
  .container {
    padding: 0;
  }
  .guide_ttl {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 10%;
    text-align: center;
  }
  .guide_ttl > span {
    font-size: 10px;
    line-height: 23px;
    letter-spacing: 5%;
    color: #ac1401;
  }

  .guide_links_wrap {
    margin-bottom: 60px;
    padding: 5px;
  }

  ul.guide_links {
    gap: 8px 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
  }
  ul.guide_links > li {
    width: calc(50% - 6px);
    flex-wrap: wrap;
    display: flex;
    list-style: none;
  }

  ul.guide_links > li > a {
    height: 48px;
    padding: 6px 0;
    line-height: 36px;
    font-size: 12px;
    width: 100%;
  }

  ul.guide_links > li > a:hover {
    background-color: #fff;
    color: #ac1401;
  }

  .guide_contents_wrap {
  }

  h3.guide_sec_title {
    font-size: 18px;
    line-height: 18px;
    padding-left: 13px;
    height: 31px;
    margin-bottom: 27px;
  }
  ul.guide_flbox {
    display: block;
    margin-left: -40px;
    margin-bottom: 58px;
  }
  ul.guide_flbox > li {
    list-style: none;
    width: 100%;
    margin-bottom: 40px;
  }

  p.guide_sec_exp {
    font-size: 14px;
    line-height: 25px;
  }
  .guide_table {
    display: none;
  }
  dl.sp_guide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  dl.sp_guide dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 20px;
  }
  dl.sp_guide dd {
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    margin-bottom: 40px;
    letter-spacing: 0.8px;
  }
  .card_dummyimg {
    width: 100%;
  }
  .shipping_timeimg {
    width: 100%;
  }
} /* @media */
