.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 171px;
  height: 30px;
  background-image: url(../../img/pc/sitemap_maintitle_bg.png);
}

.p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-sitemap__item {
  margin-bottom: 50px;
  padding: 20px 0 0 6px;
  width: 207px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}

.p-sitemap__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4em;
}

.p-sitemap__item a::before {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #457bc3;
}

.p-sitemap__item a::before {
  margin-right: 8px;
}

.p-sitemap__item a:hover {
  text-decoration: underline;
  color: #a0bcdf;
}

.p-sitemap__item > a {
  color: #fff;
}

.p-pages__list {
  margin: 15px 0 0 15px;
}

.p-pages__item + .p-pages__item {
  margin-top: 9px;
}

.p-pages__item a {
  color: rgba(250, 250, 250, 0.8);
}

.p-pages__item a::before {
  border-left-color: #0a397f;
}


/*# sourceMappingURL=sitemap.css.map */
