@charset "UTF-8";
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: 'YakuHanJP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: 'YakuHanJP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.eot);
  font-family: 'YakuHanMP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.eot);
  font-family: 'YakuHanMP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

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

html {
  font-family: "YakuHanJP", "游ゴシック", 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;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

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

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

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

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

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

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
.l-header {
  margin: 0 auto;
  width: 1050px;
}

/*----------------------------------------------------------------------
7.	content
----------------------------------------------------------------------*/
.l-content {
  margin: 0 auto;
  width: 1050px;
}

/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	footer
----------------------------------------------------------------------*/
.l-footer {
  background: #0e3243;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.c-header__text {
  margin: 0 40px 0 0;
  text-align: right;
  line-height: 2;
  font-size: 1em;
  color: #9db7be;
}

.c-nav {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px;
}
.c-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 65px;
  background: #383a42;
}
.c-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 65px;
  text-align: center;
}
.c-nav__item a img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  position: relative;
  z-index: 2;
}
.c-nav__item a::before {
  -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;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.c-nav__item a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 2;
}
.c-nav__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.c-nav__item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-nav__item.is-active a::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c-nav__item.is-active.top a::before {
  background-image: url(../../img/nav_top_a.png);
}
.c-nav__item.is-active.case a::before {
  background-image: url(../../img/nav_case_a.png);
}
.c-nav__item.is-active.points a::before {
  background-image: url(../../img/nav_points_a.png);
}
.c-nav__item.is-active.operation a::before {
  background-image: url(../../img/nav_operation_a.png);
}
.c-nav__item.is-active.faq a::before {
  background-image: url(../../img/nav_faq_a.png);
}
.c-nav__item.is-active.clinic a::before {
  background-image: url(../../img/nav_clinic_a.png);
}
.c-nav__item.is-active.counseling a::before {
  background-image: url(../../img/nav_counseling_a.png);
}
.c-nav__item.is-active.monitor a::before {
  background-image: url(../../img/nav_monitor_a.png);
}
.c-nav__item.top {
  width: 149px;
}
.c-nav__item.top a {
  padding-left: 24px;
}
.c-nav__item.top a:before {
  left: 24px;
}
.c-nav__item.case {
  width: 80px;
}
.c-nav__item.operation {
  width: 124px;
}
.c-nav__item.points {
  width: 158px;
}
.c-nav__item.faq {
  width: 108px;
}
.c-nav__item.clinic {
  width: 124px;
}
.c-nav__item.counseling, .c-nav__item.monitor {
  flex: 1;
}
.c-nav__item.counseling {
  background: url(../../img/nav_counseling_bg.gif?v=1) left top repeat-x;
  background-size: contain;
  margin-right: 1px;
}
.c-nav__item.counseling:hover {
  background: url(../../img/nav_counseling_bg_h.gif) left top repeat-x;
}
.c-nav__item.monitor {
  background: url(../../img/nav_monitor_bg.gif) left top repeat-x;
  background-size: contain;
}
.c-nav__item.monitor:hover {
  background: url(../../img/nav_monitor_bg_h.gif) left top repeat-x;
}
.c-nav__item.top a::before {
  background-image: url(../../img/nav_top_h.png);
}
.c-nav__item.case a::before {
  background-image: url(../../img/nav_case_h.png);
}
.c-nav__item.points a::before {
  background-image: url(../../img/nav_points_h.png);
}
.c-nav__item.operation a::before {
  background-image: url(../../img/nav_operation_h.png);
}
.c-nav__item.faq a::before {
  background-image: url(../../img/nav_faq_h.png);
}
.c-nav__item.clinic a::before {
  background-image: url(../../img/nav_clinic_h.png);
}
.c-nav__item.counseling a::before {
  background-image: url(../../img/nav_counseling_h.png);
}
.c-nav__item.monitor a::before {
  background-image: url(../../img/nav_monitor_h.png);
}
.c-nav.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.c-nav.headroom--not-top .c-nav__list {
  margin: 0 auto;
  width: 1050px;
}

.c-box {
  position: relative;
  padding: 70px 40px 0;
}
.c-box__title {
  margin-bottom: 40px;
}
.c-box__lead {
  margin-bottom: 30px;
}

.c-contents-anchor {
  padding: 50px 0 20px;
  text-align: center;
}

.c-cv {
  position: relative;
  z-index: 2;
  padding: 13px 0 0;
  background: url(../../img/cv_bg.jpg) left top no-repeat;
  height: 441px;
  box-sizing: border-box;
}
.c-cv::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  background: url(../../img/cv_bg2.png) left top no-repeat;
}
.c-cv__title {
  margin: 0 0 -25px 309px;
}
.c-cv__place {
  float: left;
  margin: 0 33px 14px 0;
  padding-left: 289px;
}
.c-cv__price {
  margin: 0 0 3px 283px;
}
.c-cv__period {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 7px;
  width: 466px;
  height: 48px;
  background: url(../../img/cv_period_bg.png) left no-repeat;
  color: #c9d475;
}
.c-cv__period .date {
  margin-left: 338px;
  padding-bottom: 2px;
  font-size: 3em;
  font-weight: bold;
}
.c-cv__period .weekday {
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
}
.c-cv__buttons {
  display: flex;
  clear: both;
  padding-left: 194px;
}
.c-cv__button a {
  display: inline-block;
  position: relative;
}
.c-cv__button a::before {
  -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;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cv__button a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c-cv__button.counseling a::before {
  width: 330px;
  height: 98px;
  background: url(../../img/cv_button_counseling_h.png) left top no-repeat;
}
.c-cv__button.monitor a::before {
  width: 330px;
  height: 98px;
  background: url(../../img/cv_button_monitor_h.png) left top no-repeat;
}

.c-copyright {
  text-align: center;
  line-height: 3.4;
  font-size: 1em;
  color: #fff;
}

.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-active .js-accordion-contents, .js-accordion.is-open-first .js-accordion-contents {
  height: auto;
  max-height: none;
  will-change: transform;
}

.p-header {
  height: 473px;
}

.p-media {
  position: relative;
  padding: 20px 40px 0;
  background: #fff;
}
.p-media__inner {
  position: relative;
  padding: 0 45px 65px;
  background: url(../../img/media_bg.png) center top 20px no-repeat;
  background-size: 100%;
}
.p-media__lead {
  margin-bottom: 40px;
}
.p-media__pic {
  position: absolute;
  top: 0;
  right: 40px;
}

.p-case {
  position: relative;
  background: #fff;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}
.p-case__item {
  margin-top: 40px;
}
.p-case__item:nth-child(3), .p-case__item:nth-child(6) {
  margin-right: -27px;
}
.p-case__notice {
  position: absolute;
  width: 625px;
  top: 70px;
  right: 40px;
  font-size: 1em;
  color: #666;
  line-height: 1.4;
}

.p-points {
  position: relative;
  overflow: hidden;
  background: url(../../img/points_bg.jpg) right top no-repeat #334e5f;
}
.p-points__title {
  margin-top: 105px;
  padding-left: 320px;
}
.p-points__anchor {
  position: relative;
  z-index: 1;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  background: #fff;
}
.p-points__pic {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.p-points__pic::before {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MjQzMCIvPjxzdG9wIG9mZnNldD0iMTE1cHgiIHN0b3AtY29sb3I9IiMwNzI0MzAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSIxNTdweCIgc3RvcC1jb2xvcj0iIzA3MjQzMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzI0MzAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(#072430, rgba(7, 36, 48, 0.7) 115px, rgba(7, 36, 48, 0) 157px, rgba(7, 36, 48, 0));
  background: -webkit-linear-gradient(#072430, rgba(7, 36, 48, 0.7) 115px, rgba(7, 36, 48, 0) 157px, rgba(7, 36, 48, 0));
  background: linear-gradient(#072430, rgba(7, 36, 48, 0.7) 115px, rgba(7, 36, 48, 0) 157px, rgba(7, 36, 48, 0));
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 157px;
}
.p-points__pic.headroom--not-top {
  position: fixed;
  left: auto;
  margin-left: -40px;
}
.p-points__pic.is-bottom {
  position: absolute;
  top: auto;
  bottom: 220px;
}

.p-point {
  position: relative;
  padding: 35px 0 35px 320px;
}
.p-point__title {
  margin-bottom: 33px;
}
.p-point__pic {
  position: absolute;
  top: 26px;
  right: -28px;
}
.p-point.point1 {
  padding-top: 11px;
}
.p-point.point1 .p-point__pic {
  top: 2px;
}
.p-point.point2 {
  padding-bottom: 15px;
}
.p-point.point3 .p-point__pic {
  right: -68px;
}
.p-point.point5 {
  padding-bottom: 75px;
}

.p-operation {
  background: url(../../img/operation_bg.png) 30px 50px no-repeat #dbdee0;
}
.p-operation__title, .p-operation__lead, .p-operation__text.text1 {
  padding-left: 320px;
}
.p-operation__title {
  margin-top: 55px;
}
.p-operation__text.text1 {
  margin-bottom: 30px;
  padding-bottom: 74px;
  background: url(../../img/operation_text_bg.png) center bottom no-repeat;
}
.p-operation__text.text2 {
  text-align: center;
}
.p-operation-contents__wrapper {
  display: flex;
  justify-content: space-between;
}
.p-operation-contents__pic {
  margin-bottom: 13px;
}
.p-operation-contents__button a {
  display: block;
  position: relative;
}
.p-operation-contents__button a::before {
  -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;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 291px;
  height: 48px;
  background: url(../../img/operation_button_h.png) left top no-repeat;
}
.p-operation-contents__button a:hover::before, .p-operation-contents__button a.is-active::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.p-operation-contents.type1 .p-operation-contents__button a::before {
  width: 290px;
  height: 80px;
  background: url(../../img/operation_type1_button_h.png) left top no-repeat;
}
.p-operation-contents.type2 .p-operation-contents__button a::before {
  width: 291px;
  height: 80px;
  background: url(../../img/operation_type2_button_h.png) left top no-repeat;
}
.p-operation-contents.type3 .p-operation-contents__button a::before {
  width: 291px;
  height: 80px;
  background: url(../../img/operation_type3_button_h.png) left top no-repeat;
}
.p-operation__details {
  position: relative;
  margin: 30px auto 0;
  width: 870px;
  height: 528px;
}

.p-popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 38px 0 30px 414px;
  background: #000;
}
.p-popup__title, .p-popup__text {
  margin-bottom: 30px;
}
.p-popup__pic {
  margin-left: -10px;
}
.p-popup.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
.p-popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
}
.p-popup__close a {
  cursor: pointer;
}

.p-flow__list {
  padding-left: 25px;
  background-image: url(../../img/operation_details_flow_bg1.png);
  background-position: 2px top;
  background-repeat: no-repeat;
}
.p-flow__list.is-flow1 {
  background-image: url(../../img/operation_details_flow_bg1.png);
}
.p-flow__list.is-flow2 {
  background-image: url(../../img/operation_details_flow_bg2.png);
}
.p-flow__list.is-flow3 {
  background-image: url(../../img/operation_details_flow_bg3.png);
}
.p-flow__list.is-disabled .p-flow__item {
  pointer-events: none;
}
.p-flow__item {
  margin-bottom: 20px;
  cursor: pointer;
}

.p-slide__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 395px;
  height: 527px;
}

.p-faq {
  background: url(../../img/faq_bg.jpg) left top no-repeat, url(../../img/faq_bg2.png) right bottom no-repeat, #fff;
  padding-bottom: 50px;
}
.p-faq__title {
  float: left;
}
.p-faq-contents {
  margin-bottom: 30px;
  padding-left: 339px;
  background-position: right 0 top 71px;
  background-repeat: no-repeat;
}
.p-faq-contents__question {
  margin-bottom: 17px;
}
.p-faq-contents__answer {
  margin-left: 67px;
}
.p-faq-contents.faq1 {
  margin-top: -14px;
}
.p-faq .faq1 {
  background-image: url(../../img/faq_faq1_bg.jpg);
}
.p-faq .faq2 {
  background-image: url(../../img/faq_faq2_bg.jpg);
}
.p-faq .faq3 {
  background-image: url(../../img/faq_faq3_bg.jpg);
}
.p-faq .faq4 {
  background-image: url(../../img/faq_faq4_bg.jpg);
}
.p-faq .faq5 {
  background-image: url(../../img/faq_faq5_bg.jpg);
}

.p-clinic {
  padding: 70px 40px 0;
  background: url(../../img/clinic_bg.jpg) center top no-repeat #dadee0;
}
.p-clinic__title {
  margin-bottom: 75px;
}
.p-clinic__lead {
  margin-bottom: 75px;
  text-align: center;
}
.p-clinic__lead img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-clinic__lead img + img {
  margin-top: 50px;
}
.p-clinic__text {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15.5px;
  line-height: 1.8;
  color: #505050;
}
.p-clinic .m-clinic {
  position: relative;
  z-index: 1;
}
.p-clinic .m-clinic-wrapper {
  background: url(../../img/voice_bg_footer.png) center bottom repeat-x, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTllNyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZDRkMWNlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmRiOGI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(../../img/voice_bg_footer.png) center bottom repeat-x, -moz-linear-gradient(#eae9e7, #d4d1ce 80%, #bdb8b4);
  background: url(../../img/voice_bg_footer.png) center bottom repeat-x, -webkit-linear-gradient(#eae9e7, #d4d1ce 80%, #bdb8b4);
  background: url(../../img/voice_bg_footer.png) center bottom repeat-x, linear-gradient(#eae9e7, #d4d1ce 80%, #bdb8b4);
  padding: 80px 0 100px;
}
.p-clinic .m-clinic-logo {
  margin: 0 auto 45px;
  width: 227px;
  text-align: center;
}
.p-clinic .m-clinic-logo object {
  width: 100%;
}
.p-clinic .m-clinic-tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.p-clinic .m-clinic-tab-list {
  *zoom: 1;
  display: flex;
}
.p-clinic .m-clinic-tab-list:after {
  content: "";
  display: table;
  clear: both;
}
.p-clinic .m-clinic-tab-item {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
  height: 44px;
  background: url(../../img/clinic_tab_item_bg.png) top left repeat-x;
}
.p-clinic .m-clinic-tab-item + .m-clinic-tab-item {
  margin-left: 1px;
}
.p-clinic .m-clinic-tab-item.is-active {
  background: url(../../img/clinic_tab_item_bg_a.png) top left repeat-x;
}
.p-clinic .m-clinic-tab-item a {
  font-size: 18px;
  color: #584f4c;
  text-shadow: 1px 1px 1px white;
  letter-spacing: 2px;
}
.p-clinic .m-clinic-tab-item a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-clinic .m-clinic-contents {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
}
.p-clinic .m-clinic-item {
  *zoom: 1;
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
}
.p-clinic .m-clinic-item:after {
  content: "";
  display: table;
  clear: both;
}
.p-clinic .m-clinic-item-title {
  float: left;
  text-align: center;
}
.p-clinic .m-clinic-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-clinic .m-clinic-item .m-history-item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.p-clinic .m-clinic-item .m-history-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.2em;
  color: #726b60;
}
.p-clinic .m-clinic-data {
  float: left;
}
.p-clinic .m-clinic-data-item {
  color: #726b60;
}
.p-clinic .m-clinic-data-title {
  position: relative;
  font-size: 1.4em;
}
.p-clinic .m-clinic-data-detail {
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.p-clinic .m-clinic-contact img {
  height: auto;
}
.p-clinic .m-clinic-contact a {
  color: #726b60;
}
.p-clinic .m-clinic-contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.p-clinic .m-clinic-contact .overseas {
  display: block;
  font-size: 0.8571428571em;
}
.p-clinic .m-clinic-map iframe {
  width: 100%;
  height: 400px;
}
.p-clinic .m-clinic-map-item {
  margin-bottom: 5px;
}
.p-clinic .m-clinic-map-route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #726b60;
}
.p-clinic .m-clinic-map-route-item + .m-clinic-map-route-item {
  margin-left: 8px;
}
.p-clinic .m-clinic-map-route-item.hiroden, .p-clinic .m-clinic-map-route-item.astramline {
  margin: 0 8px 4px 0;
}
.p-clinic .m-clinic-map .hibiya {
  background-image: url(../../mobile/img/logo_hibiya.svg);
}
.p-clinic .m-clinic-map .oedo {
  background-image: url(../../mobile/img/logo_oedo.svg);
}
.p-clinic .m-clinic-map .jr {
  background-image: url(../../mobile/img/logo_jr.svg);
}
.p-clinic .m-clinic-map .sakuradori {
  background-image: url(../../mobile/img/logo_sakuradori.svg);
}
.p-clinic .m-clinic-map .nishitetsu {
  background-image: url(../../mobile/img/logo_nishitetsu.svg);
}
.p-clinic .m-clinic-map .tenjin {
  background-image: url(../../mobile/img/logo_tenjin.svg);
}
.p-clinic .m-clinic-map .hiroden {
  background-image: url(../../mobile/img/logo_hiroden.svg);
}
.p-clinic .m-clinic-map .astramline {
  background-image: url(../../mobile/img/logo_astramline.svg);
}
.p-clinic .has-doctor .m-clinic-item-title {
  width: 225px;
  height: 170px;
  margin-bottom: 28px;
}
.p-clinic .has-doctor .m-clinic-item-title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.p-clinic .has-doctor .m-clinic-item-title img {
  vertical-align: middle;
}
.p-clinic .has-doctor .m-clinic-data {
  margin-bottom: 35px;
  width: 323px;
}
.p-clinic .has-doctor .m-clinic-data-item {
  margin-bottom: 20px;
}
.p-clinic .has-doctor .m-clinic-data-item:last-child {
  margin: 0;
}
.p-clinic .has-doctor .m-clinic-data-title {
  float: left;
  width: 68px;
}
.p-clinic .has-doctor .m-clinic-data-detail {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
}
.p-clinic .has-doctor .m-clinic-contact img {
  margin-bottom: 8px;
  width: 180px;
}
.p-clinic .has-doctor .m-clinic-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.p-clinic .has-doctor .m-clinic-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 1.4em;
}
.p-clinic .has-doctor .m-clinic-doctor-profile {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
}
.p-clinic .has-doctor .m-clinic-doctor-profile > * {
  display: table-cell;
  vertical-align: middle;
}
.p-clinic .has-doctor .m-clinic-doctor-name {
  width: 199px;
  font-size: 1.8em;
}
.p-clinic .has-doctor .m-clinic-doctor-sub {
  display: block;
  margin-top: 6px;
  font-size: 0.6666666667em;
  color: #a7a29b;
}
.p-clinic .has-doctor .m-clinic-doctor-text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-clinic .has-doctor .m-clinic-doctor-history-title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 1.4em;
  color: #fff;
}
.p-clinic .has-doctor .m-history-title {
  width: 50px;
  vertical-align: top;
}
.p-clinic .has-doctor .m-clinic-map {
  float: left;
  width: 510px;
}

.p-privacy {
  position: relative;
  padding: 54px 40px 0;
  background: #072432;
}
.p-privacy__title {
  margin-bottom: 30px;
  cursor: pointer;
}
.p-privacy-contents__inner {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 70px;
  padding: 70px 95px;
  background: #fff;
  font-size: 1.2em;
  color: #515866;
}
.p-privacy-contents__inner > *:last-child {
  margin-bottom: 0;
}
.p-privacy-contents__title, .p-privacy-contents__text, .p-privacy-contents__list {
  margin-bottom: 20px;
}
.p-privacy-contents__text, .p-privacy-contents__item {
  line-height: 1.8333333333;
}
.p-privacy-contents__title {
  font-weight: bold;
}

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