@charset "UTF-8";
/*=======================================================
共通
=======================================================*/

/*=======================================================
MV
=======================================================*/
.bl-mv {
  margin-top: 88px;
  height: 140px;
  background: url(../images/common/mv-bg.jpg) top center/cover no-repeat;
}
.bl-mv-conts {
  line-height: 1.6em;
  padding: 48px 0 32px;
  text-align: center;
}
.bl-mv-ttl {
  letter-spacing: 0.96px;
  font-size: 24px;
  margin-bottom: 8px;
}
.bl-mv-subTtl {
  letter-spacing: 0.72px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .bl-mv {
    margin-top: 136px;
    height: 250px;
    background: url(../images/common/mv-bg-sp.jpg) top center/cover no-repeat;
  }
  .bl-mv-conts {
    padding: 80px 0 64px;
  }
  .bl-mv-ttl {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .bl-mv-subTtl {
    font-size: 28px;
  }
}
/*=======================================================
legal
=======================================================*/
.bl-legal {
  padding: 60px 0 56px;
}
.bl-legal .ly-cont-inner {
  width: 1024px;
  background-color: #E8F9F4;
  padding: 40px 40px 56px;
}
.bl-legal-item {
  display: flex;
  flex-wrap: wrap;
}
.bl-legal-item:not(:first-of-type) {
  padding-top: 16px;
}
.bl-legal-item:not(:last-of-type) {
  border-bottom: 1px solid #0E847D;
  padding-bottom: 16px;
}
.bl-legal-dttl {
  flex: 0 1 224px;
  display: flex;
  align-items: center;
}
.bl-legal-ddata {
  flex: 1;
}
.bl-legal-ddata p:nth-of-type(2) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .bl-legal .ly-cont-inner {
    width: 690px;
  }
  .bl-legal-ddata p:nth-of-type(2) {
    margin-top: 42px;
  }
  .bl-legal-ddata a:nth-of-type(2) {
    margin: 8px 0;
  }
  .bl-legal-item:not(:first-of-type) {
    padding-top: 24px;
  }
  .bl-legal-item:not(:last-of-type) {
    padding-bottom: 24px;
  }
  .bl-legal-dttl {
    flex: 0 1 208px;
  }
}