@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.regist .contactDl .txt02 {
    font-size: 1.2rem;
}
.regist .contactDl {
    margin-bottom: 0;
}
.regist .contactDl dt {
    margin-bottom: 5px;
    font-size: 1.2rem;
}
.regist .contactDl dd {
    margin-bottom: 7px;
}
.regist .contactDl .ddStyle {
    margin-bottom: 15px;
}
.regist .contactDl dd:last-child {
    margin-bottom: 0;
}
.regist .contactDl .must {
    font-size: 1rem;
}
.enq > p {
    font-size: 1.2rem;
}
.password_registration .contactDl {
    margin-bottom: 22px;
}
@media all and (max-width: 897px) {
    .regist .contactDl .txt02 {
        line-height: 1.65;
    }
    .regist .contactDl .ddStyle {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
    .enqH2 {
        text-align: left;
    }
    .password_registration .contactDl {
        margin-bottom: 15px;
    }
}
