@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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-topicpath {
  border-bottom: 0.1rem solid #e5dfdb;
}
.c-topicpath__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-topicpath__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #7f7875;
}
.c-topicpath__item a {
  display: block;
  padding: 1rem;
  color: #7f7875;
}
.c-topicpath__item + .c-topicpath__item::before {
  content: "＞";
}
.c-topicpath__item:first-child a {
  color: #dc7a78;
}

.p-maintitle {
  padding: 6rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #584f4c;
}
.p-maintitle::before {
  content: "";
  display: block;
  margin-bottom: 1rem;
  height: 3.25rem;
  background: url(../../img/sp/sitemap_title_bg.png) center no-repeat;
  background-size: auto 3.25rem;
}

.p-contents {
  margin: 0 2.7rem;
  color: #584f4c;
}
.p-contents:last-of-type {
  margin-bottom: 8rem;
}
.p-contents + .p-contents {
  margin-top: 5rem;
}
.p-contents a {
  display: inline-block;
  padding-left: 2.2rem;
  background: url(../../img/sp/arrow_link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #584f4c;
}
.p-contents__title {
  margin-bottom: 2.65rem;
  padding: 0 0 1rem 0.3rem;
  border-bottom: 0.1rem solid #c9c5c3;
  font-size: 1.6rem;
}
.p-contents__title a {
  line-height: 1.125;
}
.p-contents__list {
  margin-left: 3.2rem;
}
.p-contents__item {
  font-size: 1.4rem;
}
.p-contents__item + .p-contents__item {
  margin-top: 1em;
}

.p-page__list {
  margin: 1em 0 3rem 3rem;
}
.p-page__item + .p-page__item {
  margin-top: 1em;
}

.l-footer {
  padding-top: 1.5rem;
  background: #fff;
}
/*# sourceMappingURL=sitemap.css.map */
