.txt-underline {
    text-decoration: underline;
}

.v2_gridS-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.v2_gridS-flex .v2_gridSRow01 {
    width: 30%;
}

.v2_gridS-flex .v2_gridSRow02 {
    width: 70%;
    padding: 0 15px 0 30px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item {
    width: 45%;
    margin-bottom: 10px;
    padding: 0 15px 0 10px;
}

.v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item a {
    color: #fff;
    height: 100%;
    max-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    padding: 0 40px 0 40px;
    background: url(/library/common/img/icon_link_arrow_white.png) #00467e no-repeat 20px;
}

.v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item a:hover {
    text-decoration: none;
    opacity: 0.7;
    background-color: #0062b2;
}

.txt-green {
    color: #01AA56;
}

.txt-brown {
    color: #B87045;
}

.txt-blue {
    color: #002060;
}
.txt-note{
    font-size: 12px;
}
.v3_simgleImg02 img{
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.v3_simgleImg03 img{
    max-width: 900px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .v2_gridS-flex {
        flex-direction: column;
    }

    .v2_gridS-flex .v2_gridSRow01 {
        width: 100%;
        margin-bottom: 15px;
    }

    .v2_gridS-flex .v2_gridSRow02 {
        width: 100%;
        padding: 0;
    }

    .v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item {
        padding: 0 10px 0 0;
        width: 50%;
        margin-bottom: 10px;
    }
    .v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item:nth-child(even){
        padding-right: 0;
    }

    .v2_gridS-flex .v2_gridSRow02 .v2_gridSRow02-item a {
        padding: 10px 10px 10px 20px;
        background: url(/library/common/img/icon_link_arrow_white.png) #00467e no-repeat 10px;
        -webkit-background-size: 3px 6px;
        background-size: 3px 6px;
        text-align: left;
    }
}