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

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

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


		link
		sitemap


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

	privacy

=========================================================== */
.green-back {
  border-radius: 16px;
  padding: 32px;
  background-color: #f0f9f1;
}
.privacy .list-style--disc li {
  list-style: none;
}
.privacy .list-style--disc li::before {
  width: 6px;
  height: 6px;
  top: 12px;
  left: -19px;
}
.privacy-box {
  padding: 32px;
  border: 1px solid #ddd;
  border-radius: 16px;
}
.number-list1 {
  list-style: none;
  counter-reset: number;
}
.number-list1 li {
  position: relative;
  padding-left: 40px;
}
.number-list1 li:before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
.number-list2 {
  list-style: none;
  counter-reset: number;
}
.number-list2 li {
  position: relative;
  padding-left: 1.5em;
}
.number-list2 li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
/* ===========================================================

	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 #008756;
  border-right: 2px solid #008756;
  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;
}
