.q_slider {
    position: relative;
    margin-bottom: 20px;
}
.q_slider_item > img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_copy {
    padding: 10px 0;
}
.wrap_copy img {
    width: 22%;
    min-width: 280px;
    display: block;
    margin: 0 auto 20px;
    filter: drop-shadow(2px 2px 0px #000);
}
.copy {
    font-family: 'Oswald';
    text-align: center;
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    text-shadow: 2px 1px #000;
}
.copy .copy_sub {
    font-size: .5em;
    line-height: 1.6em;
}

section.distributors {
    max-width: calc(1000px + 6%);
    margin: 0 auto;
    padding: 0 3%;
}
.distributors .col_dealer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.distributors h2 {
    font-size: 3.2rem;
    font-weight: 200;
}
section.dealers {
    max-width: calc(1000px + 6%);
    margin: 0 auto;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
}
.dealers .list_dealers {
    width: 48%;
    margin-bottom: 3em;
}
.dealers .list_dealers h2 {
    font-size: 3.2rem;
    font-weight: 200;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.list_dealers td {
    padding: 0.8em;
    border-bottom: 1px solid #ccc;
}


@media(max-width: 900px) {
	section.dealers {
	    display: block;
	}
	.dealers .list_dealers {
	    width: 100%;
	}
	.dealers .list_dealers table {
	    width: 100%;
	}
}

@media(max-width: 600px) {
	.distributors .col_dealer {
	    display: block;
	}
}