@charset "utf-8";
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.mv{
  background: url(../img/common/other_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .mv{
    background:url(../img/common/other_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------- */
/*リンク*/
/* ------------------------------------- */
.link-list .sec-inner{
  max-width:920px;
}
.link-list .box{
  margin-bottom:60px;
}
.link-list .box .heading-normal{
  margin-bottom:15px;
}
.link-list .box a{
  color: #0076d1;
  text-decoration: underline;
}