@charset "UTF-8";
.p-form-order-common-sealface input[type="radio"] {
  vertical-align: baseline;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 999px) {
  .p-form-order-common-sealface input[type="radio"] {
    top: 0;
  }
}

@media only screen and (max-width: 999px) {
  .p-form-order-common-sealface .wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
  }
}

form.wpcf7-form table td.u-td-oneline {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form table td.u-td-oneline {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

.contact-title--order-common-sealface__notice {
  padding-bottom: 28px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 44px;
}

@media only screen and (max-width: 999px) {
  .contact-title--order-common-sealface__notice {
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 22px;
  }
}

.p-order-common-sealface__notice {
  border: 1px solid #248bc1;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 28px 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
}
.p-order-common-sealface__notice p span{
  font-size: 14px;
  color: #e60012;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__notice {
    padding: 12px 20px;
    font-size: 0.22rem;
  }
  .p-order-common-sealface__notice p span{
    font-size: 0.2rem;
  }
}

.wpcf7 h3 {
  position: relative;
}

.u-contact-title__remarks {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  padding-right: 43px;
}

@media only screen and (max-width: 999px) {
  .u-contact-title__remarks {
    position: static;
    display: block;
    top: 0;
    transform: none;
    font-size: 0.26rem;
    padding-right: 0;
    margin-top: 8px;
  }
}

.u-contact-title__remarks::before {
  content: "※";
  display: inline-block;
  color: #248bc1;
  padding-right: 0.2em;
}

form.wpcf7-form .p-order-common-sealface__types,
.p-order-common-sealface__types {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding-top: 10px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .p-order-common-sealface__types,
  .p-order-common-sealface__types {
    padding-top: 0.2rem;
  }
}

.p-order-common-sealface__types-box {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  flex: 0 0  48.5%;
  max-width: 48.5%;
}

.p-order-common-sealface__types-box > label {
  display: block;
  cursor: pointer;
  text-align: center;
}

.p-order-common-sealface__types-box-image {
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 18px;
  min-height: 120px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__types-box-image {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    min-height: 1.8rem;
  }
}

.p-order-common-sealface__types-box-image img {
  display: block;
  width: 135px;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__types-box-image img {
    width: 1.6rem;
  }
}

.p-order-common-sealface__types-box-image.img_sealtype1_new img{
  width: auto;
  height: 135px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__types-box-image.img_sealtype1_new img{
    height: 1.6rem;
  }
}

.p-order-common-sealface__types-box-inputs {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__types-box-inputs {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.tip-info_aster--blue {
  color: #248bc1;
}

.wpcf7-form-mode-confirm .p-sealface-type {
  display: none;
}

.wpcf7-form-mode-confirm .p-sealface-type.is-active {
  display: block;
}

.p-sealface-type {
  position: relative;
  pointer-events: none;
}

.p-sealface-type.is-active {
  pointer-events: auto;
}

.p-sealface-type.is-active::after {
  content: none;
}

.p-sealface-type::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  animation: anim-p-sealface-type 300ms ease-out 0ms 1 normal forwards;
  opacity: 0;
}

@keyframes anim-p-sealface-type {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-order-common-sealface__box {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 30px 40px 12px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__box {
    padding: 0.2rem 0.2rem 0.05rem;
  }
}

.p-order-common-sealface__desc-image {
  width: 330px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__desc-image {
    width: 3.3rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.20rem;
  }
}

.p-order-common-sealface__choice {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__choice {
    margin-bottom: 0.20rem;
  }
}

.p-order-common-sealface__choice-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  padding: 16px 30px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__choice-header {
    font-size: 0.24rem;
    padding: 0.16rem 0.30rem;
  }
}

.p-order-common-sealface__choice-body {
  padding: 16px 30px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__choice-body {
    padding: 0.32rem 0.30rem 0.16rem;
  }
}

form.wpcf7-form .sealtype1_name {
  display: inline;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  text-align: center;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_name {
    display: block;
    text-align: left;
  }
}

form.wpcf7-form .sealtype1_name label {
  display: block;
  cursor: pointer;
}

form.wpcf7-form .sealtype1_name .wpcf7-list-item {
  display: inline-block;
}

form.wpcf7-form table td input[name="sealtype1_name_other"] {
  width: 50%;
  margin-top: 10px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form table td input[name="sealtype1_name_other"] {
    width: 100%;
    margin-top: 0.01rem;
    height: 0.6rem;
    font-size: 0.22rem;
  }
}

form.wpcf7-form table td input[name="sealtype1_name_other"]:disabled {
  background-color: #ccc;
}

form.wpcf7-form .sealtype .p-order-common-sealface__types--radio input[type="checkbox"],
form.wpcf7-form .sealtype1_name span.wpcf7-list-item input[type="checkbox"],
form.wpcf7-form .sealtype1_size span.wpcf7-list-item input[type="checkbox"],
form.wpcf7-form .sealtype2_size span.wpcf7-list-item input[type="checkbox"],
form.wpcf7-form .sealtype1_font span.wpcf7-list-item input[type="checkbox"],
form.wpcf7-form .sealtype2_font span.wpcf7-list-item input[type="checkbox"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  width: 14px;
  height: 14px;
  position: relative;
}

form.wpcf7-form .sealtype .p-order-common-sealface__types--radio input[type="checkbox"]:checked,
form.wpcf7-form .sealtype1_name span.wpcf7-list-item input[type="checkbox"]:checked,
form.wpcf7-form .sealtype1_size span.wpcf7-list-item input[type="checkbox"]:checked,
form.wpcf7-form .sealtype2_size span.wpcf7-list-item input[type="checkbox"]:checked,
form.wpcf7-form .sealtype1_font span.wpcf7-list-item input[type="checkbox"]:checked,
form.wpcf7-form .sealtype2_font span.wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #3381f7;
}

form.wpcf7-form .sealtype .p-order-common-sealface__types--radio input[type="checkbox"]::after,
form.wpcf7-form .sealtype1_name span.wpcf7-list-item input[type="checkbox"]::after,
form.wpcf7-form .sealtype1_size span.wpcf7-list-item input[type="checkbox"]::after,
form.wpcf7-form .sealtype2_size span.wpcf7-list-item input[type="checkbox"]::after,
form.wpcf7-form .sealtype1_font span.wpcf7-list-item input[type="checkbox"]::after,
form.wpcf7-form .sealtype2_font span.wpcf7-list-item input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

form.wpcf7-form .sealtype1_size,
form.wpcf7-form .sealtype2_size,
form.wpcf7-form .sealtype1_font,
form.wpcf7-form .sealtype2_font {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  text-align: center;
}

form.wpcf7-form .sealtype1_size label,
form.wpcf7-form .sealtype2_size label,
form.wpcf7-form .sealtype1_font label,
form.wpcf7-form .sealtype2_font label {
  display: block;
  cursor: pointer;
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item,
form.wpcf7-form .sealtype2_size .wpcf7-list-item,
form.wpcf7-form .sealtype1_font .wpcf7-list-item,
form.wpcf7-form .sealtype2_font .wpcf7-list-item {
  margin-right: 40px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item,
  form.wpcf7-form .sealtype2_size .wpcf7-list-item,
  form.wpcf7-form .sealtype1_font .wpcf7-list-item,
  form.wpcf7-form .sealtype2_font .wpcf7-list-item {
    flex: 0 0  30%;
    max-width: 30%;
    margin-right: 3.33%;
    margin-bottom: 10px;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item-label,
form.wpcf7-form .sealtype2_size .wpcf7-list-item-label,
form.wpcf7-form .sealtype1_font .wpcf7-list-item-label,
form.wpcf7-form .sealtype2_font .wpcf7-list-item-label {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
  font-feature-settings: "palt";
  letter-spacing: -0.02rem;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item-label,
  form.wpcf7-form .sealtype2_size .wpcf7-list-item-label,
  form.wpcf7-form .sealtype1_font .wpcf7-list-item-label,
  form.wpcf7-form .sealtype2_font .wpcf7-list-item-label {
    font-size: 0.22rem;
    margin-bottom: 0.04rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item-label::before,
form.wpcf7-form .sealtype2_size .wpcf7-list-item-label::before,
form.wpcf7-form .sealtype1_font .wpcf7-list-item-label::before,
form.wpcf7-form .sealtype2_font .wpcf7-list-item-label::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item-label::before,
  form.wpcf7-form .sealtype2_size .wpcf7-list-item-label::before,
  form.wpcf7-form .sealtype1_font .wpcf7-list-item-label::before,
  form.wpcf7-form .sealtype2_font .wpcf7-list-item-label::before {
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: 0.14rem;
  }
}

form.wpcf7-form .sealtype1_size,
form.wpcf7-form .sealtype2_size {
  align-items: flex-end;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item,
  form.wpcf7-form .sealtype2_size .wpcf7-list-item {
    flex: 0 0  auto;
    max-width: auto;
    margin-right: 3.33%;
    margin-left: 3.33%;
    margin-right: 0;
  }
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font1.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font2.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font3.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font4.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font5.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font6.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font7.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font8.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_font .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_font9.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 75px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
    width: 1.05rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 85px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
    width: 1.15rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 95px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 105px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
    width: 1.35rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 115px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
    width: 1.45rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 125px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
    width: 1.55rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 135px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
    width: 1.65rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 145px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
    width: 1.75rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type1_size1.png") no-repeat bottom center/contain;
  width: 155px;
  height: 100px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype1_size .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
    width: 1.85rem;
    height: 1.2rem;
  }
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font1.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font2.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font3.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font4.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font5.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font6.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font7.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font8.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_font .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_font9.png") no-repeat center center/contain;
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 75px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
    width: 0.65rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 85px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
    width: 0.75rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 95px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
    width: 0.85rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 105px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
    width: 0.95rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 115px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
    width: 1.05rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 125px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::before {
    width: 1.15rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 135px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 145px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label::before {
    width: 1.35rem;
    height: 1.50rem;
  }
}

form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
  background: url("/wp-includes/images/order_common_sealface/r_type2_size1.png") no-repeat bottom center/contain;
  width: 155px;
  height: 160px;
}

@media only screen and (max-width: 999px) {
  form.wpcf7-form .sealtype2_size .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label::before {
    width: 1.45rem;
    height: 1.50rem;
  }
}

form.wpcf7-form h3 .tip {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

@media only screen and (max-width: 1000px) {
  form.wpcf7-form h3 {
    display: flex;
    flex-direction: column;
  }
  form.wpcf7-form h3 .tip {
    margin-top: 8px;
    margin-left: 0;
  }
}

.p-order-common-sealface__complete-msgs {
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  text-align: center;
  border-radius: 6px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-msgs {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.p-order-common-sealface__complete-msgs .p-order-common-sealface__complete-msgs-tit1 {
  text-align: center;
  font-size: 26px;
  color: #248bc1;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-msgs .p-order-common-sealface__complete-msgs-tit1 {
    font-size: 0.26rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.p-order-common-sealface__complete-msgs .p-order-common-sealface__complete-msgs-txt1 {
  font-size: 18px;
  letter-spacing: 0.00em;
  line-height: 2.0;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-msgs .p-order-common-sealface__complete-msgs-txt1 {
    font-size: 0.18rem;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
}

.p-order-common-sealface__complete-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  padding-bottom: 90px;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-btns {
    display: block;
    padding-bottom: 0.9rem;
  }
}

.p-order-common-sealface__complete-btns .p-order-common-sealface__complete-btn {
  width: 360px;
  height: 80px;
  line-height: 81px;
  border-radius: 8px;
  background: -webkit-linear-gradient(45deg, #2795c6, #2cb0d7, #2795c6);
  background: -o-linear-gradient(45deg, #2795c6, #2cb0d7, #2795c6);
  background: -moz-linear-gradient(45deg, #2795c6, #2cb0d7, #2795c6);
  background: linear-gradient(45deg, #2795c6, #2cb0d7, #2795c6);
  position: relative;
  margin: 0 20px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
  color: #fff;
  transition: opacity 300ms  ease-out 0ms;
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-btns .p-order-common-sealface__complete-btn {
    display: block;
    width: 3.6rem;
    max-width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 10px auto;
    font-size: 0.22rem;
    font-weight: bold;
    padding-left: 0.4rem;
  }
}

.p-order-common-sealface__complete-btns .p-order-common-sealface__complete-btn:hover {
  opacity: 0.7;
}

.p-order-common-sealface__complete-btns .p-order-common-sealface__complete-btn::before {
  background: url("/wp-includes/images/contact-arrow.png") no-repeat center center/cover;
  display: block;
  content: '';
  width: 23px;
  height: 22px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

@media only screen and (max-width: 999px) {
  .p-order-common-sealface__complete-btns .p-order-common-sealface__complete-btn::before {
    left: 0.5rem;
    width: 0.23rem;
    height: 0.22rem;
  }
}
