/* 予備自衛官の箱 */


.yobiji-box {
    border: 3px solid #99ccff;
    border-radius: 1rem;
    margin: 20px 0 ;
    padding: 20px;
    width: 100%;
    line-height: 1.5;
}

.yobiji-box img{
    width: 100%;
}


.yobiji-box-title {
    font-size: 1.2em;
    background: #457feb;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.link {
    font-weight: bold;
    text-decoration: underline;
    color: tomato;
}
