@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-main {
  position: relative;
}

.p-hero {
  position: relative;
  padding-top: 118.2666666667vw;
  height: 0;
}
.p-hero > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-anchor {
  position: relative;
  padding-top: 26.6666666667vw;
}
.p-anchor__list {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  flex-wrap: wrap;
  width: 100%;
}
.p-anchor__list.headroom--not-top {
  position: fixed;
  top: 16.9333333333vw;
  z-index: 101;
}
.p-anchor__list__item {
  flex-basis: 33.3333333333%;
  height: 13.3333333333vw;
  background: linear-gradient(#355870, #054059);
  box-sizing: border-box;
}
.p-anchor__list__item a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.3rem;
  color: #fff;
}
.p-anchor__list__item a:hover {
  text-decoration: none;
}
.p-anchor__list__item .small {
  margin-bottom: 1.3333333333vw;
  font-size: 1rem;
}
.p-anchor__list__item:nth-child(1), .p-anchor__list__item:nth-child(2), .p-anchor__list__item:nth-child(4) {
  border-right: 0.1333333333vw solid rgba(0,0,0,.4);
}
.p-anchor__list__item:nth-child(1), .p-anchor__list__item:nth-child(2), .p-anchor__list__item:nth-child(3) {
  box-shadow: inset 0 -0.1333333333vw 0 0 rgba(0,0,0,.4);
}
.p-anchor__list__item:nth-child(2), .p-anchor__list__item:nth-child(3), .p-anchor__list__item:nth-child(5) {
  border-left: 0.1333333333vw solid rgba(255,255,255,.3);
}
.p-anchor__list__item:nth-child(4), .p-anchor__list__item:nth-child(5) {
  flex-basis: 50%;
  box-shadow: inset 0 0.1333333333vw 0 0 rgba(255,255,255,.3);
}

.p-box {
  color: #4b4948;
}

.p-lead {
  padding: 22.9333333333vw 0 12vw;
  background: url(../../../m/img/activities_lead_bg1.jpg) 0 0 no-repeat #eeefef;
  background-size: 100% auto;
}
.p-lead > *:not(.p-lead__contents) {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
.p-lead__title {
  margin-bottom: 6vw;
  width: 71.2vw;
}
.p-lead__text {
  padding-bottom: 9.3333333333vw;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-lead__contents {
  position: relative;
  margin-top: 50.6666666667vw;
  padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
}
.p-lead__contents + .p-lead__contents {
  margin-top: 60vw;
}
.p-lead__contents > * {
  position: relative;
  z-index: 2;
}
.p-lead__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.8);
}
.p-lead__contents__title {
  margin-bottom: 2.6666666667vw;
  padding-bottom: 4.2666666667vw;
  border-bottom: 0.2666666667vw solid #b0b1b1;
}
.p-lead__contents__text {
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-lead__contents__pic {
  position: absolute;
  top: -50.6666666667vw;
  z-index: 0;
  box-shadow: 0 0 3.3333333333vw rgba(0,0,0,.4);
}
.p-lead__contents.vaser {
  margin-right: 8vw;
}
.p-lead__contents.vaser::before {
  background-image: url(../../../img/activities_lead_vaser_bg.png);
  background-position: right 1.8666666667vw bottom 1.2vw;
  background-size: 57.8666666667vw auto;
}
.p-lead__contents.vaser .p-lead__contents__title img {
  width: 64.8vw;
}
.p-lead__contents.vaser .p-lead__contents__pic {
  right: -8vw;
  left: 0;
}
.p-lead__contents.crf {
  margin-left: 8vw;
}
.p-lead__contents.crf::before {
  background-image: url(../../../img/activities_lead_crf_bg.png);
  background-position: left 2.6666666667vw bottom 1.3333333333vw;
  background-size: 35.0666666667vw auto;
}
.p-lead__contents.crf .p-lead__contents__title img {
  width: 62vw;
}
.p-lead__contents.crf .p-lead__contents__pic {
  right: 0;
  left: -8vw;
}
.p-lead__movie {
  padding-top: 15.3333333333vw;
  padding-bottom: 10.6666666667vw;
  background: url(../../../m/img/activities_lead_bg2.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.p-lead__movie__title {
  margin: 0 auto 10.6666666667vw;
  width: 89.6vw;
}
.p-lead__movie .movie-wrapper {
  position: relative;
  padding-top: 50.1333333333vw;
}
.p-lead__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-report__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4vw;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-report__title::before, .p-report__title::after {
  content: "";
  width: 19.3333333333vw;
  border-top: 0.2666666667vw solid #003f5a;
}
.p-report__list {
  overflow: hidden;
  min-height: 115.3333333333vw;
  border: 0.2666666667vw solid #b2b7c2;
}
.p-report__list.slick-initialized {
  overflow: visible;
}
.p-report__list.slick-dotted.slick-slider {
  margin-bottom: 12.5333333333vw;
}
.p-report__list .slick-arrow {
  z-index: 1;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: #9fa0a0;
}
.p-report__list .slick-arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
  border-left: 2.6666666667vw solid #fff;
  opacity: 1;
}
.p-report__list .slick-next {
  right: -5.3333333333vw;
}
.p-report__list .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  left: -5.3333333333vw;
}
.p-report__list .slick-dots {
  display: flex;
  bottom: -5.8666666667vw;
  justify-content: space-between;
  height: 1.8666666667vw;
  text-align: left;
}
.p-report__list .slick-dots li {
  overflow: hidden;
  margin: 0;
  width: 16vw;
  height: 1.8666666667vw;
  border-radius: 0.9333333333vw;
  box-shadow: 0 0.2666666667vw rgba(0,0,0,.1);
  vertical-align: top;
}
.p-report__list .slick-dots li.slick-active button::before {
  background: #003f5a;
}
.p-report__list .slick-dots li button {
  padding: 0;
  width: 16vw;
  height: 1.8666666667vw;
}
.p-report__list .slick-dots li button::before {
  content: "";
  width: 16vw;
  height: 1.8666666667vw;
  background: #c9c9ca;
  opacity: 1;
}
.p-report__contents {
  padding-bottom: 5.3333333333vw;
  background: #e9eff3;
}
.p-report__contents__title {
  flex-basis: 100%;
  margin-bottom: 2.6666666667vw;
  padding: 3.3333333333vw 5.3333333333vw;
  background: url(../../../m/img/activities_lead_recent_contents_title_bg.png) right 0 top 0 no-repeat #003f5a;
  background-size: contain;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.p-report__contents__text {
  margin: 0 5.3333333333vw 2.6666666667vw;
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-report__contents__pic {
  margin: 0 5.3333333333vw;
}
.p-report__link {
  margin: 0 auto;
  width: 59.7333333333vw;
}

.p-about {
  padding: 18vw 5.3333333333vw 12vw;
  background: url(../../../m/img/activities_about_bg1.jpg) 0 0 no-repeat, url(../../../m/img/activities_about_bg2.png) 0 116.5333333333vw no-repeat, #efefef;
  background-size: 100% auto;
}
.p-about__title {
  margin-bottom: 9.3333333333vw;
  padding-top: 0.6666666667vw;
  background: url(../../../m/img/activities_about_title_bg.png) 1.4666666667vw 0 no-repeat;
  background-size: 35.6vw auto;
  text-align: center;
}
.p-about__title img {
  width: 45.8666666667vw;
}
.p-about__contents {
  margin: 0 0 6.6666666667vw;
}
.p-about__contents:last-child {
  margin-bottom: 0;
}
.p-about__contents__title {
  margin-bottom: 1.3333333333vw;
  padding-bottom: 3.2vw;
  border-bottom: 0.2666666667vw solid #003f5a;
}
.p-about__contents__text {
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

.p-doctors {
  padding: 18.6666666667vw 5.3333333333vw 12vw;
  background: url(../../../m/img/activities_doctors_bg.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.p-doctors__title {
  margin-bottom: 9.3333333333vw;
  background: url(../../../m/img/activities_doctors_title_bg.png) 1.7333333333vw 1.0666666667vw no-repeat;
  background-size: 45.6vw auto;
  text-align: center;
}
.p-doctors__title img {
  width: 82.9333333333vw;
}
.p-doctors__item {
  position: relative;
  height: 25.8666666667vw;
}
.p-doctors__item + .p-doctors__item {
  margin-top: 4vw;
}
.p-doctors__item.ohashi {
  height: 109.7333333333vw;
}
.p-doctors__item.ohashi .p-doctors__text {
  position: absolute;
  right: 5.3333333333vw;
  bottom: 6vw;
  left: 5.3333333333vw;
}
.p-doctors__pic {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-doctors__text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-doctors .p-case {
  margin-top: 9.3333333333vw;
}

.p-case__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4vw;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.p-case__title::before, .p-case__title::after {
  content: "";
  width: 10.6666666667vw;
  border-top: 0.2666666667vw solid #fff;
}
.p-case__list {
  overflow: hidden;
  min-height: 63.6vw;
  border: 0.2666666667vw solid #b2b7c2;
}
.p-case__list.slick-initialized {
  overflow: visible;
}
.p-case__list.slick-dotted.slick-slider {
  margin-bottom: 12.5333333333vw;
}
.p-case__list .slick-arrow {
  z-index: 1;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: #9fa0a0;
}
.p-case__list .slick-arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
  border-left: 2.6666666667vw solid #fff;
  opacity: 1;
}
.p-case__list .slick-next {
  right: -5.3333333333vw;
}
.p-case__list .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  left: -5.3333333333vw;
}
.p-case__list .slick-dots {
  display: flex;
  bottom: -5.8666666667vw;
  justify-content: center;
  height: 1.8666666667vw;
  text-align: left;
}
.p-case__list .slick-dots li {
  overflow: hidden;
  margin: 0 1.3333333333vw;
  width: 16vw;
  height: 1.8666666667vw;
  border-radius: 0.9333333333vw;
  box-shadow: 0 0.2666666667vw rgba(0,0,0,.1);
  vertical-align: top;
}
.p-case__list .slick-dots li.slick-active button::before {
  background: #003f5a;
}
.p-case__list .slick-dots li button {
  padding: 0;
  width: 16vw;
  height: 1.8666666667vw;
}
.p-case__list .slick-dots li button::before {
  content: "";
  width: 16vw;
  height: 1.8666666667vw;
  background: #c9c9ca;
  opacity: 1;
}
.p-case__contents {
  padding: 4.9333333333vw;
  padding-bottom: 5.3333333333vw;
  min-height: 64.1333333333vw;
  background: #e9eff3;
  box-sizing: border-box;
}
.p-case__contents__title {
  margin-bottom: 1.5rem;
}
.p-case__contents__title__main {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-case__contents__title__sub {
  display: block;
  font-size: 1.4rem;
}
.p-results {
  padding: 18.6666666667vw 5.3333333333vw 12vw;
  background: url(../../../m/img/activities_results_bg1.jpg) 0 0 no-repeat, url(../../../m/img/activities_results_bg2.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.p-results__title {
  margin-bottom: 9.3333333333vw;
  background: url(../../../m/img/activities_results_title_bg.png) 1.8666666667vw 6.6666666667vw no-repeat;
  background-size: 40.6666666667vw auto;
  text-align: center;
}
.p-results__title img {
  width: 69.6vw;
}
.p-results__contents {
  padding-bottom: 6.6666666667vw;
  background: rgba(255,255,255,.6);
}
.p-results__contents + .p-results__contents {
  margin-top: 4vw;
}
.p-results__contents__pic {
  margin: -12vw 5.3333333333vw 4vw;
}
.p-results__contents__text {
  margin: 0 5.3333333333vw 5.3333333333vw;
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-results__contents__link {
  margin: 0 auto;
  width: 59.7333333333vw;
}

.p-schedule {
  padding: 18.1333333333vw 5.3333333333vw 12vw;
  background: url(../../../m/img/activities_schedule_bg1.jpg) 0 0 no-repeat, url(../../../m/img/activities_schedule_bg2.png) 0 0 repeat-y;
  background-size: 100% auto;
}
.p-schedule__title {
  margin-bottom: 9.3333333333vw;
  padding-top: 0.5333333333vw;
  background: url(../../../m/img/activities_schedule_title_bg.png) 2.1333333333vw 0 no-repeat;
  background-size: 49.8666666667vw auto;
  text-align: center;
}
.p-schedule__title img {
  width: 46.4vw;
}

.p-seminar__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vw;
  height: 18.9333333333vw;
  background: url(../../../m/img/activities_schedule_seminar_title_bg.png);
  background-size: 100% auto;
  text-align: center;
  line-height: 1.4642857143;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.p-seminar__text {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-seminar__date {
  margin-bottom: 4vw;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-seminar__date .small,
.p-seminar__date .notice {
  display: inline-block;
}
.p-seminar__date .small {
  font-size: 1.3rem;
  font-weight: bold;
}
.p-seminar__date .notice {
  display: inline-block;
  font-size: 1.2rem;
}
.p-seminar__details {
  padding: 5.3333333333vw 6.6666666667vw 0;
  border-top: 0.2666666667vw solid #003f5a;
}
.p-seminar__details__summary {
  margin-bottom: 6vw;
}
.p-seminar__details__summary th {
  width: 18.6666666667vw;
  vertical-align: top;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-seminar__details__summary td,
.p-seminar__details__summary li {
  line-height: 1.3846153846;
}
.p-seminar__details__summary td {
  font-size: 1.3rem;
}
.p-seminar__details__summary li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.p-seminar__details__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.1333333333vw 5.0666666667vw 6.6666666667vw;
}
.p-seminar__details__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.8666666667vw;
  width: 32.1333333333vw;
  height: 32.1333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.2916666667;
  font-size: 1.2rem;
}
.p-seminar__details__item .emphasis {
  display: inline-block;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-seminar__details__item.no1 {
  background-image: url(../../../m/img/activities_schedule_seminar_bg1.png);
}
.p-seminar__details__item.no2 {
  background-image: url(../../../m/img/activities_schedule_seminar_bg2.png);
}
.p-seminar__details__item.no3 {
  background-image: url(../../../m/img/activities_schedule_seminar_bg3.png);
}
.p-seminar__details__item.no4 {
  background-image: url(../../../m/img/activities_schedule_seminar_bg4.png);
}
.p-seminar__link {
  text-align: center;
}
.p-seminar__link img {
  width: 75.7333333333vw;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.p-monitor {
  padding: 17.8666666667vw 5.3333333333vw 25.6vw;
  background: linear-gradient(#eeefef, #fff 40%);
}
.p-monitor__title {
  margin-bottom: 9.3333333333vw;
  background: url(../../../m/img/activities_monitor_title_bg.png) 1.6vw 0.2666666667vw no-repeat;
  background-size: 47.6vw auto;
  text-align: center;
}
.p-monitor__title img {
  width: 44.1333333333vw;
}
.p-monitor__table {
  margin-bottom: 9.3333333333vw;
  width: 100%;
  table-layout: fixed;
  line-height: 1.6153846154;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-monitor__table > tbody > tr > th,
.p-monitor__table > tbody > tr > td {
  border: none;
  border-right: 0.2666666667vw solid #c7bcb5;
  border-bottom: 0.2666666667vw dotted #c7bcb5;
  border-left: 0.2666666667vw solid #c7bcb5;
}
.p-monitor__table > tbody > tr > th {
  padding: 0.5em;
  width: 14.1333333333vw;
  border-bottom: 0.2666666667vw solid #fff;
  background-color: #f2efed;
  vertical-align: top;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.p-monitor__table > tbody > tr > td {
  padding: 0.5em;
  border-bottom: 0.2666666667vw dotted #c7bcb5;
  background-color: #fff;
  line-height: 1.6153846154;
}
.p-monitor__table > tbody > tr:last-child th, .p-monitor__table > tbody > tr:last-child td {
  border-bottom: 0;
}
.p-monitor__table > tbody ul {
  margin: 0;
}
.p-monitor__table > tbody small {
  display: inline-block;
  line-height: 1.2727272727;
  font-size: 1.1rem;
}
.p-monitor__table > tbody .place span {
  display: block;
  font-size: 1.1rem;
}
.p-monitor__table > tbody .place span a {
  color: #6d9dd0;
}
.p-monitor__table > tbody .conditions li {
  padding-left: 1.5em;
  background: url(../../../m/img/tc_icon_arrow_4.png) no-repeat;
  background-size: 1em;
  line-height: 1.6153846154;
}
.p-monitor__table > tbody .conditions li:last-child {
  margin: 0;
}
.p-monitor__table > tbody .conditions li em {
  color: #ec7c78;
}
.p-monitor__table > tbody .flow ol {
  margin-left: 1.6em;
  list-style-type: decimal;
}
.p-monitor__table > tbody .flow li {
  list-style-type: decimal;
  line-height: 1.6153846154;
}
.p-monitor__table > tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.p-monitor__table > tbody .tel dl {
  display: flex;
  align-items: center;
}
.p-monitor__table > tbody .tel dt,
.p-monitor__table > tbody .tel dd {
  line-height: 28px;
}
.p-monitor__table > tbody .tel dt {
  margin-right: 1em;
  width: 3em;
  font-size: 1.3rem;
}
.p-monitor__table > tbody .tel a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ec7c78;
}
.p-monitor__table > tbody .net__contents + .net__contents {
  margin-top: 1.3333333333vw;
}
.p-monitor__table > tbody .net .text {
  margin-bottom: 0.9333333333vw;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-monitor__table > tbody .net .text small {
  margin-top: 0.9333333333vw;
  line-height: 1.5;
  font-size: 1rem;
}
.p-monitor__table > tbody .net .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.8rem;
  border: 0.2rem solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #f5f2f0;
  box-sizing: border-box;
}
.p-monitor__table > tbody .net .button a::after {
  content: "";
  display: inline-block;
  margin: 0 1.1rem 0 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../../../m/img/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.p-monitor__table > tbody .net .button a .inner-text {
  flex-grow: 1;
  margin-left: 1.1rem;
}
.p-monitor__table > tbody .net .button a {
  height: 6rem;
}
.p-monitor__table > tbody .net .button a .inner-text {
  text-align: right;
  line-height: 2.375;
}
.p-monitor__table > tbody .net .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.1rem solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.p-monitor__table > tbody .net .button a {
  position: relative;
}
.p-monitor__table > tbody .net .button a .inner-text1 {
  display: block;
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
  text-align: center;
  line-height: 1.1785714286;
  font-size: 1.6rem;
}
.p-monitor__table > tbody .net .button a .inner-text2 {
  width: 100%;
  border-top: 0.1rem solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.p-monitor__table > tbody .net .button a::before {
  content: none;
}
.p-monitor__table > tbody .net .button a::after {
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  margin: 0;
  width: 2rem;
  height: 2rem;
}
.p-monitor__table > tbody .net .button.btn-counseling {
  margin-right: 1rem;
}
.p-monitor__table .price > td {
  padding: 2.6666666667vw;
  vertical-align: top;
}
.p-monitor__table .price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}
.p-monitor__table .price .case {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  height: 34.6666666667vw;
}
.p-monitor__table .price .title {
  padding: 2.6666666667vw;
  width: 100%;
  background: #f2efed;
  font-size: 1.3rem;
  box-sizing: border-box;
}
.p-monitor__table .price .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.p-monitor__table .price .details table {
  width: 100%;
}
.p-monitor__table .price .details .small {
  display: block;
}
.p-monitor__table .price .details .small + .small {
  margin-top: 0.9333333333vw;
}
.p-monitor__table .price .details .note {
  margin: 15px 0 0;
}
.p-monitor__table .price .details tbody th,
.p-monitor__table .price .details tbody td {
  border-top: 0.2666666667vw dotted #baafa6;
  line-height: 2.0909090909;
  font-size: 1.1rem;
}
.p-monitor__table .price .details tbody th + td {
  text-align: right;
}
.p-monitor__table .price .details tbody .total th,
.p-monitor__table .price .details tbody .total td {
  border-top-style: solid;
}
.p-monitor__table .price .details tbody .monitor th {
  font-size: 1.15rem;
  color: #ec7c78;
}
.p-monitor__table .price .details tbody .monitor td {
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-monitor__table .price .details tbody .monitor td .tax-included {
  display: block;
  margin-top: 0.5333333333vw;
  font-size: 1.05rem;
  font-weight: bold;
}
.p-monitor__table .price .details tbody tr:first-child th,
.p-monitor__table .price .details tbody tr:first-child td,
.p-monitor__table .price .details tbody .monitor th,
.p-monitor__table .price .details tbody .monitor td {
  border: 0;
}
.p-monitor__table .explanation {
  line-height: 1.1304347826;
  font-size: 1.25rem;
}
.p-monitor__accordion {
  margin-bottom: 2.6666666667vw;
  border: 0.2666666667vw solid #a4948a;
}
.p-monitor__accordion__title::after {
  content: "";
  display: block;
  height: 3.7333333333vw;
  background-image: url(../../../m/img/activities_monitor_contents_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
  background-size: auto 3.7333333333vw;
}
.p-monitor__accordion.vaser .details .cap-top {
  margin: 1em 0 0.5em;
  font-size: 1rem;
}
.p-monitor__accordion.vaser .details table {
  width: 100%;
  border: 1px solid #c7bcb4;
}
.p-monitor__accordion.vaser .details table tr:first-child th,
.p-monitor__accordion.vaser .details table tr:first-child td {
  border-right: 1px solid #c7bcb4;
  border-left: 1px solid #c7bcb4;
}
.p-monitor__accordion.vaser .details table th,
.p-monitor__accordion.vaser .details table td {
  padding: 1rem 0.5rem;
  width: 33%;
  line-height: 1.2;
  font-size: 1.2rem;
}
.p-monitor__accordion.vaser .details table .special {
  border-right: 1px solid #c7bcb4;
  border-left: 1px solid #c7bcb4;
}
.p-monitor__accordion.vaser .details table thead tr {
  border-bottom: 1px solid #c7bcb4;
}
.p-monitor__accordion.vaser .details table thead th {
  text-align: center;
  font-weight: bold;
}
.p-monitor__accordion.vaser .details table thead th.special {
  color: #eb6d81;
}
.p-monitor__accordion.vaser .details table thead th:first-of-type {
  width: 20%;
}
.p-monitor__accordion.vaser .details table tbody tr {
  border-bottom: 1px dotted #c7bcb4;
}
.p-monitor__accordion.vaser .details table tbody th {
  background: #f2f0ee;
}
.p-monitor__accordion.vaser .details table tbody td {
  text-align: right;
  line-height: 1.2;
  font-size: 1.4rem;
  white-space: nowrap;
}
.p-monitor__accordion.vaser .details table tbody td > span {
  display: block;
  font-size: 1rem;
}
.p-monitor__contents > .p-monitor__table {
  border-top: 0.2666666667vw solid #c7bcb5;
  border-bottom: 0.2666666667vw solid #c7bcb5;
}

.p-operation__title {
  margin-bottom: 5.3333333333vw;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-operation__item {
  position: relative;
}
.p-operation__item .item-inner {
  padding: 1rem 3rem 1rem 1rem;
  background-image: url(../../../m/img/tc_icon_arrow_4.png);
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
}
.p-operation__item .name a {
  color: #6d9dd0;
}
.p-operation__item .text {
  margin: 0;
  color: #a39e9b;
}
.p-operation .recommend .p-operation__item {
  border: 0.1rem solid #d7d4d3;
  background-color: #fff;
}
.p-operation .recommend .p-operation__item + .p-operation__item {
  margin-top: 1.3333333333vw;
}
.p-operation .recommend .item-inner {
  overflow: hidden;
  min-height: 8rem;
  background-position: right 1rem center;
}
.p-operation .recommend .name {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
}
.p-operation .recommend .pic {
  float: left;
  margin-right: 1rem;
  width: 6.5rem;
  border: 1px solid #c7bcb6;
  box-sizing: border-box;
}
.p-operation .recommend .text {
  line-height: 1.375;
  font-size: 1.6rem;
}

.p-main-cv {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #24516b;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
  transition: opacity 0.15s linear;
}
.p-main-cv.is-show {
  opacity: 1;
  pointer-events: all;
}
.p-main-cv.is-bottom {
  position: absolute;
  bottom: 0;
}
.p-main-cv__list {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 13.6vw;
}
.p-main-cv__item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.p-main-cv__item.is-show {
  z-index: 100;
  opacity: 1;
}

#recent-pages {
  margin-top: 21.3333333333vw;
}
#recent-pages .p-recent {
  margin-bottom: 3.2vw;
}
/*# sourceMappingURL=activities.css.map */
