@charset "UTF-8";
.contents_inner {
  max-width: 1280px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .content_title {
    margin-bottom: 25px;
  }
}
.content_title .title {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content_title .title {
    line-height: 1.8;
  }
}

#spoof_order .contents_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spoof_order_row .spoof_order_top_text {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.spoof_order_row dt {
  position: relative;
  padding-left: 1em;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}
.spoof_order_row dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EA5532;
  margin-top: -13px;
}
.spoof_order_row dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: 100vw;
  height: 1px;
  background-color: #dddddd;
  display: block;
}
@media screen and (min-width: 768px) {
  .spoof_order_row dt::after {
    left: 0;
    width: 100%;
  }
}
.spoof_order_row dd {
  padding-top: 30px;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .spoof_order_row dd {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.spoof_order_row dd span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EA5532;
  display: inline-block;
}
.spoof_order_row dd .color_list {
  margin-top: 5px;
  counter-set: list 0;
  counter-reset: list;
}
.spoof_order_row dd .color_list .child {
  position: relative;
  padding-left: 2.5em;
  text-indent: 0em;
  font-size: 1.6rem;
  font-weight: 700;
}
.spoof_order_row dd .color_list .child::before {
  content: "(" counter(list) ")";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
}
.spoof_order_row dd .color_list .child + .child {
  margin-top: 30px;
}
.spoof_order_row dd .color_list .child .child_list {
  margin-left: -2.5em;
}
.spoof_order_row dd ul {
  margin-top: 10px;
}
.spoof_order_row dd ul li {
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 1em;
}
.spoof_order_row dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #EA5532;
}
@media screen and (max-width: 767px) {
  .spoof_order_row dd p {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.spoof_order_row dd p.num {
  padding-left: 1.5em;
  position: relative;
}
.spoof_order_row dd p.num::before {
  position: absolute;
  content: counter(num) ".";
  counter-increment: num;
  top: 0;
  left: 0;
  color: #EA5532;
  font-weight: 700;
  font-size: 1.5rem;
}
.spoof_order_row dd p.num + .num {
  margin-top: 10px;
}
.spoof_order_row dd p + .color_list {
  margin-bottom: 10px;
}
.spoof_order_row dd .excution {
  margin-bottom: 30px;
}
.spoof_order_row dd .spoof_row_text {
  margin-top: 30px;
}
.spoof_order_row + .spoof_order_row {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .spoof_order_row + .spoof_order_row {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=spoof_order.css.map */