.content {
    text-align: center;
}

.content_01 {
    margin-bottom: 50px;
}
.content_01 h2 {
    margin-bottom: 30px;
}

.content_02 a{
    text-decoration: none;
}
.content_02 a {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    color:#007cba;
    border: 1px solid #007cba;
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 5px;
    transition: all 0.2s;
}
.content_02 a:hover {
    background: linear-gradient(#007cba, #006ba1 50%, #005a87);
    color: #fff;
}
.cont02_wrapper {
    display: inline-block;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 749px) {
    .content_02 a {
        display: block;
    }
}

.wrapper {
    padding: 40px 0;
}