.logistics {
  max-width: 1100px;
  margin: 68px auto 0px;
}
.logistics h2 {
  font-size: 31px;
  font-weight: 500;
  line-height: 60px;
}
.logistics .detail {
  position: relative;
  margin-top: 42px;
}
.logistics .logistics-map {
  text-align: center;
  position: absolute;
  top: -6px;
  left: 0px;
  right: 0px;
}
.logistics .group-link {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 14px;
  line-height: 31px;
}
.logistics .group-link .col {
  width: 280px;
  position: relative;
  z-index: 1;
}
.logistics .group-link .row + .row {
  margin-top: 30px;
}
.logistics .group-link dl {
  margin: 0px 0px 0px 10px;
}
.logistics .group-link dl dt {
  font-size: 16px;
  line-height: 28px;
}
.logistics .group-link dl dd {
  margin-top: 3px;
}
.logistics .group-link dl dt ~ dt {
  margin-top: 14px;
}
.logistics .group-link dl ul li a {
  position: relative;
  padding-left: 26px;
}
.logistics .group-link dl ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url(../images/arrow_red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.logistics h3 {
  background: #e72132;
  color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 24.5px;
  margin-bottom: 9px;
  padding: 3.75px 15px;
}
@media only screen and (max-width: 1200px) {
  .logistics {
    max-width: none;
    margin: 68px 25px 0px;
  }
  .logistics .logistics-map {
    position: static;
    margin: 10px 0px -25px;
  }
  .logistics .group-link .col {
    width: 48%;
  }
  .contact-top .contact-time {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .logistics {
    max-width: none;
    margin: 30px 30px 0px;
  }
  .logistics h2 {
    font-size: 18px;
    line-height: 32.5px;
  }
  .logistics .detail {
    margin-top: 0px;
  }
  .logistics .logistics-map {
    position: static;
    margin: 10px 0px -25px;
  }
  .logistics .group-link {
    display: block;
  }
  .logistics .group-link .col {
    width: auto;
  }
  .logistics .group-link .col + .col {
    margin-top: 35px;
  }
  .logistics .group-link .row + .row {
    margin-top: 35px;
  }
  .logistics .group-link dl dt ~ dt {
    margin-top: 20px;
  }
  .logistics h3 {
    margin-bottom: 11px;
  }
}

.contact-top {
  margin: 77px 20px 0px;
}
.contact-top .inner-contact{
  max-width: 1500px;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 75px 0px 90px;
  margin: 0px auto;
}
.contact-top h2 {
  font-weight: 500;
  line-height: 26px;
  font-size: 30px;
}
.contact-top .detail {
  display: flex;
  margin-top: 49px;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
}
.contact-top .col-left {
  width: 335px;
}
.contact-top .contact-tel {
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
}
.contact-top .contact-tel i {
  display: inline-block;
  line-height: 1;
  width: 28px;
  margin-right: 9px;
}
.contact-top .contact-time {
  line-height: 19px;
}
.contact-top .btn-link {
  width: 344px;
}
.contact-top .btn-link .btn-contact {
  font-size: 18px;
  border-radius: 43px;
}
@media only screen and (max-width: 768px) {
  .contact-top {
    margin: 35px 30px 0px;
    
  }
  .contact-top .inner-contact{
    padding: 25px 0px 30px;
    border-radius: 10px;
  }
  .contact-top h2 {
    font-size: 15px;
  }
  .contact-top .detail {
    display: block;
    margin-top: 0px;
  }
  .contact-top .col-left {
    width: auto;
  }
  .contact-top .contact-tel {
    font-size: 28px;
    text-align: center;
  }
  .contact-top .contact-tel i {
    width: 20px;
    margin-right: 6px;
  }
  .contact-top .contact-time {
    font-size: 11px;
    text-align: center;
  }
  .contact-top .btn-link {
    margin: 24px auto 0px;
    width: 272px;
  }
  .contact-top .btn-link .btn-contact {
    font-size: 14px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    border-radius: 35px;
  }
}

.list-info-map {
  max-width: 1100px;
  margin: 134px auto 0px;
}
.list-info-map h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 52.5px;
}
.list-info-map .location-ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.list-info-map .location-ttl:after {
  content: "";
  position: relative;
  display: block;
  background: #e8182a;
  height: 1px;
  width: 71px;
  margin: 41px auto 0px;
}
.list-info-map .txt1 {
  line-height: 1.7;
  margin-top: 20px;
}
.list-info-map .row + .row {
  margin-top: 104px;
}
.list-info-map .row-end {
  margin-top: 140px !important;
}
.list-info-map .detail {
  display: flex;
  justify-content: space-between;
}
.list-info-map .detail .col-left {
  width: 490px;
}
.list-info-map .detail + .detail {
  margin-top: 110px;
}
#location8 {
  margin-top: 110px;
}
.list-info-map .map {
  width: 549px;
  height: 598px;
  border-radius: 20px;
  overflow: hidden;
}
.list-info-map .locaiton-img {
  margin-bottom: 60px;
}
.list-info-map .vcard {
  margin-top: 46px;
}
.list-info-map .vcard dl {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.7;
  padding: 23px 0px;
}
.list-info-map .vcard dl dt {
  width: 125px;
}
.list-info-map .vcard dl dd {
  width: calc(100% - 125px);
}
.list-info-map .vcard dl:first-of-type {
  border-top: 1px solid #E5E5E5;
}
@media only screen and (min-width: 769px) {
  .list-info-map #location1 .locaiton-img {
    margin-bottom: 31px;
  }
  .list-info-map #location1 .detail .col-left {
    margin-top: 15px;
  }
  .list-info-map #location1 .map {
    height: 341px;
  }
}
@media only screen and (max-width: 1200px) {
  .list-info-map {
    max-width: none;
    margin: 52px 30px 0px;
  }
  .list-info-map .detail .col-left {
	width: 50%;
  }
  .list-info-map .map {
    width: 45%;
    height: 341px;
  }
}
@media only screen and (max-width: 768px) {
  .list-info-map {
    max-width: none;
    margin: 52px 30px 0px;
  }
  .list-info-map .row + .row {
    border-top: 1px solid #E5E5E5;
    padding-top: 35px;
    margin-top: 35px;
  }
  .list-info-map .row-end {
    margin-top: 60px !important;
  }
  .list-info-map h3 {
    font-size: 20px;
  }
  .list-info-map .location-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .list-info-map .location-ttl:after {
    height: 1px;
    width: 35px;
    margin-top: 21px;
  }
  .list-info-map .detail {
    display: block;
  }
  .list-info-map .detail .col-left {
    width: auto;
  }
  .list-info-map .detail + .detail {
    margin-top: 30px;
  }
  #location8 {
    margin-top: 30px;
  }
  .list-info-map .vcard {
    width: auto;
    margin-top: 20px;
  }
  .list-info-map .vcard dl {
    line-height: 19px;
    font-size: 12px;
    padding: 15px 0px;
  }
  .list-info-map .vcard dl dt {
    width: 90px;
  }
  .list-info-map .vcard dl dd {
    width: calc(100% - 90px);
  }
  .list-info-map .locaiton-img {
    margin-bottom: 5px;
  }
  .list-info-map .map {
    margin-top: 20px;
    width: 100%;
    height: 185px;
  }
}

.contact-bottom {
  margin-top: 190px;
}
@media only screen and (max-width: 768px) {
  .contact-bottom {
    margin-top: 90px;
  }
}