@charset "UTF-8";
@media screen and (max-width: 767px) {
  .contactus.index .ttl .page-ttl {
    padding-left: 0;
  }
}
.contactus.index .contents.inner {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents.inner {
    width: 100%;
  }
}
.contactus.index .contents .section-block .large-ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .section-block .large-ttl br {
    display: block;
  }
}
.contactus.index .contents .contact-link-list {
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list {
    padding: 0 13px;
    width: 80%;
    margin: 0 auto;
  }
}
.contactus.index .contents .contact-link-list li {
  width: 250px;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li {
    width: 100%;
    margin-right: 0;
  }
}
.contactus.index .contents .contact-link-list li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.contactus.index .contents .contact-link-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 0.875rem;
  font-weight: bold;
  border: 1px solid #0081CC;
  position: relative;
}
.contactus.index .contents .contact-link-list li a:before {
  content: "●";
  display: inline-block;
  color: #F4B804;
  font-size: 1.125rem;
  padding-right: 10px;
}
.contactus.index .contents .contact-link-list li a:hover {
  color: #fff;
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li a:hover {
    color: #222222;
    background: #fff;
  }
}
.contactus.index .contents .contact-link-list li a:hover .link-arrow {
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li a:hover .link-arrow {
    background: #fff;
  }
}
.contactus.index .contents .contact-link-list li a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li a:hover .link-arrow:before {
    border-right: 1px solid #0081CC;
    border-bottom: 1px solid #0081CC;
  }
}
.contactus.index .contents .contact-link-list li a.bnr {
  padding: 0;
  border-radius: 15px;
  background: none;
}
.contactus.index .contents .contact-link-list li a.bnr:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li a.bnr img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contactus.index .contents .contact-link-list li.direct {
    margin-bottom: 15px;
  }
}
.contactus.index .contents .contact-link-list li.direct img {
  width: 168px;
}
.contactus.index .btn-wrap {
  width: 202px;
  margin: 0 auto;
}
.contactus.index .btn-wrap .btn {
  width: 100%;
  background: #0081CC;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  border: 1px solid #0081CC;
  position: relative;
  transition: 0.3s all;
}
.contactus.index .btn-wrap .btn .la-arrow-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contactus.index .btn-wrap .btn:hover {
  background: #fff;
  color: #0081CC;
}/*# sourceMappingURL=contactus.css.map */