/*--------------------- .article_mv ---------------------*/
.article_mv.sitemap {
  background: url(../img/mv.jpg) top right no-repeat;
  background-size: cover;
}


/*--------------------- .s_ttl ---------------------*/
.s_ttl {
  color: #c2948a;
  font-size: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.s_ttl .en {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
.s_ttl::after {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 5px;
}


/*--------------------- .link_list_box ---------------------*/
.link_list_box + .link_list_box {
   margin-top: 40px;
}
.link_list {
  display: flex;
}
.link_list a {
  font-size: 18px;
  position: relative;
}
.link_list li + li {
  margin-left: 30px;
}
.link_list li a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 10px;
  vertical-align: baseline;
}
.link_list a:hover {
  color: #4a89b8;
  text-decoration: underline;
}




@media only screen and (max-width: 768px) {
  .link_list {
    display: block;
  }
  .link_list li + li {
    margin: 0;
  }
}