

/*説明文*/
.c-alert {
    color: #222;
    background: #fff;
    padding: 3rem 1.5rem;
    margin: 30px 0;
    line-height: 1.6;
    text-align: center;
    border: 1px solid;
}
@media (max-width: 959px){
  .c-alert{font-size:13px;}
}
@media (min-width: 960px) {
  .c-alert{font-size:13px;}
}


/*ボタン*/
.c-button--lg {
    font-size: 16px;
    padding: 1em 3.6em;
    font-weight: bold;
}
.c-buttons-sm {

    background-color: #f5f5f5;
    color: #222;

}



/*登録ボタン*/
.c-button--primary:hover {
    background: #999;
}
.c-button--primary {
    background: #333;
}
