.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

ul.breadcrumbs {
  display: flex;
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px auto 120px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  ul.breadcrumbs {
    width: 87%;
    margin-bottom: 100px;
  }
}
ul.breadcrumbs li {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  ul.breadcrumbs li {
    margin-bottom: 0.3em;
  }
}
ul.breadcrumbs li a {
  margin-right: 1em;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
ul.breadcrumbs li:last-child {
  color: #cbaf58;
}

section.title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}
section.title-area h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  section.title-area h2 {
    gap: 0;
    margin-bottom: 42px;
    font-size: 22px;
    text-align: center;
  }
}
section.title-area h2 span {
  display: inline;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section.title-area h2 span {
    font-size: 18px;
  }
}
section.title-area h2::after {
  width: 60px;
  margin-top: 30px;
  border-top: 1px solid #403736;
  content: "";
}
@media screen and (max-width: 768px) {
  section.title-area h2::after {
    width: 30px;
    margin-top: 20px;
  }
}
section.title-area ul.anchor-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 26px;
}
@media screen and (max-width: 768px) {
  section.title-area ul.anchor-list {
    width: 90%;
    flex-wrap: wrap;
    gap: 30px 2.5%;
  }
}
section.title-area ul.anchor-list li {
  width: 160px;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.title-area ul.anchor-list li {
    width: 47.7%;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
section.title-area ul.anchor-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px 0;
}
@media screen and (max-width: 768px) {
  section.title-area ul.anchor-list li a {
    gap: 10px 0;
  }
}
section.title-area ul.anchor-list li a::after {
  content: "";
  background-image: url("/order/img/order-anchor-arw.png");
  width: 22px;
  height: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.title-area ul.anchor-list li a::after {
    width: 13px;
    height: 7px;
  }
}

h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 60px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  h3 {
    gap: 15px 0;
    margin-bottom: 32px;
    font-size: 20px;
  }
}
h3::after {
  width: 30px;
  border-top: 1px solid #9d863e;
  content: "";
}
@media screen and (max-width: 768px) {
  h3::after {
    width: 30px;
  }
}

section#apply,
section#payment,
section#deliver,
section#change {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  section#apply,
  section#payment,
  section#deliver,
  section#change {
    margin-bottom: 100px;
  }
}

section#apply .phone-number {
  max-width: 1000px;
  width: 100%;
  background: #f0f0f0;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number {
    max-width: 86.6%;
    padding: 50px 0;
  }
}
section#apply .phone-number .numbers {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .numbers {
    max-width: 87.6%;
    flex-direction: column;
    justify-content: center;
    gap: 25px 0;
    padding-bottom: 30px;
  }
}
section#apply .phone-number .numbers .phone {
  display: inline-flex;
  align-items: flex-start;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .numbers .phone {
    margin-left: 0;
  }
}
section#apply .phone-number .numbers .phone::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/order/img/phone-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
section#apply .phone-number .numbers .phone p {
  font-size: 32px;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .numbers .phone p {
    font-size: 28px;
  }
}
section#apply .phone-number .numbers .phone p span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .numbers .phone p span {
    font-size: 12px;
  }
}
section#apply .phone-number .numbers p.fax {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .numbers p.fax {
    font-size: 20px;
    margin-left: 0;
  }
}
section#apply .phone-number .info {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .info {
    max-width: 87.6%;
  }
}
section#apply .phone-number .info p {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .info p {
    font-size: 12px;
  }
}
section#apply .phone-number .info ul {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section#apply .phone-number .info ul {
    font-size: 10px;
  }
}
section#apply .phone-number .info ul li {
  line-height: 2;
}

dl.box {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  dl.box {
    max-width: 87.6%;
    margin-bottom: 50px;
  }
}
dl.box:last-child {
  margin-bottom: 0;
}
dl.box > dt {
  color: #9d863e;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  dl.box > dt {
    font-size: 18px;
    padding: 0 6.15%;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
dl.box > dd {
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  dl.box > dd {
    padding: 0 6.15%;
  }
}
@media screen and (max-width: 768px) {
  dl.box dd {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
dl.box dd dl {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  dl.box dd dl {
    margin-bottom: 30px;
  }
}
dl.box dd ul.notes {
  margin-top: 40px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  dl.box dd ul.notes {
    margin-top: 10px;
    font-size: 10px;
  }
}
dl.box dd.bank-account {
  background: #f7ebde;
  padding: 40px 100px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  dl.box dd.bank-account {
    padding: 30px 6.15%;
    margin: 30px 0 0;
  }
}
dl.box dd .pic {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  dl.box dd .pic {
    margin-bottom: 30px;
  }
}
dl.box dd ul.info {
  margin-left: 1em;
}
dl.box dd ul.info li {
  list-style-type: disc;
}
dl.box dd dl.postage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #efedea;
  margin-bottom: 0;
}
dl.box dd dl.postage.border-margin-top {
  margin-top: 50px;
  border-top: 1px solid #efedea;
}
dl.box dd dl.postage dt {
  color: #9d863e;
  font-size: 18px;
  line-height: 1.4;
}
dl.box dd dl.postage dt span {
  font-size: 16px;
  display: block;
}
dl.box dd dl.postage dd {
  text-align: right;
}
dl.box dd table.postage {
  margin-top: 50px;
  border-top: 1px solid #efedea;
}
dl.box dd table.postage caption {
  caption-side: bottom;
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  dl.box dd table.postage caption {
    font-size: 10px;
  }
}
dl.box dd table.postage tr {
  border-bottom: 1px solid #efedea;
}
dl.box dd table.postage tr th,
dl.box dd table.postage tr td {
  vertical-align: middle;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  dl.box dd table.postage tr th,
  dl.box dd table.postage tr td {
    padding: 15px 0;
  }
}
dl.box dd table.postage tr th {
  color: #9d863e;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  dl.box dd table.postage tr th {
    font-size: 12px;
  }
}
dl.box dd table.postage tr th span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  dl.box dd table.postage tr th span {
    font-size: 10px;
  }
}
dl.box dd table.postage tr td {
  text-align: right;
}/*# sourceMappingURL=style.css.map */