﻿@charset "UTF-8";
@import url("../css");
@import url("../releases/v5.0.6/css/all.css");
.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ sitemap */
#sitemap article {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #sitemap article {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#sitemap article a {
  color: #000;
  text-decoration: none !important;
}
#sitemap article a:hover {
  color: #F19FB9;
}
#sitemap article .sec {
  display: flex;
  justify-content: space-between;
  margin: auto !important;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #sitemap article .sec {
    display: block;
  }
}
#sitemap article .sec h2, #sitemap article .sec h3 {
  font-size: 1rem;
  font-weight: bold;
}
#sitemap article .sec h2::before, #sitemap article .sec h3::before {
  content: '■';
  color: #F19FB9;
}
#sitemap article .sec h2 {
  margin-bottom: 2em;
}
#sitemap article .sec div h3 {
  border-top: 1px solid #ccc;
  margin: 0 0 1em;
  padding: 0.5em 0 0;
}
#sitemap article .sec div ul {
  list-style: none;
  margin: 0;
  margin-left: 0em;
  padding: 0 0 2em 1em;
}
#sitemap article .sec div ul li:before {
  content: '・';
  margin-left: -1em;
}
#sitemap article .sec div:first-child {
  flex-basis: 59%;
}
#sitemap article .sec div:first-child ul {
  display: flex;
  flex-wrap: wrap;
}
#sitemap article .sec div:first-child ul li {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 2em;
}
#sitemap article .sec div:first-child ul.etc {
  border-top: 1px solid #ccc;
  margin-bottom: 1mm;
  padding-top: 2em;
}
#sitemap article .sec div:last-child {
  flex-basis: 39%;
}
