html body .contents.contents01 {
  padding-top: 0;
}
html body .contents.contents01 .contents_head p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_head p {
    font-size: 1.15rem;
  }
}
html body .contents.contents01 .contents_inner {
  margin-top: 2rem;
}
html body .contents.contents01 .contents_inner .sub_title {
  background-color: #4c4c4c;
  padding: 0.5rem 1rem;
}
html body .contents.contents01 .contents_inner .sub_title h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_inner .sub_title h2 {
    font-size: 1.25rem;
  }
}
html body .contents.contents01 .contents_inner .contents_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
  margin-top: 2rem;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_inner .contents_image_wrapper {
    gap: 2rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_inner .contents_image_wrapper {
    gap: 1rem;
    flex-direction: column;
  }
}
html body .contents.contents01 .contents_inner .contents_text {
  margin-top: 2rem;
}
html body .contents.contents01 .contents_inner .contents_text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
html body .contents.contents01 .contents_inner .contents_text ul {
  margin-top: 1.5rem;
}
html body .contents.contents01 .contents_inner .contents_text ul li {
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_inner .contents_text ul li {
    font-size: 0.875rem;
  }
}
html body .contents.contents01 .contents_inner .profile_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_inner .profile_wrapper {
    gap: 1rem;
    flex-direction: column;
  }
}
html body .contents.contents01 .contents_inner .profile_wrapper .profile_image {
  width: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_inner .profile_wrapper .profile_name {
    display: contents;
  }
}
html body .contents.contents01 .contents_inner .profile_wrapper .profile_name h4 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_inner .profile_wrapper .profile_name h4 {
    order: -1;
  }
}
html body .contents.contents01 .contents_inner .profile_wrapper .profile_name span {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-top: 0.75rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_inner .profile_wrapper .profile_name span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_inner .profile_wrapper .profile_name span {
    margin-top: 0;
    text-align: center;
  }
}
html body .contents.contents01 .contents_inner .profile_wrapper .profile_text {
  border-left: 1px solid #dddddd;
  padding: 1rem 0 1rem 1.5rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_inner .profile_wrapper .profile_text {
    flex-basis: 100%;
    border-left: none;
    padding: 0;
  }
}
html body .contents.contents01 .contents_inner .contents_list_wrapper {
  margin-top: 2rem;
}
html body .contents.contents01 .contents_inner .contents_list_wrapper .contents_list {
  margin-bottom: 2rem;
}
html body .contents.contents01 .contents_inner .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body .contents.contents01 .contents_inner .contents_list_wrapper .contents_list p a {
  color: #55abee;
  text-decoration: underline;
}

/*# sourceMappingURL=research.css.map */
