.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.target {
  position: relative;
  z-index: -2;
  margin-top: -115px;
  padding-top: 115px;
  display: block;
}

@media screen and (max-width: 768px) {
  .target {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.kv_sub {
  width: 100%;
  height: 180px;
  background: url(/common/img/kv_sub_bg1.png) left center no-repeat, url(/common/img/kv_sub_bg2.png) right center no-repeat, #f3f3f3;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .kv_sub {
    height: 140px;
    background-size: auto 100%,auto 100%;
  }
}

.kv_sub h1 {
  font-size: 46px;
  line-height: 1;
  color: #444;
}

@media screen and (max-width: 768px) {
  .kv_sub h1 {
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
}

ul.pankuzu {
  width: 100%;
  max-width: 1140px;
  margin: 30px auto 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  ul.pankuzu {
    padding: 0 3.5%;
    margin: 15px auto 50px;
  }
}

ul.pankuzu li {
  margin-right: 25px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  ul.pankuzu li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
}

ul.pankuzu li:last-child:after {
  display: none;
}

ul.pankuzu li:after {
  content: ">";
  display: block;
  font-size: 16px;
  color: #606060;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  ul.pankuzu li:after {
    font-size: 14px;
    right: -15px;
  }
}

ul.pankuzu li a {
  font-size: 16px;
  text-decoration: underline;
  color: #606060;
}

@media screen and (max-width: 768px) {
  ul.pankuzu li a {
    font-size: 13px;
  }
}

ul.pankuzu li a:hover {
  text-decoration: none;
}

ul.pankuzu li strong {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  ul.pankuzu li strong {
    font-size: 13px;
  }
}
/*# sourceMappingURL=common_layout.css.map */