@charset "UTF-8";
.js-accordion__button {
  cursor: pointer;
}
.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(90deg);
}

.c-anchor__link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-anchor__link__text {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
}
.c-anchor__link__text::before {
  content: '';
  display: block;
  margin-right: 0.6666666667vw;
  border-top: 2.1333333333vw solid #457bc3;
  border-right: 1.2vw solid transparent;
  border-left: 1.2vw solid transparent;
}

.p-anchor__link::after {
  content: attr(data-eng);
  flex: 1;
  text-transform: uppercase;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  color: #457bc3;
}

.p-anchor {
  margin: 0 6vw 20vw;
}
.p-anchor__list {
  display: flex;
}
.p-anchor__item {
  margin-right: 4.6666666667vw;
}

.p-box__title {
  display: flex;
  align-items: center;
  padding: 5.3333333333vw 0 6vw 4vw;
  background: url(../../../img/sp/doctors_index_box_title_bg.png) left top no-repeat;
  background-size: 100% 100%;
  font-size: 2rem;
  color: #fff;
}
.p-box__title::after {
  content: attr(data-eng);
  margin: 2.6666666667vw 0 0 4vw;
  text-transform: uppercase;
  font-size: 1rem;
  color: #9fa0a0;
}

/*----------------------------------------------------------------------
	エリアから検索
----------------------------------------------------------------------*/
.area {
  margin: 2.6666666667vw 0 13.3333333333vw;
}
.area__item {
  margin-bottom: 0.5333333333vw;
}
.area__item .title {
  margin-bottom: 0.5333333333vw;
  padding: 3.2vw 2.6666666667vw 2.6666666667vw;
  background: rgba(63, 119, 201, 0.3);
}
.area__item .title .jpn {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.area__item .title .eng {
  display: none;
}
.area__item .list {
  display: flex;
  flex-wrap: wrap;
}
.area__item .item {
  width: calc((100% - (4 / 750 * 100vw)) / 2);
  background: rgba(159, 160, 160, 0.5);
}
.area__item .item a {
  display: block;
  position: relative;
  padding: 4.1333333333vw 2.4vw 4.1333333333vw 2.6666666667vw;
  font-size: 1.5rem;
  color: #fff;
}
.area__item .item a::after {
  content: '';
  display: block;
  position: absolute;
  right: 2.4vw;
  bottom: 3.4666666667vw;
  overflow: hidden;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  border-radius: 1.0666666667vw;
  background: url(../../../img/sp/button_link.png) 0 0 no-repeat, linear-gradient(#b5b6b6, #80807f 35%, #4b4948);
  background-size: cover, cover;
}
.area__item .item + .item + .item {
  margin-top: 0.5333333333vw;
}
.area__item .item:nth-child(odd) {
  margin-right: 0.5333333333vw;
}
.area__item .item:last-child {
  margin-bottom: 0;
}
.area__item .item:last-child:nth-child(odd) {
  position: relative;
}
.area__item .item:last-child:nth-child(odd)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + (4 / 750 * 100vw));
  width: 100%;
  height: 100%;
  background: rgba(159, 160, 160, 0.5);
}
.area__item.is-active .title {
  background: rgba(63, 119, 201, 0.6);
}
.area__item.is-active .title .jpn {
  color: #fff;
}

/*----------------------------------------------------------------------
	クリニック名から検索
----------------------------------------------------------------------*/
.p-search-clinic .p-box__title::after {
  margin-top: 1.0666666667vw;
  width: 30vw;
  line-height: 1.2;
}

.clinic {
  margin: 2.6666666667vw 0 20vw;
}
.clinic__item {
  margin-bottom: 0.5333333333vw;
}
.clinic__item .title {
  padding: 3.2vw 2.6666666667vw 2.6666666667vw;
  background: rgba(63, 119, 201, 0.3);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.clinic__item .item {
  margin-top: 0.5333333333vw;
  background: rgba(159, 160, 160, 0.5);
}
.clinic__item .item a {
  display: block;
  position: relative;
  padding: 4.1333333333vw 2.4vw 4.1333333333vw 2.6666666667vw;
}
.clinic__item .item a .jpn {
  font-size: 1.5rem;
  color: #fff;
}
.clinic__item .item a .eng {
  display: block;
  margin-top: 0.5333333333vw;
  font-size: 1rem;
  color: #9fa0a0;
}
.clinic__item .item a::after {
  content: '';
  display: block;
  position: absolute;
  right: 2.4vw;
  bottom: 5.2vw;
  overflow: hidden;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  border-radius: 1.0666666667vw;
  background: url(../../../img/sp/button_link.png) 0 0 no-repeat, linear-gradient(#b5b6b6, #80807f 35%, #4b4948);
  background-size: cover, cover;
}
.clinic__item .item:last-child {
  margin-bottom: 0;
}
.clinic__item:last-child {
  margin-bottom: 0;
}
.clinic__item.is-active .title {
  position: relative;
  background: rgba(63, 119, 201, 0.6);
  color: #fff;
}
.clinic__item.is-active .title::before, .clinic__item.is-active .title::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - (33 / 2 / 750 * 100vw));
  right: 2.6666666667vw;
  margin: 0 2.0666666667vw;
  width: 0.2666666667vw;
  height: 4.4vw;
  background: rgba(255, 255, 255, 0.8);
  transition: all .15s linear;
}
.clinic__item.is-active .title::before {
  transform: rotate(90deg);
}

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