@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.column_contents .dr_profile {
  margin-bottom: 20px;
}
.column_contents .dr_profile .inner {
  background: url("/med/jb_square/kidney/contents/02/img/contents_bg.png") center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.column_contents .dr_profile .inner .image {
  width: 130px;
}
.column_contents .dr_profile .inner .txt {
  width: calc(100% - 150px);
}
.column_contents .dr_profile .inner .txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents .dr_profile .inner .txt p {
    font-size: 0.875rem;
  }
}
.column_contents .dr_profile .inner .profile-toggle {
  margin-top: 15px;
}
.column_contents .dr_profile .inner .profile-toggle label {
  width: 200px;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 4px;
}
.column_contents .dr_profile .inner .profile-toggle .more {
  padding: 10px 25px 10px 10px;
  background: #fff;
  color: #333;
  margin-top: 10px;
}
.column_contents .dr_profile .inner .profile-toggle .detail {
  background: white;
  padding: 0;
}
.column_contents .dr_profile .inner .profile-toggle .detail p {
  font-size: 0.875rem;
  color: #111;
}
.column_contents .dr_profile .inner .profile-toggle .detail p strong {
  display: block;
  font-feature-settings: "palt";
}
.column_contents .dr_profile .inner .profile-toggle .detail p + p {
  padding-top: 10px;
}
.column_contents .dr_profile .inner .profile-toggle input[type=checkbox]:checked + label + .detail {
  padding: 10px;
  margin-top: 15px;
}
.column_contents .dr_profile .inner small {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  display: block;
  font-feature-settings: "palt";
  margin-top: 5px;
  margin-bottom: 0 !important;
  right: 20px;
  top: 117px;
}
@media only screen and (max-width: 767px) {
  .column_contents .dr_profile .inner small {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-left: auto;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .column_contents .dr_profile .inner {
    gap: 0;
    justify-content: space-between;
  }
  .column_contents .dr_profile .inner .image {
    width: 90px;
  }
  .column_contents .dr_profile .inner .txt {
    width: calc(100% - 110px);
  }
  .column_contents .dr_profile .inner .txt p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .column_contents .dr_profile .inner .txt small {
    line-height: 1.6;
    margin-top: 10px;
  }
  .column_contents .dr_profile .inner .profile-toggle label {
    width: 100%;
    font-size: 0.75rem;
  }
  .column_contents .dr_profile .inner .profile-toggle .detail p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.column_contents .dr_profile .num {
  text-align: right;
  font-size: 0.8rem;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}
.column_contents__mainframe article h3 {
  margin-bottom: 0.8rem;
  font-feature-settings: "palt";
  position: relative;
  padding: 0.7rem 3rem 0.7rem 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #5f559f 0%, #8b83bd 100%);
  color: #fff;
}
.column_contents__mainframe article h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 20px;
  height: 100%;
  background: #fff;
  transform: skewX(20deg);
}
.column_contents__mainframe article h3::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 15px;
  width: 4px;
  height: calc(100% + 10px);
  transform: skewX(20deg);
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article h3 {
    padding: 0.4rem 3rem 0.4rem 1rem;
    width: calc(100% - 11px);
  }
  .column_contents__mainframe article h3::after {
    content: "";
    bottom: -1px;
    right: -9px;
    width: 25px;
    height: calc(100% + 10px);
  }
  .column_contents__mainframe article h3::before {
    content: "";
    bottom: -5px;
    right: 19px;
    width: 4px;
    height: calc(100% + 10px);
  }
}
.column_contents__mainframe article p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article p {
    font-size: 0.875rem;
  }
}
.column_contents__mainframe article p.notes {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article p.notes {
    font-size: 0.75rem;
  }
}
.column_contents__mainframe article p.notes::before {
  content: "※";
}
.column_contents__mainframe article .point {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.column_contents__mainframe article .point h5 {
  background: #8b83bd;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  line-height: 1;
}
.column_contents__mainframe article .point ul {
  margin-top: 1rem;
}
.column_contents__mainframe article .point ul li {
  position: relative;
  padding-left: 24px;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article .point ul li {
    font-size: 0.875rem;
  }
}
.column_contents__mainframe article .point ul li::before {
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Material Icons";
  content: "\e5ca";
  font-size: 16px;
  color: #8b83bd;
}
.column_contents__mainframe article .point ul li + li {
  margin-top: 0.6rem;
}
.column_contents__mainframe article .num_list {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article .num_list {
    font-size: 0.875rem;
  }
}
.column_contents__mainframe article .num_list dt {
  font-weight: bold;
}
.column_contents__mainframe article .num_list dd + dt {
  margin-top: 16px;
}
.column_contents__mainframe article .head_notes {
  display: block;
  margin-bottom: 16px;
  border-block: 1px solid #8b83bd;
  padding: 0.7rem 0.3rem;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article .head_notes {
    font-size: 0.75rem;
  }
}
.column_contents__mainframe article figure {
  max-width: 750px;
  width: 100%;
  margin-inline: auto;
  margin-block: 40px;
}
.column_contents__mainframe article figure h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.column_contents__mainframe article figure img {
  max-width: 100%;
  width: auto;
  margin-inline: auto;
  vertical-align: bottom;
  padding: 10px;
  border: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article figure img {
    border: 1px solid #333;
  }
}
.column_contents__mainframe article figure img + img {
  margin-top: 10px;
}
.column_contents__mainframe article figure small {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 8px;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article figure small {
    font-size: 0.75rem;
  }
}