@charset "UTF-8";
#contact .inner {
  max-width: none;
}

#contact .office .inner {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #contact .office .inner {
    display: block;
    margin: 50px auto;
  }
}

@media print {
  #contact .office .inner {
    margin: 50px auto !important;
  }
}

#contact .office .main__ttl {
  width: 100%;
  margin-bottom: 40px;
}

#contact .office__wrap {
  width: 44%;
}

@media screen and (max-width: 1199px) {
  #contact .office__wrap {
    width: 100%;
  }
}

@media print {
  #contact .office__wrap {
    width: 100% !important;
  }
}

#contact .office__wrap__txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 30px;
}

#contact .office__map {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  #contact .office__map {
    width: 100%;
    margin-top: 40px;
  }
}

@media print {
  #contact .office__map {
    width: 100% !important;
    margin-top: 40px !important;
  }
}

#contact .office__map__link a {
  display: inline-block;
  padding: 0 20px 0 30px;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  background: url(../../common/img/ico_blank01@2x.png) no-repeat center right/12.5px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

#contact .office__map__link a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #244758;
  border-radius: 100px;
}

#contact .office__map__link a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact .office__map__link a:hover {
  opacity: .7;
}

#contact .copy {
  background: #EBF6FB;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #contact .copy {
    padding: 40px 0;
  }
}

#contact .copy__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .copy__list__item {
  width: 49%;
  background: #fff;
  padding: 40px;
  border-top: solid 3px #a1c5d8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #contact .copy__list__item {
    width: 100%;
  }
}

@media print {
  #contact .copy__list__item {
    width: 100% !important;
  }
}

#contact .copy__list__item .main__ttl2 br {
  display: none;
}

@media screen and (max-width: 767px) {
  #contact .copy__list__item .main__ttl2 br {
    display: block;
  }
}

#contact .copy__list__item__txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 1199px) {
  #contact .copy__list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print {
  #contact .copy__list__item:nth-child(n+2) {
    margin-top: 20px !important;
  }
}

#contact .copy__txt {
  text-align: center;
  margin-top: 30px;
}

#contact .footer {
  background: transparent;
}
/*# sourceMappingURL=style.css.map */