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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-breadcrumb {
  border-bottom: 0.1rem solid #e5dfdb;
}
.c-breadcrumb__list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #7e7774;
}
.c-breadcrumb__item a {
  display: block;
  padding: 1rem;
  color: #7e7774;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "＞";
}
.c-breadcrumb__item:first-child a {
  color: #ec7c78;
}

.p-breadcrumb {
  margin-bottom: 10.6666666667vw;
}

.p-title {
  margin-bottom: 8vw;
  padding: 16vw 0;
  text-align: center;
  font-size: 1.8rem;
  color: #58504c;
}
.p-title::before {
  content: "";
  display: block;
  margin-bottom: 2.6666666667vw;
  height: 8.6666666667vw;
  background: url(../../img/sp/sitemap_title_bg.png) center no-repeat;
  background-size: auto 8.6666666667vw;
}

.p-update-date {
  margin: 0 0 5.3333333333vw;
  text-align: right;
  font-size: 1.2rem;
}

.p-main {
  margin-bottom: 26.6666666667vw;
  padding: 0 5.3333333333vw;
}

.p-contents + .p-contents {
  margin-top: 13.3333333333vw;
}
.p-contents a {
  display: inline-block;
  padding-left: 5.8666666667vw;
  background: url(../../img/sp/arrow_link.png) left center no-repeat;
  background-size: auto 100%;
  color: #7e7774;
}
.p-contents__title {
  margin-bottom: 7.5333333333vw;
  padding: 0 0 2.6666666667vw 0.8vw;
  border-bottom: 0.2666666667vw solid #c9c5c3;
  font-size: 1.6rem;
}
.p-contents__title a {
  line-height: 1.125;
}
.p-contents__list {
  margin-left: 8.5333333333vw;
}
.p-contents__item {
  font-size: 1.4rem;
}
.p-contents__item + .p-contents__item {
  margin-top: 1em;
}

.p-page__list {
  margin: 1em 0 8vw 8vw;
}
.p-page__item + .p-page__item {
  margin-top: 1em;
}

.webp .p-title::before {
  background-image: url(../../img/sp/sitemap_title_bg.webp);
}
.webp .p-contents a {
  background-image: url(../../img/sp/arrow_link.webp);
}
