@charset "UTF-8";
/******************************************************
PC・スマホ共通
******************************************************/
#index.pageTitle {
  background-image: url(../img/title.jpg); }

#general.pageTitle {
  background-image: url(../img/general/title.jpg); }

#root.pageTitle {
  background-image: url(../img/root/title.jpg); }

#implant.pageTitle {
  background-image: url(../img/implant/title.jpg); }

#orthodontics.pageTitle {
  background-image: url(../img/orthodontics/title.jpg); }

#child.pageTitle {
  background-image: url(../img/child/title.jpg); }

#painfree.pageTitle {
  background-image: url(../img/painfree/title.jpg); }

#denture.pageTitle {
  background-image: url(../img/denture/title.jpg); }

#visit.pageTitle {
  background-image: url(../img/visit/title.jpg); }

#esthetic.pageTitle {
  background-image: url(../img/esthetic/title.jpg); }

#thp.pageTitle {
  background-image: url(../img/thp/title.jpg); }

.orange {
  color: #fd6250; }

.bold {
  font-weight: bold; }

.risk-txt-blk{
  width: 100%;
  padding: 0px 7%;

}
.risk-txt-inner{
  width: 90%;
  height: 300px;
  overflow-y: scroll;
  background-color: #e6e6e6;
}
.risk-txt-inner::-webkit-scrollbar { 
  width: 12px; 
} 

.risk-txt-inner::-webkit-scrollbar-track { 
  background: #f1f1f1; 
} 

.risk-txt-inner::-webkit-scrollbar-thumb { 
  background: #888; 
} 

.risk-txt-inner::-webkit-scrollbar-thumb:hover { 
  background: #555; 
} 

.risk-txt-inner::-webkit-scrollbar-button { 
  display: none; 
} 
.risk-txt-inner h3{
  padding: 2%;
  font-size: 1.5rem;
  font-weight: 600;
}
.risk-txt-inner p{
  line-height: 2.5;
  font-size: 1rem;
  padding: 0 2%;
}
/*.doctorPhoto .name span{
  font-size: 13px;
}*/
/******************************************************
スマートフォン
******************************************************/
@media screen and (max-width: 640px) {
  #treatment .pageTitle h1 .txt {
    font-size: 1.2rem;
    margin-top: 10px;
    display: block;
}
  .pageTitle {
    border-bottom: #fd6250 solid 1px; }
  section .inner {
    width: auto;
    overflow: hidden;
    padding: 10px; }
    section .inner h2.contentTitle {
      font-size: 1.6rem;
      font-weight: bold;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 12px 6px;
      line-height: 1.5;
      border: #444 solid 0.5px;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 10px; }
    section .inner h2.contentTitle::first-letter {
      color: #fd6250; }
    section .inner .textBox {
      width: auto;
      overflow: hidden;
      padding-bottom: 20px; }
      section .inner .textBox .treatmentList {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        section .inner .textBox .treatmentList li {
          float: left;
          position: relative; }
          section .inner .textBox .treatmentList li p {
            width: 100%;
            padding: 10px;
            line-height: 1.2;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 1.3rem;
            text-align: center;
            background: rgba(255, 255, 255, 0.9); }
        section .inner .textBox .treatmentList li:nth-child(-n+3) {
          width: 100%; }
        section .inner .textBox .treatmentList li:nth-child(n+4) {
          width: 50%; }
        section .inner .textBox .treatmentList li:last-child p {
          font-size: 1.2rem; }
          section .inner .textBox .treatmentList li:last-child p br {
            display: none; }
  .detail section .textBox {
    padding: 10px; }
    .detail section .textBox img.right {
      margin-bottom: 10px; }
    .detail section .textBox .strong {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 5px; }
    .detail section .textBox .heading {
      background: #f7f7f7;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 10px;
      padding: 8px; }
    .detail section .textBox .point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .detail section .textBox .point li i {
        opacity: 0.5;
        font-size: 8px;
        margin-right: 5px;
        color: #fd6250; }
    .detail section .textBox .point {
      display: block;
      padding: 20px 0; }
      .detail section .textBox .point li {
        margin-left: 12px;
        text-indent: -12px;
        line-height: 1.5;
        padding-bottom: 10px; }
    .detail section .textBox .grayBox {
      padding: 10px;
      background: #f0f0f0;
      width: auto;
      overflow: hidden;
      margin-bottom: 10px; }
      .detail section .textBox .grayBox dl dt {
        font-weight: bold; }
        .detail section .textBox .grayBox dl dt i {
          opacity: 0.5;
          font-size: 8px;
          margin-right: 5px;
          color: #fd6250; }
      .detail section .textBox .grayBox dl dd + dt {
        margin-top: 20px; }
      .detail section .textBox .grayBox .itemList li {
        width: 100%;
        overflow: hidden;
        padding-top: 20px; }
        .detail section .textBox .grayBox .itemList li img {
          width: 150px;
          height: auto;
          margin: 0 auto 20px;
          display: block; }
        .detail section .textBox .grayBox .itemList li img + em, .detail section .textBox .grayBox .itemList li img ~ p {
          display: block; }
        .detail section .textBox .grayBox .itemList li em {
          display: block;
          margin-left: 15px;
          text-indent: -15px; }
          .detail section .textBox .grayBox .itemList li em i.icon-circle {
            opacity: 0.5;
            font-size: 10px;
            margin-right: 5px;
            color: #fd6250; }
          .detail section .textBox .grayBox .itemList li em span {
            font-weight: bold; }
        .detail section .textBox .grayBox .itemList li p {
          font-size: 1.2rem;
          display: block;
          margin-left: 15px; }
          .detail section .textBox .grayBox .itemList li p small {
            font-size: 1rem;
            display: block;
            line-height: 1.5;
            padding-top: 5px; }
      .detail section .textBox .grayBox .itemList li:last-child {
        padding-bottom: 0; }
    .detail section .textBox .flow {
      width: 100%;
      overflow: hidden;
      margin-top: 10px; }
      .detail section .textBox .flow .flowList {
        position: relative; }
        .detail section .textBox .flow .flowList > li {
          position: relative;
          padding-left: 50px;
          min-height: 52px;
          padding-bottom: 20px; }
          .detail section .textBox .flow .flowList > li p {
            line-height: 1.4;
            padding-top: 10px; }
          .detail section .textBox .flow .flowList > li em {
            font-weight: bold;
            display: block;
            color: #fd6250; }
          .detail section .textBox .flow .flowList > li em + p {
            display: block;
            height: auto;
            padding-top: 0; }
          .detail section .textBox .flow .flowList > li ol li {
            line-height: 1.5;
            margin-left: 7.5rem;
            text-indent: -7.5rem;
            padding-bottom: 10px; }
            .detail section .textBox .flow .flowList > li ol li i {
              color: #1a428a;
              font-size: 10px;
              margin-right: 5px; }
          .detail section .textBox .flow .flowList > li ol li:nth-child(2) i {
            color: #ffb81d; }
          .detail section .textBox .flow .flowList > li ol li:nth-child(3) i {
            color: #ff5545; }
        .detail section .textBox .flow .flowList > li:before {
          content: "1";
          width: 32px;
          height: 32px;
          border-radius: 50%;
          line-height: 32px;
          border: #fd6250 solid 4px;
          background: #fff;
          display: inline-block;
          text-align: center;
          color: #fd6250;
          font-size: 1.6rem;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10; }
        .detail section .textBox .flow .flowList > li:nth-child(2):before {
          content: "2"; }
        .detail section .textBox .flow .flowList > li:nth-child(3):before {
          content: "3"; }
        .detail section .textBox .flow .flowList > li:nth-child(4):before {
          content: "4"; }
        .detail section .textBox .flow .flowList > li:nth-child(5):before {
          content: "5"; }
        .detail section .textBox .flow .flowList > li:nth-child(6):before {
          content: "6"; }
        .detail section .textBox .flow .flowList > li:nth-child(7):before {
          content: "7"; }
        .detail section .textBox .flow .flowList > li:nth-child(8):before {
          content: "8"; }
        .detail section .textBox .flow .flowList > li:nth-child(9):before {
          content: "9"; }
        .detail section .textBox .flow .flowList > li:nth-child(10):before {
          content: "10"; }
        .detail section .textBox .flow .flowList > li:nth-child(11):before {
          content: "11"; }
        .detail section .textBox .flow .flowList > li:nth-child(12):before {
          content: "12"; }
        .detail section .textBox .flow .flowList > li:after {
          content: "";
          width: 4px;
          height: 100%;
          background: #fd6250;
          position: absolute;
          left: 18px;
          top: 0; }
        .detail section .textBox .flow .flowList > li:last-child:after {
          content: none; }
    .detail section .textBox .addImg li {
      width: calc( 100% - 140px);
      overflow: hidden;
      min-height: 60px;
      padding-right: 90px; }
      .detail section .textBox .addImg li img {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: auto; }
    .detail section .textBox .point3 li {
      padding-top: 10px; }
      .detail section .textBox .point3 li em {
        display: block;
        margin-left: 15px;
        text-indent: -15px; }
        .detail section .textBox .point3 li em span {
          font-weight: bold; }
        .detail section .textBox .point3 li em i.icon-circle {
          opacity: 0.5;
          font-size: 10px;
          margin-right: 5px;
          color: #fd6250; }
      .detail section .textBox .point3 li p {
        padding-left: 15px; }
      .detail section .textBox .point3 li a {
        display: block;
        margin-top: 10px; }
        .detail section .textBox .point3 li a span {
          font-size: 1.1rem;
          letter-spacing: -0.06em; }
    .detail section .textBox .doctorPhoto {
      width: 100%;
      padding-bottom: 20px; }
      .detail section .textBox .doctorPhoto img {
        width: 160px;
        margin: 0 auto;
        display: block; }
      .detail section .textBox .doctorPhoto .name {
        display: block;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1;
        padding: 20px 0 10px; }
        .detail section .textBox .doctorPhoto .name small {
          font-size: 1.2rem; }
        .detail section .textBox .doctorPhoto .name em {
          font-size: 2rem;
          margin-left: 5px;
          display: inline-block; }
        .detail section .textBox .doctorPhoto .name em:first-letter {
          color: #fd6250; }
      .detail section .textBox .doctorPhoto sub {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 1rem; }
      .detail section .textBox .doctorPhoto span {
        display: block;
        text-align: center; }
    .detail section .textBox .listBox {
      width: auto;
      overflow: hidden;
      margin-top: 20px; }
      .detail section .textBox .listBox dl {
        margin-bottom: 20px; }
        .detail section .textBox .listBox dl dt {
          font-weight: bold;
          color: #fd6250; }
        .detail section .textBox .listBox dl dd i {
          opacity: 0.5;
          font-size: 10px;
          margin-right: 5px;
          color: #fd6250; }
      .detail section .textBox .listBox dl + dl {
        margin-right: 0; }
      .detail section .textBox .listBox .point2 {
        vertical-align: top; }
    .detail section .textBox .question dt {
      font-size: 1.2rem;
      color: #fd6250;
      margin-top: 20px;
      padding-left: 30px;
      position: relative;
      margin-bottom: 5px; }
      .detail section .textBox .question dt span {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        background: #fd6250;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        margin-right: 5px; }
    .detail section .textBox .question dd {
      font-size: 1.2rem;
      color: #596377;
      padding-left: 30px;
      position: relative; }
      .detail section .textBox .question dd span {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        background: #596377;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        margin-right: 5px; }
  .zousan {
    position: fixed;
    left: 0px;
    bottom: -50px;
    z-index: 10;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .zousan img {
      width: 150px;
      height: auto; }
  .zousan.on {
    bottom: 0px; }
  .nyushi {
    position: fixed;
    right: -80px;
    top: 50%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100; }
    .nyushi img {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 150px;
      height: auto; }
  .nyushi.on {
    right: -40px; }
  .bannerLP {
    display: block;
    border: #000 solid 1px;
    height: 140px;
    border: #000 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .bannerLP img {
      position: absolute;
      right: 0px;
      top: 0;
      height: 100%;
      width: auto; }
    .bannerLP span {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 10; }
      .bannerLP span em {
        font-size: 2.5rem;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #000;
        display: block;
        line-height: 1;
        margin-top: 20px; }
      .bannerLP span small {
        font-weight: bold;
        color: #000;
        display: block;
        line-height: 1;
        padding-left: 0.2em;
        padding-top: 10px; }
    .bannerLP i {
      position: absolute;
      right: 20px;
      line-height: 140px;
      text-align: center;
      font-size: 5rem;
      color: #000; }
  .appform {
    text-align: center; }
    .appform img {
      width: 200px;
      height: auto;
      margin-bottom: 20px; }
    .appform a.pdf {
      display: block;
      padding: 10px;
      color: #000;
      font-weight: bold;
      border-radius: 3px;
      margin-top: 20px;
      background: #f5f5f5;
      text-align: center; }
      .appform a.pdf i {
        font-size: 2rem;
        margin-right: 5px; }
    .appform strong {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
      margin-top: 10px;
      color: #fd6250; }
  .doctorPhoto .name span {
    display: block;
    padding-bottom: 5px; }
  .alignL {
    text-align: left; }
    .alignL dl {
      max-width: 100%; }
      .alignL dl span {
        display: table-cell; }
        .alignL dl span.year {
          width: 130px; }
      .alignL dl dd ul li {
        display: table;
        text-indent: inherit;
        padding-left: 0; }
  .detail section .textBox .listBox {
    text-align: left; }
    .detail section .textBox .listBox li {
      margin-left: 15px; }
      .detail section .textBox .listBox li i {
        margin-left: -15px; } 
        .tableBox {
          margin-bottom: 40px;
      }  
      .tableBox .priceTable {
        width: 100%;
        box-sizing: border-box;
    }
    .tableBox .priceTable thead th {
      display: block;
      width: 100%;
  }
  .tableBox .priceTable thead th {
    width: 100%;
    padding: 20px 40px 20px 0;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    position: relative;
}
.tableBox .priceTable thead th::first-letter {
  color: #fd6250;
}
.tableBox .priceTable tbody th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.2;
  border-bottom: #cccccc solid 1px;
  background: #f8f8f8;
}
.tableBox .priceTable tbody td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-bottom: #cccccc solid 1px;
}
.tableBox .priceTable tbody td span {
  display: block;
  color: #fd6250;
}
.tableBox .priceTable tbody td p {
  text-align: center;
}

      
      }

/******************************************************
 PC
******************************************************/
@media screen and (min-width: 641px) {
  #treatment .pageTitle h1 .txt {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
}
  #esthetic.pageTitle h1 em {
    font-size: 4.5em;
    line-height: 1.2; }
  .treatmentList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .treatmentList li {
      position: relative; }
      .treatmentList li p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px 5px;
        font-size: 1.5rem;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.9); }
    .treatmentList li:nth-child(-n+3) {
      width: 33.333%; }
    .treatmentList li:nth-child(n+4) {
      width: 25%; }
    .treatmentList li:last-child p {
      line-height: 1.3;
      padding-top: 12px; }
  section .inner {
    width: auto;
    overflow: hidden;
    padding: 25px; }
    section .inner h2.contentTitle {
      font-size: 2.5rem;
      font-weight: bold;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 16px;
      line-height: 1;
      border: #444 solid 1px;
      letter-spacing: 1px; }
    section .inner h2.contentTitle::first-letter {
      color: #fd6250; }
    section .inner .textBox {
      padding: 40px 0;
      width: auto;
      overflow: hidden; }
  .detail section .textBox {
    padding: 40px; }
    .detail section .textBox img.right {
      float: right;
      margin-left: 30px; }
    .detail section .textBox img.right + p,
    .detail section .textBox img.right + h3.strong,
    .detail section .textBox img.right + h3.strong + p {
      margin-right: 420px; }
    .detail section .textBox img.wide {
      display: block;
      margin: 0 auto 20px;
      display: block; }
    .detail section .textBox img.wide + p {
      text-align: center; }
    .detail section .textBox .strong {
      font-size: 1.8rem;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      line-height: 1.4;
      padding-bottom: 10px; }
    .detail section .textBox .heading {
      background: #f7f7f7;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 40px;
      padding: 10px; }
    .detail section .textBox .point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 30px 0; }
      .detail section .textBox .point li {
        margin-bottom: 10px;
        width: 50%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5;
        position: relative;
        padding-left: 15px; }
        .detail section .textBox .point li i.icon-circle {
          opacity: 0.5;
          font-size: 10px;
          color: #fd6250;
          position: absolute;
          left: 0;
          top: 5px; }
      .detail section .textBox .point li.wide {
        width: 100%; }
    .detail section .textBox .point.vertical {
      display: block; }
      .detail section .textBox .point.vertical li {
        margin-bottom: 10px;
        width: auto; }
    .detail section .textBox .grayBox {
      padding: 25px;
      background: #f0f0f0;
      width: auto;
      overflow: hidden; }
      .detail section .textBox .grayBox dl dt {
        font-weight: bold; }
        .detail section .textBox .grayBox dl dt i {
          color: #fd6250;
          font-size: 10px;
          margin-right: 5px;
          opacity: 0.5; }
      .detail section .textBox .grayBox dl dd + dt {
        margin-top: 20px; }
      .detail section .textBox .grayBox .itemList > li {
        width: 100%;
        overflow: hidden;
        padding-bottom: 25px; }
        .detail section .textBox .grayBox .itemList > li img {
          float: left;
          width: 150px;
          height: auto; }
        .detail section .textBox .grayBox .itemList > li img.left + em, .detail section .textBox .grayBox .itemList > li img.left ~ p {
          display: block;
          margin-left: 170px; }
        .detail section .textBox .grayBox .itemList > li em i.icon-circle {
          opacity: 0.5;
          font-size: 10px;
          margin-right: 5px;
          color: #fd6250; }
        .detail section .textBox .grayBox .itemList > li em span {
          font-weight: bold; }
        .detail section .textBox .grayBox .itemList > li img.right {
          float: right; }
        .detail section .textBox .grayBox .itemList > li img.right + em, .detail section .textBox .grayBox .itemList > li img.right ~ p {
          display: block;
          margin-left: 0px;
          margin-right: 170px; }
      .detail section .textBox .grayBox .itemList li:last-child {
        padding-bottom: 0; }
    .detail section .textBox .strong + .grayBox {
      margin-top: 10px; }
    .detail section .textBox .flow {
      width: 100%;
      overflow: hidden;
      margin-top: 20px; }
      .detail section .textBox .flow .flowList {
        position: relative; }
        .detail section .textBox .flow .flowList > li {
          position: relative;
          padding-left: 80px;
          min-height: 52px;
          font-size: 1.4rem;
          line-height: 1.4;
          padding-bottom: 30px; }
          .detail section .textBox .flow .flowList > li p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 52px; }
            .detail section .textBox .flow .flowList > li p .icon {
              display: inline-block;
              padding: 4px;
              border-radius: 2px;
              background: #fd6250;
              color: #fff;
              font-size: 1rem;
              line-height: 1.1;
              text-align: center;
              margin-left: 10px; }
          .detail section .textBox .flow .flowList > li em {
            font-weight: bold;
            display: block;
            color: #fd6250; }
          .detail section .textBox .flow .flowList > li em + p {
            display: block;
            height: auto; }
          .detail section .textBox .flow .flowList > li ol li i {
            color: #1a428a;
            font-size: 10px;
            margin-right: 5px; }
          .detail section .textBox .flow .flowList > li ol li:nth-child(2) i {
            color: #ffb81d; }
          .detail section .textBox .flow .flowList > li ol li:nth-child(3) i {
            color: #ff5545; }
        .detail section .textBox .flow .flowList > li:before {
          content: "1";
          width: 42px;
          height: 42px;
          border-radius: 50%;
          line-height: 42px;
          border: #fd6250 solid 5px;
          background: #fff;
          display: inline-block;
          text-align: center;
          color: #fd6250;
          font-size: 2.1rem;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10; }
        .detail section .textBox .flow .flowList > li:nth-child(2):before {
          content: "2"; }
        .detail section .textBox .flow .flowList > li:nth-child(3):before {
          content: "3"; }
        .detail section .textBox .flow .flowList > li:nth-child(4):before {
          content: "4"; }
        .detail section .textBox .flow .flowList > li:nth-child(5):before {
          content: "5"; }
        .detail section .textBox .flow .flowList > li:nth-child(6):before {
          content: "6"; }
        .detail section .textBox .flow .flowList > li:nth-child(7):before {
          content: "7"; }
        .detail section .textBox .flow .flowList > li:nth-child(8):before {
          content: "8"; }
        .detail section .textBox .flow .flowList > li:nth-child(9):before {
          content: "9"; }
        .detail section .textBox .flow .flowList > li:nth-child(10):before {
          content: "10"; }
        .detail section .textBox .flow .flowList > li:nth-child(11):before {
          content: "11"; }
        .detail section .textBox .flow .flowList > li:nth-child(12):before {
          content: "12"; }
        .detail section .textBox .flow .flowList > li:after {
          content: "";
          width: 4px;
          height: 100%;
          background: #fd6250;
          position: absolute;
          left: 24px;
          top: 0; }
        .detail section .textBox .flow .flowList > li:last-child:after {
          content: none; }
    .detail section .textBox .twoRows .flowList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: 500px; }
      .detail section .textBox .twoRows .flowList li {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .detail section .textBox .addImg li {
      width: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 110px; }
      .detail section .textBox .addImg li img {
        position: absolute;
        right: 0;
        top: 0;
        height: 80px;
        width: auto; }
    .detail section .textBox .flow.narrow {
      display: block;
      width: auto;
      overflow: inherit; }
  .detail section .textBox + .textBox {
    padding-top: 0; }
  .detail section .point3 {
    padding-bottom: 20px; }
    .detail section .point3 li {
      padding-top: 10px; }
      .detail section .point3 li em {
        display: block; }
        .detail section .point3 li em span {
          font-weight: bold; }
        .detail section .point3 li em i.icon-circle {
          opacity: 0.5;
          font-size: 10px;
          margin-right: 5px;
          color: #fd6250; }
      .detail section .point3 li p {
        padding-left: 15px; }
      .detail section .point3 li a {
        margin-left: 15px;
        display: block;
        margin-top: 10px; }
  .detail section .doctorPhoto {
    width: 200px;
    float: left; }
    .detail section .doctorPhoto .name {
      display: block;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1;
      padding: 20px 0 10px; }
      .detail section .doctorPhoto .name small {
        font-size: 1.5rem; }
      .detail section .doctorPhoto .name em {
        font-size: 2.2rem;
        margin-left: 5px;
        display: inline-block; }
      .detail section .doctorPhoto .name em:first-letter {
        color: #fd6250; }
    .detail section .doctorPhoto sub {
      display: block;
      text-align: center;
      line-height: 1;
      font-size: 1.1rem; }
    .detail section .doctorPhoto span {
      display: block;
      text-align: center;
      padding-top: 10px; }
  .detail section .doctorPhoto + p {
    margin-left: 230px; }
  .detail section .listBox {
    margin-left: 230px;
    width: auto;
    overflow: hidden;
    margin-top: 20px; }
    .detail section .listBox dl {
      float: left;
      margin-right: 60px; }
      .detail section .listBox dl dt {
        font-weight: bold;
        color: #fd6250; }
      .detail section .listBox dl dd i {
        opacity: 0.5;
        font-size: 10px;
        margin-right: 5px;
        color: #fd6250; }
    .detail section .listBox dl.wide {
      width: calc(50% - 60px); }
      .detail section .listBox dl.wide li {
        margin-left: 20px;
        text-indent: -16px; }
    .detail section .listBox dl + dl {
      margin-right: 0; }
    .detail section .listBox .point2 {
      vertical-align: top; }
  .detail section .question dt {
    font-size: 1.4rem;
    color: #fd6250;
    margin-top: 20px; }
    .detail section .question dt span {
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      background: #fd6250;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      margin-right: 10px; }
  .detail section .question dd {
    font-size: 1.4rem;
    color: #596377; }
    .detail section .question dd span {
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      background: #596377;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      margin-right: 10px; }
  .zousan {
    position: fixed;
    left: 100px;
    bottom: 0px;
    z-index: 10;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .zousan:hover,
  .zousan.on {
    left: 300px; }
  .nyushi {
    position: fixed;
    right: -160px;
    top: 50%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100; }
    .nyushi img {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .nyushi:hover,
  .nyushi.on {
    right: -80px; }
  .bannerLP {
    display: block;
    border: #000 solid 1px;
    height: 140px;
    border: #000 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .bannerLP img {
      position: absolute;
      right: 50px;
      top: 0; }
    .bannerLP span {
      position: absolute;
      left: 20px;
      top: 20px; }
      .bannerLP span em {
        font-size: 2.5rem;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #000;
        display: block;
        line-height: 1;
        margin-top: 20px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .bannerLP span small {
        font-weight: bold;
        color: #000;
        display: block;
        line-height: 1;
        padding-left: 0.2em;
        padding-top: 10px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    .bannerLP i {
      position: absolute;
      right: 20px;
      line-height: 140px;
      text-align: center;
      font-size: 5rem;
      color: #000;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .bannerLP.hover {
    border-color: #ff5545; }
    .bannerLP.hover em, .bannerLP.hover small, .bannerLP.hover i {
      color: #ff5545; }
  .appform a.left {
    float: left; }
  .appform p {
    margin-left: 260px; }
  .appform a.pdf {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 20px;
    background: #f5f5f5;
    margin-left: 260px; }
    .appform a.pdf i {
      float: left;
      font-size: 2rem;
      margin-right: 5px; }
  .appform a.pdf.hover {
    color: #ff5545; }
  .appform strong {
    display: block;
    margin-left: 260px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 10px;
    color: #fd6250; }
  .denture_img01 {
    width: 100%;
    height: auto; }
  .alignL dl {
    max-width: 50%; }
    .alignL dl span {
      display: table-cell; }
      .alignL dl span.year {
        width: 130px; }
    .alignL dl dd ul li {
      display: table; }
  .doctorPhoto .name span {
    letter-spacing: -0.06em;
    font-size: 13px;
    display: block;
    padding-bottom: 5px; } 
    .tableBox {
      padding: 0 40px;
  }
  .tableBox .priceTable {
    width: 100%;
    box-sizing: border-box;
}
.tableBox .priceTable thead th {
  padding: 0 10px;
  line-height: 60px;
  text-align: left;
  background: #fff;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: #cccccc solid 1px;
  border-top: #cccccc solid 1px;
}

.tableBox .priceTable thead th::first-letter {
  color: #fd6250;
}
.tableBox .priceTable tbody th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.2;
  border-bottom: #cccccc solid 1px;
  border-right: #cccccc dotted 1px;
  background: #f8f8f8;
}
.tableBox .priceTable tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-bottom: #cccccc solid 1px;
}
.tableBox .priceTable tbody td p {
  float: left;
  text-align: left;
}
.tableBox .priceTable tbody td span {
  float: right;
  color: #fd6250;
}
  
  
  }
