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

File Name:		static.scss
Note:			静的ページ用 scssファイル


New Creation:	2014/06/17 14:29:13.
Last Change:	2014/11/21 19:12:30.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

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;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-width: 1020px;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.jpg) top center no-repeat fixed #000;
  color: #000;
}

a, a:before, a:after {
  transition: background-image 0.05s linear;
}
a > * {
  transition: opacity 0.05s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
#yearend {
  position: fixed;
  bottom: 0px;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  overflow: hidden;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
  z-index: 1000;
}
#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 {
  vertical-align: middle;
  padding: 5px 91px 0 2em;
  font-size: 1em;
  line-height: 1.2;
  text-indent: -1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#topicpath {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4;
}
#topicpath ol {
  *zoom: 1;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath li {
  float: left;
  margin-right: 8px;
  padding-right: 15px;
  background: url(../img/topicpath_bg.png) right center no-repeat;
  color: #dc006e;
}
#topicpath li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#topicpath a {
  text-decoration: underline;
  color: #c5c6c6;
}

.bgimg {
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bgimg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#header > * {
  position: relative;
}
#header.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -170px;
  min-width: 1020px;
  width: 100%;
}
#header.is-fixed #logo {
  padding: 4px 15px 5px 18px;
}
#header.is-fixed .h-search {
  display: none;
}
#header.is-float {
  top: 0;
}

.header-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  position: relative;
  z-index: 3;
  float: left;
  margin-bottom: -40px;
  padding: 22px 19px 24px 16px;
  background: #000;
}

.h-search {
  float: right;
  margin-top: 16px;
  background: url(../img/header_search_bg.png);
}
.h-search legend {
  display: none;
  padding: 0;
}
.h-search fieldset {
  width: 100%;
}
.h-search .input {
  float: left;
}
.h-search .input input {
  padding: 6px 0 6px 10px;
  width: 186px;
  border: none;
  background: none;
  line-height: 21px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.h-search .button {
  float: left;
}
.h-search .button input {
  padding: 6px 6px 5px 6px;
}

.nav {
  height: 40px;
  background: url(../img/nav_bg.png) top center repeat-x;
}

.nav-list {
  *zoom: 1;
  margin: 0 auto;
  padding-left: 220px;
  width: 735px;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
}
.nav-item a {
  display: block;
  padding: 12px 19px 14px;
}
.nav-item.is-active a {
  background: url(../img/nav_bg_a.png) left center no-repeat;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  clear: both;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
#content .mask {
  transition: height 0.35s linear, opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 1020px;
  width: 100%;
  height: 0;
  background: url(../img/header_bg_f.png) center bottom no-repeat;
}
#content .mask .bg {
  width: 100%;
  height: 149px;
}
#content.is-float .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 129px;
}
#content.is-float .bg {
  height: 89px;
}

#content .mask {
  background-image: url(../img/static_header_bg_f.png);
}
#content.is-float .mask {
  height: 80px;
}
#content.is-float .bg {
  height: 40px;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
#main {
  margin-bottom: 30px;
}
#main > * {
  position: relative;
  z-index: 1;
}
#main .m-title {
  position: relative;
  z-index: 3;
}
#main .m-menu.top {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#main .m-menu.top > * {
  position: relative;
}
#main .m-menu.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -70px;
  min-width: 920px;
  width: 100%;
}
#main .m-menu.is-float {
  top: 40px;
}

.m-menu {
  margin-top: 4px;
  clear: both;
}
.m-menu .list {
  *zoom: 1;
}
.m-menu .list:after {
  content: "";
  display: table;
  clear: both;
}
.m-menu .item {
  float: left;
  margin-right: 4px;
}
.m-menu .item:last-child {
  margin: 0;
}

#sitemap .m-title {
  position: relative;
  margin-bottom: 70px;
}
#sitemap .m-title:before {
  content: '';
  position: absolute;
  left: -169px;
  bottom: -90px;
  width: 361px;
  height: 156px;
  background: url(../img/sitemap_title_bg.png) left top no-repeat;
}
#sitemap .link-list {
  *zoom: 1;
}
#sitemap .link-list:after {
  content: "";
  display: table;
  clear: both;
}
#sitemap .link-item {
  float: left;
  clear: left;
  margin-bottom: 38px;
  width: 435px;
  font-size: 1.4em;
  color: #c5c6c6;
}
#sitemap .link-item a {
  display: block;
  color: #c5c6c6;
}
#sitemap .link-item > a,
#sitemap .link-item > .item-inner > .title {
  padding: 8px 8px 8px 16px;
  background: #2c2b31;
  font-weight: bold;
}
#sitemap .link-item > a {
  background: url(../img/sitemap_link_bg.png) 413px center no-repeat #2c2b31;
}
#sitemap .link-item > .item-inner > .title a {
  background: url(../img/sitemap_link_bg.png) right center no-repeat #2c2b31;
  font-weight: bold;
}
#sitemap .link-item.qa, #sitemap .link-item.static {
  float: none;
  clear: none;
  overflow: hidden;
  margin-left: 485px;
}
#sitemap .link-item.static {
  margin-bottom: 10px;
}
#sitemap .page-item {
  border-bottom: 1px solid #575259;
}
#sitemap .page-item a {
  padding: 11px 8px 11px 16px;
  background: url(../img/sitemap_link_bg.png) 413px center no-repeat;
  font-size: 0.8571428571em;
}
#sitemap .page-item .page-inner .title {
  padding: 11px 8px 11px 16px;
  border-bottom: 1px solid #575259;
  font-size: 0.8571428571em;
}
#sitemap .category-item {
  border-bottom: 1px dotted #575259;
  background: url(../img/nav_bg_a.png) 16px center no-repeat;
}
#sitemap .category-item:last-child {
  border: none;
}
#sitemap .category-item a {
  padding: 4px 8px 4px 38px;
}

body.form .section {
  padding-top: 12px;
  margin-bottom: 100px;
}
body.form .section > .title {
  margin-bottom: 35px;
}
body.form .section .lead {
  margin-bottom: 39px;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #c5c6c6;
}
body.form .section small {
  font-size: 0.7142857143em;
}
body.form #order {
  float: left;
}
body.form .m-form {
  margin-left: 321px;
}
body.form .m-form legend {
  display: none;
  padding: 0;
}
body.form .m-form fieldset {
  width: 100%;
}
body.form .m-form table {
  width: 100%;
  border: 1px solid #69696b;
  color: #c5c6c6;
  margin-bottom: 30px;
  border-collapse: separate;
  border-bottom: 0;
}
body.form .m-form table th,
body.form .m-form table td {
  border-bottom: 1px solid #69696b;
}
body.form .m-form th,
body.form .m-form td {
  font-size: 1.4em;
}
body.form .m-form th {
  padding: 6px 7px 6px 11px;
  width: 187px;
  border-right: 1px solid #69696b;
}
body.form .m-form th > label,
body.form .m-form th > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 9px;
  background: url(../img/form_label_bg1.png) left 0.3em no-repeat;
  line-height: 1.2857142857;
}
body.form .m-form th > label > *,
body.form .m-form th > span > * {
  font-size: 0.8571428571em;
}
body.form .m-form th p {
  margin: 5px 0 0 9px;
  line-height: 1.4;
  font-size: 0.7142857143em;
}
body.form .m-form th p em {
  color: #dc006e;
}
body.form .m-form .required {
  background: url(../img/form_required.gif) 168px 6px no-repeat;
}
body.form .m-form td {
  padding: 3px;
}
body.form .m-form td label {
  padding-left: 5px;
}
body.form .m-form td p {
  margin: 16px;
  font-size: 0.8571428571em;
}
body.form .m-form td ul {
  *zoom: 1;
  margin: 16px 0 16px 21px;
}
body.form .m-form td ul:after {
  content: "";
  display: table;
  clear: both;
}
body.form .m-form td li {
  margin-right: 10px;
  line-height: 1.7142857143;
}
body.form .m-form td li label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 10px;
  width: 85%;
}
body.form .m-form tr:nth-child(odd) th,
body.form .m-form tr:nth-child(odd) td {
  background-color: #2c2b31;
}
body.form .m-form tr:nth-child(odd) th > label,
body.form .m-form tr:nth-child(odd) th > span {
  background-image: url(../img/form_label_bg2.png);
}
body.form .m-form tr.possibletime li {
  float: left;
  width: 45%;
}
body.form .m-form input[type=text],
body.form .m-form textarea {
  padding: 0 20px;
  background: #242027;
  border: 1px solid #69696b;
  color: #c5c6c6;
}
body.form .m-form input[type=text] {
  height: 40px;
}
body.form .m-form textarea {
  padding: 20px;
  height: 132px;
  vertical-align: bottom;
  line-height: 1.5;
}
body.form .m-form select {
  border: none;
}
.ui-datepicker {
  font-size: 1.4em;
}
body.form .m-form .ui-datepicker-trigger {
  border: 1px solid #69696b;
  border-left: none;
  background: #2c2b31;
}
body.form .m-form .short {
  width: 75px;
}
body.form .m-form .middle {
  width: 140px;
}
body.form .m-form .full {
  width: 342px;
}
body.form .m-form .button li {
  width: 100%;
  text-align: center;
}
body.form .m-form .button input {
  transition: opacity 0.05s linear;
}
body.form .m-form .button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
body.form .form-wrapper th,
body.form .form-wrapper td {
  font-size: 1.4em;
}
body.form #error {
  clear: right;
  margin: 0 0 30px 321px;
  padding: 10px;
  border: 1px solid #dc006e;
}
body.form #error p {
  padding: 0 0 0 47px;
  background: url(../img/form_error_bg.png) left center no-repeat;
  text-align: center;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #c5c6c6;
}

#mail .form {
  *zoom: 1;
  margin-bottom: 150px;
}
#mail .form:after {
  content: "";
  display: table;
  clear: both;
}
#mail .form .lead {
  float: right;
  width: 599px;
}

#counseling .section.tel {
  margin-bottom: 80px;
}
#counseling .tel-list {
  *zoom: 1;
}
#counseling .tel-list:after {
  content: "";
  display: table;
  clear: both;
}
#counseling .tel-item {
  float: left;
  margin: 0 20px 20px 0;
  border-top: 1px solid #dc006e;
  background: url(../img/footer_clinic_bg.png);
}
#counseling .tel-item:nth-child(even) {
  margin-right: 0;
}
#counseling .tel-item .item-inner {
  position: relative;
  padding-bottom: 14px;
}
#counseling .tel-item .item-inner > * {
  margin-left: 15px;
  color: #c5c6c6;
}
#counseling .tel-item .title {
  margin: 0 0 12px;
}
#counseling .tel-item .pic {
  position: absolute;
}
#counseling .tel-item .tel {
  margin-bottom: 5px;
}
#counseling .tel-item .tel img {
  margin-bottom: 7px;
}
#counseling .tel-item.tokyo .pic {
  right: 21px;
  bottom: 16px;
}
#counseling .tel-item.yokohama .pic {
  right: 23px;
  bottom: 6px;
}
#counseling .tel-item.nagoya .pic {
  right: 17px;
  bottom: 7px;
}
#counseling .tel-item.osaka .pic {
  right: 23px;
  bottom: 6px;
}
#counseling .tel-item.hiroshima .pic {
  right: 19px;
  bottom: 11px;
}
#counseling .tel-item.fukuoka .pic {
  right: 23px;
  bottom: 11px;
}
#counseling .net {
  *zoom: 1;
  padding: 0;
  margin-bottom: 150px;
}
#counseling .net:after {
  content: "";
  display: table;
  clear: both;
}
#counseling .net .lead {
  float: right;
  width: 599px;
}
#counseling .net .m-form {
  clear: right;
}

#confirmation .section {
  *zoom: 1;
  margin-bottom: 150px;
}
#confirmation .section:after {
  content: "";
  display: table;
  clear: both;
}
#confirmation .lead {
  float: right;
  width: 599px;
}
#confirmation .form-wrapper td {
  padding-left: 16px;
  height: 42px;
}
#confirmation .form-wrapper ul {
  margin-left: 0;
}
#confirmation .form-wrapper .email td, #confirmation .form-wrapper .tel td {
  font-size: 2em;
  color: #dc006e;
}
#confirmation .form-wrapper .button .back {
  margin-bottom: 20px;
  text-align: left;
}
#confirmation .m-form {
  clear: right;
}
#confirmation .sendto {
  clear: right;
  margin: 0 0 45px 321px;
  border: 1px solid #69696b;
}
#confirmation .sendto .title,
#confirmation .sendto .email,
#confirmation .sendto .form-wrapper .tel,
#confirmation .form-wrapper .sendto .tel {
  display: table-cell;
  height: 66px;
  vertical-align: middle;
}
* html #confirmation .sendto .title, * html
#confirmation .sendto .email, * html
#confirmation .sendto .form-wrapper .tel, * html
#confirmation .form-wrapper .sendto .tel {
  display: inline;
  zoom: 1;
}
* + html #confirmation .sendto .title, * + html
#confirmation .sendto .email, * + html
#confirmation .sendto .form-wrapper .tel, * + html
#confirmation .form-wrapper .sendto .tel {
  display: inline;
  zoom: 1;
}
#confirmation .sendto .title {
  width: 160px;
  background: #2c2b31;
  font-size: 1.4em;
  text-align: center;
  color: #c5c6c6;
}
#confirmation .sendto .email, #confirmation .sendto .form-wrapper .tel, #confirmation .form-wrapper .sendto .tel {
  padding-left: 24px;
  font-size: 2.2em;
  font-weight: bold;
  color: #dc006e;
}
#confirmation .sendto .text {
  padding: 20px 26px;
  border-top: 1px solid #69696b;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #c5c6c6;
}
#confirmation .link {
  margin-left: 321px;
  text-align: center;
}

.js-accordion-title {
  cursor: pointer;
}
.js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}

.privacypolicy-text {
  font-size: 1.2em;
  line-height: 2.1666666667;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 321px;
  text-align: center;
  color: #c5c6c6;
}

.p-privacypolicy {
  position: relative;
  margin-left: 321px;
  padding: 0;
  background: 0;
  color: #c8c8c9;
}
.p-privacypolicy div {
  padding: 0;
  background: 0;
}
.p-privacypolicy div p {
  margin: 0;
  width: auto;
  color: inherit;
}
.p-privacypolicy-inner {
  margin: 0 auto;
  box-sizing: border-box;
}
.p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../img/privacypolicy_arrow2.png) center bottom no-repeat;
}
.p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
  background: url(../img/privacypolicy_arrow1.png) center bottom no-repeat;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  letter-spacing: .18em;
}
.p-privacypolicy-title::before, .p-privacypolicy-title::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.p-privacypolicy-title::before {
  margin-right: 1em;
}
.p-privacypolicy-title::after {
  margin-left: 1em;
}
.p-privacypolicy-contents-wrapper.p-privacypolicy-contents-wrapper {
  padding-top: 50px;
}
.p-privacypolicy .title {
  margin-bottom: 1em;
  padding: 0;
  height: auto;
  border: 0;
  background: 0;
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
}
.p-privacypolicy .text,
.p-privacypolicy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.p-privacypolicy .contents-title {
  margin-bottom: .5em;
  font-size: 1.2em;
}
.p-privacypolicy .list {
  counter-reset: list;
  margin-bottom: 1em;
  margin-left: 1em;
}
.p-privacypolicy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.p-privacypolicy .item:nth-child(n)::before {
  counter-increment: list;
  content: "（" counter(list) "）";
}
.p-privacypolicy .item .item {
  font-size: 1em;
}
.p-privacypolicy .text {
  margin-bottom: 1em;
}
.p-privacypolicy .text + .text,
.p-privacypolicy .text + .list {
  margin-top: 1em;
}
.p-privacypolicy .text.date {
  text-align: right;
}
.p-privacypolicy .text + .title,
.p-privacypolicy .list + .title {
  margin-top: 2em;
}
.p-privacypolicy #reception dt,
.p-privacypolicy #reception dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.p-privacypolicy #reception dl {
  display: flex;
}
.p-privacypolicy #reception dl dt,
.p-privacypolicy #reception dl dd {
  font-size: 1em;
}
.p-privacypolicy #reception a {
  color: #c8c8c9;
  pointer-events: none;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.f-contents {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}
.f-contents.menu {
  margin-bottom: -10px;
  padding-left: 286px;
  width: 634px;
}
.f-contents.menu .menu-item {
  display: inline;
  margin-right: 30px;
}
.f-contents.menu a {
  color: #c5c6c6;
}

.f-info {
  margin-bottom: 20px;
  background: url(../img/footer_clinic_bg.png);
}
.f-info .form {
  *zoom: 1;
  padding: 32px 0 32px 36px;
  border-bottom: 1px solid #eeeadf;
}
.f-info .form:after {
  content: "";
  display: table;
  clear: both;
}
.f-info .form .lead {
  float: left;
  margin: 0 21px 0 0;
  padding: 37px 0 32px 140px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}
.f-info .form-list {
  overflow: hidden;
  margin-top: 13px;
}
.f-info .form-item {
  float: left;
  margin-right: 13px;
  width: auto;
}
.f-info .form-item:last-child {
  margin-right: 0;
}
.f-info .form-item img {
  display: block;
  margin: 0 auto 15px;
}
.f-info .form-item a {
  display: block;
}
.f-info .form-item a img {
  margin: 0;
}
.f-info .clinic {
  position: relative;
  padding: 26px 0 0 36px;
  background: url(../img/footer_info_clinic_bg.png) 613px 4px no-repeat;
}
.f-info .clinic-list {
  margin-bottom: 26px;
}
.f-info .clinic-item {
  margin-bottom: 19px;
}
.f-info .clinic-item:last-child {
  margin: 0;
}
.f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 112px;
  height: 28px;
}
.f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}
.f-info .clinic-item .tel {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.f-info .clinic-item .tel img {
  margin: 3px 7px 2px 0;
}
.f-info .clinic-item .tel span {
  font-size: 0.8571428571em;
}
.f-info .link {
  text-align: right;
  padding: 0 16px 16px 0;
  text-align: right;
}
.f-info .link a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 5px 30px 5px 0;
}
.f-info .link a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.gif) left top no-repeat;
}
.f-info .link a:hover:after {
  background-image: url(../img/arrow_h.gif);
}
.f-info .link a {
  padding-top: 3px;
  padding-bottom: 3px;
}

#copyright {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 920px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 11px;
  color: #c5c6c6;
}

.banner {
  position: fixed;
  z-index: 100;
  bottom: 37px;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.5);
}

.banner-list {
  @pie-clearfix;
  position: relative;
  width: 820px;
  height: 140px;
  margin: 0 auto;
  padding: 10px 0;
}

.banner-item {
  background: #000;
}

.tummy-tuck-banner {
  float: left;
}

.owo-banner {
  float: right;
}

.close {
  transition: opacity 0.05s linear;
  border-radius: 15px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -42px;
  width: 25px;
  height: 25px;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  cursor: pointer;
}
.close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.sd-form {
  transition: opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateZ(0);
  position: fixed;
  right: 0;
  top: 50px;
  z-index: -1;
}
.sd-form.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
.sd-form .form-item {
  margin-bottom: 10px;
}

.assist {
  display: none;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
