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:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    font-weight: 500;
    width:100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

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

header {
  width:100%;
  background:#fff;
}

header .widthset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  max-width:240px;
  width:28%;
}

header ul {
  display: flex;
  justify-content: space-around;
  max-width:300px;
  width:34%;
  border-right:2px solid #f3f3f3;
  list-style: none;
}

header ul li {
  max-width:100px;
  width:33.333%;
  border-left:2px solid #f3f3f3;
}


@media screen and (max-width: 740px) {
  header .widthset {
    width:90%;
    margin:0 auto;
  }
}

.header-tel {
  width:100%;
  background-color: #e8e8e8;
}

.header-tel img {
  max-width:740px;
  width:100%;
  margin:0 auto;
}

.page-title-area {
  background:#ebeae4;
  width:100%;
  margin-bottom: 20px;
}

.page-title-area-bg {
  background: url(../img/page-title-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-color:#ebeae4;
  width:100%;
  max-width:860px;
  margin:0 auto;
  max-height:234px;
  height:31.6vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 740px) {
  .page-title-area-bg {
    background-size: cover;
    background-position: center;

  }
}

.page-title-area p {
  display:block;
  margin:0 auto;
  width:80%;
  text-align: left;
  font-weight:100;
}

.page-title {
  font-size:1.8rem;
  letter-spacing: 0.4rem;
  color:#A98542;
}

.page-title-sub {
  font-size:0.8rem;
  letter-spacing: 0.2rem;
  color:#666;
}


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

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

.step {
  position: relative;
  width:100%;
  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
}

select {
  padding:0.6rem 0;
}

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


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,
.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:15px;
}

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

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

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

@media screen and (max-width: 480px) {
  .radio-group-01 .radio-item-full {
    font-size:0.7rem;
  }
}

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

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

#age {
  width:46%;
  margin-right:4%;
}

.select-date {
  display:flex;
  justify-content: space-between;
}

.select-date select {
  width:46%;
}

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

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


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

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


.form_privacy_text p {
  text-align: center;
}

.bt_area {
  text-align: center;
  margin-top: 20px;
}
.bt_area div.button_submit {
  position: relative;
  margin-top: 12px;
}
.bt_area #success-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 531 / 116;
  width: 70%;
  max-width: 400px;
  border-radius: 50px;
  background-color: rgba(255 255 255 / 0.2);
  cursor: not-allowed;
}
.is-inactive {
  display: block;
}
.is-active {
  display: none;
}


/* 「池袋院」ボタン用css */
.c_ikebukuro_btn {
  width: 210px !important;
}