@charset "utf-8";


/* 共通
--------------------------------------------------*/

.sp {
  display: none!important;
}

body{
	font-size: 1.4rem;
}

#wrapper{
  padding-top: 90px;
}

a:hover{
	text-decoration:underline;
}

main{
  display: block;
}

/* ヘッダー
--------------------------------------------------*/
#header{
	width: 100%;
	background-color: #fff;
	position: relative;
}
#header:before{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #dcdcdc;
	position: absolute;
	display: block;
	top: 84px;
	left: 0;
}
#header-in{
	width:1000px;
	height:140px;
	background-color: #fff;
	margin:auto;
	position:relative;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
}
header h1,
header .logo{
	width: 435px;
	position:absolute;
	top:20px;
	left:0;
}
header h1 img,
header .logo img{
	width: 100%;
}
header .hdr-search{
	position:absolute;
	top:24px;
	right:0;
}
header .hdr-search{
    border: 1px #e5e5e5 solid;
}
header .hdr-search input.text {
    width: 168px;
    height: 28px;
	background:#fff url(../images/cmn/hdr-search.svg) 6px center no-repeat;
    background-size: 15px auto;
    text-align: left;
    border: none;
    font-size: 14px;
    padding: 0 10px 0 32px;
    border-right: 1px #e5e5e5 solid;
	-webkit-appearance: none;
	border-radius: 0;
}

table.form input[type=checkbox],
table.form input[type=radio]{
	margin-right: 6px;
}
header .hdr-search .btn {
    width: 48px;
    height: 28px;
	background-color: #004ea2;
    font-size: 14px;
	color: #fff;
    float: right;
    border: none;
	-webkit-appearance: none;
	border-radius: 0;
	padding-top: 1px;
}

header #hnav{
	position:absolute;
	top:13px;
	right:235px;
}
header #hnav li{
	display: inline-block;
	border-right: 1px #dae2e8 solid;
}
header #hnav li:first-child{
	border-left: 1px #dae2e8 solid;
}
header #hnav li a{
	background-position: center top;
	background-repeat: no-repeat;
	color: #313131;
	font-size: 1.4rem;
	padding: 29px 15px 0 15px;
	display: inline-block;
}
header #hnav li:first-child a{
	background-image:url(../images/cmn/hdr-icon1.svg);
	background-size: 22px auto;
}
header #hnav li:nth-child(2) a{
	background-image:url(../images/cmn/hdr-icon2.svg);
	background-size: auto 19px;
}
header #hnav li:nth-child(3) a{
	background-image:url(../images/cmn/hdr-icon3.svg);
	background-size: 27px auto;
}
header #hnav li a:hover{
	color: #004f9b;
}
header #gnav{
	width: 100%;
	height: 57px;
	position:absolute;
	top:84px;
	left:0;
	z-index: 100;
}
header #nav-wpr{
	display: block!important;
}
header #gnav>ul>li{
	width: 16.66%;
	position: relative;
	text-align: center;
  float: left;
	position: relative;
}
header #gnav>ul>li:before{
	width: 1px;
	height: 51px;
	content: "";
	border-left: 1px #dae2e8 solid;
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
 }
header #gnav>ul>li>a{
	height: 56px;
	display: block;
	position: relative;
	color: #313131;
	font-size: 1.6rem;
	padding-top: 20px;
	overflow: hidden;
}
header #gnav>ul>li>a:hover{
	text-decoration: none;
}
header #gnav>ul>li>a:before{
	width: auto;
	height: 6px;
	background-color: #004ea2;
	border-bottom: 1px #fff solid;
	content: "";
	position: absolute;
	left: 1px;
	right: 0;
	top: 0;
	display: block;
 }
header #gnav>ul>li.gnav-junior{
	padding-right:1px;
 }
header #gnav>ul>li.gnav-junior>a{
	background-color: #fff991;
 }
header #gnav>ul>li.gnav-senior>a{
	background-color: #d4f3e2;
 }
header #gnav>ul>li.gnav-junior>a:before{
	background-color: #fdcf2f;
 }
header #gnav>ul>li.gnav-senior>a:before{
	background-color: #1ea862;
 }
header #gnav>ul>li>a:after{
	width: 15px;
	height: 15px;
	background-color: #004ea2;
	content: "";
	position: absolute;
	top: -6px;
	left:50%;
	transform:translateX(-50%) rotate(45deg);
	display: block;
 }
header #gnav>ul>li.gnav-junior>a:after{
	background-color: #fdcf2f;
 }
header #gnav>ul>li.gnav-senior>a:after{
	background-color: #1ea862;
 }
header #gnav ul li a:hover{
	color: #004ea2;
 }

header #gnav li>ul{
	min-width: 100%;
	background-color: #eff3f6;
	font-size: 1.4rem;
	text-align: left;
  overflow: hidden;
  max-height:0;
  transition: max-height .3s ease-out;
  display: block!important;
	position: absolute;
	top: 100%;
	left: 0;
}
#gnav>ul>li:hover>ul{
  max-height:50em;
}
#gnav>ul>li>ul>li:last-child{
	margin-bottom: 4px;
}
#gnav>ul>li>ul>li{
	width: 230px;
	border-bottom: 1px #dae2e8 solid;
}
header #gnav li>ul>li>a{
	background: url(../images/cmn/ft-arw-next.svg) 10px 1.1em no-repeat;
	background-size: 6px auto;
	display: block;
	padding: 10px 15px 10px 22px;
}

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: 5px;
}
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 span.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: 15px;
  height: 15px;
  background: url("../images/cmn/icon-blank-blue.png") right center no-repeat;
  position: relative;
  bottom: -2px;
}
#side .subnav>li>a[target="_blank"]:hover:after{
  background: url("../images/cmn/icon-blank.png") right center no-repeat;
	background-size: 11px auto;
}
#side .subnav>li.current-menu-item>a[target="_blank"]:hover:after,
#side .subnav>li.current-menu-ancestor>a[target="_blank"]:hover:after{
  background: url("../images/cmn/icon-blank-blue.png") right center no-repeat;
}

#side .subnav 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: 18px;
  background: url("../images/cmn/icon-pdf.png") right center no-repeat!important;
	background-size:contain!important;
}

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

header #gnav li>ul>li>a:hover{
	background-color: #e2e9f1;
	text-decoration: none;
}
header .hamburger{
  display:none;
}

#footer1{
	height: 60px;
	background-color: #014689;
	margin-top: 80px;
}
#footer2{
	background-color: #fff;
	padding:18px 0;
}
#footer1-in{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#footer2-in{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
footer .pagetop{
	width: 130px;
	height: 60px;
	background-color: #fff;
	float: right;
	font-size: 1.4rem;
}
footer .pagetop a{
	height: 60px;
	background:#00a0e9 url(../images/cmn/go-top.svg) 18px center no-repeat;
	background-size: 11px auto;
	color: #fff;
	padding: 22px 0 0 38px;
	display: block;
}
footer .pagetop a:hover{
	background:#0083e9 url(../images/cmn/go-top.svg) 18px center no-repeat;
	background-size: 11px auto;
	text-decoration: none;
}
footer #fnav{
	width: 870px;
	float: left;
	font-size: 1.3rem;
	margin-top: 22px;
}
footer #fnav li{
	display: inline;
	color:#fff;
}
footer #fnav li a{
	color:#fff;
	padding: 0 8px;
}
footer #fnav li a[target="_blank"]{
	background: url(../images/cmn/icon-blank.png) right 8px center no-repeat;
	background-size: 11px auto;
	padding-right: 24px;
}
footer #fnav li:first-child:before{
	content:"|";
}
footer #fnav li:after{
	content:"|";
}

footer .link{
	width: 40%;
	background: url(../images/cmn/ft-arw-next.svg) left center no-repeat;
	background-size: 7px auto;
	color: #004f9b;
	font-size: 1.4rem;
	float: left;
	padding-left: 15px;
}
footer .copy{
	width: 60%;
	font-size: 1.2rem;
	float: right;
	text-align: right;
}

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

#main-wpr {
	width: 100%;
	min-width: 1000px;
	height: 350px;
	overflow: hidden;
  position: relative;
}
#main-wpr #mnav{
	width: 260px;
	height: 350px;
  position: absolute;
  right:calc(50% - 500px + 2px);
  top:0;
}
@media (max-width: 1000px) {
  #main-wpr #mnav{
    right:0;
  }
}

#main-wpr #mnav li{
	height: calc( 100% / 3 );
}
#main-wpr #mnav li a{
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 83px;
	color: #fff;
	font-size: 1.7rem;
}
#main-wpr #mnav li:first-child a{
	background:url(../images/pc/top-main-on1.gif) -9999px center no-repeat,#1762ab url(../images/cmn/top-main-icon1.svg) 25px 34px no-repeat;
	background-size: 78px auto,37px auto;
	border-bottom: 1px #2669aa solid;
}
#main-wpr #mnav li:nth-child(2) a{
	background:#004f9b url(../images/cmn/top-main-icon2.svg) 20px 33px no-repeat;
	background-size: 47px auto;
	border-bottom: 1px #2669aa solid;
}
#main-wpr #mnav li:last-child a{
	background:#003d77 url(../images/cmn/top-main-icon3.svg) 21px 42px no-repeat;
	background-size: 45px auto;
}
#main-wpr #mnav li a:hover{
	text-decoration: none;
}
#main-wpr #mnav li:first-child a:hover{
	background:url(../images/pc/top-main-on1.gif) right center no-repeat,#1762ab url(../images/cmn/top-main-icon1.svg) 25px 34px no-repeat;
	background-size: 78px auto,37px auto;
	text-decoration: none;
}
#main-wpr #mnav li:nth-child(2) a:hover{
	background:url(../images/pc/top-main-on2.gif) right center no-repeat,#004f9b url(../images/cmn/top-main-icon2.svg) 20px 33px no-repeat;
	background-size: 78px auto,47px auto;
}
#main-wpr #mnav li:last-child a:hover{
	background:url(../images/pc/top-main-on3.gif) right center no-repeat,#003d77 url(../images/cmn/top-main-icon3.svg) 21px 42px no-repeat;
	background-size: 78px auto,45px auto;
}
#main-wpr #mnav li a:hover{
	background: ;
}
#main-img-print {
	display: none;
}
#main-img {
	/* width: calc( (100% / 3) * 2 ); */
	height: 350px;
	/* float: left; */
	position: relative;
  overflow: hidden;
}

#main-img-in {
  transform:translateX(-360px);
  width:calc(100% + 360px);
	/* width: calc( 100% + (100% - 860px)); */
	height: 350px;
	position: relative;
}


#main-img ul{
	height: 350px;
}

#main-img li{
	height: 350px;
  width:840px;
  opacity:0.3;
  position:relative;
}

#main-img li>div{
	height: 350px;
  width:840px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  position:relative;
}

#main-img li.slick-center
{
  opacity: 1;
}



#main-img li.main1{
	background-image: url(../images/pc/top-main1.jpg);
}
#main-img li.main2{
	background-image: url(../images/pc/top-main2.jpg);
}
#main-img li.main3{
	background-image: url(../images/pc/top-main3.jpg);
}
#main-img li span{
	/*width: 42.6%;*/
	max-width: 380px;
	position: absolute;
	top:48%;
	left:50%;
	transform:translate(-50%,-50%);
}
#main-img .bxslider img {
  width: 100%;
}
#main-img .slick-dots{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left:50%;
	transform:translateX(-50%);
	display: block;
	text-align: center;
}
#main-img .slick-dots li{
	background-color:#bfbfbf;
	display: inline-block;
  width: 13px;
  height: 13px;
  opacity: 1;
	border-radius: 50%;
	margin: 0 8px;
	text-indent: -9999px;
	border: 2px #f5f7f9 solid;

}
#main-img .slick-dots li.slick-active{
	background-color:#004ea2;
}

#main-img .bx-default-pager a {
    background: #bfbfbf;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#main-img .bx-default-pager a.active{
    background: #004ea2;
}

#main-img .slick-prev,
#main-img .slick-next{
	width: 16px;
	height: 30px;
  	position:absolute;
	background: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	top:50%;
	transform:translateY(-50%);
	text-indent: -9999px;
	border: none;
	z-index: 50;
}
#main-img .slick-prev{
	background-image:url(../images/cmn/top-main-prev.svg);
	background-size: 16px auto;
	left: calc(50% - 350px);
}
#main-img .slick-next{
	background-image:url(../images/cmn/top-main-next.svg);
	background-size: 16px auto;
	right: calc(50% - 350px);
}

/* @media (max-width: 1300px) {
  #main-img li{
    width:auto;
  }
  #main-img li>div{
    width:auto;
  }
  #main-img-in {
    width:auto;
  }
  #main-img .slick-prev{
  	left: 10px;
  }
  #main-img .slick-next{
  	right: 10px;
  }
} */



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

#title{
	background:url(../images/pc/pagettl-bg.png) center top no-repeat,url(../images/cmn/pagettl-gra.gif) center top repeat-y;
	background-size: 1200px auto,100% auto;
	min-width: 1000px;
	margin: 1px 0 25px 0;
	position: relative;
	overflow: hidden;
}
#title .title-in{
	width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	color: #fff;
	font-size: 2.6rem;
	z-index: 5;
	position: relative;
}

.pagetitle{
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	font-size: 2.4rem;
	border-top:4px #004ea2 solid;
	padding: 13px 12px 17px 12px;
	margin-bottom: 20px;
}
.bread {
	position: absolute;
	bottom: 7px;
	right: 0;
	color: #fff;
  font-size: 1.3rem;
}
.bread li {
  display: inline;
  margin-left: 8px;
}
.bread li a {
color: #fff;
  display: inline-block;
  padding-right: 19px;
  background-image:url(../images/cmn/bread-arw2.svg);
	background-size: 9px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

#content{
	width: 1000px;
	margin: 0 auto;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
#side{
	width: 240px;
	float: left;
}
#main{
	width: 720px;
	float: right;
}

#side .subnav_h,
#side .column_title{
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	font-size: 2rem;
	text-align: center;
	border-top:4px #004ea2 solid;
	padding: 16px 12px 20px 12px;
}

#side #category_list,
#side #archive_list{
}
#side .subnav>li,
#side #category_list>li,
#side #archive_list>li{
	border-bottom: 1px #ccdcec solid;
}
#side .subnav>li>a,
#side #category_list>li>a,
#side #archive_list>li>a{
	background:url(../images/cmn/arw-gray.svg) 14px 1em no-repeat;
	background-size: 8px auto;
	padding: 10px 10px 10px 30px;
	display: block;
	font-size: 1.5rem;
}

#side .subnav>li.current-menu-item>a,
#side .subnav>li.current-menu-item>a:hover,
#side #category_list>li.current>a,
#side #category_list>li.current>a:hover,
#side #archive_list>li.current>a,
#side #archive_list li.current>a:hover{
	background:#d7e2ed url(../images/cmn/ft-arw-next.svg) 14px 1em no-repeat;
	background-size: 8px auto;
	color: #004ea2;
}
#side .subnav>li ul{
	display: none;
}
#side .subnav>li.current-menu-item>ul,
#side .subnav>li.current-menu-parent>ul,
#side .subnav>li>ul>li.current_page_item>ul,
#side .subnav>li.current-menu-ancestor>ul,
#side .subnav>li>ul>li.current-menu-ancestor.menu-item-has-children>ul{
	display: block;
}
#side .subnav>li.current-menu-item.menu-item-has-children>a,
#side .subnav>li.current-menu-ancestor.menu-item-has-children>a{
	background:#fff url(../images/cmn/news-arw-on.svg) 13px 1em no-repeat;
	background-size: 11px auto;
}

#side .subnav>li.current-menu-ancestor.menu-item-has-children>a:hover{
	background:#004ea2 url(../images/cmn/arw-white-d.png) 13px 1em no-repeat;
	background-size: 11px auto;
	color: #fff;
}
.page-root-slug-junior #side .subnav>li.current-menu-item>a{
}
.page-root-slug-senior #side .subnav>li.current-menu-item>a{
}
#side .subnav>li>ul{
	background-color: #eff3f6;
}
.page-root-slug-junior #side .subnav>li>ul{
	background-color: #fff991;
}
.page-root-slug-senior #side .subnav>li>ul{
	background-color: #d4f3e2;
}
#side .subnav>li>ul>li{
	border-bottom: 1px #d7e2ed solid;
}
.page-root-slug-junior #side .subnav>li>ul>li{
	border-bottom: 1px #eae58d solid;
}
.page-root-slug-senior #side .subnav>li>ul>li{
	border-bottom: 1px #c5e0d2 solid;
}
#side .subnav>li>ul>li:last-child{
	border-bottom: none;
}
#side .subnav>li>ul>li>ul{
	border-top: 1px #d7e2ed solid;
}
.page-root-slug-junior #side .subnav>li>ul>li>ul{
	border-top: 1px #eae58d solid;
}
.page-root-slug-senior #side .subnav>li>ul>li>ul{
	border-top: 1px #c5e0d2 solid;
}
#side .subnav>li>ul>li>a{
	background: url(../images/cmn/arw-gray.svg) 20px 1.1em no-repeat;
	background-size: 6px auto;
	padding: 10px 5px 10px 30px;
	font-size: 1.3rem;
	display: block;
}
#side .subnav>li>ul>li.current_page_item>a{
	background: url(../images/cmn/ft-arw-next.svg) 20px 1.1em no-repeat;
	background-size: 6px auto;
}
#side .subnav>li>ul>li.current_page_item.menu-item-has-children>a,
#side .subnav>li>ul>li.current-menu-ancestor.menu-item-has-children>a{
	background: url(../images/cmn/news-arw-on.svg) 19px 1.2em no-repeat;
	background-size: 9px auto;
}
#side .subnav>li>ul>li>ul>li>a{
	background: url(../images/pc/lnav-dot.png) 37px 1em no-repeat;
	background-size: 4px auto;
	padding: 5px 5px 5px 46px;
	font-size: 1.3rem;
	display: block;
}

#side .subnav>li>a:hover,
#side #category_list>li>a:hover,
#side #archive_list>li>a:hover{
	background:#004ea2 url(../images/cmn/arw-white.svg) 14px 1em no-repeat;
	background-size: 8px auto;
	color: #fff;
	text-decoration: none;
}
#side .l-snav{
	background-color: #eff3f6;
	padding: 8px;
	margin:2px 0 38px 0;
}
#side .l-snav li{
	background-color: #fff;
	margin-bottom: 1px;
}
#side .l-snav li a{
	padding:12px 5px 12px 60px;
	display: block;
	font-size: 1.6rem;
	display: block;
	position:relative;
}
#side .l-snav li a:before{
	content: "";
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#side .l-snav li:first-child a:before{
	background:#004ea2 url(../images/cmn/l-snav-icon1.svg) 16px center no-repeat;
	background-size: 17px auto;
}
#side .l-snav li:nth-child(2) a:before{
	background:#004ea2 url(../images/cmn/l-snav-icon2.svg) 13px center no-repeat;
	background-size: 21px auto;
}
#side .l-snav li:last-child a:before{
	background:#004ea2 url(../images/cmn/l-snav-icon3.svg) 12px center no-repeat;
	background-size: 24px auto;
}
/* トップ
--------------------------------------------------*/

body.home{
	background-color: #f5f7f9;
}
#top-main{
	width: 1000px;
	margin: 0 auto;
}

#top-content{
	width: 1000px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
#top-left{
	width: 720px;
	float: left;
}
#top-content{
	margin-bottom: 50px;
}
#top-content .pickup{
	width: 260px;
	float: right;
}
#top-content h2{
	height: 40px;
}
#top-content .news h2{
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
	font-size: 2.2rem;
	padding:0 0 0 5px;
	position: relative;
}
#top-content .pickup h2{
	background: url(../images/cmn/top-icon-star.svg) 3px center no-repeat,url(../images/cmn/line-double.gif) left bottom repeat-x;
	background-size: 17px auto,auto 4px;
	font-size: 1.7rem;
	background: ;
	padding:8px 0 0 23px;
	margin-bottom: 12px;
}

#top-content .pickup li{
	font-size: 0;
	line-height: 0;
	margin-bottom: 12px;
	opacity: 1;
}
#top-content .pickup li:hover{
	opacity: 0.8;
}
#top-content .news-in{
	background-color: #fff;
	padding: 28px 27px 15px 27px;
	margin-top: -4px;
}
#top-content .news-pickup{
	overflow: hidden;
	margin-bottom: 25px;
}
#top-content .news-pickup .pic{
	width: 200px;
	float: left;
}
#top-content .news-pickup .cnt{
	width: 442px;
	float: right;
}
#top-content .news-pickup .h{
	color: #004f9b;
	font-size: 1.4rem;
}
#top-content .news-pickup .h span{
	background-color: #fff;
	color: #004f9b;
	font-size: 1.4rem;
	font-style: italic;
	position: relative;
	z-index: 10;
	padding-right: 10px;
}
#top-content .news-pickup .h{
	position: relative;
	margin-bottom: 7px;
}
#top-content .news-pickup .h:after{
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	border-top: 1px #d0deec dotted;
}
#top-content .news-pickup .day{
	margin-bottom: 7px;
}
#top-content .news-pickup .day time{
	font-size: 1.2rem;
	margin-right: 10px;
}
#top-content .news-pickup .day .cat{
	width: 60px;
	background-color: #c3e9d6;
	text-align: center;
	font-size: 1.2rem;
	padding: 1px 0;
	display: inline-block;
}
#top-content .news-pickup .txt{
	font-size: 1.3rem;
	line-height: 1.6;
	/*padding-right: 50px;*/
}

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


#top-content .news-nav{
	width: 100%;
	display: flex;
}

#top-content .news-nav div{
	width: calc(100% / 3);
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin-right: 2px;
	cursor: pointer;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
#top-content .news-nav div:first-child{
	border-bottom:3px #3e8add solid;
}
#top-content .news-nav div:nth-child(2){
	border-bottom:3px #fee797 solid;
}
#top-content .news-nav div:nth-child(3){
	border-bottom:3px #1ea862 solid;
	margin-right: 0;
}
#top-content .news-nav div.current:before,
#top-content .news-nav div:hover:before{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #3e8add;
	position: absolute;
	bottom: -22px;
	left:50%;
	transform:translateX(-50%);
}
#top-content .news-nav div.current:first-child:before,
#top-content .news-nav div:hover:first-child:before{
	border-top: 10px solid #3e8add;
}
#top-content .news-nav div.current:nth-child(2):before,
#top-content .news-nav div:nth-child(2):before{
	border-top: 10px solid #fee797;
}
#top-content .news-nav div.current:nth-child(3):before,
#top-content .news-nav div:nth-child(3):before{
	border-top: 10px solid #1ea862;
}

#top-content .news-nav div span.txt{
	background: url(../images/cmn/news-arw-off.svg) left center no-repeat;
	background-size: 10px auto;
	padding-left: 19px;
}
#top-content .news-nav div.current span.txt{
	background: url(../images/cmn/news-arw-on.svg) left center no-repeat;
	background-size: 10px auto;
}

#top-event{
	margin-bottom: 25px;
}
#top-event h2{
	background: url(../images/cmn/line-double.gif) left bottom repeat-x;
    font-size: 2.2rem;
    padding: 0 0 0 5px;
    position: relative;
}
#top-event div{
	background-color: #fff;
	border: 3px #98b8d6 solid;
	padding: 13px;
}
.top-emergency{
	border-bottom: 2px #c81444 solid;
	display: flex;
	justify-content: space-between;
}
.top-emergency span.h{
	color: #c81444;
	font-size: 2.2rem;
	margin-left: 13px;
	font-style: italic;
}
.top-emergency .link{
	float: right;
}
.top-emergency .link a{
	background: url(../images/cmn/ft-arw-next.svg) left center no-repeat;
	background-size: 7px auto;
	font-size: 1.2rem;
	padding-left: 13px;
}
.news-list-emergency{
	padding: 0 20px 5px 20px;
	background-color: #fff;
	margin-bottom: 25px;
}

#top-content .news-list-in{
	position: relative;
}
#top-content .news-list ul{
  margin-bottom:10px;
}
#top-content .news-list ul li {
  overflow: hidden;
  border-bottom: 1px #d0deec dotted;
	font-size: 1.3rem;
	vertical-align: middle;
}
#top-content .news-list ul li a{
	padding: 15px 0;
	display: block;
}
#top-content .news-list ul li time {
  position: relative;
  float:left;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #313131;
}
#top-content .news-list ul li span.cat {
  float:left;
  width: 60px;
  margin: 0 0 0 15px;
  text-align: center;
  font-size: 1.2rem;
	background-color: #c3e9d6;
	padding: 1px 0;
	display: inline-block;
}
#top-content .news-list ul li span.txt {
  display: block;
  padding-left: 155px;
  text-decoration: none;
}
#top-content .news-list .link{
	text-align: right;
}
#top-content .news-list .link a{
	background: url(../images/cmn/ft-arw-next.svg) left center no-repeat;
	background-size: 7px auto;
	font-size: 1.3rem;
	padding-left: 13px;
}

#top-ft{
	position: relative;
}
#top-ft .h{
	background: url(../images/cmn/line-double.gif) left center repeat-x;
	text-align: center;
	margin-bottom: 20px;
}
#top-ft .h h2{
	background-color:#f5f7f9;
	font-size: 2rem;
	display: inline-block;
	padding: 0 30px;
}
#top-ft .slick-prev,
#top-ft .slick-next{
	position: absolute;
	top:-48px;
	font-style: italic;
	cursor: pointer;
	border: none;
	color: #00407e;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#top-ft .slick-prev{
	background:#f5f7f9 url(../images/cmn/ft-arw-prev.svg) left center no-repeat;
	background-size: 6px auto;
	left: 0;
	padding:0 10px 0 15px;
}
#top-ft .slick-next{
	background:#f5f7f9 url(../images/cmn/ft-arw-next.svg) right center no-repeat;
	background-size: 6px auto;
	right: 35px;
	padding:0 15px 0 10px;
}
#top-ft ul{
    min-width: 1000px;
	height: auto;
	margin-right: -35px;
}
#top-ft ul li{
	width: 308px;
	border: 1px #004ea2 solid;
	padding: 9px;
	position: relative;
	overflow: hidden;
	margin-right: 35px;
}
#top-ft ul li:first-child{
}
#top-ft ul li:after{
	content:"";
	width: 36px;
	height: 36px;
	background-color: #004ea2;
	content: "";
	position: absolute;
	top: -18px;
	left:-18px;
	display: block;
	transform:rotate(45deg);
}
#top-ft ul li:first-child{
	margin-left: 0;
}
#top-ft ul li .pic{
	background-color: #fff;
	opacity: 1;
	position: relative;
	z-index: 10;
}
#top-ft ul li .pic img{
	opacity: 1;
}
#top-ft ul li:hover .pic img{
	opacity: 0.8;
}
#top-ft ul li .txt1{
	background: url(../images/cmn/ft-arw-next.svg) 5px center no-repeat;
	background-size: 9px auto;
	font-size: 1.8rem;
	border-bottom: 1px #c5dbef solid;
	padding: 10px 0 10px 24px;
	margin-bottom: 10px;
}
#top-ft ul li .txt2{
	font-size: 1.3rem;
	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: 50px 0;
}
.notfound .h{
	color: #004ea2;
	font-size: 50px;
	margin-bottom: 30px;
}
.notfound .txt{
	line-height: 2.2;
	margin-bottom: 40px;
}
.notfound .btn a{
	color: #004ea2;
	cursor: pointer;
	background:url(../images/cmn/line-double2.gif) left bottom 2px repeat-x,#f5f7f9 url(../images/cmn/ft-arw-next.svg) 20px 1.2em no-repeat;
	background-size: auto,6px auto;
	padding: 15px 40px 18px 40px;
	position: relative;
}
.notfound .btn a:hover{
	background:url(../images/cmn/line-double2.gif) left bottom 2px repeat-x,#e5f0fa url(../images/cmn/ft-arw-next.svg) 20px 1.2em no-repeat;
	background-size: auto,6px auto;
	text-decoration: none;
}

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

ul.news-archive{
  border-top: 1px #b8cee3 dotted;
  margin-bottom:20px;
}
ul.news-archive li {
  overflow: hidden;
  border-bottom: 1px #b8cee3 dotted;
	font-size: 1.4rem;
	vertical-align: middle;
}
ul.news-archive li a{
	padding: 14px 0;
	display: block;
}
ul.news-archive li time {
  font-size: 1.3rem;
  position: relative;
  float:left;
	margin-left: 13px;
	color: #313131;
}
ul.news-archive li span.cat {
  float:left;
  width: 60px;
  margin: 0 0 0 15px;
  text-align: center;
  font-size: 1.2rem;
	background-color: #c3e9d6;
	padding: 1px 0;
	display: inline-block;
}
ul.news-archive li span.txt {
  display: block;
  padding-left: 167px;
  text-decoration: none;
}
.pagenavi{
	font-size:1.4rem;
	font-weight: bold;
	text-align:center;
	margin:30px 0;
}
.pagenavi a,
.pagenavi span{
	padding:3px 10px;
	margin:0 5px;
	display:inline-block;
}
.pagenavi a{
	color: #004ea2;
	border: 1px #004ea2 solid;
}
.pagenavi a:hover{
	background-color:#004ea2;
	text-decoration:none;
	color: #fff;
}
.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: 8px auto;
}
.pagenavi a.next{
	background-image: url(../images/cmn/ft-arw-next.svg);
	background-size: 8px auto;
}

.single-data{
	text-align: right;
	margin: -10px 0 20px 0;
	font-size: 1.3rem;
}
.nextprev{
	min-height: 3em;
	border-top: 1px #a1beda dotted;
	font-size: 1.8rem;
	position: relative;
  margin-top:35px;
	text-align: center;
}
.nextprev li{
	width:auto;
	text-align: center;
	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: 9px auto;
	padding: 12px 0 12px 20px;
	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: 9px auto;
	padding: 12px 20px 12px 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: 18px auto;
	display: inline-block;
	color: #004f9b;
	padding:12px 0 12px 28px;
}


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

.red{
	color: #a40000;
}
.form-tel{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.form-tel a:hover{
	text-decoration: none;
}
.form-tel .l{
	width: 260px;
	float: left;
	margin-top: 10px;
}
.form-tel .r{
	background:url(../images/cmn/form-icon-tel.svg) left center no-repeat;
	background-size: 30px auto;
	width: 450px;
	color: #004ea2;
	font-size: 3.6rem;
	float: right;
	padding: 0 0 0 42px;
	font-weight: bold;
}

.must{
	color: #fd8a03;
}
table.form{
	width: 100%;
	margin-bottom: 25px;
}
table.form th,
table.form td{
	background-color: #f5f7f9;
	padding: 13px;
	font-size: 13px;
	border-bottom: 1px #9b9c9d dotted;
}
table.form th{
	width: 185px;
	text-align: right;
	vertical-align: top;
}

table.form input[type=text],
table.form textarea{
	padding: 3px 5px;
}
table.form .num{
	width: 60px;
}
table.form .short{
	width: 110px;
}
table.form .mdl{
	width: 270px;
}
table.form .mdl2{
	width: 180px;
}
table.form .long{
	width: 365px;
}
table.form .long2{
	width: 310px;
}
table.form textarea{
	width: 100%;
	height: 140px;
}
table.form .mwform-radio-field-text,
table.form .mwform-checkbox-field-text{
	margin: 0 25px 0 3px;
}
table.form .txt1{
	margin:0 6px 0 0;
}
table.form .txt2{
	margin:0 4px 0 27px;
}
table.form .txt3{
	margin:0 30px 0 0;
}
table.form .txt4{
	margin:0 7px 0 0;
}
table.form .txt5{
	margin:0 7px;
}
table.form .txt6{
	margin:0 0 0 12px;
}
.form-btn{
	text-align: center;
	margin-bottom: 30px;
}
.form-btn 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-btn button span{
	background: url(../images/cmn/arw-white.svg) left center no-repeat;
	background-size: 6px auto;
	padding-left: 20px;
}
table.form table{
	margin-bottom: 0;
}
table.form td th,
table.form td td{
	padding: 5px 0;
	border-bottom: 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 th{
	width: 5em;
	text-align: left;
}

button.btn-autoinput{
	background-color: #004598;
	color: #fff;
	border: none;
	padding: 3px 8px;
	margin-left: 10px;
}

.blank-txt{
	color: #004ea2;
	font-size: 18px;
	margin-bottom: 20px;
}
.blank-form{
	background-color: #f5f7f9;
	padding: 14px 18px;
}
.blank-form .mdl{
	width: 520px;
	height: 31px;
	padding: 0 5px;
}
.blank-form .btn{
	width: 150px;
	height: 31px;
	float: right;
	background:#014689 url(../images/cmn/arw-white.png) 16px 0.8em no-repeat;
	background-size: 6px auto;
	color: #fff;
	font-size: 14px;
	border: none;
	box-sizing: border-box;
	padding: 5px 0 5px 32px;
	text-align: left;
}


h2.form-h{
	color: #fff;
	position: relative;
	overflow: hidden;
	background:#004ea2 url(../images/pc/h2-bg.gif) right top no-repeat;
	font-size: 2.2rem;
	padding: 9px 10px 9px 18px;
	margin-bottom:15px;
}
table.form .txt-h{
	font-weight: bold;
	display: block;
	margin: 20px 0 10px 0;
}


.opencampus-closed{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.opencampus-goform{
	text-align: center;
}
.opencampus-goform a{
	background:#fc8f01 url(../images/cmn/arw-white.svg) 19px center no-repeat;
	background-size: 14px auto;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	padding: 8px 65px 8px 73px;
	border-radius: 4px;
	box-shadow: 0 2px 0 #b35e00;
}

table.form .td-gender .mwform-radio-field-text {
	margin: 0 8px 0 2px;
}
.mw_wp_form .hide-confirm {
	margin-bottom: 0;
}