@charset "UTF-8";
.hd_logo {
  width: 230px !important;
}

/*header - tellロゴ*/
.tell_logo {
  position: absolute;
  width: 2rem;
  height: 2.6rem;
  top: 1.2rem;
  right: 4.7rem;
}

/*document*/
.document_bg .top_document_list_ttl a {
  color: #354362;
  font-size: 1.8rem;
  font-weight: bold;
}
.document_bg .top_document_list_img {
  border-radius: 20px;
  box-shadow: 0px 0px 30px -6px rgba(8, 24, 46, 0.5);
  margin-bottom: 3rem;
}
.document_bg .top_document_list_img a {
  aspect-ratio: 378/213;
  display: flex;
  align-items: center;
}
.document_bg .top_document_list_img .su {
  padding: 8rem;
}

/*document_detail*/
.document_detail .document_bg .common_inner {
  margin: 0 auto;
}
.document_detail .document_detail_flex {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.document_detail .document_detail_flex .document_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.document_detail .document_detail_flex .document_detail_wrap .document_detail_ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #004ea2;
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 25px;
}
.document_detail .document_detail_flex .document_detail_wrap .detail_list_block {
  border: 1px solid #074e9b;
  border-radius: 20px;
  padding: 4rem 5rem;
}
.document_detail .document_detail_flex .document_detail_wrap .detail_list_block .detail_list_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #354362;
  text-align: center;
  margin-bottom: 2rem;
}
.document_detail .document_detail_flex .document_detail_wrap .detail_list_block .list_li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 500;
}
.document_detail .document_detail_flex .document_detail_wrap .detail_list_block .list_li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #004ea2;
  border-radius: 50%;
}
.document_detail .document_detail_flex .document_contact_wrap {
  padding-left: 50px;
}

/*imc修正*/
.sub_imc_container01_insec_img01 {
  margin-bottom: 2rem;
}

.sub_imc_container01_insec_flex .sub_imc_container01_insec_txt {
  text-align: center;
  font-weight: bold;
}/*# sourceMappingURL=sp02.css.map */