* {box-sizing: border-box;}
body{
	width: 100%;
	font-size: 16px;
}
p{
	margin: 0;
}
.whiteSpace{
	white-space: pre-wrap;
}
.green{
	color:#006837;
}
.orange{
	color:#ed9303;
}
a{color: unset;display: block;}
a:hover{
	cursor: pointer;
	text-decoration: none;
	color: unset;
	opacity: 0.5;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bold-txt{
	font-weight: 700;
}
.bg-white{
	background-color: #fff;
}
img.reverse-img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
header .top-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
header .top-l-header{
	padding: 0.8em 0;
}
header .top-l-header .head-txt{
	color:#006837;
}
header .top-l-header .head-logo{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
header .top-l-header .head-logo .each-logo{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
header .top-l-header .head-logo .each-logo img{
	height: 60px;
}
header .top-l-header .head-logo .each-logo p{
	color:#006837;
	font-weight: 500;
}
header .top-r-header{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
header .top-r-header .top-btn{
	color: #fff;
	padding: 1em;
	margin-left: 0.8em;
	border-radius: 0 0 0.75em 0.75em;
}
header .top-r-header .top-btn.green{background-color:#006837;}
header .top-r-header .top-btn.orange{background-color:#ed9303;}

nav.main-menu ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
}
nav.main-menu ul li{
	flex:0 0 20%;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #999;
}
nav.main-menu ul li:last-child{
	border-right: 1px solid #999;
}
nav.main-menu ul li a{
	display: block;
}
nav.main-menu ul li a:hover{
	text-decoration: none;
}
/*BURGER ICON*/
.burger-icon {
	color:#333333;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: right;
	display: none;
	order:3;
	margin-left: 15px;
}

.burger-line {
	transition: 0.3s;
	width: 100%;
	height: 6px;
	background-color: #006837;
	/* border-radius: 3px; */
}

.burger-icon .burger-line:last-child {
	margin-bottom: 0;
}

.burger-line-1 {
	position: relative;
	top: 0;
}

.burger-line-3 {
	position: relative;
	bottom: 0;
}

.burger-icon.open .burger-line-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.burger-icon.open .burger-line-2 {
	opacity: 0;
}

.burger-icon.open .burger-line-3 {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}

.burger-menu {
	position: fixed;
	width: 100%;
	left: auto;
	right: 0;
	padding: 15px;
	background-color: #fff;
	color:#fff;
	z-index: 9999;
	display: none;
}

.burger-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.burger-menu ul li {
	display: block;
}

.burger-menu ul li a {
	color:#111;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.burger-menu ul li a.top-btn{
	color: #fff;
}
.burger-menu ul li a.green{
	background-color: #006837;
}
.burger-menu ul li a.orange{
	background-color: #ed9303;
}

.burger-menu ul li:last-child a {
	border:none;
}
/* END BURGER ICON*/

.top-slide{
	max-width:1680px;
	margin: 1em auto;
	height: 55vh;
	max-height: 600px;
	min-height: 450px;

}
.top-slide .swiper-container {
    width: 100%;
    height: 100%;
}
.top-slide .swiper-container .swiper-slide{
	background-size: cover;
	background-position: center;
	border-radius: 1em;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-slide .swiper-container .swiper-slide .slide-txt{
	text-shadow: 2px 2px rgba(50, 50, 50, 0.2);
	text-align: center;
}
.top-cover{
	margin-top: 1em;
	background-size: cover;
	background-position: center;
	height: 30vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-cover p{
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.5em;
}
.smaller-txt{
	font-size: 0.75em;
}
.boxes-content{
	padding: 4em 0;
	background-position: center;
	background-size: cover;
}
.boxes-container{
	position: relative;
	background-color: #fff;
	padding: 2em 2em;
	border-radius: 1em;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.boxes-content .boxes-container .box-label{
	position: absolute;
	top: -1em;
	left: 1em;
	font-size: 2em;
	padding: 0.2em 1em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-left: 5em solid #006837;
	border-top: 0.25em solid transparent;
	border-bottom: 0.25em solid transparent;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxes-content .boxes-container .box-label .box-label-txt{
	margin-left: -7em;
}
.boxes-content .boxes-container .box-content .heading{
	font-size: 3em;
	line-height: 2.5;
}
.boxes-content .boxes-container .box-content{
	margin: 2em auto;
	line-height: 2.5;
}
.box-btn{
	width: 50%;
	margin: 0 auto;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background-color: #006837;
	padding: 1.5em 1.5em;
	text-align: center;
}
.box-btn.bigger{
	width: 90%;
	font-size: 1.5em;
	border-radius: 0.25em;
	display: block;
}
.box-btn.full-btn{
	width: 100%;
}
.box-lists .roman-list{
	list-style: upper-roman;
	margin-left: 2em;
}
.box-lists .roman-list > li::marker{
	color: #006837;
}
.box-lists .roman-list > li{
	margin-bottom: 2em;
}
.box-lists .numcircle-list{
	list-style: none;
	counter-reset: numList;
}
.box-lists .numcircle-list > li{
	position: relative;
	margin-left: 1em;
	line-height: 2;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.box-lists .numcircle-list li::before{
	font-size: 0.8rem;
    counter-increment: numList;
    content: counter(numList);
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    padding-top: 0.25em;
    line-height: 1em;
    position: absolute;
    top: 0.6em;
    left: -2em;
}
.history-section{
	background-color: #DAEAD3;
	padding: 2em 0;
}
.section-head{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 2em;
}
.heading-section{
	font-size: 3em;
	line-height: 1;
}
.table-desc{
	display: block;
	text-align: right;
	padding-bottom: 0.5em;
	letter-spacing: 0.5em;
}
.history-lists{
	width: 100%;
}
.history-lists table tr td{
	line-height: 3;
	vertical-align: top;
	padding: 0 1em;
	font-size: 1rem;
}
.history-lists table tr td:first-child{
	color: #006837;
	background-color: #F2F2F2;
	width: 33%;
	text-align: right;
}
.history-lists table tr td:last-child{
	width: 67%;
}
.center-lists{
	padding: 3em 0;
}
.center-lists table{
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #006837;
	border-bottom: 2px solid #006837;
}
.center-lists table tr{
	border-bottom: 1px dashed #006837;
	vertical-align: top;
}
.center-lists table tr td{
	padding: 1em 0.5em;
}
.center-lists table tr td.list-id{
	width: 5%;
	text-align: center;
}
.center-lists table tr td.list-pos{
	width: 15%;
}
.center-lists table tr td.list-name{
	width: 15%;
}
.center-lists table tr td.list-desc{
	width: 65%;
}
.center-lists table {
  counter-reset: rowNumber;
}

.center-lists table tr::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
  padding-right: 0.3em;
  text-align: center;
  color: #006837;
  padding: 1em 0;
  /* vertical-align: middle; */
}

.pages-banner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 2em auto;
}
.pages-banner .page-banner{
	flex: 0 0 24%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.2);
}
.pages-banner .page-banner:after{
	content: '';
	display: block;
	padding-bottom: 50%;
}
.pages-banner .page-banner .banner-txt{
	font-size: 2rem;
	font-weight: 700;
	-webkit-text-stroke:1px #fff;
}
.pages-banner .page-banner .banner-bottom{
	position: absolute;
	bottom: -2em;
	left: 0;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 0.8rem;
}
.toppage-content .body-content{
	padding: 0;
}
.updates-content{
	margin-top: 2em;
	padding: 0 2em;
}
.updates-label{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #006837;
	margin-bottom: 0.5em;
}
.lf-border.updates-l-label-txt{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #006837;
	line-height: 3.5rem;
}
.updates-l-label{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.updates-l-label img{
	height: 60px;
}
.updates-l-label .updates-l-label-txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 0.9rem;
	letter-spacing: 0.3em;
	padding-bottom: 0.2em
}
.updates-l-label .updates-l-label-txt .green-label{
	color: #006837;
	font-weight: 600;
	font-size: 2rem;
}
.updates-l-label .updates-l-label-txt .bold-label{
	color: #006837;
	font-weight: 700;
	font-size: 2rem;
}
.updates-r-label{
	text-align: center;
}
.updates-r-label .label-btn{
	background-color: #006837;
	color: #fff;
	font-weight:600;
	font-size: 1.2rem;
	padding: 0.5em 1em;
	letter-spacing: 0.2rem;
}
.updates-content .update-lists ul{
	list-style: none;
	/* overflow-y: scroll; */
}
.updates-content .update-lists ul li{
	color: #000;
	padding: 1em;
	border-bottom: 1px dashed #006837;
	font-size: 0.9rem;
}
.updates-content .update-lists ul li .list-date{
	color: #006837;
	font-weight: bold;
	margin-right: 1em;
}
.calendar{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
	margin-right: 1px;
	background-size: cover;
	background-position: center;
	background-image:url('../img/calendar-bg.png');
}
.calendar .calendar-wrapper{
		width: 90%;
		margin: 2em auto;
		background-color: #fff;
}
.calendar .calendar-wrapper .month {
	width: 60%;
	margin: 0 auto;
	margin-top: -0.5em;
	padding: 0.5em 1em;
	background: #006837;
	text-align: center;
	border-radius: 0 0 1em 1em;
}
.calendar .calendar-wrapper .month .prev:hover,.calendar .calendar-wrapper .month .next:hover{
	cursor: pointer;
}
.calendar .calendar-wrapper .month ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.calendar .calendar-wrapper .month ul li {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5em;

}
.calendar .calendar-wrapper .days-container{
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
}
.calendar .calendar-wrapper .days-container .weekdays {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.days-container .weekdays > li,
.days-container .days-month-wrapper .days  > li{
	flex: 0 0 14.2857%;
	color: #000;
	text-align: center;
	padding-top: 1em;
}

.days-container .days-month-wrapper .days > li::after{
	content: '';
	display: block;
	margin-top: 0.5em;
	padding-bottom: 60%;
}
.days-container .days-month-wrapper .days > li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.days-month-wrapper .weekdays > li:first-child,
.days-month-wrapper .weekdays > li:last-child,
.days-month-wrapper .days > li:first-child,
.days-month-wrapper .days > li:last-child {
	background-color: #FCEEDB;
	color: #ED9303;
}
.days-month-wrapper .days > li:first-child,
.days-month-wrapper .days > li:last-child {
	color: #000;
}
.holiday{
	background-color: #FCEEDB;
}
.days-month-wrapper .days {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.days-month-wrapper .days > li.active{
	background: #006837;
	color: white;
}
.days-month-wrapper .days > li.hover{
	background: #006837;
	color: white;
}
.calendar-wrapper .calendar-icons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 1em auto;
}
.calendar-wrapper .calendar-icons .calendar-icon{
	flex: 0 0 16%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.calendar-wrapper .calendar-icons .calendar-icon span{
	display: block;
	width: 30px;
	height: 30px;
	background-color: #FCEEDB;
}
.calendar-wrapper .calendar-icons .calendar-icon img{
	height: 30px;
}
.calendar-wrapper .calendar-icons .calendar-icon p{
	margin-left: 1em;
	font-size: 0.9rem;
}
.days-month-wrapper .days li.status > a{
	position: absolute;
	top:0;
	width:100%;
	height: 100%;
	padding-top: 1em;
}
.days-month-wrapper .days li.status:after{
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 2em;
	width: 2em;
}
.days-month-wrapper .days li.status.status-0:after{
	background-image: url('../img/cal-icon0.png');
}
.days-month-wrapper .days li.status.status-1:after{
	background-image: url('../img/cal-icon1.png');
}
.days-month-wrapper .days li.status.status-2:after{
	background-image: url('../img/cal-icon2.png');
}
.days-month-wrapper .days li.status.status-3:after{
	background-image: url('../img/cal-icon3.png');
}
.days-month-wrapper .days li.status.status-4:after{
	background-image: url('../img/cal-icon4.png');
}
.days-month-wrapper .days li.status.status-5:after{
	background-image: url('../img/cal-icon5.png');
}
.days-month-wrapper .days li.status.status-6:after{
	background-image: url('../img/cal-icon6.png');
}
.days-month-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	overflow: scroll;
}
.days-month{
	flex: 0 0 100%;
}
.status{
	position: relative;
}
.status-detail{
	visibility: hidden;
	position: absolute;
	z-index: 1;
	padding: 1em;
	top:5%;
	max-width: 355px;
	width: 25vw;
	background-color: #fff;
	border: 2px solid #006837;
	
}
.status-detail .close-popup{
	position: absolute;
    color: #000;
    top: 5px;
    right: 5px;
    font-size: 1.75em;
    font-weight: 300;
    width: 1em;
    height: 1em;
    line-height: 0.7;
    border: 2px solid #000;
	border-radius: 50%;
}
.status-detail.show {
	visibility: visible;
}
.status-detail.topLeft {
	left: 40%;
}
.status-detail.topRight {
	right: 40%;
}
ul.calendar-popup{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	color: #000;
	text-align: left;
}
ul.calendar-popup > li{
	flex: 0 0 100%;
	border-bottom: 2px solid #006837;
	font-size: 0.9em;
	padding: 0.5em 0;
	display: flex;
	align-items: center;
}
ul.calendar-popup > li.calendar-event:before{
	content: '';
	display: inline-flex;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5em;
	height: 1.5em;
	margin-right: 5px;
}
ul.calendar-popup > li.calendar-event.status-0:before{
	background-image: url('../img/cal-icon0.png');
}
ul.calendar-popup > li.calendar-event.status-1:before{
	background-image: url('../img/cal-icon1.png');
}
ul.calendar-popup > li.calendar-event.status-2:before{
	background-image: url('../img/cal-icon2.png');
}
ul.calendar-popup > li.calendar-event.status-3:before{
	background-image: url('../img/cal-icon3.png');
}
ul.calendar-popup > li.calendar-event.status-4:before{
	background-image: url('../img/cal-icon4.png');
}
ul.calendar-popup > li.calendar-event.status-5:before{
	background-image: url('../img/cal-icon5.png');
}
ul.calendar-popup > li.calendar-event.status-6:before{
	background-image: url('../img/cal-icon6.png');
}
/* END CALENDAR */
/* END CALENDAR */
.sidebar-content{
	background-color: #daead3;
	margin-top: 2rem;
	border-radius: 2em 0 0 0;
}
.side-content{
	padding: 2em 1em;
}
.side-content .banners-list .side-banner{
	background-size: cover;
	background-position: center;
	margin-bottom: 1em;
}
.side-content .banners-list .side-banner:after{
	content: '';
	display: block;
	padding-bottom: 40%;
}
.side-content .banner-big{
	width: 100%;
	background-size: cover;
	background-position: center;
}
.side-content .banner-big:after{
	content: '';
	display: block;
	padding-bottom: 60%;
}
.side-content .social-icons{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}
.side-content .social-icons .social-icon{
	flex: 0 0 31%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}
.side-content .social-icons .social-icon img{
	width: 75%;
}
.side-content .social-icons .social-icon p{
	font-size: 0.75rem
}
.banners-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 2em auto;
}
.banner-img-label{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
.banner-img-label img{
	height: 60px;
}

.banner-img-label p{
	color: #006837;
	font-weight: bold;
	font-size: 2rem;
	padding: 0 0.6em;
}
.banners-img .banners-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2%;
}
.banners-img .banners-row .banner-img{
	flex: 0 0 24%;
	border-radius: 1em;
	background-size: cover;
	background-position: center;
}
.banners-img .banners-row .banner-img:after{
	content: '';
	display: block;
	padding-bottom: 60%;
}
.info-container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.info-container .info-list{
	flex: 0 0 48%;
	background-color: #fff;
	padding: 0.75em;
	margin: 1em auto;
	border-radius: 0.25em;
}
.info-container .info-list .info-img{
	padding: 1em;
	text-align: center;
	border-radius: 0.25em;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5em;
	font-weight: 700;
	-webkit-text-stroke:2px #fff;
}
.info-container .info-list .info-img::after{
	content: '';
	display: block;
	padding-bottom: 30%;
}
.info-container .info-list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.info-container .info-list > ul li{
	flex: 0 0 48%;
	padding: 0.5em 0;
	border-bottom: 2px solid #006837;
}
.info-container .info-list .line-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.line-box .line-title{
	font-size: 1.5em;
}
.line-box .line-detail{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 1em 0;
}
.line-box .line-detail img{
	height: 90px;
	margin-right: 1em;
}
.line-box .box-btn{
	width: 100%;
}
.content-head{
	margin: 2em auto;
	text-align: center;
	line-height: 2;
}
.chart-content{
	padding: 2em 0;
}
.chart-content .chart-img img{
	width: 100%;
}
/* Learning Page */
.list-learning{
	padding: 2em 0;
	display: flex;
    flex-direction: column;
}
.learning-full{
	background-color: #F2F2F2;
	padding: 1em;
}
.learning-full .updates-label{
	border: 0;
}
.learning-full-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.learning-full-box .learning-full-content{
	flex: 0 0 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.learning-full-content .learning-label{
	background-color: #006837;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}
.learning-full-content .learning-label img{
	height: 60px;
	margin: 0.1em 0;
}
.learning-full-content .learning-label p{
	color: #fff;
	font-size: 2rem;
	padding: 0 0.5em;
}
.learning-half-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 2em;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.learning-half-box .learning-half-content{
	flex: 0 0 48%;
	padding: 1em;
	background-color: #f2f2f2;
}
.learning-half-box .updates-label{
	margin-bottom: 0;
}
.update-lists::-webkit-scrollbar,.learning-list::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの軌道*/
.update-lists::-webkit-scrollbar-track,.learning-list::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.update-lists::-webkit-scrollbar-thumb, .learning-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 104, 55, 0.3);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.update-lists{
	overflow-y: scroll;
	height: 500px;
}

.learning-list{
	font-size: 0.9rem;
	line-height: 2em;
	height: 430px;
	overflow-y: scroll;
}
.learning-list.learning-buttons{
	overflow-y: hidden;
}
.inner-list-wrap{
	height: 245px;
	overflow-y: scroll;
	overflow: scroll;
}
.learning-list > ul li, .events > ul li.innner-list{
	border-bottom: 1px dotted #006837;
	padding: 1em 0;
}
.learning-list .learning-date-time, .events .learning-date-time{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.learning-list .learning-date-time .learning-date, .events .learning-date-time .learning-date{
	background-color: #006837;
	color: #fff;
	padding: 0 1em;
}
.learning-list .learning-date-time .learning-time, .events .learning-date-time .learning-time{
	color: #006837;
	margin-left: 1em;
}
.learning-list .learning-date-time .learning-title,.events .learning-date-time .learning-title{
	padding-top: 0.5em;
}
.learning-list .learning-btn-list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em 0;
}
.learning-list .learning-btn-list .learning-btn{
	flex: 0 0 100%;
	border: 1px solid #006837;
	color: #006837;
	margin: 0.5em 0;
    padding: 1.3em 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;

}
.learning-list .learning-btn-list .learning-btn::before{
	content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #006837;
    margin: 0 0.25em;
}
.list-event{
	padding: 2em 0;
}
.list-event img.list-cover-image{
	height: 190px;
    object-fit: cover;
}
.list-event .events > ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.list-event .events > ul li.event-element{
	flex: 0 0 48%;
	margin-bottom: 2em;
}
.list-event .events > ul li img{
	width: 100%;
}
.training-desc{
	background-color: #f2f2f2;
	padding: 2em 0;

}
.training-desc .training-box{
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 1em;
}
.training-desc .training-box .training-label{
	color: #006837;
	font-size: 2rem;
	letter-spacing: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #006837;
}
.training-desc .training-box .training-detail{
	padding: 1em 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.training-desc .training-box .training-detail .training-side{
	flex: 0 0 49%;
	line-height: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.training-desc .training-box .training-detail .training-side p{
	margin-bottom: 1em;
}
.training-desc .training-box .training-detail .training-side.training-img{
	background-position: center;
	background-size: cover;
}
.training-location{
	padding: 2em 0;
}
.training-location .location-list{
	margin-top: 3em;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.training-location .location-list::after{
	content: "";
  	flex: 0 0 32%;
}
.training-location .location-list .location-card{
	padding: 0.25em;
	border: 1px solid #ccc;
	flex: 0 0 32%;
	margin-bottom: 2%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.training-location .location-list .location-card.empty-card{
	border: none;
}
.training-location .location-list .location-card .location-img{
	width: 100%;
	height: 230px;
	background-position: top center;
	background-size: cover;
}
.training-location .location-list .location-card .location-img::after{
	content: '';
	display: block;
	padding-bottom: 50%;
}
.training-location .location-list .location-card .location-desc{
	padding: 0.8em 1.05em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.location-card .location-desc .title{
	font-size: 1rem;
	font-weight: 700;
	flex: 0 0 100%;
}
.location-card .location-desc > p{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0.2em 0;
}
.location-card .location-desc > p::before{
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
	content: '';
	margin-right: 0.5em;
}
.location-card .location-desc .title::before{
	display: none;
}
.location-card .location-desc .address::before{
	background-image: url('../img/address-ico.png');
	margin-top: 0.2em;
    width: 1.1em;
    height: 1.1em;
}
.location-card .location-desc .tel::before{
	background-image: url('../img/tel-ico.png');
	margin-top: 0.2em;
    width: 1em;
    height: 1em;
}
.location-card .location-desc .fax::before{
	background-image: url('../img/fax-ico.png');
	margin-top: 0.2em;
    width: 1em;
    height: 1em;
}
.location-card .location-desc .contact::before{
	background-image: url('../img/contact-ico.png');
	margin-top: 0.1em;
    width: 1.25em;
    height: 2em;
}
.location-card .location-desc .tel,.location-card .location-desc .fax{
	flex: 0 1 50%;
}
.conf-content{
	padding: 3em 0;
	background-color: #f2f2f2;
}
.cover-label{
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 1em;
	font-size: 2rem;
	color: #fff;
}
.cover-label p{
	margin: 0.2em 0;
}
.cover-label .tag{
	font-size: 0.75em;
	padding: 0.1em 0.5em;
	color: #006837;
	background-color: #fff;
}
.cover-label .tag.long-tag{
	min-width: 40%;
	text-align: center;
}
.conf-content .conf-detail{
	padding: 1.5em 2em;
}
.conf-content .conf-detail .conf-person{
	margin-top: 1.5em;
}
.conf-person .conf-person-label{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 1em;
}
.conf-person .conf-person-label .person-img img{
	height: 100px;
	margin-right: 1.5em;
}
.conf-person .conf-person-label .person-title{
	display: flex;
    flex-direction: column;
    justify-content: center;
	border-bottom: 1px solid #006837;
	flex: 1;
}
.person-title .person-bold{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.conf-person .conf-person-detail{
	line-height: 2;
}
.video-table{
	padding: 2em 0;

}
.section-head .heading-label{
	font-size: 2.5rem;
	margin-bottom: 0.5em;
}
.section-head > img{
	height: 80px;
}
.section-head .title-label{
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.section-head .desc-label{
	letter-spacing: 0.2em;
	line-height: 1.8;
	font-size: 1em;
	font-weight: 400;
}
.video-list table{
	margin: 2em 0;
}
.video-list table tr th,.video-list table tr td{
	padding: 1em;
	border-left: 2px solid #006837;
	border-right: 2px solid #006837;
}
.video-list table tr td{
	border-bottom: 2px dashed #006837;
}
.video-list table tr:last-child{
	border-bottom: 2px solid #006837;
}
.video-list table tr td{
	vertical-align: text-top
}
.video-list table .table-label{
	background-color: #006837;
	color: #fff;
	text-align: center;
}
.video-list table .table-title{
	background-color: #DAEAD3;
	color: #006837;
}
.video-list table .video-icon >  img{
	height: 30px;
}
.video-list table .video-icon >  p{
	font-size: 0.75em;
	margin-top: 0.5em;
	color: #006837;
}
.video-list table .table-num{width: 6%;text-align: center;vertical-align: middle;}
.video-list table .table-cate{width: 15%;vertical-align: middle;}
.video-list table .table-name{width: 32%}
.video-list table .table-sub{width: 32%;}
.video-list table .table-vdo{width: 15%;text-align: center;}
.announce{
	padding: 3em 0;
	background-color: #daead3;
}
.announce-boxes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.announce-boxes .announce-box{
	background-color: #fff;
	border-radius: 1em;
	margin: 2% 0;
	padding: 2em;
}
.announce-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.announce-content iframe{
	width: 70%;
	min-height: 300px;
	max-height: 450px;
	height: 30vh;
}
.announce-content  p{
	margin: 0.25em 0;
}
.announce-content  a{
	margin-top: 1em;
	font-size: 1.5em;
}
.announce-content .announce-title{
	font-size: 1.75em;
	font-weight: 700;
}
.announce-content .announce-desc{
	font-size: 1.25em;
	font-weight: 700;
}
.announce-content > img{
	height: 60px;
}

.announce-boxes .announce-full{flex:0 0 100%}
.announce-boxes .announce-half{flex:0 0 48%}
.announce-col{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.announce-col .announce-col-each{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 1em;
	flex: 0 0 32%;
}
.announce-col-each .announce-col-label{
	background-color: #daead3;
	color: #006837;
	font-weight: 500;
	padding: 0.5em 0;
}
.announce-col-each .announce-desc{
	flex: 7 0 1px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.announce-col-each .announce-detail{
	flex: 3 0 1px;
}
.nursing{
	padding: 3em 0;
}
.medal-each{
	margin: 1em 0;
}
.medal-each .medal-label{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.medal-each .medal-label > p{
	font-size: 2em;
}
.medal-each .medal-label > img{
	height: 60px;
	margin-right: 1em;
}
.medal-each .medal-cert{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.medal-each .medal-cert .each-cert{
	flex: 0 0 auto;
	margin: 1em 0;
	position: relative;
	text-align: center;
}
.each-cert > img{
	height: 400px;
	position: relative;
}
.each-cert .cert-txt{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	padding: 1.5em;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 1.5em;
}
.each-cert .cert-txt > p{
	padding: 0 0.5em;
}
.welfare{
	background-color: #F2F2F2;
	padding: 3em 0;
}
.welfare .container{
	background-color: #fff;
	padding-bottom: 2em;
}
.welfare .cover-label{
	padding-left: 20%;
	width: 100%;
}
.welfare .cover-label .label-txt{
	text-align: center;
}
.welfare .welfare-table{
	padding: 2em;
}
.welfare .welfare-table table{
	border-collapse: separate;
	border-spacing: 0 1em;
}
.welfare .welfare-table table tr td{
	padding: 0.5em 1em;
	line-height: 1.6;
	vertical-align: text-top;
}
.welfare .welfare-table table tr td:first-child{
	color: #006837;
	font-weight: 700;
	border-right: 1px solid #006837;
	text-align: right;
	width: 15%;
}
.welfare .welfare-table table tr td:last-child{
	width: 85%;
	text-align: left;
}
.welfare > a{
	margin: 2em 0;
}
.event-detail .event-desc{
	margin: 3em 0;
	background-color: #f2f2f2;
	padding: 1em;
}
.event-detail .event-desc p{
	line-height: 3;
}
.detail-btn{
	margin: 2em 0;
}
.detail-btn a.box-btn{
	margin: 0;
	padding: 1em 1.5em;
	width: unset;
}
.detail-btn a:first-child{
	margin-right: 1em;
}
.detail-btn a:last-child{
	width: 40%;
}
.form{
	padding: 3em 0;
}
.form .form-desc{
	line-height: 3;
	margin-bottom: 3em;
}
.form .form-box{
	width: 80%;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 2em;
}
.form .form-box .fld-group{
	margin-bottom: 2em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.form .form-box .fld-group.link-group{
	flex-direction: column;
	align-items: flex-start;
}
.form .form-box .fld-group a{
	color: #006837;
	text-decoration: underline;
}
.form .form-box .fld-group a.active{
	color: #000;
	text-decoration: none
}
.form .form-box .fld-group > label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.form .form-box .fld-group label .fld-req{
	font-size: 0.8em;
	color: #fff;
	background-color: #006837;
	padding: 0.1em 0.5em;
	margin-left: 1em;
}
.form .form-box .fld-group input,.form .form-box .fld-group textarea{
	border: 1px solid #808080;
	border-radius: 0.2em;
}
.form .form-box .fld-group input[type='text']{
	width: 100%;
	line-height: 2;
}
.form .form-box .fld-group textarea{
	width: 100%;
}
.form .form-box .fld-group .input-group{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.form .form-box .fld-group .input-group label{
	margin-right: 1.5em;
	margin-bottom: 0;
}
.form .form-box .fld-group input[type='checkbox'],.form .form-box .fld-group input[type='radio']{
	width:1.2em;
	height:1.2em;
	margin-right: 0.75em;
}
.form .form-box .fld-group select{
	padding: 0.5em 1em;
}
.form .form-box .fld-group label.agreement{
	width: auto;
	margin-bottom: 0;
	display: contents;
}
.form .form-box .fld-group.btn-group{
	justify-content: space-between;
	align-items: center;
}
.form .form-box .fld-group button{
	width: 40%;
	padding: 1em 0;
	color: #006837;
	background-color: transparent;
	border: 1px solid #006837;
	margin-right: 1em;
}
.form .form-box .fld-group button[type='submit']{
	color: #fff;
	background-color: #006837;
	width: 55%;
	margin: 0;
}
.form.confirm .form-desc{
	text-align: center;
}
.form.confirm .form-box .fld-group > label{
	font-weight: 700;
}
.form.confirm .form-box .fld-group button{
	font-weight: 700;
	padding: 1em 0;
	font-size: 1em;
}
.learning-detail{
	padding: 3em 0;
}
.learning-box{
	background-color: #F2F2F2;
	padding: 2em;
}
.learning-box table{
	margin: 2em 0;
	border-collapse: separate;
	border-spacing: 0 0.5em;
}
.learning-box table tr td{
	padding: 1em;
	line-height: 2;
}
.learning-box table tr td:first-child{
	background-color: #DAEAD3;
	color: #006837;
	vertical-align: text-top;
	text-align: right;
	width: 20%;
}
ul.number-list{
	margin-left: 2em;
}

ul.star-list li,ul.ref-list li{
	display: flex;
}
ul.ref-list{
	display: flex;
	margin-left: 1.5em;
}
ul.star-list li.sub-list{
	display: flex;
	flex-wrap: wrap;
}
ul.star-list li.sub-list > p{
	flex: 0 0 85%;
}
ul.star-list li::before{
	content: '☆';
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 300;
	display: flex;

}
ul.ref-list li::before{
	content: '※';
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 300;
	display: flex;
}
ul.star-list  li.no-before::before{
	content: '';
}
footer{
	background-color: #006837;
	color: #fff;
	padding: 2em;
}
footer .footer-txt{
	font-weight: 700;
	margin-bottom: 1em;
}
footer .footer-address{
	margin-bottom: 1em;
}
footer .footer-address .footer-l{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
footer .footer-address .footer-l img{
	height: 60px;
}
footer .footer-address .footer-l p{
	font-size: 1rem;
	margin-left: 1rem;
	font-weight: 700;
}
footer .footer-address .footer-m{
	margin-top: 1em;
	font-size: 1.0rem;
	border-left: 1px solid #fff;
	padding-left: 1em;
}
footer .footer-detail {
	font-size: 0.8rem;
}
footer .footer-detail .bold-txt{
	margin-right: 1em;
}
footer .footer-r{
	display: flex;
	padding: 0 30px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
footer .footer-m a{
	display: inline;
}
footer .footer-r a{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-size: 1rem;
	padding: 0.5rem;
}
footer .footer-r a.sub-links{
	width: 100%;
}
footer .footer-r a.border-btn{
	border: 1px solid #fff;
}
nav.footer-menu ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin: 2em auto;
}
nav.footer-menu ul li{
	flex:0 0 20%;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #fff;
}
nav.footer-menu ul li:last-child{
	border-right: 1px solid #fff;
}
nav.footer-menu ul li a{
	display: block;
}
nav.footer-menu ul li a:hover{
	text-decoration: none;
}
footer .copyright{
	text-align: center;
	font-size: 0.75rem;
}

/* @media-section */

@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
	.status-detail{
		width: 30vw;
	}
	.box-btn.bigger{
		font-size: 1.2em;
	}
	footer .footer-r a{
		font-size: 0.75rem;
	}
	.slide-txt{
		padding: 0 2em;
	}
	.info-container .info-list .info-img{
		font-size: 1.5em;
		-webkit-text-stroke:1px #fff;
	}
	.container{
		max-width: 96%;
	}
	.boxes-content .boxes-container .box-content .heading{
		font-size: 2em;
	}

}
@media (max-width: 767.98px) {
	.status-detail{
		width: 40vw;
	}
	.announce-boxes .announce-half{
		flex: 0 0 100%;
	}
	.announce-col .announce-col-each{
		flex: 0 0 100%;
	}
	.box-btn.bigger{
		font-size: 1em;
	}
	.welfare .welfare-table table tr td:first-child{
		width: 20%;
	}
	footer .footer-r a{
		font-size: 1rem;
	}
	.boxes-content .boxes-container .box-content .heading{
		font-size: 1.5em;
	}
	.burger-icon {
		display: inline-flex;
	}
	.top-l-header .head-txt{
		display: none;
	}
	header .top-r-header{
		align-items: center;
	}
	header .top-r-header a{
		display: none;
	}
	.main-menu{
		display: none;
	}
	.pages-banner{
		flex-wrap: wrap;
	}
	.pages-banner.container{
		max-width: unset;
	}
	.pages-banner .page-banner{
		flex: 0 0 48%;
		margin-bottom: 3em;
	}
	.banners-img .banners-row{
		flex-wrap: wrap;
	}
	.banners-img .banners-row .banner-img{
		flex: 0 0 49%;
		margin-bottom: 2%;
	}
	nav.footer-menu ul{
		flex-wrap: wrap;
	}
	nav.footer-menu ul li{
		flex: 0 0 100%;
		border: 0;
		padding: 1.5em 0;
		border-bottom: 1px solid #fff;
	}
	nav.footer-menu ul li:first-child{
		border-top: 1px solid #fff;
	}
	nav.footer-menu ul li:last-child{
		border: 0;
		border-bottom: 1px solid #fff;
	}
	footer .footer-address .footer-m{
		border: 0;
		border-top: 1px solid #fff;
		padding: 0;
		padding-top: 1em;
	}
	footer .footer-menu-container{
		max-width: unset;
	}
	footer .footer-r{
		padding: 1em 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	footer .footer-r > a{
		margin: 0.5em 0;
		display: inline-block;
	}
	.sidebar-content{
		margin-top: 0;
		border-radius: 0;
	}
	.side-content .banners-list{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.side-content .banners-list a{
		flex: 0 0 48%;
		width: 100%;
	}
	.side-content .social-icons .social-icon{
		flex: 0 0 16%;
	}
	.banner-img-label p{
		font-size: 1.4rem;
	}
	.banner-img-label img{
		height: 40px;;
	}

	.learning-full-content .learning-label p{
		font-size: 1.5em;
	}
	.updates-l-label .updates-l-label-txt .green-label{
		font-size: 1.2rem;
	}
	.updates-l-label img{
		height: 40px;
	}
	.learning-list .learning-date-time{
		flex-direction: column;
		align-items: flex-start;
	}
	.learning-list .learning-date-time .learning-time{
		margin: 0;
	}
	.training-desc .training-box .training-detail{
		flex-direction: column-reverse;

	}
	.training-desc .training-box .training-detail .training-side{
		flex: 0 0 100%;
	}
	.training-desc .training-box .training-detail .training-side.training-img::after{
		content: '';
		display: block;
		padding-bottom: 50%;
	}
	.training-location .location-list .location-card{
		flex: 0 0 100%;
	}
	.training-location .location-list .location-card.empty-card{
		display: none;
	}
	.updates-r-label{
		min-width: 30%;
	}
	.updates-r-label .label-btn{
		font-size: 1rem;
		padding: 0.5em
	}
	.pages-banner .page-banner .banner-txt{
		font-size: 1.5em;
		-webkit-text-stroke:1px #fff;;
	}
	.history-lists table tr td:first-child{
		width: 40%;
	}
	.history-lists table tr td{
		font-size: 0.9rem;
	}
	.center-lists table tr td.list-pos,.center-lists table tr td.list-name{
		width: 20%
	}
	.center-lists table tr td.list-desc{
		width: 60%;
	}
	.info-container .info-list{
		flex: 0 0 100%;
	}
	.learning-box table tr td:first-child{
		width: 30%;
	}


}
@media (max-width: 575.98px) {
	footer .container {
		padding: 0;
	}
	.container{
		padding: 1rem;
	}
	.top-cover p{
		font-size: 1.7rem;
		letter-spacing: 0.2em;
		max-width: 85%;
	}
	.info-container .info-list > ul li{
		flex: 0 0 95%;
	}
	.status-detail{
		width: 44vw;
	}
	.days-month-wrapper .days li.status > a{
		padding-top: 0.5em;
	}
	.learning-box{
		padding: 2em 1em;
	}
	.learning-box table tr td:first-child{
		width: 35%;
	}
	.form .form-box{
		width: 100%;
	}
	.form .form-box .fld-group button{
		margin-bottom: 1em;
	}
	.detail-btn a.box-btn{
		margin-bottom: 1em;
	}
	.detail-btn a.box-btn:last-child{
		width: unset;
	}
	.welfare .welfare-table table tr td:first-child{
		width: 25%;
	}
	.learning-full-box .learning-full-content,.learning-half-box .learning-half-content{
		flex: 0 0 100%;
		margin-bottom: 1em;
	}

	footer{
		padding: 1em 0.5em;
	}
	.boxes-content .boxes-container .box-label{
		font-size: 1.8rem;
	}
	.calendar{
		margin-top: 4em;
	}
	.calendar .calendar-wrapper{
		width: 100%;
	}.days-month-wrapper .days li.status:after{
		width: 1em;
	}
	.days-container .weekdays li, .days-container .days-month-wrapper .days li{
		padding: 0.5em;
	}
	.calendar-wrapper .calendar-icons{
		width: 97.5%;
		flex-wrap: wrap;
		justify-content: left;
		margin-left: 20px;
	}
	.calendar-wrapper .calendar-icons .calendar-icon{
		flex: 0 0 50%;
		margin: 0.5em 0;
		justify-content: left;
	}
	header .top-l-header .head-logo .each-logo img{
		height: 40px;
	}
	.list-event .events > ul li{
		flex: 0 0 100%;
	}
	.list-event .events > ul li.event-element{
		flex: 0 0 100%;
	}
	.updates-content{
		padding: 0;
	}
	.video-list table .table-num{width: 4%;}
	.video-list table .table-cate{width: 22%}
	.video-list table .table-name{width: 26%}
	.video-list table .table-sub{width: 26%;}
	.video-list table .table-vdo{width: 22%;}

}