@charset "UTF-8";
/*///////////////////////////////////////

  アフターサポート体制

///////////////////////////////////////*/
.g-main {
  margin-bottom: 70px;
}

.aftersupport_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.aftersupport-box {
  padding: 0 40px 40px;
  margin-bottom: 30px;
  border: 3px solid #3ea917;
  border-radius: 12px;
}

.aftersupport-box_hd {
  display: inline-block;
  padding: 12px 50px 12px 40px;
  margin: 0 0 40px -40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background-color: #3ea917;
}

.aftersupport-box_hd span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.aftersupport-box_txt {
  padding-left: 16px;
  text-indent: -16px;
}

.aftersupport-box_txt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -3px 8px 0 0;
  vertical-align: middle;
  background-color: #e7e7e7;
  border-radius: 50%;
}

.aftersupport-box_txt strong {
  font-weight: bold;
}

.aftersupport-contact {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 20px 0 32px;
  padding: 24px 0;
  background-color: #f7f7f7;
}

.aftersupport-contact-tel,
.aftersupport-contact-mail {
  width: 285px;
  padding: 20px 28px 24px;
  border-radius: 12px;
  background-color: #fff;
}

.aftersupport-contact_txt {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.aftersupport-contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 40px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 999px;
  background-color: #fff;
}

.aftersupport-contact_btn.tel a {
  font-family: "Futura PT", Arial, sans-serif, "Century Gothic";
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
}

.aftersupport-contact_btn.tel a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(../img/after-support/icon_tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.aftersupport-contact_btn.tel a span {
  margin-top: -6px;
}

.aftersupport-contact_btn.mail a {
  font-size: 15px;
  font-weight: bold;
}

.aftersupport-contact_btn.mail a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 7px;
  background: url(../img/after-support/icon_mail.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.aftersupport-box_link {
  margin-top: 16px;
}

.aftersupport-box_link a {
  padding-left: 16px;
  text-decoration: underline;
}

.aftersupport-box_link a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=page-after-support.css.map */
