@charset "UTF-8";
/***********************共通設定************************/
#footer {
  margin-top: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 0;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  position: relative;
  margin-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
  /* 751- */
}
main::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 426px;
  height: 347px;
  bottom: 0;
  right: 50%;
  background: url(../images/message/bg_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 -380px -1px 0;
}
main .topImage {
  margin-top: 40px;
}
main .minTitle {
  margin-top: 25px;
  background-position: left center;
}
main h3 {
  margin-top: 1.1em;
  text-align: left;
  font-size: 19px;
  line-height: 1.7368;
  font-weight: 500;
}
main h3.mgn {
  margin-top: 1.8em;
}
main .text {
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 2.14;
}
main .text p {
  margin-top: 2em;
}
main .text p:first-child {
  margin-top: 0;
}
@media all and (min-width: 751px) {
  main {
    margin-top: 65px;
    padding-bottom: 120px;
  }
  main::before {
    width: 853px;
    height: 695px;
    margin: 0 -640px -1px 0;
    /* 1277- */
  }
}
@media all and (min-width: 751px) and (min-width: 1277px) {
  main::before {
    margin-right: -860px;
  }
}
@media all and (min-width: 751px) {
  main .topImage {
    margin-top: 65px;
  }
  main .minTitle {
    margin-top: 60px;
  }
  main .minTitle span {
    font-size: 16px;
  }
  main h3 {
    margin-top: 1.9em;
    font-size: 26px;
    line-height: 1.4;
  }
  main h3.mgn {
    margin-top: 2.2em;
  }
  main .text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 2.1875;
  }
  main .text p {
    margin-top: 2.2em;
  }
}

/*----------------------------------------------------
messageTitle
----------------------------------------------------*/
.messageTitle {
  text-align: left;
  /* 751- */
}
.messageTitle span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.1em;
  background: url(../images/top/message_title_bg.png) no-repeat center bottom;
  background-size: 100% 10px;
}
@media all and (min-width: 751px) {
  .messageTitle span {
    font-size: 50px;
    background-size: 100% 14px;
  }
}