/*
Theme Name: nessen
Description: Gunma Univ Research guide
Author: sasa
Version: 1.0.0
*/


.has-d-blue-color {
  color: #001965;
  font-size: 1.5rem;
}

.has-l-skyblue-background-color {
  background-color: #e5ffff;
}

.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.wp-block-cover.alignfull {
  max-width: 1000px;
  margin: 0 auto;
}

/*header style*/

.site-header {
  margin-left: 2em;
  margin-top: 1em;
}

.head-name {
  margin-left: 3em;
}

.site-logo {
	display: flex;
	gap: 20px;
}

/*onestop*/

.one-stop {
  padding: 1em;
  margin-top: 4em;
  margin:auto;
  background-color: #ff7f50;
  text-align: center;
}

.footer-logo {
  padding: 2em;
  text-align: right;
}

.space {
  margin:2em;
}

/*serchform*/

.pagination {
	text-align: center;
	font-size: 1.2em;
}

#searchform {
  line-height: 1;
  position: relative;
  margin: 4em 2em;
  max-width: 1000px;
}

#searchfield {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2em;
  padding: .75em;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #efefef;
}

#searchsubmit {
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #000;
  border: none;
  background: transparent;
}

#searchsubmit:hover {
  opacity: .6;
}

/* タイトル中央左　*/
.entry-header.entry-title {
	display: inline-block;
	text-align: center;
}

.entry-header {
	display: flex;
	justify-content: center;
	align-items: center;
  max-width: 800px;
  background-color: #000080;
  color: white;
	margin-left: auto;
	margin-right: auto;
}

/*h1 {
	font-size: 80% !important;
}*/

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-img {
  vertical-align: middle;
}

.title-list {
  margin: 2em 2em;
  font-size: 1.2em;
}

.excerpt {
  font-size: .8em;
}
