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

.h2_basic {
    background-image: url("../img/bg_h2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

@media screen and (max-width: 780px) {
    .h2_basic {
        background-size: auto 100%;
    }
}

.project {
    text-decoration: underline;
    letter-spacing: 0.03em;
    color: #333;
    display: inline-block;
    padding-left: 23px;
    text-indent: -23px;
}
.project:hover {
    color: #009fe8;
}
.project:before {
    content: "";
    background: url("../../cmn/img/ico01.svg") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.project br {
    display: none !important;
}