@charset "UTF-8";
/* コンテンツ */

.mn_tx h4 {
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.mn_tx p {
    text-align: center;
    line-height: 1.7;
    font-size: 1.16em;
    margin-top: 1em;
}
#form {
    text-align: center;
}
#form p {
    margin: 1em auto;
}
.pass_box input {
    width:20em;
    border: 5px solid #cd2a1c;
    background-color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.7;
}
.submit_btn input {
    margin-top: 1em;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#cd2a1c;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 300px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}

.copy {
    width: 80%;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 960px) {

.submit_btn input {
    width: 80%;
}

.copy {
    width: 100%;
}

}


@media screen and (max-width: 520px) {
.mn_tx h4 {
    font-size: 6vw;

}


}
