@charset "utf-8";

/* 共通
--------------------------------------------------*/
.pc {
	display: none !important;
}

img {
	width: 100%;
	height: auto !important;
	vertical-align: bottom;
}

body {
	color: #313131;
}

html {
	font-size: 11.7px;
}

/* ヘッダー
--------------------------------------------------*/

#header {
	background-color: #f5f7f9;
}

#header-in {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#header-in-in {
	width: 100%;
	height: 15vw;
	background-color: #fff;
	box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 101;
}

header h1,
header .logo {
	width: 66vw;
	position: absolute;
	top: 4vw;
	left: 1.5rem;
}

header #hamburger {
	width: 15vw;
	height: 15vw;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
	border-left: 1px #d1ddeb solid;
}

header #hamburger .hamburger-lines {
	height: 50%;
	width: 50%;
	margin: 10% auto 5% auto;
	/* background:#f00 url(../images/sp/menu.svg) center 3.3vw no-repeat;
	background-size: 28px auto; */
	position: relative;
}

header #hamburger .hamburger-lines>div {
	background-color: #004ea2;
	width: 100%;
	height: 0.5vw;
	transition: transform .3s ease, opacity .3s ease;
	position: absolute;
	left: 0;
	top: 50%;
}

header #hamburger .hamburger-lines>div:first-child {
	transform: translateY(-300%);
}

header #hamburger .hamburger-lines>div:nth-child(2) {}

header #hamburger .hamburger-lines>div:last-child {
	transform: translateY(300%);
}


.menu-open header #hamburger .hamburger-lines>div {}

.menu-open header #hamburger .hamburger-lines>div:first-child {
	transform: rotate(225deg);
}

.menu-open header #hamburger .hamburger-lines>div:nth-child(2) {
	transform: translateX(-50%);
	opacity: 0;
}

.menu-open header #hamburger .hamburger-lines>div:last-child {
	transform: rotate(-225deg);
}


header #hamburger .hamburger-txt {
	height: 15%;
	width: 50%;
	margin: 0 auto;
	background: url(../images/sp/menu-txt.svg) center center no-repeat;
	background-size: contain;
}

.menu-open header #hamburger .hamburger-lines {
	/* height: 29px;
	background:url(../images/sp/close.svg) center 3vw no-repeat;
	background-size: 17px auto; */
}

.menu-open header #hamburger .hamburger-txt {
	background: url(../images/sp/close-txt.svg) center center no-repeat;
	background-size: contain;
}

header #nav-wpr {
	width: 100%;
	background-color: #f5f7f9;
	position: fixed;
	top: 15vw;
	left: 0;
	right:0;
	bottom:0;
	z-index: 100;
	padding-bottom: 2rem;
	display: none;
	overflow-y: scroll;
	/* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

header #hnav {
	display: flex;
	margin: 1.3rem 1rem 0 1rem;
}

header #hnav li {
	width: calc(100% / 3);
	display: inline;
	border-right: 1px #c4d5e8 solid;
	text-align: center;
	font-size: 1rem;
}

header #hnav li:first-child {
	border-left: 1px #c4d5e8 solid;
}

header #hnav li a {
	background-position: center 0.5rem;
	background-repeat: no-repeat;
	color: #313131;
	padding-top: 3.2rem;
	display: block;
}

header #hnav li:first-child a {
	background-image: url(../images/cmn/hdr-icon1.svg);
	background-size: 2.2rem auto;
}

header #hnav li:nth-child(2) a {
	background-image: url(../images/cmn/hdr-icon2.svg);
	background-size: 2.7rem auto;
}

header #hnav li:nth-child(3) a {
	background-image: url(../images/cmn/hdr-icon3.svg);
	background-size: 3.2rem auto;
}

header #gnav {
	width: 100%;
}

header #gnav>ul>li {
	border-bottom: 1px #dae2e8 solid;
}

header #gnav>ul>li>a,
header #gnav>ul>li.current-menu-item.close>a,
header #gnav>ul>li.current-menu-ancestor.close>a {
	padding: 0.8rem 1.4rem;
	display: block;
	color: #313131;
	font-size: 1.4rem;
	position: relative;
}

header #gnav>ul>li>a:before,
header #gnav>ul>li.current-menu-item.close>a:before,
header #gnav>ul>li.current-menu-ancestor.close>a:before {
	width: 1.4rem;
	height: 1rem;
	content: "";
	background: url(../images/sp/gnav-arw.svg) center center no-repeat;
	background-size: 1.4rem auto;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .3s ease;
}

header #gnav>ul>li.open>a:before,
header #gnav>ul>li.current-menu-ancestor>a:before {
	transform: translateY(-50%) rotate(180deg);
}

header #gnav>ul>li.yellow,
header #gnav>ul>li.green {
	border-bottom: 1px #fff solid;
}

header #gnav>ul>li:last-child {
	border-bottom: none;
}

header #gnav>ul>li.open {}

header #gnav>ul>li.yellow>a {
	background-color: #fff87f;
}

header #gnav>ul>li.green>a {
	background-color: #bfe6d0;
}

header #gnav>ul>li>ul {
	display: none;
}

header #gnav li>ul {
	background-color: #fff;
	font-size: 1.3rem;
	text-align: left;
}

header #gnav li>ul li {
	border-top: 1px #dae2e8 solid;
}

header #gnav li>ul>li a {
	background: url(../images/cmn/arw-gray.svg) right 1.7rem top 0.9em no-repeat;
	background-size: 0.8rem auto;
	padding: 0.9rem 2.5rem 0.9rem 2.5rem;
	color: #004ea2;
	display: block;
}

header #gnav li>ul>li>a {}

header #gnav li>ul>li>ul>li>a {
	padding-left: 3.7rem;
}

header #gnav li>ul>li>ul>li>ul>li>a {
	padding-left: 5.3rem;
}

header #gnav>ul>li.current>ul,
header #gnav li.current-menu-item ul,
header #gnav li.current-menu-ancestor ul {
	display: block;
}

header #gnav li>ul>li>a {
	position: relative;
}

/*header #gnav li>ul>li>a:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url("../images/cmn/icon-blank-blue.png") right center no-repeat;
  position: relative;
  bottom: -3px;
}*/

header #gnav li>ul>li>a[target="_blank"],
#side .subnav li a[target="_blank"],
ul.news-archive li span.txt a[target="_blank"],
.news-pickup .txt a[target="_blank"],
.news-list li span.txt a[target="_blank"],
#top-ft ul li a[target="_blank"] .txt1 {
	position: relative;
	padding-right: 0.5rem;
}

/* header #gnav li>ul>li>a[target="_blank"]:after,
#side .subnav li a[target="_blank"]:after,
ul.news-archive li span.txt a[target="_blank"]:after,
.news-pickup .txt a[target="_blank"]:after,
.news-list li span.txt a[target="_blank"]:after,
#top-ft ul li a[target="_blank"] .txt1:after{
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/cmn/icon-blank-blue.png") right center no-repeat;
  position: relative;
  bottom: -0.2rem;
} */

header #gnav li>ul>li>a[target="_blank"]:after,
#side .subnav li a[target="_blank"]:after,
ul.news-archive li a[target="_blank"] span.txt:after,
.news-pickup .txt a[target="_blank"]:after,
.news-list li a[target="_blank"] span.txt:after,
#top-ft ul li a[target="_blank"] .txt1:after,
#top-event a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/cmn/icon-blank-blue.png") right center no-repeat;
	position: relative;
	bottom: -0.2rem;
}

/* header #gnav li>ul>li>a[href$="pdf"]:after {
  width: 1.8rem;
  background: url("../images/cmn/icon-pdf.png") right center no-repeat;
	background-size: 1.3rem auto;
} */

header #gnav li>ul>li>a[href$="pdf"]:after,
.news-pickup .txt a[href$="pdf"]:after,
.news-list li a[href$="pdf"] span.txt:after,
ul.news-archive li a[href$="pdf"] span.txt:after,
#top-event a[href$="pdf"]:after {
	width: 1.8rem;
	background: url("../images/cmn/icon-pdf.png") right center no-repeat;
	background-size: 1.3rem auto;
}

header #mnav-sp {
	margin: 1rem;
	background-color: #fff;
}

header #mnav-sp li {
	border-bottom: 1px #dae2e8 solid;
}

header #mnav-sp li:first-child {
	background: url(../images/cmn/top-main-icon1.svg) 1.4rem center no-repeat;
	background-size: 1.3rem auto;
}

header #mnav-sp li:nth-child(2) {
	background: url(../images/cmn/top-main-icon2.svg) 1.2rem center no-repeat;
	background-size: 1.6rem auto;
}

header #mnav-sp li:last-child {
	background: url(../images/cmn/top-main-icon3.svg) 1.1rem center no-repeat;
	background-size: 1.9rem auto;
}

header #mnav-sp li a {
	background: url(../images/cmn/arw-more.svg) right 1.2rem center no-repeat;
	background-size: 0.7rem auto;
	padding: 0.8rem 1.4rem 0.8rem 4rem;
	display: block;
	color: #313131;
	font-size: 1.4rem;
}

#footer1 {
	background-color: #014689;
	margin-top: 2rem;
}

.home #footer1 {
	margin-top: 0;
}

#footer2 {
	background-color: #fff;
}

#footer1-in {
	width: ;
	margin: 0 auto;
	overflow: hidden;
}

#footer2-in {}

footer .pagetop {
	width: 100%;
	text-align: center;
}

footer .pagetop a {
	background-color: #00a0e9;
	color: #fff;
	font-size: 1rem;
	padding: 1rem 0;
	display: block;
}

footer .pagetop a span {
	height: 6rem;
	background: url(../images/cmn/go-top.svg) left center no-repeat;
	background-size: 0.7rem auto;
	padding-left: 1.5rem;
}

footer #sp-fnav {
	margin: 1rem;
}

footer #sp-fnav li {
	background-color: #fff;
	margin-bottom: 0.1rem;
	text-align: center;
}

footer #sp-fnav li a {
	background: url(../images/cmn/arw-more.png) right 1.2rem center no-repeat;
	background-size: 0.8rem auto;
	padding: 0.8rem 1.4rem 0.8rem 1.4rem;
	display: block;
	color: #014689;
	font-size: 1.6rem;
	display: block;
}

footer #fnav {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}

footer #fnav li {
	width: 50%;
	border-top: 1px #4692d4 solid;
	border-left: 1px #4692d4 solid;
}

footer #fnav li:nth-child(odd) {
	border-left: none;
}

footer #fnav li a {
	color: #fff;
	padding: 1rem 1rem;
	display: block;
}

footer #fnav li a[target="_blank"]:after {
	content: "";
	background: url(../images/cmn/icon-blank.png) right center no-repeat;
	background-size: 1rem auto;
	padding-right: 1.7rem;
}

footer #fnav li a[href$="pdf"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-pdf.png"); }

footer #fnav li a[href$="xls"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-xls.png"); }

footer #fnav li a[href$="xlsx"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-xls.png"); }

footer #fnav li a[href$="doc"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-doc.png"); }

footer #fnav li a[href$="docx"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-doc.png"); }

footer #fnav li a[href$="ppt"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-ppt.png"); }

footer #fnav li a[href$="pptx"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-ppt.png"); }

footer #fnav li a[href$="txt"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-txt.png"); }

footer #fnav li a[href$="csv"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-txt.png"); }

footer #fnav li a[href$="xml"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-txt.png"); }

footer #fnav li a[href$="mov"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-mov.png"); }

footer #fnav li a[href$="wmv"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-mov.png"); }

footer #fnav li a[href$="mp4"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-mov.png"); }

footer #fnav li a[href$="avi"]:after {
background-image: url("../../../plugins/quarea/front/images/icon-mov.png"); }


	


footer .link {
	text-align: center;
}

footer .link a {
	background: url(../images/cmn/arw-more.png) right 1.2rem center no-repeat;
	background-size: 0.8rem auto;
	font-size: 1.3rem;
	padding: 0.8rem 2rem 0.8rem 2rem;
	border-bottom: 1px #c9c9c9 solid;
	display: block;
}

footer .copy {
	font-size: 1rem;
	text-align: center;
	padding: 0.8rem 0;
}

/* セカンド
--------------------------------------------------*/

#title .title-in-in {
	background: #004ea2 url(../images/sp/pagettl-bg-sp.gif) right top no-repeat;
	background-size: 50% auto;
	position: relative;
	overflow: hidden;
	padding: 3.2% 1rem 3.2% 1rem;
	margin-top: 15vw;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
}

.pagetitle {
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	border-top: 2px #004ea2 solid;
	font-size: 1.7rem;
	padding: 0.6rem 0.5rem 0.9rem 0.5rem;
	margin-bottom: 2rem;
}

.bread {
	margin: 0.8rem 0.5rem 0.8rem 0.6rem;
}

.bread li {
	display: inline;
	margin-left: 0.4rem;
	font-size: 1rem;
}

.bread li a {
	display: inline-block;
	padding-right: 1rem;
	background-image: url(../images/cmn/bread-arw.svg);
	background-size: 0.7rem auto;
	background-repeat: no-repeat;
	background-position: right center;
}

#side {
	display: none;
}

#content {
	width: auto;
	margin: 0 1rem;
}

/* スライド
--------------------------------------------------*/

#main-img-print {
	display: none;
}

#main-wpr {
	width: 100%;
	margin-top: 15vw;
}

#main-wpr #mnav {
	background-color: #014689;
	display: flex;
	text-align: center !important;
}

#main-wpr #mnav li {
	display: flex;
	justify-content: center;
	width: calc(100% / 3);
	border-left: 1px #4692d4 solid;
}

#main-wpr #mnav li:first-child {
	border-left: none;
}

#main-wpr #mnav li a {
	display: flex;
	align-items: center;
	padding: 1rem;
	color: #fff;
	font-size: 1.3rem;
}

#main-img {
	width: 100%;
	height: 78vw;
}

#main-img li {
	width: 100%;
	height: 78vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#main-img li>div {
	width: 100%;
	height: 78vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#main-img li>div>a {
	display: block;
	height: 100%;
	width: 100%;
}


#main-img li.main1 {
	background-image: url(../images/sp/top-main1.jpg);
}

#main-img li.main2 {
	background-image: url(../images/sp/top-main2.jpg);
}

#main-img li.main3 {
	background-image: url(../images/sp/top-main3.jpg);
}

#main-img li span {
	width: 59%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}

#main-img .slick-prev,
#main-img .slick-next,
#main-img .slick-dots {
	display: none !important;
}

/* トップ
--------------------------------------------------*/

#top-content {
	padding: 1rem 0;
}

#top-content .news {}

#top-content .pickup {}

#top-content h2 {}

#top-content .news h2 {
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	background-size: auto 0.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem 0;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

#sp-pickup {
	padding-bottom: 2rem;
}

#sp-pickup h2 {
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	background-size: auto 0.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem 0;
	text-align: center;
	margin-bottom: 1rem;
}

#sp-pickup h2 span {
	background: url(../images/cmn/top-icon-star.svg) 0.3rem center no-repeat;
	background-size: 1.5rem auto;
	padding-left: 2.5rem;
}

#sp-pickup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 1rem;
}

#sp-pickup ul li {
	width: 48.3%;
	margin-bottom: 1rem;
}

#top-main {
	background-color: #f5f7f9;
}

#top-content {
	background-color: #fff;
}

#top-content .news-pickup {
	overflow: hidden;
	margin: 0 1rem 2rem 1rem;
}

#top-content .news-pickup .pic {
	width: 10rem;
	float: left;
}

#top-content .news-pickup .cnt {
	width: calc(100% - 11.3rem);
	float: right;
}

#top-content .news-pickup .h {
	color: #004f9b;
	font-size: 1rem;
}

#top-content .news-pickup .h span {
	background-color: #fff;
	color: #004f9b;
	font-size: 1rem;
	font-style: italic;
	position: relative;
	z-index: 10;
	padding-right: 1rem;
}

#top-content .news-pickup .h {
	position: relative;
	margin-bottom: 0.2rem;
}

#top-content .news-pickup .h:after {
	width: 100%;
	height: 0.1rem;
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	border-top: 1px #d0deec dotted;
}

#top-content .news-pickup .day {
	margin-bottom: 0.2rem;
}

#top-content .news-pickup .day time {
	font-size: 1rem;
	margin-right: 0.7rem;
}

#top-content .news-pickup .day .cat {
	width: 6rem;
	background-color: #c3e9d6;
	text-align: center;
	font-size: 0.8rem;
	padding: 0.1rem 0;
	display: inline-block;
}

#top-content .news-pickup .txt {
	font-size: 1.3rem;
}

#top-content .news-pickup .txt_title {
	font-size: 1.4rem;
}

#top-content .news-pickup .txt {
	font-size: 1.3rem;
}

#top-content .news-nav {
	position: relative;
	font-size: 1.4rem;
}

#top-content .news-nav div {
    background: #f7f9f9 url(../images/cmn/news-arw-on.png) right 1.5rem center no-repeat;
	background-size: 1.2rem auto;
	padding: 0.8rem 3.5rem 0.8rem 1rem;
	color: #004f9b;
	border-bottom: 1px #9ebbd6 dotted;
	display: none;
}

#top-content .news-nav .current {
	display: block;
}

#top-content .news-nav-txt {
	font-weight: bold;
	font-size: 1.6rem;
}

#top-content .news-nav div.choice {
	position: absolute;
	right: 0;
	top: 0;
	display: block !important;
	border-bottom: none;
}

#top-content .news-nav select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.6rem;
	padding: 1rem 3.5rem 1rem 1rem;
	text-indent: -9999px;
}

.top-emergency {
	border-bottom: 1px #c81444 solid;
	padding: 0 1rem;
	text-align: center;
	margin-top: 1.5rem;
}

.top-emergency span.h {
	color: #c81444;
	font-size: 1.8rem;
}

.top-emergency .link a {
	background: url(../images/cmn/ft-arw-next.svg) left center no-repeat;
	background-size: 0.7rem auto;
	font-size: 1.3rem;
	padding-left: 1.3rem;
}

.news-list-emergency {
	background-color: #fff;
}

.news-list-emergency .cat {
	display: none !important;
}

#top-event {
	margin-bottom: 1.5rem;
}

#top-event h2 {
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	background-size: auto 0.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem 0;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

#top-event div {
	background-color: #fff;
	border: 3px #98b8d6 solid;
	padding: 1.3rem;
	margin: 0 1rem;
	font-size: 1.3rem;
}

#top-content .news-list ul {
	margin-bottom: 1rem;
}

#top-content .news-list ul li {
	overflow: hidden;
	border-bottom: 1px #d0deec dotted;
	font-size: 1.4rem;
	vertical-align: middle;
}

#top-content .news-list ul li a {
	padding: 1.2rem 1rem;
	display: block;
}

#top-content .news-list ul li time {
	position: relative;
	font-size: 1rem;
	color: #313131;
}

#top-content .news-list ul li span.cat {
	width: 6rem;
	margin: 0 0 0 0.5em;
	text-align: center;
	font-size: 1.2rem;
	background-color: #c3e9d6;
	font-size: 1rem;
	padding: 0.1rem 0;
	display: inline-block;
}

#top-content .news-list ul li span.txt {
	display: block;
	font-size: 1.3rem;
	margin-top: 0.3rem;
}

#top-content .news-list .link {
	margin: 1rem;
	border-bottom: 1px #d1d8df solid;
	margin-bottom: 2rem;
	text-align: center;
}

#top-content .news-list .link a {
	background: #f5f7f9 url(../images/cmn/arw-more.png) right 1rem center no-repeat;
	background-size: 0.7rem auto;
	font-size: 1.4rem;
	padding: 0.8rem 1.3rem 0.8rem 0;
	display: block;
	position: relative;
}

#top-content .news-list .link a:before {
	width: 0.1rem;
	height: auto;
	content: "";
	position: absolute;
	top: 0.5rem;
	bottom: 0.5rem;
	right: 3.1rem;
	border-left: 1px #d1d8df solid;
	display: block;
}

#top-ft {
	position: relative;
	margin-bottom: 2rem;
}

#top-ft .h {}

#top-ft .h h2 {
	background: #fff url(../images/cmn/line-double.gif) left bottom repeat-x;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem 0;
	text-align: center;
	margin-bottom: 1rem;
}

#top-ft .slick-prev,
#top-ft .slick-next {
	display: none;
}

#top-ft ul {
	width: 100%;
	margin: 0 auto;
}

#top-ft ul li {
	background-color: #fff;
	border: 1px #004ea2 solid;
	padding: 0.9rem;
	position: relative;
	overflow: hidden;
	margin: 0 0.9rem;
}

#top-ft ul li:first-child {}

#top-ft ul li:after {
	content: "";
	width: 3.6rem;
	height: 3.6rem;
	background-color: #004ea2;
	content: "";
	position: absolute;
	top: -1.8rem;
	left: -1.8rem;
	display: block;
	transform: rotate(45deg);
}

#top-ft ul li .pic {
	position: relative;
	z-index: 10;
}

#top-ft ul li .txt1 {
	background: url(../images/cmn/arw-more.png) right center no-repeat;
	background-size: 0.8rem auto;
	font-size: 1.6rem;
	border-bottom: 1px #c5dbef solid;
	padding: 0.7rem 1rem 0.7rem 0;
	margin-bottom: 1rem;
}

#top-ft ul li .txt2 {
	font-size: 1.2rem;
	color: #313131;
}

#top-ft ul li a:hover {
	text-decoration: none;
}

#top-ft ul li a:hover .txt1 {
	text-decoration: underline;
}

/* セカンド
--------------------------------------------------*/

.notfound {
	text-align: center;
	margin: 3rem 0;
}

.notfound .h {
	color: #004ea2;
	font-size: 3rem;
	margin-bottom: 2rem;
}

.notfound .txt {
	line-height: 1.7;
	margin-bottom: 2rem;
}

.notfound .btn a {
	width: 100%;
	color: #004ea2;
	background: url(../images/cmn/line-double2.gif) left bottom 0.2rem repeat-x, #f5f7f9 url(../images/cmn/ft-arw-next.svg) 1rem 1.2em no-repeat;
	background-size: auto, 0.6rem auto;
	padding: 0.9rem 2rem 1.1rem 2rem;
	display: block;
	position: relative;
}

/* ニュース
--------------------------------------------------*/

ul.news-archive {
	margin-bottom: 1rem;
}

ul.news-archive li {
	overflow: hidden;
	border-bottom: 1px #d0deec dotted;
	font-size: 1.4rem;
	vertical-align: middle;
}

ul.news-archive li a {
	padding: 1rem;
	display: block;
}

ul.news-archive li time {
	position: relative;
	font-size: 1rem;
	color: #313131;
}

ul.news-archive li span.cat {
	width: 6rem;
	margin: 0 0 0 0.5em;
	text-align: center;
	font-size: 1.2rem;
	background-color: #c3e9d6;
	font-size: 1rem;
	padding: 0.1rem 0;
	display: inline-block;
}

ul.news-archive li span.txt {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.3rem;
}

ul.news-archive span.new,
.news-list span.new {
	color: #ea68a2;
	font-size: 1.1rem;
	font-weight: bold;
	font-style: italic;
	margin: 0 0.5rem;
}

.pagenavi {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 1.5rem 0;
}

.pagenavi a,
.pagenavi span {
	padding: 0.4rem 1.1rem;
	margin: 0 0.2rem;
	display: inline-block;
}

.pagenavi a {
	color: #004ea2;
	border: 1px #004ea2 solid;
}

.pagenavi a:hover {
	text-decoration: none;
}

.pagenavi span {
	background-color: #004ea2;
	border: 1px #004ea2 solid;
	color: #fff;
}

.pagenavi a.prev,
.pagenavi a.next {
	background-color: #eff3f6;
	border: 1px #eff3f6 solid;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.pagenavi a.prev {
	background-image: url(../images/cmn/ft-arw-prev.svg);
	background-size: 0.8rem auto;
}

.pagenavi a.next {
	background-image: url(../images/cmn/ft-arw-next.svg);
	background-size: 0.8rem auto;
}



.single-data {
	text-align: right;
	margin: -1.5rem 0 2rem 0;
	font-size: 1.2rem;
}

.nextprev {
	min-height: 3em;
	border-top: 1px #a1beda dotted;
	font-size: 1.2rem;
	position: relative;
	margin-top: 2rem;
	text-align: center;
}

.nextprev li {
	width: auto;
	position: relative;
	text-align: center;
	display: inline-block;
}

.nextprev li.prev {
	background: url(../images/cmn/ft-arw-prev.svg) left center no-repeat;
	background-size: 0.6rem auto;
	padding-left: 1.1rem;
	padding: 0.8rem 0 0.8rem 1.1rem;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}

.nextprev li.next {
	background: url(../images/cmn/ft-arw-next.svg) right center no-repeat;
	background-size: 0.6rem auto;
	padding: 0.8rem 1.1rem 0.8rem 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.nextprev li.list a {
	background: url(../images/cmn/go-list.svg) left center no-repeat;
	background-size: 1.1rem auto;
	display: inline-block;
	color: #004f9b;
	padding: 0.8rem 0 0.8rem 1.6rem;
}

/* フォーム
--------------------------------------------------*/

.red {
	color: #a40000;
}

.form-tel .r {
	background: url(../images/cmn/form-icon-tel.svg) left center no-repeat;
	background-size: 23px auto;
	color: #004ea2;
	font-size: 2.5rem;
	padding: 0 0 0 33px;
	margin: 10px 0;
	font-weight: bold;
}

.must {
	color: #fd8a03;
}

.mw_wp_form_input #hidden-shusshin {
	display: none;
}

#shusshin-box select {
	margin-right: 5px;
}

#school_box input {
	margin-top: 10px;
}

#chk_province {
	margin-right: 4px;
}

#chk_almamater {
	width: 60%;
}

table.form {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}

table.form th,
table.form td {
	display: block;
	text-align: left;
}

table.form th {
	vertical-align: top;
	background-color: #f5f7f9;
	border-top: 1px #9b9c9d dotted;
	padding: 8px 6px;
}

table.form td {
	padding: 8px 0;
}

table.form select {
	font-size: 13px;
}

table.form input[type=text],
table.form textarea {
	padding: 5px;
	font-size: 16px;
}

table.form input[type=checkbox],
table.form input[type=radio] {
	margin-right: 6px;
}

table.form .zip-btn {
	display: block;
	margin-top: 0.5rem;
}

.mw_wp_form_confirm table.form .zip-btn,
.mw_wp_form_confirm table.form #shusshin-box {
	display: none;
}

table.form td.cf {
	overflow: hidden;
}

table.form td.cf .zip {
	width: calc((100% - 3.9em) / 3);
	box-sizing: border-box;
}

table.form td.cf .mail {
	width: 100%;
	/*
    width: calc((100% - 1.8em) / 2);
    box-sizing: border-box;
*/
}

table.form .zip-btn button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	background-color: #004ea2;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	display: inline;
}

.contact-txt {
	margin-bottom: 1rem;
}

.contact-list li {
	position: relative;
	padding-left: 1.5em;
}

.contact-list li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

table.form .year {
	width: 5rem !important;
}

table.form .zip {
	width: 6rem;
}

table.form .mail {
	width: 100%;
}

table.form .short {
	width: 4rem;
}

table.form .mdl {
	width: 100%;
	margin-bottom: 0.5rem;
}

table.form .long {
	width: 100%;
}

table.form .long2 {
	width: 100%;
}

table.form textarea {
	width: 100%;
	height: 140px;
}

table.form .mwform-radio-field-text,
table.form .mwform-checkbox-field-text {
	margin: 0 0 0 5px;
}

table.form .txt1,
table.form .txt2 {
	margin: 0 5px 0 0;
}

table.form label {
	white-space: nowrap;
}

table.form .txt3,
table.form .txt4 {
	margin: 0 10px 0 0;
}

table.form .txt5 {
	margin: 0 15px 0 4px;
}

.contact-list li {
	position: relative;
	padding-left: 1.5em;
}

.contact-list li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.form-btns {
	text-align: center;
	margin-bottom: 15px;
}

.form-btns button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	background-color: #014689;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 35px 10px 30px;
	text-align: center;
	margin: 0 5px;
}

.form-btns button span {
	background: url(../images/cmn/arw-white.svg) left center no-repeat;
	background-size: 6px auto;
	padding-left: 20px;
}

table.form table {
	width: 100%;
	margin-bottom: 0;
}

table.form td th,
table.form td td {
	display: inline-block;
	padding: 2px 0;
	border-top: none;
	vertical-align: middle;
}

table.form td tr:first-child th,
table.form td tr:first-child td {
	padding-top: 0;
}

table.form td tr:last-child th,
table.form td tr:last-child td {
	padding-bottom: 0;
}

table.form td table td input {
	width: 100% !important;
}

table.form td th {
	background-color: transparent;
	width: 5em;
}

table.form td td {
	width: calc(100% - 5em);
}

table.form td .name-wpr {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

table.form td .name-wpr span {
	width: 1.5em;
	float: left;
	margin: 0 !important;
}

table.form td .name-wpr input {
	width: calc(100% - 2em);
	float: right;
}

table.form td.td-tel {
	overflow: hidden;
}

table.form td.td-tel input:last-child {
	float: right;
}

table.form td.td-tel input {
	width: calc((100% - 5.1em) / 3);
	box-sizing: border-box;
}

table.form td.td-tel .txt3 {
	width: 1em;
	text-align: center;
	margin: 0 0.5em;
}

.blank-txt {
	color: #004ea2;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.blank-form {
	background-color: #f5f7f9;
	padding: 10px;
}

.blank-form .mdl {
	width: 60%;
	height: 25px;
	padding: 0 5px;
}

.blank-form .btn {
	width: 38%;
	height: 25px;
	float: right;
	background: #014689 url(../images/cmn/arw-white.png) 10px 0.7em no-repeat;
	background-size: 5px auto;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	box-sizing: border-box;
	padding: 3px 0 3px 20px;
	text-align: left;
}
