@charset "UTF-8";

.access01, .access02, .access03, .access04 {
    background: -webkit-linear-gradient(-45deg, #0093E9 0%, #5bd3c6 100%);
    background: linear-gradient(135deg, #0093E9 0%, #5bd3c6 100%);
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
    margin-bottom:60px;
}
.access01 .heading.block_header_3, .access02 .heading.block_header_3, .access03 .heading.block_header_3, .access04 .heading.block_header_3 {
    background: #fff;
}
.access01 h2.h, .access02 h2.h, .access03 h2.h, .access04 h2.h {
    color: var(--i_main_color);
}
.access01 .heading.block_header_4 .h, .access02 .heading.block_header_4 .h, .access03 .heading.block_header_4 .h, .access04 .heading.block_header_4 .h {
    color: #fff;
}
@media screen and (max-width: 800px) {
    .access01, .access02, .access03, .access04 {
        width: 95%;
    }
}