@charset "UTF-8";
#orderTop {
  margin-bottom: 96px;
}
#orderTop .Box {
  position: relative;
  width: 100%;
  aspect-ratio: 10/4;
  background: #333;
}
@media (max-width: 500px) {
  #orderTop .Box {
    aspect-ratio: 1/1;
  }
}
#orderTop .Box .Image {
  aspect-ratio: 10/4;
}
@media (max-width: 500px) {
  #orderTop .Box .Image {
    aspect-ratio: 1/1;
  }
}
#orderTop .Box .Polygon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 53, 114, 0.8);
  clip-path: polygon(37% 100%, 100% 100%, 100% 50%);
}
@media (max-width: 500px) {
  #orderTop .Box .Polygon {
    clip-path: polygon(5% 100%, 100% 100%, 100% 66%);
  }
}
#orderTop .Box .Title {
  position: absolute;
  right: 3%;
  bottom: 6%;
  font-size: clamp(5px, 1vw, 10px);
  line-height: 1;
  text-align: right;
  color: white;
}
@media (max-width: 500px) {
  #orderTop .Box .Title {
    right: 4%;
    bottom: 4%;
    font-size: 1.6vw;
  }
}
#orderTop .Box .Title .Catch {
  margin: 0 0.4em 0.6em auto;
  padding: 0.5em 1em 0.45em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  color: #0C3572;
  background: white;
  border-radius: 9999px;
}
#orderTop .Box .Title .Sub {
  margin-bottom: 0.5em;
  font-size: 2.2em;
  letter-spacing: 0.4em;
}
#orderTop .Box .Title .Main {
  margin-right: -0.2em;
  font-size: 3.4em;
  font-weight: bold;
  letter-spacing: 0.4em;
}
#orderTop .Summary {
  padding: 24px 36px 0;
}
@media (max-width: 500px) {
  #orderTop .Summary {
    padding: 12px 12px;
  }
}

#orderPrice section:nth-child(n+2) {
  margin-top: 48px;
}
#orderPrice .card-Section .Image {
  width: 40%;
}
@media (max-width: 500px) {
  #orderPrice .card-Section .Image {
    width: 100%;
  }
}
#orderPrice .card-Section .Caption {
  width: 100%;
}
#orderPrice .card-Section .Caption .Table {
  width: 100%;
  line-height: 2;
  color: #666;
}
#orderPrice .card-Section .Caption .Table:nth-child(n+2) {
  margin-top: 12px;
}
#orderPrice .card-Section .Caption .Table caption {
  font-size: 1.6rem;
}
#orderPrice .card-Section .Caption .Table th, #orderPrice .card-Section .Caption .Table td {
  padding: clamp(4px, 0.8vw, 8px) clamp(8px, 1.6vw, 16px);
  border: 1px solid #ccc;
  font-size: clamp(8px, 1.6vw, 16px);
}
@media (max-width: 500px) {
  #orderPrice .card-Section .Caption .Table th, #orderPrice .card-Section .Caption .Table td {
    font-size: 2.5vw;
  }
}
#orderPrice .card-Section .Caption .Table th {
  width: 30%;
  white-space: nowrap;
  background: #fafafa;
}
#orderPrice .card-Section .Caption .Table td {
  text-align: center;
}
#orderPrice .btn-Link {
  margin-top: 48px;
}

#orderFlow .Flow {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 12px);
  font-size: clamp(10px, 2vw, 20px);
  list-style-type: decimal;
  color: #666;
}
@media (max-width: 500px) {
  #orderFlow .Flow {
    font-size: 3vw;
  }
}
#orderFlow .Flow > li {
  margin-left: clamp(24px, 4.8vw, 48px);
}
#orderFlow .Flow > li:not(:last-child)::after {
  content: "▼";
  display: block;
  margin-top: clamp(6px, 1.2vw, 12px);
  text-align: center;
  transform: translateX(-2vw);
}
#orderFlow .Flow ul {
  padding-left: 1em;
  font-size: clamp(9px, 1.8vw, 18px);
  list-style-type: disc;
}
@media (max-width: 500px) {
  #orderFlow .Flow ul {
    font-size: 2.5vw;
  }
}

#orderNotice .Notice {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 12px);
  font-size: clamp(8px, 1.6vw, 16px);
  list-style-type: disc;
  color: #666;
}
@media (max-width: 500px) {
  #orderNotice .Notice {
    font-size: 2.5vw;
  }
}
#orderNotice .Notice > li {
  margin-left: clamp(16px, 3.2vw, 32px);
}/*# sourceMappingURL=order.css.map */