@charset "UTF-8";

/* ==========================================================================
  Wellbio Sodanshitsu Page
========================================================================== */
#sodanshitsu .sodanshitsu-page-anc {
  justify-content: center;
}

#sodanshitsu .sodanshitsu-page-anc li {
  width: 31.5%;
}

#sodanshitsu .sodanshitsu-answer-text {
  display: block;
}

#sodanshitsu .sodanshitsu-answer-inner {
  gap: 16px;
}

#sodanshitsu .sodanshitsu-answer-inner .a-icon {
  display: none;
}

#sodanshitsu .sodanshitsu-concierge-photo {
  flex: 0 0 92px;
}

#sodanshitsu .sodanshitsu-concierge-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sodanshitsu .sodanshitsu-bubble {
  position: relative;
  background: #f3efe6;
  padding: 30px;
  min-height: 92px;
  margin-bottom: 20px;
}

#sodanshitsu .sodanshitsu-bubble::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #f3efe6;
}

#sodanshitsu .sodanshitsu-bubble h3 {
  color: #3C7A48;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 12px;
}

#sodanshitsu .sodanshitsu-answer-full {
  margin-top: 12px;
}

#sodanshitsu .sodanshitsu-can-do {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #3C7A48;
}

#sodanshitsu .sodanshitsu-can-do h4 {
  color: #e07b3c;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 8px;
}


@media screen and (max-width: 960px) {
  #sodanshitsu .sodanshitsu-page-anc li {
    width: 47.5%;
  }

  #sodanshitsu .sodanshitsu-answer-inner {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  #sodanshitsu .sodanshitsu-concierge-photo {
    width: 128px;
    height: auto;
    flex-basis: 128px;
  }

  #sodanshitsu .sodanshitsu-bubble {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    margin-bottom: 10px;
  }

  #sodanshitsu .sodanshitsu-bubble::before {
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #f3efe6;
    border-top: 0;
  }
}
