body {
  background-color: #fff;
  color: #040000;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: 500;
    } 

.title_area {
  margin-top: 50px;
    } 

.title_area img {
        width:auto;
        height:auto;
        max-width:131px;
        max-height:17px;
    }

.c-alert {
    color: #040000;
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
    font-size: 16px;
    border: 1px solid #cccccc;
}

.c-button--primary {
    background: #000;
}

.c-button--primary:hover {
    background: #626262;
}