@charset "utf-8";
/* 共通 */
.txt.description {
  margin: 4px 0;
}

/* 導入
		---------------------------------------------- */
@media screen and (max-width: 768px) {
  .pico .intro {
    margin-bottom: 18px;
  }
  .pico .doctor-recommend {
    margin-top: 18px;
  }
}

/* machine　機器
		---------------------------------------------- */

.pico .machine {
  margin-bottom: 20px;
  text-align: center;
}

.pico .machine img {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .pico .machine img {
    width: 180px;
  }
  .pico .machine .txt {
    font-size: 12px;
  }
}

/* 当院のピコレーザー治療の特徴
		---------------------------------------------- */
.pico .pico-fractional .txt.txt-inner {
  margin: 14px 24px 0 44px;
}
@media screen and (max-width: 768px) {
  .pico .pico-fractional .txt.txt-inner {
    margin: 14px 0 0;
  }
}

/* pico-spot　ピコスポット
		---------------------------------------------- */

/* pico-fractional　ピコフラクショナル
		---------------------------------------------- */
.pico-fractional .txt-center {
  padding-bottom: 0;
}

/* trouble　お悩み
		---------------------------------------------- */
.pico .trouble .ttl-h2 {
  margin-top: 20px;
}
