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

.f-copyright {
  padding: 20px 0;
  background: #58504c;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.c-accordion {
  margin: 0 auto;
  width: 1050px;
}
.c-accordion > * {
  margin: 0 25px;
}
.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;
  color: #7e7774;
}
.c-accordion-contents-inner {
  padding: 70px 110px;
}

.c-button {
  display: flex;
  position: absolute;
  left: 50%;
  z-index: 1;
  justify-content: flex-end;
  width: 420px;
  box-sizing: border-box;
}

.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;
  margin: 0 auto;
  padding: 26px;
  background: #fff;
}
.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,
.c-clinic-route-item + .c-clinic-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 {
  margin: 70px auto 0;
  width: 1050px;
}
.c-cv .box1 {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.c-cv-button {
  position: absolute;
  top: 100px;
  left: 244px;
}
.c-cv-button a {
  display: block;
  background: url(../img/cv_button_counseling_h.png) left top no-repeat;
}
.c-cv-button a:hover img {
  opacity: 0;
}
.c-cv-pic2 {
  margin-bottom: 10px;
  text-align: center;
}
.c-cv-list {
  overflow: hidden;
  margin: 0 auto;
  width: 1050px;
  border-top: 1px solid #e4ded9;
  border-bottom: 1px solid #e4ded9;
}
.c-cv-item {
  float: left;
}

.c-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.c-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 1.4em;
}
.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: 1.8em;
}
.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: 1.2em;
}
.c-doctor-history-title {
  margin-bottom: 5px;
  padding: 5px;
  background: #ba8d54;
  font-size: 1.4em;
  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: 1.2em;
  color: #726b60;
}
.c-doctor-history .title {
  width: 50px;
  vertical-align: top;
}
.c-doctor-history-cap {
  margin-top: 10px;
}

.c-list {
  display: flex;
  flex-wrap: wrap;
}

.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-item + .c-tab-item {
  margin-left: 1px;
}
.c-tab-item a {
  display: block;
}
.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_bg_a.png);
}
.c-tab .nagoya.is-active {
  background-image: url(../../img/clinic_tab_item_nagoya_bg_a.png);
}
.c-tab .osaka.is-active {
  background-image: url(../../img/clinic_tab_item_osaka_bg_a.png);
}
.c-tab .hiroshima.is-active {
  background-image: url(../../img/clinic_tab_item_hiroshima_bg_a.png);
}
.c-tab .fukuoka.is-active {
  background-image: url(../../img/clinic_tab_item_fukuoka_bg_a.png);
}

.c-title {
  margin: 0 auto 25px;
  width: 970px;
}

.p-contents {
  padding: 50px 0 0;
}

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

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


New Creation:	2018/09/07.
Last Change:	2018/10/17.


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

a img {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
a:hover img {
  opacity: .7;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.h-cv-button a {
  background: url(../../img/h_cv_button_counseling_h.png) left top no-repeat;
}

.h-navi {
  position: relative;
  z-index: 10;
  height: 63px;
  background: url(../../img/navi_bg.png) left top repeat-x;
}
.h-navi-list {
  *zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 1052px;
}
.h-navi-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-navi-item {
  float: left;
}
.h-navi-item.is-active a,
.h-navi-item.is-active a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.h-navi a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.h-navi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.h-navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.h-navi .top.is-active {
  background: url(../../img/navi_top_a.png) left top no-repeat;
}
.h-navi .method.is-active {
  background: url(../../img/navi_method_a.png) left top no-repeat;
}
.h-navi .mission.is-active {
  background: url(../../img/navi_mission_a.png) left top no-repeat;
}
.h-navi .policy.is-active {
  background: url(../../img/navi_policy_a.png) left top no-repeat;
}
.h-navi .doctor.is-active {
  background: url(../../img/navi_doctor_a.png) left top no-repeat;
}
.h-navi .clinic.is-active {
  background: url(../../img/navi_clinic_a.png) left top no-repeat;
}
.h-navi .contact.is-active {
  background: url(../../img/navi_contact_a.png) left top no-repeat;
}
.h-navi .top a:hover {
  background: url(../../img/navi_top_h.png) left top no-repeat;
}
.h-navi .method a:hover {
  background: url(../../img/navi_method_h.png) left top no-repeat;
}
.h-navi .mission a:hover {
  background: url(../../img/navi_mission_h.png) left top no-repeat;
}
.h-navi .policy a:hover {
  background: url(../../img/navi_policy_h.png) left top no-repeat;
}
.h-navi .doctor a:hover {
  background: url(../../img/navi_doctor_h.png) left top no-repeat;
}
.h-navi .clinic a:hover {
  background: url(../../img/navi_clinic_h.png) left top no-repeat;
}
.h-navi .contact a:hover {
  background: url(../../img/navi_contact_h.png) left top no-repeat;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	side
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	original
----------------------------------------------------------------------*/
.p-prologue {
  position: relative;
  padding: 0;
}
.p-prologue .pic1,
.p-prologue .pic2 {
  position: relative;
  text-align: center;
}
.p-prologue .pic {
  background: url(../../img/prologue_pic1_bg.png) left top repeat-x;
}
.p-prologue .pic-inner {
  margin: 0 auto;
  width: 1050px;
}
.p-prologue .pic1 {
  position: relative;
  z-index: 2;
  padding: 32px 0 93px;
}
.p-prologue .slider {
  position: absolute;
  top: 0;
}
.p-prologue .slider-list {
  position: relative;
  width: 1050px;
  height: 440px;
}
.p-prologue .slider-item {
  position: absolute;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}
.p-prologue .slider-item:nth-child(1) {
  animation-name: slider-zoomin;
  animation-delay: -11s;
}
.p-prologue .slider-item:nth-child(2) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: -7s;
}
.p-prologue .slider-item:nth-child(3) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: -3s;
}
.p-prologue .slider-item:nth-child(4) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 1s;
}
.p-prologue .slider-item:nth-child(5) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 5s;
}
.p-prologue .slider-item:nth-child(6) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 9s;
}
.p-prologue .slider-item:nth-child(7) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.p-prologue .slider-item:nth-child(8) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 17s;
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: .8;
  }
  20% {
    opacity: .6;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: .8;
  }
  20% {
    opacity: .6;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.p-prologue .slider-item:nth-child(1) {
  top: 170px;
  left: 30px;
}
.p-prologue .slider-item:nth-child(2) {
  top: 60px;
  left: 100px;
}
.p-prologue .slider-item:nth-child(3) {
  top: 60px;
  right: 100px;
}
.p-prologue .slider-item:nth-child(4) {
  top: 150px;
  right: 30px;
}
.p-prologue .slider-item:nth-child(5) {
  top: 200px;
  left: 75px;
}
.p-prologue .slider-item:nth-child(6) {
  top: 185px;
  left: 140px;
}
.p-prologue .slider-item:nth-child(7) {
  top: 190px;
  right: 140px;
}
.p-prologue .slider-item:nth-child(8) {
  top: 160px;
  right: 75px;
}
.p-prologue .pic2 {
  height: 390px;
  background: url(../../img/prologue_pic2_bg.png) left center no-repeat, #eff0ef;
}
.p-prologue .pic2 img {
  margin: -44px auto 0;
  width: 795px;
}
.p-prologue .c-button {
  right: 180px;
  bottom: 35px;
}

.p-method {
  padding-bottom: 120px;
  background: url(../../img/contents_bg.png) top center, linear-gradient(rgba(255, 255, 255, 0.7), rgba(200, 189, 181, 0.7));
}
.p-method .c-title {
  margin: 0 auto 40px;
}
.p-method .c-box {
  position: relative;
}
.p-method .c-box-inner {
  position: relative;
  margin: 0 auto;
  width: 970px;
}
.p-method .cap {
  position: absolute;
  top: -40px;
  right: 0;
  text-align: right;
  line-height: 1.3333333333;
  color: #7e7774;
}
.p-method .c-item {
  margin-right: 20px;
}
.p-method .c-item:last-child {
  margin-right: 0;
}
.p-method .c-item .item-detail {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  cursor: pointer;
}
.p-method .c-item .item-detail.is-open {
  display: none;
}
.p-method .c-item .item-detail:hover {
  opacity: .7;
}
.p-method .c-item .detail-inner {
  display: none;
}
.p-method .c-item .detail-inner span {
  display: block;
  margin-top: 10px;
  width: 227px;
  line-height: 1.3333333333;
  color: #7e7774;
}

.p-mission {
  padding-top: 0;
  background: url(../../img/contents_bg.png) top center, rgba(255, 255, 255, 0.7);
}
.p-mission .c-title {
  padding: 50px 0 25px;
}
.p-mission .c-box {
  position: relative;
  background: url(../../img/mission_title_bg.png) left center repeat-x;
}
.p-mission .c-box-inner {
  position: relative;
  margin: 0 auto;
  height: 548px;
  background: url(../../img/mission_title_bg2.png) center center no-repeat;
}
.p-mission .c-box-inner > * {
  margin: 0 auto;
  width: 970px;
}
.p-mission .pic1 {
  padding-left: 85px;
}
.p-mission .pic {
  position: relative;
  overflow: hidden;
  margin-top: -68px;
}
.p-mission .pic2 {
  float: left;
  margin-right: 70px;
  width: 551px;
}
.p-mission .pic3 {
  position: relative;
  margin-left: 40%;
  padding: 100px 0 90px;
}

.p-policy {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background: url(../../img/contents_bg.png) top center, rgba(255, 255, 255, 0.7);
}
.p-policy .c-title {
  margin-bottom: 50px;
}
.p-policy .pic1 {
  position: relative;
}
.p-policy .pic1-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 1050px;
}
.p-policy .pic1-inner .pic {
  float: right;
  padding: 40px;
  width: 917px;
  background: #7f7875;
  box-sizing: border-box;
}
.p-policy .pic1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: 690px;
  background: #7f7875;
}
.p-policy .pic2 {
  position: relative;
  clear: both;
  padding: 140px 0 265px 500px;
  background: url(../../img/policy_pic2_bg.png) left top no-repeat, url(../../img/policy_pic2_bg2.png) left top repeat-x;
  text-align: center;
}
.p-policy .pic2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 538px;
  background: #f4f2f1;
}
.p-policy .c-button {
  right: 165px;
  bottom: 140px;
}

.p-doctor {
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(#f4f2f1, #c8bdb5);
}
.p-doctor .c-title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.p-doctor .c-box {
  width: auto;
}
.p-doctor .c-box-inner {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 970px;
}
.p-doctor .c-item {
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
}
.p-doctor .c-item:nth-child(1), .p-doctor .c-item:nth-child(2), .p-doctor .c-item:nth-child(3) {
  margin-top: 0;
}
.p-doctor .c-item:nth-child(3n) {
  margin-right: 0;
}
.p-doctor .c-item .item-inner {
  position: relative;
  float: left;
  width: 303px;
  height: 275px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.p-doctor .c-item .item-inner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-doctor .c-item .item-inner .pic1 {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1', GradientType=0 );
}
.p-doctor .c-item .item-inner .pic2 {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.p-doctor .c-item .item-inner:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.p-clinic {
  padding-bottom: 80px;
  background: url(../../img/contents_bg.png) top center, rgba(255, 255, 255, 0.7);
}
.p-clinic .c-title {
  margin-bottom: 0;
}
.p-clinic .pic1 {
  margin: -40px 0 75px;
  text-align: center;
}
.p-clinic .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
}

.cv {
  position: relative;
  background: url(../../img/cv_bg.png) left top repeat-x;
}
.cv-pic {
  padding: 9px 0 0;
  text-align: center;
}
.cv .c-button {
  bottom: 25px;
  left: 55.5%;
}

.p-privacypolicy {
  position: relative;
  z-index: 2;
  padding: 60px 0 30px;
  background: #7e7774;
}
.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: #7e7774;
}
.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: #726b60;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 1300px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

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