/*-----------------------------------------------
	#introduce
-----------------------------------------------*/

#introduce {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1140px) {
#introduce {
	margin: 0;
	padding: 0;
	}
}

#introduce h1 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 268%;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
	#introduce h1 {
	font-size: 168%;
	line-height:1.6em;
	}
}

#introduce h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight:500;
	font-size: 218%;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
	#introduce h2 {
	font-size: 128%;
	line-height:1.6em;
	}
}

#introduce h3 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 500;
	font-size: 128%;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
	#introduce h3 {
	font-size: 100%;
	line-height:1.6em;
	}
}

#introduce h4 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size: 128%;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
	#introduce h4 {
	font-size: 114%;
	line-height:1.6em;
	}
}

#introduce h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 114%;
	font-weight: 400;
	line-height:1.6em;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	letter-spacing: 3px;
}

@media screen and (max-width: 680px) {
	#introduce h5 {
	font-size: 100%;
	line-height:1.6em;
	letter-spacing: 1px;
	}
}

#introduce p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 100%;
	line-height:1.8em;
	background-image:url(image);
	max-height: 100%;
	text-align: left;
}

@media screen and (max-width: 680px) {
	#introduce p {
	font-size: 88%;
	line-height:1.6em;
	text-align: left;
	}
}

.side-menu {
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 100%;
  display: table;
z-index:1;
}
@media screen and (max-width: 680px) {
	.side-menu {
  	right: 10px;
}
}

.side-menu nav {
  display: table-cell;
  vertical-align: middle;
}

.side-menu li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
}

.side-menu a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  text-align: right;
}

.side-menu a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.side-menu span {
  display: block;
  position: absolute;
  right: 32px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
      -ms-transform: translate3d(30px, 0, 0);
       -o-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}

.side-menu .active a:after {
  background: #204B93;
}

.side-menu .active span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lavalamp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.lavalamp-menu nav,
.lavalamp-menu li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.lavalamp-menu li {
  margin: 0 15px;
}

.lavalamp-menu nav {
  position: relative;
}

.lavalamp-menu .lavalamp {
  position: absolute;
  bottom: 0;
  height: 5px;
  background: #204B93;
  -webkit-transition: 1s;
          transition: 1s;
}

.lavalamp-menu a {
  display: block;
  line-height: 60px;
  color: #CCCCCC;
  text-decoration: none;
  padding: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.lavalamp-menu a:hover {
  opacity: 0.6;
}

/*-----------------------------------------------
	#main
-----------------------------------------------*/

#main {
	margin: 0 auto;
	padding: 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/bg_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
@media screen and (max-width: 991px) {
	#main {
		padding:0;
		background-attachment:scroll;
	}
}

#main .mainarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
    display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
	}
@media screen and (max-width: 1140px) {
#main .mainarea {
	margin: 0 auto;
	width: 100%;
	}
}
@media screen and (max-width: 991px) {
#main .mainarea {
	flex-flow: column wrap;
	}
}

#main .ttl {
	flex: 2;
	padding: 10% 5% 10% 0;
}
@media screen and (max-width: 991px) {
#main .ttl {
	padding: 10% 0;
	}
}

#main .catch {
	flex: 3;
}
@media screen and (max-width: 991px) {
#main .catch {
	padding: 0 10% 10% 10%;
	}
}

/*-----------------------------------------------
	#about
-----------------------------------------------*/

#about {
	margin: 0 auto;
	padding: 5% 0;
	background-color: #FFFFFF;
	}
@media screen and (max-width: 1140px) {
	#about {
		padding: 8% 0 10% 0;
		background-size: auto;
	}
}

#about .aboutarea {
	margin: 0 auto;
	padding: 0 ;
	max-width: 1140px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	}
@media screen and (max-width: 1140px) {
#about .aboutarea {
	margin: 0 auto;
	width: 90%;
	}
}
@media screen and (max-width: 680px) {
#about .aboutarea {
	margin: 0 auto;
	width: 90%;
	flex-flow: column wrap;
	}
}

#about .aboutarea article.logo {
	flex: 1;
	padding: 5%;
}
#about .aboutarea article.txt {
	flex: 2;
}

@media screen and (max-width: 680px) {
#about .aboutarea article {
	margin-bottom: 5%;
	padding: 0;
}
#about .aboutarea article:last-child {
	margin-bottom: 0;
}
#about .aboutarea article.logo img {
	width: 50%;
}
}

#about .aboutul {
	margin: 30px 0 0 30px;
	padding: 0;
}

#about .aboutul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 100%;
	line-height:1.8em;
	background-image:url(image);
	max-height: 100%;
	text-align: left;
	list-style: none;
}

@media screen and (max-width: 680px) {
	#about .aboutul li {
		font-size: 88%;
		line-height:1.6em;
	}
}

/*-----------------------------------------------
	#place
-----------------------------------------------*/

#place {
	margin: 0 auto;
	padding: 20% 0;
	background-image: url("../img/bg_place.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}
@media screen and (max-width: 1140px) {
	#place {
		padding: 20% 3%;
		background-attachment:scroll;
	}
}

#place h2 {
	color: #FFFFFF;
}

/*-----------------------------------------------
	#realtime
-----------------------------------------------*/

#realtime {
	margin: 0 auto;
	padding: 20% 0;
	background-image: url("../img/bg_realtime.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}
@media screen and (max-width: 1140px) {
	#realtime {
		padding: 20% 3%;
		background-attachment:scroll;
	}
}

#realtime h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

/*-----------------------------------------------
	#datacont
-----------------------------------------------*/

#datacont {
	margin: 0 auto;
	padding: 20% 0;
	background-image: url("../img/bg_datacont.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}
@media screen and (max-width: 1140px) {
	#datacont {
		padding: 20% 3%;
		background-attachment:scroll;
	}
}

#datacont h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

/*-----------------------------------------------
	#solution
-----------------------------------------------*/

#solution {
	margin: 0 auto;
	padding: 5% 0;
	border-bottom: 1px solid #CCCCCC;
	}
@media screen and (max-width: 1140px) {
	#solution {
		padding: 10% 0;
	}
}

#solution h2 {
	margin-bottom: 3%;
	letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
#solution h2 {
	letter-spacing: 0;
	margin-bottom: 5%;
	}
}

#solution h3 {
	background-color: #204B93;
	color: #FFFFFF;
	padding: 10px 0;
}

#solution .solutionarea {
	margin: 0 auto ;
	padding: 0;
	max-width: 1140px;
	}
@media screen and (max-width: 1140px) {
#solution .solutionarea {
	width: 90%;
	}
}
@media screen and (max-width: 680px) {
#solution .solutionarea {
	width: 90%;
	}
}

#solution .station {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5%;
}

@media screen and (max-width: 680px) {
#solution .station {
	flex-flow: column wrap;
	margin-bottom: 10%;
	}
}

#solution .station article {
	padding: 0 15px;
	flex: 1;
}

@media screen and (max-width: 680px) {
#solution .station article {
	margin-bottom: 5%;
	padding: 0;
}
#solution .station article:last-child {
	margin-bottom: 0;
}
}

#solution .solutionul {
	margin: 30px 0 0 30px;
	padding: 0;
}

#solution .solutionul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 100%;
	line-height:1.8em;
	background-image:url(image);
	max-height: 100%;
	text-align: left;
	list-style: disc;
	color: #204B93;
}
#solution .solutionul li span {
	color: #000000;
}

@media screen and (max-width: 680px) {
	#solution .solutionul {
		margin: 15px 0 0 20px;
		padding: 0;
	}
	#solution .solutionul li {
		font-size: 88%;
		line-height:1.6em;
	}
}

#solution .screen {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 680px) {
#solution .screen {
	flex-flow: column wrap;
	}
}

#solution .screen article.screens {
	padding: 0 30px 0 0;
	flex:2;
}
#solution .screen article.plus {
	padding: 0;
	flex: 1;
}

@media screen and (max-width: 680px) {
	#solution .screen article {
		margin-bottom: 5%;
		padding: 0;
	}
	#solution .screen article:last-child {
		margin-bottom: 0;
	}
	#solution .screen article.screens {
	padding: 0;
	}
	#solution .screen article.plus img {
		width: 60%;
	}
}

/*-----------------------------------------------
	#schedule
-----------------------------------------------*/

#schedule {
	margin: 0 auto;
	padding: 5% 0;
	border-bottom: 1px solid #CCCCCC;
	}
@media screen and (max-width: 1140px) {
	#schedule {
		padding: 10% 0;
	}
}

#schedule h2 {
	margin-bottom: 3%;
	letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
#schedule h2 {
	letter-spacing: 0;
	margin-bottom: 5%;
	}
}

#schedule .schedulearea {
	margin: 0 auto ;
	padding: 0;
	max-width: 1140px;
	}
@media screen and (max-width: 1140px) {
#schedule .schedulearea {
	width: 90%;
	}
}
@media screen and (max-width: 680px) {
#schedule .schedulearea {
	width: 90%;
	}
}

/*-----------------------------------------------
	#contact
-----------------------------------------------*/

#contact {
	margin: 0 auto;
	padding: 5% 0;
	background-color: #FFFFFF;
	}
@media screen and (max-width: 1140px) {
	#contact {
		padding: 10% 0;
	}
}

#contact h2 {
	margin-bottom: 3%;
	letter-spacing: 2px;
	color: #333333;
}
@media screen and (max-width: 680px) {
#contact h2 {
	letter-spacing: 0;
	margin-bottom: 5%;
	}
}

#contact p a:link{
	text-decoration: underline;
	color: #FF6E00;
}

#contact p a:visited {
	text-decoration: underline;
	color: #FF6E00;
}

#contact p a:hover{
	text-decoration:none;
	color: #204B93;
	transition: color 0.3s ease 0s;
}

#contact p a:active {
	text-decoration: underline;
	color: #FF6E00;
}

#contact .contactarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	}
@media screen and (max-width: 1140px) {
#contact .contactarea {
	width: 90%;
	}
}
@media screen and (max-width: 680px) {
#contact .contactarea {
	width: 90%;
	}
}

#contact .txt {
	margin: 0 auto;
	padding: 0 100px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
#contact .txt {
	padding: 0 160px;
	}
}
@media screen and (max-width: 991px) {
#contact .txt {
	padding: 0 30px;
	margin-bottom: 30px;
	}
}

#contact .mail {
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1440px) {
#contact .mail {
	padding: 0;
	}
}
@media screen and (max-width: 991px) {
#contact .mail {
	padding: 0 ;
	}
}

#contact .mailarea {
	margin: 0 auto;
	padding: 60px;
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
#contact .mailarea {
	padding: 60px;
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	}
}
@media screen and (max-width: 680px) {
#contact .mailarea {
	padding: 0;
	border: none;
	box-shadow: none;
	}
}

#contact .privacy {
	padding: 5%;
	margin-bottom: 2%;
	height: 300px;
	background-color: #EFEFEF;
	overflow: scroll;
}

#contact .privacy h5 {
	font-size: 88%;
}

#contact .privacy p {
	font-size: 88%;
}

#contact .privacyul {
	margin: 15px 0px 15px 25px;
	padding:0;
	list-style-position: outside;
}

#contact .privacyul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	list-style: square;
	margin-bottom: 1%;
	color: #204B93;
	letter-spacing: 1px;
}

#contact .privacyul li:last-child {
	margin-bottom: 0;
}

#contact .privacyul li span {
	color: #000000;
}

@media screen and (max-width: 680px) {
	#contact .privacyul {
	margin: 0px 0px 5% 25px;
}
	#contact .privacyul li {
	font-size: 88%;
	line-height:1.6em;
	text-align: left;
	margin-bottom: 3%;
	}
}

#contact dl {
	/*width: 100%;*/
	margin: 0 auto;
	padding:0 ;
	background-color:none;
}

#contact dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	word-break: keep-all;
	margin-bottom: 1%;
	color: #000000;
	background-color:none;
}

#contact dl dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	margin-bottom: 3%;
	background-color:none;
}

#contact dl dt a:link {
	color: #568800;
}

#contact dl dt a:visited {
	text-decoration:none;
	color: #568800;
}

#contact dl dt a:hover{
	text-decoration: underline;
	color: #568800;
}

#contact dl dt a:active {
	text-decoration:none;
	color: #568800;
}

@media screen and (max-width: 680px) {
	#contact dl dt {
		font-size: 88%;
	}
	#contact dl dd {
		font-size: 88%;
	}
}

#contact .mform_in {
	margin:0;
	padding:0 ;
	
}

#contact .mform_in .button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	padding: 15px 0px 15px 0px;
	margin: 0 5%;
	width: 40%;
	background-image: url(image);
	max-height: 100%;
	cursor: pointer;
	border: none;
	background-color: #204B93;
	color: #FFFFFF;
}

#contact .mform_in .button:hover {
	background-color: #0A7288;
	color:#FFFFFF;
}

@media screen and (max-width: 640px) {
#contact .mform_in .button {
	width:90%;
	margin-bottom: 5%;
	padding: 10px 0px 10px 0px;
	font-size: 88%;
}
}

#contact .mform_in .cbutton {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	padding: 15px 0px 15px 0px;
	margin: 0 5%;
	width: 40%;
	background-image: url(image);
	max-height: 100%;
	cursor: pointer;
	border: none;
	background-color: #666666;
	color: #FFFFFF;
}

#contact .mform_in .cbutton:hover {
	background-color: #CCCCCC;
	color:#FFFFFF;
}

@media screen and (max-width: 640px) {
#contact .mform_in .cbutton {
	width:90%;
	margin-bottom: 0;
	padding: 10px 0px 10px 0px;
	font-size: 88%;
}
}

@media screen and (max-width: 680px) {
#contact input,#contact textarea {
	width: 100%;
	margin: 0;
}
}

#contact input[type="checkbox"] {
	border: 1px solid #aaa;
	width: 20px;
	height: 20px;
	padding: 1% 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact select ,
#contact textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 1% 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
#contact input[type="text"]:focus,#contact input[type="email"]:focus,#contact input[type="tel"]:focus,
#contact textarea:focus {
	box-shadow: 0 0 1px #1B0023;
	border: 1px solid #1B0023;
}

#contact input[type="text"] {
	width: 40%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="text"]:focus
{
	width: 70%;
}

#contact input[type="email"] {
	width: 60%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="email"]:focus
{
	width: 100%;
}

#contact input[type="tel"] {
	width: 30%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="tel"]:focus
{
	width: 100%;
}
#contact input[type="textarea"] {
	width: 100%;
	-webkit-transition: width .3s;
	transition: width .3s;
}

#contact .screen-reader-response ul {
	margin: 0px 0px 0 25px;
	padding:0;
	list-style-position: outside;
	display: none;
}

#contact .screen-reader-response ul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.8em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	list-style: disc;
	margin-bottom: 1%;
	color: #000000;
	letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
	#contact .screen-reader-response ul {
	margin: 10px 0px 0 25px;
}
	#contact .screen-reader-response ul li {
	font-size: 88%;
	line-height:1.6em;
	text-align: left;
	margin-bottom: 1%;
	}
}

#contact .wpcf7-not-valid-tip {
	display: block;
	color: #FF3F00;
}

#contact .screen-reader-response {
	color: #FF3F00;
}

#contact .wpcf7-response-output {
	margin-top: 5%;
	color: #FF3F00;
}

#error {
	margin: 0 auto;
	padding: 0;
	}
@media screen and (max-width: 991px) {
#error {
	margin: 0 auto;
	}
}

#error h2 {
	font-weight: 300;
	font-size: 168%;
	padding-bottom: 5px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #0F467E;
	border-bottom: 1px solid #0F467E;

}
@media screen and (max-width: 680px) {
#error h2 {
	font-size: 88%;
	}
}

#error .dit {
	margin: 0 auto;
	padding: 0;
	display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
	height: 90vh;
	}

/*-----------------------------------------------
	.fade
-----------------------------------------------*/

.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}

.fade_on {
    opacity: 1;
}
