#analysis01,#analysis02 {
}


.p_feature_ttl {
  border-bottom: solid 1px var(--color-gray-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
  padding-bottom: 30px;
  width: 100%;
}
.p_feature_ttl img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.p_feature_ttl h2 {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: var(--font-medium);
  text-align: center;
  margin-bottom: 10px;
}
.p_feature_wrap {
  display: flex;
  gap: 32px;
}
.p_feature_inner {
  background: var(--color-gray-3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  padding: 20px;
  width: 50%;
}
.p_feature_item {
  border-bottom: solid 1px var(--color-gray-2);
  margin-top: -128px;
  padding-top: 128px;
}
.p_feature_item img {
  display: block;
  height: 170px;
  margin: 0 auto;
}
.p_feature_item h4 {
  font-size: 1.125rem;
  margin: 10px 0;
}
.p_feature_inner,.p_feature_inner .c_list_disc {
  font-size: 0.875rem;
}
.p_feature_inner dt {
  background: var(--color-white);
  border-radius: 4px;
  color: var(--color-gray-2);
  font-weight: var(--font-medium);
  margin-bottom: 10px;
  padding: 4px 10px;
}

@media screen and (max-width: 768px) {
  .p_feature_ttl h2 {
    font-size: 1.75rem;
  }
  .p_feature_wrap {
    flex-direction: column;
  }
  .p_feature_inner {
    width: 100%;
  }
}
