.c-breadcrumbs {
  position: relative;
  z-index: 1;
}

.u-container {
  margin: 0 auto;
  padding-top: 18vw;
  position: relative;
  width: 88vw;
  z-index: 1;
}

.c-breadcrumbs-list {
  border-bottom: solid 1px #d3ddb5;
  display: flex;
  justify-content: flex-start;
  padding: 7.6vw 0 4.53333vw;
}

.c-breadcrumbs-list__item {
  font-size: 3.33333vw;
  padding-right: 6.66667vw;
  position: relative;
}

.c-breadcrumbs-list__item:nth-child(n + 2)::after {
  bottom: 55%;
  color: #646464;
  content: ">";
  display: block;
  font-size: 3.33333vw;
  left: -4.4vw;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.c-ttl-second {
  font-size: 5.06667vw;
  font-weight: bold;
  padding-top: 11.33333vw;
}

.c-tbl-list__th {
  font-size: 4.66667vw;
  font-weight: bold;
  margin: 10.66667vw 0 2vw;
}

.c-tbl-list__td {
  font-size: 4.26667vw;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.c-tbl-list__td br:last-child {
  display: none;
}

.c-tbl-list__td a {
  border-bottom: 1px solid #000;
}

#delivery {
  margin-top: -18vw;
  padding-bottom: 9.33333vw;
  padding-top: 18vw;
  position: relative;
}

#delivery:after {
  background-color: #d3ddb5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#payment {
  margin-top: -18vw;
  padding-bottom: 9.33333vw;
  padding-top: 18vw;
  position: relative;
}

#payment:after {
  background-color: #d3ddb5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#return {
  margin-top: -18vw;
  padding-bottom: 9.33333vw;
  padding-top: 18vw;
  position: relative;
}

#return:after {
  background-color: #d3ddb5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

#info {
  margin-top: -18vw;
  padding-bottom: 13.33333vw;
  padding-top: 18vw;
  position: relative;
}

#delivery .c-tbl-list__tr:first-child .c-tbl-list__th {
  margin-top: 10.66667vw;
}

#payment .c-tbl-list__tr:first-child .c-tbl-list__th {
  margin-top: 10.66667vw;
}

#return .c-tbl-list__tr:first-child .c-tbl-list__th {
  margin-top: 10.66667vw;
}

#info .c-tbl-list__tr:first-child .c-tbl-list__th {
  margin-top: 10.66667vw;
}

#info .c-tbl-list__tr:nth-child(n + 2) .c-tbl-list__th {
  margin-top: 7.33333vw;
}

.payment_img {
  display: inline-block;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }
  .u-container {
    padding-top: 102px;
    width: 950px;
  }
  .c-breadcrumbs-list {
    border: none;
    padding: 60px 0 10px;
  }
  .c-breadcrumbs-list__item {
    font-size: 14px;
    padding-right: 50px;
  }
  .c-breadcrumbs-list__item:nth-child(n + 2)::after {
    bottom: 8px;
    font-size: 14px;
    left: -30px;
  }
  .c-ttl-second {
    font-size: 17px;
    padding-top: 55px;
  }
  .c-tbl-list__th {
    font-size: 15px;
    margin: 40px 0 10px;
  }
  .c-tbl-list__td a {
    transition: opacity 0.8s;
  }
  .c-tbl-list__td a:hover {
    opacity: 0.8;
    transition: opacity 0.8s;
  }
  .c-tbl-list__td {
    font-size: 14px;
  }
  #delivery {
    margin-top: -102px;
    padding-bottom: 20px;
    padding-top: 102px;
  }
  #delivery:after {
    bottom: 0px;
  }
  #payment {
    margin-top: -102px;
    padding-bottom: 50px;
    padding-top: 102px;
  }
  #payment:after {
    bottom: -0px;
  }
  #return {
    margin-top: -102px;
    padding-bottom: 50px;
    padding-top: 102px;
  }
  #return:after {
    bottom: -0px;
  }
  #info {
    margin-top: -102px;
    padding-bottom: 100px;
    padding-top: 102px;
  }
  #delivery .c-tbl-list__tr:first-child .c-tbl-list__th {
    margin-top: 45px;
  }
  #payment .c-tbl-list__tr:first-child .c-tbl-list__th {
    margin-top: 45px;
  }
  #return .c-tbl-list__tr:first-child .c-tbl-list__th {
    margin-top: 45px;
  }
  #info .c-tbl-list__tr:first-child .c-tbl-list__th {
    margin-top: 45px;
  }
  #info .c-tbl-list__tr:nth-child(n + 2) .c-tbl-list__th {
    margin-top: 30px;
  }
  .payment_img {
    margin-bottom: 10px;
  }
}
