.common_section .wid {
  max-width: 1200px;
  margin: 0 auto 60px auto;
  text-align: left;
  overflow: hidden;
}

.common_section h1 {
  font-size: 1.7rem;
  color: #0d215c;
  font-weight: 800;
}

.common_section h2 {
  font-size: 2rem;
  color: #0d215c;
  font-weight: 800;
}

.common_section h3 {
  font-size: 1.25em;
  font-weight: 400;
  color: #666;
  margin-top: 15px;
  line-height: 28px;
}

.desc_p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
  line-height: 28px;
  word-break: keep-all;
}

.desc_p b {
  font-weight: 800;
}

.desc_p strong {
  text-decoration: underline;
  text-underline-position: under;
  color: #0d215c;
  font-weight: 700;
}

.common_section img.intro_sec_img {
  width: 100%;
  height: 320px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sign {
  font-size: 1.5rem;
  text-align: right;
  font-weight: 600;
  color: #0d215c;
  font-style: italic;
}

#intro .busi_bpx p {
  color: #f2762c;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact_section {
  background: url("/theme/IDEN02/img/bg_contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}
.contact_section h4 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact_section h5 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 35px;
}
.contact_section h5 b {
  font-weight: 700;
}
.contact_section .contact_sec_flex {
  gap: 30px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.contact_section .contact_sec_flex_item {
  width: calc(50% - 15px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 60px 50px;
  text-align: left;
}
.contact_section .contact_sec_flex_item h6 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact_section .contact_sec_flex_item p {
  font-size: 1.1rem;
  word-break: keep-all;
  line-height: 2.2rem;
}

.go_contact {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 15px 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.go_contact:hover {
  background: #d5b359;
  border-color: #d5b359;
}

.col-md-3 {
  padding: 15px 10px;
  box-sizing: border-box;
}
.col-md-3 h4 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  word-break: keep-all;
  color: #0d215c;
  position: relative;
  transition: 0.3s ease;
}
.col-md-3 h4::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #0d215c;
  transition: 0.3s ease;
  z-index: -1;
}
.col-md-3:hover .colimgbox img {
  transform: scale(1.2);
}
.col-md-3:hover h4 {
  color: #fff;
}
.col-md-3:hover h4::after {
  width: 100%;
}

.colimgbox {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.colimgbox img {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
  transition: 0.3s ease;
}

.s02_ac {
  margin-top: 90px;
}
.s02_ac .accordion-body {
  font-size: 1.1rem;
}
.s02_ac .accordion-button {
  font-size: 1.3rem;
}
.s02_ac .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0d215c;
}
.s02_ac .accordion-button:focus {
  box-shadow: unset;
}

@media screen and (max-width: 1200px) {
  .wid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact_section .contact_sec_flex {
    flex-wrap: wrap;
  }
  .contact_section .contact_sec_flex_item {
    width: 100%;
  }
  .contact_section h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .common_section img.intro_sec_img {
    height: 240px;
  }
  .desc_p {
    font-size: 1rem;
  }
  .common_section h1 {
    font-size: 1.6em;
  }
  .common_section h3 {
    font-size: 0.9em;
  }
  .contact_section h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .contact_section h5 {
    font-size: 1.2rem;
    word-break: keep-all;
    line-height: 2rem;
  }
  .contact_section .contact_sec_flex_item h6 {
    font-size: 1.6rem;
  }
  .contact_section .contact_sec_flex_item p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .s02_ac .accordion-body {
    font-size: 1rem;
    word-break: keep-all;
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=custom.css.map */