@charset "UTF-8";

/* CSS Document */

/*



PC



*/

@media (min-width: 750px) {
    .about-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px auto;
    }

    .about-block img {
        height: auto;
        max-width: 44px;
    }


    .about-block .upper-row a {
        background: #fff;
        border: 1px solid #f44321;
        border-radius: 20px;
        color: #f44321 !important;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        height: 190px;
        margin: 0 20px 15px;
        padding: 0 10px;
        text-decoration: none !important;
        transition: all 0.6s;
        width: 170px;
    }

    .about-block .upper-row a:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        font-size: 20px;
        line-height: 20px;
        margin-left: 6px;
    }


    .about-block .upper-row a:hover {
        opacity: 0.6;
    }

    .about-block .upper-row a .text {
        line-height: 1.3;
        padding: 0 1%;
        text-align: center;
        width: 98%;
    }


    .about-block .na {
        opacity: 0.6;
        pointer-events: none;
    }
}







/*



SP



*/

@media (max-width: 749px) {


    .about-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto;
    }

    .about-block img {
        height: auto;
        max-width: 44px;
    }


    .about-block .upper-row {
        background: #fff;
        border: 1px solid #f44321;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        width: calc(50% - 8px);
    }

    .about-block .upper-row a {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: #f44321 !important;
        font-size: 14px;
        font-weight: 700;
        height: 170px;
        padding: 0 4px;
        text-decoration: none !important;
    }

    .about-block .upper-row a {
        width: 100%;
    }

    .about-block .upper-row a:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        font-size: 20px;
        line-height: 20px;
        margin-left: 6px;
    }


    .about-block .upper-row a:hover {
        opacity: 0.6;
    }

    .about-block .upper-row.na a {
        opacity: 0.6;
        pointer-events: none;
    }

    .about-block .upper-row a .text {
        text-align: center;
        width: 100%;
    }


}
