@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;
  }
}
/* ------------------------------------- */
/*サイトの利用にあたって*/
/* ------------------------------------- */
.info-wrap .sec-inner{
  max-width:920px;
}
.info-wrap .box:not(:last-of-type){
  margin-bottom:80px;
}
.info-wrap .box p{
  line-height: 1.7;
  margin-bottom:40px;
}