img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
}

#all {
  text-align: center;
}

.position {
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

header > div {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 50%;
  flex-grow: 2;
}

header .btn {
  width: 45.6%;
  margin-right: 2.6%;
}

p, h1 {
  line-height: 1;
}

#box01 {
  padding-top: 17.2%;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  #box01 {
    padding-top: 128px;
  }
}

#box01 p {
  background: #ffff00;
}

#box01 h1 {
  background: #ffce03;
}

.slide01 img {
  height: 109px;
  max-width: inherit;
  width: auto;
}

.back01 {
  position: relative;
  margin-bottom: 20px;
}

.back01:before, .back01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.back01:before {
  z-index: -2;
  background: url(../img/back.png) repeat center;
  height: 100%;
}

.back01:after {
  z-index: -1;
  height: 2%;
  background: #fff;
}

.back01 + .link_box {
  margin-bottom: 10px;
}

#box09:after {
  height: 3.5%;
}

#box10:after {
  height: 6%;
}

footer {
  padding: 35px 0 55px 0;
}

footer .btn {
  margin-bottom: 30px;
}

.slide01 {
  overflow: hidden;
}

.slide01 .bx-viewport {
  overflow: visible !important;
  margin: 0 auto;
  max-width: 750px !important;
}

.slide01 li {
  width: 160px !important;
  text-align: center;
}

.slide01 li.car04 {
  width: 145px !important;
}

.slide01 li.car08, .slide01 li.car07 {
  width: 150px !important;
}

.slide01 li.car09 {
  width: 180px !important;
}

.slide02 {
  overflow: hidden;
}

.slide02 .bx-viewport {
  overflow: visible !important;
  margin: 0 auto;
  max-width: 750px !important;
}

#box11 + .link_box {
  margin-bottom: 30px;
}
