.login_box {
  margin-top: 100px;

}

.err_box {
    color: red;
    font-weight: 500;
    font-size: 15px;
}

.status_box {
  background-color: #F2F2F2;
  padding: 20px;
  margin: 2em 0px;
  border-radius: 20px;
  
  
}
.status_box p {
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    /* font-size: 14px; */
    font-size: 16px;
}
@media screen and (max-width: 1024px) {
.status_box p {
    font-size: 14px;
}  
}
.status_box p .status_label:after {
    content: ":";
    position: absolute;
    right: 10px;
}
.status_box p .status_label {
  position: relative;
    width: 120px;
    font-weight: bold;
}
._w100 {
  width: 100%;
}


/*カレンダーのボタン*/


.status_btn_full ,
.status_btn_empty,
  .status_btn_wazuka {
    margin: 5px 15px 0;
    /* margin-top: 0.3em; */
    padding: 3px;
    height: initial;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none!important;

}

.status_btn_wazuka {
    background: #ff5900;
    color: #fff;
}
.status_btn_full {
    border:1px solid #FD5690;
    color: #FD5690;

}
.status_btn_empty {
    background: #5496C6;
    color: #fff;
}
@media screen and (max-width: 1100px) {
  .status_btn_full ,
  .status_btn_empty,
  .status_btn_wazuka {

      margin: 0 1vw;
      margin-top: 1vw;
      /* margin-top: 0.3em; */
      padding: .5vw 0;
      text-align: center;
      height: initial;
      border-radius: 1vw;
      font-size: min(2vw,10px);
  }
  .tbl_price {
    height: initial;
  }
  .s_select {
      padding: 10px 20px 10px 15px;
      background-position: right 8px top 20px;
  }

}

@media screen and (min-width: 1025px) {
  #p_contact .l_main .form_wrap .row .heading .heading_text:not(._nopadding) {
    padding-right: 55px;
  }
}

.c_list_dot_item {
  flex-wrap: wrap;
}


.c_list_dot_item2 {
  display: flex;
  flex-wrap:wrap;
  padding: 1em 1em;
  position: relative;

}
.c_list_dot_item2-inr:before {
  
  content: "";
  position: absolute;
  left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    top: 1.5em;
    background: #00a29a;  
  

}
.c_list_dot_item2:nth-child(n+2) {
  border-top: dotted 1px #ccc;
}

.fz_minsize {
  width: 100%;
  font-size: 0.8em;
  margin-left: 1.5em;
  line-height: 1.5;
}

.fz_min {
  line-height: 1.5;
  width: 100%;
  font-size: 0.8em;
  padding-top: .5em;
}

.btn_submit {
  width: 280px;
  height: 70px;
  box-shadow: 0 3px 0 0 #be2e62;
  background: #e73b79;  
  color: #fff;
}
.btn_submit_inr {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.btn_submit:after {
  content: "";
  width: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  
  border-left: solid 8px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  transition: 0.3s;  
}


.l_main .js_important_chk {
    border: none;
    width: 20px;
    height: 20px;
    border: solid 1px #707070;
    border-radius: 4px;  
}

.l_main .js_important_chk:checked[type="checkbox"]  {
background: url(https://eyds.jp/renewal2022/wp-content/themes/6268_eyds.jp/assets/img/p_contact/checked.svg) no-repeat;
}

.c_ham {
  z-index: 999;
}
.c_ham_btn {
  z-index: 1000;
}