@import url("https://fonts.googleapis.com/css?family=Nunito");
/* CSS Reset */
body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 901px) {
  a:active, a:hover {
    transition: all 0.4s;
  }
}

:focus {
  outline: none;
}

a:hover, a:active {
  transition: all 0.6s;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* General setting */
html {
  width: 100vw;
  height: 100%;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-y: hidden;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.none {
  display: none;
}

html {
  font-family: "Noto Sans JP", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

td,
th {
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}

dd,
dl,
dt,
figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #2d91b2;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

i {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.c-radio {
  font-size: 12px;
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .wrapper {
    background-color: #ffffff;
  }
}

.p-footer {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 30px;
}
.p-footer .footer_logo {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  color: #37c3be;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .p-footer .footer_logo {
    font-size: 23px;
  }
}
@media screen and (max-width: 414px) {
  .p-footer .footer_logo {
    font-size: 20px;
  }
}

.p-footer__block {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  margin: 0 auto;
  padding: 23px 0 21px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__block {
    padding: 0 15px;
  }
}

@supports (display: flex) or (display: -moz-flex) or (display: -ms-flex) {
  .p-footer__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-footer__nav {
  -ms-flex: 1 1 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 414px) {
  .p-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
  }
}

@supports (display: flex) or (display: -moz-flex) {
  .p-footer__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 58.33333%;
    -ms-flex: 1 1 58.33333%;
    flex: 1 1 58.33333%;
  }
}
.p-footer__navItem {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 414px) {
  .p-footer__navItem {
    margin-right: 0;
  }
}
.p-footer__navItem a {
  color: #504949;
  padding-bottom: 3px;
  border-bottom: 1px solid #504949;
}

.p-footer__logo {
  -ms-flex: 1 1 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  text-align: right;
}

@supports (display: flex) or (display: -moz-flex) {
  .p-footer__logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 41.66667%;
    -ms-flex: 1 1 41.66667%;
    flex: 1 1 41.66667%;
  }
}
.p-footer__logoLink {
  display: block;
}

.p-footer__logoImg {
  width: 230px;
  height: 57px;
}

.p-footer__copyright {
  display: block;
  line-height: 24px;
  background: #fff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  padding-bottom: 30px;
  color: #504949;
}

.p-footer__copyrightLink {
  margin-right: 8px;
  color: #fff;
}

.p-footer__certification {
  margin: 0 auto;
  background-color: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-footer__certification {
    display: block;
    padding: 8px 15px;
  }
}

.p-footer__certificationItem {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  height: 69px;
  max-width: 472px;
  width: 100%;
  font-size: 10px;
  letter-spacing: normal;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-footer__certificationItem {
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    height: 100px;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 414px) {
  .p-footer__certificationItem {
    padding: 0 8px;
  }
}
.p-footer__certificationItem .p-footer__certificationItemImg {
  max-width: 110px;
  margin-right: 15px;
}
@media screen and (max-width: 414px) {
  .p-footer__certificationItem .p-footer__certificationItemImg {
    max-width: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__certificationItem .p-footer__certificationItemImg {
    max-width: 60px;
    margin-right: 8px;
  }
}
.p-footer__certificationItem .p-footer__certificationItemImg .img_wrap {
  max-width: 55px;
}
@media screen and (max-width: 768px) {
  .p-footer__certificationItem .top_icon {
    margin: 0 40px;
  }
}
@media screen and (max-width: 414px) {
  .p-footer__certificationItem .top_icon {
    margin: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__certificationItem .top_icon {
    margin: 0 8px;
  }
}
.p-footer__certificationItem .txt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-footer__certificationItem .txt_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__certificationItem .txt_wrap {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  .p-footer__certificationItem .txt_wrap {
    display: block;
  }
}
.p-footer__certificationItem .p-footer__certificationItemTxt {
  text-align: left;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 14.45px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 12.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 11.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 11.05px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 10.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 9.35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .p-footer__certificationItem .p-footer__certificationItemTxt {
    font-size: 8.5px;
  }
}

.non-content {
  border: none;
}
@media screen and (max-width: 768px) {
  .non-content {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__area {
  max-width: 928px;
  margin: 0 auto;
  padding: 8px 15px 8px;
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .header__area {
    padding: 8px;
    gap: 10px;
  }
}

@supports (display: flex) or (display: -moz-flex) or (display: -ms-flex) {
  .header__area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header__logo {
  font-size: 28px;
  font-weight: 700;
  color: #37c3be;
  text-align: left;
  display: flex;
}
@media screen and (max-width: 550px) {
  .header__logo {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .header__logo {
    font-size: 14px;
  }
}

.header__logoImg {
  width: 210px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  .header__logoImg {
    width: 160px;
  }
}
@media screen and (max-width: 414px) {
  .header__logoImg {
    width: 110px;
  }
}

.header__logoHaken {
  position: relative;
  background-color: #7dbfc9;
  border-radius: 4px;
  margin-left: 8px;
  padding: 8px;
  color: #fff;
  font-size: 20px;
}
.header__logoHaken:after {
  content: "";
  display: block;
  margin-top: -8px;
}
.header__logoHaken:before {
  content: "";
  display: block;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-width: 0;
}
.header__logoHaken:after {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  border-color: transparent #7dbfc9 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
}

.header__cta .header__cta_num {
  font-size: 12px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__cta .header__cta_num {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .header__cta .header__cta_num {
    font-size: 11px;
  }
}
@media screen and (max-width: 414px) {
  .header__cta .header__cta_num {
    font-size: 10px;
    line-height: 1.25;
  }
}
.header__cta .header__cta_detail {
  font-size: 18px;
  font-weight: 700;
  color: #fec868;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header__cta .header__cta_detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .header__cta .header__cta_detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .header__cta .header__cta_detail {
    font-size: 10px;
    line-height: 1.25;
  }
}
.header__cta .header__cta_detail .br {
  display: none;
}
@media screen and (max-width: 414px) {
  .header__cta .header__cta_detail .br {
    display: block;
  }
}

.step_form {
  background-color: #fff5e5;
  color: #796363;
  padding: 50px 0 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step_form {
    margin: 0;
    padding: 0 10px 20px;
  }
}
.step_form .updated {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1000px) {
  .step_form .updated {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .step_form .updated {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.step_form .updated .updated_inner {
  width: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border: 1px solid #fec868;
  padding: 5px 0;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .step_form .updated .updated_inner {
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .step_form .updated .updated_inner {
    width: 197px;
  }
}
.step_form .updated .updated_inner .updated_title {
  font-size: 10px;
  font-weight: 700;
  color: #fec868;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .step_form .updated .updated_inner .updated_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .step_form .updated .updated_inner .updated_title {
    font-size: 10px;
  }
}
.step_form .updated .updated_inner .updated_date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .step_form .updated .updated_inner .updated_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .step_form .updated .updated_inner .updated_date {
    font-size: 12px;
  }
}

.step_form__stepWrap {
  position: relative;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .step_form__stepWrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .step_form__stepWrap {
    width: 100%;
    padding: 0;
  }
}

.step_form__thanks {
  background-color: #fff5e5;
  color: #796363;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .step_form__thanks {
    padding: 30px 0;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks {
    padding: 40px 0 0;
  }
}

.step_form__thanks__inner_top {
  margin: 0 auto;
  max-width: 870px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_top {
    padding: 0 15px;
  }
}

.step_form__thanks__inner_top__inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px;
  padding: 25px 10px;
  border: 1px solid #fec868;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_top__inner {
    padding: 0;
    border: none;
    background-color: #fff5e5;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_top__inner {
    margin: 0;
  }
}

.step_form__thanks__messe {
  color: #796363;
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__messe {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .step_form__thanks__messe {
    font-size: 21px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__thanks__messe {
    margin-top: 0px;
    font-size: 19px;
  }
}
.step_form__thanks__messe span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fae3bf));
  background: -webkit-linear-gradient(transparent 70%, #fae3bf 0);
  background: linear-gradient(transparent 70%, #fae3bf 0);
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__messe span {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .step_form__thanks__messe span {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__thanks__messe span {
    font-size: 17px;
  }
}

.step_form__thanks__img {
  max-width: 77px;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__img {
    max-width: 77px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__thanks__img {
    max-width: 77px;
  }
}

.step_form__thanks__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__txt {
    margin: 40px auto 20px;
  }
}
.step_form__thanks__txt .step_form__thanks__txt__left {
  background-color: #fae3bf;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #796363;
  padding: 15px 10px;
}
.step_form__thanks__txt .step_form__thanks__txt__left p {
  text-align: left;
}

.step_form__thanks__inner_detail {
  max-width: 870px;
  margin: 23px auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail {
    display: block;
  }
}
.step_form__thanks__inner_detail .phone_wrap {
  background-color: #fff;
  border: 1px solid #fec868;
  max-width: 303px;
  width: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap {
    max-width: 738px;
  }
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt {
  background-color: #fec868;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  max-width: 303px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt {
    max-width: 738px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt {
    height: 33px;
  }
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt p {
    font-size: 19px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt p {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_txt p {
    font-size: 13px;
  }
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_num {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_num .phone_wrap_num__img {
  max-width: 30px;
  margin-right: 15px;
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_num a {
  font-size: 26px;
  font-weight: 700;
  color: #fec868;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_num a {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_num a {
    font-size: 26px;
  }
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_time {
  background-color: #fff5e5;
  margin: 15px 10px;
  height: 36px;
  max-width: 281px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_time {
    height: 50px;
    max-width: 738px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_time {
    height: 36px;
  }
}
.step_form__thanks__inner_detail .phone_wrap .phone_wrap_time p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #816869;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_time p {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .phone_wrap .phone_wrap_time p {
    font-size: 13px;
  }
}
.step_form__thanks__inner_detail .contact_wrap {
  max-width: 602px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .contact_wrap {
    max-width: 738px;
    margin: 0;
  }
}
.step_form__thanks__inner_detail .contact_wrap .contact_wrap_title {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #796363;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .contact_wrap .contact_wrap_title {
    margin-top: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .contact_wrap .contact_wrap_title {
    font-size: 13px;
  }
}
.step_form__thanks__inner_detail .contact_wrap .title_bottom {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .contact_wrap .title_bottom {
    margin-top: 25px;
  }
}
.step_form__thanks__inner_detail .contact_wrap p {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  color: #796363;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_detail .contact_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_detail .contact_wrap p {
    font-size: 11px;
  }
}
.step_form__thanks__inner_detail .contact_wrap p a {
  text-decoration: underline;
}

.step_form__thanks__inner_link {
  max-width: 597px;
  margin: 20.8px auto 0;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  gap: 20.8px;
}
.step_form__thanks__inner_link:hover {
  transition: all 0.6s;
  opacity: 0.7;
}
.step_form__thanks__inner_link a {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.16));
}
.step_form__thanks__inner_link .line_link {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_link {
    padding: 0 15px;
    gap: 22px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_link {
    margin: 21.1px auto 0;
    padding-bottom: 37px;
  }
}

.step_icon {
  position: absolute;
  width: 97px;
  height: auto;
  transform: translate(50%, -50%);
  right: 0px;
  top: -20px;
}
@media screen and (max-width: 1000px) {
  .step_icon {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .step_icon {
    width: 18.4vw;
    right: 11.4666666667vw;
    top: 0vw;
  }
}

.step_form__stepBar {
  background-color: #fec868;
  border-radius: 6px 6px 0 0;
  padding: 8px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .step_form__stepBar {
    padding: 2.4vw 0;
    position: relative;
  }
}

.var_step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb126;
  width: 120px;
  height: 43px;
  margin-right: 17px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .var_step {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .var_step {
    width: auto;
    height: auto;
    margin-right: 4.5333333333vw;
  }
}

.current {
  opacity: 1;
  background-color: #fff;
}
.current:before {
  filter: brightness(0) invert(1);
}
.current .var_step__num_wrap {
  background-color: #fec868;
}
@media screen and (max-width: 768px) {
  .current .var_step__num_wrap {
    background-color: #fff;
  }
}
.current .var_step__num_wrap .var_step_num {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .current .var_step__num_wrap .var_step_num {
    color: #fec868;
  }
}
.current .var_step__text p {
  color: #ffb126;
}
.var_step_2,
.var_step_3,
.var_step_4,
.var_step_5 {
  position: relative;
}
.var_step_2::before,
.var_step_3::before,
.var_step_4::before,
.var_step_5::before {
  content: "";
  background-image: url(../img/arrow.svg);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -8px;
  width: 11px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .var_step_2::before,
  .var_step_3::before,
  .var_step_4::before,
  .var_step_5::before {
    left: -2.1333333333vw;
    width: 2.9333333333vw;
    height: 4.8vw;
  }
}

.var_step_5 {
  margin-right: 0;
}

.var_step__num_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fec868;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .var_step__num_wrap {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin-right: 0;
    background-color: #ffb126;
  }
}

.var_step_num {
  color: #ffb126;
}
@media screen and (max-width: 768px) {
  .var_step_num {
    font-size: 3.7333333333vw;
    color: #fec868;
  }
}

.var_step__text p {
  color: #fec868;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .var_step__text p {
    display: none;
  }
}

.step_form__step {
  padding: 30px 30px;
  min-height: 220px;
  border: 1px solid #ffc868;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .step_form__step {
    padding: 20px 29px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__step {
    padding: 10px 20px 22px;
  }
}

.terms_of_use {
  margin: 20px 0;
}
.terms_of_use a {
  color: #796363;
  border-bottom: 1px solid #796363;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .terms_of_use a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .terms_of_use a {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .terms_of_use a {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .terms_of_use a {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .terms_of_use a {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .terms_of_use a {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .terms_of_use a {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .terms_of_use a {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .terms_of_use a {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .terms_of_use a {
    font-size: 11px;
  }
}

.step_form_last {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_form__stepTwoItem {
  padding: 0 0 25px;
}

.step_form__detail {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}
.step_form__detailTxt {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #796363;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__detailTxt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__detailTxt {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__detailTxt {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__detailTxt {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__detailTxt {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__detailTxt {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__detailTxt {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__detailTxt {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__detailTxt {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__detailTxt {
    font-size: 11px;
  }
}
.step_form__detailTxt::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -30%);
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 13px;
  background-image: url(../img/lock_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .step_form__detailTxt::before {
    width: 15px;
    height: 19px;
  }
}
@media screen and (max-width: 550px) {
  .step_form__detailTxt::before {
    width: 13px;
    height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .step_form__detailTxt::before {
    width: 9px;
    height: 12px;
  }
}

::placeholder {
  color: #dfdfdf;
}

.step_3_title {
  margin-bottom: 16px;
}

.step_form__stepTtl {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .step_form__stepTtl {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__stepTtl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__stepTtl {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__stepTtl {
    font-size: 27.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__stepTtl {
    font-size: 25.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__stepTtl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__stepTtl {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__stepTtl {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__stepTtl {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__stepTtl {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__stepTtl {
    font-size: 16px;
  }
}
.step_form__stepTtl .step_form__stepTtl_txt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step_form__stepTtl .step_form__stepTtl_txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.step_form__stepTtl .step_form__stepTtl_txt span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 22.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 19.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 16.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__stepTtl .step_form__stepTtl_txt span {
    font-size: 13px;
  }
}

.by_shuTtl {
  margin-bottom: 0;
}

.step_form__stepSubTtl {
  font-size: 14px;
  margin-bottom: 20px;
}

.step_form__step__text {
  background-color: #e02020;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .step_form__step__text {
    max-width: 692px;
    line-height: 3;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__step__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__step__text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__step__text {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__step__text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__step__text {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__step__text {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__step__text {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__step__text {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__step__text {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__step__text {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .error_message4,
  .error_message5 {
    max-width: 692px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .error_message4,
  .error_message5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .error_message4,
  .error_message5 {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .error_message4,
  .error_message5 {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .error_message4,
  .error_message5 {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .error_message4,
  .error_message5 {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .error_message4,
  .error_message5 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .error_message4,
  .error_message5 {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .error_message4,
  .error_message5 {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .error_message4,
  .error_message5 {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .error_message4,
  .error_message5 {
    font-size: 11px;
  }
}

.error_message1,
.error_message2_1,
.error_message2_2,
.error_message3_1,
.error_message3_2,
.error_message4,
.error_message5 {
  display: none;
}

.error_message4_1,
.error_message4_2,
.error_message5 {
  margin-bottom: 20px;
}

.error_message4_3,
.error_message4_4,
.error_message4_5 {
  margin-top: 20px;
}

.step_form__label {
  color: #fec868;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}
.step_form__label:focus {
  outline: solid #fec868;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__label {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__label {
    font-size: 18.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__label {
    font-size: 17.85px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__label {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__label {
    font-size: 15.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__label {
    font-size: 14.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__label {
    font-size: 13.65px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__label {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__label {
    font-size: 11.55px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__label {
    font-size: 10.5px;
  }
}

.step_form__label--required {
  border: 1px solid #fec868;
}

.input_any {
  border: 1px solid #eeeeee;
  color: #eeeeee;
}

.step_form__label--optional {
  border: 1px solid #ccc;
  color: #ccc;
}

.step_form__inputWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .step_form__inputWrap {
    justify-content: space-between;
  }
}
.step_form__inputWrap:after {
  content: "";
  display: block;
  width: 168px;
  height: 0;
}

.step4_form,
.step5_form {
  display: flex;
  flex-direction: column;
  max-width: 540px;
  margin: 0 auto;
}

.step4_ttl,
.step5_ttl {
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .step4_ttl,
  .step5_ttl {
    margin-bottom: 10px;
    justify-content: left;
  }
}
.step4_ttl .ttl_indent,
.step5_ttl .ttl_indent {
  display: none;
}
@media screen and (max-width: 1200px) {
  .step4_ttl .ttl_indent,
  .step5_ttl .ttl_indent {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .step4_ttl .ttl_indent,
  .step5_ttl .ttl_indent {
    display: none;
  }
}

.input_form {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .input_form {
    display: block;
    text-align: left;
  }
}
.input_form .detail {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.input_form_4,
.input_form_5 {
  margin-bottom: 20px;
}

.birth_year {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .birth_year {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .birth_year {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .birth_year {
    font-size: 21.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .birth_year {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .birth_year {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .birth_year {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .birth_year {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .birth_year {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .birth_year {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .birth_year {
    font-size: 12.5px;
  }
}

.input_form_4_column,
.input_form_5_column {
  width: 297px;
  height: 54px;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  border: solid 1px #fec868;
  border-radius: 8px;
}
.input_form_4_column:focus,
.input_form_5_column:focus {
  border-radius: 4px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .input_form_4_column,
  .input_form_5_column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 21.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .input_form_4_column,
  .input_form_5_column {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 414px) {
  .input_form_4_column,
  .input_form_5_column {
    height: 45px;
  }
}

.input_form_4_column_kana {
  width: 297px;
  height: 54px;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}
.input_form_4_column_kana:focus {
  border-radius: 4px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .input_form_4_column_kana {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .input_form_4_column_kana {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .input_form_4_column_kana {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .input_form_4_column_kana {
    font-size: 21.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .input_form_4_column_kana {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .input_form_4_column_kana {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .input_form_4_column_kana {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .input_form_4_column_kana {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .input_form_4_column_kana {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .input_form_4_column_kana {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .input_form_4_column_kana {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 414px) {
  .input_form_4_column_kana {
    height: 45px;
  }
}

.input_form_4_column_year {
  width: 193px;
  height: 54px;
  margin: 0 23px;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
  border: solid 1px #ffc868;
  border-radius: 8px;
}
.input_form_4_column_year:focus {
  outline: none;
}
@media screen and (max-width: 1000px) {
  .input_form_4_column_year {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .input_form_4_column_year {
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .input_form_4_column_year {
    width: 150px;
  }
}
@media screen and (max-width: 414px) {
  .input_form_4_column_year {
    height: 45px;
  }
}

.input_form_5_column_mail {
  border: 1px solid #dfdfdf;
}

.step_form__input {
  min-width: 176px;
  min-height: 63px;
  padding: 4px 10px 0;
  border-radius: 8px;
  background-color: #eeeeee;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 3px 0 0 #cbcbcb;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  margin-right: 11px;
}
@media screen and (max-width: 1000px) {
  .step_form__input {
    min-width: 146px;
  }
}
@media screen and (max-width: 768px) {
  .step_form__input {
    min-width: 47.5%;
    width: 47.5%;
    flex-direction: column;
    margin-right: 0;
    padding-bottom: 0px;
    align-items: start;
    justify-content: center;
  }
}
.step_form__input:nth-child(4n) {
  margin-right: 0;
}
.step_form__input .hide_checkbox {
  display: none;
}

.new_line {
  padding: 7px 8px;
}

.btn_select {
  background-color: #fec868;
  box-shadow: 0 3px 0 0 #e0a53b;
}
.btn_select .step_form__inputImg {
  opacity: 1;
}
.btn_select .step_form__inputTxt {
  position: relative;
  color: #fff;
  width: 100%;
  text-align: left;
}
.btn_select .step_form__inputTxt::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -13px;
  width: 17px;
  height: 17px;
  background-image: url(../img/check_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.step_form__input--notSelected {
  background-color: #eee;
}

.step_form__input--half {
  width: 49%;
}

.step_form__inputTxt {
  color: #796363;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .step_form__inputTxt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__inputTxt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__inputTxt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__inputTxt {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__inputTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__inputTxt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__inputTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__inputTxt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__inputTxt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__inputTxt {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__inputTxt {
    font-size: 10px;
  }
}
.step_form__inputTxt span {
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .step_form__inputTxt span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__inputTxt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__inputTxt span {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__inputTxt span {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__inputTxt span {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__inputTxt span {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__inputTxt span {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__inputTxt span {
    font-size: 11.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__inputTxt span {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__inputTxt span {
    font-size: 9.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__inputTxt span {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .inputImg {
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .inputImg img {
    width: auto;
    height: 100%;
  }
}

.step_form__inputTxt--notSelected {
  color: #856e6e;
}

.step_form__error {
  background-color: #e02020;
  padding: 6px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.step_form__messageInfo {
  border: none;
}

.step_form__privateTxt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #424242;
  text-align: center;
}
.step_form__privateTxt:before {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f023";
  color: #8b8b8b;
  margin: -0.5em 10px 0 0;
}

.step_form__footer {
  border-radius: 0 0 8px 8px;
}

.step_form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 9px 32px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step_form__actions {
    padding: 3.2vw 0;
    align-items: center;
  }
}

.step_form__btn_wrap {
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .step_form__btn_wrap {
    margin-left: 2.6666666667vw;
  }
}

.step_form__btn {
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  transition: all 0.4s;
}
.step_form__btn:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.next_pc_step5 {
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .next_pc_step5 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .next_pc_step5 {
    padding-bottom: 3px;
  }
}
.next_pc_step5 span {
  font-size: 12px;
}

.step_form__btn--next {
  background-color: #eeeeee;
  box-shadow: 0 3px 0 0 #cbcbcb;
  height: 50px;
  width: 270px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .step_form__btn--next {
    height: 13.3333333333vw;
    width: 72vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__btn--next {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__btn--next {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__btn--next {
    font-size: 27.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__btn--next {
    font-size: 25.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__btn--next {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__btn--next {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__btn--next {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__btn--next {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__btn--next {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__btn--next {
    font-size: 16px;
  }
}
.step_form__btn--next.is-disabled {
  border-color: transparent;
  background: #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.step_form__btn--next.is-disabled.step_form__btn--next:before {
  content: none;
}

.btn_active {
  pointer-events: auto;
  background-color: #1eb2e9;
  box-shadow: 0 3px 0 0 #1f83a8;
}

.btn_passive {
  pointer-events: none;
}

.step_form__btn--prev {
  background-color: #d8d8d8;
  font-size: 14px;
  width: 68px;
  height: 50px;
  position: absolute;
  bottom: 8px;
  left: 180px;
  box-shadow: 0 3px 0 0 #b5b5b5;
}
@media screen and (max-width: 1000px) {
  .step_form__btn--prev {
    left: 110px;
  }
}
@media screen and (max-width: 768px) {
  .step_form__btn--prev {
    position: static;
    width: 18.1333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__btn--prev {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__btn--prev {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__btn--prev {
    font-size: 23.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__btn--prev {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__btn--prev {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__btn--prev {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__btn--prev {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__btn--prev {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__btn--prev {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__btn--prev {
    font-size: 14px;
  }
}

.step_form__btn--multi {
  width: 270px;
  height: 64px;
  background: url(/lp/images/pc/15/00/imgBtnCtaGif.gif) no-repeat 50%/cover;
  border-radius: 8px;
}
.step_form__btn--multi.is-disabled {
  background: url(/lp/images/pc/15/00/imgBtnCtaDisabledGif.gif) no-repeat 50%/cover;
  background-size: 100% auto;
}

.step_form__terms {
  font-size: 12px;
  text-align: center;
  margin: 40px 0;
}
.step_form__terms a {
  color: #424242;
}

.form_main {
  text-align: center;
  padding-top: 37px;
  background-image: url(../img/top_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .form_main {
    padding: 8.5333333333vw 0;
    position: relative;
  }
}
.form_main .form_main_inner {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}
.form_main .form_main_inner .form_main_inner_title {
  margin-top: 35px;
  flex-shrink: 0;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title {
    width: 100%;
    margin-top: 0;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 414px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top {
    gap: 2.1333333333vw;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top .top_detail {
  padding: 12px 23px;
  background-color: #fec868;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top .top_detail {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_top .top_detail {
    padding: 2.1333333333vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    border-radius: 1.8666666667vw;
    font-size: 2.9333333333vw;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main {
  position: relative;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main {
    margin-top: 6.6666666667vw;
    font-size: 6.5333333333vw;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 98%;
  background-color: rgba(254, 200, 104, 0.45);
  bottom: 2px;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main::after {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_main::after {
    height: 2.1333333333vw;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail {
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 4vw;
    width: 100%;
    gap: 2.6666666667vw;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail .form_main_inner_title_detail_txt {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fec868;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail .form_main_inner_title_detail_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail .form_main_inner_title_detail_txt {
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }
}
.form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail .form_main_inner_title_detail_emphasis {
  padding: 5px 30px;
  background-color: #fff;
  border: 2px solid #fec868;
  border-radius: 26px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fec868;
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_title .form_main_inner_title_detail .form_main_inner_title_detail_emphasis {
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 4.8vw;
    border-radius: 4vw;
  }
}
.form_main .form_main_inner .form_main_inner_img {
  max-width: 244px;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .form_main .form_main_inner .form_main_inner_img {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .form_main .form_main_inner .form_main_inner_img {
    position: absolute;
    max-width: 29.6vw;
    bottom: 0;
    right: 3%;
  }
}

.country-name_wrap {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .country-name_wrap {
    display: block;
  }
}
.country-name_wrap .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 229px;
  height: 31px;
  border-radius: 15px;
  background-color: #f8f7f7;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .country-name_wrap .search_btn {
    margin: 30px auto;
    width: 345px;
    height: 45px;
    border-radius: 22px;
  }
}
@media screen and (max-width: 550px) {
  .country-name_wrap .search_btn {
    margin: 10px auto;
    width: 229px;
    height: 31px;
    border-radius: 15px;
  }
}
.country-name_wrap .search_btn_inner {
  display: flex;
  align-items: center;
}
.country-name_wrap .search_btn_inner_txt {
  color: #796363;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .country-name_wrap .search_btn_inner_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .country-name_wrap .search_btn_inner_txt {
    font-size: 12px;
  }
}
.country-name_wrap .search_btn_inner_img {
  display: flex;
  width: 15px;
  margin-left: 5px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .country-name_wrap .search_btn_inner_img {
    width: 22px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  .country-name_wrap .search_btn_inner_img {
    width: 15px;
    margin-left: 5px;
  }
}

.p-country-name {
  font-size: 20px;
}

.p-postal-code {
  max-width: 297px;
  width: 100%;
  height: 54px;
  text-align: left;
  padding-left: 10px;
  flex-shrink: 1;
  border: solid 1px #fec868;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-postal-code {
    max-width: 79.2vw;
    height: 14.4vw;
    max-height: 60px;
    width: 100%;
  }
}

.pref {
  display: none;
}

.pref_wrap {
  display: flex;
  justify-content: left;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .pref_wrap {
    display: block;
    width: 100%;
  }
}
.pref_wrap_inner {
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  .pref_wrap_inner {
    padding: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pref_wrap_inner:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .pref_wrap_inner:first-child {
    margin-bottom: 10px;
  }
}
.pref_wrap_inner:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pref_wrap_inner:last-child {
    margin-left: 0;
  }
}
.pref_wrap_inner .select_wrap {
  position: relative;
  display: inline;
}
@media screen and (max-width: 768px) {
  .pref_wrap_inner .select_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .pref_wrap_inner .select_wrap {
    margin-bottom: 15px;
  }
}
.pref_wrap_inner .select_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background-image: url(../img/icon_select.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .pref_wrap_inner .select_wrap:after {
    right: 1.953125vw;
  }
}
@media screen and (max-width: 550px) {
  .pref_wrap_inner .select_wrap:after {
    right: 1.8181818182vw;
  }
}

.pref_wrap_error_txt {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  width: 184px;
  color: #ffffff;
  background-color: #e02020;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.5;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .pref_wrap_error_txt {
    max-width: 79.2vw;
    height: 14.4vw;
    max-height: 60px;
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .pref_wrap_error_txt {
    margin: 10px auto 0;
  }
}

.detail_txt {
  display: none;
  color: #796363;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .detail_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .detail_txt {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .detail_txt {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .detail_txt {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .detail_txt {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .detail_txt {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .detail_txt {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .detail_txt {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .detail_txt {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .detail_txt {
    font-size: 11px;
  }
}

.p-region-id {
  width: 184px;
  height: 34px;
  text-align: left;
  padding-left: 5px;
  border: solid 1px #fec868;
  border-radius: 8px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-region-id {
    max-width: 79.2vw;
    height: 14.4vw;
    max-height: 60px;
    width: 100%;
  }
}

.p-locality {
  width: 184px;
  text-align: left;
  padding-left: 5px;
  border: solid 1px #fec868;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-locality {
    max-width: 79.2vw;
    height: 14.4vw;
    max-height: 60px;
    width: 100%;
  }
}

.step_form__btn--next {
  z-index: 1001;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_only_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc_only_inline {
    display: none;
  }
}

.sp_only_inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only_inline {
    display: inline;
  }
}

.tab_sp_only {
  display: none;
}
@media screen and (max-width: 550px) {
  .tab_sp_only {
    display: inline;
  }
}

.permission_txt {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .permission_txt {
    padding-top: 0;
  }
}
.permission_txt_top {
  font-size: 12px;
  color: #c95b5b;
  font-weight: 700;
}
.permission_txt_top span {
  font-size: 14px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .permission_txt_top span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .permission_txt_top span {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .permission_txt_top span {
    font-size: 22.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .permission_txt_top span {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .permission_txt_top span {
    font-size: 19.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .permission_txt_top span {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .permission_txt_top span {
    font-size: 16.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .permission_txt_top span {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .permission_txt_top span {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .permission_txt_top span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .permission_txt_top {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .permission_txt_top {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .permission_txt_top {
    font-size: 20.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .permission_txt_top {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .permission_txt_top {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .permission_txt_top {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .permission_txt_top {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .permission_txt_top {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .permission_txt_top {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .permission_txt_top {
    font-size: 12px;
  }
}
.permission_txt_bottom {
  font-size: 10px;
  color: #f87273;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .permission_txt_bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .permission_txt_bottom {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .permission_txt_bottom {
    font-size: 18.7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .permission_txt_bottom {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .permission_txt_bottom {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .permission_txt_bottom {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .permission_txt_bottom {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .permission_txt_bottom {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .permission_txt_bottom {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .permission_txt_bottom {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .permission_step4 {
    margin-top: 20px;
  }
}/*# sourceMappingURL=app.css.map */