@charset "UTF-8";
@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;
  }
}

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

.none {
  display: none;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-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: YuGothic, Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-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;
  overflow: hidden;
  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);
}

.p-footer__block {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  margin: 0 auto;
  padding: 16px 0 10px;
  background-color: #505050;
}

@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%;
  }
}
.p-footer__nav else {
  font-size: 12px;
}

@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;
}
.p-footer__navItem a {
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

.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: #505050;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  padding-bottom: 10px;
}

.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: 1000px) {
  .p-footer__certificationItem {
    max-width: 46vw;
  }
}
@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;
  -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);
}

.header__area {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  max-width: 928px;
  margin: 0 auto;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__area {
    padding: 8px;
  }
}

@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__logoImg {
  width: 223px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  .header__logoImg {
    width: 130px;
  }
}

.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 {
  margin-left: auto;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  .header__cta {
    display: block;
  }
}

.header__phone_txt {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .header__phone_txt {
    font-size: 10px;
  }
}

.header__phone_number {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #DF1966;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .header__phone_number {
    font-size: 18px;
  }
}
.header__phone_number:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: -10px;
  content: "";
  background-image: url(../img/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
}
@media screen and (max-width: 550px) {
  .header__phone_number:before {
    left: 5px;
    width: 15px;
    height: 13px;
  }
}

.header__phone_time {
  color: #DF1966;
}

.header__customer {
  margin-left: 20px;
  letter-spacing: normal;
}

.header__customer_btn {
  display: inline-block;
  background-color: #00A0E8;
  color: #ffffff;
  box-shadow: 0 3px 0 0 #0075AA;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
}
.header__customer_btn:hover {
  transition: all 0.6s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header__customer_btn {
    display: none;
  }
}

.header__customer_btn_icn {
  margin-left: 4px;
  position: relative;
}
.header__customer_btn_icn:before {
  content: "";
  background-image: url(../img/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -10px;
  width: 6px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
}

.step_form {
  background-color: #FFF8FA;
  color: #796363;
  padding-bottom: 60px;
  position: relative;
}

.step_form__stepWrap {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  width: 610px;
  margin: 0 auto;
  border: 1px solid #f87273;
}
@media screen and (max-width: 1200px) {
  .step_form__stepWrap {
    width: 510px;
  }
}
@media screen and (max-width: 1000px) {
  .step_form__stepWrap {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .step_form__stepWrap {
    width: 100%;
    padding: 0;
  }
}

.step_form__thanks {
  background-color: #FFF8FA;
  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;
}

.step_form__thanks__inner_top__inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px;
  padding: 55px 10px 0;
  border: 1px solid #f87273;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__inner_top__inner {
    padding: 0;
    border: none;
    background-color: #FFF8FA;
  }
}
@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: 414px) {
  .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, #ffdfdf));
  background: -webkit-linear-gradient(transparent 70%, #ffdfdf 0);
  background: linear-gradient(transparent 70%, #ffdfdf 0);
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__messe span {
    font-size: 25px;
  }
}
@media screen and (max-width: 414px) {
  .step_form__thanks__messe span {
    font-size: 17px;
  }
}

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

.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: #FFECF1;
  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__txt .step_form__thanks__txt__right {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__txt .step_form__thanks__txt__right {
    margin-left: 5.3333333333vw;
    max-width: 24.2666666667vw;
  }
}
.step_form__thanks__txt .step_form__thanks__txt__right .img_wrap {
  max-width: 91px;
}
@media screen and (max-width: 768px) {
  .step_form__thanks__txt .step_form__thanks__txt__right .img_wrap {
    max-width: 24.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .step_form__thanks__txt .step_form__thanks__txt__right .img_wrap {
    max-width: 91px;
  }
}
.step_form__thanks__txt .step_form__thanks__txt__right .bottom_comment {
  font-size: 11px;
  line-height: 1.6;
  color: #796363;
}
.step_form__thanks__txt .step_form__thanks__txt__right .bottom_comment p {
  text-align: left;
}

.step_form__thanks__inner_detail {
  max-width: 840px;
  margin: 23px auto;
  display: flex;
  justify-content: space-between;
}
@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 #f87273;
  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: #FF88A8;
  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: #FF88A8;
}
@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: #FFECF1;
  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: 525px;
  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: 55px auto 0;
  transition: all 0.6s;
}
.step_form__thanks__inner_link:hover {
  transition: all 0.6s;
  opacity: 0.7;
}
@media screen and (max-width: 375px) {
  .step_form__thanks__inner_link {
    margin: 55px auto 30px;
  }
}

.gb_img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .gb_img {
    display: none;
  }
}

.left_top {
  width: 225px;
  top: -17px;
  left: -280px;
}
@media screen and (max-width: 1200px) {
  .left_top {
    width: 185px;
    left: -200px;
  }
}
@media screen and (max-width: 1000px) {
  .left_top {
    width: 145px;
    left: -150px;
  }
}

.left_bottom {
  width: 236px;
  top: 235px;
  left: -265px;
}
@media screen and (max-width: 1200px) {
  .left_bottom {
    width: 190px;
    left: -210px;
  }
}
@media screen and (max-width: 1000px) {
  .left_bottom {
    width: 150px;
    left: -160px;
  }
}

.right_top {
  width: 228px;
  top: -19px;
  right: -242px;
}
@media screen and (max-width: 1200px) {
  .right_top {
    width: 195px;
    right: -210px;
  }
}
@media screen and (max-width: 1000px) {
  .right_top {
    width: 138px;
    right: -156px;
  }
}

.right_bottom {
  width: 250px;
  top: 225px;
  right: -275px;
}
@media screen and (max-width: 1200px) {
  .right_bottom {
    width: 200px;
    right: -215px;
  }
}
@media screen and (max-width: 1000px) {
  .right_bottom {
    width: 150px;
    right: -155px;
  }
}

.step_icon {
  position: absolute;
  width: 83px;
  height: auto;
  transform: translate(50%, -50%);
  right: 7px;
  top: 7px;
}
@media screen and (max-width: 1200px) {
  .step_icon {
    width: 70px;
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .step_icon {
    width: 55px;
    right: -10px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .step_icon {
    width: 18.4vw;
    right: 11.4666666667vw;
    top: 0vw;
  }
}

.step_form__stepBar {
  background-color: #FF88A8;
  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;
  }
}

.var_step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 84px;
  height: 43px;
  margin-right: 17px;
  border-radius: 4px;
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .var_step {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .var_step {
    width: auto;
    height: auto;
    margin-right: 4.5333333333vw;
  }
}

.current {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .current .var_step__num_wrap {
    background-color: #ffffff;
  }
  .current .var_step_num {
    color: #EC6388;
  }
}

.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: #FF88A8;
  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: #FF6A92;
  }
}

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

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

.step_form__step {
  padding: 30px 30px 0;
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .step_form__step {
    padding: 20px 29px 0;
  }
}
@media screen and (max-width: 414px) {
  .step_form__step {
    padding: 10px 29px 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: 20px 30px 0;
}

.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;
  }
}

.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) 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;
  }
}

.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: 1200px) {
  .step_form__step__text {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .step_form__step__text {
    max-width: 360px;
    margin: 0 auto;
  }
}
@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: 1200px) {
  .error_message4,
.error_message5 {
    max-width: 450px;
    margin: 0;
  }
}
@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 {
  margin-top: 20px;
}

.step_form__stepTtl--twoItem {
  margin-bottom: 10px;
}

.step_form__label {
  color: #f66d73;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}
.step_form__label:focus {
  outline: solid #FF88A8;
}
@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 #f66d73;
}

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

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

.step_form__inputWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .step_form__inputWrap {
    justify-content: space-around;
  }
}
@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;
}

.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: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .input_form {
    display: block;
    text-align: left;
  }
}

.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;
}
.input_form_4_column:focus, .input_form_5_column:focus {
  border-radius: 4px;
  outline: solid #FF88A8;
}
@media screen and (max-width: 1000px) {
  .input_form_4_column, .input_form_5_column {
    width: 230px;
  }
}
@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_year {
  width: 193px;
  height: 54px;
  margin: 0 23px;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
}
.input_form_4_column_year:focus {
  outline: solid #FF88A8;
}
@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;
  }
}

.step_form__input {
  min-width: 168px;
  padding: 18px 8px;
  border-radius: 8px;
  background-color: #EEEEEE;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 3px 0 0 #CBCBCB;
}
@media screen and (max-width: 768px) {
  .step_form__input {
    min-width: 47.5%;
    width: 47.5%;
  }
}
.step_form__input .hide_checkbox {
  display: none;
}

.new_line {
  padding: 7px 8px;
}

.btn_select {
  background-color: #FF88A8;
}
@media screen and (max-width: 768px) {
  .btn_select {
    position: relative;
  }
  .btn_select::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background-image: url(../img/check_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.btn_select .step_form__inputImg {
  opacity: 1;
}
.btn_select .step_form__inputTxt {
  position: relative;
  color: #fff;
}
.btn_select .step_form__inputTxt::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -10px;
  width: 17px;
  height: 17px;
  background-image: url(../img/check_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .btn_select .step_form__inputTxt::after {
    display: none;
  }
}

.step_form__input--twoItem {
  margin-bottom: 10px;
}

.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;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step_form__inputTxt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .step_form__inputTxt {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .step_form__inputTxt {
    font-size: 20.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .step_form__inputTxt {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .step_form__inputTxt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .step_form__inputTxt {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step_form__inputTxt {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .step_form__inputTxt {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_form__inputTxt {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .step_form__inputTxt {
    font-size: 12px;
  }
}

.step_form__inputImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .step_form__inputImg {
    display: block;
    width: 100%;
    max-width: 28.5333333333vw;
    margin: 0 auto;
    opacity: 0.3;
  }
}

.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 {
  background-color: #f5f5f5;
  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: 1200px) {
  .step_form__actions {
    padding: 9px 0px;
  }
}
@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-right: 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;
}
.next_pc_step5:after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .next_pc_step5:after {
    width: 4.2666666667vw;
    height: 3.7333333333vw;
  }
}
.next_pc_step5 span {
  font-size: 14px;
}

.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: #FFA200;
  box-shadow: 0 3px 0 0 #D28500;
}

.btn_passive {
  pointer-events: none;
}

.step_form__btn--prev {
  background-color: #d8d8d8;
  font-size: 14px;
  width: 68px;
  height: 50px;
  position: absolute;
  bottom: 8px;
  left: 30px;
}
@media screen and (max-width: 1200px) {
  .step_form__btn--prev {
    left: 10px;
  }
}
@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 {
  background-color: #FFF8FA;
  text-align: center;
  padding: 66px 0 16px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .form_main {
    padding: 0;
    margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 59.4666666667vw;
    border-radius: 14px;
    background-image: url(../img/top_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.form_main__title {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(0, #ffdfdf));
  background: -webkit-linear-gradient(transparent 79%, #ffdfdf 0);
  background: linear-gradient(transparent 79%, #ffdfdf 0);
  display: inline-block;
  font-weight: 700;
  color: #796363;
}
@media screen and (max-width: 768px) {
  .form_main__title {
    margin-bottom: 7.1614583333vw;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 414px) {
  .form_main__title {
    margin-bottom: 10.9375vw;
    transform: scale(0.87);
  }
}

.form_bottom {
  background-color: #FFF8FA;
  text-align: center;
  padding: 0 0 16px;
}

.form_bottom__title {
  font-size: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(0, #ffdfdf));
  background: -webkit-linear-gradient(transparent 79%, #ffdfdf 0);
  background: linear-gradient(transparent 79%, #ffdfdf 0);
  display: inline-block;
  font-weight: 700;
  color: #634e4e;
}
@media screen and (max-width: 768px) {
  .form_bottom__title {
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .form_bottom__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .form_bottom__title {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .form_bottom__title {
    font-size: 21.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .form_bottom__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .form_bottom__title {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .form_bottom__title {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .form_bottom__title {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .form_bottom__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .form_bottom__title {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .form_bottom__title {
    font-size: 12.5px;
  }
}

.title_emphasis {
  font-size: 24px;
  color: #DF1A64;
}
@media screen and (max-width: 768px) {
  .title_emphasis {
    font-size: 5.0666666667vw;
  }
}

.form_main__subTtl {
  font-size: 18px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ffdfdf));
  background: -webkit-linear-gradient(transparent 60%, #ffdfdf 0);
  background: linear-gradient(transparent 60%, #ffdfdf 0);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form_main__subTtl {
    font-size: 3.2vw;
  }
}
.form_main__subTtl:before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: -21px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transform: translate(0%, 0%) rotate(65deg);
  background-color: #EC6388;
}
.form_main__subTtl:after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: -21px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transform: translate(0%, 0%) rotate(115deg);
  background-color: #EC6388;
}

.subtitle_emphasis {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .subtitle_emphasis {
    font-size: 3.4666666667vw;
  }
}

.subtitle_color {
  color: #00A0E8;
}
@media screen and (max-width: 768px) {
  .subtitle_color {
    font-size: 4vw;
  }
}

.bottom_subtitle_emphasis {
  font-size: 18px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bottom_subtitle_emphasis {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .bottom_subtitle_emphasis {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .bottom_subtitle_emphasis {
    font-size: 27.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .bottom_subtitle_emphasis {
    font-size: 25.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .bottom_subtitle_emphasis {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .bottom_subtitle_emphasis {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .bottom_subtitle_emphasis {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .bottom_subtitle_emphasis {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .bottom_subtitle_emphasis {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .bottom_subtitle_emphasis {
    font-size: 16px;
  }
}

.bottom_contents__wrap {
  background-color: #FFF8FA;
}

.bottom_contents {
  max-width: 610px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bottom_contents {
    display: block;
  }
}

.bottom_content {
  width: 175px;
  height: 199px;
}
@media screen and (max-width: 768px) {
  .bottom_content {
    margin: 0 auto 20px;
    width: 70.1333333333vw;
    height: 32.8vw;
  }
}
.bottom_content:last-child {
  margin-bottom: 0;
}

.bottom_content__inner {
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .bottom_content__inner {
    height: auto;
    width: 52vw;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bottom_content__icon {
  width: 53px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bottom_content__icon {
    margin: 0;
    width: 14.1333333333vw;
  }
}

.bottom_content__txt {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bottom_content__txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .bottom_content__txt {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .bottom_content__txt {
    font-size: 21.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .bottom_content__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .bottom_content__txt {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .bottom_content__txt {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .bottom_content__txt {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .bottom_content__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .bottom_content__txt {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .bottom_content__txt {
    font-size: 12.5px;
  }
}

.bottom_emphasis {
  font-size: 16px;
  color: #EC6388;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bottom_emphasis {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .bottom_emphasis {
    font-size: 24.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .bottom_emphasis {
    font-size: 22.95px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .bottom_emphasis {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .bottom_emphasis {
    font-size: 20.25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .bottom_emphasis {
    font-size: 18.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .bottom_emphasis {
    font-size: 17.55px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .bottom_emphasis {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .bottom_emphasis {
    font-size: 14.85px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .bottom_emphasis {
    font-size: 13.5px;
  }
}

.bottom_contents_txt {
  max-width: 610px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.bottom_contents_txt p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .bottom_contents_txt {
    margin: 0 auto 20px;
    width: 70.1333333333vw;
  }
}

.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;
}
@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) {
  .detail_txt {
    margin-bottom: 15px;
  }
}
@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;
}
@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;
}
@media screen and (max-width: 768px) {
  .p-locality {
    max-width: 79.2vw;
    height: 14.4vw;
    max-height: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main_section__inner {
    margin: 0 8px;
  }
}

.nav_icon {
  display: none;
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .nav_icon {
    display: block;
  }
}

.wrapper_fixed {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  z-index: 1000;
}

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

.popup_area {
  display: none;
  max-width: 460px;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
  max-height: 90%;
}
@media screen and (max-width: 768px) {
  .popup_area {
    max-width: 84.5333333333vw;
  }
}
.popup_area__inner {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 90vh;
}
.popup_area__inner::-webkit-scrollbar {
  display: none;
}
.popup_area__inner__top {
  width: 100%;
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (max-width: 768px) {
  .popup_area__inner__top {
    padding: 4vw 4vw 0 4vw;
  }
}
.popup_area__inner__line {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .popup_area__inner__line {
    margin-top: 4vw;
  }
}
.popup_area__inner__line__txt {
  max-width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .popup_area__inner__line__txt {
    max-width: 38.6666666667vw;
    margin: 0 auto 4vw;
  }
}
.popup_area__inner__line__link {
  display: block;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .popup_area__inner__line__link {
    padding: 0 4vw 4vw;
  }
}
.popup_area__inner__line__bottom {
  padding-bottom: 20px;
  color: #796363;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .popup_area__inner__line__bottom {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .popup_area__inner__line__bottom {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 740px) {
  .popup_area__inner__line__bottom {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .popup_area__inner__line__bottom {
    font-size: 14.45px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .popup_area__inner__line__bottom {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .popup_area__inner__line__bottom {
    font-size: 12.75px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .popup_area__inner__line__bottom {
    font-size: 11.9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .popup_area__inner__line__bottom {
    font-size: 11.05px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .popup_area__inner__line__bottom {
    font-size: 10.2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .popup_area__inner__line__bottom {
    font-size: 9.35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .popup_area__inner__line__bottom {
    font-size: 8.5px;
  }
}
.popup_area__inner__line__bottom .bottom_link {
  color: #FF88A8;
  text-decoration: underline;
}
.popup_area .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popup_area .close_btn {
    width: 5.6vw;
  }
}

/* 背景色 */
.modal_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.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 */