/*  hero position  */
.section-hero .hardware-row {
    width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 57px
}

@media only screen and (max-width: 1068px) {
    .section-hero .hardware-row {
        width: 720px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hardware-row {
        width: 372px
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .hardware-row {
        margin-bottom: 66px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hardware-row {
        margin-top: 10px;
        margin-bottom: 12px
    }
}

/* 2019/10/24 */
.section-get-around-town .section-content {
    padding-bottom: 200px;
}

@media only screen and (max-width: 1068px) {
    .section-get-around-town .section-content {
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 735px) {
    .section-get-around-town .section-content {
        padding-bottom: 130px;
    }
}

@media only screen and (max-width: 735px) {
    .section-get-around-town .image-transit {
        left: 50%;
        margin-left: -129px;
    }
}


/* earth day start */
.section-get-around-town .caption {
    position: absolute;
    color: #515154;
    bottom: -54px;
    left: 100px;
    font-size: 14px;
}

@media only screen and (max-width: 1068px) {
    .section-get-around-town .caption {
        bottom: -61px;
        left: 6px;
    }
}
@media only screen and (max-width: 735px) {
    .section-get-around-town .caption {
        bottom: -79px;
        left: 50%;
        margin-left: -113px;
    }
}

.section-get-around-town .caption a {
    color: #515154;
}

.section-get-around-town .caption a:hover {
    color: #0070c9;
    text-decoration: none;
}
/* earth day end */

