@charset "utf-8";
/* CSS Document */
.wrap-pw {
  min-height: calc(100vh - 410px);
  flex: 1;
}
.modal5{
text-align:center;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 2;
}
.modal_bg5{
/*display: block;*/
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background: rgba(0,0,0,.6);
cursor: pointer;
}
.modal_content5{
position: absolute;
width: 90%;
max-width: 600px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #C2D9AD;
border: 10px solid #fff;
padding: 60px;
border-radius: 20px;
}
.pass-err5{
color: #ff0000;
}
.modal_content5{
width:60%;
font-size: 1.6rem
}

.caution5{
font-size:1.2em;
}
.caution5 span{
color:#f00;
margin-right:5px;
}
.pass-msg5 {
padding: 10px 0;
font-weight: bold;
font-size: 3.2rem;
}
form.form-live5 {
width: 100%;
}

.pass5 {
box-shadow: none;
outline: none;
height: 50px;
margin-bottom: 20px;
width: 100%;
border: 3px solid #6FA542;
font-size: 2rem;

}
.modal-check5 {
display: block;
background: #6FA542;
border-radius: 5px;
border: none;
width: 100%;
height: 50px;
color: #fff;
margin-bottom: 30px;
font-size: 2rem;
line-height: 50px;
outline: none;
letter-spacing: 2em;
text-indent: 2em;
}
.modal-check5:hover{
opacity:.8;
}

a.modal-close5{
color:#6e4ed2;
border:1px solid #6e4ed2;
text-decoration:none;
padding:5px 40px;
font-size:1.2em;
background:rgba(255,255,255,.7);
}

.form-live5 p,
.form-live5 input{
position:relative;
z-index:10;
}
@media only screen and (max-width: 960px) {
  .pass-msg5 {
    font-size: 2.8rem;
  }
  .modal_content5 {
    width: 85%;
    max-width: none;
    padding: 20px;
  }
  .pass5,.modal-check5 {
    max-width: 600px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 520px) {
  .pass-msg5 {
    font-size: 2.2rem;
  }
  .modal_content5{
    width :100%;
    padding :10px;
    font-size: 1.5rem;
  }
  .caution5{
    padding :0 10px;
  }
  form.form-live5{
    padding-top :20px;
  }
  .form-live5:after {
    bottom:100px;
  }
  .pass5,.modal-check5 {
    width: 90%;
    margin: 0px auto 20px;
  }
}
