.main {
    padding: 60px 15px 0;

}
.main .title {
    width: 67.2%;
    margin: 12px auto 22px;
    text-align: center;
}
.main .title p {
    line-height: 38px;
}
.main .subtitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 17px;
    font-weight: bold;
}
.main .detail p {
    font-size: 16px;
    color: #555;
    line-height: 27px;
    margin-bottom: 12px;
}
.main .detail p span {
    background: #FED8D8;
}
.main .detail .notice {
    margin: 12px 0 45px;
}
.main .detail p a {
    color: #6180E9;
    text-decoration: underline;
}
.main .inscribe {
    margin-top: 28px;
}
.main .inscribe p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
}