.page_section_inr .about_gallery {
  margin-bottom: 60px;
  position: relative;
}
.page_section_inr .about_gallery .swiper {
  border-radius: 20px;
  overflow: hidden;
}
.page_section_inr .about_txt {
  max-width: 780px;
  margin: auto;
}
.page_section_inr .member_list .member_card .img {
  width: 90%;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2em;
}
.page_section_inr .member_list .member_card .member_katagaki {
  text-align: center;
  font-size: 70%;
  color: #999999;
}
.page_section_inr .member_list .member_card .title {
  font-size: 120%;
  text-align: center;
  color: rgb(222, 62, 33);
  font-weight: bold;
  margin: 0.3em 0 1em;
}
.page_section_inr .member_list .member_card .member_xt {
  font-size: 85%;
}
.page_section_inr .dl_list .block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_section_inr .dl_list .block {
    display: block;
  }
}
.page_section_inr .dl_list .block dt {
  width: 200px;
  font-size: 130%;
  font-weight: bold;
  padding-right: 5%;
  border-bottom: 2px solid rgb(222, 62, 33);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .page_section_inr .dl_list .block dt {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
    font-size: 140%;
  }
}
.page_section_inr .dl_list .block dt span {
  display: block;
  font-size: 80%;
}
.page_section_inr .dl_list .block dd {
  flex: 2;
  border-bottom: 2px solid #999999;
  padding: 20px 0;
}
.page_section_inr .dl_list .block dd h4 {
  font-size: 110%;
  font-weight: bold;
}