a.textlink {
    color: #0069cc;
    transition: 0.3s;
}

.business_bg {
    background: #eaf6fd url('../img/business_back.jpg') left top / contain no-repeat;
    margin-top: 4rem;
}

#business_menu>div {
    margin-bottom: 5em;
}

#business_menu>div:last-child {
    margin-bottom: 0;
}

.icon {
    text-align: center;
}

#business_menu div h1 {
    font-size: 1.2em;
    color: #0069cc;
    text-align: center;
}

#business_menu div a:hover {
    text-decoration: underline;
}

#business_menu div p {
    font-size: 0.8em;
    margin-top: 0.5em;
}

/******************* タブレット用 ***************/
@media (min-width: 415px) {
    .business_bg {
        margin-top: 4rem;
    }

    #business_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #business_menu>div {
        width: 48%;
        margin-bottom: 5%;
    }
}

/********************** PC用 ******************/
@media (min-width:1024px) {
    .business_bg {
        margin-top: 120px;
    }

    #business_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #business_menu>div {
        display: flex;
        margin-bottom: 5%;
    }

    .icon {
        margin: auto 2em auto 0;
        width: 25%;
    }

    #business_menu div h1 {
        text-align: left;
    }
}