.register-start{
    margin-top: 60px;
}

.recommend-register-outline{
    display: flex;
    justify-content: center;
}

.recommend-register{
    text-align: center;
    padding: 30px;
    background-color: #dee9eb;
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 18px;
    width: 800px;
}

.register-start-card{
    text-align:center;
}

.register-start-card h1{
    color:#20204e;
    margin-bottom:20px;
    text-decoration: underline double 1px;
    text-underline-offset: 8px;
}

.lead{
    line-height:1.9;
    font-size:17px;
    margin-bottom:40px;
}

.merits-outline{
    display: flex;
    justify-content: center;
}

.merits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:50px;
    width: 900px;
}

.merit{
    background:#f7f8fc;
    border-radius:12px;
    padding:20px;
    font-size:18px;
    height: 80px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.button-area{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.main-button{
    background:#20204e;
    color:#fff;
    text-decoration:none;
    padding:16px 36px;
    border-radius:10px;
    font-size:18px;
    transition:.2s;
}

.main-button:hover{
    opacity:.9;
}

.sub-button{
    border:2px solid #20204e;
    color:#20204e;
    text-decoration:none;
    padding:16px 36px;
    border-radius:10px;
    transition:.2s;
}

.sub-button:hover{
    background:#20204e;
    color:#fff;
}

.shigoty-can-section{
    width: 100%;
}