@charset "UTF-8";
/* CSS Document */

#about-link a:nth-child(1) { display:block; margin:0 auto;
    background: url("../../cmn/img/bnr/about_bnr.png") no-repeat;
    width: 320px;
    height: 90px;
    background-size: contain;
    background-position: center;
    border: none;
    text-indent: -10000px;
}

.half-block a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.half-block a:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -24px;
    background: url(../../cmn/img/icon/chevron_right_white_48dp.png) no-repeat;
    background-position: center;
    background-size: contain;
}

section.w-900.pd-0 { padding-bottom:0; }