@charset "utf-8";
/* ===========================================================

	Title: other.css
	Created: 2017-8-29

=========================================================== */
/*


		link
		sitemap


=========================================================== */
/* ===========================================================

	privacy

=========================================================== */
.privacy ul.list-style--disc {
  padding-left: 0;
  margin-top: 2rem;
}

.privacy ul.list-style--disc li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.privacy ul.list-style--disc li::before {
  content: "•";
  color: #00467e;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-4px);
}

.privacy ol {
  margin: 10px 0;
  padding-left: 4.5rem;
  list-style: none;
  counter-reset: list-counter;
}
.privacy ol > li {
  margin-bottom: 5px;
  counter-increment: list-counter;
  position: relative;
}
.privacy ol > li::before {
  content: "（" counter(list-counter) "）";
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -4.5rem;
}

.privacy ol > li ol.type02 {
  margin: 10px 0;
  padding-left: 2.5rem;
  list-style: none;
  counter-reset: list-counter;
}
.privacy ol > li ol.type02 li {
  margin-bottom: 5px;
  counter-increment: list-counter;
}
.privacy ol > li ol.type02 li::before {
  content: attr(data-indent-head);
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -2.5rem;
}
/* ===========================================================

	link

=========================================================== */
/* link-list
----------------------------------------------------------- */
.link-list {
}
.link-list ul {
}
.link-list ul li {
  background: url(../../img/common/ic/ic_blank_a.png) 0 50% no-repeat;
  background-size: 10px 9px;
  border-bottom: dotted 1px #ddd;
  margin: 0;
  padding: 10px 0 10px 20px;
}
.link-list ul li a {
  display: block;
}
.link-list ul li a:link,
.link-list ul li a:visited {
}
.link-list ul li a:hover {
}
.link-list ul li img {
  margin: 0 0 0 5px;
  vertical-align: text-bottom;
}
/* ===========================================================

	sitemap

=========================================================== */
.sitemap-section {
  margin-bottom: 48px !important;
}
.sitemap-section a {
  text-decoration: none;
}
.sitemap-section > li > a {
  font-size: 24px;
  font-weight: 700;
}
.sitemap-section ul {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.sitemap-section ul li {
  width: 33%;
}
.sitemap-section ul li a {
  position: relative;
  padding-left: 20px;
}
.sitemap-section ul li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00a2d9;
  border-right: 2px solid #00a2d9;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.sitemap-section ul li a:hover::before {
  border-color: #f7920e;
}
.other-section {
  display: flex;
  flex-direction: column;
}
.other-section li {
  width: 33%;
}
.other-section li a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.table-wrapper {
  margin-top: 2rem;
}
