@charset "UTF-8";
/* line 3, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs {
  max-width: 980px;
  width: 90%;
  height: 70px;
  margin: 30px auto;
  border: 1px solid #d3dce7;
  color: #d3dce7;
}

/* line 10, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul {
  height: 68px;
  width: 100%;
  background-color: white;
}

/* line 14, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li {
  position: relative;
  width: 25%;
  height: 68px;
  margin-left: 0;
  font-size: 20px;
  text-align: center;
  float: left;
}

/* line 23, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li:first-child .splitter {
  display: none;
}

/* line 27, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li.active {
  background-color: #00afdd;
  color: white;
}

/* line 31, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li.active .splitter .splitter-top, .change-order-body .p-breadcrumbs ul li.active .splitter .splitter-bottom {
  background-color: #00afdd;
}

/* line 36, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .text {
  width: 100%;
  height: 68px;
  padding: 15px 20px 15px 5px;
}

/* line 40, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .text .index {
  font-size: 14px;
  font-weight: lighter;
}

/* line 44, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .text .title {
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 800px) {
  /* line 49, app/assets/stylesheets/change_order/common.scss */
  .change-order-body .p-breadcrumbs ul li .text .index {
    font-size: 12px;
  }
  /* line 52, app/assets/stylesheets/change_order/common.scss */
  .change-order-body .p-breadcrumbs ul li .text .title {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 58, app/assets/stylesheets/change_order/common.scss */
  .change-order-body .p-breadcrumbs ul li .text .index {
    font-size: 10px;
  }
  /* line 61, app/assets/stylesheets/change_order/common.scss */
  .change-order-body .p-breadcrumbs ul li .text .title {
    font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
  }
}

/* line 68, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .splitter {
  position: absolute;
  top: 0;
  left: -20px;
  height: 68px;
  width: 21px;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .splitter .splitter-top, .change-order-body .p-breadcrumbs ul li .splitter .splitter-bottom {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 0 34px;
          transform-origin: 0 34px;
  background-color: white;
}

/* line 85, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .splitter .splitter-top {
  border-left: 1px solid #d3dce7;
  -webkit-transform: rotateZ(-30deg) translateY(-10px);
          transform: rotateZ(-30deg) translateY(-10px);
}

/* line 89, app/assets/stylesheets/change_order/common.scss */
.change-order-body .p-breadcrumbs ul li .splitter .splitter-bottom {
  border-left: 1px solid #d3dce7;
  -webkit-transform: rotateZ(30deg) translateY(10px);
          transform: rotateZ(30deg) translateY(10px);
}

/* line 99, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step1 .customer-inputform-basicInfo-caution {
  margin-top: 40px;
}

/* line 106, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step2 .main-contents-section-device .c-select-item {
  height: auto;
}

/* line 111, app/assets/stylesheets/change_order/common.scss */
.change-order-body #change-submit-button-uq {
  margin-top: 40px;
}

/* line 116, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step3 .button-for-payment-info {
  margin-top: 40px;
}

/* line 121, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step4 {
  background: none;
}

/* line 123, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step4 .main-title {
  line-height: 40px;
}

/* line 126, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step4 .main-contents-thanks-message {
  font-weight: lighter;
  padding: 40px 100px;
  line-height: 30px;
}

/* line 131, app/assets/stylesheets/change_order/common.scss */
.change-order-body .step4 .button-for-mypage {
  margin-top: 40px;
}

/* line 137, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #fae0e0;
  font-size: 25px;
  letter-spacing: .05em;
  border-top: 1px solid #d3dce7;
}

@media screen and (max-width: 979px) {
  /* line 148, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree {
    padding: 0;
    margin: 45px 0;
    font-size: 20px;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  /* line 157, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree {
    font-size: 16px;
  }
}

/* line 162, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree input[type="checkbox"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 599px) {
  /* line 179, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree input[type="checkbox"] + label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 184, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree input[type="checkbox"] + label::before {
    margin-top: .2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/* line 191, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree input[type="checkbox"] + label span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-top: .2em;
  padding: 5px 10px;
  margin-right: 1em;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #7ecef4;
}

@media screen and (max-width: 599px) {
  /* line 205, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree input[type="checkbox"] + label span {
    margin-top: .4em;
    font-size: 10px;
  }
}

/* line 211, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree input[type="checkbox"] + label p {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 599px) {
  /* line 217, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree input[type="checkbox"] + label p {
    line-height: 1.5;
  }
}

/* line 222, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree input[type="checkbox"] + label a {
  display: inline-block;
  text-decoration: underline;
  color: #00afdd;
}

/* line 228, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree input[type="checkbox"]:checked + label::after {
  top: 13px;
}

@media screen and (max-width: 979px) {
  /* line 233, app/assets/stylesheets/change_order/common.scss */
  .main-contents .customer-inputform-contract-agree input[type="checkbox"]:checked + label::after {
    top: 9px;
  }
}

/* line 238, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree.input-error label p {
  position: relative;
  padding-bottom: 20px;
}

/* line 243, app/assets/stylesheets/change_order/common.scss */
.main-contents .customer-inputform-contract-agree.input-error label p::after {
  content: '必須項目です。';
  font-size: 12px;
  color: #ff7b82;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 252, app/assets/stylesheets/change_order/common.scss */
.main-contents input[type="radio"],
.main-contents input[type="checkbox"] {
  display: none;
}

/* line 257, app/assets/stylesheets/change_order/common.scss */
.main-contents input.input-error[type="radio"] + label::before,
.main-contents input.input-error[type="checkbox"] + label::before {
  background-color: #ffdddd;
}

/* line 262, app/assets/stylesheets/change_order/common.scss */
.main-contents input[type="radio"] + label,
.main-contents input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 275, app/assets/stylesheets/change_order/common.scss */
.main-contents input[type="radio"] + label::before,
.main-contents input[type="checkbox"] + label::before {
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #d3dce7;
  border-radius: 100%;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  /* line 288, app/assets/stylesheets/change_order/common.scss */
  .main-contents input[type="radio"] + label::before,
.main-contents input[type="checkbox"] + label::before {
    width: 18px;
    height: 18px;
  }
}

/* line 295, app/assets/stylesheets/change_order/common.scss */
.main-contents input[type="radio"]:checked + label::before,
.main-contents input[type="checkbox"]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-size: 30px;
  font-weight: 900;
  border-radius: 50%;
  color: #ff7b82;
  background-color: #fff;
  border: 1px solid transparent;
}

@media screen and (max-width: 599px) {
  /* line 308, app/assets/stylesheets/change_order/common.scss */
  .main-contents input[type="radio"]:checked + label::before,
.main-contents input[type="checkbox"]:checked + label::before {
    font-size: 20px;
  }
}

/* line 314, app/assets/stylesheets/change_order/common.scss */
.error-msg-block {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  background-color: #fae0e0;
  color: #c71f1f;
  text-align: left;
}

/* line 324, app/assets/stylesheets/change_order/common.scss */
.error-msg-block ul {
  list-style-type: disc;
  margin: 0 1em 0;
}

/* line 329, app/assets/stylesheets/change_order/common.scss */
.error-msg {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 5px;
  color: #ff6868;
  font-weight: bold;
  font-size: .75rem;
}

/* line 339, app/assets/stylesheets/change_order/common.scss */
.customer-inputform-contract-agree-notice {
  width: 395px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
}

/* line 347, app/assets/stylesheets/change_order/common.scss */
.customer-inputform-contract-agree-notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin: 0 10px;
}

/* line 352, app/assets/stylesheets/change_order/common.scss */
.customer-inputform-contract-agree-notice-item img {
  width: 25px;
  margin-right: 15px;
}

/* line 356, app/assets/stylesheets/change_order/common.scss */
.customer-inputform-contract-agree-notice-item a {
  display: inline-block;
  text-decoration: underline;
  color: #00afdd;
}

@media screen and (max-width: 599px) {
  /* line 339, app/assets/stylesheets/change_order/common.scss */
  .customer-inputform-contract-agree-notice {
    font-size: 16px;
  }
}
