.sec01 .l1 {
    font-size: 48px;
    margin-bottom: 34px;
}

.sec01 .l2 {
    line-height: 2
}

.sec02 .hd .l2 {
    margin-bottom: 1.57%;
}

.sec02 .hd .l3 {
    font-size: 16px;
    line-height: 2;
    color: #595959;
}
.sec03 .bd .lhd .info{  max-width:40%;}
.sec03 .bd .lhd .info .citySpan{
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media all and (max-width: 1480px) {
    .sec01 .l1 {
        font-size: 36px;
        margin-bottom: 26px;
    }

    .sec02 .hd .l3 {
        font-size: 14px;
    } 
}

@media all and (max-width: 767px) {
    .sec01 .l1 {
        font-size: 6.4vw;
        margin-bottom: 4vw;
    }

    .sec01 .l2 {
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .sec02 {
        margin-bottom: 14.67vw;
    }

    .sec02 .hd {
        margin-bottom: 0;
    }

    .sec02 .hd .l1 {
        margin-bottom: 4.53vw;
    }

    .sec02 .hd .l2 {
        font-size: 5.67vw;
        margin-bottom: 5.6vw;
    }

    .sec02 .hd .l3 {
        width: auto;
        padding: 0 6.67vw;
        line-height: 1.5;
    }
    .sec03 .bd .lhd .info{width:100%;}
    .sec03 .bd .lhd .info .citySpan{
        margin-left: 0;
        width: 80%;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sec03 .bd .side {
        background: #f7f7f7;
    }

    .sec03 .bd .side a {
        line-height: 14.67vw;
    }

    .sec03 .bd .lhd {
        padding-bottom: 5.6vw;
    }

    .sec03 .bd .lhd a {
        font-size: 4.8vw;
        line-height: 1.39;
        height: auto;
        margin-right: 0;
        margin-bottom: 2.67vw;
    }

    .sec03 .bd .lhd .info {
        position: static;
        text-align: left;
        line-height: 1;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .sec03 .bd .lhd .info span {
        display: inline-block;
        margin-left: 5vw;
    }
}
