@charset "UTF-8";
.l-main {
  color: #646464;
}

.f-copyright {
  padding: 20px 0;
  background: linear-gradient(#cacaca, #b6b6b6);
  text-align: center;
  font-size: 10px;
  color: #595757;
}
.f-copyright-list {
  margin-bottom: 10px;
}
.f-copyright-item {
  display: inline-block;
}
.f-copyright-item a {
  color: #595757;
}

.c-accordion {
  margin: 0 auto;
  width: 75%;
  max-width: 1000px;
}
.c-accordion-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.c-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 480px;
  width: 26px;
  height: 13px;
  background: url(../img/privacypolicy_arrow.png) left center no-repeat;
}
.c-accordion-title.is-open::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-accordion-contents {
  display: none;
  border-radius: 8px;
  background: #fff;
}
.c-accordion-contents-inner {
  padding: 70px 110px;
}

.c-clinic {
  *zoom: 1;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
  width: 868px;
}
.c-clinic:after {
  content: "";
  display: table;
  clear: both;
}
.c-clinic-title {
  float: left;
  width: 225px;
  height: 170px;
  text-align: center;
}
.c-clinic-title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-clinic-title img {
  vertical-align: middle;
}
.c-clinic.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.c-clinic-data {
  float: left;
  margin-bottom: 35px;
  width: 323px;
}
.c-clinic-data-item {
  margin-bottom: 20px;
  color: #726b60;
}
.c-clinic-data-item:last-child {
  margin: 0;
}
.c-clinic-data .contact img {
  margin-bottom: 8px;
  width: 180px;
  height: auto;
}
.c-clinic-data .contact a {
  color: #726b60;
}
.c-clinic-data .contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.c-clinic-data .contact .overseas {
  display: block;
  font-size: 0.8571428571em;
}
.c-clinic-data .title {
  position: relative;
  float: left;
  width: 68px;
  font-size: 1.4em;
}
.c-clinic-data .detail {
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.c-clinic-map {
  float: left;
  width: 510px;
}
.c-clinic-map iframe {
  width: 100%;
  height: 400px;
}
.c-clinic-map-item {
  margin-bottom: 5px;
}
.c-clinic-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;
}
.c-clinic-route-item + .p-clinic-map-route-item {
  margin-left: 8px;
}
.c-clinic-route .hibiya {
  background-image: url(../mobile/img/logo_hibiya.svg);
}
.c-clinic-route .oedo {
  background-image: url(../mobile/img/logo_oedo.svg);
}
.c-clinic-route .jr {
  background-image: url(../mobile/img/logo_jr.svg);
}
.c-clinic-route .sakuradori {
  background-image: url(../mobile/img/logo_sakuradori.svg);
}
.c-clinic-route .nishitetsu {
  background-image: url(../mobile/img/logo_nishitetsu.svg);
}
.c-clinic-route .tenjin {
  background-image: url(../mobile/img/logo_tenjin.svg);
}
.c-clinic-route .hiroden {
  background-image: url(../mobile/img/logo_hiroden.svg);
}
.c-clinic-route .astramline {
  background-image: url(../mobile/img/logo_astramline.svg);
}

.c-cv-box {
  width: auto;
}
.c-cv-box-wrapper {
  width: auto;
}
.c-cv-box-inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 3.3% 0;
  width: 75%;
  max-width: 1000px;
  background: url(../img/cv_bg.jpg) left center no-repeat;
  background-size: 100% auto;
}
.c-cv-anchor {
  padding: 120px 0 25px;
  text-align: center;
}
.c-cv-contents {
  margin-left: 35.5%;
  max-width: 53%;
  text-align: center;
}
.c-cv-title, .c-cv-pic {
  margin-bottom: 22px;
}
.c-cv-limit {
  position: relative;
  float: left;
  padding-top: 12%;
  width: 49%;
  background: url(../img/cv_limit_bg.png) left center no-repeat;
  background-size: 100% auto;
}
.c-cv-limit-text {
  position: absolute;
  top: 11%;
  right: 11%;
  font-size: 3rem;
  font-weight: bold;
  color: #e9328e;
}
.c-cv-button {
  float: right;
  width: 49%;
}
.c-cv-button::after {
  content: '※定員に達し次第、終了とさせていただきます。';
  position: absolute;
  right: 11%;
  font-size: 1rem;
  color: #323232;
}
.c-cv-button a {
  display: block;
  margin-bottom: 1%;
}
.c-cv-button a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.c-cv-button img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.c-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.c-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 14px;
}
.c-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;
}
.c-doctor-profile > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor-name {
  width: 199px;
  font-size: 18px;
}
.c-doctor-sub {
  display: block;
  margin-top: 6px;
  font-size: 0.6666666667em;
  color: #a7a29b;
}
.c-doctor-text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}
.c-doctor-history-title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 14px;
  color: #fff;
}
.c-doctor-history-item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.c-doctor-history-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #726b60;
}
.c-doctor-history .title {
  width: 50px;
  vertical-align: top;
}

.c-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 50%;
  height: 100%;
  background: linear-gradient(#89328a, #95127c);
}
.c-fix.is-active {
  display: block;
}
.c-fix .menu {
  position: absolute;
  top: 48px;
  left: 4%;
  cursor: pointer;
}
.c-fix-list {
  margin: 0 auto;
  padding-top: 150px;
  width: 50%;
}
.c-fix-item {
  margin-bottom: 40px;
  text-align: center;
}
.c-fix-item a {
  display: block;
  position: relative;
}
.c-fix-item a:hover::after {
  content: '';
  position: absolute;
  top: -7px;
  right: 0;
  width: 42px;
  height: 56px;
  background: url(../img/fix_h.png) right center no-repeat;
}
.c-fix-item.top a {
  background: url(../img/fix_top.png) center no-repeat;
}
.c-fix-item.top a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.top.is-active a {
  background: url(../img/fix_top_a.png) center no-repeat;
}
.c-fix-item.top.is-active a:hover::after {
  background: none;
}
.c-fix-item.introduction a {
  background: url(../img/fix_introduction.png) center no-repeat;
}
.c-fix-item.introduction a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.introduction.is-active a {
  background: url(../img/fix_introduction_a.png) center no-repeat;
}
.c-fix-item.introduction.is-active a:hover::after {
  background: none;
}
.c-fix-item.case a {
  background: url(../img/fix_case.png) center no-repeat;
}
.c-fix-item.case a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.case.is-active a {
  background: url(../img/fix_case_a.png) center no-repeat;
}
.c-fix-item.case.is-active a:hover::after {
  background: none;
}
.c-fix-item.about a {
  background: url(../img/fix_about.png) center no-repeat;
}
.c-fix-item.about a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.about.is-active a {
  background: url(../img/fix_about_a.png) center no-repeat;
}
.c-fix-item.about.is-active a:hover::after {
  background: none;
}
.c-fix-item.comparison a {
  background: url(../img/fix_comparison.png) center no-repeat;
}
.c-fix-item.comparison a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.comparison.is-active a {
  background: url(../img/fix_comparison_a.png) center no-repeat;
}
.c-fix-item.comparison.is-active a:hover::after {
  background: none;
}
.c-fix-item.reason a {
  background: url(../img/fix_reason.png) center no-repeat;
}
.c-fix-item.reason a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.reason.is-active a {
  background: url(../img/fix_reason_a.png) center no-repeat;
}
.c-fix-item.reason.is-active a:hover::after {
  background: none;
}
.c-fix-item.qa a {
  background: url(../img/fix_qa.png) center no-repeat;
}
.c-fix-item.qa a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.qa.is-active a {
  background: url(../img/fix_qa_a.png) center no-repeat;
}
.c-fix-item.qa.is-active a:hover::after {
  background: none;
}
.c-fix-item.clinic a {
  background: url(../img/fix_clinic.png) center no-repeat;
}
.c-fix-item.clinic a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-fix-item.clinic.is-active a {
  background: url(../img/fix_clinic_a.png) center no-repeat;
}
.c-fix-item.clinic.is-active a:hover::after {
  background: none;
}
.c-fix-menu {
  position: absolute;
  left: 2%;
  z-index: 998;
  cursor: pointer;
}
.c-fix-menu.is-fixed {
  position: fixed;
  top: 50px;
}

.c-tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.c-tab-list {
  *zoom: 1;
}
.c-tab-list:after {
  content: "";
  display: table;
  clear: both;
}
.c-tab-item {
  overflow: hidden;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
}
.c-tab .is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-tab .tokyo.is-active {
  background-image: url(../img/clinic_tab_item_tokyo_a.png);
}
.c-tab .nagoya.is-active {
  background-image: url(../img/clinic_tab_item_nagoya_a.png);
}
.c-tab .osaka.is-active {
  background-image: url(../img/clinic_tab_item_osaka_a.png);
}
.c-tab .hiroshima.is-active {
  background-image: url(../img/clinic_tab_item_hiroshima_a.png);
}
.c-tab .fukuoka.is-active {
  background-image: url(../img/clinic_tab_item_fukuoka_a.png);
}

.p-contents {
  margin: 0 auto;
  padding: 100px 0 60px;
}

.c-title {
  position: relative;
  margin: 0 276px 80px;
  width: auto;
  text-align: center;
}
.c-title span {
  display: block;
  margin: 0 auto;
  width: 75%;
  max-width: 1000px;
}

.c-box {
  width: auto;
}
.c-box-wrapper {
  width: auto;
}
.c-box-detail-wrapper {
  margin: 0;
  width: auto;
}
.c-box-detail-inner {
  margin: 0 auto;
  width: 75%;
  max-width: 1000px;
}

.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			PCトップ用SCSSファイル


New Creation:	2018/07/11.
Last Change:	2018/07/13.


Created By		Kosuke Inoue

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

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	header
4.	main
5.	side
6.	footer
7.	original

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

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

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

body.is-active {
  overflow: hidden;
  height: 100%;
}

img {
  max-width: 100%;
}

.l-container {
  background: #fff;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.h-menu {
  position: absolute;
  bottom: 750px;
  left: 2%;
  width: 76px;
  cursor: pointer;
}
.h-menu:hover {
  background: url(../img/navi_menu_h.png) left top no-repeat;
}

.h-navi {
  position: absolute;
  bottom: 280px;
  left: 156px;
}
.h-navi-list {
  *zoom: 1;
}
.h-navi-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-navi-item {
  margin-bottom: 35px;
}
.h-navi-item.case a:hover {
  background: url(../img/navi_case_h.png) left top no-repeat;
}
.h-navi-item.about a:hover {
  background: url(../img/navi_about_h.png) left top no-repeat;
}
.h-navi-item.comparison a:hover {
  background: url(../img/navi_comparison_h.png) left top no-repeat;
}
.h-navi-item.reason a:hover {
  background: url(../img/navi_reason_h.png) left top no-repeat;
}
.h-navi-item.qa a:hover {
  background: url(../img/navi_qa_h.png) left top no-repeat;
}
.h-navi-item.clinic a:hover {
  background: url(../img/navi_clinic_h.png) left top no-repeat;
}
.h-navi-item.about a {
  padding-left: 3px;
}
.h-navi-item.about a:hover {
  background-position: left -1px top 0;
}
.h-navi a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	side
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	original
----------------------------------------------------------------------*/
.p-case {
  position: relative;
  background: linear-gradient(#95127c, #89328a) right top 174px no-repeat;
  background-size: 9% 100%;
}
.p-case::before {
  content: '';
  position: absolute;
  top: 174px;
  right: 0;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_right_top.jpg) left top no-repeat;
  background-size: 100%;
}
.p-case::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -27px;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_right_bottom.jpg) left top no-repeat;
  background-size: 100%;
}
.p-case .box1 {
  margin-bottom: 50px;
}
.p-case .pic1 {
  margin-bottom: 50px;
}
.p-case .text {
  line-height: 1.5;
  font-size: 8px;
  color: #848484;
}

.p-about {
  position: relative;
  background: url(../img/about_bg.png) right top 35px no-repeat, linear-gradient(#95127c, #89328a) left top 174px no-repeat;
  background-size: 25% auto,  9% 100%;
}
.p-about::before {
  content: '';
  position: absolute;
  top: 174px;
  left: 0;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_left_top.jpg) left top no-repeat;
  background-size: 100%;
}
.p-about::after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_left_bottom.jpg) left top no-repeat;
  background-size: 100%;
}
.p-about .box1 {
  position: relative;
  height: 95rem;
}
.p-about .pic1,
.p-about .pic2,
.p-about .pic3 {
  position: absolute;
  top: 0;
}
.p-about .pic1 {
  right: 68%;
  left: 0;
}
.p-about .pic2 {
  right: 34%;
  left: 35%;
}
.p-about .pic3 {
  right: 0;
  left: 70%;
}
.p-about .pic4 {
  position: relative;
}
.p-about .pic4::before {
  content: '';
  position: absolute;
  top: 42px;
  left: -10px;
  width: 17%;
  height: 16%;
  background: url(../img/pic_bg.png) left top no-repeat;
  background-size: 100% auto;
}
.p-about .pic4::before {
  top: 50px;
}

.p-comparison {
  position: relative;
  background: linear-gradient(#95127c, #89328a) right top 174px no-repeat;
  background-size: 9% 100%;
}
.p-comparison::before {
  content: '';
  position: absolute;
  top: 174px;
  right: 0;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_right_top.jpg) left top no-repeat;
  background-size: 100%;
}
.p-comparison::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -27px;
  width: 9%;
  height: 2%;
  background: url(../img/box_bg_right_bottom.jpg) left top no-repeat;
  background-size: 100%;
}
.p-comparison .pic1 {
  margin-bottom: 60px;
}
.p-comparison .pic2 {
  position: relative;
}
.p-comparison .pic2::before {
  content: '';
  position: absolute;
  top: 42px;
  left: -10px;
  width: 17%;
  height: 16%;
  background: url(../img/pic_bg.png) left top no-repeat;
  background-size: 100% auto;
}

.p-reason {
  padding-bottom: 100px;
  background: url(../img/reason_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.p-reason .box1 {
  position: relative;
  height: 160rem;
}
.p-reason .box1 > * {
  position: absolute;
}
.p-reason .box1 .pic1 {
  top: 0;
  right: 52%;
  left: -2%;
}
.p-reason .box1 .pic2 {
  top: 10.5%;
  right: -2%;
  left: 51%;
}
.p-reason .box1 .pic3 {
  top: 34%;
  right: 52%;
  left: -2%;
}
.p-reason .box1 .pic4 {
  top: 45.3%;
  right: -2%;
  left: 51%;
}
.p-reason .box1 .pic5 {
  top: 69%;
  right: 52%;
  left: -2%;
}
.p-reason .box1 .pic6 {
  top: 74.5%;
  right: 0;
  left: 74.5%;
}
.p-reason .box1 .pic7 {
  top: 81.4%;
  right: -3.2%;
  left: 51%;
}

.p-qa {
  padding-bottom: 150px;
  background: url(../img/qa_bg.png) center top no-repeat;
  background-size: 100% auto;
}
.p-qa .box1 {
  position: relative;
  height: 55rem;
}
.p-qa .box1 > * {
  position: absolute;
}
.p-qa .pic1 {
  top: 0;
  right: 52%;
  left: 0;
}
.p-qa .pic2 {
  top: 0;
  right: 0;
  left: 52%;
}
.p-qa .pic3 {
  top: 52%;
  right: 52%;
  left: 0;
}
.p-qa .pic4 {
  top: 52%;
  right: 0;
  left: 52%;
}

.p-clinic {
  padding-bottom: 120px;
  background: url(../img/clinic_bg1.png) left top no-repeat, url(../img/clinic_bg2.png) right bottom no-repeat;
  background-size: 100%, auto;
}
.p-clinic .pic1 {
  margin-bottom: 65px;
  text-align: center;
}
.p-clinic .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: #fff;
  box-shadow: 1px 2px 2px 0;
}
.p-clinic .c-cv {
  margin-top: 100px;
}

.p-privacypolicy {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 80px 0 45px;
  background: #b2b3b3;
}
.p-privacypolicy::before {
  content: '';
  position: absolute;
  top: 150px;
}
.p-privacypolicy .box {
  margin-bottom: 30px;
}
.p-privacypolicy .box.last {
  margin-bottom: 0;
}
.p-privacypolicy .box .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #646464;
}
.p-privacypolicy .box p,
.p-privacypolicy .box ul {
  line-height: 1.8333333333;
  font-size: 12px;
}
.p-privacypolicy .box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.p-privacypolicy .reception {
  margin-top: 15px;
  font-size: 12px;
}
.p-privacypolicy .reception-title {
  margin-bottom: 10px;
}
.p-privacypolicy .reception-contents {
  padding-left: 12px;
  line-height: 1.5;
}
.p-privacypolicy .reception-tel {
  margin-top: 5px;
}
.p-privacypolicy .reception-tel > * {
  display: inline-block;
}
.p-privacypolicy .reception-tel-contents a {
  color: #646464;
}

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