@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.header {
  position: relative;
}
.header__mainvisual .pic {
  position: relative;
  z-index: 2;
  text-align: center;
}
.header__mainvisual .inner {
  position: relative;
  z-index: 3;
  width: 1100px;
}
.header__mainvisual .logo {
  position: absolute;
  top: 20px;
  right: 0;
}
.header__mainvisual::before, .header__mainvisual::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.header__navi {
  position: relative;
  height: 60px;
  background: #2c2828;
}
.header__navi .list {
  display: flex;
  margin: 0 auto;
  width: 1100px;
}
.header__navi .item a {
  display: block;
}
.header__navi .item a > * {
  transition: all .7s;
}
.header__navi .item a:hover > * {
  opacity: .35;
}
.header__navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.footer .f-copyright {
  padding: 10px 0;
  background: #2c2828;
  text-align: center;
  font-size: 10px;
  color: #b8b8b8;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.c-arrowBox {
  position: relative;
  text-align: center;
  background: url(../../img/pc/box_bg1.png) left top repeat;
}
.c-arrowBox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 35px solid #e6e6e6;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.c-button {
  position: relative;
}
.c-button a {
  display: block;
  width: 478px;
  background: url(../../img/pc/button_counseling_l_h.png) left top no-repeat;
  transition: all .7s;
}
.c-button a img {
  transition: all .7s;
}
.c-button a:hover img {
  opacity: 0;
}

.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__data {
  float: left;
  margin-bottom: 35px;
  width: 323px;
}
.c-clinic__item {
  margin-bottom: 20px;
}
.c-clinic__item:last-child {
  margin: 0;
}
.c-clinic__item > .title {
  position: relative;
  float: left;
  width: 68px;
  font-size: 14px;
}
.c-clinic__item > .details {
  -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;
  line-height: 1.2857142857;
  font-size: 14px;
}
.c-clinic__item.contact img {
  height: auto;
}
.c-clinic__item.contact a {
  color: #333;
}
.c-clinic__item.contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.c-clinic__item.contact .overseas {
  display: block;
  font-size: 12px;
}
.c-clinic__map {
  float: left;
  width: 510px;
}
.c-clinic__map > .pic {
  margin-bottom: 5px;
}
.c-clinic__map > .pic iframe {
  width: 100%;
  height: 400px;
}
.c-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: 12px;
  color: #333;
}
.c-clinic__map .route-item + .route-item {
  margin-left: 8px;
}
.c-clinic__map .hibiya {
  background-image: url(../../img/sp/logo_hibiya.svg);
}
.c-clinic__map .oedo {
  background-image: url(../../img/sp/logo_oedo.svg);
}
.c-clinic__map .jr {
  background-image: url(../../img/sp/logo_jr.svg);
}
.c-clinic__map .sakuradori {
  background-image: url(../../img/sp/logo_sakuradori.svg);
}
.c-clinic__map .nishitetsu {
  background-image: url(../../img/sp/logo_nishitetsu.svg);
}
.c-clinic__map .tenjin {
  background-image: url(../../img/sp/logo_tenjin.svg);
}
.c-clinic__map .hiroden {
  background-image: url(../../img/sp/logo_hiroden.svg);
}
.c-clinic__map .astramline {
  background-image: url(../../img/sp/logo_astramline.svg);
}

.c-cv {
  position: relative;
}
.c-cv__mainvisual {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.c-cv__wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1100px;
  height: 550px;
}
.c-cv__pic1 {
  position: absolute;
  top: 78px;
  left: 50px;
}
.c-cv__logo {
  position: absolute;
  top: 25px;
  right: 0;
}
.c-cv__inner {
  float: right;
  width: 550px;
}
.c-cv__pic2 {
  position: absolute;
  top: 80px;
  right: 19px;
}
.c-cv__details {
  margin-top: 210px;
  text-align: center;
}
.c-cv__pic3 {
  margin-bottom: 60px;
}
.c-cv__pic4 {
  margin-bottom: 25px;
}
.c-cv .c-button {
  margin-bottom: 41px;
}
.c-cv .c-button a {
  margin: 0 auto;
}
.c-cv::before, .c-cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-cv::before {
  right: 50%;
  left: 0;
  background: url(../../img/pc/cv_bg1.jpg) left top repeat-x;
}
.c-cv::after {
  right: 0;
  left: 50%;
  background: url(../../img/pc/cv_bg2.jpg) left top repeat-x;
}

.c-doctor__title {
  margin: 0 0 -1em 20px;
  font-size: 14px;
}
.c-doctor__pic {
  -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__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor__pic .pic-img {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  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 .inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #333;
}
.c-doctor__history .item .inner > .title {
  width: 50px;
  vertical-align: top;
}
.c-doctor__history .cap {
  margin-top: 10px;
}

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

.c-caseBox {
  text-align: center;
  background: url(../../img/pc/box_bg1.png) left top repeat;
}

.p-box {
  position: relative;
  padding-top: 80px;
}

.p-clinic__box {
  width: 100%;
}
.p-clinic__tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.p-clinic__tab > .list {
  display: flex;
}
.p-clinic__tab > .list > .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;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: 1px;
}
.p-clinic__tab > .list .is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.p-clinic__tab > .list .tokyo.is-active {
  background-image: url(../../img/pc/clinic_tab_item_tokyo_bg_a.png);
}
.p-clinic__tab > .list .yokohama.is-active {
  background-image: url(../../img/pc/clinic_tab_item_yokohama_bg_a.png);
}
.p-clinic__tab > .list .nagoya.is-active {
  background-image: url(../../img/pc/clinic_tab_item_nagoya_bg_a.png);
}
.p-clinic__tab > .list .osaka.is-active {
  background-image: url(../../img/pc/clinic_tab_item_osaka_bg_a.png);
}
.p-clinic__tab > .list .fukuoka.is-active {
  background-image: url(../../img/pc/clinic_tab_item_fukuoka_bg_a.png);
}
.p-clinic__tab > .list .hiroshima.is-active {
  background-image: url(../../img/pc/clinic_tab_item_hiroshima_bg_a.png);
}
.p-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__details {
  -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__details-title {
  float: left;
  text-align: center;
}
.p-clinic__details.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-clinic__details::after {
  content: '';
  display: table;
  clear: both;
}

.p-doctor {
  float: right;
  width: 320px;
  color: #333;
}

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

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

Creation:	2020/12/01.

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

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	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 W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #333;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 551px) and (max-width: 1100px) {
  html {
    font-size: calc(.625rem + ((1vw - (550px / 100)) * (100 * ((20 - 10) / (1100 - 550)))));
  }
}
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;
}

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

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.header__mainvisual {
  height: 790px;
}
.header__mainvisual .inner {
  margin: -790px auto 0;
  height: 790px;
}
.header__mainvisual .c-button {
  position: absolute;
  right: 65px;
  bottom: 50px;
}
.header__mainvisual .c-button a {
  display: block;
  width: 415px;
  background: url(../../img/pc/button_counseling_h.png) left top no-repeat;
}
.header__mainvisual::before {
  right: 50%;
  left: 0;
  background: url(../../img/pc/mainvisual_bg1.jpg) left top repeat-x;
}
.header__mainvisual::after {
  right: 0;
  left: 50%;
  background: url(../../img/pc/mainvisual_bg2.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	UNTIL
----------------------------------------------------------------------*/
.p-until {
  background: #e6e6e6;
}
.p-until .c-title {
  margin-bottom: 46px;
}
.p-until .box1 {
  margin: 0 auto 100px;
  width: 1100px;
}
.p-until .box1 .list {
  float: right;
  display: flex;
  margin: 0 -10px 50px 0;
}
.p-until .box1 .item {
  margin: 0 auto;
  width: 324px;
}
.p-until .box1 .item + .item {
  margin-left: -10px;
}
.p-until .box1 .pic1 {
  text-align: center;
}
.p-until .box2 {
  padding: 90px 0 100px;
}

/*----------------------------------------------------------------------
	REASON
----------------------------------------------------------------------*/
.p-reason {
  background: #e6e6e6;
}
.p-reason .c-title {
  margin-bottom: 60px;
  text-align: center;
}
.p-reason .box1 {
  margin: 0 auto -160px;
  width: 1100px;
}
.p-reason .box2 {
  position: relative;
  padding: 80px 0;
}
.p-reason .box3 {
  position: relative;
  padding: 0px 0 50px 0;
}

.p-case__box__inner {
  background: url(../../img/pc/box_bg1.png) left top repeat;
  padding-bottom: 80px;
}
.p-case__list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-case__list__item {
  position: relative;
  width: 275px;
}
.p-case__list__item__body .icv__circle {
  width: 58px;
  height: 58px;
  border: none !important;
  background: url(../../img/pc/case_list_controller.png) center center no-repeat;
  background-size: cover;
  margin: -5px;
}
.p-case__list__item__body .icv__control-line {
  flex: 1;
  width: 1px !important;
}
.p-case__list__item__body .icv__control-line:nth-last-of-type(1) {
  flex: inherit;
  height: 10px;
}
.p-case__list__item__body .icv__theme-wrapper {
  display: none;
}
.p-case__list__item__title {
  padding-top: 10px;
}
.p-case__note {
  width: 1100px;
  margin: 12px auto 0px;
  color: #9f9f9f;
}
.p-case__note__item {
  display: flex;
}
.p-case__note__item + .p-case__note__item {
  margin-top: 7px;
}
.p-case__note__item__title, .p-case__note__item__detail {
  font-size: 11px;
}
.p-case__note__item__title {
  width: 100px;
}
.p-case__note__item__detail {
  flex: 1;
  font-size: 10.6px;
}
.p-case .c-anchor {
  margin: 70px 0;
}

/*----------------------------------------------------------------------
	SOLUTION
----------------------------------------------------------------------*/
.p-solution {
  padding-top: 0;
  background: #e6e6e6;
}
.p-solution .c-title {
  padding-top: 250px;
  height: 624px;
  box-sizing: border-box;
}
.p-solution .box1 {
  position: relative;
  margin: -601px auto 0;
  width: 1100px;
  height: 601px;
}
.p-solution .box1 .pic1 {
  position: absolute;
  right: 180px;
  width: 532px;
}
.p-solution .box1 .item {
  position: absolute;
}
.p-solution .box1 .item a {
  display: block;
}
.p-solution .box1 .item a > * {
  transition: all .7s;
}
.p-solution .box1 .item a:hover > * {
  opacity: .7;
}
.p-solution .box1 .item:nth-child(1) {
  top: 107px;
  right: 50px;
}
.p-solution .box1 .item:nth-child(2) {
  top: 107px;
  left: 200px;
}
.p-solution .box1 .item:nth-child(3) {
  top: 178px;
  right: 50px;
}
.p-solution .box1 .item:nth-child(4) {
  top: 249px;
  right: 50px;
}
.p-solution .box1 .item:nth-child(5) {
  top: 383px;
  left: 200px;
}
.p-solution .box1 .item:nth-child(6) {
  top: 320px;
  right: 50px;
}
.p-solution .box1 .item:nth-child(7) {
  top: 454px;
  left: 200px;
}
.p-solution .box2,
.p-solution .box3 {
  background: #2c2828;
}
.p-solution .box2 .subbox,
.p-solution .box3 .subbox {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 399px;
  background: url(../../img/pc/solution_subbox_bg.jpg) left top repeat;
}
.p-solution .box2 .subbox .title,
.p-solution .box2 .subbox .text,
.p-solution .box3 .subbox .title,
.p-solution .box3 .subbox .text {
  margin-left: 650px;
}
.p-solution .box2 .subbox .title,
.p-solution .box3 .subbox .title {
  margin-bottom: 40px;
}
.p-solution .box2 .subbox .pic,
.p-solution .box3 .subbox .pic {
  position: absolute;
  top: 0;
  left: 0;
}
.p-solution .box2 .subbox + .subbox,
.p-solution .box3 .subbox + .subbox {
  margin-top: 30px;
}
.p-solution .box2 {
  padding: 100px 0 70px;
}
.p-solution .box3 {
  padding: 70px 0 0;
}
.p-solution .box4 {
  padding: 80px 0 100px;
  background: #2c2828;
  text-align: center;
}

/*----------------------------------------------------------------------
	FEATURE
----------------------------------------------------------------------*/
.p-feature {
  padding-bottom: 100px;
  background: #e6e6e6;
}
.p-feature .c-title {
  margin-bottom: 77px;
  text-align: center;
}
.p-feature .box1 {
  margin: 0 auto;
  width: 1100px;
}
.p-feature .box1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-feature .box1 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 510px;
}
.p-feature .box1 .item .title,
.p-feature .box1 .item .pic {
  margin-bottom: 23px;
}
.p-feature .box1 .item .title {
  order: 2;
  width: 250px;
}
.p-feature .box1 .item .pic {
  order: 1;
  width: 250px;
}
.p-feature .box1 .item .text {
  order: 3;
}
.p-feature .box1 .item:nth-child(1), .p-feature .box1 .item:nth-child(2) {
  margin-bottom: 46px;
}
.p-feature .box1 .gbox {
  border: 1px solid #8F8F8F;
  margin-top: 46px;
  padding: 11px 14px;
}
.p-feature .box1 .gbox .title,
.p-feature .box1 .gbox .text {
  color: #5A5A5A;
  line-height: 1.6153846154;
  font-size: 12px;
}

/*----------------------------------------------------------------------
	About Us
----------------------------------------------------------------------*/
.p-about {
  background: #2c2828;
}
.p-about .c-title,
.p-about .p-box__inner {
  position: relative;
  z-index: 1;
}
.p-about .c-title {
  margin-bottom: 70px;
  text-align: center;
}
.p-about .box1,
.p-about .box2 {
  margin: 0 auto;
  width: 1100px;
}
.p-about .box1 {
  margin-bottom: 80px;
}
.p-about .box1 .list {
  display: flex;
  justify-content: space-between;
}
.p-about .box1 .item {
  width: 327px;
}
.p-about .box1 .item .text {
  padding: 20px;
  height: 215px;
  background: #e6e6e6;
  box-sizing: border-box;
}
.p-about .box2 {
  padding-bottom: 100px;
  text-align: center;
}
.p-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1035px;
  background: url(../../img/pc/about_bg1.png) left top no-repeat;
  background-size: cover;
}

/*----------------------------------------------------------------------
	FAQ
----------------------------------------------------------------------*/
.p-faq {
  padding-bottom: 100px;
  background: #e6e6e6;
}
.p-faq .c-title {
  margin-bottom: 70px;
  text-align: center;
}
.p-faq .box1 {
  margin: 0 auto;
  width: 1100px;
}
.p-faq .box1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-faq .box1 .item {
  width: 520px;
}
.p-faq .box1 .item:nth-child(1), .p-faq .box1 .item:nth-child(2) {
  margin-bottom: 60px;
}

/*----------------------------------------------------------------------
	PRICE
----------------------------------------------------------------------*/
.p-price {
  padding-bottom: 100px;
  background: #dcdcdc;
}
.p-price .c-title {
  margin-bottom: 70px;
  text-align: center;
}
.p-price .box1 {
  margin: 0 auto;
  width: 1100px;
}
.p-price .box1 .list {
  display: flex;
  justify-content: space-between;
}
.p-price .box1 .item {
  width: 520px;
}

/*----------------------------------------------------------------------
	Clinic
----------------------------------------------------------------------*/
.p-clinic {
  background: #2c2828;
}
.p-clinic .c-title {
  margin-bottom: 50px;
  text-align: center;
}
.p-clinic .pic1 {
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: center;
  background: url(../../img/pc/box_bg1.png) left top repeat;
}
.p-clinic .c-cv {
  margin-top: 100px;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding: 70px 0 33px;
  background: #2c2828;
}
.p-privacypolicy .inner {
  margin: 0 auto;
  width: 1100px;
}
.p-privacypolicy .inner > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-privacypolicy .inner > .title::before {
  content: none;
}
.p-privacypolicy .inner > .title::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 26px;
  height: 13px;
  background: url(../../img/pc/privacypolicy_arrow.png) left top no-repeat;
}
.p-privacypolicy .inner > .contents {
  padding: 0 35px;
  color: #9f9f9f;
}
.p-privacypolicy .inner > .contents .box {
  padding-top: 35px;
}
.p-privacypolicy .inner > .contents .box__inner {
  margin-top: 25px;
}
.p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy .inner > .contents ul {
  margin-top: 10px;
}
.p-privacypolicy .inner > .contents li {
  padding-left: 30px;
  text-indent: -30px;
}
.p-privacypolicy .inner > .contents .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.p-privacypolicy .inner > .contents .reception__title {
  text-indent: -10px;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #9f9f9f;
}
.p-privacypolicy .inner.is-open > .title::before {
  content: none;
}
.p-privacypolicy .inner.is-open > .title::after {
  transform: rotate(-180deg);
}

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