@charset "UTF-8";
/* CSS Document */

/*下層MV*/
#contact #lower_mv {
    background: url("../../assets/img/contact/mv.webp") no-repeat;/*各ページごとに変更*/
    background-size: cover;
    background-position: center;
}
#contact main {
    background: #E4F5FB;
    padding-bottom:100px;
}

.text {
    text-align: center;
    padding: 100px 40px;
}
.text a {
    color: #30BCEB;
    text-decoration: underline;
    font-weight: 700;
}

/* 480px以下に適用 */
@media screen and (max-width: 480px) {
  .text {
      text-align: left;
      padding: 65px 20px;
   }
}