.p_sitemap .main-visual {
  overflow: hidden;
  height: 280px;
  padding-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p_sitemap .main-visual {
    padding-top: 50px;
    height: 236px;
    margin-bottom: 8px;
  }
}
.p_sitemap .main-visual .sub-title {
  position: absolute;
  width: 280px;
  top: 115px;
  left: calc(50% - 140px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_sitemap .main-visual .sub-title {
    width: 182px;
    top: 105px;
    left: calc(50% - 91px);
  }
}
.p_sitemap .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 195px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_sitemap .main-visual .title {
    font-size: 18px;
    top: 150px;
  }
}
.p_sitemap .content {
  width: 800px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_sitemap .content {
    width: 700px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_sitemap .content {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_sitemap .content {
    width: 100%;
    padding: 0 30px;
  }
}
.p_sitemap .content .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  margin-top: 50px;
}
.p_sitemap .content .text {
  margin-bottom: 10px;
}
.p_sitemap .content .text.bottom {
  margin-bottom: 50px;
}
.p_sitemap .content .list {
  margin-bottom: 50px;
}
.p_sitemap .content .list__item {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: relative;
}
.p_sitemap .content .list__item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_sitemap .content .list .list-inside {
  margin-bottom: 5px;
}
.p_sitemap .content .list .list-inside__item {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}
.p_sitemap .content .list .list-inside__item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_sitemap .content .info {
  text-align: right;
  margin-top: 70px;
  margin-bottom: 150px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p_sitemap .content .table {
  display: flex;
  flex-wrap: wrap;
  border: solid #C2B692 1px;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .p_sitemap .content .table {
    width: 100%;
  }
}
.p_sitemap .content .table .item {
  width: 33.33%;
  border-right: solid #C2B692 1px;
}
@media screen and (max-width: 750px) {
  .p_sitemap .content .table .item {
    width: calc(50% - 29px);
  }
}
.p_sitemap .content .table .item:last-child {
  border-right: none;
}
@media screen and (max-width: 750px) {
  .p_sitemap .content .table .item:nth-child(2) {
    width: 58px;
  }
}
.p_sitemap .content .table .item .title {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: solid #C2B692 1px;
  padding: 9px 13px 9px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p_sitemap .content .table .item .title {
    font-size: 13px;
    padding: 9px 10px 9px;
    letter-spacing: 0;
  }
}
.p_sitemap .content .table .item .cont {
  padding: 9px 13px 9px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #F7F8F6;
}
@media screen and (max-width: 750px) {
  .p_sitemap .content .table .item .cont {
    padding: 9px 10px 9px;
  }
}
.p_sitemap .sitemap-list {
  width: 800px;
  margin: 70px auto 150px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_sitemap .sitemap-list {
    width: 700px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_sitemap .sitemap-list {
    margin: 0 auto 110px;
    width: 100%;
    padding: 0;
  }
}
.p_sitemap .sitemap-list .item {
  border-top: solid #C2B692 1px;
}
.p_sitemap .sitemap-list .item:last-child {
  border-bottom: solid #C2B692 1px;
}
.p_sitemap .sitemap-list .link {
  padding: 9px 11px;
  display: block;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=sitemap.css.map */