@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2014/10/24 16:17:04.


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

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  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: 0;
  vertical-align: bottom;
}

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

th, td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

a, a::before, a::after {
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img {
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

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

#container {
  overflow: hidden;
}
#container::before, #container::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 487px;
  background-position: left top;
  background-repeat: repeat-x;
}
#container::before {
  left: 0;
  background-image: url(../img/header_bg3.gif);
}
#container::after {
  right: 0;
  background-image: url(../img/header_bg4.gif);
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 1;
  background: url(../img/header_bg.gif) center top no-repeat;
  padding-top: 32px;
}

#header {
  background: url(../img/header_bg.gif) center top no-repeat, url(../img/header_bg2.jpg) center 32px no-repeat;
  padding-top: 487px;
}
#header::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 108px;
  height: 916px;
  background: url(../img/header_bg5.png) left top no-repeat;
}
#header .h-lead {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 57%;
  margin-left: -5%;
  padding: 115px 0 0 0;
  width: 573px;
}
#header .h-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 290px;
  left: 57%;
  margin-left: -4.5%;
  padding: 0;
  width: 521px;
}
#header .h-inner {
  position: relative;
  padding: 89px 0 46px;
  background: url(../img/bg.gif);
}
#header .h-contents {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 870px;
}
#header .h-profile {
  position: relative;
}
#header .h-profile .h-profile-contents {
  position: absolute;
  top: -127px;
  left: 0;
}
#header .h-profile .contents-inner {
  position: relative;
  width: 296px;
}
#header .h-profile-text {
  position: relative;
  z-index: 1;
  padding: 0;
}
#header .h-form {
  position: relative;
}
#header .h-form .h-form-inner {
  position: absolute;
  top: 0;
  right: 0;
  margin: -140px auto 0;
  padding: 90px 0 0 25px;
  width: 527px;
  height: 166px;
  background: url(../img/index_header_form_bg.png) left top no-repeat;
}
#header .h-form-closing-timer {
  padding-left: 145px;
  width: 355px;
  vertical-align: middle;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4em;
  color: #464646;
}
#header .h-form-closing-timer .em {
  padding: 0 .05em;
  font-size: 1.8em;
}
#header .h-form-closing-timer .remaining {
  padding-left: .8em;
}
#header .h-form-closing-timer .remaining-text {
  color: #e57b51;
}
#header .h-form-list {
  *zoom: 1;
  padding-top: 28px;
  padding-left: 2px;
  width: 500px;
}
#header .h-form-list:after {
  content: "";
  display: table;
  clear: both;
}
#header .h-form-item {
  float: left;
}
#header .h-form-item:last-child {
  margin-left: 7px;
}
#header .h-pastern {
  position: relative;
  padding-top: 170px;
  text-align: center;
}
#header .h-pastern:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -82px;
  margin-left: -109px;
  width: 218px;
  height: 62px;
  background: url(../img/h_pastern_arrow.png);
}
#header .h-pastern a {
  display: block;
}
#header .h-pastern img {
  background: none;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 32px;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.l-contents-inner {
  position: relative;
  margin: 0 auto;
  width: 1050px;
}

.m-contents {
  position: relative;
}
.m-contents::before, .m-contents::after {
  content: '';
  display: block;
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-contents::before {
  top: 0;
  right: 0;
  width: 706px;
  height: 499px;
  background-image: url(../img/index_contents_bg.png);
}
.m-contents::after {
  top: 1px;
  right: 2px;
  width: 140px;
  height: 577px;
  background-image: url(../img/index_chapter1_bg.png);
}

.m-title {
  position: relative;
  margin-bottom: 40px;
}
.m-title img {
  margin-left: -395px;
}

.m-lead {
  position: absolute;
  top: 310px;
  left: 121px;
}

.m-case, .m-echo {
  margin: 0 0 40px 309px;
}
.m-case-title {
  margin-bottom: 18px;
}
.m-case .pic-text, .m-echo .pic-text {
  margin-bottom: 19px;
}

.m-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 910px;
  margin: 70px auto;
  padding: 31px 30px 30px;
  border: 10px solid #464646;
  background: url(../img/bg.gif);
}
.m-info::after {
  content: '';
  display: block;
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-info::after {
  top: -41px;
  right: -31px;
  width: 268px;
  height: 275px;
  background-image: url(../img/index_info_bg2.png);
}
.m-info-title {
  margin-bottom: 25px;
}
.m-info-closing {
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 29px;
  width: 684px;
}
.m-info-closing > * {
  display: table-cell;
}
.m-info-closing-title {
  position: relative;
}
.m-info-closing-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 30px solid transparent;
  border-left: 15px solid #e57b51;
  border-bottom: 30px solid transparent;
}
.m-info-closing-timer {
  width: 390px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4em;
  color: #464646;
}
.m-info-closing-timer .em {
  padding: 0 .05em;
  font-size: 1.8em;
}
.m-info-closing-timer .remaining {
  padding-left: 1em;
}
.m-info-closing-timer .remaining-text {
  color: #e57b51;
}
.m-info-form-list {
  *zoom: 1;
  margin-bottom: 30px;
}
.m-info-form-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-info-form-item {
  width: 730px;
  margin: 0 auto;
}
.m-info-form-item:not(:last-child) {
  margin-bottom: 10px;
}
.m-info-clinic-title {
  margin-bottom: 30px;
}
.m-info-clinic-list {
  margin-left: 7px;
}
.m-info-clinic-item:not(:last-child) {
  margin-bottom: 25px;
}
.m-info-clinic-item-title {
  position: relative;
  float: left;
  padding-right: 13px;
  width: 256px;
  height: 32px;
}
.m-info-clinic-item-title img {
  position: absolute;
  bottom: -4px;
}
.m-info-clinic-address {
  overflow: hidden;
  line-height: 32px;
  font-size: 1.6em;
  color: #464646;
}

.even::before {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: auto;
  left: 0;
}
.even::after {
  top: 2px;
  right: auto;
  left: -33px;
}
.even .m-title {
  text-align: right;
}
.even .m-title img {
  margin: 0 -395px 0 0;
}
.even .m-lead {
  right: 121px;
  left: auto;
}

.chapter2::after {
  width: 139px;
  height: 600px;
  background-image: url(../img/index_chapter2_bg.png);
}

.m-situation, .m-check {
  margin: 0 0 40px 110px;
}
.m-situation-title {
  margin-bottom: 18px;
}
.m-situation-text {
  float: left;
  margin: 0 24px 0 18px;
}

.situation1 .m-situation-pic img {
  margin: -14px -9px 0 0;
}

.situation3 .m-situation-text {
  float: none;
  margin: 0 0 25px;
}

.chapter3::after {
  width: 140px;
  height: 601px;
  background-image: url(../img/index_chapter3_bg.png);
}

.m-echo-title {
  margin-bottom: 18px;
}
.m-echo-text {
  margin: 0 0 24px 18px;
}

.echo1 .m-echo-pic {
  margin-left: 35px;
}

.echo2 {
  position: relative;
}
.echo2 .m-echo-pic {
  position: absolute;
  top: -5px;
  left: 356px;
}

.chapter4::after {
  width: 139px;
  height: 600px;
  background-image: url(../img/index_chapter4_bg.png);
}

.m-voice {
  position: relative;
  background: #e9f3f6;
}
.m-voice::before {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjg0YTIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(left, rgba(43, 132, 162, 0.3), #2b84a2);
  background: -webkit-linear-gradient(left, rgba(43, 132, 162, 0.3), #2b84a2);
  background: linear-gradient(to right, rgba(43, 132, 162, 0.3), #2b84a2);
  content: '';
  display: block;
  width: 100%;
  height: 5px;
}
.m-voice::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: -webkit-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: linear-gradient(to right, #2b84a2, rgba(43, 132, 162, 0.3));
  content: '';
  display: block;
  width: 100%;
  height: 5px;
}
.m-voice-title {
  margin: 0 auto;
  padding: 16px 0 28px 114px;
  width: 936px;
}
.m-voice-title::before {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjg0YTIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(left, rgba(43, 132, 162, 0.3), #2b84a2);
  background: -webkit-linear-gradient(left, rgba(43, 132, 162, 0.3), #2b84a2);
  background: linear-gradient(to right, rgba(43, 132, 162, 0.3), #2b84a2);
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
}
.m-voice-title::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: -webkit-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: linear-gradient(to right, #2b84a2, rgba(43, 132, 162, 0.3));
  content: '';
  display: block;
  position: absolute;
  top: 151px;
  left: 0;
  width: 100%;
  height: 1px;
}
.m-voice-contents {
  background: url(../img/index_voice_bg.gif);
}
.m-voice-contents::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiODRhMiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: -webkit-linear-gradient(left, #2b84a2, rgba(43, 132, 162, 0.3));
  background: linear-gradient(to right, #2b84a2, rgba(43, 132, 162, 0.3));
  content: '';
  display: block;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
}
.m-voice-contents .contents-inner {
  position: relative;
  margin: 0 auto;
  width: 1050px;
  height: 573px;
}
.m-voice-contents .contents-inner::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 24px;
  left: 107px;
  z-index: 4;
  width: 384px;
  height: 257px;
  background: url(../img/index_voice_bg.png) left top no-repeat;
}
.m-voice-item {
  position: absolute;
}
.m-voice .voice1 {
  top: -90px;
  right: 92px;
  z-index: 3;
}
.m-voice .voice2 {
  top: 25px;
  left: 66px;
  z-index: 2;
}
.m-voice .voice3 {
  right: 105px;
  bottom: 36px;
  z-index: 1;
}

.m-check-title {
  margin-bottom: 18px;
}
.m-check-text {
  float: left;
  margin: 0 24px 0 18px;
}
.m-check-clinic-list {
  margin-left: 15px;
}
.m-check-clinic-item {
  *zoom: 1;
  margin-bottom: 25px;
}
.m-check-clinic-item:after {
  content: "";
  display: table;
  clear: both;
}
.m-check-clinic-title {
  float: left;
  position: relative;
  margin-right: 22px;
  width: 246px;
  height: 74px;
}
.m-check-clinic-title img {
  position: absolute;
  bottom: -7px;
}
.m-check-clinic-tel {
  margin-bottom: 8px;
  color: #464646;
}
.m-check-clinic-tel .free {
  margin-bottom: 12px;
}
.m-check-clinic-tel .free a {
  display: block;
}
.m-check-clinic-tel .free-img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.m-check-clinic-tel .free-img.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.m-check-clinic-tel .international {
  max-height: 999999px;
}
.m-check-clinic-address {
  max-height: 999999px;
}
.m-check .osaka .m-check-clinic-title img {
  bottom: -4px;
}
.m-check .fukuoka .m-check-clinic-title img {
  bottom: -4px;
}

.wow {
  position: relative;
  z-index: 1;
  visibility: hidden;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer::before, #footer::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 32px;
  background-position: left top;
  background-repeat: repeat-x;
}
#footer::before {
  left: 0;
  background-image: url(../img/footer_bg2.gif);
}
#footer::after {
  right: 0;
  background-image: url(../img/footer_bg3.gif);
}
#footer .copyright {
  position: relative;
  z-index: 1;
  padding-bottom: 7px;
  background: url(../img/footer_bg.gif) center top no-repeat;
  text-align: center;
  line-height: 2.5;
  color: #fff;
}

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

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