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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  -pie-load-path: "http://any.server/path/to/pie-js-files/PIE.htc";
  min-width: 860px;
}

body {
  -webkit-text-size-adjust: 100%;
}

a img {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #090909;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

.form #container {
  background: url(../img/header_bg.gif) left top repeat-x #090909;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 860px;
}

.counselingHead {
  position: absolute;
  top: 450px;
  left: 85px;
  background: url(../img/link_btn_counseling_bg.gif) left top no-repeat;
}
.counselingHead img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.form .header-wrapper {
  width: 860px;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg1.gif) left 101px repeat;
}

.h1 {
  font-size: 1.1em;
  text-align: center;
  line-height: 24px;
  color: #837a73;
}

.form .h1 {
  background-color: #080505;
}

#logo {
  padding: 32px 0px 30px 25px;
}
#logo a img:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.case-icon {
  position: absolute;
  top: 33px;
  right: 135px;
}

.link {
  position: absolute;
  bottom: 13px;
  right: 25px;
}
.link a img:hover {
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

#gnavi {
  width: 100%;
  margin-top: -8px;
  background: url(../img/nav_bg.png) left top repeat-x;
  z-index: 100;
}
#gnavi ul {
  *zoom: 1;
  width: 860px;
  height: 75px;
  margin: 0 auto;
  padding-top: 8px;
}
#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi li {
  float: left;
}
#gnavi li.top {
  background: url(../img/nav_top_bg.gif) left top no-repeat;
}
#gnavi li.about {
  background: url(../img/nav_about_bg.gif) left top no-repeat;
}
#gnavi li.technic {
  background: url(../img/nav_technic_bg.gif) left top no-repeat;
}
#gnavi li.attention {
  background: url(../img/nav_attention_bg.gif) left top no-repeat;
}
#gnavi li.price {
  background: url(../img/nav_price_bg.gif) left top no-repeat;
}
#gnavi li.clinic {
  background: url(../img/nav_clinic_bg.gif) left top no-repeat;
}
#gnavi li.mail {
  background: url(../img/nav_mail_bg.gif) left top no-repeat;
}
#gnavi li.counseling {
  background: url(../img/nav_counseling_bg.gif) left top no-repeat;
}
#gnavi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.send #gnavi {
  margin-top: 0;
  background: none;
}
.send #gnavi ul {
  height: auto;
  padding-top: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 24px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.form #main {
  width: 860px;
  margin: 0 auto 60px;
  padding-bottom: 6px;
}
.form #main .wrapper {
  width: 728px;
  padding: 40px 66px;
  background-color: #222020;
}
.form #main .wrapper div#message {
  margin: 0 0 30px;
  padding: 30px 0 30px 162px;
  border: 2px solid #d40e16;
  background: #fff;
}
.form #main .wrapper div#message p {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 5px 48px;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.67em;
  color: #d40e16;
}
.form #main .wrapper div#message p span {
  font-size: 0.8333333334em;
  color: #4d4d4d;
}

#main {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 860px;
}

.box {
  margin-bottom: 50px;
  padding: 50px 0 0;
}
.box .box-title {
  border-top: 3px solid #D2E04B;
}
.box footer .box-wrapper {
  padding: 30px 65px !important;
  border: none;
  background: url(../img/bg1.gif) #222020;
}
.box footer .box-wrapper ul {
  *zoom: 1;
}
.box footer .box-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.box footer .box-wrapper ul li {
  font-size: 10px;
  line-height: 1.4;
  float: left;
}
.box footer .box-wrapper ul li img {
  margin-bottom: 5px;
  display: block;
}
.box footer .box-wrapper ul li span {
  padding-left: 38px;
  display: block;
}
.box footer .box-wrapper ul li span.hours {
  font-weight: bold;
}
.box footer .box-wrapper ul.footer-clinictel {
  margin-bottom: 8px;
}
.box footer .box-wrapper ul.footer-clinictel li {
  margin-bottom: 12px;
}
.box footer .box-wrapper ul.footer-clinictel li:nth-child(odd) {
  margin-right: 52px;
}
.box footer .box-wrapper ul.footer-clinictel dt,
.box footer .box-wrapper ul.footer-clinictel dd {
  display: table-cell;
  vertical-align: middle;
}
.box footer .box-wrapper ul.footer-clinictel dt {
  padding-top: 10px;
}
.box footer .box-wrapper ul.footer-clinictel .telnum {
  padding-left: 11px;
}
.box footer .box-wrapper ul.footer-clinictel .abroad {
  padding: 3px 0 0 51px;
  display: block;
}
.box footer .box-wrapper ul.footer-clinictel .hours {
  display: inline;
  padding-left: 5px;
  font-weight: bold;
}
.box footer .box-wrapper ul.footer-linkform li:first-child {
  margin-right: 17px;
  background: url(../img/link_btn_mail_bg.gif) left top no-repeat;
}
.box footer .box-wrapper ul.footer-linkform li:last-child {
  background: url(../img/link_btn_counseling_bg.gif) left top no-repeat;
}
.box footer .box-wrapper ul.footer-linkform li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.box-wrapper {
  padding: 40px 65px 60px;
  background: #222020;
}
.box-wrapper p,
.box-wrapper dd.text {
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #837872;
}
.box-wrapper ul li,
.box-wrapper dl dt,
.box-wrapper dl dd {
  color: #837872;
}

.subbox {
  margin: 0 auto 40px;
}

.subbox-title {
  margin-bottom: 20px;
}

.banner {
  text-align: center;
}

#about #feature .feature-list {
  *zoom: 1;
  margin-left: 5px;
}
#about #feature .feature-list:after {
  content: "";
  display: table;
  clear: both;
}
#about #feature .feature-list .feature-list-item {
  width: 224px;
  margin-right: 24px;
  float: left;
  background: #0A0A0A;
}
#about #feature .feature-list .feature-list-item:last-child {
  margin-right: 0;
}
#about #feature .feature-list .feature-list-item .text {
  padding: 0 15px 12px;
  text-align: justify;
}
#about #difference .difference-list {
  *zoom: 1;
}
#about #difference .difference-list:after {
  content: "";
  display: table;
  clear: both;
}
#about #difference .difference-list .difference-list-item {
  float: left;
  margin-right: 16px;
  width: 356px;
  background: none;
}
#about #difference .difference-list .difference-list-item:last-child {
  margin-right: 0;
}
#about #difference .difference-list .difference-list-item .title {
  margin-bottom: 8px;
}
#about #difference .difference-list .difference-list-item .text {
  text-align: justify;
}
#about #comparison {
  margin: 0;
}
#about #comparison .comparison-table {
  border: 1px solid #000;
}
#about #comparison .comparison-table th, #about #comparison .comparison-table td {
  border-right: 1px solid #000;
  border-bottom: 1px dotted #000;
  border-left: 1px solid #000;
  text-align: center;
}
#about #comparison .comparison-table th {
  width: 156px;
  font-size: 1.4em;
  color: #D7D4D1;
}
#about #comparison .comparison-table td {
  padding: 12px 30px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #837872;
}
#about #comparison .comparison-table .vaser {
  color: #D2E04B;
}

.attention-banner {
  text-align: center;
}

#attention .box-wrapper {
  padding: 6px 65px 40px;
}
#attention .box-wrapper #technology {
  *zoom: 1;
}
#attention .box-wrapper #technology:after {
  content: "";
  display: table;
  clear: both;
}
#attention .box-wrapper #technology p {
  float: left;
}
#attention .box-wrapper #technology p.attention-text {
  width: 480px;
}
#attention .box-wrapper #technology p.pic {
  margin: 20px 0 0 20px;
}
#attention .box-wrapper #failure {
  margin-bottom: 0;
}
#attention .box-wrapper #failure ul {
  *zoom: 1;
  padding-top: 8px;
}
#attention .box-wrapper #failure ul:after {
  content: "";
  display: table;
  clear: both;
}
#attention .box-wrapper #failure ul li {
  width: 232px;
  margin-right: 16px;
  float: left;
}
#attention .box-wrapper #failure ul li:last-child {
  margin-right: 0;
}
#attention .box-wrapper #failure ul li dl dt {
  margin-bottom: 10px;
}

.attention-text {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.8571428571;
  text-align: justify;
}
.attention-text mark {
  color: #D2E04B;
  background: none;
}

#technic .technic-list .technic-list-item {
  width: 728px;
  margin-bottom: 50px;
}
#technic .technic-list .technic-list-item:last-child {
  margin-bottom: 0;
}
#technic .technic-list .technic-list-item dl {
  position: relative;
}
#technic .technic-list .technic-list-item dl::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
#technic .technic-list .technic-list-item dl dt {
  margin-bottom: 15px;
}
#technic .technic-list .technic-list-item dl dd {
  width: 476px;
  text-align: justify;
}
#technic .technic-list .technic-list-item.no1 dl:after {
  width: 208px;
  height: 191px;
  background: url(../img/index_technic_list1_bg.jpg);
  background-size: 208px 191px;
}
#technic .technic-list .technic-list-item.no2 dl:after {
  width: 223px;
  height: 177px;
  background: url(../img/index_technic_list2_bg.jpg);
  background-size: 223px 177px;
}
#technic .technic-list .technic-list-item.no3 dl:after {
  width: 222px;
  height: 176px;
  background: url(../img/index_technic_list3_bg.jpg);
  background-size: 222px 176px;
}

#price .box-wrapper {
  padding: 30px 65px 60px;
}
#price .pic {
  margin: 0 auto 30px;
}
#price .pic.pic1 {
  width: 726px;
}
#price .pic.pic2 {
  width: 433px;
}
#price table tbody th {
  padding: 6px 0 6px 9px;
}
#price table tbody td {
  text-align: center;
}
#price .price-table {
  margin: 30px auto 0;
  width: 100%;
}
#price .price-table th, #price .price-table td {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #D7D4D1;
  font-size: 1.4em;
}
#price .price-table span {
  font-size: 0.8571428571em;
}
#price .price-table thead th {
  width: 120px;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
  color: #D2E04B;
}
#price .price-table thead td {
  width: 581px;
}
#price .price-table tbody {
  border: 1px solid #000;
}
#price .price-table tbody tr th, #price .price-table tbody tr td {
  border-bottom: 1px dotted #000;
}
#price .price-table tbody tr th {
  width: 581px;
  padding-left: 14px;
}
#price .price-table tbody tr td {
  width: 170px;
  text-align: center;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: none;
  line-height: 1.5;
}
#price .price-table tbody tr td span {
  display: block;
  font-size: .714285714em;
  line-height: 1;
}
#price .price-table tbody tr.base th {
  padding-left: 14px;
  line-height: 1.3;
}
#price .price-table tbody tr.base td {
  color: #D2E04B;
}
#price .price-table tbody tr.no1 th {
  background: url(../img/pricetable_bg1.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no2 th {
  background: url(../img/pricetable_bg2.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no3 th {
  background: url(../img/pricetable_bg3.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no4 th {
  background: url(../img/pricetable_bg4.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no5 th {
  background: url(../img/pricetable_bg5.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no6 th {
  background: url(../img/pricetable_bg6.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no7 th {
  background: url(../img/pricetable_bg7.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no8 th {
  background: url(../img/pricetable_bg8.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no9 th {
  background: url(../img/pricetable_bg9.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no10 th {
  background: url(../img/pricetable_bg10.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no11 th {
  background: url(../img/pricetable_bg11.gif) 10px center no-repeat;
}
#price .price-table tbody tr.no12 th {
  background: url(../img/pricetable_bg12.gif) 10px center no-repeat;
}
#price .notice {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 10px;
}

#index .multiple {
  padding: 14px;
  margin: 10px 0 5px;
  border: 1px solid #000;
}
#index .multiple dt {
  padding: 0 0 10px;
  font-size: 1.2em;
  color: #E8F54B;
  font-weight: bold;
}
#index .multiple .notice {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #E1DDDC;
}
#index .multiple .notice em {
  color: #E8F54B;
}

#clinicintro .box-wrapper {
  *zoom: 1;
  padding-bottom: 14px;
}
#clinicintro .box-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.clinicintro-item {
  *zoom: 1;
  color: #474645;
}
.clinicintro-item:after {
  content: "";
  display: table;
  clear: both;
}
.clinicintro-item.tokyo {
  background: url(../img/clinicintro_tokyo_bg.png) no-repeat;
}
.clinicintro-item.yokohama {
  background: url(../img/clinicintro_yokohama_bg.png) no-repeat;
}
.clinicintro-item.nagoya {
  background: url(../img/clinicintro_nagoya_bg.png) no-repeat;
}
.clinicintro-item.osaka {
  background: url(../img/clinicintro_osaka_bg.png) no-repeat;
}
.clinicintro-item.hiroshima {
  background: url(../img/clinicintro_hiroshima_bg.png) no-repeat;
}
.clinicintro-item.fukuoka {
  background: url(../img/clinicintro_fukuoka_bg.png) no-repeat;
}
.clinicintro-item.tokyo {
  background-position: 16px 70px;
}
.clinicintro-item.yokohama {
  background-position: 24px 67px;
}
.clinicintro-item.yokohama .map {
  margin-bottom: 37px;
}
.clinicintro-item.nagoya {
  background-position: 29px 60px;
}
.clinicintro-item.nagoya .map {
  margin-bottom: 38px;
}
.clinicintro-item.osaka {
  background-position: 36px 60px;
}
.clinicintro-item.osaka .map {
  margin-bottom: 36px;
}
.clinicintro-item.hiroshima {
  background-position: 36px 60px;;
}
.clinicintro-item.fukuoka {
  background-position: 31px 60px;
}
.clinicintro-item .item-inner {
  float: left;
  margin: 0 15px;
  width: 376px;
}
.clinicintro-item .clinic-title {
  margin-bottom: 17px;
  border: 2px solid #000;
}
.clinicintro-item .address {
  margin: 11px 0 3.0px 139px;
  font-size: 1.4em;
  line-height: 1.2857142857;
}
.clinicintro-item .bhour {
  margin-left: 139px;
  margin-bottom: 21px;
  font-size: 1.2em;
}
.clinicintro-item .bhour dt, .clinicintro-item .bhour dd {
  display: inline;
}
.clinicintro-item .url, .clinicintro-item .map {
  margin: 0 0 5px 139px;
  font-size: 1.2em;
  line-height: 1;
}
.clinicintro-item .url a, .clinicintro-item .map a {
  color: #D2E04B;
  text-decoration: underline;
}
.clinicintro-item .map {
  margin: 2px 0 35px 139px;
  color: #D2E04B;
}
.clinicintro-item .map a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 18px;
  background: url(../img/clinicintro_map_bg.gif) left center no-repeat;
  color: #D2E04B;
  line-height: 14px;
}
.clinicintro-item .tel {
  margin-bottom: 13px;
}
.clinicintro-item .tel .abroad {
  margin-top: 7px;
}
.clinicintro-item.fukuoka {
  margin: 0;
}

.doctor {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: right;
  margin-bottom: 17px;
  padding: 15px;
  width: 290px;
  background: #EBE8E5;
}
.doctor .doctor-title {
  margin-left: 80px;
  background: url(../img/clinicintro_doctor_title_bg.gif) left center repeat-x;
}
.doctor .name {
  padding-top: 8px;
  margin: 0 0 12px 80px;
}
.doctor .name .ruby {
  display: block;
  margin-top: 5px;
}
.doctor .name em {
  margin-right: 6px;
  font-weight: bold;
  font-size: 1.6em;
}
.doctor .name .rt {
  display: block;
  margin-top: 4px;
  color: #838384;
}
.doctor .pic {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.doctor .text {
  font-size: 1.2em;
  line-height: 1.6666666667;
  text-align: justify;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer #copyright {
  background: #D1E04C;
  text-align: center;
  line-height: 24px;
  color: #000;
}

img.assist {
  display: none;
}

/*# sourceMappingURL=index.css.map */
