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

.f-copyright {
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
  background: #536199;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.f-copyright-list {
  margin-bottom: 10px;
}
.f-copyright-item {
  display: inline-block;
}
.f-copyright-item a {
  color: #fff;
}

.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: 23px;
  height: 11px;
  background: url(../img/privacypolicy_arrow.png) left center no-repeat;
}
.c-accordion-title.is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-accordion-contents {
  display: none;
  border-radius: 8px;
  background: #fff;
  color: #515868;
}
.c-accordion-contents-inner {
  padding: 70px 110px;
}

.c-button a {
  display: block;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.c-button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.c-button a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.c-button a span {
  display: block;
}

.c-clinic {
  *zoom: 1;
  -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;
}
.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 {
  position: relative;
}
.c-cv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 634px;
  background: url(../img/cv_bg3.jpg) left top repeat-x;
}
.c-cv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 634px;
  background: url(../img/cv_bg4.png) left top repeat-x;
}
.c-cv-box {
  position: relative;
  z-index: 1;
  height: 634px;
  background: url(../img/cv_bg1.jpg) center top no-repeat;
}
.c-cv-box::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 4%;
  z-index: 3;
  width: 326px;
  height: 289px;
  background: url(../img/cv_bg2.png) left center no-repeat;
}
.c-cv-box-wrapper {
  padding: 47px 0;
}
.c-cv-anchor {
  padding: 115px 0 30px;
  text-align: center;
}
.c-cv-contents {
  position: relative;
  z-index: 5;
}
.c-cv-title {
  margin-bottom: 25px;
}
.c-cv-pic {
  margin-bottom: 30px;
}
.c-cv-pic.last {
  margin-bottom: 10px;
}
.c-cv-limit {
  position: relative;
  margin-bottom: 10px;
  width: 528px;
  height: 51px;
  background: url(../img/cv_limit_bg.png) left center no-repeat;
}
.c-cv-limit-text {
  position: absolute;
  top: 4px;
  right: 180px;
  font-size: 36px;
  font-weight: bold;
  color: #db68a4;
}
.c-cv-button {
  width: 533px;
  height: 103px;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px;
          box-shadow: 1px 1px;
}
.c-cv-button a {
  background: url(../img/cv_button_monitor_h.png) left top no-repeat;
}
.c-cv-button a::before {
  background: url(../img/cv_button_monitor.png) left top no-repeat;
}
.c-cv-button a span {
  padding-top: 37px;
  width: 533px;
  height: 66px;
  background: url(../img/cv_button_monitor_bg.png) right 22px top 45px no-repeat;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.c-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.c-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 1.4em;
}
.c-doctor-profile {
  -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: #778b9b;
  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-download {
  overflow: hidden;
  background: url(../img/download_bg1.png) center top no-repeat, url(../img/download_bg2.png) left top repeat-x;
}
.c-download-pic {
  margin-right: 48px;
}
.c-download-pic:last-child {
  margin: 20px 0 0;
  -webkit-box-shadow: 1px 1px #536199;
          box-shadow: 1px 1px #536199;
}
.c-download-pic.c-button a {
  width: 329px;
  height: 72px;
  background: url(../img/download_button_pdf_h.png) left top no-repeat;
}
.c-download-pic.c-button a::before {
  width: 329px;
  height: 72px;
  background: url(../img/download_button_pdf.png) left top no-repeat;
}
.c-download-pic.c-button a span {
  position: relative;
  padding: 25px 0 0 14px;
  width: 329px;
  height: 47px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #536199;
}
.c-download-pic.c-button a span::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -3px;
  width: 147px;
  height: 105px;
  background: url(../img/download_button_pdf_bg.png) left top no-repeat;
}

.c-particles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.c-tab {
  position: relative;
  z-index: 1;
  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_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);
}

.p-contents {
  margin: 0 auto;
  padding: 120px 0;
  width: auto;
}

.c-title {
  position: relative;
  margin: 0 auto 80px;
  width: 1000px;
  font-family: 'Montserrat';
  font-size: 90px;
  font-weight: lighter;
  white-space: pre;
  color: #536199;
}
.c-title::after {
  content: '';
  position: absolute;
  top: 95px;
  left: 0;
  width: 70px;
  border-top: 1px solid #e869c9;
}
.c-title-animate1 {
  background: -webkit-gradient(linear, left top, right top, from(#536199), color-stop(34%, #536199), color-stop(66%, rgba(0, 0, 255, 0)), to(rgba(0, 0, 255, 0)));
  background: linear-gradient(to right, #536199 0%, #536199 34%, rgba(0, 0, 255, 0) 66%, rgba(0, 0, 255, 0) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-transition: background-position 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-title-animate2 {
  -webkit-transition: color 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-title.is-active .c-title-animate1 {
  background-position: 0 0;
}
.c-title-sub {
  display: block;
  margin-top: 20px;
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
}

.c-box-inner {
  margin: 0 auto;
  width: 1000px;
}

.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

.u-mc15 {
  margin: 0 auto;
  width: 1500px;
}

.u-mc10 {
  margin: 0 auto;
  width: 1000px;
}

.u-mc {
  margin: 0 auto;
}

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

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"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.l-container {
  position: relative;
  z-index: 1999;
  background: #e3e7eb;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.h-navi {
  display: none;
  position: relative;
  z-index: 10;
  margin: -70px auto 0;
  width: auto;
  height: 70px;
  background: rgba(39, 58, 126, 0.8);
}
.h-navi-list {
  *zoom: 1;
  overflow: hidden;
}
.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-item.policy a::after {
  left: 70px;
}
.h-navi-item.case a::after {
  left: 46px;
}
.h-navi-item.feature a::after {
  left: 68px;
}
.h-navi-item.reason a::after {
  left: 69px;
}
.h-navi-item.qa a::after {
  left: 48px;
}
.h-navi-item.clinic a::after {
  left: 80px;
}
.h-navi a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.h-navi a::after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -5px;
  visibility: hidden;
  width: 40px;
  height: 5px;
  background: #bbc5cd;
}
.h-navi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.h-navi a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.h-navi.headroom--not-top {
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 100;
}
.h-navi .policy.is-active {
  background: url(../img/navi_policy_a.png) left top no-repeat;
}
.h-navi .case.is-active {
  background: url(../img/navi_case_a.png) left top no-repeat;
}
.h-navi .feature.is-active {
  background: url(../img/navi_feature_a.png) left top no-repeat;
}
.h-navi .reason.is-active {
  background: url(../img/navi_reason_a.png) left top no-repeat;
}
.h-navi .qa.is-active {
  background: url(../img/navi_qa_a.png) left top no-repeat;
}
.h-navi .clinic.is-active {
  background: url(../img/navi_clinic_a.png) left top no-repeat;
}
.h-navi .policy a:hover {
  background: url(../img/navi_policy_h.png) left top no-repeat;
}
.h-navi .case a:hover {
  background: url(../img/navi_case_h.png) left top no-repeat;
}
.h-navi .feature a:hover {
  background: url(../img/navi_feature_h.png) left top no-repeat;
}
.h-navi .reason a:hover {
  background: url(../img/navi_reason_h.png) left top no-repeat;
}
.h-navi .qa a:hover {
  background: url(../img/navi_qa_h.png) left top no-repeat;
}
.h-navi .clinic a:hover {
  background: url(../img/navi_clinic_h.png) left top no-repeat;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	side
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	original
----------------------------------------------------------------------*/
.p-lead {
  position: relative;
}
.p-lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
  background: url(../img/lead_bg2.png) left top repeat-x;
}
.p-lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 400px;
  background: url(../img/lead_bg3.png) left top repeat-x;
}
.p-lead .box1 {
  position: relative;
  z-index: 1;
  background: url(../img/lead_bg1.png) center no-repeat;
}
.p-lead .lead {
  padding: 52px 0;
  text-align: right;
}

.p-policy {
  position: relative;
  background-image: url(../img/policy_bg1.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #edeff4;
}
.p-policy::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 105px;
  z-index: 3;
  width: 408px;
  height: 362px;
  background: url(../img/policy_bg2.png) left top no-repeat;
}
.p-policy::after {
  content: '';
  position: absolute;
  top: 435px;
  left: 0;
  width: 100%;
  height: 370px;
  background: rgba(160, 174, 185, 0.7);
}
.p-policy .c-title {
  width: auto;
}
.p-policy .c-title-animate1 {
  margin-left: -9px;
}
.p-policy .c-box-inner {
  width: auto;
}
.p-policy .box1,
.p-policy .box2,
.p-policy .box3 {
  padding-left: 410px;
}
.p-policy .box2 {
  position: relative;
  z-index: 1;
  padding-top: 37px;
  padding-bottom: 37px;
}
.p-policy .box3 {
  padding-top: 30px;
}
.p-policy .pic1 {
  position: relative;
  z-index: 5;
  margin-bottom: 55px;
}
.p-policy .pic2 {
  margin-bottom: 25px;
}
.p-policy .pic3 {
  margin-bottom: 30px;
}
.p-policy .pic5 {
  margin-bottom: 50px;
}
.p-policy .pic6 {
  text-align: right;
}

.p-case {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background: #fff;
}
.p-case .c-title-animate1 {
  margin-left: -5px;
}
.p-case .box1 {
  margin-bottom: 40px;
}
.p-case .box2 {
  overflow: hidden;
  margin-bottom: 35px;
}
.p-case .text {
  line-height: 1.6;
  font-size: 10px;
  color: #7f7f7f;
}
.p-case .text em {
  font-weight: bold;
}

.p-feature {
  padding-bottom: 0;
  background: url(../img/feature_bg.png) right top no-repeat;
}
.p-feature .c-title-animate1 {
  margin-left: -10px;
}
.p-feature .pic1 {
  margin: 0 auto 80px;
  width: 1000px;
}
.p-feature .box1 {
  margin-bottom: 70px;
}
.p-feature .box2 {
  overflow: hidden;
  margin: 0 0 100px -97px;
}
.p-feature .box3 {
  position: relative;
  margin-bottom: 60px;
}
.p-feature .box3 .pic6 {
  position: absolute;
  right: 270px;
  bottom: 15px;
}
.p-feature .box4 {
  overflow: hidden;
}

.p-reason {
  padding-bottom: 0;
  background: url(../img/reason_bg1.png) right top no-repeat;
}
.p-reason .c-title-animate1 {
  margin-left: -10px;
}
.p-reason .c-box {
  background: url(../img/reason_bg2.png) left bottom no-repeat;
}
.p-reason .box1 {
  position: relative;
  margin-bottom: 100px;
  height: 1345px;
}
.p-reason .box1 > * {
  position: absolute;
}
.p-reason .box1 .pic1 {
  top: 0;
  left: 0;
}
.p-reason .box1 .pic2 {
  top: 230px;
  right: 0;
}
.p-reason .box1 .pic3 {
  top: 460px;
  left: 0;
}
.p-reason .box1 .pic4 {
  top: 690px;
  right: 0;
}
.p-reason .box1 .pic5 {
  top: 920px;
  left: 0;
}
.p-reason .box2 {
  overflow: hidden;
}

.p-qa {
  position: relative;
  z-index: 1;
  background: #fff;
}
.p-qa .c-title-animate1 {
  margin-left: -10px;
}
.p-qa .box1 {
  overflow: hidden;
}
.p-qa .pic1,
.p-qa .pic2 {
  margin-bottom: 50px;
}
.p-qa .pic1,
.p-qa .pic3 {
  clear: both;
}
.p-qa .pic2,
.p-qa .pic4 {
  clear: none;
}

.p-clinic {
  padding-bottom: 0;
  background: url(../img/clinic_bg.png) right top no-repeat;
}
.p-clinic .c-box-inner {
  width: 920px;
}
.p-clinic .pic1 {
  margin-bottom: 55px;
}
.p-clinic .box {
  position: relative;
  z-index: 1;
  width: 920px;
  background: #fff;
}

.p-privacypolicy {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 80px 0;
  width: auto;
}
.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: #515868;
}
.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;
}
