@charset "UTF-8";

/*子テーマ用「base.css」*/

body {
	background-color:#fff;
	line-height:1.5;
	font-family:'Noto Sans JP','Noto Serif JP',sans-serif,'Roboto';
	color:#000;
}
h2 {
	background:none;
	color:#000;
}
h3 {
	border:none;
	color:#000;
}
.pc {
	display:block;
}
.tb {
	display:none;
}
.sp {
	display:none;
}
@media screen and (max-width: 999px) {
	.pc {
		display:none;
	}
	.tb {
		display:block;
	}
	.sp {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display:none;
	}
	.tb {
		display:none;
	}
	.sp {
		display:block;
	}
}
@media screen and (max-width: 768px) {
	.keni-main {
		font-size:1.3rem;
	}
}
.ta-c {
	text-align:center;
}
.ta-l {
	text-align:left;
}
.ta-r {
	text-align:right;
}
a:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .8;
    -moz-opacity: .8;
}
a {outline:none;}
select {outline:none;}

/*トップページ*/
.home p {
	margin-bottom:1rem;
}
.home .keni-main {
	line-height:2;
}
.top-banner02 {
	text-align:center;
	font-size:0;
	letter-spacing:-1rem;
}
.top-banner02 .banner01 {
	max-width:270px;
	margin:0 10px 0;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
@media screen and (max-width: 768px) {
	.top-banner02 .banner01 {
		width:48%;
		margin:0 1%;
	}
}
.top-logo-w {
	position:absolute;
	top:3%;
	left:3%;
	z-index:10;
}
.news-category .entry_category {
	margin:0;
	list-style:none;
	margin-top:20px;
	display: inline-block;
}
.news-category .entry_category li {
	display:inline-block;
	width:80px;
	text-align:center;
	font-size:9px;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.news-category .entry_category li {
		margin-left:15px;
	}
}
.news-content .news-txt a {
	color:#000;
}
.vision-container {
	margin-top:40px;
}
.slick-slider .slick-track {
	display:inline-block !important;
}
.slick-slide img:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .8;
    -moz-opacity: .8;
}
.top-main-title {
	text-align:center;
	line-height:28px;
	font-weight:bold;
	font-size:15px;
	width:96%;
	max-width:1000px;
	margin:30px auto -10px;
}
.top-main-title span {
	font-size:22px;
	color:#0049d0;
}
@media screen and (max-width: 768px) {
	.top-main-title {
		line-height:24px;
		font-size:12px;
	}
	.top-main-title span {
		font-size:18px;
	}
}
/*ヘッダー*/
.position-r {
	margin:0;
	padding-top: 12px;
	padding-bottom: 13px;
}
@media screen and (max-width: 999px) {
	#header {
		text-align:center;
	}
	.position-r {
		padding-top: 12px;
		padding-bottom: 13px;
	}
}
@media screen and (max-width: 768px) {
	#header {
		text-align:left;
		width: 96%;
		margin: 0 auto;
	}
	.logo {
		max-width:208px;
	}
	.position-r {
		padding-top:13px;
		padding-bottom:13px;
	}
}
	
.keni-header_wrap {
	background-image:none !important;
}
.keni-header_inner {
	text-align:center;
}
.keni-header .site-title, .keni-header_col1 .site-title {
	float:none;
	display:inline-block;
	max-width:208px;
}
.keni-gnav_btn_wrap {
	position:relative;
}
.admin-bar .keni-gnav_btn {
	display:block !important;
}
.loading2 {
	line-height:0;
	position:relative;
}
.loading2 .rect4,.loading2 .rect5 {
	display:none;
	position:absolute;
	left:0;
	top:8px;
	background-color:#000;
}
#global-nav {
	width: 59px;
    top: 0px;
    height: 59px;
    z-index: 15;
    right: 0;
}
.hamburger.close .loading2 .rect1 {
	display:none !important;
}
.hamburger.close .loading2 .rect2 {
  display:none !important;
}
.hamburger.close .loading2 .rect3 {
  display:none !important;
}
.hamburger.close .loading2 .rect4 {
  display:block;
	transform: rotate(45deg);
}
.hamburger.close .loading2 .rect5 {
  transform: rotate(-45deg);
	display:block;
}
.hamburger.close .loading2 {
	overflow:visible;
}
#gloval-menu-list {
	opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
#gloval-menu-list.open {
	opacity: 1;
    display: block;
    visibility: inherit;
    overflow: auto;
	overflow-y: scroll !important;
    height: 100%;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#gloval-menu-list.open::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
}
#gloval-menu-list {
    padding:0;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
	z-index:10;
	overflow: auto;
}
@media screen and (max-width: 999px) {
	#gloval-menu-list {
		width:100%;
	}
}
#gloval-menu-list.fixed {
	position:fixed;
	top: 0;
    right: 0;
    bottom: 0;
}
#gloval-menu-list #menu {
	list-style:none;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
}
#gloval-menu-list #menu li {
	border-bottom:1px dotted #fff;
	margin: 0;
}
#gloval-menu-list #menu li a {
	color:#fff;
	padding:17px 20px;
	display:block;
	position:relative;
	font-size:16px;
}
#gloval-menu-list #menu li a:after {
	position:absolute;
	top:15px;
	right:15px;
	content: '＋';
	display:inline-block;
}
#gloval-menu-list #menu li a.active:after {
	content: '－';
	display:inline-block;
}
#gloval-menu-list #menu li.menu-home {
	 background: rgba(0, 73, 208, 0.90);
	position:relative;
}
#gloval-menu-list #menu li.menu-home a {
	padding-left:46px;
}
#gloval-menu-list #menu li.menu-home a:before {
	content: '';
	background-image:url(../img/home-icon.png);
	position: absolute;
	top: 20px;
	left: 20px;
	width: 22px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}
#gloval-menu-list #menu li.menu-home a:after {
	content: none;
}
#gloval-menu-list #menu li a:hover {
	text-decoration:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0.7;
}
#gloval-menu-list #menu li ul li {
	background: rgba(88,142, 221, 0.90);
}
#gloval-menu-list #menu li ul li a {
	font-size:14px;
}
#gloval-menu-list #menu li ul li a:after {
	content:none;
}
.menu__item {
  color: #fff;
  display: block;
  margin-bottom: 1px;
  position: relative;
	background: rgba(0, 73, 208, 0.90);
}
.menu__item a {
  color: #fff;
  display: block;
}
 
.sub-menu {
  display: none;
	margin:0;
	list-style:none;
	margin-top: 1px;
	background: rgba(89, 137, 224, 0.90);
	border-top:1px dotted #fff;
}
.sub-menu li {
  border-bottom: 1px solid #5200b7;
  color: #fff;
}
.sub-menu li:last-child {
	border:none;
}
#gloval-menu-list #menu li.menu-sub-sub {
	border:none;
	background: rgba(217, 228, 248, 0.90);
}
#gloval-menu-list #menu li.menu-sub-sub a:after {
	content:none;
}
#gloval-menu-list #menu li.menu-sub-sub a {
	color:#0049d0;
	font-size:13px;
	padding:10px 20px;
}
.animation {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fixed {
	position:static;
}
/*ぱんくず*/
.keni-breadcrumb-list li {
	font-size:11px;
}
.keni-breadcrumb-list_wrap {
	border:none;
	max-width:750px;
	margin:20px auto 0;
}
.keni-breadcrumb-list li:first-child::before {
	content:none;
}
.keni-breadcrumb-list li a {
	text-decoration:underline;
}
.keni-breadcrumb-list li:first-child::before, .keni-breadcrumb-list li::after {
	font-size:11px;
}
.col1 .keni-header_outer, .col1 .keni-gnav_outer, .col1 .keni-mv_outer, .col1 .catch-area, .col1 .archive_title_wrap, .col1 .keni-breadcrumb-list_outer, .col1 .keni-footer_outer, .col1 .keni-copyright, .col1 .keni-section_wrap, .col1 .keni-sep-conts_outer, .col1 .keni-footer-panel_outer {
	max-width:100%;
}
.keni-main .keni-section_wrap {
	padding:20px 0;
}
@media screen and (max-width: 999px) {
	.keni-main .keni-section_wrap {
		padding:20px 0;
	}
}
@media screen and (max-width: 768px) {
	.keni-main .keni-section_wrap {
		padding:10px 0;
	}
}
.keni-footer_wrap {
	background-color:#f2f2f4;
}
.footer-sns {
	text-align:center;
	margin:60px auto;
}
.footer-sns ul {
	font-size:0;
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.footer-sns ul li {
	display:inline-block;
	width:27px;
	margin-right:30px;
}
@media screen and (min-width: 999px) {
	.footer-sns ul li {
		width:27px;
	}
}
@media screen and (min-width: 768px) {
	.footer-sns {
		margin:40px auto;
	}
	.footer-sns ul li {
		width:22px;
		margin-right:24px;
	}
}
.footer-sns ul li:last-child {
	margin-right:0;
}
.footer-logo {
	width:314px;
	margin:0 auto 36px;
}
@media screen and (max-width:991px) {
	.footer-logo {
		width:290px;
	}
}
@media screen and (max-width: 768px) {
	.footer-logo {
		width:190px;
		margin:0 auto 15px;
	}
}
.footer-info {
	text-align:center;
}
.keni-copyright_wrap {
	border:none;
	padding:0 0 2px;
	text-align:center;
}
.keni-main_inner {
	padding-top:0;
}
@media screen and (max-width: 999px) {
	.keni-main_inner {
		padding-top:0;
	}
}
.keni-section h1:first-child {
	background-image:none;
	background-color:#0049d0;
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:30px;
	padding:20px 0 30px;
}
.keni-section h1:first-child span {
	font-size:10px;
	font-family:'Noto Serif JP';
	font-weight:700;
}
@media screen and (max-width: 768px) {
	.keni-section h2 {
		margin-top:30px;
	}
}
@media screen and (min-width: 768px) {
	.keni-section h1:first-child {
		    margin: -20px -40px 30px;
	}
}
.entry_title-new {
	background:none;
	border-bottom:1px solid #0049d0;
	color:#0049d0;
	text-align:center;
	font-size:23px;
	font-weight:700;
	margin-bottom:20px;
	margin-top:0;
	line-height: 40px;
}
.entry_status {
/*	border-bottom:1px solid #f2f2f4;*/
	padding-bottom:10px;
/*	margin-bottom:28px;*/
}
.entry_status .entry_category {
	display:inline-block;
}
h2.entry_title {
	margin:0 0 10px;
	padding:0;
}
.cat-ar {
	background-color:#f2f2f4;
	max-width:770px;
	width:96%;
	padding:25px 50px;
	box-sizing:border-box;
	text-align:center;
	margin:50px auto 0;
	position:relative;
}
@media screen and (max-width: 768px) {
	.cat-ar {
		padding:25px 15px;
	}
}
.cat-ar .title {
	margin-bottom:25px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
.cat-ar .title span {
	font-family:'Noto Serif JP';
	font-weight:700;
	font-size:10px;
}
.cat-ar .tabs {
	text-align:center;
}
.cat-ar ul {
	font-size:0;
	margin:0;
	padding:0;
	letter-spacing: -1em;
	text-align:left;
	display:inline-block;
}
.cat-ar ul li {
	display:inline-block;
	width:151px;
	box-sizing:border-box;
	padding:5px;
	text-align:left;
	background:#fff;
	margin-right:21px;
	font-size:12px;
	font-weight:bold;
	letter-spacing: normal;
	white-space: normal;
	text-align:center;
	margin-bottom: 10px;
}
.cat-ar ul li:nth-child(4n) {
	margin-right:0;
}
.cat-ar ul li.all {
	background-color:#ca4437;
}
.cat-ar ul li.info {
	background-color:#fada00;
}
.cat-ar ul li.other {
	background-color:#cacaca;
}
.cat-ar ul li.sanshinkai {
	background-color:#37b48d;
}
.cat-ar ul li.examinee {
	background-color:#00adff;
}
.cat-ar ul li.reunion {
	background-color:#4cbdc8;
}
.cat-ar ul li.life {
	background-color:#0049d0;
}
.cat-ar ul li.head-teacher {
	background-color:#fa893d;
}
.cat-ar ul li.emergency {
	background-color:#ff0000;
}
.cat-ar ul li:hover {
	opacity:0.8;
}
@media screen and (max-width: 768px) {
	.cat-ar ul li {
		width:48%;
		margin-bottom:10px;
		margin-right:4%;
	}
	.cat-ar ul li:nth-child(even) {
		margin-right:0;
	}
}
.cat-ar ul li a {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.cat-ar ul li a:hover {
	opacity:0.8;
	background:(255,255,255,0.8);
}
.cat-ar .tabs .all {
	font-size:12px;
	text-decoration:underline;
}
.cat-ar .tabs .all:hover {
	opacity:0.8;
	background:(255,255,255,0.8);
}
.cat-ar .close-btn {
	background:none;
	box-shadow:none;
	width:32px;
	position:absolute;
	bottom:-16px;
	left: 50%;
    margin-left: -16px;
}
.cat-ar-title {
	width:96%;
	max-width:770px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.keni-section_wrap {
		margin:0 0 10px;
	}
}
.col1 .keni-section_wrap .news-txt {
	font-size:18px;
}
@media screen and (max-width: 768px) {
	.col1 .keni-section_wrap .news-txt {
		font-size:16px;
		margin-top:0;
	}
}
.news-ar {
	max-width:770px;
	margin:30px auto;
	width:96%;
}
.news-ar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.news-ar ul li {
	width:100%;
	padding:25px 0;
	border-bottom:2px solid #f2f2f4;
}
.news-ar ul li .news-date {
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width: 768px) {
	.news-ar ul li .news-date {
		font-size:13px;
	}
}
.news-ar ul li .news-tag {
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	margin:0 25px 0 15px;
}
@media screen and (max-width: 768px) {
	.news-ar ul li .news-tag {
		font-size:8px;
	}
}
.news-ar ul li .news-tag .btn-style {
	color:#fff;
	width:81px;
	display:block;
	padding:3px;
	text-align:center;
	font-size:9px;
}
.news-ar ul li .news-tag .btn-red {
	background-color:#FF0000;
}
.news-ar ul li .news-title {
	display:inline-block;
}
.news-ar ul li .news-txt {
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	white-space: normal;
}
.news-ar ul li .news-txt a {
	color:#000;
}
@media screen and (max-width: 999px) {
	.news-ar ul li .news-title {
		display:block;
	}
}
@media screen and (max-width: 768px) {
	.news-ar ul li .news-txt {
		margin-top:15px;
		font-size:16px;
	}
}
.news-ar ul li .entry_category {
	display:inline-block;
}
.news-ar ul li .entry_category_item {
	min-width:80px !important;
	color: #fff;
    display: inline-block;
    padding:0 5px;
    text-align: center;
    font-size: 9px;
	width:auto;
	border:none;
	margin:0 15px;
	line-height:20px;
}
.news-ar ul li .newMark {
	color:#ff0000;
	vertical-align:0px;
	margin-right:5px;
}
.news-ar-btn {
	display:block;
	color:#0049d0;
	border:1px solid #0049d0;
	max-width:354px;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	text-align:center;
	font-size:16px;
	margin:10px auto;
}
.area_1,
.area_2,
.area_3,
.area_4,
.area_5,
.area_6,
.area_7,
.area_8,
.area_9,
.area_10{
  display:none;
}

.acrive{
  display:block !important;
}
.content-after-btn {
	max-width:770px;
	width:100%;
	margin:90px auto 0;
}
@media screen and (max-width: 768px) {
	.content-after-btn {
		width:96%;
		margin:40px auto 0;
	}
}
.content-after-btn .btn {
	width:100%;
	text-align:left;
	padding:10px 15px;
	background-color:#7c7d84;
	color:#fff;
	text-decoration:none;
	position:relative;
	border-radius:0;
	box-shadow:none;
	box-sizing:border-box;
}
.content-after-btn .btn.active {
	background-color:#0049d0 !important;
}
.content-after-btn .btn:after {
  content: '';
  background-image: url(../img/arrow_white.png);
  position: absolute;
  top: 19px;
  right: 10px;
  width: 25px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.entry_status .entry_category_item {
	border-radius:0;
	font-size:9px;
	padding: .5em 1.5em;
    font-size: 9px;
    vertical-align: middle;
}
.bg01 {
	background-color:#f3f6ff;
	padding:45px 0;
}
.conts01 {
	max-width:750px;
	margin:0 auto;
}
.conts01.mt40 {
	margin-top:40px;
}
.conts02 {
	max-width:600px;
	margin:50px auto;
}
.conts02 .fs15 {
	font-size:15.8px;
}
@media screen and (max-width: 768px) {
	.conts02 .fs15 {
		font-size:14px;
	}
}
.conts03 {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #0049d0 50%, #0049d0 100%);
	width:100%;
}
.conts03 .img-top {
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.conts04 {
	width:100%;
	background-color:#0049d0;
}
.conts04 .inner {
	max-width:750px;
	width:96%;
	margin:0 auto 50px;
	color:#fff;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.conts04 .inner {
		padding: 40px 0;
		margin:0 auto 40px;
	}
}
.conts04 .inner .title01 {
	font-size:42px;
	text-align:center;
	color:#fff;
	line-height:63px;
}
.conts04 .inner .title02 {
	font-size:41px;
	text-align:center;
	color:#fff;
	line-height:63px;
	margin-bottom:15px;
	font-weight:600;
}
.conts04 .inner02 {
	max-width:750px;
	width:96%;
	margin:0 auto 20px;
	color:#fff;
	padding: 50px 0 0;
}
.conts04 .inner02  .title01 {
	font-size:46px;
	text-align:center;
	color:#fff;
}
.conts04 .inner03 {
	max-width:1000px;
	width:96%;
	margin:0 auto;
	color:#fff;
	padding:50px 0 0;
}
.conts04 .inner03 .title01 {
	font-size:46px;
	text-align:center;
	color:#fff;
	line-height:63px;
}
.conts04 .inner04 {
	max-width:750px;
	width:96%;
	margin:0 auto 50px;
	color:#fff;
	padding: 20px 0 50px;
}
.conts04 .inner04 .title01 {
	font-size:46px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 768px) {
	.conts04 .inner04 {
		padding: 0 0 40px;
		margin:0 auto 40px;
	}
}
.conts04 .inner05 {
	max-width:1000px;
	width:96%;
	margin:0 auto;
	color:#fff;
	padding: 0 0 50px;
}
.conts05 {
	width:100%;
	font-size:0;
	letter-spacing:-1rem;
}
@media screen and (max-width: 999px) {
	.conts01 {
		max-width:96%;
	}
	.conts02 {
		max-width:100%;
	}
	.conts04 .inner03 {
		max-width:750px;
	}
}
@media screen and (max-width: 768px) {
	.conts04 .inner .title01 {
		font-size:30px;
		line-height:40px;
	}
	.conts04 .inner .title02 {
		font-size:30px;
		line-height:40px;
		text-align:left;
	}
	.conts04 .inner02 .title01 {
		font-size:30px;
		line-height:40px;
	}
	.conts04 .inner03 {
		padding:30px 0 0
	}
	.conts04 .inner03 .title01 {
		font-size:30px;
		line-height:40px;
	}
}
.conts06 {
	max-width:480px;
	width:96%;
	margin:0 auto 20px;
	text-align:center;
}
.conts07 {
	max-width:1000px;
	width:96%;
	margin:0 auto 20px;
	text-align:center;
}
.title01 {
	font-size:30px;
	color:#0049d0;
	font-weight:500;
	margin-bottom:25px;
	text-align:center;
	letter-spacing:5px;
}
@media screen and (max-width: 768px) {
	.title01 {
		font-size:18px;
		letter-spacing:2px;
	}
}
h2.title01 {
	background-color:#0049d0;
	color:#fff;
	font-size:30px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
@media screen and (max-width: 768px) {
	h2.title01 {
		font-size:18px;
	}
}
h2.title02 {
	background-color:#0049d0;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:15px;
}
h2.title03 {
	font-size:22px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:15px;
}
h2.title03 span {
	font-size:10px;
}
h2.title04 {
	font-size:16px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin:15px auto;
	color:#0049d0;
}
h2.title05 {
	border:none;
	color:#0049d0;
	font-size:28px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
h2.title06 {
	border:none;
	color:#000000;
	font-size:28px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
h3.title01 {
	border:1px solid #0049d0;
	color:#0049d0;
	font-size:18px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	letter-spacing:3px;
}
@media screen and (max-width: 768px) {
	h3.title01 {
		letter-spacing:normal;
	}
}
h3.title01.mt-40 {
	margin-top:40px;
}
h3.title02 {
	border:none;
	color:#0049d0;
	font-size:17px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
h3.title03 {
	border:none;
	color:#0049d0;
	font-size:28px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
h3.title03 span {
	font-size:21px;
}
h3.title03 .topics {
	display:inline-block;
	background-color:#0049d0;
	color:#fff;
	font-size:18px;
	padding:5px 10px;
	margin-right:5px;
	vertical-align:2px;
}
h3.title04 {
	border:none;
	color:#0049d0;
	font-size:28px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin:0;
}
h3.title05 {
	border-bottom:1px solid #0049d0;
	color:#0049d0;
	font-size:16px;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin:0;
	margin-bottom:15px;
}
h3.title05 span {
	border:none;
	color:#0049d0;
	font-size:13px;
}
h3.title06 {
	text-align:center;
	box-sizing:border-box;
	width:100%;
	margin:0;
	margin-bottom:15px;
}
h3.title06 span {
	display:inline-block;
	border-bottom:1px solid #0049d0;
	color:#0049d0;
	font-size:22px;
}
@media screen and (max-width: 768px) {
	h3.title03 {
		font-size:18px;
	}
	h3.title03 span {
		font-size:14px;
	}
	h3.title04 {
		font-size:18px;
		margin-top: 0 !important;
	}
	h3.title03.mt20 {
		margin-top:20px !important;
	}
}

@media screen and (max-width: 768px) {
	.keni-section h3 {
		margin-top: 30px;
	}
	h3.title03 .topics {
		font-size:12px;
	}
}

h4.title01 {
	border:none;
	color:#000;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
.img01 {
	width:500px;
	margin:0 auto 40px;
}
.entry_status .entry_date_item {
	color:#000;
}
.application {
	text-align:center;
}
.application .title {
	color:#ff0000;
}
.application .title.bk {
	color:#000000;
}
.application .period {
	font-size:21px;
}
@media screen and (max-width: 768px) {
	.application .period {
		font-size:16px;
	}
}
.application2 {
	text-align:center;
}
.application2 .title {
	color:#ff0000;
	font-size:13px;
}
.application2 .period {
	font-size:13px;
}
.application-btn {
	background-color:#ff0000;
	max-width:380px;
	color:#fff;
	box-sizing:border-box;
	text-align:center;
	padding:15px;
	margin:25px auto;
	display:block;
	position:relative;
}
.application-btn:hover {
	color:#fff;
	background:rgba(255,0,0,0.8);
}
.application-btn:visited {
	color:#fff;
}
.application-btn02 {
	background-color:#ff0000;
	max-width:380px;
	color:#fff;
	box-sizing:border-box;
	text-align:center;
	padding: 11px;
    line-height: 20px;
	margin:25px auto;
	display:block;
	position:relative;
}
.application-btn02:hover {
	color:#fff;
	background:rgba(255,0,0,0.8);
}
.application-btn02:visited {
	color:#fff;
}
@media screen and (max-width: 768px) {
	.application-btn {
		padding:5px;
		font-size:13px;
	}
	.application-btn.mb0 {
		margin-bottom:0;
	}
	.application-btn02 {
		padding:5px;
		font-size:13px;
	}
}
.application-btn:after {
  content: '';
  background-image: url(../img/app-btn-icon.png);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 18px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.application-btn02:after {
  content: '';
  background-image: url(../img/app-btn-icon.png);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 18px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.application-btn:after {
		top: 12px;
		right: 9px;
		width: 10px;
		height: 14px;
	}
	.application-btn02:after {
		top: 18px;
		right: 9px;
		width: 10px;
		height: 14px;
	}
}
.date-list .date {
	display:inline-block;
	vertical-align:top;
	margin:0 15px;
	text-align:left;
	font-size:21px;
}
@media screen and (max-width: 768px) {
	.date-list {
		margin:20px auto;
		text-align:center;
	}
	.date-list .date {
		font-size:16px;
		width:100%;
		text-align:center;
		margin:0;
	}
}
.yotei {
	font-size:30px;
	color:#ff0000;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
	.yotei {
		font-size:16px;
	}
}
.info-btn-list {
	font-size:0;
	letter-spacing: -1em;
	margin-bottom:34px;
}
.info-btn-list .inner01 {
	font-size:19px;
	width:48%;
	margin-right:4%;
	display:inline-block;
	margin-bottom:16px;
}
.info-btn-list .inner02 {
	font-size:19px;
	width:48%;
	display:inline-block;
	margin-bottom:16px;
}
.info-btn-list .inner01 a,.info-btn-list .inner02 a {
	width:100%;
	display:block;
	background-color:#e6e6e6;
	position:relative;
	text-align:center;
	padding:16px 0;
	color:#000;
}
.info-btn-list .inner01 a:after,.info-btn-list .inner02 a:after {
	content: '';
  background-image: url(../img/pdf-icon.png);
  position: absolute;
  top: 19px;
  right: 10px;
  width: 25px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.info-btn-list .inner01 {
		width:100%;
		font-size:15px;
		margin-right:0;
	}
	.info-btn-list .inner02 {
		width:100%;
		font-size:15px;
	}
}
.info-tb {
	width:100%;
	max-width:420px;
	text-align:center;
	margin:0 auto 40px;
}
.info-tb th {
	width:100%;
	display:block;
	font-size:16px;
	background-color:#ceddf4;
}
.info-tb td {
	width:100%;
	font-size:16px;
	display:block;
}
@media screen and (max-width: 768px) {
	.info-tb th,.info-tb td {
		font-size:14px;
		padding:.5em .25em;
	}
}
.info-tb-caption {
	display:inline-block;
	text-align:left;
	width:675px;
	margin:0 auto 40px;
}
@media screen and (max-width: 768px) {
	.info-tb-caption {
		width:100%;
	}
}
.ifo-nyushi {
	font-size:21px;
	margin:40px auto;
	text-align:center;
}
.info-kikan {
	margin-bottom:40px;
}
@media screen and (max-width: 768px) {
	.ifo-nyushi {
		font-size:14px;
	}
	.info-kikan {
		text-align:left;
		margin-bottom:40px;
	}
}
.info-kikan .title {
	font-size:21px;
	color:#333;
	margin-top:40px;
}
.info-kikan02 {
	display:inline-block;
	text-align:left;
	font-size:21px;
	margin-top:40px;
}
@media screen and (max-width: 768px) {
	.info-kikan .title {
		font-size:18px;
	}
	.info-kikan02 {
		font-size:18px;
		margin-top:20px;
		display:block;
	}
}
.ifo-nyushi .inner {
	display:inline-block;
}
.info-blue {
	color:#0049d0;
	text-align:center;
	margin:40px auto;
}
@media screen and (max-width: 768px) {
	.info-blue {
		text-align:left;
	}
}
.history-img {
	font-size:0;
	letter-spacing:-1rem;
}
.history-img .inner {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:164px;
	margin-right:31px;
	font-size:12px;
	line-height: 16px;
}
.history-img .inner figcaption {
	margin-top:5px;
}
@media screen and (max-width: 999px) {
	.history-img .inner {
		width:22%;
		margin-right:4%;
	}
}
.history-img .inner:last-child {
	margin-right:0;
}
@media screen and (max-width: 768px) {
	.history-img .inner {
		width:48%;
		margin-right:4%;
		margin-bottom:10px;
		font-size:10px;
		line-height:15px;
	}
	.history-img .inner:nth-child(even) {
		margin-right:0;
	}
}
.club-tb {
	border-collapse: collapse;
	border:1px solid #0049d0;
}
.club-tb th {
	background: rgba(0,73,208,0.2);
	width:22%;
	text-align:left;
	border:1px solid #0049d0;
}
.club-tb td {
	border:1px solid #0049d0;
}
.club-tb th,.club-tb td {
	padding:.5em 1.75em;
	color:#000;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
	.club-tb th,.club-tb td {
		font-size:10px;
	}
}
.club-conts {
	font-size:0;
	letter-spacing: -1em;
	margin-bottom:40px;
}
.club-conts .inner {
	letter-spacing: normal;
	font-size:16px;
	display:inline-block;
	width:23%;
	text-align:left;
	vertical-align:top;
	margin-right:2%
}
.club-conts .inner:last-child {
	margin-right:0;
}
.club-conts .inner ul {
	margin-left:0;
	list-style:none;
}
.club-conts .inner ul li a {
	color:#000;
}
@media screen and (max-width: 768px) {
	.club-conts .inner {
		width:100%;
		margin-right:0;
		font-size:13px;
	}
}
.club-conts .inner .contents {
	text-align:left;
	display:inline-block;
	vertical-align:top;
}
.club-list {
	font-size:0;
	letter-spacing: -1em;
	text-align:left;
	margin-top: -50px;
}
.club-list .inner {
	letter-spacing: normal;
	white-space: normal;
	font-size:16px;
	display:inline-block;
	width:25%;
	text-align:center;
	vertical-align:top;
	position:relative;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.club-list .inner {
		width:50%;
	}
}
.club-list .inner img {
	width: 100%;
	display: block;
	transition: 0.5s;
}
.club-list .inner img:hover {
	transform: scale(1.1, 1.1);
}
.club-list .inner div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
	color:#fff;
}
.club-list .inner div.h-title {
	font-size:28px;
	width:100%;
}
.club-list .inner div.h-title span {
	display:block;
	font-family:'Noto Serif JP';
}
@media screen and (max-width: 999px) {
	.club-list .inner div.h-title {
		font-size:14px;
		line-height: 22px;
	}
}
@media screen and (max-width: 768px) {
	.club-list .inner div.h-title {
		font-size:13px;
	}
}
.club-list .inner div.title01 {
	font-size:18px;
	background: rgba(0,0,139,0.8);
	width:83%;
	padding:10px;
	box-sizing:border-box;
	font-weight:normal;
}
.club-list .inner div.title01 a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 999px) {
	.club-list .inner div.title01 {
		font-size:14px;
		padding:0;
	}
}
@media screen and (max-width: 768px) {
	.club-list .inner div.title01 {
		font-size:10px;
	}
}
.club-list .inner div.title02 {
	font-size:18px;
	background: rgba(0,155,209,0.8);
	width:83%;
	padding:10px;
	box-sizing:border-box;
}
.club-list .inner div.title02 a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 999px) {
	.club-list .inner div.title02 {
		font-size:14px;
		padding:0;
	}
}
@media screen and (max-width: 768px) {
	.club-list .inner div.title02 {
		font-size:10px;
	}
}
.club-list .inner div.title03 {
	font-size:18px;
	background: rgba(21,167,123,0.8);
	width:83%;
	padding:10px;
	box-sizing:border-box;
}
.club-list .inner div.title03 a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 999px) {
	.club-list .inner div.title03 {
		font-size:14px;
		padding:0;
	}
}
@media screen and (max-width: 768px) {
	.club-list .inner div.title03 {
		font-size:10px;
	}
}
.club-list .inner div.title04 {
	font-size:18px;
	background: rgba(0,79,139,0.8);
	width:83%;
	padding:10px;
	box-sizing:border-box;
}
.club-list .inner div.title04 a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 999px) {
	.club-list .inner div.title04 {
		font-size:14px;
		padding:0;
	}
}
@media screen and (max-width: 768px) {
	.club-list .inner div.title04 {
		font-size:10px;
	}
}
.ad-tb {
	border-collapse: collapse;
	border:1px solid #0049d0;
	text-align:center;
}
.ad-tb p {
	margin-bottom:0;
}
.ad-tb th {
	background: rgba(0,73,208,0.2);
	color:#000;
	border:1px solid #0049d0;
}
.ad-tb td {
	border:1px solid #0049d0;
}
.ad-tb td.ta-l {
	text-align:left;
}
.ad-tb th.bg-w {
	background-color:#fff;
}
.ad-tb th.bg-b {
	background: rgba(0,73,208,0.4);
}
.ad-tb th,.ad-tb td {
	width:18%;
}
@media screen and (max-width: 768px) {
	.ad-tb th,.ad-tb td {
		font-size:12px;
	}
}

.ad-tb td.bg-g {
	background-color:#eeeeef;
  width: 13%;
}
.ad-tb td .senbatsu {
	display:inline-block;
	width:45%;
	text-align:center;
	border:1px solid #eeeeef;
	margin: 5px 3% 10px 0;
}
.ad-tb td .senbatsu .title {
	background: rgba(0,73,208,0.2);
}
.ad-tb td .senbatsu .inner {
	border-top:1px solid #eeeeef;
}
.ad-tb td.v-a-m {
	vertical-align:middle;
}
.ad-tb td .red {
	color:#ff0000;
	text-align:center;
}
.ad-tb td .red02 {
	display:inline-block;
	background-color:#ff0000;
	color:#fff;
	font-size:20px;
	padding:3px 10px;
}
.ad-tb td .blue {
	color:#0049d0;
}
.ad-tb-huki {
	border:none;
	margin-bottom: -3px;
}
.ad-tb-huki td {
	border:none;
	width:21%;
}
.ad-tb-huki .balloon1{
  position: relative;
  padding: 5px;
  background-color: #e50019;
	text-align:center;
	color:#fff;
	border-radius:3px;
}
@media screen and (max-width: 768px) {
	.ad-tb-huki .balloon1{
		font-size:10px;
	}
}
.ad-tb-huki .balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid #e50019;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
}
.ad-tb02 {
	border-collapse: collapse;
	border:1px solid #0049d0;
	text-align:left;
}
.ad-tb02 th {
	background: #eeeeef;
	color:#000;
	border:1px solid #0049d0;
	text-align:center;
	width:38%;
	box-sizing:border-box;
}
.ad-tb02 td {
	border:1px solid #0049d0;
}
.ad-tb02 td span {
	font-size:14px;
}
.ad-tb02 th,.ad-tb02 td  {
	font-size:19px;
	padding:10px 25px;
}
@media screen and (max-width: 768px) {
	.ad-tb02 th,.ad-tb02 td  {
		font-size:12px;
	}
}
.hi-tb th,.hi-tb td {
	background:none;
	border:none;
	text-align:left;
	color:#000;
}
.hi-tb th {
	padding-left:0;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
	.hi-tb th {
		width:90px;
	}
}
.tl-c {
	text-align:center;
}
.tl-l {
	text-align:left;
}
.tl-r {
	text-align:right;
}

.news-single-wrap {
	max-width:750px;
	margin:0 auto;
	width:96%;
}
.message01 {
	font-weight:700;
	font-size:46px;
	line-height:32px;
	text-align:center;
	margin-bottom:40px;
}
@media screen and (max-width: 768px) {
	.message01 {
		font-size:30px;
	}
}
.message01 span {
	font-size:18px;
}
.message-title01 {
	font-size:46px;
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}
.message-title02 {
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	color:#0049d0;
}
@media screen and (max-width: 768px) {
	.message-title01 {
		font-size:32px;
	}
	.message-title02 {
		font-size:18px;
	}
}
.message-inner {
	background-color:#fff;
	text-align:center;
	font-size:20px;
	line-height:40px;
	padding:20px 0;
	width:100%;
	margin-bottom:40px;
}
.message-inner span {
	font-size:16px;
}
@media screen and (max-width: 768px) {
	.message-inner {
		font-size:13px;
	}
	.message-inner span {
		font-size:13px;
	}
}
.img-list01 {
	font-size:0;
	letter-spacing:-1em;
}
.img-list01 img {
	width:33.33% !important;
	height:auto;
	display:inline-block;
}
.youtube01 {
	width:290px;
	margin:20px auto;
	text-align:center;
}
.youtube02 {
	width:600px;
	margin:20px auto 40px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.youtube02 {
		width:100%;
	}
}
.youtube02 .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube02 .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.conts04 .inner05 .learn-btn-list {
	font-size:0;
	letter-spacing:-1rem;
	margin:0 ;
	padding:0;
	list-style:none;
}
.conts04 .inner05 .learn-btn-list li {
	display:inline-block;
	width:190px;
	margin-right:12.5px;
	letter-spacing:normal;
	font-size:12px;
}
@media screen and (max-width: 999px) {
	.conts04 .inner05 .learn-btn-list li {
		width:48%;
		margin-right:4%;
	}
	.conts04 .inner05 .learn-btn-list li:nth-child(even) {
		margin-right:0;
	}
}
@media screen and (max-width: 768px) {
	.conts04 .inner05 .learn-btn-list li {
		width:100%;
		margin-right:0;
	}
}
.conts04 .inner05 .learn-btn-list li:last-child {
	margin-right:0;
}
.conts04 .inner05 .learn-btn-list li a {
	background-color:#fff;
	color:#0049d0;
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0px 5px;
	position:relative;
}
.conts04 .inner05 .learn-btn-list li a:after {
    content: '';
    background-image: url(../img/arrow_blue.png);
    position: absolute;
    top: 14px;
    right: 10px;
    width: 25px;
    height: 5px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.conts05 .left {
	font-size:15px;
	letter-spacing:normal;
	width:50%;
	float:none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	float:left;
}
@media screen and (max-width: 999px) {
	.conts05 .left {
		width:100%;
		float:none;
	}
}
.conts05 .left .inner {
	width:80%;
	max-width:600px;
	margin:120px auto 0;
}
@media screen and (max-width: 768px) {
	.conts05 .left .inner {
		width:96%;
		margin:0 auto 0;
	}
}
.conts05 .right {
	font-size:15px;
	letter-spacing:normal;
	width:50%;
	float:none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	float:right;
}
@media screen and (max-width: 999px) {
	.conts05 .right {
		width:100%;
		float:none;
	}
}
.conts05 .right .inner {
	width:80%;
	max-width:600px;
	margin:120px auto 0;
}
@media screen and (max-width: 768px) {
	.conts05 .right .inner {
		width:96%;
		margin:0 auto 0;
	}
}
.conts05 .inner h3 {
	font-size:60px;
	border:none;
	color:#000;
}
@media screen and (max-width: 768px) {
	.conts05 .inner h3 {
		font-size:40px;
	}
}
.conts05 .inner h3 span {
	font-size:10px;
}
.conts05 .inner .sub-title {
	color:#0049d0;
	font-size:28px;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	.conts05 .inner .sub-title {
		font-size:18px;
		margin-bottom:10px;
	}
}

.system-list {
	font-size:0;
	letter-spacing:-1rem;
	margin:0;
	padding:0;
	list-style:none;
}
.system-list02 {
	font-size:0;
	letter-spacing:-1rem;
	margin:80px 0 0;
	padding:0;
	list-style:none;
}
@media screen and (max-width: 768px) {
	.system-list02 {
		margin:40px 0 0;
	}
}
.system-list li {
	display:inline-block;
	font-size:16px;
	vertical-align:top;
	width:31.33%;
	margin-right:3%;
	letter-spacing:normal;
}
@media screen and (max-width: 999px) {
	.system-list li {
		width:100%;
		margin:0 auto;
	}
}
.system-list02 li:last-child {
	margin-right:0;
}
.system-list02 li {
	display:inline-block;
	font-size:16px;
	vertical-align:top;
	width:31.33%;
	margin-right:3%;
	letter-spacing:normal;
}
@media screen and (max-width: 999px) {
	.system-list02 li {
		width:100%;
		margin:0 auto;
	}
}
@media screen and (max-width: 768px) {
	.system-list02 li {
		font-size:13px;
	}
}
.system-list li:last-child {
	margin-right:0;
}
.system-list li .system {
	background-color:#0049d0;
	color:#fff;
	font-size:13px;
	text-align:center;
	font-family: 'Noto Serif JP';
}
.system-list02 li .title-conts {
	text-align:center;
}
.system-list02 li .system {
	background-color:#0049d0;
	color:#fff;
	font-size:13px;
	text-align:center;
	margin-bottom:20px;
	display:inline-block;
	padding:0 10px;
	line-height: 24px;
}
@media screen and (max-width: 999px) {
	.system-list02 li .system {
		vertical-align:middle;
		margin:10px 0;
	}
}
@media screen and (max-width: 768px) {
	.system-list02 li .system {
		font-size:12px;
	}
}
.system-list li .title {
	font-size:26px;
	margin:10px auto 20px;
	color:#0049d0;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
	.system-list li .title {
		font-size:18px;
	}
}
.system-list02 li .title {
	font-size:26px;
	margin:10px auto;
	color:#0049d0;
	text-align:center;
	font-family: 'Noto Serif JP';
	font-weight:bold;
}
@media screen and (max-width: 999px) {
	.system-list02 li .title {
		display:inline-block;
		vertical-align:middle;
		margin:10px;
	}
}
@media screen and (max-width: 768px) {
	.system-list02 li .title {
		font-size:22px;
	}
}
.system-list02 li .text {
	min-height:448px;
}
@media screen and (max-width: 999px) {
	.system-list02 li .text {
		min-height:auto;
	}
}
.system-list02 li .img {
	margin:10px 0 40px;
}
.system-list li .inner {
	min-height:200px;
	line-height:1.8em;
}
@media screen and (max-width: 999px) {
	.system-list li .inner {
		min-height:auto;
	}
}
.system-list li .img {
	margin-top:20px;
}
@media screen and (max-width: 999px) {
	.system-list li .img {
		margin-bottom:40px;
	}
}
.system-tb01 {
	background-color:#fff;
	text-align:center;
}
.system-tb01 th,.system-tb01 td {
	border:1px solid #0049d0;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
}
@media screen and (max-width: 768px) {
	.system-tb01 th,.system-tb01 td {
		font-size:12px;
	}
}
.system-tb01 th {
	background-color:#ceddf4;
}
.system-tb01 th.bn {
	border:none;
}
.system-tb01 th.bn.br {
	border-right:1px solid #0049d0;
}
.system-tb01 th.blue {
	color:#0049d0;
}
.system-tb01 th.h52 {
	min-height:52px;
}
.system-tb01 td.tl-l {
	text-align:left;
}
.system-tb01 td.tate span {
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    -webkit-writing-mode:vertical-rl; 
	color:#0049d0;
	text-orientation: upright;
}
.system-tb01 td.tate {
	width:40px;
	min-height:85px;
}
.system-tb01 td.v-a-t {
	vertical-align:top;
}
.system-tb02 {
	background-color:#fff;
	text-align:center;
}
.system-tb02 th,.system-tb02 td {
	border:1px solid #0049d0;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
}
@media screen and (max-width: 768px) {
	.system-tb02 th,.system-tb02 td {
		font-size:12px;
	}
}
.system-tb02 th {
	background-color:#b4caef;
}
.system-tb02 th.bn {
	border:none;
}
.system-tb02 th.blue {
	color:#0049d0;
}
.system-tb02 th.h52 {
	min-height:52px;
}
.system-tb02 td.tl-l {
	text-align:left;
}
.system-tb02 td.tate span {
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    -webkit-writing-mode:vertical-rl; 
	color:#0049d0;
}
.system-tb02 td.tate {
	width:40px;
	min-height:80px;
}
.system-tb02 td.v-a-t {
	vertical-align:top;
}
.system-tb03 {
	background-color:#fff;
	text-align:center;
}
.system-tb03 th,.system-tb03 td {
	border:1px solid #0049d0;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
}
@media screen and (max-width: 768px) {
	.system-tb03 th,.system-tb03 td {
		font-size:12px;
		padding: .5em .25em;
	}
}
.system-tb03 th {
	background-color:#9bb9ea;
}
.system-tb03 th.bn {
	border:none;
}
.system-tb03 th.blue {
	color:#0049d0;
}
.system-tb03 th.h52 {
	min-height:52px;
}
.system-tb03 td.tl-l {
	text-align:left;
}
.system-tb03 td.tate span {
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    -webkit-writing-mode:vertical-rl; 
	color:#0049d0;
}
.system-tb03 td.tate {
	width:40px;
}
.system-tb03 td.v-a-t {
	vertical-align:top;
}
.system-tb03 td.v-a-t div {
	min-height:103px;
	display:block;
}
@media screen and (max-width: 768px) {
	.system-tb03 td.v-a-t div {
		min-height: 90px;
	}
}
.system-tb-img {
	width:100%;
	margin:0 auto;
}
.arrow01 {
	width:30px;
	margin:20px auto;
}
.attention01 {
	text-align:left;
	font-size:12px;
}
.attention02 {
	text-align:center;
	color:#ff0000;
}
.attention03 {
	text-align:center;
	color:#ff0000;
	font-size:28px;
	margin:50px 0 30px;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
	.attention03 {
		font-size:18px;
	}
}
.lesson-tb01 {
	background-color:#fff;
	text-align:center;
}
.lesson-tb01 th,.lesson-tb01 td {
	border:1px solid #0049d0;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
}
@media screen and (max-width: 768px) {
	.lesson-tb01 th,.lesson-tb01 td {
		font-size:12px;
	}
}
.lesson-tb01 th {
	background-color:#eeeeef;
	text-align:left;
}
.lesson-tb01 td.bg01 {
	background-color:#ceddf4;
	font-size:7px;
	padding: 10px;
}
.lesson-tb01 td.bg02 {
	background-color:#b4caef;
	font-size:7px;
	padding: 10px;
}
.lesson-tb01 td.bg03 {
	background-color:#9bb9ea;
	font-size:7px;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.lesson-tb01 td.bg01 {
		padding:10px 2px;
	}
	.lesson-tb01 td.bg02 {
		padding:10px 2px;
	}
	.lesson-tb01 td.bg03 {
		padding:10px 2px;
	}
}
.lesson-tb01 .bn {
	border:none;
}
.lesson-tb01 p {
	margin-bottom:0;
}
.lesson-tb01 th .title01 {
	display:inline-block;
	background-color:#0049d0;
	color:#fff;
	font-size:10px;
	padding:3px 5px;
	margin-bottom:5px;
}
.lesson-tb01 th.bg-b {
    background-color: #7fa4e7;
	font-size:16px;
	text-align:center;
}
.lesson-tb01 th.bg-g {
    background-color: #cacacd;
	text-align:center;
}
.lesson-tb01 td.bg-g {
    background-color: #cacacd;
}
.lesson-tb01 span {
	color:#0049d0;
}
.lesson-tb-inner01 {
	width:47%;
	margin-right:3%;
	float:left;
}
.lesson-tb-inner02 {
	width:50%;
	float:left;
}
@media screen and (max-width: 768px) {
	.lesson-tb-inner01 {
		width:100%;
		float:none;
	}
	.lesson-tb-inner02 {
		width:100%;
		float:none;
	}
}
.lesson-tb02 {
	background-color:#fff;
	text-align:center;
	border: 1px solid #0049d0;
}
.lesson-tb02 th {
	border:1px solid #0049d0;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
	font-size:12px;
}
.lesson-tb02 td {
    border-left: 1px solid #0049d0;
    vertical-align: middle;
    font-weight: normal;
    color: #000;
    border-right: 1px solid #0049d0;
    border-bottom: 1px dotted #0049d0;
    border-top: 1px dotted #0049d0;
	text-align:left;
	font-size:12px;
}
@media screen and (max-width: 768px) {
	.lesson-tb02 th,.lesson-tb02 td {
		font-size:12px;
	}
}
.lesson-tb02 th {
	background-color:#eeeeef;
	text-align:center;
}
.lesson-tb02 th.tate span {
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    -webkit-writing-mode:vertical-rl; 
	text-orientation: upright;
}
.lesson-tb02 th.tate {
	width:36px;
}
.lesson-tb02 .bn {
	border:none;
}
.lesson-tb02 p {
	margin-bottom:0;
}
.lesson-tb02 th.bg-b {
	background-color:#0049d0;
	color:#fff;
}
.e-img-conts {
}
.e-img-conts .img01 {
	float:left;
	width:48.5%;
	margin-right:3%;
	text-align:right;
}
.e-img-conts .img01 img {
	width:65% !important;
}
@media screen and (max-width: 768px) {
	.e-img-conts .img01 img {
		width:100% !important;
	}
}
.e-img-conts .img02 {
	float:left;
	width:48.5%;
	text-align:left;
}
.e-img-conts .img02 img {
	width:65% !important;
}
@media screen and (max-width: 768px) {
	.e-img-conts .img02 img {
		width:100% !important;
	}
}
.lesson-tb02 td.blue {
	color:#0049d0;
}
.country-title {
	font-size:18px;
	color:#0049d0;
	font-family:'Noto Serif JP';
	text-align:center;
}
.country-title img {
	width:33px !important;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.country-title-sub {
	font-size:11px;
	color:#000;
	text-align:center;
}
.global-img-list.mb40 {
	margin-bottom:40px;
}
.global-img-list ul {
	font-size:0;
	margin:0;
	padding:0;
	letter-spacing: -1em;
}
.global-img-list ul li {
	width:48%;
	margin-right:4%;
	display:inline-block;
	letter-spacing: normal;
	margin-bottom:15px;
	font-size:10px;
	vertical-align:top;
}
.global-img-list ul li p {
	margin-bottom:5px;
}
.global-img-list ul li:nth-child(even) {
	margin-right:0;
}
@media screen and (max-width: 768px) {
	.global-img-list ul li {
		width:100%;
		margin:0 0 15px;
	}
}
.global-img {
	max-width:360px;
	width:100%;
	margin:10px auto 40px;
}
.global-img02 {
	font-size:0;
	letter-spacing:-1rem;
	width:100%;
}
.global-img02 .inner01 {
	width:48%;
	margin-right:4%;
	display:inline-block;
	letter-spacing:normal;
	font-size:16px;
	vertical-align:top;
}
.global-img02 .inner02 {
	width:48%;
	display:inline-block;
	letter-spacing:normal;
	font-size:16px;
	vertical-align:top;
}
@media screen and (max-width: 768px) {
	.global-img02 .inner01 {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
		font-size:13px;
	}
	.global-img02 .inner02 {
		width:100%;
		margin-bottom:20px;
		font-size:13px;
	}
}
.global-text {
	text-align:center;
	font-size:15px;
}
.global-text .fs18 {
	font-size:18px;
}
.global-text .le {
	text-align:center;
}
@media screen and (max-width: 768px) {
	.global-text {
		font-size:13px;
	}
	.global-text .fs18 {
		font-size:15px;
	}
	.global-text .le {
		text-align:left;
	}
}
.global-text .blue {
	color:#0049d0;
}
.global-text .inner {
	margin-top:10px;
}
.global-text p {
	margin-bottom:20px;
}
.global-text.bb {
	border-bottom:1px solid #d6d6d6;
	padding-bottom:15px;
	margin-bottom:10px;
}
.fac-conts .img {
	max-width:600px;
	margin:20px auto;
	width:100%;
	text-align:center;
	line-height: 12px;
}
.fac-conts .yellow {
	color:#d5b345 !important;
	font-weight:bold;
}
.fac-conts .green {
	color:#7fbf34 !important;
	font-weight:bold;
}
.fac-conts .blue {
	color:#1c9cbd !important;
	font-weight:bold;
}
.fac-conts .gray {
	color:#aba0a1 !important;
	font-weight:bold;
}
.fac-list {
	font-size:0;
	margin:0;
	padding:0;
	letter-spacing: -1em;
	list-style:none;
}
.fac-list li {
	width:48%;
	margin-right:4%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	font-size:16px;
	line-height:20px;
	margin-bottom: 20px;
}
.fac-list li:nth-child(even) {
	margin-right:0;
}
@media screen and (max-width: 768px) {
	.fac-list li {
		width:100%;
		margin:0 0 20px;
		font-size:13px;
	}
}
.fac-list .yellow {
	color:#d5b345 !important;
	font-weight:bold;
}
.fac-list .green {
	color:#7fbf34 !important;
	font-weight:bold;
}
.fac-list .blue {
	color:#1c9cbd !important;
	font-weight:bold;
}
.fac-list .gray {
	color:#aba0a1 !important;
	font-weight:bold;
}
.vr-banner {
	text-align:center;
	max-width:380px;
	margin:40px auto;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.access-info {
	text-align:center;
	margin:20px auto;
}
.access-info span {
	color:#0049d0;
	font-size:18px;
}
.access-img {
	max-width:480px;
	width:100%;
	margin:0 auto 40px;
	font-size:13px;
	text-align:left;
}
.access-img img {
	margin-bottom:20px;
}
.access-img span {
	color:#0049d0;
}
.yusou span {
	color:#0049d0;
}
.yusou .contact {
	max-width:270px;
	border:1px solid #0049d0;
	text-align:center;
	padding:20px 0;
	margin:0 auto 40px;
}
.student-btn {
	width:100%;
	max-width:480px;
	box-sizing:border-box;
	display:block;
	background-color:#e6e6e6;
	position:relative;
	text-align:center;
	padding:16px 0;
	color:#000;
	margin:0 auto;
	font-size:16px;
}
.student-btn:hover {
	color:#000;
	opacity:0.8;
}
@media screen and (max-width: 768px) {
	.student-btn {
		font-size:15px;
	}
}
.student-btn:after {
	content: '';
  background-image: url(../img/pdf-icon.png);
  position: absolute;
  top: 19px;
  right: 10px;
  width: 25px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.student-btn:after {
		top: 16px;
	}
}
.student-btn-list {
	letter-spacing:-1rem;
	text-align:left;
	font-size:0;
}
@media screen and (max-width: 768px) {
	.student-btn-list {
		text-align:center;
		margin-bottom:40px;
	}
}
.student-btn-list .inner01 {
	width:30%;
	margin-right:5%;
	display:inline-block;
	letter-spacing:normal;
	font-size:19px;
	margin-bottom:24px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.student-btn-list .inner01 {
		width:100%;
		margin:15px auto;
		font-size:16px;
	}
}
.student-btn-list .inner01:nth-of-type(3n) {
	margin-right:0;
}
.student-btn-list .inner02 {
	width:47.5%;
	margin-right:5%;
	display:inline-block;
	letter-spacing:normal;
	font-size:19px;
	margin-bottom:24px;
	text-align:center;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.student-btn-list .inner02 {
		width:100%;
		margin:15px auto;
		font-size:16px;
	}
}
.student-btn-list .inner02:nth-of-type(2n) {
	margin-right:0;
}
.student-btn-list .inner01 .s-btn {
	display:block;
	color:#000;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	background-color:#e6e6e6;
}
.student-btn-list .inner01 .s-btn:after {
	content: '';
  background-image: url(../img/stu-btn-icon.png);
  position: absolute;
  top: 18px;
  right: 7px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.student-btn-list .inner01 .s-btn:after {
		top: 12px;
		right: 9px;
		width: 10px;
		height: 14px;
	}
}
.student-btn-list .inner01 .s-btn2 {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	color:#0049d0;
	border:1px solid #0049d0;
}
.student-btn-list .inner01 .s-btn2:after {
	content: '';
  background-image: url(../img/stu-btn-icon02.png);
  position: absolute;
  top: 20px;
  right: 7px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.student-btn-list .inner01 .s-btn2:after {
		top: 12px;
		right: 9px;
		width: 10px;
		height: 14px;
	}
}
.student-btn-list .inner02 .s-btn2 {
	width: 100%;
    box-sizing: border-box;
    padding: 4px;
    line-height: 21px;
    position: relative;
    min-height: 54px;
    color: #0049d0;
    border: 1px solid #0049d0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.student-btn-list .inner02 .s-btn2:after {
	content: '';
  background-image: url(../img/stu-btn-icon02.png);
  position: absolute;
  top: 20px;
  right: 7px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.student-btn-list .inner02 .s-btn2:after {
		top: 12px;
		right: 9px;
		width: 10px;
		height: 14px;
	}
}
.students-qr {
	letter-spacing:-1rem;
	font-size:0;
	width:100%;
}
.students-qr .inner01 {
	font-size:16px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:74%;
	margin-right:4.32%;
}
.students-qr .inner01 a {
	color:#000;
}
.students-qr .inner01 span {
	color:#0049d0;
}
.students-qr .inner02 {
	font-size:16px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:21.68%;
}
@media screen and (max-width: 768px) {
	.students-qr .inner01 {
		width:100%;
		margin:0 auto 20px;
		font-size:14px;
	}
	.students-qr .inner02 {
		width:164px;
		margin:0 auto 40px;
		display:block;
		font-size:14px;
	}
}
.graduate-tb {
	border-collapse: collapse;
	border:1px solid #0049d0;
}
.graduate-tb th {
	background: rgba(0,73,208,0.2);
	width:22%;
	border:1px solid #0049d0;
}
.graduate-tb td {
	border:1px solid #0049d0;
	padding:1em 1.75em;
}
.graduate-tb th,.graduate-tb td {
	padding:.5em 1.75em;
	color:#000;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}
@media screen and (max-width: 768px) {
	.graduate-tb th,.graduate-tb td {
		font-size:10px;
		padding:.5em 0.25em;
	}
}
.graduate-list {
	margin:0 0 40px;
	padding:0 0 0 15px;
	list-style:none;
}
.graduate-list li {
	margin-left: 15px;
	text-indent: -15px;
}
.graduate-list li:before {
	content:'※';
	font-size:16px;
	width:16px;
	height:16px;
	display:inline-block;
}
.material-inner span {
	color:#0049d0;
}
.mw_wp_form_confirm .material-inner {
	display:none;
}
.mw_wp_form .error {
	display:inline-block;
}
.material-tb {
	border:none;
	table-layout: fixed;
	width:100%;
}
.material-tb th {
	width:284px;
}
@media screen and (max-width: 768px) {
	.material-tb th {
		width:100%;
		display:block;
	}
	.material-tb td {
		width:100%;
		display:block;
	}
}
.material-tb th,.material-tb td {
	border:none;
	background-color:#fff;
	color:#000;
	font-size:16px;
	text-align:left;
	padding:15px 5px 15px 0;
}
@media screen and (max-width: 768px) {
	.material-tb th,.material-tb td {
		font-size:13px;
		padding:0 0 15px 0;
	}
}
.material-tb .name01 {
	width:48%;
	box-sizing:border-box;
	margin-right:3%;
}
@media screen and (max-width: 768px) {
	.material-tb .name01 {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
}
.material-tb .name02 {
	width:48%;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
	.material-tb .name02 {
		width:100%;
	}
}
.material-tb .caution {
	font-size:10px;
	margin-top:5px;
}
.material-tb p {
	margin-bottom:0;
}
#zip,#zip2 {
	width:55px;
}
input {
	width:100%;
}
select {
	width:260px;
}
.material-btn-list {
	text-align:center;
	font-size:0;
	letter-spacing:-1rem;
}
.material-btn {
	width:360px;
	margin:40px auto;
	display:inline-block;
	background-color:#0049d0;
	color:#fff;
	border:none;
	border-radius:0;
	box-sizing:border-box;
	padding:10px;
	font-size:16px;
	letter-spacing:normal;
}
.material-btn:hover {
	opacity:0.8;
}
.material-btn02 {
	width:360px;
	margin:40px auto;
	display:inline-block;
	border:2px solid #0049d0;
	background-color:#fff;
	color:#0049d0;
	border-radius:0;
	box-sizing:border-box;
	padding:10px;
	margin-right: 30px;
	font-size:16px;
	letter-spacing:normal;
}
.material-btn02:hover {
	opacity:0.8;
}
@media screen and (max-width: 999px) {
	.material-btn {
		width:48%;
	}
	.material-btn02 {
		width:48%;
		margin-right:4%;
	}
}
@media screen and (max-width: 768px) {
	.material-btn {
		width:80%;
	}
	.mw_wp_form_confirm .material-btn {
		margin-top:5px;
	}
	.material-btn02 {
		width:80%;
		margin-bottom:15px;
		margin-right:0;
	}
}
.recruiting-tb {
	border:1px solid #0049d0;
	width:100%;
}
.recruiting-tb span {
	color:#0049d0;
}
.recruiting-tb th,.recruiting-tb td {
	border:1px solid #0049d0;
	font-size:15px;
	color:#000;
	vertical-align:middle;
}
@media screen and (max-width: 768px) {
	.recruiting-tb th,.recruiting-tb td {
		font-size:12px;
	}
}
.recruiting-tb th {
	background: rgba(0,73,208,0.2);
	width:28%;
	padding: 13px;
}
.recruiting-tb td {
	padding: 13px 25px;
}
@media screen and (max-width: 768px) {
	.recruiting-tb th,.recruiting-tb td {
		padding: 13px;
	}
}
.recruiting .contact {
	max-width:300px;
	border:1px solid #0049d0;
	text-align:left;
	padding:20px 20px;
	margin:0 auto 40px;
	font-size:13px;
}
.recruiting .contact p {
	margin-bottom:0;
}
.recruiting .contact .link {
	text-align:center;
}
.recruiting .contact a {
	text-decoration:underline;
}
.zazen-sch-title {
	text-align:center;
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.zazen-sch-title {
		font-size:11px;
	}
}
.zazen-sch {
	border:none;
	width:100%;
}
.zazen-sch th,.zazen-sch td {
	background:none;
	color:#000;
	border:none;
	font-weight:bold;
	font-size:21px;
}
@media screen and (max-width: 768px) {
	.zazen-sch th,.zazen-sch td {
		font-size:16px;
	}
}
.zazen-sch th {
	text-align:right;
	width:50%;
}
.zazen-sch td {
	text-align:left;
}
.zazen-img {
	font-size:0;
	letter-spacing:-1rem;
	margin:40px 0 0 ;
	padding:0;
}
.zazen-img .img-left {
	width:48%;
	display:inline-block;
	margin-right:4%;
}
.zazen-img .img-right {
	width:48%;
	display:inline-block;
}
@media screen and (max-width: 768px) {
	.zazen-img .img-left {
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	.zazen-img .img-right {
		width:100%;
	}
}
.zazen-list {
	margin:0 0 40px;
	padding:0 0 0 15px;
	list-style:none;
}
.zazen-list li {
	margin-left: 15px;
	text-indent: -15px;
}
.zazen-list li:before {
	content:'●';
	font-size:16px;
	width:16px;
	height:16px;
	color:#0049d0;
	display:inline-block;
}
@media screen and (max-width: 768px) {
	.zazen-list li {
		margin-left: 0px;
		text-indent: -8px;
	}
	.zazen-list li:before {
		font-size: 13px;
		width: 7px;
		height: 7px;
	}
}
.zazen-list li.attention {
	margin-top:30px;
}
.zazen-list li.attention:before {
	content:'※';
	font-size:16px;
	width:16px;
	height:16px;
	color:#000;
	display:inline-block;
}
@media screen and (max-width: 768px) {
	.zazen-list li.attention:before {
		font-size: 13px;
		width: 7px;
		height: 7px;
	}
}
.club-img {
	max-width:550px;
	margin:0 auto 40px;
}
.festival-img ul {
	list-style:none;
	font-size:0;
	letter-spacing:-1rem;
	padding:0;
}
.festival-img ul li {
	display:inline-block;
	width:48%;
	letter-spacing:normal;
	margin-right:4%;
	margin-bottom:15px;
}
@media screen and (max-width: 768px) {
	.festival-img ul li {
		width:100%;
		margin-left:0;
	}
}
.festival-img ul li:nth-child(even) {
	margin-right:0;
}
.festival-btn {
	width:100%;
	max-width:360px;
	box-sizing:border-box;
	display:block;
	border: 1px solid #0049d0;
	text-align:center;
	padding:10px 0;
	color:#0049d0;
	margin:25px auto 80px;
	font-size:16px;
}
.festival-btn:hover {
	text-decoration:none;
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	color:#0049d0;
}
.keni-footer_menu {
	background-color:#0049d0;
	width:100%;
}
.keni-footer_menu_conts {
	max-width:1000px;
	width:96%;
	padding:40px 0 0;
	color:#fff;
	font-size:0;
	letter-spacing:-1rem;
	margin:0 auto;
}
.keni-footer_menu_conts .inner {
	box-sizing:border-box;
	font-size:11.5px;
	letter-spacing:normal;
	padding:0 19px;
	display:inline-block;
	vertical-align:top;
}
.keni-footer_menu_conts .inner:first-child {
	padding-left:0;
}
.keni-footer_menu_conts .inner:last-child {
	padding-right:0;
}
@media screen and (max-width: 768px) {
	.keni-footer_menu_conts .inner:first-child {
		padding-left:19px;
	}
	.keni-footer_menu_conts .inner {
		width:100%;
	}
}
.keni-footer_menu_conts .inner .title {
	font-size:16px;
}
.keni-footer_menu_conts .inner ul {
	list-style:none;
	margin-left:0;
	margin-bottom:40px;
}
.keni-footer_menu_conts .inner ul li a {
	color:#fff;
}
.keni-footer_menu_conts .inner ul li:before {
	content:'＞';
	font-size:13px;
	width:13px;
	height:13px;
	display:inline-block;
}
.keni-footer-menu02 {
	max-width:1000px;
	width:100%;
	text-align:center;
	margin:20px auto 0;
}
.keni-footer-menu02 ul {
	display:inline-block;
	padding:0;
	margin:0;
}
.keni-footer-menu02 ul li {
	display:inline-block;
	font-size:8px;
    margin-bottom: 0;
}
.keni-footer-menu02 ul li a {
	color:#000;
}
.keni-footer-menu02 ul li:after {
	content:'｜';
	font-size:8px;
	display:inline-block;
}
.keni-footer-menu02 ul li:last-child:after {
	content:none;
}
.fade-access {
	display:none;
}
.img-circle-inner {
	opacity: 0 !important;
}
.img-circle {
	animation-name:img-circle;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	opacity: 1 !important;
}

@keyframes img-circle {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.page-nav li {
	border: 1px solid #cacaca;
}
.page-nav li a {
	color:#cacaca;
}
.page-nav .current, .page-nav li a:hover, .page-nav li a:active, .page-nav li a:focus {
	background: #cacaca !important;
}
a.examinee-button02{
    display: block;
}
@media screen and (min-width: 768px) {
.examinee-button01{
	display:flex;
}
.examinee-button02{
	padding:10px;
	width:100%;
	text-align:center;
	margin:10px;
	border:1px #998675 solid; 
	font-size:16px; 
}
	}

@media screen and (max-width: 767px) {
     .examinee-button01 {
		 display: block;
     }
	.examinee-button02{
		padding:10px;
		width:100%;
		text-align:center;
		margin:20px auto;
		border:1px #998675 solid; 
		font-size:16px; 
}
 }

@media screen and (min-width: 782px) {
.examinee-image01{
	display:flex;
	flex-wrap:wrap;
}
.examinee-image02{
	width:20%;
	margin:0px auto;
	padding:5px;
	
}
	}

@media screen and (min-width: 601px) and (max-width: 781px) {
.examinee-image01{
	display:flex;
	flex-wrap:wrap;
}
.examinee-image02{
width: 45%;
margin:10px 0px 10px 20px;
}
	}

@media screen and (max-width: 600px) {
     .examinee-image01 {
		 display: block;
     }
	.examinee-image02{
		padding:10px;
		width:100%;
		text-align:center;
		margin:20px auto;
}
 }


.news-from-insurance01{
	list-style:none; 
	text-indent: -1em;
	margin-left: 1em;
	margin-top:0;
	margin-bottom:0;
  }