.jb_square #contents #contentsinner #column_left .article_area .dr_profile {
  display: flex;
  gap: 20px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .image {
  width: 172px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .image img {
  width: 100%;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt {
  width: calc(100% - 192px);
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt p {
  font-size: 1rem;
  line-height: 1.8;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt small {
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: right;
  display: block;
  font-feature-settings: "palt";
  margin-top: 15px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle label {
  width: 200px;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #5ab67b;
  border-radius: 4px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle .detail {
  background: rgba(90, 182, 123, 0.05);
  padding: 0;
  margin-top: 5px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle .detail p {
  font-size: 0.875rem;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle .detail p strong {
  display: block;
  font-feature-settings: "palt";
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle .detail p + p {
  padding-top: 10px;
}
.jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle input[type=checkbox]:checked + label + .detail {
  padding: 13px;
}
@media only screen and (max-width: 767px) {
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile {
    gap: 0;
    justify-content: space-between;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .image {
    width: 25%;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt {
    width: 74%;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .txt small {
    line-height: 1.6;
    margin-top: 10px;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle label {
    width: 100%;
    font-size: 0.75rem;
  }
  .jb_square #contents #contentsinner #column_left .article_area .dr_profile .profile-toggle .detail p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.jb_square #contents #contentsinner #column_left .article_area .imgleft {
  float: left;
  max-width: 330px;
  width: 100%;
  padding: 7px 20px 10px 0;
}
@media only screen and (max-width: 767px) {
  .jb_square #contents #contentsinner #column_left .article_area .imgleft {
    float: none;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
  }
}