@charset "UTF-8";

h2 span {
    color: #fff;
    text-align: center;
}


.access_wrapper {
    padding: 3% 0%;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: auto;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/access/access_top.jpg);
    height: 400px;
}

.cd-fixed-bg.cd-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}


.blue {
    background-color: #e7fffd;
}

.yellow {
    background-color: rgb(255, 251, 231);
}

.green {
    background-color: #e8f7ea;
}

.pink {
    background-color: #f7dadc;
}

table {
    width: 100%;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex50 {
    width: 48%;
    padding: 2rem 1rem;
    background: #f5f9fa;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


h4 {
    padding-left: 0.5em;
}


/* スマホ */

@media screen and (max-width:808px) {
    .flex50 {
        width: 100%;
    }

    .access_wrapper {
        padding: 3% 20px;

    }
}