@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-anchor__list {
  display: flex;
}
.p-anchor__list__item {
  flex-basis: 25%;
  height: 50px;
  background: linear-gradient(#355870, #054059);
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.4), inset 0 1px 0 0 rgba(255,255,255,.3);
  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.4em;
  color: #fff;
}
.p-anchor__list__item a:hover {
  background: linear-gradient(#054059, #355870);
  text-decoration: none;
}
.p-anchor__list__item a:hover > * {
  opacity: 1;
}
.p-anchor__list__item .small {
  margin-bottom: 5px;
  font-size: 0.7857142857em;
}
.p-anchor__list__item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.3);
}

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

.p-lead {
  padding: 120px 0 90px;
  background: url(../../../img/activities_lead_bg.jpg) 0 0 no-repeat #eeefef;
}
.p-lead__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-lead__text {
  margin-bottom: 73px;
  text-align: center;
  line-height: 2;
  font-size: 1.4em;
}
.p-lead__contents {
  position: relative;
  margin: 0 auto;
  padding: 35px 40px;
  width: 808px;
  height: 317px;
  border-top: 1px solid rgba(255,255,255,.8);
  border-bottom: 1px solid rgba(255,255,255,.8);
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.56);
  box-shadow: 0 -4px 0 0 rgba(255,255,255,.56), 0 4px 0 0 rgba(255,255,255,.56);
  box-sizing: border-box;
}
.p-lead__contents + .p-lead__contents {
  margin-top: 70px;
}
.p-lead__contents__title {
  margin-bottom: 13.5px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b0b1b1;
}
.p-lead__contents__text {
  text-align: justify;
  line-height: 2;
  font-size: 1.3em;
}
.p-lead__contents__pic {
  position: absolute;
  top: -25px;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.p-lead__contents.vaser {
  background-image: url(../../../img/activities_lead_vaser_bg.png);
  background-position: right 13px bottom;
}
.p-lead__contents.vaser > *:not(.p-lead__contents__pic) {
  margin-left: 305px;
  padding-left: 40px;
}
.p-lead__contents.vaser .p-lead__contents__pic {
  left: 40px;
}
.p-lead__contents.crf {
  margin-bottom: 90px;
  background-image: url(../../../img/activities_lead_crf_bg.png);
  background-position: 13px bottom;
}
.p-lead__contents.crf > *:not(.p-lead__contents__pic) {
  margin-right: 305px;
  padding-right: 40px;
}
.p-lead__contents.crf .p-lead__contents__pic {
  right: 40px;
}
.p-lead__movie {
  margin: 0 auto 60px;
  width: 808px;
}
.p-lead__movie__title {
  margin-bottom: 70px;
  text-align: center;
}

.p-report {
  margin: 0 auto;
  width: 808px;
}
.p-report__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.p-report__title::before, .p-report__title::after {
  content: "";
  width: 304px;
  border-top: 1px solid #003f5a;
}
.p-report__list {
  overflow: hidden;
  margin: 0 auto;
  width: 742px;
  height: 387px;
  border: 1px solid #b2b7c2;
}
.p-report__list.slick-initialized {
  overflow: visible;
}
.p-report__list.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.p-report__list .slick-arrow {
  z-index: 1;
  width: 42px;
  height: 42px;
  background: #9fa0a0;
}
.p-report__list .slick-arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
  opacity: 1;
}
.p-report__list .slick-next {
  right: -33px;
}
.p-report__list .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  left: -33px;
}
.p-report__list .slick-dots {
  bottom: -21px;
  height: 6px;
  text-align: left;
}
.p-report__list .slick-dots li {
  overflow: hidden;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  box-shadow: 0 1px rgba(0,0,0,.1);
  vertical-align: top;
}
.p-report__list .slick-dots li:first-child {
  margin-left: 0;
}
.p-report__list .slick-dots li.slick-active button::before {
  background: #003f5a;
}
.p-report__list .slick-dots li button {
  padding: 0;
  width: 70px;
  height: 6px;
}
.p-report__list .slick-dots li button::before {
  content: "";
  width: 70px;
  height: 6px;
  background: #c9c9ca;
  opacity: 1;
}
.p-report__contents {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  background: #e9eff3;
}
.p-report__contents__title {
  flex-basis: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: url(../../../img/activities_lead_recent_contents_title_bg.png) 0 0 no-repeat;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.p-report__contents__text {
  flex-basis: 282px;
  margin-right: 20px;
  margin-left: 30px;
  text-align: justify;
  line-height: 2;
  font-size: 1.3em;
}
.p-report__contents__pic {
  margin-right: 30px;
  width: 378px;
  height: 269px;
}
.p-report__contents__pic img {
  width: 100%;
  height: auto;
}
.p-report__link {
  margin: 0 auto;
  width: 742px;
  text-align: right;
}
.p-report__link a:hover > * {
  opacity: 0.5;
}

.p-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 43px 90px;
  background: url(../../../img/activities_about_bg.jpg) 0 0 no-repeat;
}
.p-about__title {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: -12px;
  margin-bottom: 60px;
  height: 76px;
  background: url(../../../img/activities_about_title_bg.png) 0 0 no-repeat;
  text-align: center;
}
.p-about__contents {
  flex-basis: 220px;
}
.p-about__contents__title {
  margin-bottom: 11.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a4a4a4;
}
.p-about__contents__text {
  padding: 0 12px;
  text-align: justify;
  line-height: 1.4666666667;
  font-size: 1.3em;
}

.p-doctors {
  padding: 100px 89px 90px;
  background: url(../../../img/activities_doctors_bg.png) 0 0 no-repeat;
}
.p-doctors__title {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: -2px;
  margin-bottom: 60px;
  height: 69px;
  background: url(../../../img/activities_doctors_title_bg.png) 3px 0 no-repeat;
  text-align: center;
}
.p-doctors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-doctors__item {
  transition: opacity 0.15s linear;
  position: relative;
  width: 391px;
  height: 161px;
}
.p-doctors__item + .p-doctors__item {
  margin-top: 25px;
}
.p-doctors__item:hover {
  opacity: 0.5;
}
.p-doctors__item.ohashi {
  width: 100%;
  height: 270px;
}
.p-doctors__item.ohashi .p-doctors__text {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 486px;
}
.p-doctors__pic {
  position: absolute;
  bottom: 0;
}
.p-doctors__pic a:hover > * {
  opacity: 1;
}
.p-doctors__text {
  text-align: justify;
  line-height: 1.6153846154;
  font-size: 1.3em;
}
.p-doctors .p-case {
  margin-top: 50px;
}

.p-case {
  margin: 0 auto;
  width: 808px;
}
.p-case__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.p-case__title::before, .p-case__title::after {
  content: "";
  width: 274px;
  border-top: 1px solid #fff;
}
.p-case__list {
  overflow: hidden;
  margin: 0 auto;
  width: 742px;
  height: 318px;
  border: 1px solid #b2b7c2;
}
.p-case__list.slick-initialized {
  overflow: visible;
}
.p-case__list.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.p-case__list .slick-arrow {
  z-index: 1;
  width: 42px;
  height: 42px;
  background: #9fa0a0;
}
.p-case__list .slick-arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
  opacity: 1;
}
.p-case__list .slick-next {
  right: -33px;
}
.p-case__list .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  left: -33px;
}
.p-case__list .slick-dots {
  display: flex;
  bottom: -24px;
  justify-content: center;
  height: 6px;
  text-align: left;
}
.p-case__list .slick-dots li {
  overflow: hidden;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  box-shadow: 0 1px rgba(0,0,0,.1);
  vertical-align: top;
}
.p-case__list .slick-dots li:first-child {
  margin-left: 0;
}
.p-case__list .slick-dots li.slick-active button::before {
  background: #003f5a;
}
.p-case__list .slick-dots li button {
  padding: 0;
  width: 70px;
  height: 6px;
}
.p-case__list .slick-dots li button::before {
  content: "";
  width: 70px;
  height: 6px;
  background: #c9c9ca;
  opacity: 1;
}
.p-case__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #eaf0f5;
}
.p-case__contents__title {
  width: 154px;
}
.p-case__contents__title__main {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #003e5b;
  line-height: 1.375;
  font-size: 1.6em;
  font-weight: bold;
}
.p-case__contents__title__sub {
  display: block;
  padding-top: 9px;
  font-size: 1.3em;
}
.p-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 46px 90px;
  background: url(../../../img/activities_results_bg.jpg) 0 0 no-repeat;
}
.p-results__title {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 60px;
  background: url(../../../img/activities_results_title_bg.png) left 48px bottom 2px no-repeat;
  text-align: center;
}
.p-results__contents {
  flex-basis: 434px;
  padding-bottom: 45px;
  background: rgba(255,255,255,.6);
}
.p-results__contents.no1 {
  align-self: flex-start;
}
.p-results__contents.no2 {
  margin-top: 50px;
}
.p-results__contents__pic, .p-results__contents__link {
  text-align: center;
}
.p-results__contents__pic {
  margin-top: -54px;
  margin-bottom: 13.5px;
}
.p-results__contents__text {
  margin: 0 40px 33.5px;
  text-align: justify;
  line-height: 2;
  font-size: 1.3em;
}
.p-results__contents__link a:hover > * {
  opacity: 0.5;
}

.p-schedule {
  padding: 100px 90px 90px;
  background: url(../../../img/activities_schedule_bg1.jpg) 0 0 no-repeat, url(../../../img/activities_schedule_bg2.png) 0 0 repeat-y;
}
.p-schedule__title {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: -13px;
  margin-bottom: 60px;
  height: 80px;
  background: url(../../../img/activities_schedule_title_bg.png) 0 0 no-repeat;
  text-align: center;
}

.p-seminar__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 93px;
  background: url(../../../img/activities_schedule_seminar_title_bg.png);
  text-align: center;
  line-height: 1.6;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.p-seminar__text {
  margin-bottom: 43.5px;
  text-align: center;
  line-height: 2;
  font-size: 1.3em;
}
.p-seminar__date {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 1.8em;
  font-weight: bold;
}
.p-seminar__date .small,
.p-seminar__date .notice {
  display: inline-block;
  font-size: 0.7777777778em;
}
.p-seminar__date .small {
  margin-right: 0.5em;
  font-weight: bold;
}
.p-seminar__details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #003f5a;
}
.p-seminar__details__summary {
  flex: 1;
  margin-right: 30px;
}
.p-seminar__details__summary th {
  width: 80px;
  vertical-align: top;
  font-size: 1.4em;
  font-weight: bold;
}
.p-seminar__details__summary td,
.p-seminar__details__summary li {
  line-height: 1.5714285714;
}
.p-seminar__details__summary td {
  font-size: 1.4em;
}
.p-seminar__details__summary li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.p-seminar__details__list {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  margin: 25px 70px 50px;
}
.p-seminar__details__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
  color: #003f5a;
}
.p-seminar__details__item .emphasis {
  display: inline-block;
  line-height: 1.2777777778;
  font-size: 1.5em;
  font-weight: bold;
}
.p-seminar__details__item.no1 {
  background-image: url(../../../img/activities_schedule_seminar_bg1.png);
}
.p-seminar__details__item.no2 {
  background-image: url(../../../img/activities_schedule_seminar_bg2.png);
}
.p-seminar__details__item.no3 {
  background-image: url(../../../img/activities_schedule_seminar_bg3.png);
}
.p-seminar__details__item.no4 {
  background-image: url(../../../img/activities_schedule_seminar_bg4.png);
}
.p-seminar__link {
  text-align: center;
}
.p-seminar__link a:hover > * {
  opacity: 0.5;
}

.p-monitor {
  padding: 100px 90px 193px;
  background: #eeefef;
}
.p-monitor__title {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: -9px;
  margin-bottom: 60px;
  height: 77px;
  background: url(../../../img/activities_monitor_title_bg.png) 21px 0 no-repeat;
  text-align: center;
}
.p-monitor__contents {
  margin-bottom: 40px;
  border-top: 1px solid #baafa6;
  border-right: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
.p-monitor__table {
  width: 100%;
  table-layout: fixed;
  font-size: 1.2em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #7f7875;
}
.p-monitor__table tbody td {
  line-height: 24px;
}
.p-monitor__table > tbody > tr > th {
  width: 116px;
  border-top: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.p-monitor__table > tbody > tr > td {
  padding: 22px;
  height: 24px;
  border-bottom: 1px dotted #baafa6;
  background-color: #fff;
}
.p-monitor__table > tbody > tr > td + td {
  border-left: 1px dotted #baafa6;
}
.p-monitor__table > tbody .title td {
  background: url(../../../img/activities_monitor_contents_title_bg.png) right 9px center no-repeat #fff;
  line-height: 1.3;
  font-size: 1.6666666667em;
  font-weight: bold;
}
.p-monitor__table > tbody .price > td {
  padding: 15px;
  vertical-align: top;
}
.p-monitor__table > tbody .price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}
.p-monitor__table > tbody .price .case {
  margin-bottom: 10px;
}
.p-monitor__table > tbody .price .title {
  padding: 12px 16px;
  width: 100%;
  background: #f2efed;
  font-size: 1.1666666667em;
  box-sizing: border-box;
}
.p-monitor__table > tbody .place span {
  display: block;
  font-size: 10px;
}
.p-monitor__table > tbody .place span a {
  color: #6d9dd0;
}
.p-monitor__table > tbody .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 183px;
}
.p-monitor__table > tbody .details table {
  width: 100%;
}
.p-monitor__table > tbody .details .small {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.p-monitor__table > tbody .details .small + .small {
  margin-top: 7px;
}
.p-monitor__table > tbody .details .note {
  margin: 15px 0 0;
}
.p-monitor__table > tbody .details tbody th,
.p-monitor__table > tbody .details tbody td {
  border-top: 1px dotted #baafa6;
  font-size: 1.0833333333em;
}
.p-monitor__table > tbody .details tbody th + td {
  text-align: right;
}
.p-monitor__table > tbody .details tbody .total th,
.p-monitor__table > tbody .details tbody .total td {
  border-top-style: solid;
}
.p-monitor__table > tbody .details tbody .monitor th {
  color: #ec7c78;
}
.p-monitor__table > tbody .details tbody .monitor td {
  line-height: 1;
  font-size: 1.3333333333em;
  font-weight: bold;
}
.p-monitor__table > tbody .details tbody .monitor td .tax-included {
  display: block;
  font-size: 0.625em;
  font-weight: bold;
}
.p-monitor__table > tbody .details tbody tr:first-child th,
.p-monitor__table > tbody .details tbody tr:first-child td,
.p-monitor__table > tbody .details tbody .monitor th,
.p-monitor__table > tbody .details tbody .monitor td {
  border: 0;
}
.p-monitor__table > tbody .conditions li {
  padding-left: 15px;
  background: url(../../../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.p-monitor__table > tbody .conditions li small {
  font-size: 0.8333333333em;
}
.p-monitor__table > tbody .conditions li em {
  color: #ec7c78;
}
.p-monitor__table > tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.p-monitor__table > tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../../../img/arrow/arrow6.png) 0 0 no-repeat;
}
.p-monitor__table > tbody .flow li span {
  font-size: 0.8333333333em;
}
.p-monitor__table > tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.p-monitor__table > tbody .flow li:nth-child(1) {
  background-image: url(../../../img/sprite/num/price-no1.png);
}
.p-monitor__table > tbody .flow li:nth-child(2) {
  background-image: url(../../../img/sprite/num/price-no2.png);
}
.p-monitor__table > tbody .flow li:nth-child(3) {
  background-image: url(../../../img/sprite/num/price-no3.png);
}
.p-monitor__table > tbody .flow li:nth-child(4) {
  background-image: url(../../../img/sprite/num/price-no4.png);
}
.p-monitor__table > tbody .flow li:nth-child(5) {
  background-image: url(../../../img/sprite/num/price-no5.png);
}
.p-monitor__table > tbody .flow li:nth-child(6) {
  background-image: url(../../../img/sprite/num/price-no6.png);
}
.p-monitor__table > tbody .flow li:nth-child(7) {
  background-image: url(../../../img/sprite/num/price-no7.png);
}
.p-monitor__table > tbody .flow li:nth-child(8) {
  background-image: url(../../../img/sprite/num/price-no8.png);
}
.p-monitor__table > tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.p-monitor__table > tbody .flow li:last-child::before {
  content: initial;
}
.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.1666666667em;
  text-align-last: justify;
}
.p-monitor__table > tbody .tel a {
  font-size: 1.8333333333em;
  font-weight: bold;
  color: #ec7c78;
  pointer-events: none;
}
.p-monitor__table > tbody .net td {
  padding: 0;
}
.p-monitor__table > tbody .net .text {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.1666666667em;
}
.p-monitor__table > tbody .net small {
  display: block;
  margin-top: 7px;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8571428571em;
}
.p-monitor__table > tbody .net em {
  color: #ec7c78;
}
.p-monitor__table > tbody .net ul {
  margin-bottom: 15px;
}
.p-monitor__table > tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.p-monitor__table > tbody .net .form {
  margin: 0;
}
.p-monitor__table > tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  border: 2px solid #413631;
  background-position: 0 0;
  background-repeat: no-repeat;
  list-style-type: none;
}
.p-monitor__table > tbody .net .form li a:hover img {
  opacity: 0;
}
.p-monitor__table > tbody .net .form li:nth-child(1) {
  background-image: url(../img/sprite/hover/price/price_monitor_link_h.png);
}
.p-monitor__table > tbody .net .form li:nth-child(2) {
  background-image: url(../img/sprite/hover/price/price_mail_link_h.png);
}
.p-monitor__table > tbody .net__contents {
  padding: 14px 26px;
  width: 50%;
  box-sizing: border-box;
}
.p-monitor__table > tbody .net__contents + .net__contents {
  border-left: 1px dotted #baafa6;
}
.p-monitor__table > tbody .net__contents__container {
  display: flex;
}
.p-monitor__table > tbody .net .button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.p-monitor__table > tbody .net .button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.p-monitor__table > tbody .net .button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.p-monitor__table > tbody .net .button a:hover {
  text-decoration: none;
  color: inherit !important;
}
.p-monitor__table > tbody .net .button a:hover > *, .p-monitor__table > tbody .net .button a:hover::before {
  color: #f5f2f0;
}
.p-monitor__table > tbody .net .button a:hover .inner-text1 {
  opacity: 1;
}
.p-monitor__table > tbody .net .button a:hover::after {
  background: url(../../../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
.p-monitor__table > tbody .net .button a::before {
  content: none;
}
.p-monitor__table > tbody .net .button a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../../../img/broadcast_common_btn_arrow.png) right top no-repeat;
}

.p-operation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-operation__title {
  line-height: 1.3846153846;
  font-size: 1.3em;
  font-weight: bold;
}
.p-operation__list {
  display: flex;
  flex-wrap: wrap;
}
.p-operation__item {
  box-sizing: border-box;
}
.p-operation__item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../../../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.p-operation__item a:hover {
  opacity: 1;
}
.p-operation__item .item-inner {
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.p-operation__item .item-inner:hover {
  opacity: 0.5;
}
.p-operation__item .name {
  font-size: 1.6em;
  color: font_color(3);
}
.p-operation__item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.p-operation__item .text {
  font-size: 1.4em;
}
.p-operation .recommend .p-operation__item {
  width: 347px;
  border: 1px solid #d7d4d3;
  background: #fafafa;
}
.p-operation .recommend .p-operation__item a {
  display: block;
  background: none;
  color: inherit;
}
.p-operation .recommend .p-operation__item a:hover {
  opacity: 1;
}
.p-operation .recommend .p-operation__item .item-inner {
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../../../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-operation .recommend .p-operation__item .item-inner:hover {
  opacity: 0.5;
}
.p-operation .recommend .p-operation__item .name,
.p-operation .recommend .p-operation__item .text {
  margin-left: 76px;
}
.p-operation .recommend .p-operation__item .name {
  margin-bottom: 12px;
}
.p-operation .recommend .p-operation__item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.p-operation .recommend .p-operation__item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.p-operation .recommend .p-operation__item .text::before {
  margin-top: -3px;
}
.p-operation .recommend .p-operation__item .text::after {
  margin-top: -3px;
}
.p-operation .recommend .p-operation__item .name {
  color: #6d9dd0;
}
.p-operation .recommend .p-operation__item .name a:hover {
  text-decoration: none;
}
.p-operation .recommend .p-operation__item + .p-operation__item {
  margin-left: 5px;
}

.p-main-cv {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 988px;
  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;
  justify-content: space-between;
  width: 100%;
}
.p-main-cv__item {
  display: flex;
  flex-wrap: wrap;
}
.p-main-cv__item + .p-main-cv__item {
  border-left: 1px solid #fff;
}
.p-main-cv__item__title {
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #efefef;
}
.p-main-cv__item a:hover > * {
  opacity: 0.5;
}
.p-main-cv__item.seminar {
  width: 33.3333333333%;
  background-color: #345871;
}
.p-main-cv__item.monitor {
  width: 66.6666666667%;
  background-color: #5a6f85;
}
/*# sourceMappingURL=activities.css.map */
