@charset "utf-8";
/* header
──────────────────────────────────────────────────────────── */
header {
  align-items: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-bottom: 3px #0062b1 solid;
  padding: 1em;
}
header a {
  transition: all ease 0.3s;
}
header a:hover {
  opacity: 0.6;
}
header > h1 img {
  height: 3em;
  width: auto;
}

header > h1{
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width:961px) {
}
/*footer
──────────────────────────────────────────────────────────── */
footer {
  background: #0062b1;
  color: #FFF;
  font-size: 0.75em;
  padding: 2em 1em;
  text-align: center;
}
@media screen and (min-width:961px) {
  footer {
    font-size: 100%;
  }
}
/* ページアンカー */
#anchor {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1;
}
@media screen and (min-width:1281px) {
  #anchor {
    bottom: 1em;
    right: auto;
    left: 50%;
    margin: 0 0 0 calc((960px / 2) + 2em);
  }
}
#anchor a {
  background: url("../img/arrow/anchor.svg") no-repeat center #FFF;
  border-radius: 0.25em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3em;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  width: 3em;
}
/*コンテンツタイトル*/
/* screen width 768px未満
---------------------------------------------------------------------*/
#mainimg {
  width: 100%;
  height: 88px;
  background: url("../img/title_bg.jpg") no-repeat center;
  background-size: 1000px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#mainimg h2 {
  color: #466eb4;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
#mainimg h2 span {
  display: block;
  text-align: right;
  font-size: 30%;
  color: #333;
  margin-top: 0.5rem;
}
/* 320px以下用
---------------------------------------------------------------------*/
@media print, screen and (max-width: 320px) {}
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #mainimg {
    width: 100%;
    height: 176px;
    background: url("../img/title_bg.jpg") no-repeat center;
    background-size: auto;
    padding: 0;
  }
  #mainimg h2 {
    font-size: 36px;
  }
}
/* PC用1040px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1040px) {
  #mainimg {}
  #mainimg h2 {
    font-size: 48px;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* #contact 

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
#contact {
  margin-top: 3em;
}
#contact > div {
  background: #eee;
  padding: 1em 0;
  box-sizing: border-box;
}
#contact h3 {
  font-weight: 700;
  font-size: 14px;
  color: #1e5597;
}
#contact p, #contact p > span, #contact p > span a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
#contact p {
  margin-top: .2em;
}
#contact p > span a {
  text-decoration: none;
}
#contact div > span {
  display: block;
  text-align: center;
  margin-top: .3em;
}
/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}
/* 320px以下用
---------------------------------------------------------------------*/
@media print, screen and (max-width: 320px) {}
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}
/* PC用1040px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1040px) {
  #contact {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
  }
  #contact > div {
    padding: 38px 0 27px;
  }
  #contact h3 {
    font-size: 16px;
  }
  #contact p, #contact p > span, #contact p > span a {
    font-size: 24px;
    line-height: 1.5;
  }
  #contact p {
    margin-top: .3em;
  }
}


/*nav*/

.pagenav li{
	margin-bottom: 15px;
}

.pagenav a{
	background: #dff5ff;
	border-radius: 10px;
	padding:10px;
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	box-shadow : 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.pagenav a > div{
	width: 80px;
	margin-right: 5px;
}

.pagenav a > p{
	display: block;
	width: 100%;
	position: relative;
	padding-right: 30px;
}

.pagenav a > p::after{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/arrow/arrow_blue.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 7px;
	top:calc(50% - 7px);
}
/* 320px以下用
---------------------------------------------------------------------*/
@media print, screen and (max-width: 320px) {}
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
}
/* PC用1040px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1040px) {
  .pagenav a{
	box-shadow : 0px 0px 0px rgba(0, 0, 0, 0.2);
		transition: 0.7s;
}
	
	.pagenav a:hover{
	box-shadow : 0px 10px 0px rgba(0, 0, 0, 0.2);
		margin-top: -10px;
}
}