.measurement-item p {
  float: right;
  max-width: 78%;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.measurement-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.measurement .badge {
  display: block;
}
.table thead th.history_head {
  border-top: none;
}
.memo_indent li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.slider_02_for li img {
  max-height: 527px;
  object-fit: cover;
  margin: 0 auto;
}
.slider_02_nav li img {
  max-height: 92px;
  object-fit: cover;
  margin: 0 auto;
}
.table {
  max-width: 100%;
  white-space: wrap !important;
}


.mark-bb {
	font-weight: bold;
    color: #333 !important;
	background-image: linear-gradient(-90deg, rgba(188, 231, 249, 1), rgba(214, 213, 247, 1));
    background-size: 100% 40%;
    background-position: bottom;
    background-repeat: no-repeat;
}



.mark-by {
	font-weight: bold;
    color: #333 !important;
	background-image: linear-gradient(0deg,rgba(245, 235, 134, 1), rgba(251, 253, 191, 0.56));
    background-size: 100% 50%;
    background-position: bottom;
    background-repeat: no-repeat;
}


.biography {
    background: linear-gradient(to bottom, #f8f8f8 36px, #8dcad7 1px);
    margin-bottom: 30px;
    background-size: 100% 37px;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 3rem;
    border-radius: 6px;
    margin: 2rem 0;
}


.biography .content {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 2.32rem;
}

.biography .content p {
    font-weight: bold;
    color: #003366;
}

.biography .content span {
    font-weight: bold;
    margin-right: 1rem;
}
