/*==================================================
attempt
==================================================*/

.txt-blue {
	color: #28A5EB;
}
.icon-web::after {
    content: '';
    background: url(../img/cmn/icon-web.png) no-repeat top center;
    background-size: 17.5px 14px;
    width: 17.5px;
    height: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.tit-sec {
    background: url(../img/access/tit-bg.png) no-repeat right top;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .tit-sec::after {
        background: url(../img/access/tit-bg_sp.png) no-repeat center top;
        background-size: 100%;
    }
}