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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-breadcrumb__list {
  margin: 0 30px;
  padding: 10px 0;
}
.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}
.c-breadcrumb__item a {
  color: #6d9dd0;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb__item a:hover > * {
  opacity: 1;
}
.c-breadcrumb__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7e7774;
  border-right: 1px solid #7e7774;
  transform: rotate(45deg);
}
.c-breadcrumb__item:last-child {
  padding-right: 0;
}
.c-breadcrumb__item:last-child a {
  color: #7e7774;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.p-breadcrumb {
  margin-bottom: 50px;
  border-bottom: 1px solid #c5bcb5;
}

.p-title {
  margin-bottom: 70px;
  padding: 0 100px;
  font-size: 1.4em;
}

.p-update-date {
  margin: 0 0 10px;
  text-align: right;
  font-size: 1.2em;
}

.p-main {
  margin-bottom: 80px;
  padding: 0 100px;
}

.p-box {
  margin-bottom: 2em;
  font-size: 1.1em;
}
.p-box__title, .p-box__text, .p-box__item {
  line-height: 1.5454545455;
}
.p-box__title {
  font-weight: bold;
}
.p-box__text {
  margin-bottom: 1em;
}
.p-box__list {
  counter-reset: list;
}
.p-box__item {
  display: flex;
}
.p-box__item::before {
  counter-increment: list;
  content: "（" counter(list) "）";
  margin-right: 0.5em;
}

.p-reception > * {
  line-height: 1.5454545455;
}
.p-reception a[href^="tel:"] {
  color: #7e7774;
}
