@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1040px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1200px;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover,
  #form input[type="submit"]:hover{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover,
  #form input[type="submit"]:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}


/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
.mincho { font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.btn_style01 {
  background: #0792c6;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 0;
  position: relative;
  text-align: right;
  width: 220px;
  vertical-align: top;
}

.h2-ttl {
  background: rgba(245,105,167,1);
  background: -moz-linear-gradient(top, rgba(245,105,167,1) 0%, rgba(245,105,167,1) 55%, rgba(244,158,184,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,105,167,1)), color-stop(55%, rgba(245,105,167,1)), color-stop(100%, rgba(244,158,184,1)));
  background: -webkit-linear-gradient(top, rgba(245,105,167,1) 0%, rgba(245,105,167,1) 55%, rgba(244,158,184,1) 100%);
  background: -o-linear-gradient(top, rgba(245,105,167,1) 0%, rgba(245,105,167,1) 55%, rgba(244,158,184,1) 100%);
  background: -ms-linear-gradient(top, rgba(245,105,167,1) 0%, rgba(245,105,167,1) 55%, rgba(244,158,184,1) 100%);
  background: linear-gradient(to bottom, rgba(245,105,167,1) 0%, rgba(245,105,167,1) 55%, rgba(244,158,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f569a7', endColorstr='#f49eb8', GradientType=0 );
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.h2-ttl img { vertical-align: middle; }

.h3-ttl { 
  color: #d64570;
  font-size: 32px;
  font-weight: bold;
  padding: 40px 0 30px;
  text-align: center;
}

/*------------------------------------------------------------------------------
  mainvisual-block
------------------------------------------------------------------------------*/
#main-visual.outer-block {
  background: url(../img/mv_grd.png) repeat-x bottom , url(../img/mv_photo.png) no-repeat center;
  background-size: 100% 697px,cover;
  height: 867px;
}

#main-visual .head-sub {
  color: #7476b7;
  margin: 0 0 10px;
}

#main-visual .logo {
  display: inline-block;
}

#main-visual .contact-info {
  display: inline-block;
  float: right;
}

#main-visual .btn_style01:before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

#main-visual .tel-head {
  display: inline-block;
  margin: 0 0 0 20px;
}

#main-visual .tel-num {
  color: #d64570;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 60px;
  position: relative;
}

#main-visual .tel-num:before {
  content: "";
  background: url(../img/icon_telephone.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 32px;
  width: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#main-visual .tel-sub {
  color: #7476b7;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: -5px 0 0 0;
}

#main-visual .mv-txt-block {
  padding: 490px 0 0;
}

#main-visual .mv-txt-block .main-txt {
  display: inline-block;
  margin: 0 0 0 -70px;
}

#main-visual .mv-txt-block .point-txt {
  display: inline-block;
  float: right;
}


/*------------------------------------------------------------------------------
  contact-block
------------------------------------------------------------------------------*/
.contact {
  background: #54aecf;
  padding: 20px 0;
}

.contact .sub-txt {
  text-align: center;
}

.contact .ul-btn {
  text-align: center;
}

.contact .ul-btn li {
  display: inline-block;
}

.contact .ul-btn li + li {
  margin: 0 0 0 40px;
}

.contact .ul-btn .btn_style01 {
  background: #ffc000;
  box-shadow: 0 4px 0 0 #4794b0;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 240px;
}

.contact .ul-btn .btn_style01:before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto; 
}

.contact .ul-btn li.tel .btn_style01 {
  padding: 0 40px 0 0;
  width: 220px;
}

.contact .ul-btn li.tel .btn_style01:before {
  content: "";
  background: url(../img/ico_tel.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;  
}

.contact .ul-btn li.online .btn_style01 {
  padding: 0;
  text-align: center;
}

.contact .ul-btn li.online .btn_style01:before {
  content: "";
  background: none;
  height: 0;
  width: 0;
}

#float.contact.contents-block.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#float.contact.contents-block.is-active {
  opacity: 1;
  visibility: visible;
}

#float .pagetop {
  position: fixed;
  bottom: 200px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

#float .pagetop a {
  bottom: 120px;
  display: inline-block;
  height: 108px;
  width: 108px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background: rgba(7,146,198,0.9);
  text-align: center;
  line-height: 100px;
}

#float .pagetop a img { vertical-align: middle; }


/*------------------------------------------------------------------------------
  menu-block
-----------------------------------------------------------------------------*/
#menu.contents-block {
  background: #f5f4ed;
  padding: 0 0 50px;
}

#menu .pick-ttl {
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top:30px;
}

#menu .menu-ul {
  padding: 0 40px 40px;
}

#menu .menu-ul li {
  background: rgba(214,69,112,1);
  background: -moz-linear-gradient(top, rgba(214,69,112,1) 0%, rgba(214,69,112,1) 55%, rgba(244,158,184,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,69,112,1)), color-stop(55%, rgba(214,69,112,1)), color-stop(100%, rgba(244,158,184,1)));
  background: -webkit-linear-gradient(top, rgba(214,69,112,1) 0%, rgba(214,69,112,1) 55%, rgba(244,158,184,1) 100%);
  background: -o-linear-gradient(top, rgba(214,69,112,1) 0%, rgba(214,69,112,1) 55%, rgba(244,158,184,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,69,112,1) 0%, rgba(214,69,112,1) 55%, rgba(244,158,184,1) 100%);
  background: linear-gradient(to bottom, rgba(214,69,112,1) 0%, rgba(214,69,112,1) 55%, rgba(244,158,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64570', endColorstr='#f49eb8', GradientType=0 );
  border-radius: 6px;
  color: #fff;
  float: left;
  height: 344px;
  margin: 0 40px 40px 0;
  width: 540px;
}

#menu .menu-ul li:nth-child(even) {
  margin: 0 0 40px 0;
}

#menu .menu-ul li .menu-txt {
  padding: 10px 30px 0;
  position: relative;
}

#menu .menu-ul li .menu-ttl {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      width: 265px;
}

#menu .menu-ul li .menu-short {
  padding: 20px 0 0;
}

#menu .menu-ul li .menu-ttl small {
  font-size: 26px;
  font-weight: normal;
}

#menu .menu-ul li .menu-price {
  display: inline-block;
  font-size: 48px;
  float: right;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

#menu .menu-ul li .menu-price small {
  font-size: 28px;
}


#menu .p-menu-ul {
  padding: 0 40px 10px;
}

#menu .p-menu-ul li {
  float: left;
  margin: 0 40px 40px 0;
  height: 330px;
  width: 540px;
}

#menu .p-menu-ul li:nth-child(even) {
   margin: 0 0 40px 0;
}

#menu .p-menu-ul li a {
  background: url(../img/p_menu_01.png) no-repeat;   
  float: left;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

#menu .p-menu-ul .m-link-li02 a { background: url(../img/p_menu_02.png) no-repeat; }
#menu .p-menu-ul .m-link-li03 a { background: url(../img/p_menu_03.png) no-repeat; }
#menu .p-menu-ul .m-link-li04 a { background: url(../img/p_menu_04.png) no-repeat; }

#menu .p-menu-ul .m-link-li01 { border: solid 1px #29c0e6; }
#menu .p-menu-ul .m-link-li02 { border: solid 1px #f75b96; }
#menu .p-menu-ul .m-link-li03 { border: solid 1px #b466f0; }
#menu .p-menu-ul .m-link-li04 { border: solid 1px #72c15a; }

#menu .p-menu-ul .m-link-li01 .ex-txt {  background: rgba(41,192,230,0.7); }
#menu .p-menu-ul .m-link-li02 .ex-txt {  background: rgba(247,91,150,0.7); }
#menu .p-menu-ul .m-link-li03 .ex-txt {  background: rgba(180,102,240,0.7); }
#menu .p-menu-ul .m-link-li04 .ex-txt {  background: rgba(114,193,90,0.7); }

#menu .p-menu-ul .ex-txt {
  color: #fff;
  height: 120px;
  display: table;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

#menu .p-menu-ul .ex-txt:after {
  content: "";
  background: url(../img/arrow_bl.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 48px;
  width: 48px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
}

#menu .p-menu-ul .m-link-li02 .ex-txt:after {
  background: url(../img/arrow_pk.png) no-repeat;
  background-size: contain;
}
#menu .p-menu-ul .m-link-li03 .ex-txt:after {
  background: url(../img/arrow_pr.png) no-repeat;
  background-size: contain;
}
#menu .p-menu-ul .m-link-li04 .ex-txt:after {
  background: url(../img/arrow_gr.png) no-repeat;
  background-size: contain;
}


#menu .p-menu-ul .ex-txt span {
  display: table-cell;
  vertical-align: middle;
}

#menu .p-menu-ul .link-ttl {
  color: #29c0e6;
  font-size: 48px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,#fff 1px -1px 10px, #fff -1px -1px 10px;
}

#menu .p-menu-ul .m-link-li02 .link-ttl { color: #f75b96; }
#menu .p-menu-ul .m-link-li03 .link-ttl { color: #b466f0; }
#menu .p-menu-ul .m-link-li04 .link-ttl { color: #72c15a; }


#menu .menu-content {
  background: #fff;
  border-top: solid 4px #d64570;
  display: table;
  margin: 0 40px;
   padding: 0 0 20px; 
}


#menu .menu-content .menu-blocks01 {
  display: table-cell;
  width: 370px;
}

#menu .menu-content .menu-blocks01 + .menu-blocks01 { border-left: solid 1px #ccc; }

#menu .menu-content .menu-list-ttl {
  background: url(../img/menu_illust_01.jpg) no-repeat right;
  color: #d64570;
  display: table;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 190px;
  margin: 0;
  padding: 0 0 0 40px;
  width: 100%;
}

#menu .menu-content .menu-block02 .menu-list-ttl {  background: url(../img/menu_illust_02.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block03 .menu-list-ttl {  background: url(../img/menu_illust_03.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block04 .menu-list-ttl {  background: url(../img/menu_illust_04.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block05 .menu-list-ttl {  background: url(../img/menu_illust_05.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block06 .menu-list-ttl {  background: url(../img/menu_illust_06.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block07 .menu-list-ttl {  background: url(../img/menu_illust_07.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block08 .menu-list-ttl {  background: url(../img/menu_illust_08.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block09 .menu-list-ttl {  background: url(../img/menu_illust_09.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block10 .menu-list-ttl {  background: url(../img/menu_illust_10.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block11 .menu-list-ttl {  background: url(../img/menu_illust_11.jpg) no-repeat 200px;  }
#menu .menu-content .menu-block12 .menu-list-ttl {  background: url(../img/menu_illust_12.jpg) no-repeat 200px;  }


#menu .menu-content .menu-list-ttl span {
  display: table-cell;
  vertical-align: middle;
}

#menu .menu-blocks01 .menu-list-ul { position: relative; }

#menu .menu-blocks01 .menu-list-ul:before {
  background: #d64570;
  content: "";
  display: inline-block;
  height: 4px;
  width: 90%;
  position: absolute;
  top: -4px;
  left: 20px;
}

#menu .menu-blocks01 .menu-list-ul .aco-btn {
  border-bottom: solid 2px #dcdcdc;
  font-size: 16px;
  margin: 0 auto;
  padding: 18px 0 18px 40px;
  position: relative;
  width: 300px;
}

#menu .menu-blocks01 .menu-list-ul .aco-btn:after {
  content: "";
  background: url(../img/arrow_down.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 10px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

#menu .menu-blocks01 .menu-list-ul .aco-btn.open:after {
  content: "";
  background: url(../img/arrow_down.png) no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

#menu .menu-blocks01 .menu-list-ul .aco-cont {
  background: #ddf8fb;
  display: none;
  padding: 10px 30px 10px;
}

#menu .menu-blocks01 .menu-list-ul .aco-cont .block-cont {
  background: #fff;
  padding: 10px;
}

#menu .menu-blocks01 .aco-cont .block-cont .menu-name {
  color: #d64570;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

#menu .menu-blocks01 .aco-cont .block-cont .menu-exp {
  font-size: 16px;
  margin: 0;
}

#menu .menu-blocks01 .aco-cont .block-cont .menu-price {
  color: #9c6b0d;
  font-size: 16px;
  text-align: right;
}

#menu .menu-blocks01 .aco-cont .block-cont .menu-price strong {
  font-size: 22px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  anshin-block
-----------------------------------------------------------------------------*/
#anshin .anshin-block01 .inner-block01 {
  display: inline-block;
  padding: 50px 0 0;
  width: 560px;
}

#anshin .anshin-block01 .inner-block02 {
  display: inline-block;
  width: 600px;
  vertical-align: top;
}

#anshin .anshin-block01 .anshin-ttl {
  position: relative;
}

#anshin .anshin-block01 .anshin-num {
  background: #ec5f9e;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  text-align: center;
}

#anshin .anshin-block01 .anshin-num:after {
  content: "";
  border-top: 32px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid #ec5f9e;
  position: absolute;
  top: 0;
  right: -46px;
}

#anshin .anshin-block01 .anshin-txt {
  color: #0792c6;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 140px;
  vertical-align: middle;
}

#anshin .anshin-block01 .normal-txt {
  font-size: 20px;
  margin: 40px 0 0;
}

#anshin .anshin-block01.anshin-block02 {
  background: #f5f4ed;
}

#anshin .anshin-block01 .anshin02 .inner-block01,
#anshin .anshin-block01 .anshin03 .inner-block02,
#anshin .anshin-block01 .anshin04 .inner-block01,
#anshin .anshin-block01 .anshin05 .inner-block02 {
  float: right;
}

#anshin .anshin-block01 .anshin02 .inner-block01 .anshin-txt,
#anshin .anshin-block01 .anshin04 .inner-block01 .anshin-txt {
  padding: 0 140px 0 0;
}

#anshin .anshin-block01 .anshin02 .inner-block01 .anshin-num,
#anshin .anshin-block01 .anshin04 .inner-block01 .anshin-num {
  right: 0;
  left: inherit;
}

#anshin .anshin-block01 .anshin02 .inner-block01 .anshin-num:before,
#anshin .anshin-block01 .anshin04 .inner-block01 .anshin-num:before {
  content: "";
  border-top: 32px solid transparent;
  border-right: 16px solid #ec5f9e;
  border-bottom: 32px solid transparent;
  border-left: 30px solid transparent;
  position: absolute; 
  right: 110px;
}

#anshin .anshin-block01 .anshin02 .inner-block01 .anshin-num:after,
#anshin .anshin-block01 .anshin04 .inner-block01 .anshin-num:after {
  border: none;
}

/*------------------------------------------------------------------------------
  doctor-block
------------------------------------------------------------------------------*/
#doctor.contents-block {
  background: #f5f4ed;
}

#doctor .ttl-sub {
  color: #0792c6;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0 50px;
  text-align: center;
}

#doctor .txt-box {
  display: inline-block;
  font-size: 22px;
  width: 655px;
}

#doctor .txt-box .marker {
  background:linear-gradient(transparent 60%, rgba(255,192,0,0.5) 0%) ;
}

#doctor .txt-box img {
  float: right;
  margin: -50px 0 0;
}
  
#doctor .doc-block {
  background: #fff;
  box-shadow: 0 0 10px 0 #0792c6;
  display: inline-block;
  float: right;
  font-size: 18px;
  padding: 20px;
  width: 448px;
}

#doctor .doc-block .prof-ttl { font-weight: bold; }

#doctor .doc-block li { margin: 10px 0; }
#doctor .doc-block p { margin: 30px 0; }

/*------------------------------------------------------------------------------
  clinic-block
------------------------------------------------------------------------------*/
#clinic.contents-block {
  background: #f1f9fa;
  padding: 40px 0;
}

.ttl-blue {
  color: #0792c6;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4; 
  text-align: center;
}

#clinic .photo-ul li {
  float: left;
}

#clinic .photo-ul li + li {
  margin: 0 0 0 15px;
}

#clinic .clinic-table {
  display: inline-block;
  margin: 30px 0 0;
  width: 50%;
}

#clinic .clinic-table .div-tr { display: table; }

#clinic .clinic-table .p-th {   
  display: table-cell;
  width: 140px;
}

#clinic .clinic-table .p-th span {
  background: #ec5f9e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 36px;
  width: 140px;
  text-align: center;
}

#clinic .clinic-table .p-td {
  display: table-cell;
  font-size: 20px;
  padding: 10px 20px;
}

#clinic .gmap {
  background: #ccc;
  display: inline-block;
  float: right;
  height: 350px;
  margin: 30px 0 0;
  width: 540px;
}

/*------------------------------------------------------------------------------
  form-block
------------------------------------------------------------------------------*/
#form.contents-block {
  padding: 40px 0;
}

#form .formTable {
  border: solid 1px #0792c6;
  margin: 0 auto;
  width: 880px;
}

#form .formTable th {
  background: #f1f9fa;
  border-bottom: solid 1px #0792c6;
  border-right: solid 1px #0792c6;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  text-align: left;
  width: 300px;
  vertical-align: top;
}

#form .formTable th span {
  color: #ec5f9e;
}

#form .formTable td {
  padding: 20px;
  border-bottom: solid 1px #0792c6;
}

#form .formTable td small {
  display: block;
  font-size: 14px;
  margin: 20px 0 0;
}

#form .formTable tr:last-child th,
#form .formTable tr:last-child td { border-bottom: none; }

#form .formTable input[type="text"],
#form .formTable textarea,
#form .formTable select {
  border: solid 1px #c3c2bf;
  height: 40px;
  padding: 0 10px;
  width: 540px;
}

#form .formTable textarea{
  height: 100px;
}

#form .formTable select {
  background: url(../img/arrow_down.png) no-repeat 95%;
  background-size: 16px 10px;
  height: 40px;
  padding: 0 10px;
  position: relative;
  width: 170px;
}

#form .formTable select + select { margin: 0 0 0 10px; }

#form .formTable textarea { width: 540px!important; }

#form .form-btn {
  text-align: center;
  margin: 40px 0;
}

#form input[type="submit"] {
  background: url(../img/arrow_right.png) no-repeat 90%,#0792c6;
  background-size: 16px, 100%;
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 0 0 #c1ccd0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  width: 420px;
}

/*------------------------------------------------------------------------------
  footer/pagetop
------------------------------------------------------------------------------*/
#footer {
  background: #3a545e;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

#pagetop a {
  display: inline-block;
  height: 108px;
  width: 108px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background: rgba(7,146,198,0.9);
  text-align: center;
  line-height: 100px;
}

#pagetop a img { vertical-align: middle;}

#pagetop {
  width: 108px;
  height: 108px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.main-error-text {
  color: #f00;
  text-align: center;
}

#wrapper #form form table .error-border {
  border: 1px solid #f00;
}

.confirm-message {
  margin: 20px 0 0;
  text-align: center;
}

#form input[name="back"] {
  background: url(../img/arrow_right.png) no-repeat 90%,#aaa;
  background-size: 16px, 100%;
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 0 0 #c1ccd0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  margin: 0 20px 0 0;
  width: 420px;
}

@media screen and (min-width: 641px) {
  #form input[name="back"]:hover {
    opacity: 0.7;
  }
}

.thanks-block {
  font-size: 18px;
  margin: 0 auto 60px;
}

.thanks-block h2 {
  font-size: 24px;
  font-weight: bold;
}

.red-notice {
  color: #f00;
  text-decoration: underline;
}

.red-notice-no-underline {
  color: #f00;
}

.td-has-label label {
  font-size: 16px;
  margin: 0 15px 5px 0;
}

#form .formTable th span.notice {
  color: #888;
  display: block;
  font-size: 12px;
}

#form .formTable .hope-box .title {
  padding: 0 10px 0 0;
}

#form .formTable .hope-box select {
  width: 120px;
}

#form .formTable .hope-box + .hope-box {
  margin: 15px 0 0 ;
}

.visit-box {
  margin: 20px 0 0;
}

.visit-notice {
  margin: 5px 0 0;
}

.return-top-link {
  color: #0792c6;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
}
.return-top-link a {
  color: #0792c6;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after,
#menu .menu-ul:after,
#menu .p-menu-ul:after,
#menu .menu-content:after,
#clinic .photo-ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
