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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

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

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

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

.p-title {
  margin: 70px 0 50px;
  text-align: center;
  font-size: 2em;
  color: #58504c;
}
.p-title::before {
  content: "";
  display: block;
  margin-bottom: 1rem;
  height: 50px;
  background: url(../../img/pc/sitemap_title.png) center no-repeat;
}

.p-contents {
  margin: 0 0 50px;
}
.p-contents:last-of-type {
  margin-bottom: 80px;
}
.p-contents a {
  display: inline-block;
  color: #7e7774;
}
.p-contents a:hover {
  text-decoration: none;
}
.p-contents__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 1.8em;
  font-weight: bold;
}
.p-contents__title a {
  padding-left: 22px;
  background: url(../../img/pc/arrow/arrow10.png) left center no-repeat;
  line-height: 1.625;
  font-size: 0.8888888889em;
}
.p-contents__title a:hover {
  background-image: url(../../img/pc/arrow/arrow10_h.png);
}
.p-contents__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.p-contents__item {
  flex-basis: 33.3333333333%;
  margin: 0;
}
.p-contents__item a {
  padding-left: 19px;
  background: url(../../img/pc/arrow/arrow11.png) left center no-repeat;
  line-height: 2;
  font-size: 1.4em;
}
.p-contents__item a:hover {
  background-image: url(../../img/pc/arrow/arrow11_h.png);
}
.p-contents:last-child {
  margin-bottom: 0;
}

.p-page__list {
  margin-left: 30px;
}

.webp .p-title::before {
  background-image: url(../../img/pc/sitemap_title.webp);
}
.webp .p-contents__title a {
  background-image: url(../../img/pc/arrow/arrow10.webp);
}
.webp .p-contents__title a:hover {
  background-image: url(../../img/pc/arrow/arrow10_h.webp);
}
.webp .p-contents__item a {
  background-image: url(../../img/pc/arrow/arrow11.webp);
}
.webp .p-contents__item a:hover {
  background-image: url(../../img/pc/arrow/arrow11_h.webp);
}
