@charset "UTF-8";

/* =========================
   医療脱毛ページ 完全版
========================= */

/* =========================
   共通
========================= */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
               "メイリオ", Meiryo, Osaka,
               "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sentou  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: right;
}
/* =========================
   SEOテキスト
========================= */
.seo-copy {
  margin: 20px 0 28px;
  line-height: 1.95;
  color: #444;
  font-size: 16px;
}

.seo-copy p {
  margin: 0 0 1em;
}

body.lower.dm .seo-h1 {
  display: none;
}

body.lower.dm .seo-h2 {
  font-size: 20px;
  line-height: 1.6;
  color: #2b6192;
  border-bottom: 1px solid #2b6192;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: left;
}

body.lower.dm .seo-h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #e0346e;
  margin: 15px 0 5px;
}

/* =========================
   料金表 共通
========================= */
.price-section {
  margin: 0 0 60px;
}

.price-title {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 500;
  color: #e83d7a;
}

/* テーブル共通 */
.price-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 30px;
}

.price-table th,
.price-table td {
  border: 1px solid #000;
  padding: 10px 7px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.5;
}

.price-table thead th {
  background: #fbe4ea;
}
.male-table thead th {
  background-color: #eaf6fd;
}


.price-table td:first-child {
  line-height: 1.6;
}

/* =========================
   列数別
========================= */

/* 3列 */
.price-table.type-3col th:nth-child(1),
.price-table.type-3col td:nth-child(1) {
  width: 45%;
}
.price-table.type-3col th:nth-child(n+2),
.price-table.type-3col td:nth-child(n+2) {
  width: 27.5%;
}

/* 4列 */
.price-table.type-4col th:nth-child(1),
.price-table.type-4col td:nth-child(1) {
  width: 42%;
}
.price-table.type-4col th:nth-child(n+2),
.price-table.type-4col td:nth-child(n+2) {
  width: 19.33333333%;
}

/* 5列 */
.price-table.type-5col th:nth-child(1),
.price-table.type-5col td:nth-child(1) {
  width: 40%;
}
.price-table.type-5col th:nth-child(n+2),
.price-table.type-5col td:nth-child(n+2) {
  width: 15%;
}

/* =========================
   classなしテーブル補正
========================= */
body.lower.dm #price table:not(.price-table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  margin-bottom: 50px;
}

body.lower.dm #price table:not(.price-table) th,
body.lower.dm #price table:not(.price-table) td {
  border: 1px solid #000;
  padding: 10px 7px;
  text-align: center;
  font-size: 0.9em;
}

body.lower.dm #price table:not(.price-table) tr:first-child th {
  background: #fbe4ea;
}

/* =========================
   Tablet
========================= */
@media screen and (max-width: 1024px) {
  .seo-copy {
    font-size: 15px;
  }

  .price-title {
    font-size: 28px;
  }

  .price-table th,
  .price-table td {
    padding: 8px 6px;
    font-size: 0.85em;
  }
}

/* =========================
   Smartphone
========================= */
@media screen and (max-width: 767px) {

  .seo-h1 {
    font-size: 24px;
  }

  body.lower.dm .seo-h2 {
    font-size: 18px;
  }

  body.lower.dm .seo-h3 {
    font-size: 16px;
  }

  .seo-copy {
    font-size: 15px;
    line-height: 1.9;
  }

  .price-title {
    font-size: 24px;
  }

  .price-table {
    table-layout: fixed;
  }

  .price-table th,
  .price-table td {
    padding: 6px 3px;
    font-size: 11px;
  }
}

/* =========================
   Small SP
========================= */
@media screen and (max-width: 480px) {

  .seo-copy {
    font-size: 14px;
  }

  .price-table th,
  .price-table td {
    padding: 5px 2px;
    font-size: 10px;
  }
}


@media screen and (max-width: 767px) {
  body.lower.dm .seo-h3 {
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
}