@charset "UTF-8";
/* CSS Document */
.content-header h1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-header h1:before {
  content: "";
  border-bottom: 3px solid #344D7B;
  margin-top: 5px;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.content-header h1:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 70%;
  z-index: 1;
}
.lead {
  margin-bottom: 20px;
}
.subttl h2 {
  background-color: #344D7B;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.area-link {
  margin-bottom: 20px;
}
.area-link-ttl {
  font-weight: 700;
  margin-bottom: 5px;
}
.area-link .tags-item {
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height:1.2;
  text-align:center;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 40px;
}
.link-list li {
  width: 100%;
  padding-bottom: 13px;
  padding-left: 18px;
  text-indent: -18px;
  font-size:1.6rem;
}
.link-list li span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  color: #999;
}
.link-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f152";
  padding-right: 5px;
  color: #69C;
}
 @media screen and (max-width: 750px) {
.company-name-title h2 {
  font-size: 2rem;
}
.link-list li {
  border-bottom: dashed 1px #666;
  margin-bottom: 10px;
  font-size:1.4rem;
}
.link-list li:last-child { border-bottom:none;}
.link-list li span {
  display: block;
  margin-left: 18px;
}
.area-link .tags-item {
  padding: 5px 8px;
}
}