@charset "utf-8";


/*全サイト共通CSS */
body {
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

img {
	vertical-align: top;
}


/* 注釈 */
.contents-annotation {
  font-size: 12px;
  margin: 60px 6px 40px 0;
  padding: 24px 0 0 0;
  border-top: solid 1px rgb(209, 209, 209);
}

.contents-annotation-list {
  font-size: 0.8rem;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 16px 32px;
}

.contents-annotation-list li {
  line-height: 20px;
  margin-bottom: 6px;
  list-style: none;
}


/* footer */
.ft-container {
  background: #e9e9e9;
  padding: 6% 2% 1%;
}

.ft-copy {
  color: #888888;
  font-size: 0.7rem;
  margin: 24px 10px 0;
}

.block-footernav {
  font-size: 12px;
}

.block-footernav ul {
  list-style: none;
}

.block-footernav a {
  text-decoration: none;
  color: #666666;
}

.block-footernav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px;
}

.block-footernav-list a {
  margin-right: 24px;
}

.block-footernav-list li:before {
  display: inline-block;
  content: ">";
  margin: 0 6px 0 0;
}

.block-footernav-list-s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 10px;
}

.block-footernav-list-s li + li:before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
  color: #c2c2c2;
}

.block-footernav a[target="_blank"]::after {
  background: #a8a8a8;
  right: 3px;
}

.block-footernav a[target="_blank"]::before {
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  top: calc(50% - 6px);
}
