@charset "UTF-8";
.prpTBL {
  border-collapse: collapse;
  vertical-align: middle;
  border: 1px solid #ccc;
  width: 100%;
}
.prpTBL thead th {
  background: #e97887;
  color: #fff;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ccc;
  padding: 4px 15px;
}
.prpTBL tbody tr {
  background: #fff;
}
.prpTBL tbody tr:nth-child(2n) {
  background: #f4f4f4;
}
.prpTBL tbody th {
  font-weight: normal;
  padding: 6px 15px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.prpTBL td {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ccc;
  padding: 6px 15px;
}
.prpTBL .border_yellow {
  border: 2px solid #ffb700;
}
@media screen and (max-width: 767px) {
  .prpTBL {
    font-size: 80%;
  }
  .prpTBL tbody th {
    padding: 6px 8px;
  }
  .prpTBL td {
    padding: 6px 8px;
  }
}

.tca_img {
  max-width: 100%;
  margin-top: 30px;
  text-align: center;
}
.tca_img img {
  border: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .tca_img .tca_img {
    margin-top: 20px;
  }
  .tca_img img {
    width: 80%;
  }
}

.introCont ul li {
  line-height: 1.8;
}
.introCont ul li .purple_text {
  color: #5E0032;
  font-weight: bold;
}

.btn {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    position: static;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
  }
}

.btn_area {
  display: inline-block;
  width: 280px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#C87E80), to(#BD5A67));
  background: linear-gradient(#C87E80 0%, #BD5A67 100%);
}
@media screen and (max-width: 767px) {
  .btn_area {
    margin: 0;
    position: static;
  }
}

.btn_area:hover, :active {
  color: #fff;
  text-decoration: none;
}

.doctorsCont-single {
  background-color: #FFE9EA;
  padding: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .doctorsCont-single {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
  }
}

.red_text {
  color: #DB4D4C;
  font-weight: bold;
}

.personalinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .personalinfo {
    padding: 15px 10px;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

.personalinfo-photo {
  width: 18%;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .personalinfo-photo {
    width: 20%;
    margin-right: 14px;
  }
}
.personalinfo-photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.personalinfo-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.personalinfo-details .position {
  font-size: 14px;
  color: #e97887;
}
@media screen and (max-width: 767px) {
  .personalinfo-details .position {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.personalinfo-details .name {
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .personalinfo-details .name {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 3px;
  }
}
.personalinfo-details .name .name-en {
  color: #e97887;
  font-size: 14px;
  font-family: "Bitter", serif;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .personalinfo-details .name .name-en {
    font-size: 12px;
  }
}
.personalinfo-details .position-others {
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .personalinfo-details .position-others {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .personalinfo-details .position-others p {
    font-size: 11px;
    line-height: 1.75;
  }
}

.harfCont {
  width: 49%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .harfCont {
    width: 100%;
  }
}

.moreinfo h4 {
  background: #e97887;
  color: #fff;
  padding: 7px 10px;
  font-weight: normal;
  font-size: 15px;
}
.moreinfo h4 i {
  margin-right: 5px;
}
.moreinfo .box {
  background: #fff;
  padding: 10px;
  line-height: 1.8;
  font-size: 86%;
}
@media screen and (max-width: 767px) {
  .moreinfo .fr, .moreinfo .fl {
    float: none;
  }
  .moreinfo .box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.careerTBL th {
  white-space: nowrap;
  font-weight: normal;
  padding-right: 10px;
}

.bluebg {
  margin-top: 15px;
  background: #e97887;
  color: #fff;
  text-align: center;
  font-size: 15px;
  width: 485px; /*IE9未満*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 232px);
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .bluebg {
    width: 100%;
  }
}

.opeCont,
.priceCont {
  float: none;
}
.opeCont .derma_price,
.priceCont .derma_price {
  width: 100%;
}
.opeCont .derma_price tr,
.priceCont .derma_price tr {
  width: 100%;
}
.opeCont .derma_price th,
.priceCont .derma_price th {
  text-align: left;
  width: 100%;
}
.opeCont .derma_price td,
.priceCont .derma_price td {
  text-align: right;
}

.comingsoon {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 300px;
  background-color: gray;
  color: #fff;
  text-align: center;
}

.introCont dl .derma_about_title {
  line-height: 1;
  margin: 10px 0 10px 0;
  color: #e97887;
}
.introCont dl .derma_about_text {
  line-height: 1.8;
  margin-bottom: 20px;
}

sub {
  font-size: 10px;
}

.derma_price_money {
  text-align: right !important;
}

.derma_about_link {
  text-align: right;
}
.derma_about_link a {
  font-size: 13px;
}

.micro .flex > div {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .micro .flex > div {
    padding-right: 0;
  }
}
.micro .change {
  background-color: #e97887;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .micro img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .prpCont_opeosusume .fl {
    width: 100%;
    float: none;
  }
  .introContA img {
    width: 140px;
  }
  .micro .flex {
    display: block;
  }
  .micro .flex img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}