@charset "UTF-8";
.column_contents .dr_profile {
  margin-bottom: 20px;
}
.column_contents .dr_profile .inner {
  background: rgb(0, 112, 171);
  background: linear-gradient(90deg, rgb(0, 112, 171) 0%, rgb(35, 135, 188) 100%);
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.column_contents .dr_profile .inner .image {
  width: 130px;
}
.column_contents .dr_profile .inner .image img {
  width: 100%;
  vertical-align: bottom;
}
.column_contents .dr_profile .inner .txt {
  width: calc(100% - 150px);
}
.column_contents .dr_profile .inner .txt h2 {
  line-height: 1.4;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5rem;
}
.column_contents .dr_profile .inner .txt p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.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 h2 {
    font-size: 1rem;
  }
  .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, rgb(0, 112, 171) 0%, rgb(108, 177, 213) 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 h4 {
  color: rgb(0, 112, 171);
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.2rem;
}
.column_contents__mainframe article h4::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 12px;
  height: 12px;
  background: #333;
  display: inline-block;
  border-radius: 10px;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article h4 {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .column_contents__mainframe article h4::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
.column_contents__mainframe article h5 {
  font-weight: bold;
  font-feature-settings: "palt";
}
.column_contents__mainframe article p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.column_contents__mainframe article p.head {
  border-top: 1px solid rgb(0, 112, 171);
  border-bottom: 1px solid rgb(0, 112, 171);
  padding: 0.7rem 0.3rem;
}
@media only screen and (max-width: 767px) {
  .column_contents__mainframe article p {
    font-size: 0.875rem;
  }
}
.column_contents__mainframe article .point h5 {
  background: #863353;
  color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block;
}
.column_contents__mainframe article .point ul {
  margin-top: 0.5rem;
  margin-bottom: 20px;
}
.column_contents__mainframe article .point ul li {
  position: relative;
  padding-left: 15px;
}
.column_contents__mainframe article .point ul li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "●";
  font-size: 10px;
  color: #863353;
}
.column_contents__mainframe article .point ul li + li {
  margin-top: 0.5rem;
}