/* CSS Document */
.box {
  line-height: 2;
}

#content ul {
  list-style: none;
  font-size: 110%;
}

#content ul li {
  background: url(../images/mark_green.gif) no-repeat left;
  padding: 0 0 0 10px;
  line-height: 2.5;
}

.left {
  float: left;
  width: 330px;
  margin: 10px 0 30px 0;
}

.right {
  float: right;
  width: 330px;
  margin: 10px 0 30px 0;
}

#oyakudachi {
  padding: 20px;
}

#oyakudachi p {
  margin-left: 14px;
  margin-bottom: 20px;
}

.link_header_fix {
  margin: 0;
  padding: 0 0 10px 0;
  background: #fff;
}

.link_header_fix h2 {
  margin: 0;
  padding-bottom: 0;
  background: #fff;
}

.link_header_fix.fix {
  position: fixed;
  top: 0;
}

.link_header_fix .link_box {
  border-bottom: solid 3px #278042;
}

.contents_inner.fix {
  margin-top: 188px;
}

.link_box {
  display: flex;
}
.link_box a {
  display: block;
  width: 25%;
  text-align: center;
  padding: 14px 0;
  margin: 14px 0;
  color: #fff;
  text-decoration: none;
}
.link_box a:first-of-type {
  background-color: #009944;
}
.link_box a:nth-of-type(2) {
  background-color: #00a0e9;
}
.link_box a:nth-of-type(3) {
  background-color: #eb6100;
}
.link_box a:nth-of-type(4) {
  background-color: #b6ac00;
}
.link_box a:nth-of-type(5) {
  background-color: #e4007f;
}

.north div {
  color: #ffffff;
}

.hover_tips {
  display: flex;
}
.hover_tips a {
  display: inline-block;
  color: #fff;
  width: 33%;
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  text-decoration: none;
}
.hover_tips a:hover {
  color: #b6ac00;
}

.hover_tips4 {
  display: flex;
}
.hover_tips4 a {
  display: inline-block;
  color: #fff;
  width: 50%;
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  text-decoration: none;
}
.hover_tips4 a:hover {
  color: #b6ac00;
}/*# sourceMappingURL=link.css.map */