@charset "UTF-8";
/* ================================================ 
	 
==============================================================================================================================================================*/
.pc {
  display: none; }

.smp {
  display: block; }

.tablet {
  display: none; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 10px 0; }
  header img {
    max-width: 100%;
    height: auto; }
  header .innar {
    width: 100%;
    display: table;
    border-collapse: collapse; }
    header .innar .logo {
      margin: 0 auto;
      width: 146px;
      display: block; }
      header .innar .logo img {
        width: 146px;
        height: 64px; }
    header .innar .right {
      display: none; }

/* ================================================ 
	sp-na
==============================================================================================================================================================*/
nav {
  display: none; }

.sp-nav {
  display: block; }

.sp-nav .telblock-cover {
  padding-bottom: 15px; }

.sp-nav .telblock {
  margin: 0 auto;
  color: #000;
  display: block;
  width: 90% !important;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 150%;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.sp-nav .telblock a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.sp-nav .faxblock {
  background: #fff;
  margin: 0 auto;
  color: #000;
  display: block;
  text-align: center;
  padding: 0 10px 20px;
  width: 90% !important; }

.sp-logo {
  margin: 0 auto 15px;
  width: 146px;
  padding: 10px;
  text-align: center;
  background: #fff; }
  .sp-logo img {
    width: 146px;
    height: 64px; }

/* ================================================ 
	nav 
==============================================================================================================================================================*/
nav {
  display: none; }

/* ================================================ 
	メインビジュアル
==============================================================================================================================================================*/
.main-block {
  width: 100%;
  position: relative; }
  .main-block img {
    max-width: 100%;
    height: auto; }
  .main-block .h1-cover {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box; }
    .main-block .h1-cover h1 {
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 1120px;
      font-size: 10px;
      line-height: 150%;
      font-weight: normal; }

/* ================================================ 
	トップナビ
==============================================================================================================================================================*/
.top-nav {
  position: relative;
  top: -5px;
  margin: 0 auto -5px;
  z-index: 1000;
  border: 1px #73c2aa solid;
  border-radius: 10px;
  background: #fff;
  width: 94%;
  max-width: 1120px;
  box-sizing: border-box; }
  .top-nav ul {
    width: 100%;
    display: block;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row wrap;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
    .top-nav ul li {
      list-style-type: none;
      width: 50%;
      text-align: center;
      display: block;
      vertical-align: middle; }
      .top-nav ul li:first-child {
        background: #73c2aa;
        text-align: center;
        color: #fff;
        width: 100%;
        padding: 5px 0; }
        .top-nav ul li:first-child span {
          display: inline; }
      .top-nav ul li a {
        display: block;
        padding: 20px 0; }
        .top-nav ul li a span {
          padding-left: 28px;
          background: url(../img/icon_top_nav.svg) no-repeat left center;
          background-size: 18px 18px; }

/* ================================================ 
	よくある悩み　ベスト3
==============================================================================================================================================================*/
.best-block {
  padding: 30px 0; }
  .best-block .headline {
    text-align: center;
    margin-bottom: 20px; }
    .best-block .headline h2 {
      text-align: center;
      font-size: 20px;
      line-height: 110%;
      font-weight: normal; }
    .best-block .headline span {
      color: #73c2aa;
      font-size: 40px;
      line-height: 120%;
      font-weight: bold; }
  .best-block ul {
    margin-bottom: 0;
    display: block; }
    .best-block ul li {
      width: 100%;
      margin-bottom: 30px; }
      .best-block ul li .image {
        margin: 0 auto 15px;
        max-width: 340px;
        position: relative; }
        .best-block ul li .image .icon {
          text-align: center;
          position: relative;
          top: -21px;
          margin-bottom: -21px; }
          .best-block ul li .image .icon img {
            width: 42px;
            height: 42px; }
      .best-block ul li .txt h3 {
        margin-bottom: 10px;
        font-size: 120%;
        line-height: 150%;
        font-weight: normal;
        text-align: center; }
      .best-block ul li .txt p {
        line-height: 160%; }
  .best-block .btn-cover {
    margin: 0 auto;
    max-width: 470px; }

/* ================================================ 
	ボタン
==============================================================================================================================================================*/
.btn01 {
  margin: 0 auto;
  display: block;
  border: 2px #000 solid;
  padding: 10px;
  vertical-align: middle;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.5s;
  color: #333 !important; }
  .btn01 span {
    vertical-align: middle;
    margin-right: 10px; }
  .btn01 .arrow {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #b9b7b5;
    position: relative;
    top: -2px;
    transition: all 0.5s; }
    .btn01 .arrow:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 6px solid #b9b7b5;
      left: 20px;
      top: -4px;
      transition: all 0.5s; }
  .btn01:hover {
    background: #000;
    color: #fff !important; }
    .btn01:hover .arrow {
      display: inline-block;
      height: 2px;
      width: 20px;
      background-color: #fff;
      position: relative;
      top: -2px;
      transition: all 0.5s; }
      .btn01:hover .arrow:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 6px solid #fff;
        left: 20px;
        top: -4px;
        transition: all 0.5s; }

/* ================================================ 
	考え　
==============================================================================================================================================================*/
.idea-block {
  padding: 40px 0;
  background-attachment: scroll; }
  .idea-block .innar h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 150%;
    text-align: center; }
  .idea-block .innar .txt p {
    line-height: 150%;
    margin-bottom: 1em;
    text-align: left; }
    .idea-block .innar .txt p:last-child {
      margin-bottom: 0; }

/* ================================================ 
	インフォーメーション　
==============================================================================================================================================================*/
.info-block {
  padding: 30px 0; }
  .info-block ul {
    display: block; }
    .info-block ul li {
      width: 100%;
      margin-bottom: 30px;
      min-height: inherit !important;
      padding: 10px; }
      .info-block ul li:nth-child(1) {
        border: 1px #d1cfcf solid; }
      .info-block ul li .topics-cont {
        margin-bottom: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row wrap;
        -ms-flex-pack: flex-start;
        -ms-flex-align: flex-start;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row wrap;
        -webkit-box-pack: flex-start;
        -webkit-box-align: flex-start;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row wrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start; }
        .info-block ul li .topics-cont:last-child {
          margin-bottom: 0; }
        .info-block ul li .topics-cont .category {
          width: 48%; }
          .info-block ul li .topics-cont .category span {
            display: inline-block;
            text-align: center;
            color: #fff;
            padding: 3px 7px; }
            .info-block ul li .topics-cont .category span.topics {
              background: #d1c79a; }
            .info-block ul li .topics-cont .category span.voice {
              background: #d19ac0; }
        .info-block ul li .topics-cont .date {
          width: 48%;
          margin-left: 0;
          text-align: right;
          padding: 3px 0; }
        .info-block ul li .topics-cont .cont {
          width: 100%;
          padding: 10px 0 0; }
      .info-block ul li .innar {
        width: 100%;
        height: 100%;
        display: table; }
        .info-block ul li .innar .tit {
          display: block; }
          .info-block ul li .innar .tit .block {
            margin: 0 auto 20px;
            max-width: 210px;
            box-sizing: border-box;
            text-align: center;
            padding: 50px 0 70px; }
            .info-block ul li .innar .tit .block p {
              font-size: 16px;
              line-height: 180%; }
            .info-block ul li .innar .tit .block h2 {
              font-size: 16px;
              line-height: 120%; }
        .info-block ul li .innar .btn {
          margin: 0 auto;
          width: 150px;
          display: block; }

/* ================================================ 
	体の痛みについて知りましょう　
==============================================================================================================================================================*/
.know-block {
  padding: 30px 0 10px; }
  .know-block .innar {
    margin: 0 auto;
    max-width: 1120px;
    width: 94%; }
    .know-block .innar .headline {
      margin-bottom: 20px; }
      .know-block .innar .headline h2 {
        font-size: 20px;
        line-height: 150%; }
    .know-block .innar ul {
      display: block; }
      .know-block .innar ul li {
        width: 100%;
        margin-bottom: 30px; }
        .know-block .innar ul li .image {
          margin: 0 auto 10px;
          max-width: 340px;
          position: relative; }
          .know-block .innar ul li .image .icon {
            text-align: center;
            position: relative;
            top: -21px;
            margin-bottom: -21px; }
            .know-block .innar ul li .image .icon img {
              width: 42px;
              height: 42px; }
        .know-block .innar ul li .txt h3 {
          margin-bottom: 15px;
          font-size: 130%;
          line-height: 150%;
          font-weight: normal;
          text-align: center; }
        .know-block .innar ul li .txt p {
          line-height: 160%; }
  .know-block .btn-cover {
    margin: 0 auto 30px; }

/* ================================================ 
	患者様の声　
==============================================================================================================================================================*/
.voice-block {
  padding: 30px 0; }
  .voice-block .swiper-button-prev,
  .voice-block .swiper-button-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    top: 48% !important;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px; }
  .voice-block .swiper-button-prev {
    left: 10px; }
  .voice-block .swiper-button-next {
    right: 10px; }
  .voice-block .voice-box {
    margin: 0 auto;
    padding: 20px 42px;
    border: 1px #e6e6e6 solid; }
    .voice-block .voice-box .image {
      margin: 0 auto 20px;
      max-width: 340px;
      width: 60%;
      float: none; }
    .voice-block .voice-box .txt {
      width: 100%;
      float: none; }
      .voice-block .voice-box .txt dl {
        margin-bottom: 20px; }
      .voice-block .voice-box .txt .voice-tit {
        color: #73c2aa;
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 15px; }
      .voice-block .voice-box .txt .vioce-txt {
        line-height: 160%; }
  .voice-block .btn-cover {
    margin: 30px auto 0;
    max-width: 470px; }

/* ================================================ 
	マップ　
==============================================================================================================================================================*/
.map-block {
  height: 250px; }
  .map-block #map {
    width: 100%;
    height: 250px; }

/* ================================================ 
	フッター
==============================================================================================================================================================*/
footer {
  padding: 30px 0 0; }
  footer .foot-data-cover {
    border-bottom: none;
    padding-bottom: 0; }
  footer .foot-data {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    footer .foot-data .profile {
      margin-bottom: 20px;
      width: 100%;
      float: none; }
      footer .foot-data .profile .foot-logo {
        margin: 0 auto 15px;
        max-width: 230px; }
      footer .foot-data .profile .time {
        display: block; }
    footer .foot-data .data {
      width: 100%;
      float: none; }
      footer .foot-data .data .cap {
        line-height: 150%; }
  footer .foot-menu {
    padding: 30px 0 0;
    width: 100%; }
    footer .foot-menu ul {
      display: block;
      border-top: 1px #ccc solid; }
      footer .foot-menu ul li {
        list-style-type: none;
        width: 100% !important; }
        footer .foot-menu ul li:nth-child(1) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(2) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(3) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(4) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(5) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(6) {
          width: inherit; }
        footer .foot-menu ul li:nth-child(7) {
          width: inherit; }
        footer .foot-menu ul li p {
          display: block; }
        footer .foot-menu ul li a {
          color: #333;
          padding: 5px 3%;
          font-size: 13px;
          line-height: 180%;
          position: relative;
          display: block;
          text-decoration: none;
          border-bottom: 1px #ccc solid;
          transition: .3s; }
          footer .foot-menu ul li a:after {
            display: none; }
          footer .foot-menu ul li a:hover {
            background: #333;
            color: #fff; }
  footer #copyrights {
    padding: 20px 3%;
    text-align: center;
    background: #e3f7f1; }

/* ================================================ 
	下層タイトル部分
==============================================================================================================================================================*/
.under-tit {
  background: #9ad1c0;
  padding: 20px 0; }
  .under-tit .innar {
    display: block;
    text-align: center; }
  .under-tit .tit {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    display: inline-block; }
    .under-tit .tit .clinic {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_clinic.svg) no-repeat left center;
      background-size: 20px 25px; }
    .under-tit .tit .menu {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_clinic.svg) no-repeat left center;
      background-size: 20px 17px; }
    .under-tit .tit .faq {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_faq.svg) no-repeat left center;
      background-size: 20px 20px; }
    .under-tit .tit .calendar {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_calendar.svg) no-repeat left center;
      background-size: 20px 20px; }
    .under-tit .tit .voice {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_voice.svg) no-repeat left center;
      background-size: 20px 21px; }
    .under-tit .tit .contact {
      padding: 3px 0 3px 35px;
      background: url(../img/icon_contact.svg) no-repeat left center;
      background-size: 20px 14px; }
  .under-tit .h1-cover h1 {
    font-size: 12px;
    line-height: 150%; }

/* ================================================ 
	パンくず
==============================================================================================================================================================*/
.breadcrumb {
  margin: 0 auto 30px; }

/* ================================================ 
	医院紹介
==============================================================================================================================================================*/
.clinic-intro {
  margin: 0 auto 30px; }
  .clinic-intro .image {
    margin: 0 auto 15px;
    max-width: 500px;
    width: 100%;
    float: none; }
  .clinic-intro .txt {
    width: 100%;
    float: none; }
    .clinic-intro .txt h2 {
      margin-bottom: 20px;
      padding: 15px 0;
      font-size: 20px;
      line-height: 150%;
      font-weight: normal; }
    .clinic-intro .txt .sentence {
      line-height: 160%; }

.tit-block {
  margin: 0 auto 15px; }
  .tit-block h2 {
    padding: 15px 0;
    font-size: 20px;
    line-height: 150%; }

.ul-list {
  margin: 0 auto 30px; }
  .ul-list ul li {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
    max-width: 340px; }
    .ul-list ul li:nth-child(3n) {
      margin: 0 auto; }

.greeting-block {
  padding: 30px 0; }
  .greeting-block .innar .image {
    margin: 0 auto;
    max-width: 470px;
    width: 60%;
    float: none;
    padding: 15px 0 0; }
  .greeting-block .innar .txt {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 15px; }
    .greeting-block .innar .txt h2 {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 150%; }
    .greeting-block .innar .txt .sentence {
      margin-bottom: 15px; }
      .greeting-block .innar .txt .sentence p {
        font-size: 14px;
        line-height: 160%; }
    .greeting-block .innar .txt .logo {
      margin: 0 auto;
      width: 146px; }
      .greeting-block .innar .txt .logo img {
        width: 146px;
        height: 64px; }

.clinic-prof {
  padding: 0 0 30px; }
  .clinic-prof .data {
    width: 100%;
    float: none; }
    .clinic-prof .data table {
      margin-bottom: 20px;
      width: 100%; }
      .clinic-prof .data table th {
        width: 100%;
        display: block;
        padding: 0 0 0;
        border: none;
        font-weight: bold; }
      .clinic-prof .data table td {
        margin-bottom: 15px;
        width: 100%;
        display: block;
        padding: 0 0 15px;
        border-bottom: 1px #000 dotted;
        vertical-align: top;
        line-height: 160%; }
  .clinic-prof .map {
    width: 100%;
    float: none; }
    .clinic-prof .map iframe {
      width: 100%;
      height: 250px; }

/* ================================================ 
	治療内容
==============================================================================================================================================================*/
.menu-index {
  margin: 0 auto 30px; }
  .menu-index ul {
    display: block; }
    .menu-index ul li {
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box; }
      .menu-index ul li:last-child {
        margin-bottom: 0; }
      .menu-index ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 12px 10px;
        transition: all 0.5s; }
        .menu-index ul li a span {
          display: block;
          background: url(../img/arrow1.png) no-repeat right center;
          background-size: 20px 20px; }
        .menu-index ul li a:hover {
          color: #fff;
          background: #9ad1c0; }
          .menu-index ul li a:hover span {
            display: block;
            background: url(../img/arrow1_on.png) no-repeat right center;
            background-size: 20px 20px; }

.menu-block {
  padding: 30px 0; }
  .menu-block .innar .inbox {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px; }
    .menu-block .innar .inbox .image {
      margin: 0 auto 15px;
      max-width: 470px;
      width: 50%;
      float: none;
      padding: 20px 0 0; }
    .menu-block .innar .inbox .txt {
      width: 100%;
      float: none; }
      .menu-block .innar .inbox .txt h2 {
        padding-top: 0;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 150%; }
      .menu-block .innar .inbox .txt .sentence {
        margin-bottom: 20px; }
        .menu-block .innar .inbox .txt .sentence p {
          margin-bottom: 1em;
          font-size: 14px;
          line-height: 160%; }
          .menu-block .innar .inbox .txt .sentence p:last-child {
            margin-bottom: 0; }
      .menu-block .innar .inbox .txt ul li {
        line-height: 160%; }
  .menu-block .list {
    margin: 0 auto;
    width: 94%;
    max-width: 1112px; }
    .menu-block .list .h3-cover {
      margin-bottom: 10px;
      text-align: center; }
      .menu-block .list .h3-cover h3 {
        display: inline-block;
        color: #fff;
        background: #9ad1c0;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        padding: 10p; }
    .menu-block .list ul {
      margin-bottom: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: flex-start;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-flex-pack: flex-start;
      -ms-flex-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: flex-start;
      -webkit-box-align: flex-start;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row wrap;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start; }
      .menu-block .list ul li {
        list-style: none;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        box-sizing: border-box;
        background: #fff;
        border: 1px #d9d9d9 solid;
        text-align: center;
        padding: 10px 5px;
        font-size: 14px;
        line-height: 150%; }
        .menu-block .list ul li span {
          color: #a10303; }
        .menu-block .list ul li:nth-child(6n) {
          margin-right: 0; }
        .menu-block .list ul li:nth-child(2n) {
          margin-right: 0; }
        .menu-block .list ul li.none {
          background: none;
          border: none; }
      .menu-block .list ul.pt3 li {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0; }
        .menu-block .list ul.pt3 li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 20px; }
    .menu-block .list .cap {
      margin-bottom: 20px;
      text-align: left; }
      .menu-block .list .cap span {
        color: #a10303; }
  .menu-block .btn-cover {
    margin: 0 auto;
    width: 94%;
    max-width: 470px; }

#insurance {
  margin-top: 0;
  padding-top: 0; }

#acupuncture {
  margin-top: 0;
  padding-top: 0; }

#traffic {
  margin-top: 0;
  padding-top: 0; }

/* ================================================ 
	治療詳細
==============================================================================================================================================================*/
.treatment-intro {
  margin: 0 auto 30px; }
  .treatment-intro .image {
    max-width: 500px;
    margin: 0 auto 15px;
    width: 100%;
    float: none; }
  .treatment-intro .txt {
    width: 100%;
    float: none; }
    .treatment-intro .txt h2 {
      margin-bottom: 20px;
      padding: 15px 0;
      font-size: 20px;
      line-height: 150%;
      font-weight: normal; }
    .treatment-intro .txt ul {
      margin-bottom: 20px;
      display: block; }
      .treatment-intro .txt ul li {
        list-style-type: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px; }
        .treatment-intro .txt ul li:last-child {
          margin-bottom: 0; }
    .treatment-intro .txt .sentence {
      line-height: 160%; }
      .treatment-intro .txt .sentence p {
        margin-bottom: 1em; }
        .treatment-intro .txt .sentence p:last-child {
          margin-bottom: 0; }
        .treatment-intro .txt .sentence p span {
          color: #b00400; }

.treatment-info {
  padding: 30px 0; }
  .treatment-info .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
  .treatment-info.pt1 {
    background: url(../img/bg_insurance_info.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll; }
  .treatment-info h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 150%; }
  .treatment-info .sentence {
    margin: 0 auto;
    max-width: 960px; }
    .treatment-info .sentence p {
      text-align: left;
      font-size: 14px;
      line-height: 160%; }

.treatment-point {
  padding: 50px 0 30px; }
  .treatment-point ul.pt1 {
    display: block; }
  .treatment-point ul.pt2 {
    display: block; }
  .treatment-point ul li {
    margin-bottom: 50px;
    width: 100%; }
    .treatment-point ul li:last-child {
      margin-bottom: 0; }
    .treatment-point ul li.image {
      margin: 0 auto 20px;
      max-width: 560px; }
    .treatment-point ul li .txt {
      padding: 0; }
      .treatment-point ul li .txt h2 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 150%; }
      .treatment-point ul li .txt .sentence p {
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 160%; }
        .treatment-point ul li .txt .sentence p:last-child {
          margin-bottom: 0; }
      .treatment-point ul li .txt .sentence .item {
        line-height: 180%;
        display: block; }
        .treatment-point ul li .txt .sentence .item span {
          display: block;
          margin-right: 15px; }

.treatment-flow {
  padding: 30px 0; }
  .treatment-flow .tit {
    margin-bottom: 20px;
    text-align: center; }
    .treatment-flow .tit dd {
      font-family: 'HuiFontP109';
      color: #5f4b3e;
      font-size: 22px;
      line-height: 150%;
      font-weight: bold; }
  .treatment-flow .flow-box {
    margin: 0 auto 15px;
    width: 94%;
    max-width: 1120px;
    position: relative; }
    .treatment-flow .flow-box .ab {
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: -10px; }
      .treatment-flow .flow-box .ab img {
        width: 50px;
        height: 20px; }
    .treatment-flow .flow-box .innar {
      border: 1px #e6e6e6 solid;
      padding: 15px 15px 30px;
      background: #fff; }
    .treatment-flow .flow-box .image {
      margin: 0 auto 15px;
      max-width: 340px;
      width: 100%;
      float: none; }
    .treatment-flow .flow-box .txt {
      width: 100%;
      float: none; }
      .treatment-flow .flow-box .txt h2 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 150%; }
        .treatment-flow .flow-box .txt h2 img {
          display: block;
          margin-right: 0;
          margin-bottom: 5px; }
      .treatment-flow .flow-box .txt .sentence p {
        font-size: 14px;
        margin-bottom: 1em;
        line-height: 160%; }
        .treatment-flow .flow-box .txt .sentence p:last-child {
          margin-bottom: 0; }
    .treatment-flow .flow-box:last-child {
      margin: 0 auto; }

.traffic-case {
  margin: 0 auto 30px; }
  .traffic-case ul {
    display: block; }
    .traffic-case ul li {
      margin-bottom: 20px;
      width: 100%;
      list-style-type: none;
      padding: 50px 0;
      height: inherit !important; }
      .traffic-case ul li:last-child {
        margin-bottom: 0; }
      .traffic-case ul li .in {
        width: 94%;
        text-align: center;
        font-size: 18px;
        line-height: 150%;
        padding: 20px 3%;
        color: #fff;
        background: rgba(125, 199, 211, 0.8); }
      .traffic-case ul li:nth-child(1) {
        background: url(../img/traffic_case1.jpg) no-repeat center center;
        background-size: cover; }
      .traffic-case ul li:nth-child(2) {
        background: url(../img/traffic_case2.jpg) no-repeat center center;
        background-size: cover; }
      .traffic-case ul li:nth-child(3) {
        background: url(../img/traffic_case3.jpg) no-repeat center center;
        background-size: cover; }

.correspondence-block {
  margin-bottom: 30px;
  padding: 30px 0; }
  .correspondence-block .innar {
    margin: 0  auto;
    width: 94%;
    max-width: 1120px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    box-sizing: border-box; }
    .correspondence-block .innar h2 {
      margin-bottom: 20px;
      width: 100%;
      font-size: 20px;
      line-height: 150%;
      font-weight: normal; }
    .correspondence-block .innar .sentence {
      width: 100%; }

.traffic-reazon {
  padding: 30px 0; }
  .traffic-reazon ul {
    display: block; }
    .traffic-reazon ul li {
      width: 100%;
      margin: 0 auto 30px;
      max-width: 360px; }
      .traffic-reazon ul li:nth-child(3n) {
        margin-right: 0; }
      .traffic-reazon ul li dl {
        position: relative;
        top: -32px;
        margin-bottom: -32px;
        width: 100%;
        display: block; }
        .traffic-reazon ul li dl dt {
          width: 62px !important;
          margin: 0 auto 10px;
          padding: 0;
          display: block; }
        .traffic-reazon ul li dl dd {
          display: block;
          padding: 0; }
          .traffic-reazon ul li dl dd p {
            height: inherit !important;
            display: block;
            background: #fff;
            padding: 10px;
            font-size: 14px;
            line-height: 160%;
            border-right: 1px #a19d9d solid;
            border-bottom: 1px #a19d9d solid; }

.price-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px; }
  .price-block h2 {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    line-height: 150%;
    font-weight: normal;
    border-top: 1px #9ad1c0 solid;
    border-bottom: 1px #ccc solid;
    text-align: center; }
  .price-block table {
    width: 100%;
    border-collapse: collapse;
    border: none; }
    .price-block table th {
      width: 100%;
      display: block;
      box-sizing: border-box;
      text-align: left;
      padding: 10px;
      font-weight: normal;
      border: none;
      background: #9ad1c0;
      color: #fff;
      font-size: 16px;
      line-height: 150%; }
    .price-block table td {
      margin-bottom: 30px;
      width: 100%;
      display: block;
      box-sizing: border-box;
      text-align: right;
      border: none;
      padding: 10px; }
      .price-block table td .price {
        font-size: 22px;
        line-height: 150%; }
      .price-block table td .cap {
        font-size: 12px;
        line-height: 150%; }

/* ================================================ 
	エンドブロック
==============================================================================================================================================================*/
.end-block {
  padding: 20px 0; }
  .end-block .innar h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%; }
  .end-block .innar .flex {
    display: block; }
    .end-block .innar .flex .dial {
      margin-bottom: 10px;
      width: 100%;
      color: #000;
      padding: 15px 0; }
      .end-block .innar .flex .dial .in {
        text-align: center;
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 100%; }
      .end-block .innar .flex .dial p {
        display: inline-block;
        text-align: center;
        background: url(../img/tel.svg) no-repeat left 0.1em;
        background-size: 34px 28px;
        padding-left: 55px;
        font-size: 38px;
        line-height: 100%; }
        .end-block .innar .flex .dial p a {
          color: #000; }
    .end-block .innar .flex .contact {
      width: 100%; }
      .end-block .innar .flex .contact a {
        display: block;
        background: #ea9391;
        color: #fff;
        padding: 30px 20px;
        font-size: 22px;
        line-height: 150%;
        text-align: center;
        text-decoration: none;
        transition: all 0.5s; }
        .end-block .innar .flex .contact a span {
          display: inline-block;
          padding: 5px 0px 5px 51px;
          background: url(../img/icon_contact.svg) no-repeat left 0.3em;
            background-size: 41px 29px; }
        .end-block .innar .flex .contact a:hover {
          background: #fa5408; }

/* ================================================ 
	よくある質問
==============================================================================================================================================================*/
.faq-bloxk .question {
  margin-bottom: 10px;
  padding: 15px;
  background: url(../img/bg_question.png) repeat left top;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start; }
  .faq-bloxk .question .mi {
    width: 35px;
    margin-right: 10px; }
    .faq-bloxk .question .mi span {
      text-align: center;
      display: block;
      width: 15px;
      border-radius: 5px;
      background: #73c2aa;
      color: #fff;
      padding: 5px 10px; }
  .faq-bloxk .question .sentence {
    padding: 5px 0;
    color: #73c2aa;
    font-size: 16px;
    line-height: 150%; }
.faq-bloxk .answer {
  margin-bottom: 30px;
  padding: 0 15px; }
  .faq-bloxk .answer .mi {
    width: 35px;
    margin-right: 10px; }
    .faq-bloxk .answer .mi span {
      text-align: center;
      display: block;
      width: 15px;
      border-radius: 5px;
      background: #efa5a3;
      color: #fff;
      padding: 5px 10px; }
  .faq-bloxk .answer .sentence {
    padding: 5px 0;
    line-height: 160%; }

/* ================================================ 
	患者様の声
==============================================================================================================================================================*/
.voice-area .voice-area-tit {
  margin-bottom: 20px;
  padding: 10px;
  display: block; }
  .voice-area .voice-area-tit .mi {
    width: 135px;
    margin-right: 0;
    margin: 0 auto 10px; }
    .voice-area .voice-area-tit .mi span {
      text-align: center;
      display: block;
      width: 115px;
      border-radius: 5px;
      background: #73c2aa;
      color: #fff;
      padding: 5px 10px; }
  .voice-area .voice-area-tit .sentence {
    padding: 5px 0;
    font-size: 16px;
    line-height: 150%; }
.voice-area .voice-cont {
  margin-bottom: 40px;
  padding: 0 0 30px;
  background: url(../img/bg_voice_box.png) repeat-x left bottom;
  display: block; }
  .voice-area .voice-cont .image {
    width: 100%;
    margin: 0 auto 15px;
    max-width: 340px; }
  .voice-area .voice-cont .txt {
    width: 100%; }
    .voice-area .voice-cont .txt .sentence {
      margin-bottom: 20px; }
      .voice-area .voice-cont .txt .sentence p {
        line-height: 160%; }
    .voice-area .voice-cont .txt .sentence2 h2 {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 150%; }
    .voice-area .voice-cont .txt .sentence2 p {
      font-size: 14px;
      line-height: 160%; }

.tel-cover {
  margin: 0 auto 30px; }
  .tel-cover .tel-block {
    padding: 15px; }
    .tel-cover .tel-block .tel {
      margin-bottom: 10px;
      text-align: center;
      font-size: 30px;
      line-height: 100%; }

/* ================================================ 
	初めての方へ
==============================================================================================================================================================*/
.beginner-intro {
  margin: 0 auto 30px; }
  .beginner-intro .flex {
    display: block; }
    .beginner-intro .flex .image {
      margin: 0 auto 15px;
      width: 40%; }
    .beginner-intro .flex .txt {
      width: 100%; }
      .beginner-intro .flex .txt .caption {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 150%; }
      .beginner-intro .flex .txt h2 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 150%;
        font-weight: normal;
        border-bottom: 1px #dddddd solid; }
      .beginner-intro .flex .txt .sentence p {
        margin-bottom: 1.5em;
        line-height: 150%; }
        .beginner-intro .flex .txt .sentence p:last-child {
          margin-bottom: 0; }

/* ================================================ 
	お問い合わせ
==============================================================================================================================================================*/
.contact-block2 {
  padding: 0 3%; }
  .contact-block2 .innar {
    padding: 30px 0 50px; }

.conts,
.cofom {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center; }

.conts .ms {
  text-align: center;
  margin-bottom: 40px; }

.conts dt {
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 20px; }

.m-form {
  width: 100%;
  margin: 0px auto;
  text-align: left; }

.m-form td,
.m-form th {
  display: block;
  width: 100%; }

.m-form td {
  padding: 0;
  vertical-align: top;
  margin: 0;
  background: none;
  box-sizing: border-box; }
  .m-form td.cc {
    padding-bottom: 15px !important; }
  .m-form td.mid {
    text-align: center;
    padding: 15px 10px 0;
    font-size: 26px;
    line-height: 150%; }

.m-form th {
  width: 100%;
  padding: 0;
  vertical-align: top;
  margin-top: 20px;
  padding-bottom: 5px; }

.m-form td input {
  width: 100% !important;
  padding: 2% 0; }

.m-form td textarea {
  width: 100% !important;
  padding: 2% 0; }

.m-form th em {
  padding: 3px 0;
  color: #9e1818;
  font-size: 12px;
  line-height: 150%; }

.long input,
.long textarea {
  width: 90%; }

.middle input {
  width: 90%; }

.short input {
  width: 20% !important; }

.choose_list1 {
  margin-top: 30px;
  width: 100%; }

.choose_list1 li {
  width: 100%;
  float: none;
  margin: 0 0 20px !important; }
  .choose_list1 li:last-child {
    margin: 0; }

.choose_list1 li input {
  width: 100%; }

.m-form td.radio label {
  display: block; }

.m-form td.radio input {
  width: auto !important;
  padding: 0; }

.m-form td.check input {
  width: auto !important;
  padding: 0; }

.birthday p {
  display: block;
  margin-bottom: 5px; }
  .birthday p:last-child {
    margin-bottom: 0; }

.m-form td input.short {
  width: 70px !important; }

.m-form td input.code {
  width: 150px !important; }

.pv-bloxk {
  padding: 0 0 30px; }
  .pv-bloxk .innar {
    border: 1px #cdc solid;
    padding: 15px; }
    .pv-bloxk .innar h2 {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 150%;
      text-align: center; }
    .pv-bloxk .innar .txt p {
      margin-bottom: 10px;
      line-height: 160%; }
      .pv-bloxk .innar .txt p:last-child {
        margin-bottom: 0; }

.readTxt {
  font-size: 16px;
}

.readMenuTtl {
  font-size: 20px;
}

.readMenuSubTtl {
  font-size: 16px;
}

.readMenu {
  padding: 20px 15px 20px;
}