@charset "UTF-8";


/* fv
-----------------------------------------------*/
#contents .fv {
  position: relative;
}
#contents .fv::before {
  content: "";
  display: block;
  background: url("/corporate/img/message/img-fv.jpg") no-repeat top right / 100% auto;
  padding-top: 32.333%;
}
#contents .fv h2 {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/corporate/img/message/txt-fv.svg") no-repeat top right / 100% auto;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 750px) {
  #contents .fv::before {
    background-image: url("/corporate/img/message/img-fv_sp.jpg");
  }
  #contents .fv h2 {
    position: relative;
    background-image: url("/corporate/img/message/txt-fv_sp.svg");
    width: 263px;
    height: 90px;
    margin: 38px auto 0;
  }
}


/* contents
-----------------------------------------------*/
#contents p {
  font-size: 14px;
  line-height: 2;
  margin-top: 36px;
}
#contents .right {
  text-align: right;
  font-size: 14px;
  line-height: 1;
  margin-top: 44px;
}
#contents .right span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #contents p {
    font-size: 13px;
    margin-top: 32px;
  }
  #contents .right {
    font-size: 13px;
    margin-top: 30px;
  }
  #contents .right span {
    font-size: 16px;
    margin-top: 8px;
  }
}