body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img,div,span {
    margin: 0;
    padding: 0;
    border:0;
    vertical-align:middle;
    box-sizing: border-box;
}
  
body {
    margin:0 auto;
    background: #f3f3f3;
    position:relative;
    font-size:16px;
    color:#333;
    font-family: -apple-system, blinkMacSystemFont, 
               'Helvetica Neue',
               'Segoe UI',
               'Hiragino Kaku Gothic ProN',
               Meiryo,
               sans-serif;
    font-weight: 500;
    width:100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

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



.widthset {
  max-width:860px;
  margin:0 auto;
  overflow-x: hidden;
}

#contents {
  max-width:860px;
  width:100%;
}
.stage {
  position: relative;
}

.step {
  position: relative;
  width:80%;
  margin:0 auto;
  margin-top:3vw;
  padding: 5vw 5%;
  background:#fff;
}

.fukidashi {
  display: flex;
  align-items: center;
  margin-bottom:1.0rem;
}

.fukidashi_icon {
  width: 18%;
  margin-right: 4%;
}

.fukidashi_text {
  position: relative;
  width: 78%;
  padding: 0.8rem;
  min-height:3.0rem;
  font-size: 0.9rem;
  background: #cfcccd;
  border-radius: 5px;
}

.fukidashi_text_thanks {
  position: relative;
  width: 80%;
  padding: 0.8rem;
  font-size: 0.9rem;
  background: #cfcccd;
  border-radius: 20px;
}


.fukidashi_text p {
  margin: 0;
}

.fukidashi_text::after,
.fukidashi_text_thanks::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 40%; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #cfcccd;
  -webkit-transform: rotate(35deg);
  transform: rotate(25deg);
}


.lpFormAnswer {
  padding: 1.0rem 5%;
}


input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  position: relative;
  border-radius: 5px;
  border: 2px solid #ddd;
  background-color: #fff;
  width:100%;
  font-size:1.0rem;
  text-indent: 0.8rem;
  margin-bottom:1.0rem
}

textarea {
  height:8.0rem;
}

select {
  padding:0.6rem 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding:0.6rem 0;
}


#year {
  width:70%;
  margin-right:4%;
}


input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
select.error,
textarea.error,
.radio-group input[type="radio"].error + label,
.checkbox-group input[type="checkbox"].error + label {
    border: 2px solid #ec5840;
    color: #ec5840;
}




.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
    display: none;
}

.radio-group label, .checkbox-group label {
    border-radius: 5px;
    height:40px;
    border: 2px solid #ddd;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items:center;
    cursor: pointer;
    margin:0 auto;
    margin-bottom:20px;
    font-size: 0.8rem;
    color: #888;
}

.radio-group input[type="radio"]:checked + label,
.radio-group input[type="radio"]:checked + input + label,
.checkbox-group input[type="checkbox"]:checked + label{
    border: 2px solid transparent;
    background-color: #E5BF00;
    color: #fff;
}

.radio-group .radio-item,
.checkbox-group .checkbox-item {
  border: 2px solid #E5BF00;
  color: #333;
  background-repeat: no-repeat;
  position: relative;
}

.radio-group,
.checkbox-group {
  display:block;
  text-align:center;
  width: 100%;
  margin: 0 auto;
  padding:0;
  margin-top:5px;
  margin-bottom:10px;
}

.radio-group-01 {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkbox-group-01 {
  display:flex;
  flex-wrap: wrap;
}

.radio-group-01 .radio-item {
  width:46%;
}

.checkbox-group-01 .checkbox-item {
  width:46%;
  margin:0 2% 5px 2%;
  box-sizing: border-box;
}

.checkbox-group-01 p {
  width:100%;
  margin-bottom:5px;
  text-align: left;
}

.text-group {
  width:100%;
}

.text-group label {
  display:inline-block;
  margin-bottom:5px;
  color:#333;
}

.privacy-text {
  margin:0 auto;
  margin-bottom:0.5rem;
  text-align: center;
}

.privacy-text img {
  display:inline-block !important;
  width:1.0rem !important;
}

.privacy-text span {
  display:inline-block;
  text-decoration:underline;
  font-size:0.9rem;
  padding-left:0.5rem;
}

.form-keymark {
  background-image: url(../img/key.png) !important;
  background-position: center right 1.4rem !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
}

.button {
  display: block;
  text-align:center;
  border: 0;
  margin:0 auto !important;
  margin-top:25px;
  width:70%;
  max-width:400px;
}

.button img {
  display: block;
  width:100%;
  max-width:400px;
}


.error-message {
  display: inline-block;
  color:#ec5840;
  font-size:0.9rem;
  margin-bottom:5px;
}

.error-message:nth-child(n+3) {
  display:none;
}

.nextBtn {
  position: relative;
}


.kiyaku {
  margin:0 auto;
  margin-bottom:20px;
  text-align:center;
}

.kiyaku a {
  color:#333;
  text-decoration:underline;
}

.kiyaku a:hover {
  color:#666;
  text-decoration:none;
}


footer {
  width:100%;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
}

.copyright,
.copyright a {
  font-size:0.8rem;
  color:#333;
}


.lpForm02,
.lpForm03,
.lpForm04,
.lpForm05,
.lpForm06,
.lpForm07,
.lpForm08 {
  display: none;
}
.lpForm01 .fukidashi,
.lpForm01 .lpFormAnswer {
  opacity: 0;
}


.lpFormSubmit .button {
  width: 80%;
  margin:0 auto;
  background:none;
  cursor: pointer;
}



.lpFormSubmit .button img {
  width:100%;
  max-width:400px;
}

.img.btn-ng {
  display:none !important;
}

.btn-disabled img.btn-ok {
  display:none !important;
}

.btn-disabled img.btn-ng {
  display:block;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}