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

File Name:		index.scss
Note:			インデックス用


New Creation:	2014/01/08 12:44:28.
Last Change:	2014/11/26 20:21:04.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

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

* + html 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: 0;
  font-size: inherit;
}

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 {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

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

html {
  color: #474645;
}

body {
  min-width: 920px;
  background: url(../img/bg.png) top center repeat;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #9c9039;
}

a > * {
  transition: opacity 0.15s linear;
}

a:hover {
  text-decoration: underline;
}

a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/bg2.png) center 214px no-repeat;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  clear: both;
  padding-bottom: 3px;
}

.nav ul {
  *zoom: 1;
  margin: 0 auto;
  width: 861px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}

.nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav li {
  position: relative;
  float: left;
}

.nav li.has-submenu:hover img {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.nav li .contents-submenu {
  display: none;
  position: absolute;
  top: 59px;
  left: 1px;
  z-index: 1000;
  padding: 4px;
  width: 250px;
  background: #255d7f;
}

.nav li .contents-submenu ul {
  position: relative;
  width: 250px;
  background: url(../img/contents_submenu_bg.gif) left top repeat-x #FFF;
  -webkit-box-shadow: 0 0 3px #000;
  moz-box-shadow: 0 0 3px #000;
}

.nav li .contents-submenu ul li {
  width: 250px;
  background: url(../img/contents_submenu_boder.gif) left bottom repeat-x;
}

.nav li .contents-submenu ul li:last-child {
  background: none;
}

.nav li .contents-submenu ul li a {
  display: block;
  padding-top: 11px;
  padding-left: 26px;
  height: 23px;
  background: url(../img/arrow8.png) 6px center no-repeat;
  font-size: 1.4em;
  color: #595757;
}

.nav li .contents-submenu ul li a:hover {
  text-decoration: none;
  color: #5485b3;
}

.nav a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

p.button {
  float: right;
  padding: 2px;
  background: url(../img/button_bg.png) left top repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 20px;
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-inner {
  margin: 0 auto;
  width: auto;
  min-width: 860px;
  height: 214px;
  background: url(../img/header_bg2.jpg) center 22px no-repeat;
}

h1 {
  margin: 0 auto;
  padding: 0 0 2px;
  width: 860px;
  text-align: right;
  line-height: 22px;
  color: #949bae;
}

#logo {
  margin: 17px auto 19px;
  width: 860px;
}

.h-info {
  position: relative;
  margin: -168px auto 0;
  padding: 0;
  padding: 0;
  width: 860px;
}

.h-info .tel {
  position: absolute;
  top: 0;
  left: 234px;
}

.h-info .tel > .title {
  margin-bottom: 4px;
  padding-left: 7px;
  background: url(../img/header_info_title_bg.png);
  line-height: 15px;
  color: #fff;
}

.h-info .tel .h-info-teb {
  *zoom: 1;
}

.h-info .tel .h-info-teb:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .tel .h-info-teb .h-info-teb-item {
  float: left;
  padding-top: 1px;
  width: 50px;
  border-bottom: 1px solid #406b86;
  border-left: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item:last-child {
  border-right: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item.active {
  padding-top: 0;
  padding-bottom: 1px;
  border-top: 1px solid #406b86;
  border-bottom: none;
  background: url(../img/header_tab_a_bg.png) left top no-repeat;
}

.h-info .tel .head-tab-content {
  display: none;
  padding: 7px 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #595757;
}

.h-info .tel .head-tab-content img {
  margin-bottom: 4px;
}

.h-info .tel-item.tokyo {
  margin-bottom: 9px;
}

.h-info .tel-item.osaka {
  margin-bottom: 10px;
}

.h-info .bhour {
  position: absolute;
  top: 0;
  right: 7px;
}

.h-info .bhour > * {
  display: inline;
  line-height: 15px;
  color: #fff;
}

.h-keyword, .s-keyword {
  position: relative;
  top: 0;
  left: 508px;
  overflow: hidden;
  margin-bottom: 7px;
  width: 352px;
}

.h-keyword legend, .s-keyword legend {
  display: none;
}

.h-keyword .form-inner, .s-keyword .form-inner {
  border: 1px solid #0c2a4a;
}

.h-keyword .form-inner input, .s-keyword .form-inner input {
  vertical-align: top;
}

.h-keyword .form-inner .text, .s-keyword .form-inner .text {
  *zoom: 1;
  padding: 0 11px;
  width: 259px;
  height: 30px;
  border: none;
  background: url(../img/header_info_form_bg.png) left top repeat;
  line-height: 30px;
  font-size: 1.2em;
  color: #fff;
}

.h-keyword .form-inner .text:after, .s-keyword .form-inner .text:after {
  content: "";
  display: table;
  clear: both;
}

.h-form {
  position: absolute;
  top: 39px;
  left: 508px;
  overflow: hidden;
  width: 352px;
}

.h-form .form-list {
  *zoom: 1;
}

.h-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}

.h-form .form-item {
  float: left;
  padding: 3px;
  background: url(../img/header_info_form_bg2.png) left top repeat;
}

.h-form .form-item.counseling {
  margin-left: 4px;
}

.h-form .form-item a {
  display: block;
  background-image: url(../img/header_info_form_bg.gif);
  background-repeat: no-repeat;
}

.h-form .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.h-form .form-item.mail a {
  background-position: left top;
}

.h-form .form-item.counseling a {
  background-position: left bottom;
}

html,
body {
  min-width: auto;
}

#header {
  height: 566px;
  background-image: url(../img/index_header_bg.gif);
}

.header-inner {
  width: auto;
  height: auto;
  background: url(../img/mainimg.jpg) center 24px no-repeat;
}

h2#mainimg {
  margin: 0 auto;
  width: 860px;
  height: 480px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}

.content-inner:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside {
  margin-bottom: 0;
  padding: 45px 0;
  background: url(../img/content_clinic_bg.png) left top repeat;
}

#content > .aside .m-info {
  margin: 0 auto 45px;
  width: 860px;
  background: url(../img/main_info_bg.png) left top no-repeat;
}

#content > .aside .m-info > .title {
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form {
  *zoom: 1;
  padding: 22px 0 22px 26px;
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form .lead {
  float: left;
  margin: 0 22px 0 0;
  padding: 27px 0 28px 126px;
  background: url(../img/main_info_form_bg.jpg) left center no-repeat;
  text-align: center;
}

#content > .aside .m-info .form-list {
  *zoom: 1;
  margin-top: 8px;
}

#content > .aside .m-info .form-list:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form-item {
  float: left;
  margin-right: 12px;
  text-align: center;
}

#content > .aside .m-info .form-item:last-child {
  margin: 0;
}

#content > .aside .m-info .form-item img {
  display: block;
  margin: 0 auto 6px;
}

#content > .aside .m-info .form-item a {
  display: block;
  border: 3px solid #96242d;
}

#content > .aside .m-info .form-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#content > .aside .m-info .form-item a img {
  margin: 0;
}

#content > .aside .m-info .form-item.mail a {
  background: url(../img/main_info_form_mail_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .form-item.counseling a {
  background: url(../img/main_info_form_counseling_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .clinic {
  *zoom: 1;
  padding: 23px 0 0 26px;
  background: url(../img/main_info_clinic_bg.png) 568px 5px no-repeat;
}

#content > .aside .m-info .clinic:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .clinic-item {
  margin-bottom: 11px;
  font-size: 1.3em;
}

#content > .aside .m-info .clinic-item:last-child {
  margin: 0;
}

#content > .aside .m-info .clinic-item img {
  vertical-align: bottom;
}

#content > .aside .m-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 104px;
  height: 26px;
  background: none;
}

#content > .aside .m-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#content > .aside .m-info .clinic-item .tel {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  color: #7d7d7d;
}

#content > .aside .m-info .clinic-item .tel img {
  margin: 2px 7px 3px 0;
}

#content > .aside .m-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#content > .aside .m-info .link {
  float: right;
  padding: 42px 15px 15px 0;
}

#content > .aside .m-info .link a {
  display: block;
  border: 2px solid #7c7b7b;
  background: url(../img/main_info_clinic_link_h.gif) right top no-repeat;
}

#content > .aside .m-info .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#content {
  *zoom: 1;
}

#content:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 626px;
}

#main > .title {
  margin-bottom: 30px;
}

#container {
  background: url(../img/bg3.png) center 214px no-repeat;
}

#main {
  position: relative;
  width: 606px;
}

#campaign {
  float: left;
  margin-bottom: 6px;
}

#campaign img {
  position: relative;
  margin: -10px 0 0 -11px;
}

.index-banner {
  float: left;
  margin-bottom: 6px;
}

#service {
  *zoom: 1;
  float: left;
  margin-bottom: 60px;
}

#service:after {
  content: "";
  display: table;
  clear: both;
}

.service-item {
  float: left;
  margin-right: 6px;
  border: 1px solid #384764;
}

.service-item.guarantee {
  margin: 0;
}

#movie {
  position: absolute;
  top: 0;
  right: -254px;
  padding: 15px 15px 26px;
  width: 367px;
  background: url(../img/index_movie_bg.png) left top repeat;
}

#movie .movie-inner {
  margin-bottom: 10px;
}

#movie .title {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

#movie .time {
  float: right;
  padding-left: 22px;
  background: url(../img/index_movie_time_bg.png) left top no-repeat;
  line-height: 16px;
}

#case {
  margin-bottom: 60px;
}

#case > .title {
  margin-bottom: 44px;
}

.caselist {
  *zoom: 1;
  margin-left: 20px;
}

.caselist:after {
  content: "";
  display: table;
  clear: both;
}

.caselist-item {
  position: relative;
  margin-bottom: 44px;
}

.caselist-item:nth-child(3) {
  margin-bottom: 40px;
}

.caselist-item .item-inner > .title {
  margin-bottom: 20px;
  border-bottom: 3px solid #4970a5;
}

.caselist-item .no {
  margin: 0 0 -34px 542px;
}

.caselist-item .new {
  position: absolute;
  top: -14px;
  right: -14px;
}

.caselist-item .attr {
  /*line-height:image-height('../img/case_list_title_bg.png');*/
  padding: 19px 0 15px;
  background: url(../img/case_list_title_bg.png) left top repeat-x;
}

.caselist-item .attr.age {
  float: left;
  margin: 0 2px 0 0;
  padding-right: 40px;
  padding-left: 10px;
  width: 102px;
}

.caselist-item .attr.worry {
  overflow: hidden;
  padding-left: 15px;
}

.caselist-item .attr .title,
.caselist-item .attr .text {
  display: inline;
}

.caselist-item .attr .title {
  margin-right: 15px;
}

.caselist-item .attr .title img {
  vertical-align: baseline;
}

.caselist-item .attr .text {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}

.caselist-item .pic {
  *zoom: 1;
}

.caselist-item .pic:after {
  content: "";
  display: table;
  clear: both;
}

.caselist-item .pic .after dd {
  position: relative;
  width: 291px;
}

.caselist-item .pic .after dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 133px;
  left: -14px;
  width: 24px;
  height: 21px;
  background: url(../img/case_arrow.png) left top no-repeat;
}

.caselist-item .pic-item {
  float: left;
  width: 291px;
}

.caselist-item .pic-item.before {
  margin-right: 4px;
}

.caselist-item .pic-item .title {
  margin-bottom: 4px;
  background: url(../img/case_list_pic_title_bg.png) left top repeat;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em;
  color: #f2f2f2;
}

.caselist-item.small {
  float: left;
  margin-right: 24px;
  margin-bottom: 14px;
  width: 179px;
}

.caselist-item.small .item-inner > .title {
  margin-bottom: 3px;
  border: none;
}

.caselist-item.small .item-inner .text {
  font-size: 1.2em;
}

.caselist-item.small .no {
  margin: 0 0 -28px 145px;
}

.caselist-item.small .new {
  position: absolute;
  top: -10px;
  right: -9px;
}

.caselist-item.small .age {
  float: none;
  margin: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 12px;
  width: auto;
  background-image: url(../img/case_list_title_bg2.png);
  line-height: 35px;
}

.caselist-item.small .age a {
  display: inline-block;
  width: 90px;
  background: url(../img/arrow4.png) 50px center no-repeat;
  color: #474645;
}

.caselist-item.small .pic-item {
  width: 87px;
}

.caselist-item.small .before {
  position: relative;
  margin-right: 5px;
  width: 87px;
}

.caselist-item.small .before::after {
  content: '';
  display: block;
  position: absolute;
  top: 38px;
  left: 81px;
  width: 17px;
  height: 12px;
  background: url(../img/case_arrow2.png) left top no-repeat;
}

.caselist-item.small .worry {
  line-height: 1.6666666667;
  font-size: 1.2em;
}

.caselist-item.small.last {
  margin: 0;
}

#about {
  margin-bottom: 60px;
}

#about > .title {
  margin-bottom: 39px;
}

#about .lead {
  margin-left: 20px;
  width: 365px;
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
}

#about .button {
  position: relative;
  z-index: 400;
  margin-top: -40px;
}

.about-inner {
  position: relative;
  margin: -10px 0 0 106px;
  width: 545px;
  height: 662px;
  background: url(../img/index_about_bg.png) left top no-repeat;
}

.about-item .title {
  margin-bottom: 6px;
}

.about-item .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}

.about-item.no1 {
  position: absolute;
  z-index: 10;
  background: url(../img/index_about_no1_bg.png) right top no-repeat;
  top: -49px;
  right: 50px;
  padding: 20px 0 0 132px;
  width: 172px;
  height: 356px;
}

.about-item.no2 {
  position: absolute;
  z-index: 20;
  background: url(../img/index_about_no2_bg.png) right top no-repeat;
  top: 83px;
  left: -87px;
  padding: 23px 190px 0 0;
  width: 140px;
  height: 344px;
}

.about-item.no3 {
  position: absolute;
  z-index: 30;
  background: url(../img/index_about_no3_bg.png) right top no-repeat;
  bottom: 70px;
  left: 18px;
  padding: 171px 259px 0 0;
  width: 172px;
  height: 98px;
}

/*-------------------------------------------------
  動画未着に伴うTOのQA修正
-------------------------------------------------*/
#qa {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: -254px;
  padding: 0 15px 26px;
  width: 367px;
}

#qa:after {
  content: "";
  display: table;
  clear: both;
}

#qa .qa-inner {
  position: relative;
}

#qa .title {
  margin-bottom: 3px;
}

#qa .qalist {
  margin-bottom: 5px;
}

#qa .qalist-item {
  margin-bottom: 2px;
  padding-bottom: 3px;
  background: url(../img/sub_qa_bg3.png) left bottom repeat-x;
}

#qa .qalist-item .title {
  margin-bottom: 9px;
  padding-left: 30px;
  min-height: 21px;
  background: url(../img/sub_qa_title_bg.png) left top no-repeat;
}

#qa .qalist-item .title a {
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #474645;
}

#qa .qalist-item .date {
  text-align: right;
  line-height: 14px;
}

#qa .qalist-item .date .new {
  margin-right: 6px;
}

#qa .qalist-item .item-inner {
  padding: 13px 10px 10px 9px;
  background: url(../img/sub_qa_bg.png) left top repeat;
}

#qa .qalist-item.even .item-inner {
  background-image: url(../img/sub_qa_bg2.png);
}

#qa .scroll-pane {
  position: relative;
  overflow: auto;
  margin-bottom: 6px;
  height: 315px;
}

#qa .scroll-content {
  float: left;
  width: 352px;
}

#qa .scroll-bar-wrap {
  float: right;
  width: 9px;
  height: 315px;
  border-right: 1px solid #a6a7a7;
  border-left: 1px solid #a6a7a7;
}

#qa .ui-slider {
  position: relative;
  margin: 0 auto;
  height: 100%;
  border: none;
  background: none;
}

#qa .ui-handle-helper-parent {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#qa .ui-slider-handle {
  display: block;
  position: absolute;
  width: 100%;
  outline: none;
  background: url(../img/slider_handle_bg.gif) center center no-repeat #6c87b6;
}

#qa .button {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 100;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  position: relative;
  float: right;
  width: 198px;
}

.s-item {
  margin-bottom: 14px;
}

.s-item.s-keyword {
  margin-bottom: 20px;
}

.s-menu {
  position: relative;
  margin-top: -6px;
  margin-left: -6px;
  width: 210px;
}

.s-menu .title {
  padding: 6px 6px 0;
  background: url(../img/sub_menu_bg_header.png) left top no-repeat;
}

.s-menu .menu-item {
  padding: 0 6px;
  background: url(../img/sub_menu_bg.png) left top repeat-y;
}

.s-menu .menu-item:last-child {
  padding-bottom: 8px;
  background: url(../img/sub_menu_bg_footer.png) left bottom no-repeat;
}

.s-menu .menu-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-menu .menu-item.is-active a > * {
  transition: none;
}

.s-menu .menu-item.is-active a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.s-keyword {
  border: 1px solid #0c2a4a;
}

.s-keyword .search {
  padding: 15px 10px 13px;
  background: url(../img/sub_keyword_search_bg.gif) right top no-repeat #8ba4c5;
  text-align: center;
}

.s-keyword .search .title {
  margin-bottom: 10px;
}

.s-keyword .form-inner .text {
  width: 121px;
  background: #fff;
  color: inherit;
}

.s-keyword .list {
  padding: 8px 10px 9px;
  background: url(../img/sub_keyword_list_bg.png) left top repeat;
}

.s-keyword .list .title {
  margin-bottom: 7px;
  margin-left: 5px;
}

.s-keyword .list .title img {
  position: relative;
  margin-left: -6px;
}

.s-keyword .word-list {
  *zoom: 1;
}

.s-keyword .word-list:after {
  content: "";
  display: table;
  clear: both;
}

.s-keyword .word-item {
  float: left;
  margin: 0 3px 5px 0;
}

.s-keyword .word-item a {
  border-radius: 4px;
  display: block;
  padding: 0 8px;
  background: url(../img/sub_keyword_item_bg.gif) left top repeat-x;
  line-height: 22px;
  font-size: 1.2em;
  color: #fff;
}

.s-info {
  padding: 18px 11px 14px;
  background: #ad1a29;
}

.s-info .title {
  margin-bottom: 13px;
  text-align: center;
}

.s-info .tel {
  margin-bottom: 10px;
}

.s-info .tel-item {
  margin-bottom: 8px;
  text-align: right;
  color: #d2927a;
}

.s-info .tel-item img {
  margin-bottom: 3px;
}

.s-info .form-item {
  position: relative;
  padding-top: 19px;
}

.s-info .form-item dl dt {
  padding: 3px;
  background: #4d0003;
}

.s-info .form-item dl dd {
  position: absolute;
  top: 0;
  left: 0;
}

.s-info .form-item.mail {
  margin-bottom: 5px;
}

.s-info .form-item a {
  display: block;
  background-image: url(../img/sub_info_form_bg.gif);
  background-repeat: no-repeat;
}

.s-info .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-info .form-item.mail a {
  background-position: left top;
}

.s-info .form-item.counseling a {
  background-position: left bottom;
}

.regenerative.is-fixed {
  position: fixed;
  top: 80px;
}

.regenerative.is-bottomed {
  position: absolute;
  bottom: 0;
}

.regenerative > * {
  margin-bottom: 15px;
  text-align: center;
}

#sub {
  margin-top: 422px;
}

/*.s-qa {
	@include pie-clearfix;

	.title {
		margin-bottom: 3px;
	}
}

.qalist {
	margin-bottom: 5px;
}

.qalist-item {
	margin-bottom: 2px;
	padding-bottom: 3px;
	background: url(../img/sub_qa_bg3.png) left bottom repeat-x;

	.title {
		margin-bottom:margin(11,16,12,1);
		padding-left: 30px;
		background:url(../img/sub_qa_title_bg.png) left top no-repeat;

		a {
			line-height:(16/12);
			font-size: 1.2em;
			color:nth($color-font,1);
		}
	}

	.date {
		text-align: right;
		line-height:image-height('../img/icon_new.gif');

		.new {
			margin-right: 6px;
		}
	}

	.item-inner {
		padding: 13px 10px 10px 9px;
		background:url(../img/sub_qa_bg.png) left top repeat;

	}

	&.even .item-inner {
		background-image:url(../img/sub_qa_bg2.png);
	}
}*/
.s-item.s-keyword {
  position: static;
  width: auto;
}

.s-item.s-keyword .word-item a {
  padding: 0 7px;
}

/*.s-item.s-keyword .word-item{
	&:nth-child(7),&:nth-child(8),&:nth-child(9),&:nth-child(10),&:nth-child(11),&:nth-child(12){
		display:none;
	}
}

/*$scrollHeight:488px;

.scroll-pane {
	position: relative;
	overflow: auto;
	margin-bottom: 6px;
	height:$scrollHeight;
}

.scroll-content {
	float: left;
	width:image-width('../img/sub_qa_title.png') - 2px - 9px - 5px;
}

.scroll-bar-wrap {
	float: right;
	width: 9px;
	height:$scrollHeight;
	border-right:1px solid #a6a7a7;
	border-left:1px solid #a6a7a7;
}

.ui-slider {
	position: relative;
	margin: 0 auto;
	height: 100%;
	background: none;
	border: none;
}

.ui-handle-helper-parent {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.ui-slider-handle {
	position: absolute;
	display: block;
	width: 100%;
	background:url(../img/slider_handle_bg.gif) center center no-repeat #6c87b6;
	outline:none;
}


/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/footer_bg.gif) left top repeat-x #4c799b;
}

.f-inner {
  margin: 0 auto;
  margin: 0 auto;
  padding: 23px 0 0;
  width: auto;
  min-width: 860px;
  height: 184px;
  background: url(../img/footer_bg2.jpg) top center no-repeat;
}

.f-inner .logo {
  margin: 0 auto;
  padding: 69px 0 0 660px;
  width: 160px;
}

.f-inner .f-menu {
  margin: -149px auto 20px;
  width: 860px;
}

.f-inner .text {
  clear: both;
}

.f-inner .text p {
  margin: 0 auto;
  padding-right: 270px;
  width: 590px;
  line-height: 1.6;
  color: #677792;
}

.f-menu {
  margin-bottom: 20px;
}

.f-menu .menu-list {
  *zoom: 1;
  padding-left: 2px;
  background: url(../img/border.gif) left top repeat-y;
}

.f-menu .menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.f-menu .menu-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}

.f-menu .menu-item.about, .f-menu .menu-item.price, .f-menu .menu-item.clinic {
  overflow: visible;
  float: left;
  margin: 0;
  padding-right: 42px;
  height: 124px;
  background: url(../img/border.gif) right top repeat-y;
}

.f-menu .menu-item a {
  padding-left: 14px;
  background: url(../img/arrow.png) left center no-repeat;
  font-weight: bold;
  color: #083a5b;
}

.f-menu .page-list {
  margin-top: 9px;
}

.f-menu .page-item {
  line-height: 2;
  font-size: 0.8333333333em;
}

.f-menu .page-item a {
  background: url(../img/arrow2.png) 3px center no-repeat;
  font-weight: normal;
}

#copyright {
  background: #0c2a4a;
  text-align: center;
  line-height: 26px;
  color: #9c9039;
}

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