@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
.point {
  margin: 30px 0; }
  .point li {
    font-size: 1.4rem;
    font-weight: 600; }
    .point li:before {
      display: inline-block;
      content: "●";
      opacity: 0.8;
      margin-right: 8px; }

.diffBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 40px; }
  .diffBox figure figcaption {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #333333;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.reviewTable {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  border-bottom: #d1d1d1 solid 1px;
  margin-bottom: 40px; }
  .reviewTable thead th {
    background: #f3f3f3;
    border-top: #d1d1d1 solid 1px;
    border-left: #d1d1d1 solid 1px;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #808080;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .reviewTable thead th:first-child {
    width: 79px; }
  .reviewTable thead th:nth-child(2), .reviewTable thead th:nth-child(3) {
    width: 45%; }
    .reviewTable thead th:nth-child(2) img, .reviewTable thead th:nth-child(3) img {
      float: left; }
    .reviewTable thead th:nth-child(2) span, .reviewTable thead th:nth-child(3) span {
      padding-top: 10px;
      text-align: center;
      padding-left: 10px;
      display: block;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      line-height: 1.5; }
  .reviewTable thead th:last-child {
    border-right: #d1d1d1 solid 1px; }
  .reviewTable tbody tr td:first-child {
    border-top: #d1d1d1 solid 1px;
    border-left: #d1d1d1 solid 1px;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #333333; }
  .reviewTable tbody tr td:nth-child(2), .reviewTable tbody tr td:nth-child(3) {
    border-top: #d1d1d1 solid 1px;
    border-left: #d1d1d1 solid 1px; }
    .reviewTable tbody tr td:nth-child(2) div, .reviewTable tbody tr td:nth-child(3) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .reviewTable tbody tr td:nth-child(2) div span, .reviewTable tbody tr td:nth-child(3) div span {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 90px;
        height: 90px;
        border-right: #d1d1d1 dotted 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3rem; }
      .reviewTable tbody tr td:nth-child(2) div ul, .reviewTable tbody tr td:nth-child(3) div ul {
        padding: 10px; }
        .reviewTable tbody tr td:nth-child(2) div ul li, .reviewTable tbody tr td:nth-child(3) div ul li {
          font-size: 1.2rem;
          line-height: 1.5; }
          .reviewTable tbody tr td:nth-child(2) div ul li:before, .reviewTable tbody tr td:nth-child(3) div ul li:before {
            display: inline-block;
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #333333;
            position: relative;
            top: -2px;
            margin-right: 5px; }
        .reviewTable tbody tr td:nth-child(2) div ul li + li, .reviewTable tbody tr td:nth-child(3) div ul li + li {
          margin-top: 10px; }
  .reviewTable tbody tr td:last-child {
    border-right: #d1d1d1 solid 1px; }

.photoBox {
  margin-top: 60px; }
  .photoBox.white p {
    color: #fff; }

p {
  width: auto;
  overflow: hidden; }
  p span.right {
    float: right;
    padding-left: 50px; }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .diffBox {
    padding-bottom: 20px;
    padding-top: 0; }
    .diffBox figure figcaption {
      display: block;
      padding: 0 10px;
      font-size: 1.1rem;
      line-height: 1.5; }
  .reviewTable thead th:first-child {
    width: auto; }
  .reviewTable thead th {
    font-size: 1rem;
    line-height: 1.3;
    padding: 10px;
    height: auto; }
    .reviewTable thead th img {
      float: none !important; }
    .reviewTable thead th span {
      display: block;
      padding: 10px 0 0 !important; }
  .reviewTable tbody tr td:first-child {
    font-size: 1.1rem; }
  .reviewTable tbody tr td:nth-child(2) div, .reviewTable tbody tr td:nth-child(3) div {
    display: block;
    text-align: center; }
    .reviewTable tbody tr td:nth-child(2) div span, .reviewTable tbody tr td:nth-child(3) div span {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      height: auto;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 0;
      border-bottom: #d1d1d1 dotted 1px;
      display: block;
      font-size: 1.6rem; }
    .reviewTable tbody tr td:nth-child(2) div ul, .reviewTable tbody tr td:nth-child(3) div ul {
      padding: 10px; }
      .reviewTable tbody tr td:nth-child(2) div ul li, .reviewTable tbody tr td:nth-child(3) div ul li {
        font-size: 1.1rem;
        line-height: 1.35;
        text-align: left; }
        .reviewTable tbody tr td:nth-child(2) div ul li:before, .reviewTable tbody tr td:nth-child(3) div ul li:before {
          display: inline-block;
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #333333;
          position: relative;
          top: -2px;
          margin-right: 3px;
          opacity: 0.5; }
      .reviewTable tbody tr td:nth-child(2) div ul li + li, .reviewTable tbody tr td:nth-child(3) div ul li + li {
        margin-top: 5px; }
  .reviewTable tbody tr td:last-child {
    border-right: #d1d1d1 solid 1px; }
  .photoBox {
    margin-top: 20px;
    padding: 0 15px; }
    .photoBox img {
      width: 100%; }
  .point {
    margin: 10px 0; }
    .point li {
      font-size: 1.3rem; }
  p {
    width: auto;
    overflow: hidden; }
    p span.right {
      display: block;
      width: 100%;
      float: none;
      padding-left: 0px;
      padding: 10px 0; }
      p span.right img {
        width: 100%; } }

/******************************************************
    
PC / common

******************************************************/
.est_treatments .inner h4 {
  margin: 40px 0 0 0; }

.est_treatments .inner div {
  margin: 0 0 40px 0; }
  .est_treatments .inner div .point {
    margin: 0; }
    .est_treatments .inner div .point li {
      position: relative;
      padding: 0 0 0 20px; }
      .est_treatments .inner div .point li:before {
        position: absolute;
        left: 0; }

@media screen and (max-width: 740px) {
  .est_treatments .inner {
    width: 90%;
    margin: 0 auto; }
    .est_treatments .inner div {
      margin: 0 0 25px 0; }
      .est_treatments .inner div h4 {
        margin: 20px 0 0 0; } }

.est_treatments .line02 {
  margin: 60px 0 0 0 !important; }

@media screen and (max-width: 740px) {
  .est_treatments .line02 {
    margin: 30px 0 0 0 !important; } }
