@charset "UTF-8";
.p_newshopform_anchor__content .txt, .p_newshopform_intro__lead, .p_newshopform_contact__ttl .txtja, .p_newshopform_contact__lead, .p_newshopform_contact__form__btn, .p_newshopform .mfp_buttons button {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__content .txt, .p_newshopform_intro__lead, .p_newshopform_contact__ttl .txtja, .p_newshopform_contact__lead, .p_newshopform_contact__form__btn, .p_newshopform .mfp_buttons button {
    font-size: 1.25rem;
  }
}

.p_newshopform_ttl01 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_ttl01 {
    font-size: 1.5rem;
  }
}

.p_newshopform_ttl02, .p_newshopform_store_case__ttl01 .ttl01 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_ttl02, .p_newshopform_store_case__ttl01 .ttl01 {
    font-size: 1.875rem;
  }
}

.p_newshopform_store_case__ttl01 .ttl02 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__ttl01 .ttl02 {
    font-size: 2.5rem;
  }
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_OperationCheck,
#mfp_hidden {
  display: none;
}

.mfp_err {
  color: red;
  margin-top: 5px;
}

.p_newshopform .c_breadcrumb {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_newshopform .c_breadcrumb {
    margin-bottom: 63px;
  }
}
.p_newshopform_ttl01 {
  color: #0b3971;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_newshopform_ttl01 {
    line-height: 1.5;
  }
}
.p_newshopform_ttl02 {
  font-weight: 700;
  color: #2b343b;
}
@media screen and (min-width: 768px) {
  .p_newshopform_ttl02 {
    line-height: 1.6666666667;
  }
}
.p_newshopform_ttl03 {
  position: relative;
}
.p_newshopform_ttl03 .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #93a3b1;
  padding: 5px;
  line-height: 1;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p_newshopform_ttl03 .txt {
    font-size: 0.75rem;
    padding: 5px 7px 6px 9px;
  }
}
.p_newshopform_listdot li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_listdot li {
    padding-left: 13px;
    line-height: 2;
    margin-top: 2px;
  }
}
.p_newshopform_listdot li:first-child {
  margin-top: 0;
}
.p_newshopform_listdot li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 2px;
  height: 2px;
  background-color: #93a3b1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p_newshopform_listdot li::before {
    top: 15px;
    width: 4px;
    height: 4px;
  }
}
.p_newshopform_tbl {
  border-bottom: solid 1px #93a3b1;
}
.p_newshopform_tbl__row {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #93a3b1;
  gap: 5px 0;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform_tbl__row {
    padding: 30px 0 30.5px;
    flex-direction: row;
    gap: 0;
  }
}
.p_newshopform_tbl__head, .p_newshopform_tbl__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2b343b;
  line-height: 1.5;
}
.p_newshopform_tbl__head {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform_tbl__head {
    width: clamp(7.5rem, 3.6057692308vw + 5.7692307692rem, 9.375rem);
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_tbl__content {
    width: calc(100% - clamp(7.5rem, 3.6057692308vw + 5.7692307692rem, 9.375rem));
    padding-left: 30px;
  }
}
.p_newshopform_mv {
  position: relative;
  height: 480px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_mv {
    height: 686px;
    margin-bottom: 24px;
  }
}
.p_newshopform_mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.p_newshopform_mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_newshopform_mv__main {
  position: relative;
  height: 100%;
}
.p_newshopform_mv__main .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p_newshopform_mv__head {
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px 31px;
  width: 220px;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_mv__head {
    width: 440px;
    height: 440px;
    padding: 30px 30px 32px;
  }
}
.p_newshopform_mv__ttl {
  font-weight: 700;
  color: #0b3971;
  line-height: 1;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_mv__ttl {
    font-size: 3.5rem;
    line-height: 1.25;
  }
}
.p_newshopform_anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchors {
    margin-top: 23px;
    gap: 40px;
  }
}
.p_newshopform_anchor {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor {
    width: 560px;
  }
}
.p_newshopform_anchor__link {
  display: flex;
  text-decoration: none;
  background-color: #e4e8eb;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__link {
    transition: all 0.5s;
  }
  .p_newshopform_anchor__link:hover {
    opacity: 0.8;
  }
}
.p_newshopform_anchor__img {
  flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__img {
    width: 120px;
  }
}
.p_newshopform_anchor__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% - 100px);
  padding: 5px 43px 5px 15px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__content {
    width: calc(100% - 120px);
    padding: 20px 45px 20px 30px;
  }
}
.p_newshopform_anchor__content .txt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__content .txt {
    text-align: left;
  }
}
.p_newshopform_anchor__content::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  border-right: solid 2px #2b343b;
  border-bottom: solid 2px #2b343b;
  transform: translateY(-50%) rotate(45deg);
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_anchor__content::after {
    top: calc(50% - 2px);
    padding: 5px;
    right: 32px;
  }
}
.p_newshopform_intro__lead {
  text-align: left;
  color: #2b343b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_newshopform_intro__lead {
    line-height: 1.8;
    text-align: center;
  }
}
.p_newshopform_intro__lead .icon_quote {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.p_newshopform_intro__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_intro__btn {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_intro__btn .c_btn {
    padding-top: 11px;
  }
}
.p_newshopform_store {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store {
    padding-top: 140px;
  }
}
.p_newshopform_store_secs {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_secs {
    margin-top: 77px;
  }
}
.p_newshopform_store_sec {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_sec {
    margin-top: 77px;
  }
}
.p_newshopform_store_sec:first-child {
  margin-top: 0;
}
.p_newshopform_store_sec__head {
  display: flex;
  flex-direction: column;
  gap: 0 40px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_sec__head {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    gap: 0 23px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_sec__head .p_newshopform_ttl03 {
    bottom: 6px;
  }
}
.p_newshopform_store_sec__main {
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #e4e8eb;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_sec__main {
    margin-top: 37px;
    padding: 50px clamp(1.25rem, 10vw + -6.25rem, 3.75rem) 70px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_sec.i02 .p_newshopform_store_sec__main {
    padding-bottom: 72px;
  }
}
.p_newshopform_store_cases {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_cases {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_cases.i02 {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_cases.i02 .p_newshopform_store_our {
    margin-top: clamp(2.4375rem, -1.25vw + 3.6875rem, 2.5625rem);
  }
}
.p_newshopform_store_case {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case {
    margin-top: 84px;
  }
}
.p_newshopform_store_case:first-child {
  margin-top: 0;
}
.p_newshopform_store_case__ttl01 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__ttl01 {
    gap: 18px;
    margin-top: 30px;
  }
}
.p_newshopform_store_case__ttl01 .ttl01,
.p_newshopform_store_case__ttl01 .ttl02 {
  display: inline-block;
  line-height: 1.2;
}
.p_newshopform_store_case__ttl01 .ttl01 {
  font-family: "Spectral", serif;
  color: #0b3971;
}
.p_newshopform_store_case__ttl01 .ttl02 {
  color: #2b343b;
  font-weight: 700;
}
.p_newshopform_store_case__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__main {
    margin-top: 41px;
  }
}
.p_newshopform_store_case__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px 0;
  }
}
.p_newshopform_store_case__img {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__img {
    margin: 0;
    max-width: unset;
    width: clamp(16.5rem, 21.1538461538vw + 6.3461538462rem, 27.5rem);
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__content {
    padding-right: clamp(3rem, 3.8461538462vw + 1.1538461538rem, 5rem);
    width: calc(100% - clamp(16.5rem, 21.1538461538vw + 6.3461538462rem, 27.5rem));
  }
}
.p_newshopform_store_case__content .p_newshopform_tbl {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__content .p_newshopform_tbl {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case__content .p_newshopform_listdot {
    margin-left: clamp(0rem, 2.5vw + -1.875rem, 0.625rem);
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_case.i04 {
    margin-top: 85px;
  }
}
.p_newshopform_store_our {
  display: flex;
  flex-direction: column;
  gap: 5px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_our {
    align-items: flex-start;
    flex-direction: row;
    margin-top: 41px;
    gap: 20px;
    width: calc(100% + clamp(19.0625rem, 25.8413461538vw + 6.6586538462rem, 32.5rem));
  }
}
.p_newshopform_store_our__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 8px 10px 6px;
  line-height: 1.2;
  background-color: #0b3971;
  font-weight: 700;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_our__txt {
    padding: 12px 10px 11px;
    font-size: 0.875rem;
    min-width: 96px;
    width: auto;
  }
}
.p_newshopform_store_our__link {
  font-family: "Noto Sans JP", sans-serif;
  color: #0b3971;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_our__link {
    padding-top: 4px;
  }
}
.p_newshopform_store_our__link .txtlink {
  position: relative;
  color: #0b3971;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_our__link .txtlink:hover::after {
    opacity: 0;
  }
}
.p_newshopform_store_our__link .txtlink::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #0b3971;
  width: 100%;
  transition: all 0.5s;
  height: 1px;
  bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_store_our__link .txtlink::after {
    bottom: 6px;
  }
}
.p_newshopform_contact {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact {
    padding-top: 97px;
    padding-bottom: 179px;
  }
}
.p_newshopform_contact__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__ttl {
    gap: 12px;
  }
}
.p_newshopform_contact__ttl .txten,
.p_newshopform_contact__ttl .txtja {
  display: inline-block;
}
.p_newshopform_contact__ttl .txten {
  font-family: "Spectral", serif;
  line-height: 1;
  font-weight: 500;
  color: #2b343b;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__ttl .txten {
    font-size: 4rem;
  }
}
.p_newshopform_contact__ttl .txtja {
  font-weight: 700;
  color: #2b343b;
  letter-spacing: 0.1em;
}
.p_newshopform_contact__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__lead {
    line-height: 1.8;
    text-align: center;
    margin-top: 71px;
  }
}
.p_newshopform_contact__form {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form {
    margin-top: 75px;
    padding: 0 clamp(1.25rem, 38.75vw + -27.8125rem, 10.9375rem);
  }
}
.p_newshopform_contact__form__required {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background-color: #93a3b1;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__required {
    top: 2px;
    min-width: 41px;
    height: 23px;
    font-size: 0.75rem;
  }
}
.p_newshopform_contact__form__row {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__row {
    margin-top: 30px;
  }
}
.p_newshopform_contact__form__row:first-child {
  margin-top: 0;
}
.p_newshopform_contact__form__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  gap: 20px 10px;
  color: #2b343b;
}
.p_newshopform_contact__form__head__txt {
  color: #2b343b;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 0;
}
.p_newshopform_contact__form__content {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__content {
    margin-top: 21px;
  }
}
.p_newshopform_contact__form__input {
  border: solid 1px #93a3b1;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__input {
    padding: 22px 20px;
  }
}
.p_newshopform_contact__form__input:focus {
  outline: 0;
}
.p_newshopform_contact__form__cb label {
  cursor: pointer;
  display: inline-flex;
  color: #2b343b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p_newshopform_contact__form__cb input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 2px #93a3b1;
  margin-right: 10px;
  top: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__cb input {
    width: 24px;
    height: 24px;
    top: 4px;
  }
}
.p_newshopform_contact__form__cb input:focus {
  outline: 0;
}
.p_newshopform_contact__form__cb input::after {
  display: inline-block;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  height: 14px;
  width: 7px;
  border-bottom: solid 2px #93a3b1;
  border-right: solid 2px #93a3b1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__cb input::after {
    top: 1px;
    left: 7px;
    height: 15px;
  }
}
.p_newshopform_contact__form__cb input:checked::after {
  opacity: 1;
}
.p_newshopform_contact__form__textarea {
  resize: vertical;
  width: 100%;
  border: solid 1px #93a3b1;
  background-color: #ffffff;
  height: 200px;
  padding: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__textarea {
    padding: 19px 29px;
    height: 240px;
  }
  .p_newshopform_contact__form__textarea:focus {
    outline: 0;
  }
}
.p_newshopform_contact__form__textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2b343b;
  opacity: 0.3;
}
.p_newshopform_contact__form__rule {
  margin-top: 10px;
  color: #2b343b;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__rule {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 31px;
  }
}
.p_newshopform_contact__form__rule .txt {
  position: relative;
  padding-left: 14px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__rule .txt {
    margin-top: 5px;
    padding-left: 16px;
  }
}
.p_newshopform_contact__form__rule .txt:first-child {
  margin-top: 0;
}
.p_newshopform_contact__form__rule .txt::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 10px;
  color: #2b343b;
  letter-spacing: 0;
  line-height: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__rule .txt::before {
    top: 11px;
    font-size: 0.875rem;
  }
}
.p_newshopform_contact__form__confirm {
  text-align: center;
  margin-top: 30px;
  color: #2b343b;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__confirm {
    margin-top: 26px;
  }
}
.p_newshopform_contact__form__confirm a {
  position: relative;
  color: #0b3971;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__confirm a:hover::after {
    opacity: 0;
  }
}
.p_newshopform_contact__form__confirm a::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #0b3971;
  width: 100%;
  transition: all 0.5s;
  height: 1px;
  bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__confirm a::after {
    bottom: 6px;
  }
}
.p_newshopform_contact__form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 0;
  background-color: #0b3971;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_contact__form__btn {
    padding: 21px 20px 19px;
    width: 360px;
    margin-top: 75px;
  }
}
.p_newshopform .mfp_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p_newshopform .mfp_buttons {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
.p_newshopform .mfp_buttons button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #0b3971;
  border: 1px solid #0b3971;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_newshopform .mfp_buttons button {
    padding: 24px 20px;
    transition: all 0.5s;
  }
  .p_newshopform .mfp_buttons button:hover {
    background-color: #fff;
    color: #0b3971;
  }
}
.p_newshopform #mfp_phase_confirm h4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm h4 {
    font-size: 1.375rem;
  }
}
.p_newshopform #mfp_phase_confirm #mfp_confirm_table {
  width: 100%;
  margin-top: 40px;
  border-bottom: solid 1px #93a3b1;
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table {
    margin-top: 60px;
  }
}
.p_newshopform #mfp_phase_confirm #mfp_confirm_table tr td,
.p_newshopform #mfp_phase_confirm #mfp_confirm_table tr th {
  width: 100%;
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table tr td,
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table tr th {
    display: table-cell;
    padding: 20px 0;
  }
}
.p_newshopform #mfp_phase_confirm #mfp_confirm_table tr th {
  border-top: solid 1px #93a3b1;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table tr th {
    width: 35%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table tr th:last-child {
    border-bottom: solid 1px #93a3b1;
  }
}
.p_newshopform #mfp_phase_confirm #mfp_confirm_table tr td {
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p_newshopform #mfp_phase_confirm #mfp_confirm_table tr td {
    padding-left: 20px;
    width: 65%;
    border-top: solid 1px #93a3b1;
  }
}

.p_newshopform_thanks {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.p_newshopform_thanks__inner {
  padding: 30px 0;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_newshopform_thanks__inner {
    margin-top: 60px;
    padding: 40px 0;
  }
}
.p_newshopform_thanks__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_newshopform_thanks__ttl {
    text-align: center;
    font-size: 1.625rem;
  }
}
.p_newshopform_thanks__btn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_newshopform_thanks__btn {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=newshopform.css.map */
