@charset "utf-8";
/*******************************************************
MeySen Academy Copyright(c) All Rights Reserved.
*******************************************************/
/* Main Visual */
#pg-error { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/error/mainVisual.jpg);}

.bl-subPage-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly-error-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    color:#fff;
    text-align: center;
}

h1 {
  position: relative;
  display: inline-block;
  padding: 0 14%;
  font-size: 1.2rem;
  text-align: center;
}
  h1:before, h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #fff;
  }
  h1:before { left:0; }
  h1:after { right: 0; }

h2 {
  font-size: 3rem;
  text-align: center;
  font-family: "FuturaLTPro-Heavy";
  letter-spacing: 2px;
  line-height: 1.2;
}

.ly-error-inner p {
  margin-top:64px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width : 640px) {
	#pg-error {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/error/sp-mainVisual.jpg);
	}
}
@media screen and (max-width :480px) {
  h1 { padding: 0 30%; }
  .ly-error-inner p {
      margin-top: 32px;
      font-size: 1.2rem;
      line-height: 1.4;
  }
}
