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

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

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


		link
		sitemap


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

	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-list {
  display: flex;
  flex-wrap: wrap;
}
.sitemap-list-cell {
  width: 33%;
  margin-bottom: 48px;
}
.sitemap-list-cell dt {
  padding-bottom: 16px;
}
.sitemap-list-cell dt a {
  font-size: 24px;
}
.sitemap-list-cell dd a {
  text-decoration: none;
}
.sitemap-list-cell dd a:hover {
  text-decoration: underline;
}
.section h2 {
  text-indent: -1.6em;
  padding-left: 2em;
}
