@charset "UTF-8";
/* ご注文 */
.order {
  position: relative;
  margin: 0 45px 50px;
  padding: 30px 33px 30px 19px;
  border: 1px solid #ececd8;
  border-radius: 10px;
  zoom: 100%;
}
.acordion .order {
  margin: 0 0 50px;
  padding: 30px;
}
.order:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 27px;
  background: url(../images/order/arrow01.svg) no-repeat center bottom;
  background-size: contain;
}
#service .order:before {
  display: none;
}
.order.end {
  border: none;
}
.order:last-of-type:before {
  display: none;
}
.order__ttl {
  position: relative;
  width: 425px;
  padding: 0 0 0.8em 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75em;
  color: #9b0000;
  text-align: left;
}
.acordion .order__ttl {
  width: auto;
  float: none;
}
.order__ttl .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #9b0000;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
.order__illust {
  width: 160px;
  float: left;
}
.acordion .order__illust {
  margin: 0 auto 15px;
  float: none;
}
.acordion .order__illust.nomg {
  margin: 0 auto;
}
.order__detail {
  width: 425px;
  float: right;
  text-align: left;
}
.acordion .order__detail {
  width: auto;
  float: none;
}
.order__detail__txt {
  padding: 0 0 1em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
.order__notice {
  text-align: left;
}
.order + .order__notice, .order__spread + .order__notice {
  padding: 0 30px 60px 45px;
}
.pinkbox .order__notice {
  padding: 0.5em 0 0;
}
.order__notice.dot {
  padding: 0 0 65px;
}
.order__notice__ttl {
  padding: 0 0 0.8em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75em;
  text-align: left;
}
.order__notice__txt {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75em;
}
.order__notice__txt:before {
  content: "※";
}
.dot .order__notice__txt:before {
  content: "・";
}
.order__apply {
  padding: 20px 0 0;
}
.order__apply .order__apply__btn {
  display: inline-block;
  position: relative;
  width: 228px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  text-align: center;
}
.order__apply .order__apply__btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.order__apply .order__apply__btn:hover {
  background: #9b0000;
  border: 1px solid #9b0000;
  text-decoration: none !important;
  color: #fff !important;
}
.order__apply .order__apply__btn:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.order__spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 45px;
}
.order__spread__inner {
  position: relative;
  width: 310px;
}
.order__spread__inner:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 27px;
  background: url(../images/order/arrow01.svg) no-repeat center bottom;
  background-size: contain;
}
.order__spread__inner.noarrow:before {
  display: none;
}
.order__catch {
  margin: 0 0 40px;
  padding: 1.3em 0.8em;
  background: #f1f2dc;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  color: #9b0000;
}

.acordion {
  display: block;
}
.acordion_switch {
  position: relative;
  margin: 0 0 47px;
  background: rgba(155, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 64px;
  color: #9b0000;
  pointer-events: none;
}
.acordion_switch .plusminus {
  display: none;
}
.acordion_switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 27px;
  background: url(../images/order/arrow01.svg) no-repeat center bottom;
  background-size: contain;
}
.acordion_switch.noarrow {
  margin: 0;
}
.acordion_switch.noarrow:after {
  display: none;
}
.acordion_switch.below {
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.acordion_switch.below:after {
  display: none;
}

.spttl {
  display: none;
}

.outbox {
  position: relative;
  margin: 0 0 37px;
}
.outbox.line01:before, .outbox.line02:before, .outbox.line03:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  background: #9b0000;
}
.outbox.line01:before {
  height: calc(100% - 280px);
}
.outbox.line02:before {
  height: 100%;
}
.outbox.line03:before {
  height: calc(100% + 40px);
}
.outbox:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 27px;
  background: url(../images/order/arrow01.svg) no-repeat center bottom;
  background-size: contain;
}

.pinkbox {
  position: relative;
  padding: 15px 25px 30px;
  background: rgba(155, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
}
.pinkbox:before {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  top: 0;
  width: 290px;
  height: 1px;
  background: #fff;
}
.pinkbox__list {
  list-style: disc outside;
  margin-left: 1em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  text-align: left;
}
.pinkbox__banner {
  width: 185px;
  padding: 15px 0 0;
}
.pinkbox__notice {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  color: #9b0000;
  text-align: left;
}

.free {
  margin: 1em 0 0;
  padding: 0.8em;
  background: #f5f5eb;
  text-align: left;
}
.free__ttl {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.free__price {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.1em 0.3em;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.free sup {
  font-size: 10px;
}
.free .nocharge {
  font-size: 16px;
  line-height: 1.75em;
}
.free .zero {
  width: 47px;
  height: auto;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

.etc {
  padding: 0 0 10px 40px;
  text-align: left;
}
.etc__ttl {
  padding: 1.5em 0 0.5em;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.etc__txt {
  list-style: disc outside;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75em;
}

.recycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number;
  padding: 0 0 27px;
  clear: both;
}
.recycle__ttl {
  width: 459px;
  padding: 0.8em 0 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  text-align: left;
  float: right;
}
.recycle__txt {
  width: 459px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  text-align: left;
  float: right;
}
.recycle__illust {
  width: 236px;
  padding: 0 0 20px;
  float: left;
}
.recycle__point {
  position: relative;
  width: 228px;
  padding: 66px 0 0;
  border: 1px solid #9b0000;
  border-radius: 10px;
}
.recycle__point:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #9b0000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
.recycle__point__ttl {
  padding: 0 0.8em 0.7em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75em;
  color: #9b0000;
}
.recycle__point__txt {
  padding: 0 1.2em 1.5em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 46px 0 0;
}
.lineup__reason {
  padding: 30px 80px;
  border: 1px solid #9b0000;
  border-radius: 10px;
}
.lineup__service {
  position: relative;
  width: 358px;
  margin: 0 0 38px;
  padding: 20px 19px 100px;
  border: 1px solid #9b0000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.lineup__service .order__apply {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
}
.lineup__ttl {
  padding: 0 0 0.8em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75em;
  color: #9b0000;
}
.lineup__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  text-align: left;
}
.lineup__txt small {
  display: inline-block;
  font-size: 12px;
}
.lineup .lineup__txt {
  width: 149px;
  float: right;
}
.lineup .lineup__txt.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lineup__photo {
  width: 156px;
  float: left;
}

.telapply {
  position: relative;
  width: 956px;
  margin: 100px auto;
  padding: 80px 0 30px;
  border-top: 3px solid #9b0000;
  border-bottom: 3px solid #9b0000;
}
.telapply:before, .telapply:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9b0000;
}
.telapply:before {
  top: 7px;
}
.telapply:after {
  bottom: 7px;
}
.telapply__ttl {
  padding: 0 0 1.5em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  color: #9b0000;
}
.telapply__ttl:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 0.5em 0 0;
  background: url(../images/order/icon_tel.svg) no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
}
.telapply__num {
  width: 286px;
  margin: 0 auto 35px;
}
.telapply__txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  text-align: left;
}
.telapply a {
  color: #06f;
  text-decoration: underline;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .order {
    margin: 0 0 12vw;
    padding: 8vw 5vw;
    border: 0.4vw solid #ececd8;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
  }
  .order:before {
    bottom: -10vw;
    width: 6.4vw;
    height: 7.2vw;
  }
  .order.end:before {
    display: inline-block;
  }
  .order__ttl {
    width: auto;
    padding: 0 0 0.8em 11vw;
    float: none;
    font-size: 4.8vw;
    line-height: 2em;
  }
  .order__ttl .num {
    top: 0.2em;
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
  }
  .order__illust {
    width: 42.6666666667vw;
    margin: 0 auto 5vw;
    float: none;
  }
  .order__detail {
    width: auto;
    float: none;
  }
  .order__detail__txt {
    padding: 0 0 0.5em;
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .order + .order__notice, .order__spread + .order__notice {
    padding: 0 0 10vw;
  }
  .order__notice.dot {
    padding: 0 0 10vw;
  }
  .order__notice__ttl {
    font-size: 3.2vw;
  }
  .order__notice__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    line-height: 2em;
  }
  .order__apply {
    padding: 3vw 0 0;
    text-align: center;
  }
  .order__apply .order__apply__btn {
    width: 52.2666666667vw;
    border: 0.4vw solid #000;
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    border-bottom-left-radius: 6vw;
    border-bottom-right-radius: 6vw;
    font-size: 3.2vw;
    line-height: 12vw;
  }
  .order__apply .order__apply__btn:after {
    right: 4vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.4vw solid #000;
    border-right: 0.4vw solid #000;
  }
  .order__apply .order__apply__btn:hover {
    border: 0.4vw solid #9b0000;
  }
  .order__apply .order__apply__btn:hover:after {
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
  .order__spread {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin: 0;
  }
  .order__spread__inner {
    width: auto;
  }
  .order__spread__inner:before {
    display: none;
  }
  .order__catch {
    margin: 0 0 5vw;
    font-size: 4.8vw;
  }

  .acordion {
    display: none;
  }
  .acordion_switch {
    margin: 0 0 8vw;
    background: #ececd8;
    border-radius: 0;
    font-size: 3.7333333333vw;
    line-height: 12vw;
    color: #333;
    pointer-events: auto;
  }
  .acordion_switch .plusminus {
    display: inline-block;
    position: absolute;
    right: 5.2vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4vw;
    height: auto;
  }
  .acordion_switch:after {
    display: none;
  }
  .acordion_switch.noarrow {
    margin: 0 0 8vw;
  }
  .acordion_switch.below {
    margin: 0 0 8vw;
    border-radius: 0;
  }

  .spttl {
    display: block;
    padding: 0 0 1.5em;
    font-size: 4.8vw;
    font-weight: 400;
  }

  .outbox {
    height: auto !important;
    margin: 0 0 12vw;
  }
  .outbox.line01:before, .outbox.line02:before, .outbox.line03:before {
    display: none;
  }
  .outbox:after {
    bottom: -10vw;
    width: 6.4vw;
    height: 7.2vw;
  }
  .outbox.line02 {
    margin: 0;
  }
  .outbox.line02:after {
    display: none;
  }

  .pinkbox {
    padding: 5vw;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
  }
  .pinkbox:before {
    display: none;
  }
  .pinkbox__list {
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .pinkbox__banner {
    width: 61.6vw;
    padding: 3vw 0 0;
  }

  .free {
    margin: 0.8em 5vw 0 0;
  }
  .free__ttl {
    font-size: 3.7333333333vw;
  }
  .free__price {
    margin: 0 0 0.7em;
    font-size: 3.7333333333vw;
  }
  .free sup {
    font-size: 2vw;
  }
  .free .nocharge {
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .free .zero {
    width: 10.5333333333vw;
  }

  .recycle {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 5vw 0 0;
  }
  .recycle__ttl {
    width: auto;
    padding: 0 0 1em;
    font-size: 4.8vw;
    text-align: center;
    float: none;
  }
  .recycle__txt {
    width: auto;
    font-size: 3.7333333333vw;
    line-height: 2em;
    float: none;
  }
  .recycle__illust {
    width: auto;
    padding: 0 0 4vw;
    float: none;
  }
  .recycle__point {
    width: auto;
    margin: 0 0 7vw;
    padding: 15vw 0 0;
    border: 0.4vw solid #9b0000;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
  }
  .recycle__point:before {
    position: absolute;
    top: 5vw;
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    font-size: 4.8vw;
    line-height: 8.4vw;
  }
  .recycle__point__ttl {
    font-size: 4.8vw;
    height: auto !important;
  }
  .recycle__point__txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }

  .lineup {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    padding: 8vw 0 0;
  }
  .lineup__reason {
    padding: 3vw 4vw 5vw;
    border: 0.4vw solid #9b0000;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
  }
  .lineup__service {
    width: auto;
    margin: 0 0 8vw;
    padding: 3vw 4vw 5vw;
    border: 0.4vw solid #9b0000;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
  }
  .lineup__service .order__apply {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 8vw 0 0;
    clear: both;
  }
  .lineup__ttl {
    font-size: 4.8vw;
  }
  .lineup__txt {
    font-size: 3.7333333333vw;
  }
  .lineup__txt small {
    font-size: 3.2vw;
  }
  .lineup .lineup__txt {
    width: 31.8666666667vw;
  }
  .lineup__photo {
    width: 33.2vw;
  }

  .telapply {
    width: auto;
    margin: 12vw 5vw;
    padding: 10vw 5vw;
    border-top: 1vw solid #9b0000;
    border-bottom: 1vw solid #9b0000;
  }
  .telapply:before, .telapply:after {
    height: 0.4vw;
  }
  .telapply:before {
    top: 1.6vw;
  }
  .telapply:after {
    bottom: 1.6vw;
  }
  .telapply__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.8vw;
  }
  .telapply__ttl:before {
    display: block;
    width: 5.2vw;
    height: 5.2vw;
    margin: 0 auto 0.5em;
  }
  .telapply__num {
    width: 57.2vw;
    margin: 0 auto 7vw;
  }
  .telapply__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
  }
}

/* 20231220 */
.acordion_switch.before_icon:before {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
}
.before_icon.staff:before {
  background: url(../images/order/icon01.png) no-repeat center center;
  background-size: contain;
}
.before_icon.delivery:before {
  background: url(../images/order/icon02.png) no-repeat center center;
  background-size: contain;
}
.before_icon.web_simulation:before {
  background: url(../images/order/icon03.png) no-repeat center center;
  background-size: contain;
}
.before_icon.visit:before {
  background: url(../images/order/icon04.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 767px){
  .acordion_switch.before_icon:before {
    left: 3.4666666667vw;
    width: 10.5333333333vw;
    height: 10.5333333333vw;
  }
}