/*  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
    }
}

/* 2020/04/09 */
.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: -73px;
    left: 50%;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .section-get-around-town .caption {
        bottom: -87px;
        left: 89px;
    }
}
@media only screen and (max-width: 735px) {
    .section-get-around-town .caption {
        bottom: -102px;
        left: 50%;
        margin-left: -54px;
    }
}

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

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