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

File Name:
Note:

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.p-anchor .p-anchor__list {
  margin: 0;
  gap: 5px;
}
.p-anchor .p-anchor__item {
  flex-basis: auto;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item a {
  color: #7e7774;
}
.p-anchor .p-anchor__item a::after {
  border-right: 1px solid #7e7774;
  border-bottom: 1px solid #7e7774;
}
.p-anchor .p-anchor__item a:hover {
  text-decoration: none;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.link.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;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../../../img/arrow/arrow16.png) right top no-repeat;
}
.link.button a:hover {
  text-decoration: none;
}
.link.button a:hover > *, .link.button a:hover::before {
  color: #f5f2f0;
}
.link.button a:hover .inner-text1 {
  opacity: 1;
}
.link.button a:hover::after {
  background: url(../../../img/arrow/arrow16_h.png) right top no-repeat;
}

.p-main .link {
  width: 252px;
}

.p-hero__cv {
  padding: 30px 0;
  background: #d5a388;
}
.p-hero__cv__text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #6e4738;
}
.p-hero__cv__list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 5px;
}

.p-anchor {
  padding: 50px 80px;
}

.p-box {
  padding-right: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
}
.p-box__title {
  margin-bottom: 80px;
  text-align: center;
}
.p-box:last-child {
  margin-bottom: 70px;
}

.p-case,
.p-summary,
.p-flow {
  background-color: #f1efec;
}

.p-summary__title,
.p-conditions__title {
  margin-bottom: 60px;
}

.p-case__title {
  margin-bottom: 72px;
}
.p-case__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case__box__title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  width: 100%;
  border-bottom: 5px solid #a3887f;
  text-align: center;
  font-size: 20px;
  color: #a3887f;
}
.p-case__box + .p-case__box {
  margin-top: 56px;
}
.p-case__subbox {
  position: relative;
}
.p-case__subbox__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.p-case__subbox__text {
  padding-bottom: 8px;
}
.p-case__subbox__text span {
  display: block;
  padding-left: 10px;
  text-indent: -10px;
  line-height: 1.375;
  font-size: 12px;
}
.p-case__subbox__text span::before {
  content: "・";
}
.p-case__subbox__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #eb686b;
}
.p-case__subbox__icon > * {
  font-weight: bold;
  color: #fff;
}
.p-case__subbox__icon .first {
  font-size: 12px;
}
.p-case__subbox__icon em {
  font-size: 20px;
}
.p-case__subbox__icon .second {
  font-size: 14px;
}
.p-case__subbox__pic {
  margin-bottom: 8px;
}
.p-case__subbox__price {
  text-align: center;
  line-height: 1.6666666667;
  font-size: 12px;
}
.p-case__subbox__price span {
  font-size: 10px;
}
.p-case__subbox__price em {
  font-weight: bold;
}
.p-case__subbox__price em span {
  font-weight: bold;
}
.p-case__subbox.wide > * {
  text-align: center;
}
.p-case__subbox.text-single .p-case__subbox__icon {
  top: -19px;
}
.p-case__notice__text {
  margin-top: 40px;
  padding: 10px 15px;
  background: #dfd8d3;
  line-height: 1.5;
}

.p-doctor {
  padding-bottom: 0;
}
.p-doctor__title {
  margin-bottom: 70px;
  text-align: center;
}
.p-doctor__contents {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 10px 10px;
  border: 1px solid #cbc0b8;
  background: #fff;
  box-shadow: inset 0 0 0 9px #fff, inset 0 0 0 10px #e8e2de;
}
.p-doctor__contents__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 18px;
  width: 100%;
  height: 60px;
  background: #e8e2de;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2em;
  color: #584f4c;
}
.p-doctor__contents__title .emphasis {
  display: inline-block;
  margin: 0 0.5em 0 1em;
  font-size: 1.2em;
}
.p-doctor__contents__inner {
  flex: 1;
  margin-left: 18px;
}
.p-doctor__contents__pic {
  margin-bottom: 20px;
}
.p-doctor__contents__link {
  margin: 0 30px 30px 0;
  width: 100%;
  text-align: right;
}
.p-doctor__contents__link a {
  padding-right: 15px;
  background: url(../../../img/arrow/arrow2.png) right center no-repeat;
  font-size: 1.3em;
  color: #7f7875;
}
.p-doctor__item {
  display: flex;
  margin-bottom: 20px;
  color: #7f7875;
}
.p-doctor__item__title {
  width: 84px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-doctor__item a {
  text-decoration: underline;
  color: #7595cc;
}

.p-history__list {
  overflow: hidden;
}
.p-history__item {
  font-size: 1.3em;
}
.p-history__item:first-child {
  margin-top: -5px;
}
.p-history__item:last-child {
  margin-bottom: -5px;
}
.p-history__item__inner {
  display: flex;
}
.p-history__item__title, .p-history__item__text {
  line-height: 1.8461538462;
}
.p-history__item__title {
  padding-right: 14px;
  width: 63px;
  border-right: 1px solid #a39489;
  box-sizing: border-box;
}
.p-history__item__text {
  flex: 1;
  padding-left: 12px;
}

.p-license__list,
.p-society__list {
  flex: 1;
}
.p-license__item,
.p-society__item {
  display: inline;
  line-height: 1.8461538462;
  font-size: 1.3em;
}
.p-license__item + .p-license__item::before,
.p-license__item + .p-society__item::before,
.p-society__item + .p-license__item::before,
.p-society__item + .p-society__item::before {
  content: "、";
}

.p-quality {
  padding: 80px 80px 60px;
}
.p-quality__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-quality__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-quality__item {
  width: 270px;
}
.p-quality__item__pic {
  margin-bottom: 10px;
}
.p-quality__item__text {
  line-height: 1.5;
  font-size: 1.4em;
}

.p-plan {
  margin-bottom: 30px;
}
.p-plan__title {
  margin-bottom: 1px;
  background: #7f7875;
  text-align: center;
  line-height: 48px;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.p-plan__price-table {
  margin-bottom: 10px;
  width: 100%;
}
.p-plan__price-table thead th {
  height: 34px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d4d0ce;
  background: #7f7875;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.p-plan__price-table thead th:last-child {
  border-right-color: #7f7875;
}
.p-plan__price-table tbody th,
.p-plan__price-table tbody td {
  padding: 10px 18px;
  height: 41px;
  border-right: 1px solid #d4d0ce;
  border-bottom: 1px solid #d4d0ce;
  font-size: 1.3em;
}
.p-plan__price-table tbody th {
  border-left: 1px solid #d4d0ce;
}
.p-plan__price-table tbody .contents-list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-plan__price-table tbody .contents-list__item::before {
  content: "・";
}
.p-plan__price-table tbody .contents-list__item + .contents-list__item {
  margin-top: 0.5em;
}
.p-plan__price-table tbody .price {
  text-align: center;
}
.p-plan__price-table tbody .price.monitor {
  color: #ed7b74;
}
.p-plan__price-table tbody .price .tax-included {
  font-size: 0.7692307692em;
}
.p-plan__price-table tr:nth-child(even) {
  background-color: #f5f2f0;
}
.p-plan__notice {
  margin-bottom: 20px;
  text-align: right;
}
.p-plan__notice .small {
  font-size: 1.1em;
}
.p-plan__cv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-plan__cv__title {
  margin-right: 20px;
  font-size: 1.4em;
  font-weight: bold;
}

.p-payment {
  margin-top: 50px;
  border: 1px solid #d4d0ce;
}
.p-payment p,
.p-payment li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.p-payment p li,
.p-payment li li {
  font-size: 1em;
}
.p-payment small {
  font-size: 1em;
}
.p-payment li,
.p-payment dt {
  line-height: 39px;
}
.p-payment li {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.p-payment li:first-child {
  letter-spacing: 0.5em;
}
.p-payment li:last-child {
  border: 0;
}
.p-payment li:nth-child(1) {
  background-image: url(../../../img/sprite/num/price-no1.png);
}
.p-payment li:nth-child(2) {
  background-image: url(../../../img/sprite/num/price-no2.png);
}
.p-payment li:nth-child(3) {
  background-image: url(../../../img/sprite/num/price-no3.png);
}
.p-payment li:nth-child(4) {
  background-image: url(../../../img/sprite/num/price-no4.png);
}
.p-payment dt {
  float: left;
  width: 110px;
}
.p-payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.p-payment dd li,
.p-payment dd dt {
  line-height: 1.8333333333;
}
.p-payment dd dt {
  float: none;
  width: auto;
}
.p-payment dd dd {
  overflow: auto;
  padding: 0;
}
.p-payment dd li {
  margin-left: 2em;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.p-payment dd li:first-child {
  letter-spacing: 0;
}
.p-payment dd li:nth-child(n) {
  background-image: none;
}
.p-payment dd li li {
  margin: 0;
  list-style-type: none;
}
.p-payment dd li li, .p-payment dd li li::before {
  content: "◇";
}
.p-payment__title {
  padding: 15px 10px;
  border-bottom: 1px dotted #d4d0ce;
  font-size: 1.2em;
}
.p-payment .p-payment__item__text {
  font-size: 1em;
}
.p-payment__item {
  border-bottom: 1px dotted #d4d0ce;
}

.p-summary__text {
  text-align: center;
  line-height: 1.5625;
  font-size: 1.6em;
}

.p-conditions__item {
  text-align: center;
  line-height: 2;
  font-size: 1.6em;
}
.p-conditions__item::before {
  content: "●";
  margin-right: 0.5em;
}
.p-conditions__item .small {
  margin-left: 0.5em;
  font-size: 0.75em;
}
.p-conditions__item a {
  text-decoration: underline;
  color: #6d9cd0;
}

.p-flow__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d0ce;
}
.p-flow__item + .p-flow__item {
  margin-top: 20px;
}
.p-flow__item__title {
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
}
.p-flow__item__contents {
  display: flex;
  justify-content: space-between;
}
.p-flow__item__text {
  margin-right: 30px;
  margin-left: 25px;
  line-height: 1.5625;
  font-size: 1.6em;
}
.p-flow__item__text .small {
  display: block;
  line-height: 1.5;
  font-size: 0.75em;
}
.p-flow__item__pic {
  margin-top: calc(-1.8em - 20px);
}

.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=campaign-imanishi.css.map */
