@charset "UTF-8";

/* commmon
---------------------------------------------------*/
#wrapper {
	background-color: #000038;
	background-image: url('../images/bg_kv.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	background-image: url('../images/bg_kv_sp.png');
}


/* key-visual
---------------------------------------------------*/
#key-visual {
	padding-top: 218px;
	margin-bottom: 130px;
}
#key-visual .inner {
	margin-bottom: 170px;
}
#key-visual .inner .logo {
	text-align: center;
	margin-bottom: 50px;
}
#key-visual .inner .logo a {
  display: block;
}
#key-visual .inner p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.15em;
}
#gigyaShare {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#gigyaShare > *:first-of-type {
	margin-right: 0.5em;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#key-visual {
		padding-top: 38.28125vw;
		margin-bottom: 12.5vw;
	}
	#key-visual .inner {
		margin-bottom: 25vw;
	}
	#key-visual .inner .logo {
		margin-bottom: 12.5vw;
	}
	#key-visual .inner .logo img {
		width: 89.0625vw;
	}
	#key-visual .inner p {
		line-height: 1.6em;
		font-size: 5vw;
	}
}f

/* archive
---------------------------------------------------*/
#archive {
	margin: 80px 0 145px;
}
#archive .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#archive .ttl img {
  margin: 0 auto;
}

/* listTitle */
#listTitle {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.1em;
}
/* archiveList */
#archiveList {
	max-width: 1080px;
	max-width: 800px;
	margin: 0 auto;
}

#archiveList figure.archiveBox {
  color: #333333;
  font-family: "Noto Sans JP", serif;
  background: #fff;
  margin-bottom: 55px;
}

#archiveList figure.archiveBox .archiveHead {
  background: #dddcdf;
  font-size: 18px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#archiveList figure.archiveBox .archiveHead h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  position: relative;
}
#archiveList figure.archiveBox .archiveHead h3 a {
  display: block;
}
#archiveList figure.archiveBox .archiveHead h3 img {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
  vertical-align: baseline;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 41px;
  height: 41px;
}
#archiveList figure.archiveBox a:hover {
  color: #333;
}
#archiveList figure.archiveBox a:hover img.icon {
  opacity: 0.7;
}
#archiveList figure.archiveBox .archiveItems {
  padding: 45px 45px 5px;
  display: flex;
  flex-wrap: wrap;
}
#archiveList figure.archiveBox .archiveItems .archiveItem {
  width: 50%;
  display: flex;
  margin-bottom: 40px;
}
#archiveList figure.archiveBox .archiveItems .archiveItem .pic {
  width: 44%;
  max-width: 146px;
  height: auto;
}
#archiveList figure.archiveBox .archiveItems .archiveItem dl {
  width: 56%;
  margin-left: 20px;
}
#archiveList figure.archiveBox .archiveItems .archiveItem dl dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2em;
}
#archiveList figure.archiveBox .archiveItems .archiveItem dl dd {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4em;
  word-break: break-word;
}
#archiveList #pagers {
  
}
#archiveList #pagers {
  text-align: center;
  margin: 0 0 60px;
}
#archiveList #pagers ul li{
  display: inline-block;
  color: #000038;
  margin: 0 1px;
}
#archiveList #pagers ul li a {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  display: block;
  font-weight: bold;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#archiveList #pagers ul li a:hover,
#archiveList #pagers ul li.current span {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  display: block;
  font-weight: bold;
  background: #000038;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50%;
  border: #fff 2px solid;
  color: #fff;
  box-sizing: content-box;
}
/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#archive {
		margin-bottom: 12.5vw;
	}
	#archive .ttl {
		margin-bottom: 6.25vw;
	}
	#archive .ttl img {
		width: 100%;
	}

	/* listTitle */
	#listTitle {
		line-height: 1.4em;
		font-size: 5.9375vw;
		margin-bottom: 1em;
	}
	/* archiveList */
	#archiveList {
		max-width: 89.0625vw;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#archiveList figure {
		width: 100%;
		margin: 0 0 12.5vw;
	}
	#archiveList figure.archiveBox .archiveHead h3 {
  	text-align: left;
  	text-indent: 5.46875vw;
  	font-size: 4.375vw;
	}
	#archiveList figure.archiveBox .archiveHead h3 img {
  	right: 5.46875vw;
  	height: 30px;
  	width: 30px;
  	top: 15px;
  	background-size: contain;
	}
	#archiveList figure.archiveBox .archiveItems {
  	padding: 5.46875vw;
	}
  #archiveList figure.archiveBox .archiveItems .archiveItem {
    width: 100%;
  }
  #archiveList #pagers ul li a {
    font-family: "Noto Sans JP", serif;
    display: block;
    font-weight: bold;
    font-size: 3.25vw;
    background: #fff;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 1.25vw;
  }
  #archiveList #pagers ul li a:hover,
  #archiveList #pagers ul li.current span {
    font-size: 3.25vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 50%;
    border: #fff 1px solid;
    color: #fff;
    box-sizing: border-box;
  }
}


/* links
---------------------------------------------------*/
#links {
	margin-bottom: 145px;
}
#links ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#links ul li {
	width: 48%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}
#links ul li a {
	display: block;
}
#links ul li a img {
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#links ul li a:hover img {
	opacity: 0.7;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {

	#links {
		margin-bottom: 26.5625vw;
	}
	#links ul {
		display: block;
		max-width: 89.0625vw;
	}
	#links ul li {
		margin: 0;
		margin-bottom: 6.25vw;
	}
	#links ul li:last-of-type {
		margin-bottom: 0;
	}
	#links ul li a {
		width: 89.0625vw;
		height: 20.46875vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
