@charset "UTF-8";

.mv:before{background: url("../img/feature/open-resource/mv.webp") no-repeat center center/cover;}
/* @media only screen and (max-width: 480px) {
  .mv:before{background: url("../img/feature/open-resource/mv_sp.jpg") no-repeat center center/cover;}
} */

.title{ margin: 3rem 0 1.5rem;}
.listBox{ display: block;}
.listLink { width: 100%;}
.listLink:not(:last-child){ margin-bottom: 2rem;}
.listLink__title{ margin-bottom: 5px;}
.listLink li:before { content: none;}
.listLink li { width: 100%;line-height: 1.8;}
.listLink li a{ display: inline-block; padding-left: 1rem;}


@media only screen and (max-width: 767px) {
    .listLink:not(:first-of-type) { margin-top: 1rem;}
}