@charset "UTF-8";
.subPageContent {
  border-top: 1px solid #e8e8e8;
}

.breadcrumb {
  max-width: 1060px;
  text-align: left;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 12px;
  line-height: 1.4em;
}
.breadcrumb a {
  color: #19a5b6;
  text-decoration: underline;
}

.subPageTitle {
  background: url("../images/common/bg-subpagetitle.png") top center;
  height: 220px;
  box-sizing: border-box;
}
.subPageTitle h2 {
  width: 1060px;
  height: 280px;
  position: relative;
  margin: 0 auto;
  padding: 70px 0;
  height: 80px;
}
.subPageTitle h2 .badge {
  position: absolute;
  right: 0;
  top: 15%;
}

.subPageTitle.column {
  background: url("../images/column/column-titlebg.jpg") top center;
}

.subPageBox {
  width: 100%;
  background: #f4f6f5;
}
.subPageBox .subPageBox-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 0;
}
.subPageBox h3 {
  margin-bottom: 40px;
}

h4.hline {
  background: url("../images/type-treatment/lead-bg.png") no-repeat;
  font-weight: bold;
  font-size: 20px;
}

.treatment-boxes {
  margin: 50px 0;
  display: table;
  text-align: left;
}
.treatment-boxes .treatment-box-row {
  display: table-row;
}
.treatment-boxes .picframe, .treatment-boxes .txtframe {
  display: table-cell;
  height: 360px;
  box-sizing: border-box;
  width: 50%;
}

.treatment-boxes .picframe {
	vertical-align: middle;
}
.treatment-boxes h5 {
  color: #19a5b6;
  font-weight: bold;
  padding: 1em 0;
  font-size: 18px;
}
.treatment-boxes .picframe {
  background: #F1EBDA;
}
.treatment-boxes .txtframe {
  padding: 45px 60px;
  background: #fff;
  vertical-align: top;
}
.treatment-boxes .txtframe p {
	margin-bottom: 20px;
  line-height: 1.5em;
}

p.lead-text {
  margin: 0 auto 30px;
  line-height: 1.6em;
}

p.pricelist-lead {
  margin: 0 auto 70px;
}

p.pay-lead {
  margin: 50px 0;
  font-weight: bold;
  font-size: 18px;
}

.pricebox {
  width: 1060px;
  margin: 0 auto 100px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.pricebox dt, .pricebox dd {
  line-height: 2em;
}
.pricebox dt {
  float: left;
  width: 334px;
  position: relative;
  height: 2em;
}
.pricebox dt:before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.pricebox dt.subTitle:before{
    content: none;
}
.pricebox dt span.spantitle {
  background: #fff;
  display: inline-block;
  position: absolute;
}
.pricebox dd {
  float: right;
  color: #19a5b6;
  font-weight: bold;
}
.monitor dt,.monitor dd{
    color: #e45949;
}

.pricebox-topbd {
  background: #70e3d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #70e3d1 0%, #70c9e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #70e3d1 0%, #70c9e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #70e3d1 0%, #70c9e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e3d1', endColorstr='#70c9e4',GradientType=1 );
  /* IE6-9 */
  height: 5px;
}

.price-left {
  width: 450px;
  border-right: 1px solid #dddddd;
  padding: 0 40px;
  margin: 34px 0;
  float: left;
}

.price-right {
  width: 449px;
  padding: 0 40px;
  margin: 34px 0;
  float: left;
}

.price-right p.partprice {
	padding: 15px;
	text-align: center;
	background: #E0F3F8;
	border-radius: 5px;
}

.price-right p.partprice span {
	font-weight: bold;
	font-size: 110%;
	color: #19A5B6;
}

.price {
  border-bottom: 1px dotted #ddd;
  margin: 15px 0;
  padding: 15px 0;
}
.price.bd-n {
  border: none;
}
.price h4 {
  margin-bottom: 1em;
}

span.greentxt {
  color: #19a5b6;
}

.pricebox-second {
  margin-bottom: 100px;
}

.pricebox-second-left {
  float: left;
  width: 510px;
}

.pricebox-second-right {
  float: right;
  width: 510px;
}

.pricebox-second-inner {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  text-align: left;
  padding-bottom: 30px;
}
.pricebox-second-inner .pricebox-topbd {
  margin-bottom: 30px;
}

.pricebox-second dt, dd {
  line-height: 2em;
}

.pricebox-second dl {
  padding: 0.5em 40px;
}
.pricebox-second h4 {
  padding: 1em 40px 0;
}
.pricebox-second dt {
  float: left;
  width: 334px;
  position: relative;
  height: 2em;
}
.pricebox-second dt:before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.pricebox-second dt span.spantitle {
  background: #fff;
  display: inline-block;
  position: absolute;
}
.pricebox-second dd {
  float: right;
  color: #19a5b6;
  font-weight: bold;
}

.subPageBox.priceout {
  background: #f5f8f7;
}

.pay {
  background: #fff;
  padding: 100px 0;
}

.pay-icons {
  width: 1060px;
  margin: 30px auto;
}

.pay-icon {
  width: 33%;
  text-align: center;
  float: left;
}
.pay-icon p {
  font-size: 18px;
  font-weight: bold;
  color: #19a5b6;
  margin: 1em 0;
}
.pay-icon p span {
  font-size: 70%;
  color: #393535;
  font-weight: normal;
}

.pay-txt {
  background: #f5f8f7;
  text-align: left;
  padding: 40px;
  width: 1060px;
  margin: 0 auto 30px;
}
.pay-txt h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.pay-txt p {
  margin-bottom: 1em;
}
.pay-txt strong {
  font-weight: bold;
}

h3.clinic-title01 {
  padding: 4% 0 4%;
}


/* ----------------------------------------

clinic.php

------------------------------------------  */

.clinicBox01 {
  background: #def3f4;
  padding-bottom: 100px;
}
.clinicBox01 .clinicBoxInner {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.clinicBox01 .clinicBoxInner .doc-pic1 {
  position: absolute;
  top: -40px;
  left: 0;
  height: 751px;
}
.clinicBox01 .clinicBoxInner .doc-pic2 {
  position: absolute;
  top: 440px;
  left: 270px;
  height: 388px;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt {
  padding: 110px 0 80px 0px;
  text-align: left;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt:not(:first-of-type){
    padding-top: 0;
}
.clinic_left {
    text-align: center;
}

.keireki {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .c-name1 {
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .c-name2 {
  font-size: 50px;
  font-weight: bold;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .c-name3 {
  color: #61bac7;
  font-size: 16px;
  font-family: serif;
  font-style: italic;
  padding: 1em 0 90px 0;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki {
  padding-left: 40px;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki h4 {
  font-weight: bold;
  padding: 1em 0;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki ul {
  margin-bottom: 30px;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki li {
  border-bottom: 1px solid #caddde;
  padding: 0.6em 0;
}

.clinicBoxInner-2 {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  height: 570px;
}
.clinicBoxInner-2 img {
  position: absolute;
  right: 0;
  top: 0;
  height: 480px;
}
.clinicBoxInner-2 .clinicBoxInner-textbox {
  position: absolute;
  left: 0;
  top: 220px;
  width: 459px;
  box-sizing: border-box;
  background: #fff;
}
.clinicBoxInner-2 .clinicBoxInner-textbox h4 {
  color: #19a5b6;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 30px;
}
.clinicBoxInner-2 .clinicBoxInner-textbox p {
  line-height: 1.5em;
  padding: 0 60px 60px;
  text-align: left;
}

.imgfram {
  width: 70px;
  height: 480px;
  background: #ccc;
}

.clinicBox02 {
  background: #f5f8f7;
}

.clinicBox03 {
  background: #fff;
}

span.docname {
  font-size: 14px;
  color: #1e1919;
  padding: 0.6em 0;
  display: block;
}

.clinicBoxInner-3 {
  width: 1060px;
  margin: 70px auto;
  position: relative;
  height: 570px;
}
.clinicBoxInner-3 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
}
.clinicBoxInner-3 .clinicBoxInner-textbox {
  position: absolute;
  right: 0;
  top: 216px;
  width: 459px;
  box-sizing: border-box;
  background: #fff;
}
.clinicBoxInner-3 .clinicBoxInner-textbox h4 {
  color: #19a5b6;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 30px;
}
.clinicBoxInner-3 .clinicBoxInner-textbox p {
  line-height: 1.5em;
  padding: 0 60px 60px;
  text-align: left;
}

.clinic03-box {
  width: 340px;
  float: left;
  margin: 0 20px 20px 0;
  text-align: left;
}
.clinic03-box h4 {
  padding: 1em;
  color: #19a5b6;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0;
}
.clinic03-box.mn {
  margin-right: 0;
}

.clinicBoxInner-4 {
  width: 1060px;
  margin: 70px auto;
  position: relative;
  height: 570px;
}
.clinicBoxInner-4 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
}
.clinicBoxInner-4 .clinicBoxInner-textbox {
  position: absolute;
  right: 0;
  top: -70px;
  width: 459px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.clinicBoxInner-4 .clinicBoxInner-textbox .flowboxiner {
  padding: 0 60px 30px;
  text-align: center;
}
.clinicBoxInner-4 .clinicBoxInner-textbox img.flownum {
  width: 123px;
  height: 124px;
  position: static;
}
.clinicBoxInner-4 .clinicBoxInner-textbox h4 {
  color: #19a5b6;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 30px;
}
.clinicBoxInner-4 .clinicBoxInner-textbox p {
  line-height: 1.5em;
  padding: 0 60px 60px;
  text-align: left;
}

.clinicBoxInner-5 {
  width: 1060px;
  margin: 70px auto;
  position: relative;
  height: 570px;
}
.clinicBoxInner-5 img {
  position: absolute;
  right: 0;
  top: 0;
  height: 480px;
}
.clinicBoxInner-5 .clinicBoxInner-textbox {
  position: absolute;
  left: 0;
  top: -70px;
  width: 459px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.clinicBoxInner-5 .clinicBoxInner-textbox .flowboxiner {
  padding: 0 60px 30px;
  text-align: center;
}
.clinicBoxInner-5 .clinicBoxInner-textbox img.flownum {
  width: 123px;
  height: 124px;
  position: static;
}
.clinicBoxInner-5 .clinicBoxInner-textbox h4 {
  color: #19a5b6;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 30px;
}
.clinicBoxInner-5 .clinicBoxInner-textbox p {
  line-height: 1.5em;
  padding: 0 60px 60px;
  text-align: left;
}

.clinicBoxInner-textbox {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}


.clinic_header{
    text-align: center;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
}    
.clinic_header .c-name2{
    font-size: 35px !important;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt{
    width: 80%;
    margin: auto;
}
.clinicFlex{
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.clinicFlex .clinic_left{
    width: 30%;
    text-align: right;
    margin-top: 14px;
}
.clinicFlex .clinic_right{
    width: 70%;
    text-align: left;
}
.clinicFlex .clinic_right .keireki{
    width: 100%;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki h4,
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku h4{
    padding-bottom: 10px;
    font-weight: bold;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
/*    justify-content: space-between;*/
    justify-content: left;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku ul li{
    list-style-type: disc;
    width: 33.3%;
    margin-bottom: 10px;
}
.clinicBox01 .clinicBoxInner .clinicBoxInner-txt:first-of-type .sikaku ul li:last-of-type{
    width: 100%;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .clinicBox01 .clinicBoxInner .clinicBoxInner-txt{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .clinicBox01 .clinicBoxInner .clinicBoxInner-txt:not(:first-of-type){
        padding-top: 10%;
    }
    .clinicFlex{
        display: block;
    }
    .clinicFlex .clinic_left{
        width: 100%;
        text-align: center;
    }
    .clinicFlex .clinic_right{
        width: 100%;
        text-align: left;
    }
    .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku h4{
        text-align: left;
    }
    .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku ul{
        display: block;
        margin-left: 1em;
    }
    .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .sikaku ul li{
        width: 100%;
        text-align: left;
    }
}    

p.flow-lead {
  padding: 0 0 80px;
}

/*accordion*/
.faq-list {
  text-align: left;
}

.faq-list dt {
  display: block;
  background: #fff;
  padding: 30px 0 30px 42px;
  border-top: 1px solid #caddde;
  color: #19a5b6;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.faq-list dd {
  display: none;
  background: #fff;
  padding: 0 0 30px 42px;
}
.faq-list dd img {
  float: left;
  margin: 1em;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #221d1d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、×切り替え*/
.accordion_icon.active span {
  background: #19a5b6;
}

.accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.columnbox {
  width: 340px;
  margin: 20px 20px 45px 0;
  box-sizing: border-box;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  float: left;
  background: url("../images/column/columnboxbg.png") repeat-y;
  padding: 40px 30px 40px 50px;
  position: relative;
}
.columnbox:before {
  content: "";
  background: url("../images/column/columnboxbottom.png") no-repeat left bottom;
  bottom: -25px;
  left: 0;
  height: 25px;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.columnbox .columnbox-date {
  border-bottom: 1px solid #ccc;
  background: url("../images/column/column-titleicon.png") no-repeat right bottom;
  padding: 0.4em 0;
  text-align: left;
}
.columnbox .columnbox-pic {
  margin: 20px 0 20px -10px;
}
.columnbox .columnbox-tit {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.columnbox .columnbox-tit a {
  text-decoration: underline;
  color: #19a5b6;
}

.columnbox:nth-child(3n) {
  margin-right: 0;
}

.column-entrybox {
  background: url("../images/column/column-entry-bodybg.png") repeat-y;
  padding: 50px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  position: relative;
}
.column-entrybox:before {
  content: "";
  background: url("../images/column/column-entrybg-bottom.png") no-repeat left bottom;
  bottom: -29px;
  left: 0;
  height: 29px;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.subPageBox.column-entry {
  background: #f5f8f7;
}

.subPageBox.posts-list {
  background: #def3f4;
  margin-top: -75px;
}

.subPageBox.posts-list h3 {
  padding-top: 75px;
}

.subPageBox.posts-list .subPageBox-inner {
	padding-top: 0;
}

.column-entrybox {
  text-align: left;
}

span.entry-tit-date {
  display: block;
  font-style: italic;
  font-family: serif;
}

h2.entry-tit {
  color: #19a5b6;
  font-size: 26px;
  font-weight: bold;
  padding: 0.6em 0 30px;
  border-bottom: 1px solid #ccc;
  background: url("../images/column/column-titleicon.png") no-repeat bottom right;
}

.snsbtn {
  padding: 1em 0;
}

.entry-area {
  text-align: center;
}
.entry-area img {
  margin: 1em auto;
}

.entry-body {
  text-align: left;
}
.entry-body h3 {
  font-size: 22px;
  padding: 1em 0 1em 1.6em;
  background: #def3f4;
  border-left: 6px solid #19a5b6;
  font-weight: bold;
  margin: 50px 0 1em;
}
.entry-body p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}
.entry-body h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #19a5b6;
  padding: 1em 0;
  margin: 50px 0 1em;
}

.entry-body ul li {
	list-style-type: disc;
	list-style-position:inside;
}

.entry-body ul li {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}

.snsbtn div {
  float: left;
  padding-right: 10px;
}

div.fb {
  padding-right: 0;
}

.lead-text-clinic {
  width: 1060px !important;
  width: 94%;
  margin: 0 auto;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .subPageTitle {
    background: url(../images/sp/sp-subpagetitlebg.jpg) no-repeat top center;
    background-size: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .subPageTitle h2 {
    width: 100%;
    height: 280px;
    position: relative;
    margin: 0 auto;
    padding: 10% 0;
    height: auto;
  }

  .subPageTitle h2 img {
    width: 40%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  h4.hline {
    background: url(../images/sp/sp-sejyutsu-titlebg.png) no-repeat center;
    background-size: 100%;
    font-weight: bold;
    font-size: 14px;
  }

  .subPageBox .subPageBox-inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 6% 0;
  }

  .treatment-boxes {
    margin: 50px 0;
    display: inline;
    text-align: left;
  }

  .treatment-boxes .treatment-box-row {
    display: inline;
  }

  .treatment-boxes .picframe, .treatment-boxes .txtframe {
    display: block;
    height: auto;
    box-sizing: border-box;
    width: 100%;
  }

  .treatment-boxes .txtframe {
    padding: 6%;
    background: #fff;
    margin-bottom: 6%;
  }

  .treatment-boxes .picframe {
    margin-top: 6%;
  }

  p.lead-text {
    width: 100%;
    margin: 0 auto 30px;
    line-height: 1.6em;
  }

  .subPageBox h3 {
    margin: 1em 0;
  }

  .subPageBox h3 img {
    max-width: 100%;
  }
  
  .subPageTitle h2 .badge {
  	top: 16%;
	width: 110px;
  }

  .pricebox {
    width: 100%;
    margin: 0 auto;
  }

  .price-left {
    width: 100%;
    border-right: none;
    padding: 6%;
    margin: 6% 0;
  }

    .pricebox dl{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
  .pricebox dt {
/*    float: left;*/
    float: none;
/*    width: 60%;*/
    width: 70%;
    position: relative;
    height: auto;
  }
    .pricebox dt span.spantitle {
        position: relative;
        z-index: 10;
        padding-right: 0.5em;
    }
    .pricebox dd{
        width: 30%;
        text-align: right;
    }

  .price-left {
    width: 88%;
    border-right: none;
    padding: 6%;
    margin: 6% 0;
  }

  .price-right {
    width: 100%;
    padding: 6%;
    margin: 0 0 6%;
    float: none;
    box-sizing: border-box;
  }
  
  .pricebox-second-left {
    float: none;
    width: 100%;
  }

  .pricebox-second dt {
    float: left;
    width: 60%;
    position: relative;
    height: 2em;
  }

  .pricebox-second-inner {
    height: auto !important;
  }

  .pricebox-second dt {
    float: left;
    width: 60%;
    position: relative;
    height: 2em;
  }

  .pricebox-second h4 {
    padding: 1em 40px 0;
    margin-top: 2em;
  }

  .pricebox-second-right {
    float: none;
    width: 100%;
  }

  .pricebox-second dl {
    padding: 1em 40px;
  }

  .pay-icons {
    width: 100%;
    margin: 30px auto;
  }

  .pay-icon {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 10%;
  }

  .pay-txt {
    background: #f5f8f7;
    text-align: left;
    padding: 6%;
    width: 94%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .clinicBox01 .clinicBoxInner .doc-pic1 {
    position: absolute;
    top: -1%;
    left: 50%;
    height: auto;
    width: 65%;
    margin-left: -30%;
  }

  .clinicBox01 .clinicBoxInner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .clinicBox01 .clinicBoxInner .doc-pic2 {
    position: absolute;
    top: 17%;
    left: 50%;
    width: 43%;
    height: auto;
  }

  .clinicBox01 .clinicBoxInner .clinicBoxInner-txt {
    padding: 10% 6% 0;
    text-align: center;
  }

  .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .c-name3 {
    color: #61bac7;
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    padding: 1em 0;
  }

  .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki {
    padding-left: 6%;
    text-align: left;
  }

  .clinicBoxInner-2 img {
    position: static;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
  }

  .clinicBoxInner-2 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding-bottom: 16%;
  }

  .clinicBoxInner-2 .clinicBoxInner-textbox {
    position: relative;
    left: 50%;
    top: 0;
    width: 90%;
    box-sizing: border-box;
    background: #fff;
    margin-left: -45%;
    margin-top: -20%;
  }

  .clinicBoxInner-2 .clinicBoxInner-textbox p {
    line-height: 1.5em;
    padding: 0 6% 6%;
    text-align: left;
  }

  .clinicBoxInner-2 .clinicBoxInner-textbox h4 {
    color: #19a5b6;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6%;
    padding-top: 6%;
  }

  .clinicBox01 {
    background: #def3f4;
    padding-bottom: 0;
  }

  .clinicBox02 {
    background: #f5f8f7;
    overflow: hidden;
  }

  .clinicBoxInner-3 {
    width: 100%;
    margin: 6% auto;
    position: relative;
    height: 500px;
  }

  .clinicBoxInner-3 img {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
  }

  .clinicBoxInner-3 .clinicBoxInner-textbox {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 90%;
    box-sizing: border-box;
    background: #fff;
    z-index: 300;
    margin-left: -45%;
  }

  .clinicBoxInner-3 .clinicBoxInner-textbox h4 {
    color: #19a5b6;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6%;
    padding-top: 6%;
  }

  .clinicBoxInner-3 .clinicBoxInner-textbox p {
    line-height: 1.5em;
    padding: 0 6% 6%;
    text-align: left;
  }

  p.flow-lead {
    padding: 6% 0;
    font-size: 12px;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox {
    position: static;
    right: 0;
    top: -70px;
    width: 459px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
  }

  .clinicBoxInner-4,
  .clinicBoxInner-5 {
    width: 94%;
    margin: 3%;
    position: static;
    height: auto;
    padding-bottom: 70px;
  }

  .clinicBoxInner-4 img,
  .clinicBoxInner-5 img {
    position: static;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox,
  .clinicBoxInner-5 .clinicBoxInner-textbox {
    position: relative;
    right: 0;
    top: 0;
    width: 90%;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    margin: -50px auto;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox .flowboxiner,
  .clinicBoxInner-5 .clinicBoxInner-textbox .flowboxiner {
    padding: 0 6% 3%;
    text-align: center;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox img.flownum,
  .clinicBoxInner-5 .clinicBoxInner-textbox img.flownum {
    width: 43%;
    height: auto;
    position: static;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox h4,
  .clinicBoxInner-5 .clinicBoxInner-textbox h4 {
    color: #19a5b6;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6%;
    padding-top: 0;
  }

  .clinicBoxInner-4 .clinicBoxInner-textbox p,
  .clinicBoxInner-5 .clinicBoxInner-textbox p {
    line-height: 1.5em;
    padding: 0 6% 6%;
    text-align: left;
    font-size: 12px;
  }

  .accordion_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 0;
    right: 2%;
  }

  .faq-list dt {
    display: block;
    background: #fff;
    padding: 3% 4%;
    border-top: 1px solid #caddde;
    color: #19a5b6;
    font-weight: bold;
  }

  .faq-list dd {
    display: none;
    background: #fff;
    padding: 3% 4%;
  }

  .faq-list dd img {
    float: none;
    margin: 1em;
    width: 94%;
  }

  .snsbtn div {
    float: left;
    padding-right: 3%;
    margin-bottom: 0.4em;
  }

  .column-entrybox {
    padding: 6%;
  }

  h2.entry-tit {
    line-height: 1.5em;
  }

  .entry-area img {
    margin: 3% 3% 12%;
    width: 94%;
  }

  .entry-body h3 {
    font-size: 18px;
    padding: 0.6em 1em;
    background: #def3f4;
    border-left: 6px solid #19a5b6;
    font-weight: bold;
    margin: 0;
  }

  .clinic03-box {
    width: 100%;
    float: none;
    margin: 3% auto;
    text-align: left;
  }
  .clinic03-box img {
    width: 100%;
  }

  p.pricelist-lead {
    margin: 0 auto 7%;
  }

  .pricebox-second h4 {
    padding: 0 6%;
    margin-top: 2em;
  }

  .pricebox-second dl {
    padding: 0 6%;
  }

  .pay h3 img {
    width: 36%;
  }

  .pay {
    margin: 0 3%;
    padding: 3% 3% 10%;
  }

  .pricebox-second {
    margin-bottom: 5%;
    padding: 3% 0 0;
  }

  .contact-3rd-area .title {
    margin: 0 0 5%;
  }

  .contact-3rd-area {
    margin-top: 10%;
  }

  .subPageTitle h2 img.clinic-pagetitle {
    width: 59%;
  }

  .clinic-title1 {
    width: 74%;
  }

  .c-name1 {
    font-size: 12px !important;
    padding: 0.4em 0 !important;
  }

  .c-name2 {
    font-size: 30px !important;
  }

  .c-name3 {
    font-size: 9px !important;
    padding: 0.4em 0 !important;
  }

  .clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki {
    padding-left: 0;
    text-align: left;
  }

  .clinic-title03 {
    width: 41%;
  }

  .clinic-slide-top li img {
    width: 65%;
    margin: 0 auto;
  }

  .count {
    padding: 1em 0 8%;
    font-size: 10px;
    font-family: serif;
    font-style: italic;
  }

  .caption-head {
    font-size: 14px;
    font-weight: bold;
    color: #19a5b6;
  }

  .caption-body {
    text-align: left;
  }

  .clinic-slide-top-bg {
    background: #dddddd;
    text-align: center;
  }

  .clinic-slide-top-bg .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/sp/clinic-slide-control-r.jpg) no-repeat !important;
    background-size: 100% !important;
    margin-right: 1.5% !important;
  }

  .clinic-slide-top-bg .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/sp/clinic-slide-control-l.jpg) no-repeat !important;
    background-size: 100% !important;
    margin-left: 1.5% !important;
  }

  .clinic-slide-top .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50% !important;
    margin-top: -17px;
    outline: 0;
    width: 10%;
    height: 10%;
    text-indent: -9998px;
    z-index: 9999;
    min-width: 35px;
    min-height: 35px;
  }

  .clinic-slide-bottom {
    padding-bottom: 10%;
  }

  .lead-text-clinic {
    width: 94% !important;
    margin: 0 auto 3%;
    font-size: 12px;
  }

  .subPageBox.clinic {
    padding-top: 15px;
  }

  .columnbox .columnbox-pic {
    margin: 3% 0 6%;
    width: 100%;
  }

  .columnbox {
    width: 100%;
    margin: 3% 3% 10% auto;
    box-sizing: border-box;
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    float: left;
    background: url("../images/column/columnboxbg.png") repeat-y;
    background-size: 100%;
    padding: 6% 6% 6% 9%;
    position: relative;
  }

  .columnbox-date {
    font-family: serif;
    font-style: italic;
  }

  .column-entrybox {
    padding: 6% 6% 6% 9%;
  }

  .entry-body p {
    margin: 1em 0;
  }

  .entry-body h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #19a5b6;
    padding: 1em 0;
    margin: 9% 0 0;
  }

  .subPageBox.posts-list {
    margin-top: 0;
  }

  .columnbox::before {
    content: "";
    background: url("../images/column/columnboxbottom.png") no-repeat left bottom;
    bottom: -25px;
    left: 0;
    height: 25px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    background-size: 100%;
  }

  .subPageTitle h2 .pricelist-pagetitle {
    width: 30% !important;
  }
}

/*add*/
.clinic-area {
	background: none;
}

.subPageBox.contactus p.lead-text-clinic {
	padding: 40px 0; 
}

.subPageBox.contactus table.form_area {
	width: 800px;
	margin: 0 auto 30px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.subPageBox.contactus table.form_area td {
	padding: 15px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.subPageBox.contactus table.form_area td.l_form {
	width: 200px;
	background: #DEF3F4;
}

.subPageBox.contactus table.form_area td.l_form span.hissu {
	display: block;
	float: right;
	width: 40px;
	color: #FFF;
	background: #4FACBB;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
}

.subPageBox.contactus table.form_area td.l_form p.sub {
	font-size: 12px;
	color: #666;
}

.subPageBox.contactus table.form_area td.r_form {
	background: #FFF;
}

.subPageBox.contactus table.form_area td.r_form p.err {
	margin-top: 10px;
	color: #FF2F00;
	font-size: 12px;
}

.subPageBox.contactus table.form_area td.r_form p.explain {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.subPageBox.contactus table.form_area td.r_form input.txt_area01 {
	padding: 3px;
	font-size: 16px;
	width: 200px;
}

.subPageBox.contactus table.form_area td.r_form input.txt_area02,
.subPageBox.contactus table.form_area td.r_form textarea.txt_area03 {
	padding: 3px;
	font-size: 16px;
	width: 400px;
}

.subPageBox.contactus table.form_area td.r_form input.old {
	padding: 3px;
	font-size: 16px;
	width: 200px;
}

.subPageBox.contactus table.form_area td.r_form select {
	padding: 3px;
	font-size: 16px;
}

.subPageBox.contactus table.form_area td.r_form .modekana {
	ime-mode: active;
}


.subPageBox.contactus table.form_area td.r_form .modehankaku {
	ime-mode: disabled;
}

.subPageBox.contactus table.form_area td.r_form span.part {
	margin-right: 10px;
}

.subPageBox.contactus p.privecy_txt {
	margin: 0 auto 20px;
	width: 800px;
	text-align: center;
}

.subPageBox.contactus .btn {
	padding-bottom: 30px;
}

@media (max-width: 768px) {
.breadcrumb {
	display: none;
}
	
.subPageBox.contactus table.form_area,
.subPageBox.contactus table.form_area tbody,
.subPageBox.contactus table.form_area tr,
.subPageBox.contactus table.form_area th,
.subPageBox.contactus table.form_area td,
.subPageBox.contactus table.form_area td.l_form {
	display: block;
	width: auto;
}

.subPageBox.contactus table.form_area td.r_form input.txt_area01,
.subPageBox.contactus table.form_area td.r_form input.txt_area02,
.subPageBox.contactus table.form_area td.r_form textarea.txt_area03 {
	padding: 3px;
	font-size: 16px;
	width: 90%;
}

.subPageBox.contactus table.form_area td.l_form p.sub {
	display: inline;
}

.subPageBox.contactus table.form_area td.r_form span.part {
	display: block;
	margin-bottom: 5px;
}


.subPageBox.contactus p.privecy_txt {
	margin: 0 10px 20px;
	width: auto;
	text-align: center;
	font-size: 11px;
}
.keireki {
    width: 100%;
}
	.clinicBox01 .clinicBoxInner .clinicBoxInner-txt .keireki ul {
    margin-bottom: 20px;
}
}
