@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
.con_misc {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_misc {
    width: 95%;
  }
}

/* Fonts */
/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  background: transparent url(../misc/images/img_main.jpg) no-repeat top center;
  background-size: auto 100%;
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-bottom: 60px;
  }
}
.con_misc h3 {
  margin-bottom: 30px;
}
.con_misc h3 span {
  font-size: 1.8em !important;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 span {
    margin-top: 30px;
    font-size: 1.5em !important;
  }
}
.con_misc p {
  text-align: center;
}

/* -----------------------------------------------------------
	misc_503
----------------------------------------------------------- */
#misc_503 {
  background: #0F244F;
}
#misc_503 .con_misc {
  width: 60%;
  background: #fff;
  text-align: center;
  margin-top: 15%;
  padding: 60px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #misc_503 .con_misc {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #misc_503 .con_misc {
    width: 95%;
    padding: 40px 0 60px;
  }
}
#misc_503 .con_misc h3 {
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: 1.4em;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #misc_503 .con_misc h3 {
    font-size: 1.2em;
  }
}
#misc_503 .con_misc p {
  width: 95%;
  margin: 0 auto;
}
