@charset "utf-8";

.problem-btn .small {
  padding-top: 4px;
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .problem-btn .small {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.2;
  }
}

/* ドクターポイント
		---------------------------------------------- */

.treatment .doctor-recommend .doctor-img {
  left: 0;
  max-width: 280px;
}

.treatment .doctor-recommend .msg-area {
  max-width: 83%;
}

.treatment .doctor-recommend {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .treatment .doctor-recommend .msg-area {
    max-width: 100%;
    text-align: left;
  }
}
