/************************************/
.page_header {
  background-color: #C3F7D9; }
  .page_header span.ttl:before {
    background-color: #C3F7D9; }

/************************************/
.pankuzu {
  width: calc(100% - 100px); }

@media (max-width: 1280px) {
  .pankuzu {
    width: calc(100% - 80px); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .pankuzu {
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .pankuzu {
    width: calc(100% - 40px); } }
/*max-width:480px*/
/************************************/
.site_map_all {
  max-width: 1400px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(50px, 10vw, 140px);
  padding: 0 0 100px; }
  .site_map_all h2 {
    font: 1.8rem/24px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 700;
    width: 100%;
    height: 24px;
    border-left: 6px #C3F7D9 solid;
    padding: 0 0 0 20px;
    margin: 0 0 30px; }
  .site_map_all .left {
    width: calc((100% - clamp(50px, 10vw, 140px)) * 2 / 3);
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px; }
    .site_map_all .left ul {
      width: calc((100% - 30px) / 2); }
  .site_map_all .right {
    width: calc((100% - clamp(50px, 10vw, 140px)) / 3); }
    .site_map_all .right ul {
      width: 100%; }
  .site_map_all ul {
    border-top: 1px solid #C1D3DA;
    max-width: 400px; }
  .site_map_all li {
    width: 100%;
    border-bottom: 1px solid #C1D3DA; }
  .site_map_all a {
    padding: 25px 60px 25px 45px;
    display: block;
    position: relative;
    font: 1.6rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none; }
    .site_map_all a:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #9CB4BE;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      top: 50%;
      left: 20px;
      transform: translate(0%, -50%); }
    .site_map_all a:after {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/news_arrow.svg") center center no-repeat;
      background-size: contain;
      width: 32px;
      height: 5px;
      top: 50%;
      left: auto;
      right: 10px;
      transform: translate(0%, -50%); }

@media (hover: hover) {
  .site_map_all a:hover {
    background-color: #fff; } }
@media (max-width: 1280px) {
  .site_map_all {
    max-width: 1400px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 10vw, 60px);
    padding: 0 0 70px; }
    .site_map_all .left {
      width: calc((100% - clamp(50px, 10vw, 60px)) * 2 / 3);
      display: flex;
      flex-wrap: wrap;
      gap: 0 30px; }
      .site_map_all .left ul {
        width: calc((100% - 30px) / 2); }
    .site_map_all .right {
      width: calc((100% - clamp(50px, 10vw, 140px)) / 3); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .site_map_all {
    max-width: 768px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    gap: clamp(50px, 10vw, 60px);
    padding: 0 0 70px; }
    .site_map_all .left {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0;
      margin: 0 0 50px; }
      .site_map_all .left ul {
        width: calc((100% - 30px) / 2); }
    .site_map_all .right {
      width: 100%; }
      .site_map_all .right ul {
        width: calc((100% - 30px) / 2); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .site_map_all {
    max-width: 480px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: block; }
    .site_map_all ul {
      max-width: 480px; }
    .site_map_all .left {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0;
      margin: 0 0 50px; }
      .site_map_all .left ul {
        width: 100%; }
        .site_map_all .left ul:nth-of-type(2) {
          border-top: none; }
    .site_map_all .right {
      width: 100%; }
      .site_map_all .right ul {
        width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .site_map_all {
    max-width: 315px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 70px; }
    .site_map_all h2 {
      font: 1.8rem/24px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      width: 100%;
      height: 24px;
      border-left: 6px #C3F7D9 solid;
      padding: 0 0 0 20px;
      margin: 0 0 30px; }
    .site_map_all a {
      max-width: 100%;
      width: 100%;
      font: 1.4rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      padding: 16px 100px 16px 35px; }
      .site_map_all a:before {
        height: 6px;
        width: 6px;
        border-radius: 50%;
        top: 50%;
        left: 13px;
        transform: translate(0%, -50%); }
      .site_map_all a:after {
        width: 20px;
        height: 5px;
        top: 50%;
        left: auto;
        right: 10px;
        transform: translate(0%, -50%); } }
/*max-width:480px*/
