@charset "UTF-8";
/*
# =================================================================
# メンテナンスページ
# =================================================================*/
#maintenance main {
  margin: 0;
  padding: 200px 5% 100px 5%;
}
#maintenance .txtMaintenance {
  text-align: center;
}
#maintenance .txtMaintenance h2 {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 500;
}
#maintenance .txtMaintenance p {
  font-size: 18px;
  line-height: 1.8;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1920px) {
}

/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}

/* tablet */
@media screen and (max-width: 768px) {
}

/* mobile L */
@media screen and (max-width: 480px) {
  #maintenance .txtMaintenance h2 {
    font-size: 7.6vw;
  }
  #maintenance .txtMaintenance p {
    font-size: 3.8vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
