/*
 Theme Name:   web child
 Template:     web
*/
/* */
ul,li,p{
    padding: 0;
    margin: 0;
}

body{
    overflow-x: hidden;
    line-height:1.8em ;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
a{
    text-decoration: none;
}
a[href$=".doc"], a[href$=".docx"] {
	display: inline-block;
	padding-right: 20px;
	background: url(./img/icn_word.png) no-repeat right center;
	vertical-align: bottom;
}

a[href$=".xls"], a[href$=".xlsx"] {
	display: inline-block;
	padding-right: 20px;
	background: url(./img/icn_excel.png) no-repeat right center;
	vertical-align: bottom;
}

a[href$=".ppt"], a[href$=".pptx"] {
	display: inline-block;
	padding-right: 20px;
	background: url(./img/icn_powerpoint.png) no-repeat right center;
	vertical-align: bottom;
}

a[href$=".pdf"] {
	display: inline-block;
	padding-right: 20px;
	background: url(./img/icn_pdf.png) no-repeat right center;
	vertical-align: bottom;
}
.top-news a[href$=".pdf"]{
	padding-right: 0px;
	background-image: none;
}

a[href$=".zip"] {
	display: inline-block;
	padding-right: 20px;
	background: url(./img/icn_zip.png) no-repeat right center;
	vertical-align: bottom;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/*header*/
.menu-header-nav-container{
    max-width: 1200px;
    margin:0 auto;
}
.menu-header-nav-container ul{
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
}
.menu-header-nav-container ul li{
    padding-right: 30px;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
}
.menu-header-nav-container ul li a{
    color: #666;
    padding-left: 10px;
    border-left: 7px solid #000;
}
.menu-header-nav-container ul li a:hover{
    text-decoration: underline;
}
.main-navigation{
    background: #000;
    float: inherit;
    position: relative;
    z-index: 1;
}
.main-navigation ul{
     max-width: 1204px;
     margin: 0 auto;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
	font-size:97%;
	line-height:1.1;
}
.main-navigation ul li{
    float: left;
    width: calc(100%/8);
    text-align: center;
    position: relative;
}
.main-navigation li.menu-item a{
    padding: 1.2em 0;
    color: #fff;
}
.main-navigation li.menu-item a.twolines{
    padding: 0.6em 0;
}

.main-navigation .class-second{
    background: #000;
    box-shadow: none;
}
.main-navigation .class-second li{
    width: 100%;
    position: initial;
    text-align: left;
}
.main-navigation .class-second li:hover,
.main-navigation .class-second li a:hover{
    /*background: rgba(255,255,255,0.2);*/
	background:#666;
}
.main-navigation .class-second li a{
    width: 350px;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
	background: #000;
}
.main-navigation .class-second li:last-child a{
    border-bottom: none;
}
.entry-header h1{
    margin: 0;
    padding: 40px 10px;
    background: #eee;
    color: #000;
    font-size: 24px;
    text-align: center;
}
.entry-content h2 {
    padding: 20px 0;
 }
@media screen and (max-width: 1200px){
    .header-nav{
        width: 100vw;
        position: fixed;
        z-index: 1;
        top: 70px;
    }
    .menu-header-nav-container{
        display: none;
    }
    .menu-header-nav-container ul{
        margin: 0;
        flex-wrap: wrap;
        background: #000;
        justify-content: end;
    }
    .menu-header-nav-container ul li {
        width: 50%;
        padding-right: 0;
    }
    .menu-header-nav-container ul li a{
        padding: 5px;
        margin: 7px 4px 0 4px;
        background: #fff;
        border: none;
        display: block;
        text-align: center;
    }
    .menu-header-nav-container ul li:nth-child(2n) a{
        /*margin-left: 0;*/
    }
    .main-navigation{
		width: 100vw;
        top: 160px;
        display: none;
        position: fixed;
        z-index: 1;
    }
    .main-navigation ul{
        padding: 0 0 7px 0;
       width: 100%;
       justify-content: end;
    }
    .main-navigation ul li {
        width:50%;
        text-align: center;
    }
    .main-navigation li.menu-item a{
        margin: 7px 4px 0 4px;
        padding: 10px 0;
        border: 2px solid #fff;
    }
    .main-navigation li.menu-item:nth-child(2n) a{
        /*margin-left: 0;*/
    }
    .main-navigation .class-second {
        display: none;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .nav-bottom .header-sp{
        display: flex;
        justify-content: center;
    }
    .nav-bottom .header-sp a{
        color: #fff;
    }
    .nav-bottom .search-form{
        padding-bottom: 5px;
        text-align: center;
    }
    .nav-bottom .header-top-right a:before{
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
}
/**/
.site-header{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header-logo img{
    width: 400px;
}
.header-right{
    margin-left: auto;
    display: flex;
}
.header-top-right a{
    margin-right: 20px;
    font-size: 13px;
    color: #000;
}
.header-top-right a:hover{
    text-decoration: underline;
}
.header-top-right a:before{
    content: '';
    left: 0;
    margin-right: 7px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-form .search-field{
    padding:0 5px;
    background: #fff;
    line-height: 2em;
}
.search-form .search-submit{
    border: none; 
}
.search-form input[type="submit"] {
    line-height: 2em;
}
.ham-menu{
    display: none;
}
#metaslider-id-6{
    width: 80%;
}
.top-slide{
    width: 1200px;
    margin: 0 auto;
    /*height: 595px;*/
    position: relative;
    display: flex;
    flex-flow: row-reverse;
}
.top-slide img{
    width: 100%;
    height: 595px;
    object-fit: cover;
}
.top-slide ul{
    /*font-size: 0;*/
}
.top-slide-nav{
    width: 20%;
    height: 595px;
    max-width: 1200px;
    margin:0 auto;  
}
.top-slide-nav ul {
    height: 100%;
    top: 0;
    /*position: absolute;*/
    background:rgba(255,255,255,0.9);
	margin-right: 4px;
}
.top-slide-nav ul li{
    margin: 0;
	padding: 5px 0;
    font-size: 18px;
    list-style: none;
	height: 99px;
}
.top-slide-nav ul li a{
    /*margin: 0 5px;*/
    padding:0;
    display:block;
    line-height: 89px;
    text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.top-slide-nav ul li a:hover{
	opacity:0.7;
}
.flex-direction-nav {
	display: block;
}
@media screen and (max-width: 1200px) {
	.flex-direction-nav{
		display: none;
	}
}
#main-nav a{
    /*padding: 9.9px;
    display: flex;*/
    position: relative;
	height: 89px;
}
#main-nav a img{
    height: 56px;
    width: 56px;
    border-radius: 5px 0 0 5px;
    object-fit: cover;
}
#main-nav a p{
    left: 70px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#main-nav .f-01 a{
    border:1px solid #e77fe4;
    border-radius: 5px;
    background: #e77fe4;
    color: #fff;
    /*color: #f8bdf6;*/
}
#main-nav .f-02 a{
    border:1px solid #6ad46a;
    border-radius: 5px;
    background:#6ad46a;
    color: #fff;
    /*color:#aff8af;*/
}
#main-nav .f-03 a{
    border:1px solid #d6d655;
    border-radius: 5px;
    background:#d6d655;
    color:#fff;
    /*color:#f6f68b;*/
}
#main-nav .f-04 a{
    border:1px solid  #476dc2;
    border-radius: 5px;
    background:#476dc2;
    color: #fff;
}
#main-nav .f-05 a{
    border:1px solid #84c0d8;
    border-radius: 5px;
    background:#84c0d8;
    color: #fff;
}
#main-nav .f-06 a{
    border:1px solid #ff9e9e;
    border-radius: 5px;
    background:#ff9e9e;
    color:#fff;
}
#main-nav .f-07 a{
    border:1px solid#aa266f;
    border-radius: 5px;
    background:#aa266f;
    color: #fff;
}
#main-nav .f-08 a{
    border:1px solid#21aada;
    border-radius: 5px;
    background:#21aada;
    color: #fff;
}
#main-nav .f-09 a{
    border:1px solid #21aada;
    border-radius: 5px;
    color: #21aada;
}
@media screen and (max-width: 1200px) {
    .site-header{
        width:100vw;
        height: 70px;
        padding: 0;
        margin:0;
        background: #fff;
        border-bottom:1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        z-index: 1;
    }
    .header-logo{
        width: 70%;
    }
    .header-logo img{
        width: auto;
        max-height: 70px;
        padding-top: 10px;
    }
    .ham-menu{
        max-width: 30%;
        background: #000;
        border-radius: 5px;
        position: relative;
        width: 60px;
        height: 60px;
        display: block;
        cursor: pointer;
    }
    .ham-menu span{
        position: absolute;
        left: 50%;
        width: 60%;
        height: 4px;
        background-color: #21aada;
        border-radius: 4px;
        transform: translateX(-50%);
    }
    .ham-menu, .ham-menu span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .ham-menu span{
        background: #fff;
    }
    .ham-menu span:nth-of-type(1) {
        top: 13px;
    }
    .ham-menu span:nth-of-type(2) {
        top: 22px;
    }
    .ham-menu span:nth-of-type(3) {
        bottom: 25px;
    }
    .ham-menu p {
        color: white;
		position: absolute;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
		text-align:center;
    }
    .ham-menu.active span:nth-of-type(1) {
        top:0px;
        left: 12px;
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg);
    }
    .ham-menu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-of-type(3) {
        bottom:16px;
        left: 12px;
        -webkit-transform: translateY(-20px) rotate(-45deg);
        transform: translateY(-20px) rotate(-45deg);
    }
    .header-right{
        display: none;
    }
    
    .main-nav{
        width: 100%;
        display: none;
        position: absolute;
        z-index: 1;
    }
    .main-nav li {
        width:50%;
        display: inline-block;
        font-size: 18px;
        text-align: center;
    }
    .main-nav li a{
        margin: 5px;
        border:1px solid #fff;
    }
    .top-slide {
        width: 100%;
        height: auto;
		/*height: 300px;
		overflow: hidden;*/
        display: block;
    }
    .top-slide img{
        height: 30vh;
    }
    .top-slide-nav {
        width: 100%;
        height: auto;
    }
    .top-slide-nav ul{
        position: relative;
        display: flex;
        flex-wrap: wrap;
		margin: 0 4px;
    }
    .top-slide-nav ul li{
        width: 50%;
		height: 3em;
    }
    #main-nav a{
        padding: 0;
		height: 3em;
		line-height: 3em;
    }
    #main-nav a p{
        left: 64px;
    }
}
/*スライダー*/

.metaslider .flexslider {
    height: 595px;
}
.metaslider .flexslider .slides img{
    height: 595px;
    object-fit: cover;
}
@media screen and (max-width: 1200px){
    .site-content{
        padding-top: 70px;
    }
    .metaslider .flexslider {
        /*height: auto;*/
		height: 60vh;
    }
    .metaslider .flexslider ul,
    .metaslider .flexslider ul li {
		height: 100% !important;
    }
    .metaslider .flexslider .slides img{
        /*height: auto;*/
		height: 100%;
        object-fit: cover;
    }

}
/*コロナ*/
a.corona-ttl{
    padding: 5px;
    text-align: center;
    border:2px solid  #86023e;
    border-radius: 20px; 
    color:  #86023e;
    display: block;
    transition: 0.3s;
}
a.corona-ttl:hover{
    background:  #86023e;
    color: #fff;
}
.top-corona{
    display: flex;
    padding-top: 10px;
}
.top-corona a{
    color: #86023e;
}
.top-corona a:hover{
    text-decoration: underline;
}
.top-corona>div{
    width:100%;
}
.top-corona-left{
    padding: 10px;
    background: #def6ff;
}
.top-corona-right{
    padding: 10px;
    background: #ffdede;
}
@media screen and (max-width: 1200px){
    .top-corona{
        display:block;
        font-size: 14px
    }
    .top-corona>div {
        width:100%;
    }
}
/*重要なお知らせ*/
.top-important,
.top-important-inner{
    max-width: 1200px;
    margin:10px auto 10px auto;
}
.top-im-inner-ttl{
    padding: 5px 0;
    background: #86023e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.top-im-inner-txt{
    padding:15px 30px;
    border: 2px solid #86023e;
	max-height:200px;
	overflow-y: scroll;
	box-sizing: border-box;
}
@media screen and (max-width: 1200px){
    .top-important{
        width: 95%;
        margin: 30px auto;
    }
    .top-im-inner-txt{
        padding:15px;
        font-size: 14px;

    }
}
.top-kaiso{
	background:#476dc2;
	border-radius: 5px;
    font-size: 1.5rem;
    text-align: center;
}
.top-kaiso a{
	padding: 20px;
	color: #fff;
	display:block;
}
.top-kaiso a:hover{
	opacity:0.7;
}
/*top-news*/
section.top-news{
    background: #eee;
}
.news-head{
    padding: 60px 0 60px 0;
    text-align: center;
}
.news-head-ttl{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.news-head-ttl:before {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background:  #469417;
  }
.news-head img{
    width: 50px;
    height: auto;
}
.news-tag ul{
    max-width: 800px;
    margin: 0 auto 0 auto;
}
.news-tag ul{
    margin-bottom: 10px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}
.news-tag li{
    width:110px;
    height: 110px;
    background: #929292;
    border-radius:50%;
    font-size: 18px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}
.news-tag li a{
    width:110px;
    height: 110px;
	display: block;
}
.news-tag li span{
    top:50%;
    left:50%;
    color: #fff ;
    cursor: pointer;
    display: block;

    font-size: 15px;
    text-decoration: none;
    position: absolute;
    transform: translate(-50%,-50%);
}
.news-tag li.all:hover,
.news-tag li.all.active{
    background: #469417 ;
}
.news-tag li.news:hover,
.news-tag li.news.active{
    background: #174793 ;
}
.news-tag li.notice:hover,
.news-tag li.notice.active{
    background: #931747 ;
}
.news-tag li.prize:hover,
.news-tag li.prize.active{
    background: #7d1793 ;
}
.news-tag li.event:hover,
.news-tag li.event.active{
    background: #916017;
}
.news-tag li.ent:hover,
.news-tag li.ent.active{
    background: #BF248B;
}
.news-tag li:hover span,
.news-tag li.active span{
    color: #fff;
}
.news-list{
    max-width: 1200px;
    margin: 0 auto;
    display: none;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: space-between;
}
.news-list.show{
    display: flex;
}
.news-list article{
    width: 24.5%;
    height: 100%;
    margin-top:30px;
}
.news-list article:nth-child(4n){
    margin-right: 0;
}
.news-list article a{
    color: #000;
    text-decoration: none;
}
.news-list article:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.news-list article .news-thumbnail{
    height: 150px;
    position: relative;
	background: #f7f7f7;
}
.news-list article .date{
    padding-right: 10px;
    color: #666;
}
.news-list article .news-thumbnail img{
    width: 100%;
    height:150px;
    object-fit: contain;
}
.news-list article .news-ttl{
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
	line-height: 1.4;
	height: 140px;
	overflow: hidden;
}
.news-list article .news-ttl .news.cate{
    font-size: 12px;
    border-bottom: 1px dashed #174793;
    color: #174793;
    display: flex;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news-list article .news-ttl .notice.cate{
    font-size: 12px;
    border-bottom: 1px dashed #931747;
    color: #931747;
    display: flex;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news-list article .news-ttl .prize.cate{
    font-size: 12px;
    border-bottom: 1px dashed #7d1793;
    color: #7d1793;
    display: flex;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news-list article .news-ttl .ent.cate{
    font-size: 12px;
    border-bottom: 1px dashed #BF248B;
    color: #BF248B;
    display: flex;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news-list article .news-ttl .entry-icon-new {
    border-radius: 4px;
    background: #86023e;
    font-size: 85%;
    color: white;
    padding: 0 4px;
}

.news-list-btn{
    display: block;
    padding-bottom: 30px;
    text-align: center;
	margin: 0 auto;
}
.news-list-btn a{
	width: auto;
    margin:30px auto 0 auto;
    padding: 5px 20px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    display: block;
}
@media screen and (max-width: 1000px) {
    .news-tag{
        width: 95%;
        margin: 0 auto;
    }
    .news-tag ul{

    }
    .news-tag li{
        height: 50px;
        border-radius: 10px;
    }
    .news-tag li a{
        font-size: 14px;
    }
    .news-list{
        display: none;
    }
    .news-list.show{
        display:flex;
        justify-content: space-around;
    }
    .news-list article {
        width:48%;
        margin: 0 0 15px 0;
        display: block;
    }
    .news-list article .news-thumbnail img,
    .news-list article .news-thumbnail {
        height: 110px;
    }
    .news-list article:nth-child(4n){
        margin-right: 0;
    }
    .news-tag li{
        width: 49%;
		margin:1px 0;
    }
	.news-tag li a{
    width:100%;
    height: 100%;
	display: block;
	}
    .news-tag li span{
       padding: 13px 0;
    }
    .news-list article .news-ttl{
        padding:10px;
    }
    .news-list article .news-ttl .cate{
        display: block;
    }

}
/*top-link*/
.top-link  ul{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-link li{
    width: 31.33%;
    padding-bottom: 30px;
    display: inline-block;
    font-size: 16px;
}
.top-link li:nth-child(3n){
    margin-right: 0;
}
.top-link li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.top-link li a{
    border: 3px solid #469417;
    display: block;  
    position: relative;
}
.top-link li a:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.link-p:before{
    content: "";
    width: 15px;
    height: 3px;
    left: 0;
    bottom: 32px;
    background: #469417;
    position: absolute;
}
.link-p{
    padding: 20px 20px 20px 30px;
    color:#469417 ;
    font-weight: bold;
}
@media screen and (max-width: 1000px){
    .top-link li{
        width: 95%;
        margin: 0 auto 15px auto;
        padding: 0;
    }
    .top-link li:nth-child(3n){
        margin-right: auto;
    }
}
/*footer*/
.footer-top{
    background: #000;
}
.footer-top-left{
    margin-right: 30px;
}
.footer-top-left p{
    padding-left: 1em;
    color: #fff;
}
.footer-top-left img{
    width: 400px;
}
.footer-top-inner{
    max-width: 1200px;
    margin:0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-nav ul{
    font-size: 0;
}
.footer-top-nav li{
    width: 35%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    list-style: none;
}
.footer-top-nav li a{
    padding-left: 10px;
    border-left: 3px solid #fff;
    color: #fff;
}
.footer-top-nav li a:hover{
    text-decoration: underline;
}
.footer-banner ul{
    max-width:1200px;
    margin: 50px auto;
    font-size: 0;
    text-align: left;
}
.footer-banner ul li{
    padding: 0 5px;
    width:calc(100%/3);
    display: inline-block;
}
.footer-banner ul li:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.footer-banner ul li img{
    width: 100%;
    height:auto;
}
.footer-top .copyright{
    margin: 30px 0 0 0;
    background:#fff;
    color: #000;
    font-size: 14px;
    text-align: center;
}
@media  screen and (max-width: 1000px){
    .footer-top-inner{
        width: 95%;
        margin:0 auto;
        padding: 10px 0;
        display: block;
    }
    .footer-top-left{
        margin: 0;
    }
    .footer-top-left img{
        width: auto;
        padding: 20px 5%;
    }
    .footer-top-nav ul{
        margin: 20px 0;
    }
    .footer-banner ul{
        width: 95%;
        margin: 0 auto;
    }
    .footer-top-nav li{
        width: 50%;
    }
    .footer-banner ul li {
        width: 33.33%;
    }
    .footer-banner ul li img{
        height: auto;
    }
    .footer-banner ul li:nth-child(3n){
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px){

    .footer-banner ul{
        width: 95%;
        margin: 20px auto 0 auto;
    }
    .footer-banner ul li{
        width: 50%;
    }
    .footer-banner ul li:nth-child(2n){
        padding-right: 0;
    }
    .footer-banner ul li:nth-child(3n){
        padding-right: 5px;
    }
    .footer-banner ul li:nth-child(6n){
        padding-right: 0px;
    }
    .footer-banner ul li img{
        height: auto;
    }
}
/*page*/
.content-page{
    max-width: 1200px;
    margin:60px auto;
}
.content-page a{
    color: #21759b;
    text-decoration: underline;
}
.content-page a:hover{
    text-decoration: none;
}
.content-page.error{
    text-align: center;
}
.content-page ul{
    padding-bottom: 20px;
}
.content-page li{
    list-style: none;
}
.content-page p{
    padding-bottom: 20px;
}
.content-page h2{
    padding:20px 0;
    border-bottom: 4px solid #469417;
    color: #469417;
}
.content-page h3{
    margin: 20px 0 20px 0;
    padding: 7px 0 7px 15px;
    border-left: 4px solid #469417;
}
.content-page h4{
    color: #469417;
}
.content-page table{
    color: #000;
}
.content-page th{
    padding: 10px;
    background: #DDF2F6;
}
.content-page td{
    padding: 10px;
    background: #fff;
}
.content-page table{
    border: 1px solid #666;
    border-collapse: collapse;
}
.content-page table th{
    background: #eee;
    font-weight: 300;
}
.content-page table th,
.content-page table td{
    padding: 5px 10px;
    border: 1px solid #666;
}
@media screen and (max-width: 1000x){
    .content-page{
        width: 95%;
    }
}
/*カテゴリー*/
.category-page{
    max-width: 1200px;
    margin: 60px auto;
}
.category-page article{
    padding: 15px 0;
    color: #469417;
    display: flex;
}
.category-page article .news-ttl a:hover{
    text-decoration: underline;
    color: #469417;
}
.category-page article .date{
    color: #404040;
}
.category-page article .news-ttl a{
    color: #469417;
}
.category-page article .cate{
    width: 100px;
    margin: 0 20px;
}
.category-page article .cate a{
    width: 100%;
    padding:0;
    background: #469417;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}
.category-page article .cate.news a{
    background: #174793 ;
}
.category-page article .cate.notice a{
    background: #931747 ;
}
.category-page article .cate.prize a{
    background: #7d1793 ;
}
  @media screen and (max-width: 1000px){
    .content-page{
        width:95%;
        margin: 20px auto;
    }
    .category-page{
        width: 95%;
    }
    .category-page article{
        display: block;
    }
    .category-page article .date,
    .category-page article .cate{
        display: inline-block;
    }
    .category-page article .news-ttl a{
        margin: 0;
		overflow-wrap: break-word;
    }
}

/* pager */
.pager .page-numbers {
  text-align: center;
	margin-top:1em;
}
.pager .page-numbers li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.pager .page-numbers li a{
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pager .page-numbers li span.current,
.pager .page-numbers li span.dots{
  display: inline-block;
  width: 50px;
  height: 50px;
}
.pager .page-numbers li a:hover,
.pager .page-numbers li span.current{
  color: #fff;
  background: #000;
}

/*@media only screen and (max-width: 1000px){
  .pager .page-numbers li{
    display: none;
  }
  .pager .page-numbers li.pre,
  .pager .page-numbers li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .page-numbers li.pre a,
  .pager .page-numbers li.next a{
    width: 100%;
    text-align: center;
  }
}*/
/*投稿*/
.single-area{
    max-width: 1200px;
    margin: 60px auto;
}
.single-area h2{
    padding-bottom: 10px;
    border-bottom: 2px dashed #469417;
    margin-bottom: 20px;
}
.single-area a{
    color: #469417;
}
.single-area a:hover{
    text-decoration: underline;
}
.single-bottom{
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    justify-content: space-between;
    display: flex;
}
.single-bottom a{
    color: #469417;
}
.entry-meta{
    font-size: 14px;
}
.entry-meta a{
    margin-right: 10px;
}
@media screen and (max-width: 1000px){
    .single-area{
        width:95%;
        margin:20px auto;
    }
    .single-area h2{
        font-size: 20px;
    }
    .single-bottom{
        font-size: 13px;
    }
    .single-bottom a{
        width: 45%;
    }
    .entry-meta{
        font-size: 13px;
    }
}
/*検索結果*/
.search-area{
    max-width: 1200px;
    width: auto;
    margin: 60px auto;
}
.search-area a{
    color: #469417;
}
.search-area article{
    border-bottom: 1px solid #eee;
}
.search-area .entry-summary{
    margin: 10px 0;
}
/*学科*/
.page-content h3{
    margin:20px 0  30px 0;
    padding: 10px 20px;
    background:#F2F2F2;
    border-left: 5px solid #469417;
    display: block;
}
.page-content p{
    padding-bottom: 30px;
}
.page-content-head{
    position: relative;
}
.page-content-head-inner{
    max-width: 1200px;
    margin: 0 auto;
}
.page-content-head img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.page-content-head-ttl{
    top:50%;
    padding: 15px 200px 15px 30px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    transform: translateY(-50%);
}
.page-content-head-ttl{
    border-left: 10px solid #469417;
    color: #21aada;
    font-size: 24px;
    font-weight: bold;
}
.page-content-head-small{
    font-size: 12px;
}
.entry-content{
    max-width: 1200px;
    margin: 60px auto;
}
.entry-content p{
    padding:0 0 20px 0;
}
.entry-content a{
    color: #469417;
}
.entry-content li{
    list-style: none;
}
.entry-content li a{ 
    color: #469417;
} 
.entry-content table{
    border: 1px solid #666;
    border-collapse: collapse;
}
.entry-content table th{
    background: #eee;
    font-weight: 300;
}
.entry-content table th,
.entry-content table td{
    padding: 5px 10px;
    border: 1px solid #666;
}
.nav-links{
    max-width: 1200px;
    margin:0 auto;
}
.nav-links a{
    color: #469417;
}
.widget-area{
    max-width: 1200px;
    margin: 0 auto;
}
.widget-area a{
    color: #469417;
}
@media screen and (max-width: 1000px){
    .entry-content{
        max-width: auto;
        width: 95%;
        margin: 0 auto;
    }
    .page-content-head-ttl{
        padding: 15px 15px 15px 30px;
    }
}
.content-01{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.content-01 .catchcopy{
    max-width: 700px;
}
.content-01 .catchcopy h2{
    padding:0 0 25px 0;
    color: #469417;
    font-size: 24px;
    line-height: 1.5em;
}
.f-06 .content-01 .catchcopy h2{
    font-size: 14px;
}
.content-01 img{
    width: 500px;
    padding-left: 30px;
    object-fit: cover;
}
.f-01 .content-01 img{
    width: 250px;
}
@media screen and (max-width: 1000px) {
    .content-01{
        display: block;
        margin-top: 30px;
    }
    .content-01 img{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
}
.content-02 ul{
    display: flex;
}
.content-02 ul li{
    width: 25%;
    padding: 15px;
    margin-right: 10px;
    background: #DDF2F6;
    border: 2px solid #469417;
    border-radius: 15px;
    list-style: none;
}
.f-02 .content-02 ul li{
    width: 25%;
}
.content-02 ul li:last-child{
    margin-right: 0;
}
.content-02 ul li .grade-ttl{
    padding-bottom: 10px;
    border-bottom:2px dashed #469417;
    font-size: 20px;
    font-weight: bold;
}
.content-02 ul li .grade-txt{
    font-size: 14px;
}
.content-02 ul li .grade-txt>p{
    min-height: 350px;
	line-height:1.8;
}
.f-06 .content-02 ul li .grade-txt>p{
    min-height: 460px;
}
.content-02 ul li .grade-txt span{
    color: #469417;
    font-size: 18px;
    font-weight: bold;
    line-height:3em ;
}
.content-02 .subject{
    padding: 10px;
    background: #fff; 
    border-radius: 15px;
}
.content-02 .subject p{
    padding: 0;
}
.content-02 .humandsci{
    text-align:center;
	padding:1em 0;
}
.content-02 .humandsci a{
	padding:0 1em;
	text-decoration:underline;
}
.content-02 .humandsci a:hover{
	text-decoration:none;
}
@media screen and (max-width: 1000px) {
    .content-02 ul{
        display: block;
    }
    .content-02 ul li {
        width:100%;
        margin: 0 auto 10px auto;
    }
    .f-02 .content-02 ul li {
        width:100%;
    }
    .content-02 ul li:last-child {
        margin-right: auto;
    }
    .content-02 ul li .grade-txt>p{
        min-height: auto;
    }
    .f-03 .content-02 ul li .grade-txt>p{
        min-height: auto;
    }
    .f-06 .content-02 ul li .grade-txt>p{
        min-height:auto;
    }
	.content-02 .humandsci a{
		display:block;
	}
}
.content-03{
    width: 100%;
    margin: 60px 0;
    font-size: 0;
}
.content-03 img{
    width: 33.3%;
    height:200px ;
    object-fit: cover;
}
.content-04{
    margin: 0 calc(50% - 50vw);
  width: 100vw;
    background: #DDF2F6;
}
.content-04-news ul{
    max-width: 1200px;
    margin:0 auto;
    padding-bottom: 30px;
    display: flex;
}
.content-04-news ul li{
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #eee;
    list-style: none;
	width: 33%;
}
.content-04-news ul li a{
    padding: 25px 25px 40px 25px;
    display: block;
    position: relative;
	overflow-wrap: break-word;
}
.content-04-news ul li a::after{
    content: "more";
    height:9px;
    bottom:30px;
    right: 25px;
    color: #469417;
    font-size:13px ;
    position: absolute;
}
.content-04-news ul li a::before{
    content: "";
    width: 30px;
    height: 3px;
    bottom:21px;
    right: -10px;
    background: #469417;
    position: absolute;
}
.content-04-news .category-btn {
	padding: 0 0 3em;
}
.content-04-news .category-btn a{
   	width: 7em;
    margin: 0 auto;
    padding: 5px 20px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    display: block;
	text-align: center;
}
.content-04 .time{
    padding-bottom: 10px;
    color: #469417;
    font-size: 13px;
    font-weight: bold;
}
.content-04 .title{
    color: #000;
}
@media screen and (max-width: 1000px){
    .content-04-news ul{
        display: block;
    }
    .content-04-news ul li{
        width: 95%;
        margin:0 auto 10px auto;
    }
	.content-04-news .category-btn a{
   		width: 50%;
	}
}
.content-05-inner{
    max-width: 1200px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.content-05-ttl{
    padding: 5px 0;
    background: #469417;
    color: #fff;
    font-weight: bold;
}
.content-05-txt{
    padding: 20px;
    background: #fff;
    border: 1px solid #469417;
}
@media screen and (max-width: 1000px){
    .content-05-inner{
        width: 95%;
    }
}
.content-06{
    margin: 60px 0;
}
.content-06 ul{
    display: flex;
    text-align: center;
}
.content-06 ul li{
    width:33.3%;
    margin-right: 20px;
    border: 3px solid #469417;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}
.content-06 ul li:last-child{
    margin-right: 0;
}
.content-06 ul li a{
    padding: 20px 0;
    color: #469417;
    display: block;
}
.content-06 img{
    width: 50px;
}
@media screen and (max-width: 1000px){
    .content-06 ul{
       display: block;
    }
    .content-06 ul li{
        width:100%;
        margin-bottom: 10px;
     }
}

.btn_gakka-url {
	text-align:center;
}
/*色分け*/
/*f-01*/
.f-01 .page-content-head-ttl {
    border-left: 10px solid #e77fe4;
    color: #e77fe4;
}
.f-01 .content-01 .catchcopy h2,
.f-01 .content-04 .time,
.f-01 .content-04-news ul li a::after,
.f-01 .content-06 ul li a,
.f-01 .content-02 ul li .grade-txt span  {
    color:  #e77fe4;
}
.f-01 .content-02 ul li {
    background: #ffe7fe;
    border: 2px solid #e77fe4;
}
.f-01 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #e77fe4;
}
.f-01 .news-head-ttl:before,
.f-01 .content-04-news ul li a::before {
    background: #e77fe4;
}
.f-01 .content-04 {
    background: #ffe7fe;
}
.f-01 .content-06 ul li{
    border: 3px solid  #e77fe4;
}
/*f-02*/
.f-02 .page-content-head-ttl {
    border-left: 10px solid #01D32B;
    color: #01D32B;
}
.f-02 .content-01 .catchcopy h2,
.f-02 .content-04 .time,
.f-02 .content-04-news ul li a::after,
.f-02 .content-06 ul li a,
.f-02 .content-02 ul li .grade-txt span  {
    color:  #01D32B;
}
.f-02 .content-02 ul li {
    background: #DDF6E5;
    border: 2px solid #01D32B;
}
.f-02 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #01D32B;
}
.f-02 .news-head-ttl:before,
.f-02 .content-04-news ul li a::before {
    background: #01D32B;
}
.f-02 .content-04 {
    background: #DDF6E5;
}
.f-02 .content-06 ul li{
    border: 3px solid  #01D32B;
}
/*f-03*/
.f-03 .page-content-head-ttl {
    border-left: 10px solid #d6d655;
    color: #d6d655;
}
.f-03.page-content h3{
    border-left: 5px solid #d6d655;
}
.f-03 .content-01 .catchcopy h2,
.f-03 .content-04 .time,
.f-03 .content-04-news ul li a::after,
.f-03 .content-06 ul li a,
.f-03 .content-02 ul li .grade-txt span  {
    color:  #d6d655;
}
.f-03 .content-02 ul li {
    background: #f6f8e2;
    border: 2px solid #d6d655;
}
.f-03 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #d6d655;
}
.f-03 .news-head-ttl:before,
.f-03 .content-04-news ul li a::before,
.f-03 .content-05-ttl {
    background: #d6d655;
}
.f-03 .content-04 {
    background: #f6f8e2;
}
.f-03 .content-06 ul li{
    border: 3px solid  #d6d655;
}
.f-03 .content-05-txt {
    border: 1px solid #d6d655;
}
.f-03 .page-content h3 {
    border-left: 5px solid #d6d655;
}
/*f-04*/
.f-04 .page-content-head-ttl {
    border-left: 10px solid #476dc2;
    color: #476dc2;
}
.f-04.page-content h3{
    border-left: 5px solid #476dc2;
}
.f-04 .content-01 .catchcopy h2,
.f-04 .content-04 .time,
.f-04 .content-04-news ul li a::after,
.f-04 .content-06 ul li a,
.f-04 .content-02 ul li .grade-txt span  {
    color:  #476dc2;
}
.f-04 .content-02 ul li {
    background: #ddddf6;
    border: 2px solid #476dc2;
}
.f-04 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #476dc2;
}
.f-04 .news-head-ttl:before,
.f-04 .content-04-news ul li a::before,
.f-04 .content-05-ttl {
    background: #476dc2;
}
.f-04 .content-04 {
    background:#ddddf6;
}
.f-04 .content-06 ul li{
    border: 3px solid  #476dc2;
}
.f-04 .content-05-txt {
    border: 1px solid #476dc2;
}
.f-04 .page-content h3 {
    border-left: 5px solid #476dc2;
}
/*f-05*/
.f-05 .page-content-head-ttl {
    border-left: 10px solid #84c0d8;
    color: #84c0d8;
}
.f-05.page-content h3{
    border-left: 5px solid #84c0d8;
}
.f-05 .content-01 .catchcopy h2,
.f-05 .content-04 .time,
.f-05 .content-04-news ul li a::after,
.f-05 .content-06 ul li a,
.f-05 .content-02 ul li .grade-txt span  {
    color:  #84c0d8;
}
.f-05 .content-02 ul li {
    background: #e2eeff;
    border: 2px solid #84c0d8;
}
.f-05 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #84c0d8;
}
.f-05 .news-head-ttl:before,
.f-05 .content-04-news ul li a::before,
.f-05 .content-05-ttl {
    background: #84c0d8;
}
.f-05 .content-04 {
    background:#e2eeff;
}
.f-05 .content-06 ul li{
    border: 3px solid  #84c0d8;
}
.f-05 .content-05-txt {
    border: 1px solid #84c0d8;
}
.f-05 .page-content h3 {
    border-left: 5px solid #84c0d8;
}
/*f-06*/
.f-06 .page-content-head-ttl {
    border-left: 10px solid #ff9e9e;
    color: #ff9e9e;
}
.f-06.page-content h3{
    border-left: 5px solid #ff9e9e;
}
.f-06 .content-01 .catchcopy h2,
.f-06 .content-04 .time,
.f-06 .content-04-news ul li a::after,
.f-06 .content-06 ul li a,
.f-06 .content-02 ul li .grade-txt span  {
    color: #ff9e9e;
}
.f-06 .content-02 ul li {
    background: #ffece9;
    border: 2px solid #ff9e9e;
}
.f-06 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #ff9e9e;
}
.f-06 .news-head-ttl:before,
.f-06 .content-04-news ul li a::before,
.f-06 .content-05-ttl {
    background: #ff9e9e;
}
.f-06 .content-04 {
    background:#ffece9;
}
.f-06 .content-06 ul li{
    border: 3px solid  #ff9e9e;
}
.f-06 .content-05-txt {
    border: 1px solid #ff9e9e;
}
.f-06 .page-content h3 {
    border-left: 5px solid #ff9e9e;
}
/*f-07*/
.f-07 .page-content-head-ttl {
    border-left: 10px solid #aa266f;
    color: #aa266f;
}
.f-07.page-content h3{
    border-left: 5px solid #aa266f;
}
.f-07 .content-01 .catchcopy h2,
.f-07 .content-04 .time,
.f-07 .content-04-news ul li a::after,
.f-07 .content-06 ul li a,
.f-07 .content-02 ul li .grade-txt span  {
    color :#aa266f;
}
.f-07 .content-02 ul li {
    background: #dfcbd6;
    border: 2px solid #aa266f;
}
.f-07 .content-02 ul li .grade-ttl {
    border-bottom: 2px dashed #aa266f;
}
.f-07 .news-head-ttl:before,
.f-07 .content-04-news ul li a::before,
.f-07 .content-05-ttl {
    background: #aa266f;
}
.f-07 .content-04 {
    background:#dfcbd6;
}
.f-07 .content-06 ul li{
    border: 3px solid #aa266f;
}
.f-07 .content-05-txt {
    border: 1px solid #aa266f;
}
.f-07 .page-content h3 {
    border-left: 5px solid #aa266f;
 }
/* url botton */
.f-01 .btn_gakka-url a {
	border:2px solid #e77fe4;
    background: #ffe7fe;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-02 .btn_gakka-url a {
	border:2px solid #01D32B;
    background: #DDF6E5;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-03 .btn_gakka-url a {
	border:2px solid #d6d655;
    background: #f6f8e2;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-04 .btn_gakka-url a {
	border:2px solid #476dc2;
    background: #ddddf6;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-05 .btn_gakka-url a {
	border:2px solid #84c0d8;
    background: #e2eeff;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-06 .btn_gakka-url a {
	border:2px solid #ff9e9e;
    background: #ffece9;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.f-07 .btn_gakka-url a {
	border:2px solid #aa266f;
    background: #dfcbd6;
	border-radius:1em;
	padding:4px 7px;
	color:#000;
}
.btn_gakka-url a:hover {
	opacity: 0.7;
}

/*category*/
.cat-nav{
    display: flex;
    flex-wrap: wrap;
}
.cat-nav li{
    width: 33%;
    list-style: none;
}
.cat-nav li a{
    margin: 0 15px 15px 0 ;
    padding: 10px;
    background:#f6f6f6;
    border-left: 3px solid #469417;
    color: #469417;
    display: block;
    font-weight: bold;
}
.page-cat{
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.page-cat .child-page-box{
    width: 33%;
    margin-top: 30px;
    list-style: none;
}
.page-cat .child-page-box a{
    color: #000;
    font-weight: bold;
}
.page-cat .child-page-box img{
    width: 100%;
    height: 230px;
    object-fit:cover ;
}
.page-cat:after{
    width: 33%;
    content: '';
    display: block;
}
@media screen and (max-width: 1000px){
    .page-cat .child-page-box{
        width: 95%;
        margin: 30px auto 0 auto;
    }
}
/*パンくず*/
.breadcrumb-area{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.breadcrumb-area a{
    color:#404040;
    text-decoration: underline;
} 
@media screen and (max-width: 1000px){
    .breadcrumb-area{
        width: 95%;
        margin: 0 auto 0 auto;
    }
}