@charset "utf-8";
/*___________ common ___________ */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 0;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
body {
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fffcf0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
/* ---------- wrapper ---------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
}
/* ---------- header ---------- */
header {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.headerIn {
  width: 460px;
  margin: 0 auto;
}
.headerIn h1 {
  padding: 0;
  margin: 0;
  float: left;
  width: 30%;
}
.headerIn dl {
  float: right;
  width: 60%;
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .headerIn {
    width: 95%;
    margin: 0 auto;
  }
  .headerIn h1 img {
    vertical-align: middle;
  }
  .headerIn dl {
    line-height: 1.1em !important;
  }
}
/* ---------- main ---------- */
#main {
  width: 460px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  #main {
    width: 95%;
    margin: 10px auto;
  }
}
/* ---------- footer ---------- */
footer {
  background-color: #ffbb00;
  padding: 0 0 10px;
  width: 100%;
  margin-top: auto;
}
footer p.copy {
  color: #fff;
  text-align: center;
  font-size: 65%;
  line-height: 20px;
  position: relative;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
.f_character {
  display: flex;
  justify-content: space-between;
  background-color: #f2fbfc;
}
.f_character li {
  margin: 0 2%;
}
.f_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 11px;
  padding: 10px 0;
}
.f_navi li {
  margin: 0 1%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 20px 40px;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 400px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 5px;
}
.modal-close {
  color: #111;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kiyaku {
  color: #111 !important;
  font-size: 12px;
}
.kiyaku p {
  margin-bottom: 15px;
}
.kiyaku p.c-kiyakutitle {
  padding: 1em;
  border-left: 3px solid #ffbb00;
  background: #fffcf0;
  margin-bottom: 15px;
}
.kiyaku p.c-kiyakutitle2 {
  position: relative;
  text-align: center;
  padding: 1em;
  font-size: 16px;
}
.kiyaku p.c-kiyakutitle2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ffbb00;
}
.kiyaku ul {
  margin-bottom: 15px;
}
.kiyaku a {
  color: #31bbd4 !important;
  text-decoration: underline;
}
/* ---------- container ---------- */
#container {
  width: 460px;
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #container {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 20px;
  }
}
/* ---------- form ---------- */

.step_title {
  float: left;
  line-height: 20px;
  padding-right: 20px;
  font-size: 90%;
  padding-left: 30px;
  font-weight: bold;
  color: #e7e7e7;
}
.stepimg {
  text-align: center;
  display: block;
  margin: 10px 0 20px 0;
}
.hand {
  width: 36px;
  position: absolute;
  top: 15px;
  opacity: 0.8;
  animation: moveX 1.2s linear 0s infinite;
  -ms-animation: moveX 1.2s infinite alternate linear;
  -webkit-animation: moveX 1.2s infinite alternate linear;
  -moz-animation: moveX 1.2s infinite alternate linear;
  transition: 0.3s;
  z-index: 100;
}
@keyframes moveX {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}
@-ms-keyframes moveX {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}
@-webkit-keyframes moveX /* Safari and Chrome */ {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}
@-moz-keyframes moveX /* Firefox */ {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}
/* ---------- step1 ---------- */
#step1 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  margin: auto;
}
#step1 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 330px;
  margin: 0 auto;
  padding-left: 20px;
}
#step1 h2.square {
  position: relative;
}
#step1 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step1 ul.button-check {
  margin: 0 auto;
  text-align: center;
}
#step1 ul.button-check li {
  margin: 2% 1%;
  text-align: center;
  display: inline-block;
}
#step1 ul.button-check li input[type="radio"] {
  display: none;
}
#step1 ul.button-check li label {
  margin: auto;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-weight: bold;
  color: #333333;
  border: 1px solid #ffbb00;
  display: inline-block;
  width: 170px;
  height: 70px;
  border-radius: 10px;
  text-align: left;
  line-height: 70px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#step1 ul.button-check li.btn-1 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step1 ul.button-check .btn-1 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step1 ul.button-check li.btn-2 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step1 ul.button-check .btn-2 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step1 ul.button-check li.btn-3 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step1 ul.button-check .btn-3 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step1 ul.button-check li.btn-4 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step1 ul.button-check .btn-4 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step1 ul.button-check li.btn-5 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step1 ul.button-check .btn-5 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step1 ul.button-check li.btn-6 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step1 ul.button-check .btn-6 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step1 ul.button-check li.btn-7 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 4% 50%;
  text-align: center;
  width: 356px;
}
#step1 ul.button-check .btn-7 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 7%;
  background-position: 4% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
}

/* ---------- step2 ---------- */
/*
#step2 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  margin: auto;
}
#step2 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 330px;
  margin: 0 auto;
  padding-left: 20px;
}
#step2 h2.square {
  position: relative;
}
#step2 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step2 ul.button-check {
  margin: 0 auto;
  text-align: center;
}
#step2 ul.button-check li {
  margin: 2% 1%;
  text-align: center;
  display: inline-block;
}
#step2 ul.button-check li input[type="radio"] {
  display: none;
}
#step2 ul.button-check li label {
  margin: auto;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-weight: bold;
  color: #333333;
  border: 1px solid #ffbb00;
  display: inline-block;
  width: 170px;
  height: 70px;
  border-radius: 10px;
  text-align: left;
  line-height: 70px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#step2 ul.button-check li.btn-1 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-1 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step2 ul.button-check li.btn-2 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-2 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step2 ul.button-check li.btn-3 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-3 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step2 ul.button-check li.btn-4 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-4 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
  */

#step2 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  margin: auto;
}
#step2 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 330px;
  margin: 0 auto;
  padding-left: 20px;
}
#step2 h2 span {
  font-size: 12px;
}
#step2 h2.square {
  position: relative;
}
#step2 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step2 ul.button-check {
  margin: 0 auto;
  text-align: center;
}
#step2 ul.button-check li {
  margin: 2% 1%;
  text-align: center;
  display: inline-block;
}
#step2 ul.button-check li input[type="checkbox"] {
  display: none;
}
#step2 ul.button-check li label {
  margin: auto;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-weight: bold;
  color: #333333;
  border: 1px solid #ffbb00;
  display: inline-block;
  width: 170px;
  height: 70px;
  border-radius: 10px;
  text-align: left;
  line-height: 70px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#step2 ul.button-check li.btn-1 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step2 ul.button-check .btn-1 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step2 ul.button-check li.btn-2 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step2 ul.button-check .btn-2 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step2 ul.button-check li.btn-3 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step2 ul.button-check .btn-3 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step2 ul.button-check li.btn-4 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-4 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step2 ul.button-check li.btn-5 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step2 ul.button-check .btn-5 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step2 ul.button-check li.btn-6 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step2 ul.button-check .btn-6 input[type="checkbox"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
/* ---------- step3 ---------- */
/*
#step3 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  margin: auto;
}
#step3 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 330px;
  margin: 0 auto;
  padding-left: 20px;
}
#step3 h2.square {
  position: relative;
}
#step3 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step3 ul.button-check {
  margin: 0 auto;
  text-align: center;
}
#step3 ul.button-check li {
  margin: 2% 1%;
  text-align: center;
  display: inline-block;
}
#step3 ul.button-check li input[type="radio"] {
  display: none;
}
#step3 ul.button-check li label {
  margin: auto;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-weight: bold;
  color: #333333;
  border: 1px solid #ffbb00;
  display: inline-block;
  width: 170px;
  height: 70px;
  border-radius: 10px;
  text-align: left;
  line-height: 70px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#step3 ul.button-check li.btn-1 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step3 ul.button-check .btn-1 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step3 ul.button-check li.btn-2 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step3 ul.button-check .btn-2 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step3 ul.button-check li.btn-3 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step3 ul.button-check .btn-3 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step3 ul.button-check li.btn-4 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step3 ul.button-check .btn-4 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step3 ul.button-check li.btn-5 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
  line-height: 1.2em;
  padding-top: 17px;
}
#step3 ul.button-check .btn-5 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  padding-left: 48px;
  line-height: 1.2em;
  padding-top: 15px;
}
#step3 ul.button-check li.btn-6 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step3 ul.button-check .btn-6 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step3 ul.button-check li.btn-7 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 4% 50%;
  text-align: center;
  width: 356px;
}
#step3 ul.button-check .btn-7 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 7%;
  background-position: 4% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
}
  */
#step3 {
  margin: auto;
  padding: 0px 0px 15px 0px;
  width: 100%;
}
#step3 p.private {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#step3 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 350px;
  margin: 0 auto;
  padding-left: 20px;
}
#step3 h2.square {
  position: relative;
}
#step3 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step3 .add_contents {
  width: 350px;
  margin: 0 auto;
  padding-bottom: 0px;
}
#step3 .add_contents .text {
  color: #5b5b5b;
  text-align: center;
  width: 35%;
}
#step3 .add_contents .number {
  margin: 0 auto;
  padding: 0;
}
#step3 .add_contents .addarea {
  margin: 0 auto;
  padding-bottom: 0px;
}
#step3 .add_contents .text2 {
  color: #5b5b5b;
  text-align: left;
  width: 100%;
}
#step3 .add_contents input[type="text"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  padding: 15px 10px 15px 10px;
  background-color: #fff;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#step3 .add_contents input[type="text"]:focus {
  background-color: #fff;
}
#step3 .add_contents input[type="text"]::-moz-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step3 .add_contents input[type="text"]::-webkit-input-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step3 .add_contents input[type="text"]:-ms-input-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step3 .add_contents input[type="tel"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background: #fff url(../img/ico_zip.png) center left 4px no-repeat;
  background-size: 30px;
  padding: 15px 10px 15px 40px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#step3 .add_contents input[type="tel"]:focus {
  background-color: #ffffea;
}
#step3 .add_contents .number_no {
  font-size: 14px;
  display: block;
  background-image: none;
  border-style: none;
  background-color: #f8f8f8;
  text-align: center;
  margin: 10px 0;
  padding: 5px;
}
#step3 .add_contents .pd {
  padding: 10px 0px 15px 0px;
  width: 100%;
}
#step3 .add_contents select {
  font-size: 14pt;
  width: 100%;
  border: 1px solid #ffbb00;
  background: #fff url("../img/ico_arrow.png") no-repeat 97% center;
  background-size: 18px !important;
  padding: 15px 10px 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
#step3 .add_contents select:focus {
  background-color: #fff;
}
#step3 .comment {
  color: #5f5f5f;
  text-align: center;
}

#step3 h2#step3_1.square,
#step3 h2#step3_2.square {
  position: relative;
}
#step3 h2#step3_1.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step3 h2#step3_2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
.step_3_contents {
  margin: 0 auto;
  padding-bottom: 0px;
  width: 350px;
}
.step_3_contents .block {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.step_3_contents input[type="text"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background-size: 30px;
  background-color: #fff;
  padding: 15px 10px 15px 10px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_3_contents input[type="text"]:focus {
  background-color: #ffffea;
}
.step_3_contents input[type="tel"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background: #fff url(../img/year.png) center left 4px no-repeat;
  background-size: 40px;
  padding: 15px 10px 15px 60px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_3_contents input[type="tel"]:focus {
  background-color: #ffffea;
}

/* ---------- step4 ---------- */
/*
#step4 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  margin: auto;
}
#step4 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 330px;
  margin: 0 auto;
  padding-left: 20px;
}
#step4 h2.square {
  position: relative;
}
#step4 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step4 ul.button-check {
  margin: 0 auto;
  text-align: center;
}
#step4 ul.button-check li {
  margin: 2% 1%;
  text-align: center;
  display: inline-block;
}
#step4 ul.button-check li input[type="radio"] {
  display: none;
}
#step4 ul.button-check li label {
  margin: auto;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-weight: bold;
  color: #333333;
  border: 1px solid #ffbb00;
  display: inline-block;
  width: 170px;
  height: 70px;
  border-radius: 10px;
  text-align: left;
  line-height: 70px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#step4 ul.button-check li.btn-1 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step4 ul.button-check .btn-1 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step4 ul.button-check li.btn-2 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step4 ul.button-check .btn-2 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step4 ul.button-check li.btn-3 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step4 ul.button-check .btn-3 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step4 ul.button-check li.btn-4 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8% 50%;
  padding-left: 50px;
}
#step4 ul.button-check .btn-4 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 15%;
  background-position: 8% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
  padding-left: 48px;
}
#step4 ul.button-check li.btn-5 label {
  background-image: url(../img/check_off.png);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 4% 50%;
  text-align: center;
  width: 356px;
}
#step4 ul.button-check .btn-5 input[type="radio"]:checked + label {
  background-image: url(../img/check_on.png);
  background-size: 7%;
  background-position: 4% 50%;
  border: 3px solid #00b2ff;
  line-height: 66px;
}
  */

/* ---------- step5 ---------- */
/*
#step5 {
  margin: auto;
  padding: 0px 0px 15px 0px;
  width: 100%;
}
#step5 p.private {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#step5 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 350px;
  margin: 0 auto;
  padding-left: 20px;
}
#step5 h2.square {
  position: relative;
}
#step5 h2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step5 .add_contents {
  width: 350px;
  margin: 0 auto;
  padding-bottom: 0px;
}
#step5 .add_contents .text {
  color: #5b5b5b;
  text-align: center;
  width: 35%;
}
#step5 .add_contents .number {
  margin: 0 auto;
  padding: 0;
}
#step5 .add_contents .addarea {
  margin: 0 auto;
  padding-bottom: 0px;
}
#step5 .add_contents .text2 {
  color: #5b5b5b;
  text-align: left;
  width: 100%;
}
#step5 .add_contents input[type="text"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  padding: 15px 10px 15px 10px;
  background-color: #fff;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#step5 .add_contents input[type="text"]:focus {
  background-color: #fff;
}
#step5 .add_contents input[type="text"]::-moz-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step5 .add_contents input[type="text"]::-webkit-input-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step5 .add_contents input[type="text"]:-ms-input-placeholder {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}
#step5 .add_contents input[type="tel"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background: #fff url(../img/ico_zip.png) center left 4px no-repeat;
  background-size: 30px;
  padding: 15px 10px 15px 40px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#step5 .add_contents input[type="tel"]:focus {
  background-color: #ffffea;
}
#step5 .add_contents .number_no {
  font-size: 14px;
  display: block;
  background-image: none;
  border-style: none;
  background-color: #f8f8f8;
  text-align: center;
  margin: 10px 0;
  padding: 5px;
}
#step5 .add_contents .pd {
  padding: 10px 0px 15px 0px;
  width: 100%;
}
#step5 .add_contents select {
  font-size: 14pt;
  width: 100%;
  border: 1px solid #ffbb00;
  background: #fff url("../img/ico_arrow.png") no-repeat 97% center;
  background-size: 18px !important;
  padding: 15px 10px 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
#step5 .add_contents select:focus {
  background-color: #fff;
}
#step5 .comment {
  color: #5f5f5f;
  text-align: center;
}
*/
/* ---------- step6 ---------- */
/*
#step6 {
  margin: auto;
  padding: 0px 0px 15px 0px;
  width: 100%;
}
#step6 p.private {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#step6 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 350px;
  margin: 0 auto;
  padding-left: 20px;
}
#step6 h2#step6_1.square,
#step6 h2#step6_2.square {
  position: relative;
}
#step6 h2#step6_1.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step6 h2#step6_2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
.step_6_contents {
  margin: 0 auto;
  padding-bottom: 0px;
  width: 350px;
}
.step_6_contents .block {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.step_6_contents input[type="text"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background-size: 30px;
  background-color: #fff;
  padding: 15px 10px 15px 10px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_6_contents input[type="text"]:focus {
  background-color: #ffffea;
}
.step_6_contents input[type="tel"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  background: #fff url(../img/year.png) center left 4px no-repeat;
  background-size: 40px;
  padding: 15px 10px 15px 60px;
  margin-top: 10px;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_6_contents input[type="tel"]:focus {
  background-color: #ffffea;
}
.step_6_contents select {
  font-size: 14pt;
  width: 100%;
  border: 1px solid #f4387e;
  background: rgba(255, 255, 255, 0.8) url("../img/ico_arrow.png") no-repeat 97%
    center;
  background-size: 18px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 10px;
}
.step_6_contents p {
  font-size: 12px;
}
*/
/* ---------- step7 ---------- */

#step4 {
  margin: auto;
  padding: 0px 0px 15px 0px;
  width: 100%;
}
#step4 p.private {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#step4 h2 {
  font-size: 100%;
  color: #6b6b6b;
  text-align: left;
  line-height: 20px;
  width: 350px;
  margin: 0 auto;
  padding-left: 20px;
}
#step4 h2#step4_2 {
  color: #aaaaaa;
}
#step4 h2#step4_1.square,
#step4 h2#step4_2.square {
  position: relative;
}
#step4 h2#step4_1.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #ffbb00;
  content: "";
}
#step4 h2#step4_2.square::before {
  position: absolute;
  top: 18%;
  left: 1%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  background: #fff6d4;
  content: "";
}
.step_4_contents {
  margin: 0 auto;
  padding-bottom: 0px;
  width: 350px;
}
.step_4_contents .block {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
#step4 h2 span.required {
  color: #ff8989;
  border: 1px solid #ff8989;
  font-weight: normal;
  font-size: 70%;
  padding: 0 5px;
  margin-left: 5px;
}
#step4 h2 span.optional {
  color: #55b8d5;
  border: 1px solid #55b8d5;
  font-weight: normal;
  font-size: 70%;
  padding: 0 5px;
  margin-left: 10px;
}
.step_4_contents input[type="tel"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  padding: 15px 10px 15px 10px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #ffbb00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_4_contents input[type="tel"]:focus {
  background-color: #ffffea;
}
.step_4_contents input[type="email"] {
  width: 100%;
  outline: none;
  font-size: 20px;
  padding: 15px 10px 15px 10px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #fff6d4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.step_4_contents input[type="email"]:focus {
  background-color: #ffffea;
}

/* ---------- エラー ---------- */
.error_message_0,
.error_message_1,
.error_message_2 {
  padding: 5px;
  background-color: #ffd7d7;
  color: #ff0004;
  font-size: 90%;
  border: 1px solid #ff0004;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
  display: none;
}
.error_message_2_1,
.error_message_2_2,
.error_message_2_3,
.error_message_2_4 {
  padding: 5px;
  background-color: #ffd7d7;
  color: #ff0004;
  font-size: 90%;
  border: 1px solid #ff0004;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  display: none;
}
.error_message_6_1,
.error_message_6_2 {
  padding: 5px;
  background-color: #ffd7d7;
  color: #ff0004;
  font-size: 90%;
  border: 1px solid #ff0004;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}
.error_message_5_1,
.error_message_5_2,
.error_message_5_3 {
  padding: 5px;
  background-color: #ffd7d7;
  color: #ff0004;
  font-size: 90%;
  border: 1px solid #ff0004;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  display: none;
}
.error_message_3_1,
.error_message_3_2,
.error_message_3_3 {
  padding: 5px;
  background-color: #ffd7d7;
  color: #ff0004;
  font-size: 90%;
  border: 1px solid #ff0004;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
}
/* ---------- ボタン（step1） ---------- */
.next_step_0 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_0 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_0_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_0_off a {
  color: #fff;
}
/* ---------- ボタン（step2） ---------- */
.next_step_1 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_1 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_1_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_1_off a {
  color: #fff;
}
/* ---------- ボタン（step3） ---------- */
.next_step_2 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_2 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_2_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_2_off a {
  color: #fff;
}
/* ---------- ボタン（step4） ---------- */
.next_step_3 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_3 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_3_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_3_off a {
  color: #fff;
}
/* ---------- ボタン（step5） ---------- */
.next_step_4 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_4 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_4_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_4_off a {
  color: #fff;
}
/* ---------- ボタン（step6） ---------- */
.next_step_5 {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa800;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_5 a {
  color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_5_off {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.next_step_5_off a {
  color: #fff;
}
/* ---------- ボタン（step7） ---------- */
/*
.finish_step_6 {
  width: 280px;
  height: 65px;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  background-color: #ff9a24;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.finish_step_6 a {
  color: #fff;
}
*/
.finish_step_3 {
  width: 280px;
  height: 65px;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  background-color: #ff9a24;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.finish_step_3 a {
  color: #fff;
}

/* ---------- 非アクティブ ---------- */
/*
.finish_step_6_off {
  width: 280px;
  height: 65px;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.finish_step_6_off a {
  color: #fff;
}
*/
.finish_step_3_off {
  width: 280px;
  height: 65px;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.finish_step_3_off a {
  color: #fff;
}
.cvtext {
  font-size: 60%;
  display: block;
  margin-top: 10px;
}
.cvtext2 {
}
/* ---------- 戻るボタン ---------- */
.previous_step_1 {
  width: 36px;
}
.previous_step_1 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_2 {
  width: 36px;
}
.previous_step_2 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_3 {
  width: 36px;
}
.previous_step_3 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_4 {
  width: 36px;
}
.previous_step_4 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_5 {
  width: 36px;
}
.previous_step_5 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_6 {
  width: 36px;
}
.previous_step_6 a {
  color: #a6a6a6;
  margin-top: 20px;
}
.previous_step_1_off,
.previous_step_2_off,
.previous_step_3_off,
.previous_step_4_off,
.previous_step_5_off,
.previous_step_6_off {
  width: 36px;
}
.previous_step_1_off a,
.previous_step_2_off a,
.previous_step_3_off a,
.previous_step_4_off a,
.previous_step_5_off a,
.previous_step_6_off a {
  color: #a6a6a6;
  margin-top: 20px;
}
/* ---------- 背景 ---------- */
/*.step_1bg {
    background-image: url(../img/bg_step_1_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_2bg {
    background-image: url(../img/bg_step_2_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_3bg {
    background-image: url(../img/bg_step_3_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_4bg {
    background-image: url(../img/bg_step_4_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_5bg {
    background-image: url(../img/bg_step_5_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
*/

#thanks {
  width: 460px;
  margin: 20px auto;
  padding: 0;
  font-size: 12px;
}
#thanks h2 {
  margin: 30px 0;
  font-size: 18px;
}
#thanks .thanks_box {
  padding: 20px;
  background-color: #fff6d4;
  border-radius: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #thanks {
    width: 80%;
    margin: 20px auto;
  }
}
/* other-style
----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.color-red {
  color: #dd0000;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}
.font-en {
  font-family: "Times New Roman", serif;
  font-size: large;
}
.lineheight2 {
  line-height: 2;
}
.marker {
  padding: 0;
  background: linear-gradient(transparent 50%, #f8ffbb 50%) repeat scroll 0% 0%
    transparent;
  font-weight: bold;
}
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MR0 {
  margin-right: 0 !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.ML10 {
  margin-left: 0 !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML100 {
  margin-left: 100px !important;
}
.MRL-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}
