@charset "utf-8";
/* CSS Document */
.bg-right {background-image: url("../images/sales-contents/bg-r.png?20201009b");background-position: center; background-size: cover;padding: 3em 0 2em;}
.bg-left {background-image: url("../images/sales-contents/bg-l.png?20201009b");background-position: center; background-size: cover;padding: 3em 0 2em;}

.acc-bd-l{margin-top: -6em;position:relative;}
.acc-bd-l::before {content: '';width: 1px;height: 62%;position: absolute;left: -1em;bottom: -1em;background: #004FA1;}
.acc-bd-l::after {content: '';width: 62%;height: 1px;position: absolute;left: -1em;bottom: -1em;background: #004FA1;}

.acc-bd-r{margin-top: -6em;position:relative;}
.acc-bd-r::before {content: '';width: 1px;height: 62%;position: absolute;right: -1em;bottom: -1em;background: #004FA1;}
.acc-bd-r::after {content: '';width: 62%;height: 1px;position: absolute;right: -1em;bottom: -1em;background: #004FA1;}


@media (max-width: 767px) {

.bg-right {background-position: right 20% top 50%;padding: 2em 0 2em;background-size: 49em;}
.bg-left {background-position: left 20% top 50%;padding: 2em 0 2em;background-size: 49em;}


.acc-bd-l{margin-top: 0;}
.acc-bd-l::before {left: -0.5em;bottom: -0.5em;}
.acc-bd-l::after {left:-0.5em;bottom: -0.5em;}

.acc-bd-r{margin-top: 0;}
.acc-bd-r::before {right: -0.5em;bottom: -0.5em;}
.acc-bd-r::after {right: -0.5em;bottom: -0.5em;}


}