.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;
}


/*追加分*/

.services-2 .text h3 {
  font-size: 1rem;
  font-weight: bold;
}

.services-2 .icon img {
  width: 60px;
  height: 60px;
}

.services-2 {
  margin-bottom: 0;
}

.info-box-v {
  background: #f8f8f8;
  padding: 3rem 1.2rem;
  border-radius: 6px;
  margin: 2rem 0;
}

.info-box-v p {
  margin-bottom: 1.25rem;
}

.info-box-v span {
  font-weight: bold;
  color: #003366;
}


@media not all and (min-width: 768px) {
  .info-box-v {
    padding: 1.5rem;
  }
}

.cblack {
  color: #333 !important;
}

.point-container {
  display: flex;
  width: 97%;
  margin-top: 5px;
}

.point-section {
  display: flex;
  align-items: flex-start;
}

.check {
  font-size: 10px;
  flex-shrink: 0;
  margin-right: 5px;
  height: 1.7rem;
  line-height: 1.2rem;
  margin-top: 2px;
}

.features {
  font-size: .8rem;
  color: #003366;
  line-height: 1.4rem;
  margin-top: 5px;
}