/*
Theme Name:  Seikodenki
*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  font-size: 17px;
}
@media screen and (max-width: 750px){
  .wp-pagenavi {
    font-size: 14px;
    padding-bottom: 40px;
  }
}
.current {
  margin: 0 16px;
  border-bottom: 1px solid var(--color);
  @media screen and (max-width: 750px){
    margin: 0 12px;
  }
}
.page {
  margin: 0 16px;
  text-decoration: none;
  color: inherit;
  @media screen and (max-width: 750px){
    margin: 0 12px;
  }
}
.nextpostslink {
  margin-left: 40px;
  text-decoration: none;
  color: inherit;
  @media screen and (max-width: 750px){
    margin-left: 30px;
  }
}
.previouspostslink {
  margin-right: 40px;
  text-decoration: none;
  color: inherit;
  @media screen and (max-width: 750px){
    margin-right: 30px;
  }
}
.page:hover,
.nextpostslink:hover,
.previouspostslink:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}


.mw_wp_form_confirm .confirmHidden {
	display: none !important;
}
.mw_wp_form_input .inputHidden {
	display: none !important;
}

#contact .mw_wp_form .error {
  color: #FF0004;
}

.error404 h2 {
	font-size: 30px;
	color: #FF0004;
	text-align: center;
	padding: 160px 0 60px;
}
.error404 p {
	font-size: 20px;
	text-align: center;
	padding-bottom: 100px;
}

.login h1 a {
  background-size: 84px;
  width: 84px;
  height: 84px;
}