@charset "UTF-8";
/* # =================================================================
# Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* Style select like a standard input */
select {
  /*  -moz-appearance: none;  Firefox 36+ */
  /*  -webkit-appearance: none;  Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.pc_block {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}

.sp_block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_block {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}
a::before, a::after {
  -webkit-transition: .3s;
  transition: .3s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #0A0A0A;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin,
.slide_r.scrollin,
.slide_l.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide_r {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.slide_l {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes ani_header {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani_header {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.dot_style_1 li {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .dot_style_1 li {
    width: 14px;
  }
}
.dot_style_1 li:nth-last-of-type(1) {
  margin-right: 0;
}
.dot_style_1 li.slick-active button:before {
  background-color: #0A0A0A;
}
.dot_style_1 li button {
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.dot_style_1 li button:before {
  content: '';
  display: block;
  background-color: #ffffff;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .dot_style_1 li button:before {
    width: 14px;
    height: 14px;
  }
}

.prev-arrow,
.next-arrow {
  background-size: contain;
  width: 29px;
  height: 51px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 100;
}

.prev-arrow {
  background-image: url(../images/arr_prev1.svg);
  left: -15px;
}

.next-arrow {
  background-image: url(../images/arr_next1.svg);
  right: -15px;
}

.defFlex, .form_style_1, .step_1_form_main, .step_2_form_main, .form_style_1 > .field, .step_1_form_main > .field, .step_2_form_main > .field, .bottom_style_1, .step_3_form_bottom, .step_4_form_bottom, .step_5_form_bottom, .bottom_style_2, .step_1_bottom, .step_3_bottom, .step_4_bottom, .bottom_style_2 .left, .step_1_bottom .left, .step_3_bottom .left, .step_4_bottom .left, .step_1_news, .step_1_flow > .list > li, .step_1_flow > .caution, .step_1_form_ttl, .step_2_top .id, .step_4_form_mail .block, .step_4_form_main .block, .step_4_form_main .bottom .bg .emailField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ttl_style_1 > .step, .step_1_form_ttl > .step, .step_2_form_ttl > .step, .step_3_form_ttl > .step, .step_4_form_ttl > .step, .step_5_form_ttl > .step {
  background: #585858;
  text-align: center;
  border-radius: 2px;
  width: 93px;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .ttl_style_1 > .step, .step_1_form_ttl > .step, .step_2_form_ttl > .step, .step_3_form_ttl > .step, .step_4_form_ttl > .step, .step_5_form_ttl > .step {
    width: auto;
    padding: 3px 17px 6px;
  }
}
.ttl_style_1 > .step *, .step_1_form_ttl > .step *, .step_2_form_ttl > .step *, .step_3_form_ttl > .step *, .step_4_form_ttl > .step *, .step_5_form_ttl > .step * {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.ttl_style_1 > .step .sm, .step_1_form_ttl > .step .sm, .step_2_form_ttl > .step .sm, .step_3_form_ttl > .step .sm, .step_4_form_ttl > .step .sm, .step_5_form_ttl > .step .sm {
  font-size: 16px;
  margin: 0 4px 0 0;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .ttl_style_1 > .step .sm, .step_1_form_ttl > .step .sm, .step_2_form_ttl > .step .sm, .step_3_form_ttl > .step .sm, .step_4_form_ttl > .step .sm, .step_5_form_ttl > .step .sm {
    font-size: 3.4vw;
    vertical-align: bottom;
  }
}
.ttl_style_1 > .step .lg, .step_1_form_ttl > .step .lg, .step_2_form_ttl > .step .lg, .step_3_form_ttl > .step .lg, .step_4_form_ttl > .step .lg, .step_5_form_ttl > .step .lg {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .ttl_style_1 > .step .lg, .step_1_form_ttl > .step .lg, .step_2_form_ttl > .step .lg, .step_3_form_ttl > .step .lg, .step_4_form_ttl > .step .lg, .step_5_form_ttl > .step .lg {
    font-size: 5.3vw;
  }
}
.ttl_style_1 > .text, .step_1_form_ttl > .text, .step_2_form_ttl > .text, .step_3_form_ttl > .text, .step_4_form_ttl > .text, .step_5_form_ttl > .text {
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ttl_style_1 > .text, .step_1_form_ttl > .text, .step_2_form_ttl > .text, .step_3_form_ttl > .text, .step_4_form_ttl > .text, .step_5_form_ttl > .text {
    font-size: 5.6vw;
  }
}

.form_style_1, .step_1_form_main, .step_2_form_main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84vw;
  max-width: 976px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 37px 52px 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form_style_1, .step_1_form_main, .step_2_form_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 5px;
    padding: 19px 17px 18px;
  }
}
.form_style_1 > .ttl, .step_1_form_main > .ttl, .step_2_form_main > .ttl {
  width: 94px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .ttl, .step_1_form_main > .ttl, .step_2_form_main > .ttl {
    width: 100%;
    font-size: 4.3vw;
    margin: 0 0 9px;
  }
}
.form_style_1 > .field, .step_1_form_main > .field, .step_2_form_main > .field {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 293px;
  margin: 21px 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .field, .step_1_form_main > .field, .step_2_form_main > .field {
    width: 100%;
    margin: 0 0 23px;
  }
}
.form_style_1 > .field .g, .step_1_form_main > .field .g, .step_2_form_main > .field .g {
  width: 66px;
  height: 54px;
  margin: 0 9px 0 0;
  padding: 0;
  font-size: 38px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: right;
  /*font-size: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  background: #919191;
  border-radius: 2px;
  padding: 17px 0;*/
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .field .g, .step_1_form_main > .field .g, .step_2_form_main > .field .g {
    font-size: 24px;
    font-weight: bold;
    width: 27px;
    margin: 0 5px 0 0;
    /*padding: 12px 0;*/
  }
}
.form_style_1 > .field input[type="text"], .step_1_form_main > .field input[type="text"], .step_2_form_main > .field input[type="text"] {
  width: 218px;
  border-radius: 2px;
  font-size: 22px;
  border: 1px solid #707070;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .field input[type="text"], .step_1_form_main > .field input[type="text"], .step_2_form_main > .field input[type="text"] {
    font-size: 20px;
    width: calc(100% - 37px - 5px);
  }
}
.form_style_1 > .field > .caution, .step_1_form_main > .field > .caution, .step_2_form_main > .field > .caution {
  width: 100%;
  font-size: 16px;
  color: #838383;
  margin: 7px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .field > .caution, .step_1_form_main > .field > .caution, .step_2_form_main > .field > .caution {
    font-size: 3.7vw;
    text-align: right;
  }
}
.form_style_1 > .field > .err, .step_1_form_main > .field > .err, .step_2_form_main > .field > .err {
  display: inline-block;
  bottom: 47px;
  left: 205px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .field > .err, .step_1_form_main > .field > .err, .step_2_form_main > .field > .err {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 3vw 0 0;
  }
}
.form_style_1 > .submitBtn, .step_1_form_main > .submitBtn, .step_2_form_main > .submitBtn {
  width: 180px;
  margin: 0 38px 0 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .submitBtn, .step_1_form_main > .submitBtn, .step_2_form_main > .submitBtn {
    width: 88%;
    margin: 0 auto 29px;
  }
}
.form_style_1 > .submitBtn:hover, .step_1_form_main > .submitBtn:hover, .step_2_form_main > .submitBtn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.form_style_1 > .submitBtn input[type="submit"], .step_1_form_main > .submitBtn input[type="submit"], .step_2_form_main > .submitBtn input[type="submit"] {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  padding: 17px 17px 17px 0;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  background: #CE0020;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .submitBtn input[type="submit"], .step_1_form_main > .submitBtn input[type="submit"], .step_2_form_main > .submitBtn input[type="submit"] {
    font-size: 4.6vw;
    padding: 15px 15px 15px 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
}
.form_style_1 > .submitBtn > img, .step_1_form_main > .submitBtn > img, .step_2_form_main > .submitBtn > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  z-index: 1;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .submitBtn > img, .step_1_form_main > .submitBtn > img, .step_2_form_main > .submitBtn > img {
    width: 15px;
    right: 26%;
  }
}
.form_style_1 > .img, .step_1_form_main > .img, .step_2_form_main > .img {
  width: calc(100% - 94px - 293px - 13px - 180px - 38px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .img, .step_1_form_main > .img, .step_2_form_main > .img {
    width: 100%;
    text-align: left;
  }
}
.form_style_1 > .img > .ttl, .step_1_form_main > .img > .ttl, .step_2_form_main > .img > .ttl {
  font-size: 16px;
  margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
  .form_style_1 > .img > .ttl, .step_1_form_main > .img > .ttl, .step_2_form_main > .img > .ttl {
    font-size: 3.7vw;
    margin: 0 0 9px;
  }
}

.name_style_1, .step_2_form_name, .step_3_form_name {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  width: 84vw;
  max-width: 980px;
  color: #ffffff;
  background: #2B2B2B;
  border-radius: 5px;
  padding: 43px 0;
}
@media only screen and (max-width: 767px) {
  .name_style_1, .step_2_form_name, .step_3_form_name {
    font-size: 5.3vw;
    line-height: 1.4;
    padding: 17px 15px;
    border-radius: 2px;
  }
}

.table_style_1, .step_3_table, .step_4_table {
  background: #F7F7F7;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .table_style_1, .step_3_table, .step_4_table {
    padding: 25px 0;
  }
}
.table_style_1 .table, .step_3_table .table, .step_4_table .table {
  width: 84vw;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-collapse: collapse;
}
.table_style_1 .table tr, .step_3_table .table tr, .step_4_table .table tr, .table_style_1 .table tbody, .step_3_table .table tbody, .step_4_table .table tbody {
  width: 100%;
}
.table_style_1 .table th, .step_3_table .table th, .step_4_table .table th,
.table_style_1 .table td,
.step_3_table .table td,
.step_4_table .table td {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  padding: 15px 29px;
}
@media only screen and (max-width: 767px) {
  .table_style_1 .table th, .step_3_table .table th, .step_4_table .table th,
  .table_style_1 .table td,
  .step_3_table .table td,
  .step_4_table .table td {
    font-size: 3.7vw;
    padding: 11px 14px;
  }
}
.table_style_1 .table th, .step_3_table .table th, .step_4_table .table th {
  width: 192px;
}
@media only screen and (max-width: 767px) {
  .table_style_1 .table th, .step_3_table .table th, .step_4_table .table th {
    width: 37%;
  }
}
.table_style_1 .table td, .step_3_table .table td, .step_4_table .table td {
  width: calc(100% - 192px);
}
@media only screen and (max-width: 767px) {
  .table_style_1 .table td, .step_3_table .table td, .step_4_table .table td {
    width: calc(100% - 37%);
  }
}

.bottom_style_1, .step_3_form_bottom, .step_4_form_bottom, .step_5_form_bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom_style_1 > div:nth-of-type(1), .step_3_form_bottom > div:nth-of-type(1), .step_4_form_bottom > div:nth-of-type(1), .step_5_form_bottom > div:nth-of-type(1) {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 > div:nth-of-type(1), .step_3_form_bottom > div:nth-of-type(1), .step_4_form_bottom > div:nth-of-type(1), .step_5_form_bottom > div:nth-of-type(1) {
    margin: 0 3px 0 0;
  }
}
.bottom_style_1 > div:nth-of-type(1) > img, .step_3_form_bottom > div:nth-of-type(1) > img, .step_4_form_bottom > div:nth-of-type(1) > img, .step_5_form_bottom > div:nth-of-type(1) > img {
  left: 20px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 > div:nth-of-type(1) > img, .step_3_form_bottom > div:nth-of-type(1) > img, .step_4_form_bottom > div:nth-of-type(1) > img, .step_5_form_bottom > div:nth-of-type(1) > img {
    left: 10px;
  }
}
.bottom_style_1 > div:nth-of-type(2), .step_3_form_bottom > div:nth-of-type(2), .step_4_form_bottom > div:nth-of-type(2), .step_5_form_bottom > div:nth-of-type(2) {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 > div:nth-of-type(2), .step_3_form_bottom > div:nth-of-type(2), .step_4_form_bottom > div:nth-of-type(2), .step_5_form_bottom > div:nth-of-type(2) {
    margin: 0 0 0 3px;
  }
}
.bottom_style_1 > div:nth-of-type(2) > img, .step_3_form_bottom > div:nth-of-type(2) > img, .step_4_form_bottom > div:nth-of-type(2) > img, .step_5_form_bottom > div:nth-of-type(2) > img {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 > div:nth-of-type(2) > img, .step_3_form_bottom > div:nth-of-type(2) > img, .step_4_form_bottom > div:nth-of-type(2) > img, .step_5_form_bottom > div:nth-of-type(2) > img {
    right: 10px;
  }
}
.bottom_style_1 .returnBtn, .step_3_form_bottom .returnBtn, .step_4_form_bottom .returnBtn, .step_5_form_bottom .returnBtn,
.bottom_style_1 .nextBtn,
.step_3_form_bottom .nextBtn,
.step_4_form_bottom .nextBtn,
.step_5_form_bottom .nextBtn,
.bottom_style_1 .submitBtn,
.step_3_form_bottom .submitBtn,
.step_4_form_bottom .submitBtn,
.step_5_form_bottom .submitBtn {
  width: 40vw;
  max-width: 317px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.bottom_style_1 .returnBtn:hover, .step_3_form_bottom .returnBtn:hover, .step_4_form_bottom .returnBtn:hover, .step_5_form_bottom .returnBtn:hover,
.bottom_style_1 .nextBtn:hover,
.step_3_form_bottom .nextBtn:hover,
.step_4_form_bottom .nextBtn:hover,
.step_5_form_bottom .nextBtn:hover,
.bottom_style_1 .submitBtn:hover,
.step_3_form_bottom .submitBtn:hover,
.step_4_form_bottom .submitBtn:hover,
.step_5_form_bottom .submitBtn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.bottom_style_1 .returnBtn input[type="submit"], .step_3_form_bottom .returnBtn input[type="submit"], .step_4_form_bottom .returnBtn input[type="submit"], .step_5_form_bottom .returnBtn input[type="submit"],
.bottom_style_1 .nextBtn input[type="submit"],
.step_3_form_bottom .nextBtn input[type="submit"],
.step_4_form_bottom .nextBtn input[type="submit"],
.step_5_form_bottom .nextBtn input[type="submit"],
.bottom_style_1 .submitBtn input[type="submit"],
.step_3_form_bottom .submitBtn input[type="submit"],
.step_4_form_bottom .submitBtn input[type="submit"],
.step_5_form_bottom .submitBtn input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: none;
  padding: 29px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 .returnBtn input[type="submit"], .step_3_form_bottom .returnBtn input[type="submit"], .step_4_form_bottom .returnBtn input[type="submit"], .step_5_form_bottom .returnBtn input[type="submit"],
  .bottom_style_1 .nextBtn input[type="submit"],
  .step_3_form_bottom .nextBtn input[type="submit"],
  .step_4_form_bottom .nextBtn input[type="submit"],
  .step_5_form_bottom .nextBtn input[type="submit"],
  .bottom_style_1 .submitBtn input[type="submit"],
  .step_3_form_bottom .submitBtn input[type="submit"],
  .step_4_form_bottom .submitBtn input[type="submit"],
  .step_5_form_bottom .submitBtn input[type="submit"] {
    font-size: 4.3vw;
    padding: 5.8vw 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
}
.bottom_style_1 .returnBtn > img, .step_3_form_bottom .returnBtn > img, .step_4_form_bottom .returnBtn > img, .step_5_form_bottom .returnBtn > img,
.bottom_style_1 .nextBtn > img,
.step_3_form_bottom .nextBtn > img,
.step_4_form_bottom .nextBtn > img,
.step_5_form_bottom .nextBtn > img,
.bottom_style_1 .submitBtn > img,
.step_3_form_bottom .submitBtn > img,
.step_4_form_bottom .submitBtn > img,
.step_5_form_bottom .submitBtn > img {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .bottom_style_1 .returnBtn > img, .step_3_form_bottom .returnBtn > img, .step_4_form_bottom .returnBtn > img, .step_5_form_bottom .returnBtn > img,
  .bottom_style_1 .nextBtn > img,
  .step_3_form_bottom .nextBtn > img,
  .step_4_form_bottom .nextBtn > img,
  .step_5_form_bottom .nextBtn > img,
  .bottom_style_1 .submitBtn > img,
  .step_3_form_bottom .submitBtn > img,
  .step_4_form_bottom .submitBtn > img,
  .step_5_form_bottom .submitBtn > img {
    width: 14px;
  }
}
.bottom_style_1 .returnBtn input[type="submit"], .step_3_form_bottom .returnBtn input[type="submit"], .step_4_form_bottom .returnBtn input[type="submit"], .step_5_form_bottom .returnBtn input[type="submit"] {
  background: #C4C4C4;
  color: #ffffff;
}
.bottom_style_1 .nextBtn input[type="submit"], .step_3_form_bottom .nextBtn input[type="submit"], .step_4_form_bottom .nextBtn input[type="submit"], .step_5_form_bottom .nextBtn input[type="submit"] {
  background: #ffffff;
}
.bottom_style_1 .submitBtn input[type="submit"], .step_3_form_bottom .submitBtn input[type="submit"], .step_4_form_bottom .submitBtn input[type="submit"], .step_5_form_bottom .submitBtn input[type="submit"] {
  background: #CE0020;
  color: #ffffff;
}

.bottom_style_2, .step_1_bottom, .step_3_bottom, .step_4_bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84vw;
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bottom_style_2, .step_1_bottom, .step_3_bottom, .step_4_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bottom_style_2 .left, .step_1_bottom .left, .step_3_bottom .left, .step_4_bottom .left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .bottom_style_2 .left, .step_1_bottom .left, .step_3_bottom .left, .step_4_bottom .left {
    width: 100%;
  }
}
.bottom_style_2 .left > div, .step_1_bottom .left > div, .step_3_bottom .left > div, .step_4_bottom .left > div {
  width: 48%;
}
.bottom_style_2 .exitBtn, .step_1_bottom .exitBtn, .step_3_bottom .exitBtn, .step_4_bottom .exitBtn {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .bottom_style_2 .exitBtn, .step_1_bottom .exitBtn, .step_3_bottom .exitBtn, .step_4_bottom .exitBtn {
    width: 100%;
    margin: 4vw 0 0;
  }
}
.bottom_style_2 .returnBtn, .step_1_bottom .returnBtn, .step_3_bottom .returnBtn, .step_4_bottom .returnBtn,
.bottom_style_2 .nextBtn,
.step_1_bottom .nextBtn,
.step_3_bottom .nextBtn,
.step_4_bottom .nextBtn,
.bottom_style_2 .exitBtn,
.step_1_bottom .exitBtn,
.step_3_bottom .exitBtn,
.step_4_bottom .exitBtn {
  -webkit-transition: .3s;
  transition: .3s;
}
.bottom_style_2 .returnBtn:hover, .step_1_bottom .returnBtn:hover, .step_3_bottom .returnBtn:hover, .step_4_bottom .returnBtn:hover,
.bottom_style_2 .nextBtn:hover,
.step_1_bottom .nextBtn:hover,
.step_3_bottom .nextBtn:hover,
.step_4_bottom .nextBtn:hover,
.bottom_style_2 .exitBtn:hover,
.step_1_bottom .exitBtn:hover,
.step_3_bottom .exitBtn:hover,
.step_4_bottom .exitBtn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.bottom_style_2 .returnBtn input[type="submit"], .step_1_bottom .returnBtn input[type="submit"], .step_3_bottom .returnBtn input[type="submit"], .step_4_bottom .returnBtn input[type="submit"],
.bottom_style_2 .nextBtn input[type="submit"],
.step_1_bottom .nextBtn input[type="submit"],
.step_3_bottom .nextBtn input[type="submit"],
.step_4_bottom .nextBtn input[type="submit"],
.bottom_style_2 .exitBtn input[type="submit"],
.step_1_bottom .exitBtn input[type="submit"],
.step_3_bottom .exitBtn input[type="submit"],
.step_4_bottom .exitBtn input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: none;
  padding: 29px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bottom_style_2 .returnBtn input[type="submit"], .step_1_bottom .returnBtn input[type="submit"], .step_3_bottom .returnBtn input[type="submit"], .step_4_bottom .returnBtn input[type="submit"],
  .bottom_style_2 .nextBtn input[type="submit"],
  .step_1_bottom .nextBtn input[type="submit"],
  .step_3_bottom .nextBtn input[type="submit"],
  .step_4_bottom .nextBtn input[type="submit"],
  .bottom_style_2 .exitBtn input[type="submit"],
  .step_1_bottom .exitBtn input[type="submit"],
  .step_3_bottom .exitBtn input[type="submit"],
  .step_4_bottom .exitBtn input[type="submit"] {
    font-size: 4.3vw;
    padding: 5.8vw 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
}
.bottom_style_2 .returnBtn > img, .step_1_bottom .returnBtn > img, .step_3_bottom .returnBtn > img, .step_4_bottom .returnBtn > img,
.bottom_style_2 .nextBtn > img,
.step_1_bottom .nextBtn > img,
.step_3_bottom .nextBtn > img,
.step_4_bottom .nextBtn > img,
.bottom_style_2 .exitBtn > img,
.step_1_bottom .exitBtn > img,
.step_3_bottom .exitBtn > img,
.step_4_bottom .exitBtn > img {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .bottom_style_2 .returnBtn > img, .step_1_bottom .returnBtn > img, .step_3_bottom .returnBtn > img, .step_4_bottom .returnBtn > img,
  .bottom_style_2 .nextBtn > img,
  .step_1_bottom .nextBtn > img,
  .step_3_bottom .nextBtn > img,
  .step_4_bottom .nextBtn > img,
  .bottom_style_2 .exitBtn > img,
  .step_1_bottom .exitBtn > img,
  .step_3_bottom .exitBtn > img,
  .step_4_bottom .exitBtn > img {
    width: 14px;
  }
}
.bottom_style_2 .returnBtn input[type="submit"], .step_1_bottom .returnBtn input[type="submit"], .step_3_bottom .returnBtn input[type="submit"], .step_4_bottom .returnBtn input[type="submit"] {
  background: #C4C4C4;
  color: #ffffff;
}
.bottom_style_2 .nextBtn input[type="submit"], .step_1_bottom .nextBtn input[type="submit"], .step_3_bottom .nextBtn input[type="submit"], .step_4_bottom .nextBtn input[type="submit"] {
  background: #ffffff;
}
.bottom_style_2 .exitBtn input[type="submit"], .step_1_bottom .exitBtn input[type="submit"], .step_3_bottom .exitBtn input[type="submit"], .step_4_bottom .exitBtn input[type="submit"] {
  background: #CE0020;
  color: #ffffff;
}

.err_style_1, .form_style_1 > .field > .err, .step_1_form_main > .field > .err, .step_2_form_main > .field > .err, .step_3_form_confirm .err, .step_4_form_main .block .field .err, .step_4_form_main .bottom .bg .emailField .err {
  font-size: 16px;
  font-weight: 500;
  color: #CE0020;
  background: #FFE762;
  padding: 9px 14px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .err_style_1, .form_style_1 > .field > .err, .step_1_form_main > .field > .err, .step_2_form_main > .field > .err, .step_3_form_confirm .err, .step_4_form_main .block .field .err, .step_4_form_main .bottom .bg .emailField .err {
    font-size: 3.4vw;
    padding: 2vw 3vw;
  }
}
.err_style_1::before, .form_style_1 > .field > .err::before, .step_1_form_main > .field > .err::before, .step_2_form_main > .field > .err::before, .step_3_form_confirm .err::before, .step_4_form_main .block .field .err::before, .step_4_form_main .bottom .bg .emailField .err::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_5.svg);
  background-size: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .err_style_1::before, .form_style_1 > .field > .err::before, .step_1_form_main > .field > .err::before, .step_2_form_main > .field > .err::before, .step_3_form_confirm .err::before, .step_4_form_main .block .field .err::before, .step_4_form_main .bottom .bg .emailField .err::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.err_style_1::after, .form_style_1 > .field > .err::after, .step_1_form_main > .field > .err::after, .step_2_form_main > .field > .err::after, .step_3_form_confirm .err::after, .step_4_form_main .block .field .err::after, .step_4_form_main .bottom .bg .emailField .err::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 11px 6.5px;
  border-color: transparent transparent #FFE762 transparent;
  position: absolute;
  top: -10px;
  left: 20%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .err_style_1::after, .form_style_1 > .field > .err::after, .step_1_form_main > .field > .err::after, .step_2_form_main > .field > .err::after, .step_3_form_confirm .err::after, .step_4_form_main .block .field .err::after, .step_4_form_main .bottom .bg .emailField .err::after {
    border-width: 0 5.7px 2vw 5.7px;
    top: -2vw;
    left: 5%;
  }
}

.header {
  padding: 16px 0;
  border-bottom: 1px solid #C1C1C1;
}
.header.admin {
  background: #368913;
}
@media only screen and (max-width: 767px) {
  .header.admin .header_inner {
    width: 88vw;
    padding: 0 0 0 22vw;
    position: relative;
  }
}
.header.admin .header_inner::before {
  content: 'adminモード';
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #368913;
  background: #ffffff;
  width: 153px;
  text-align: center;
  padding: 12px 0;
  margin: 0 18px 0 0;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .header.admin .header_inner::before {
    width: 18vw;
    font-size: 3.7vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 1;
    line-height: 1.2;
    padding: 9px 10px;
  }
}
.header.admin .header_sm,
.header.admin .header_lg {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header.admin .header_sm,
  .header.admin .header_lg {
    text-align: left;
  }
}
.header_inner {
  width: 84vw;
  max-width: 1000px;
  margin: 0 auto;
}
.header_sm, .header_lg {
  display: inline-block;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .header_sm, .header_lg {
    display: block;
    text-align: center;
  }
}
.header_sm {
  font-size: 20px;
  margin: 14px 12px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .header_sm {
    font-size: 4.3vw;
    margin: 0 0 5px;
  }
}
.header_lg {
  font-size: 31px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .header_lg {
    font-size: 6.2vw;
  }
}

.step_1_logo {
  width: 81vw;
  max-width: 653px;
  margin: 116px auto 42px;
}
@media only screen and (max-width: 767px) {
  .step_1_logo {
    margin: 38px auto 33px;
  }
}
.step_1_lead {
  font-size: 18px;
  width: 78vw;
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 2.0;
}
@media only screen and (max-width: 767px) {
  .step_1_lead {
    font-size: 3.7vw;
    margin: 0 auto 49px;
  }
}
.step_1_news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  width: 84vw;
  margin: 0 auto 142px;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .step_1_news {
    margin: 0 auto 53px;
    position: relative;
  }
}
.step_1_news dt {
  width: 103px;
  background: #585858;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 40px 0 0;
  padding: 7px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_1_news dt {
    font-size: 3.7vw;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    margin: 0;
    padding: 5px 11px;
    border-radius: 2px;
  }
}
.step_1_news dd {
  width: calc(100% - 103px - 40px);
  font-size: 16px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .step_1_news dd {
    width: 100%;
    font-size: 3.1vw;
    line-height: 1.9;
  }
}
.step_1_news dd input[type="text"] {
  width: 100%;
  font-size: 16px;
  line-height: 2.2;
  padding: 2px 10px;
}
@media only screen and (max-width: 767px) {
  .step_1_news dd input[type="text"] {
    font-size: 3.1vw;
    line-height: 1.9;
    padding: 4px 7px;
  }
}
.step_1_flow {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 76px 40px 60px;
  max-width: 980px;
  width: 84vw;
  margin: 0 auto 126px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step_1_flow {
    border-radius: 5px;
    padding: 44px 20px 31px;
    margin: 0 auto 55px;
  }
}
.step_1_flow > .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 40px;
  background: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 262px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .ttl {
    width: 131px;
    font-size: 20px;
    padding: 0 5px;
  }
}
.step_1_flow > .img {
  width: 92%;
  margin: 0 auto 61px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .img {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.step_1_flow > .list {
  margin: 0 0 51px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list {
    margin: 0 0 25px;
  }
}
.step_1_flow > .list > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 21px 41px 21px 25px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px;
    margin: 0 0 21px;
  }
}
.step_1_flow > .list > li:nth-last-of-type(1) {
  margin: 0;
}
.step_1_flow > .list > li .ttl {
  font-size: 24px;
  width: 164px;
  padding: 7px 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list > li .ttl {
    width: 100%;
    font-size: 5vw;
    padding: 0 0 10px;
  }
}
.step_1_flow > .list > li .text {
  width: calc(100% - 164px);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  border-left: 1px solid #CECECE;
  padding: 0 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list > li .text {
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.7;
    padding: 9px 0 0;
    border-left: none;
    border-top: 1px solid #CECECE;
  }
}
.step_1_flow > .list > li .text * {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list > li .text > .list {
    margin: 8px 0 0;
  }
}
.step_1_flow > .list > li .text > .list > li {
  font-weight: 400;
  padding: 0 0 0 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .list > li .text > .list > li {
    font-size: 3.1vw;
    line-height: 1.9;
    padding: 0 0 0 13px;
  }
}
.step_1_flow > .list > li .text > .list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .caution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step_1_flow > .caution > dt {
  width: 155px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .caution > dt {
    width: 100%;
    font-size: 5vw;
    margin: 0 0 14px;
  }
}
.step_1_flow > .caution > dt > img {
  display: inline-block;
  width: 34px;
  margin: 0 14px 0 0;
  vertical-align: sub;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .caution > dt > img {
    width: 17px;
    margin: 0 6px 0 0;
    vertical-align: bottom;
  }
}
.step_1_flow > .caution > dd {
  width: calc(100% - 155px);
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .caution > dd {
    width: 100%;
    font-size: 3.1vw;
    line-height: 1.9;
  }
}
.step_1_flow > .caution > dd textarea {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  height: 75px;
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  .step_1_flow > .caution > dd textarea {
    font-size: 3.1vw;
    line-height: 1.9;
  }
}
.step_1_form {
  background: #F7F7F7;
  padding: 55px 0 73px;
}
@media only screen and (max-width: 767px) {
  .step_1_form {
    padding: 19px 0 34px;
  }
}
.step_1_form_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84vw;
  max-width: 976px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .step_1_form_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 18px;
  }
}
.step_1_form_ttl > .step {
  margin: 0 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .step_1_form_ttl > .step {
    margin: 0;
  }
}
.step_1_form_ttl .text {
  width: calc(100% - 93px - 19px);
}
@media only screen and (max-width: 767px) {
  .step_1_form_ttl .text {
    width: 100%;
    margin: 11px 0 0;
    text-align: center;
  }
}
.step_1_bottom {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .step_1_bottom {
    padding: 44px 0;
  }
}

.footer {
  font-size: 18px;
  line-height: 2.0;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.11);
  padding: 34px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 4vw;
    line-height: 1.6;
    padding: 17px 0;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.11);
            box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.11);
  }
}
.footer.admin {
  background: #368913;
  color: #ffffff;
}
.footer a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer a {
    font-size: 3.7vw;
  }
}

.step_2_top {
  background: #F7F7F7;
  padding: 62px 0;
}
@media only screen and (max-width: 767px) {
  .step_2_top {
    padding: 25px 0;
  }
}
.step_2_top .id {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84vw;
  max-width: 537px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}
.step_2_top .id * {
  font-weight: 500;
}
.step_2_top .id .ttl {
  width: 35%;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .step_2_top .id .ttl {
    font-size: 13px;
  }
}
.step_2_top .id .num {
  width: 65%;
  text-align: center;
  font-size: 34px;
  border-left: 1px solid #E5E5E5;
  padding: 22px 0;
}
@media only screen and (max-width: 767px) {
  .step_2_top .id .num {
    font-size: 17px;
    padding: 12px 0;
  }
}
.step_2_form {
  margin: 60px 0 180px;
}
@media only screen and (max-width: 767px) {
  .step_2_form {
    margin: 30px 0 40px;
  }
}
.step_2_form_ttl {
  max-width: 748px;
  width: 84vw;
  margin: 0 auto 43px;
}
@media only screen and (max-width: 767px) {
  .step_2_form_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 16px;
  }
}
.step_2_form_ttl > .step {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .step_2_form_ttl > .step {
    margin: 0 auto 13px;
  }
}
.step_2_form_ttl > .text {
  text-align: center;
  line-height: 1.5;
}
.step_2_form_name {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .step_2_form_name {
    margin: 0 auto 12px;
  }
}
.step_2_form_main {
  background: #F7F7F7;
}
.step_2_form_main > .ttl {
  width: 169px;
}
@media only screen and (max-width: 767px) {
  .step_2_form_main > .ttl {
    width: 100%;
  }
}
.step_2_form_main > .field {
  width: 218px;
}
@media only screen and (max-width: 767px) {
  .step_2_form_main > .field {
    width: 100%;
  }
}
.step_2_form_main > .field input[type="text"] {
  width: 100%;
}

.step_3_form {
  padding: 91px 0 78px;
}
@media only screen and (max-width: 767px) {
  .step_3_form {
    padding: 30px 0 38px;
  }
}
.step_3_form_ttl {
  width: 84vw;
  max-width: 508px;
  margin: 0 auto 44px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 17px;
  }
}
.step_3_form_ttl > .step {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_ttl > .step {
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 767px) {
  .step_3_form_ttl > .text {
    text-align: center;
    line-height: 1.5;
  }
}
.step_3_form_name {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_name {
    margin: 0 auto 12px;
  }
}
.step_3_form_caution {
  width: 84vw;
  max-width: 980px;
  margin: 0 auto 28px;
  border: 1px solid #CE0020;
  border-radius: 10px;
  padding: 26px 40px 38px;
  color: #CE0020;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_3_form_caution {
    border-radius: 5px;
    padding: 18px 20px 20px;
    font-size: 3.7vw;
    line-height: 1.9;
    margin: 0 auto 30px;
    text-align: left;
  }
}
.step_3_form_caution > img {
  width: 34px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_caution > img {
    width: 22px;
    margin: 0 auto 12px;
  }
}
.step_3_form_caution textarea {
  font-size: 16px;
  line-height: 2.2;
  padding: 8px 10px;
  height: 203px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step_3_form_caution textarea {
    font-size: 3.7vw;
    line-height: 1.9;
  }
}
.step_3_form_confirm {
  background: #F7F7F7;
  border-radius: 10px;
  width: 84vw;
  max-width: 980px;
  margin: 0 auto 60px;
  padding: 36px 50px 55px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm {
    padding: 17px 21px 28px;
    margin: 0 auto 25px;
    border-radius: 5px;
  }
}
.step_3_form_confirm .ttl {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 0 0 11px;
  color: #CE0020;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .ttl {
    font-size: 21px;
    margin: 0 0 7px;
  }
}
.step_3_form_confirm .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #CE0020;
  max-width: 317px;
  width: 100%;
  margin: 0 auto 34px;
  border-radius: 19px;
  line-height: 1.8;
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .text {
    font-size: 13px;
    max-width: 170px;
    margin: 0 auto 15px;
  }
}
.step_3_form_confirm .lead,
.step_3_form_confirm .list {
  color: #272727;
  font-size: 16px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .lead,
  .step_3_form_confirm .list {
    font-size: 3.7vw;
    line-height: 2.0;
  }
}
.step_3_form_confirm .list {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .list {
    margin: 0 0 28px;
  }
}
.step_3_form_confirm .list_text {
  font-size: 16px;
  line-height: 2.2;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .list_text {
    font-size: 3.7vw;
    line-height: 2.0;
  }
}
.step_3_form_confirm .list_text a {
  text-decoration: underline;
}
.step_3_form_confirm .list textarea {
  font-size: 16px;
  line-height: 2.2;
  padding: 8px 10px;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .list textarea {
    font-size: 3.7vw;
    line-height: 2.0;
  }
}
.step_3_form_confirm > label {
  display: block;
  background: #5D5D5D;
  width: 100%;
  max-width: 317px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 29px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm > label {
    font-size: 14px;
    padding: 18px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
}
.step_3_form_confirm > label:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.step_3_form_confirm > label > input {
  display: inline-block;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm > label > input {
    margin: 0 6px 0 0;
  }
}
.step_3_form_confirm .err {
  display: block;
  margin: 28px auto 0;
  width: 212px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step_3_form_confirm .err {
    margin: 4vw auto 0;
    width: 44vw;
  }
}
.step_3_bottom {
  padding: 0 0 90px;
  margin: -50px auto 0;
}
@media only screen and (max-width: 767px) {
  .step_3_bottom {
    padding: 0 0 44px;
    margin: -20px auto 0;
  }
}

.step_4_form {
  margin: 91px 0 85px;
}
@media only screen and (max-width: 767px) {
  .step_4_form {
    margin: 27px 0 38px;
  }
}
.step_4_form_ttl {
  width: 84vw;
  max-width: 508px;
  margin: 0 auto 44px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_4_form_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 31px;
  }
}
.step_4_form_ttl > .step {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_ttl > .step {
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 767px) {
  .step_4_form_ttl > .text {
    text-align: center;
    line-height: 1.5;
  }
}
.step_4_form_mail {
  width: 84vw;
  max-width: 980px;
  margin: 0 auto 60px;
  border: 1px solid #838383;
  border-radius: 10px;
  padding: 55px 67px 78px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail {
    padding: 0;
    border: none;
    margin: 0 auto 40px;
  }
}
.step_4_form_mail .block {
  margin: 0 0 46px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 29px;
  }
}
.step_4_form_mail .block:nth-last-of-type(1) {
  margin: 0;
}
.step_4_form_mail .block:nth-of-type(1), .step_4_form_mail .block:nth-of-type(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step_4_form_mail .block.bd {
  border-bottom: 1px solid #707070;
  padding-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block.bd {
    padding-bottom: 29px;
  }
}
.step_4_form_mail .block > .ttl {
  width: 112px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block > .ttl {
    width: 100%;
    font-size: 4vw;
    margin: 0 0 8px;
  }
}
.step_4_form_mail .block .field {
  width: calc(100% - 112px);
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field {
    width: 100%;
    font-size: 4vw;
  }
}
.step_4_form_mail .block .field input[type="text"] {
  font-size: 20px;
  padding: 13px 25px;
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field input[type="text"] {
    font-size: 16px;
    padding: 9px 15px;
  }
}
.step_4_form_mail .block .field textarea {
  width: 100%;
  font-size: 20px;
  padding: 13px 25px;
  border: 1px solid #707070;
  border-radius: 2px;
  height: 100px;
}
.swal2-shown .swal2-modal .swal2-title {
  font-size: 16px;
}
.swal2-modal .swal2-title .subject{
  padding-bottom: 15px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #777;
  margin: 0 15px 30px;
  
}
.swal2-modal .swal2-title .subject .ttl{
    font-weight: bold;
    color: #777;
    margin-right: 10px;
}
.swal2-modal .swal2-title .contents .ttl{
  width: 100%;
  display: inline-block;
  padding: 0 0 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #777;
  border-bottom: 1px solid #777;
}


.swal2-modal .swal2-title .contents{
  line-height: 1.5;
  padding: 0 15px;
}
.swal2-modal .swal2-title .contents p{
  line-height: 1.5;
    text-align: justify;
    border: 1px solid #777;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field textarea {
    font-size: 16px;
    padding: 9px 15px;
  }
}
.step_4_form_mail .block .field .text,
.step_4_form_mail .block .field .bgText {
  font-size: 15px;
  line-height: 2.0;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field .text,
  .step_4_form_mail .block .field .bgText {
    font-size: 3.7vw;
  }
}
.step_4_form_mail .block .field .text {
  margin: 14px 0 24px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field .text {
    margin: 7px 0 12px;
  }
}
.step_4_form_mail .block .field .bgText {
  background: #F7F7F7;
  padding: 23px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_4_form_mail .block .field .bgText {
    padding: 3vw 4vw;
  }
}
.step_4_form_main {
  width: 84vw;
  max-width: 980px;
  margin: 0 auto 60px;
  border: 1px solid #838383;
  border-radius: 10px;
  padding: 55px 67px 78px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main {
    padding: 0;
    border: none;
    margin: 0 auto 40px;
  }
}
.step_4_form_main .block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 29px;
  }
}
.step_4_form_main .block > .ttl {
  width: 242px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block > .ttl {
    width: 100%;
    font-size: 4vw;
    margin: 0 0 8px;
  }
}
.step_4_form_main .block .field {
  width: calc(100% - 242px);
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field {
    width: 100%;
    font-size: 4vw;
  }
}
.step_4_form_main .block .field .err {
  display: inline-block;
  bottom: -43px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.step_4_form_main .block .field .err.err_apl_zip2,
.step_4_form_main .block .field .err.err_giftshipping_zip2{
  left: 185px;
}
.step_4_form_main .block .field .err.err_apl_tel1,
.step_4_form_main .block .field .err.err_apl_tel2,
.step_4_form_main .block .field .err.err_apl_tel3,
.step_4_form_main .block .field .err.err_giftshipping_tel1,
.step_4_form_main .block .field .err.err_giftshipping_tel2,
.step_4_form_main .block .field .err.err_giftshipping_tel3 {
  max-width: 140px;
  bottom: auto;
  top: 60px;
}
.step_4_form_main .block .field .err.err_apl_tel2,
.step_4_form_main .block .field .err.err_giftshipping_tel2{
  left: 180px;
}
.step_4_form_main .block .field .err.err_apl_tel3,
.step_4_form_main .block .field .err.err_giftshipping_tel3{
  left: 365px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .err {
    bottom: -9vw;
  }
}
.step_4_form_main .block .field input[type="text"] {
  font-size: 20px;
  padding: 13px 25px;
  border: 1px solid #707070;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field input[type="text"] {
    font-size: 16px;
    padding: 9px 15px;
  }
}
.step_4_form_main .block .field #giftshipping_date{
  position: relative;
  max-width: 200px;
  background-color: transparent;
  z-index: 2;
}
#giftshipping_date::-webkit-calendar-picker-indicator {
  background: transparent;
}
#giftshipping_date::-webkit-datetime-edit {
  position: relative;
  left: 50px;
}
#day.deliver_daytime_box .field:after{
  content: '';
  background-image: url(../images/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 40%;
  left: 170px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #day.deliver_daytime_box .field:after{
    top: 30%;
  }

}
.step_4_form_main .block .field .sm {
  width: 23%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .sm {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .sm.b {
    width: 22%;
  }
}
.step_4_form_main .block .field .md {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .md {
    width: 100%;
  }
}
.step_4_form_main .block .field .lg {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .lg {
    width: 100%;
  }
}
.step_4_form_main .block .field .hyp {
  font-weight: 700;
  color: #838383;
  display: inline-block;
  margin: 0 9px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field .hyp {
    font-size: 3.7vw;
    margin: 0 7px;
  }
}
.step_4_form_main .block .field > .caution,
.step_4_form_main .block .field + .caution {
  font-size: 16px;
  color: #838383;
  display: inline-block;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field > .caution {
    font-size: 3.7vw;
    margin: 0 0 0 7px;
  }
}
.step_4_form_main .block .field select {
  width: 30%;
  padding: 13px 25px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field select {
    width: 59%;
    padding: 9px 15px;
  }
}
.step_4_form_main .block .field select option {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field select option {
    font-size: 14px;
  }
}
.step_4_form_main .block .field textarea {
  width: 100%;
  font-size: 20px;
  padding: 13px 25px;
  border: 1px solid #707070;
  border-radius: 2px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .block .field textarea {
    font-size: 16px;
    padding: 9px 15px;
  }
}
.step_4_form_main .bottom {
  margin: 77px 0 0;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom {
    margin: 34px 0 0;
  }
}
.step_4_form_main .bottom > .ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 22px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom > .ttl {
    font-size: 4vw;
    margin: 0 0 15px;
  }
}
.step_4_form_main .bottom .bg {
  background: #F7F7F7;
  border-radius: 2px;
  padding: 34px 40px 56px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg {
    padding: 17px 16px 22px;
  }
}
.step_4_form_main .bottom .bg .text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  padding: 0 0 15px;
  border-bottom: 1px solid #707070;
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .text {
    font-size: 3.7vw;
    line-height: 1.8;
    padding: 0 0 18px;
    margin: 0 0 18px;
  }
}
.step_4_form_main .bottom .bg .list {
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .list {
    margin: 0 0 32px;
  }
}
.step_4_form_main .bottom .bg .list > li {
  font-size: 15px;
  line-height: 2.0;
  padding: 0 0 0 17px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .list > li {
    font-size: 3.1vw;
    line-height: 1.9;
    padding: 0 0 0 13px;
  }
}
.step_4_form_main .bottom .bg .list > li::before {
  content: '・';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.step_4_form_main .bottom .bg .emailField {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.step_4_form_main .bottom .bg .emailField > .ttl {
  font-size: 20px;
  font-weight: 500;
  width: 190px;
}
.emailField > .ttl .required{
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .emailField > .ttl {
    font-size: 4vw;
    width: 100%;
    margin: 0 0 13px;
  }
}
.step_4_form_main .bottom .bg .emailField > input[type="text"] {
  width: calc(100% - 190px - 62px);
  font-size: 20px;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .emailField > input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 9px 15px;
  }
}
.step_4_form_main .bottom .bg .emailField .err {
  display: inline-block;
  bottom: -43px;
  left: 170px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .emailField .err {
    bottom: -4vw;
    left: 0;
  }
}
.step_4_form_main .bottom .bg .emailField .caution {
  font-size: 16px;
  color: #464646;
  width: 62px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .step_4_form_main .bottom .bg .emailField .caution {
    width: 100%;
    font-size: 3.4vw;
    margin: 11px 0 0;
  }
}
.step_4_bottom {
  padding: 0 0 90px;
}
@media only screen and (max-width: 767px) {
  .step_4_bottom {
    padding: 0 0 44px;
  }
}

.step_5_form {
  margin: 78px 0 91px;
}
@media only screen and (max-width: 767px) {
  .step_5_form {
    margin: 20px 0 38px;
  }
}
.step_5_form_ttl {
  width: 84vw;
  max-width: 760px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 36px;
  }
}
.step_5_form_ttl > .step {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_ttl > .step {
    margin: 0 auto 10px;
  }
}
.step_5_form_ttl > .text {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_ttl > .text {
    text-align: center;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.step_5_form_ttl > .caution {
  font-size: 18px;
  color: #CE0020;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_5_form_ttl > .caution {
    font-size: 3.7vw;
  }
}
.step_5_form_main {
  width: 84vw;
  max-width: 980px;
  margin: 0 auto 60px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 50px 40px 68px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main {
    margin: 0 auto 40px;
    padding: 0;
    background: none;
  }
}
.step_5_form_main > .ttl {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 24px;
  color: #ffffff;
  background: #4D4C4C;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > .ttl {
    font-size: 3.7vw;
    padding: 9px 13px;
    margin: 0 0 17px;
  }
}
.step_5_form_main > table {
  background: #ffffff;
  border-top: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  border-collapse: collapse;
  margin: 0 0 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > table {
    margin: 0 0 40px;
    display: block;
  }
}
.step_5_form_main > table:nth-last-of-type(1) {
  margin: 0;
}
.step_5_form_main > table tr, .step_5_form_main > table tbody {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > table tr, .step_5_form_main > table tbody {
    display: block;
  }
}
.step_5_form_main > table th, .step_5_form_main > table td {
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > table th, .step_5_form_main > table td {
    display: block;
    font-size: 3.7vw;
  }
}
.step_5_form_main > table th {
  width: 192px;
  padding: 20px 23px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > table th {
    width: 100%;
    background: #F7F7F7;
    padding: 10px 13px;
  }
}
.step_5_form_main > table td {
  width: calc(100% - 192px);
  padding: 20px 29px;
}
@media only screen and (max-width: 767px) {
  .step_5_form_main > table td {
    width: 100%;
    padding: 16px 13px;
  }
}

.step_6 {
  margin: 136px auto 138px;
  width: 84vw;
  max-width: 578px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step_6 {
    margin: 33px auto 54px;
  }
}
.step_6_lg {
  font-size: 34px;
  margin: 0 0 35px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .step_6_lg {
    font-size: 6.2vw;
    line-height: 1.4;
    margin: 0 0 13px;
  }
}
.step_6_sm {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 54px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .step_6_sm {
    font-size: 3.4vw;
    line-height: 1.8;
    margin: 0 0 27px;
  }
}
.step_6_btn {
  display: block;
  width: 49vw;
  max-width: 317px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 29px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .step_6_btn {
    font-size: 4.3vw;
    padding: 5.8vw 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
}
.step_6_btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.step_6_btn > img {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .step_6_btn > img {
    width: 14px;
    right: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .step_1_form_main > .field > .g + input[type="text"] + .caution{
    margin-left: 75px;
  }
}

.required{
  font-size: 12px;
  margin-left: 1rem;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 1px 3px;
}
.not_required{
  font-size: 12px;
  margin-left: 1rem;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  padding: 1px 3px;
}
.eg_text{
  color: #838383;
  margin-top: 5px;
}
.step_4_form_main .block .field input[type="text"]:focus,
.step_4_form_main .block .field select:focus,
.step_4_form_main .bottom input[type="text"]:focus{
  border: 3px solid #ffbc00;
}

#giftshipping_info h3{
  margin-bottom: 20px;
  font-size: 4.3vw;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #giftshipping_info h3{
    font-size: 24px;
  }
}
