html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-image: url("../img/common/btn-arrow.svg");
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-image: url("../img/common/btn-arrow--hover.svg");
}

.bx-wrapper .bx-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.bx-wrapper .bx-pager {
  left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-viewport {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

.news {
  max-width: 100% !important;
}

.news .news-wrapper {
  max-width: 1120px;
  min-width: 1120px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news .news-wrapper {
    min-width: 0;
    max-width: 89.583%;
  }
}

.news .news-wrapper .list_link {
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .news .news-wrapper .list_link {
    top: 0;
  }
}

.pickup {
  background-color: #f2f2f2 !important;
}

.works,
.works .works_wrap,
.access,
.access .access_wrap {
  background-color: #fff !important;
}
