/*COMMON*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333333;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #333333;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*/COMMON*/

/* 資料請求ページ */
h2{
  margin-bottom: 30px !important;
}
.p-document__head {
  border-bottom: 1px solid #F5EAE8;
}
.p-document__head__inner {
  max-width: 1140px;
  margin: auto;
}
.p-document__ttl {
  width: 173px;
}
.p-document__box {
  max-width: 1140px;
  width: 90%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.p-document__txtbox {
  padding-top: 38px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 110px;
}
.p-document__name {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.p-document__detail {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 16px;
}
.p-document__list {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-document__box {
  display: flex;
}
.p-document__footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 32px 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 15px;
  color: #000;
}
.p-document__slide__wrap {
  position: relative;
}
.p-document__slide__wrap .swiper {
  width: 100%;
  margin: auto;
}
.p-document__slide__wrap .swiper-button-prev{
  left: 0;
}
.p-document__slide__wrap .swiper-button-next{
  right: 0;
}
/* .p-document .header, .p-document .footer{
  display: none;
} */
@media (max-width: 1024px) {
  .p-document__name {
    font-size: 21px;
  }
  .p-document__txtbox {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .p-document__box {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-document__txtbox {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
/* /資料請求ページ */

/*CONTACT-FORM*/
.contact {
  width: 50%;
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.contact__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact__ttl span {
  color: #0D63DC;
  border-bottom: 1px solid #0D63DC;
}
.contact__form {
  width: 85%;
  margin: auto;
}
/* .wpcf7-not-valid-tip {
  font-size: 11px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  font-size: 13px;
  color: #C92645;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #C92645;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.hs-form-d6bcc78e-a268-4f77-adb5-edc4063ddae2_ead4d02d-afb9-4d29-b857-4f80cbd0939c.hs-form {
  width: 100%;
} */
.contact__triangle {
  position: absolute;
}
.triangle_1 {
  border-top: 24px solid #333333;
  border-right: 24px solid transparent;
  top: 6px;
  left: 6px;
}
.triangle_2 {
  border-right: 24px solid #333333;
  border-bottom: 24px solid transparent;
  top: 6px;
  right: 6px;
}
.triangle_3 {
  border-left: 24px solid #333333;
  border-top: 24px solid transparent;
  bottom: 6px;
  left: 6px;
}
.triangle_4 {
  border-right: 24px solid #333333;
  border-top: 24px solid transparent;
  bottom: 6px;
  right: 6px;
}
@media (max-width: 820px) {
 .contact {
  width: 100%;
 }
}
@media (max-width: 520px) {
  .contact__form {
    width: 90%;
  }
}
/*/CONTACT-FORM*/

.hs-form-d6bcc78e-a268-4f77-adb5-edc4063ddae2_cb41ef13-a60f-4406-abf6-d365651b31e3.hs-form {
  width: 100%;
}

.contact_caution{
  margin: auto !important;
  margin-bottom: 20px !important;
  font-size: 14px;
  color:#333;

}
.contact_caution span{
  color: #D61B3E;
  font-size: 20px;
}

#submitted-message{
  position: fixed;
      background: #fff !important;
      z-index: 9999;
      top: 0;
      width: 100%;
      text-align: center;
      left: 0;
      padding: 20px;
  }
  .submitted-message span{
  color:red;
  font-weight:bold;
  }