@charset "UTF-8";
/*お問合せ*/
.contact-full {
  background: #f6f9da;
	padding: 30px 60px;
}

.contact-full .hdg-content {
  border-left: none;
  text-align: center;
  margin-bottom: 35px;
}

.contact-full .list_primary li:before {
  background: #d98827;
}

.contact-btn {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  background: #d98827;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
  padding: 16px 0;
}

.contact-btn .icon-external {
  background-image: url(/assets/images/icon_external_w.svg);
}

.contact-bg {
  background: #f6f9da;
  padding: 30px 60px;
  text-align: center;
}

.hdg_D.hdg_icon-notice {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact-bg {
    padding: 30px;
  }

  .contact-full {
    padding: 30px;
  }
}