body {
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #222222;
	font-size: 16px;
	line-height: 1.8;
	text-transform: none !important;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-height: 100vh;
}
body[data-plugin-page-transition] {
    transition: ease opacity 300ms;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
footer {
	width: 100%;
	padding: 100px 0 0;
  margin-top: 0 !important;
}
p {
	margin: 0;
}
i {
	color: #acd941;
}
img {
	max-width: 400px;
}
a,a:checked {
	font-weight: 400;
	color: #6DA673/*#84c98b*/;
}
a:hover, a:active {
	color: #2b6442;
}
hr {
	color: #6D901A;
}
aside {
	display: block;
}
/**/
#content {
	position: relative;
	top: 76px;
}
#gotoTop {
	position: sticky;
  left: 100vw;
  bottom: 0vh;
  width: 80px;
  height: 30px;
  background-color: #6DA673;
  text-align: center;
	color: #fff;
	cursor: pointer;
}
/**/
.title-dotted-border > h3 {
	font-size: 1.5rem;
}
.title-blue > h3 {
	font-size: 20px;
}
.header-title > a,.header-title > a:checked,.header-title > a:hover,.header-title > a:active {
	text-decoration: none;
	color: #fff;
}
.mt10 {
	margin-top: 10px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mtb30 {
	margin: 0 30px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.main {
	margin: 0;
	padding-top: 60px;
}
.w-max {
	max-width: 100% !important;
}
.center {
	text-align: center;
}
.g-box {
	margin: 0 auto 16px;
	width: 364px;
	border: 1px solid #005d4d;
	border-radius: 5px;
	padding: 2px 10px;
}
.sub-title {
	color: #005d4d;
	font-weight: 400;
	background-color: #fff;
	z-index: 1;
}
.time-table-container {
    box-shadow: none;
    padding: 30px;
    border-width: 1px;
    border-style: dashed;
    border-color: #6D901A;
}
.time-table-container-solid {
    box-shadow: none;
		padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #6D901A;
}
.uld {
	list-style-type: "・ ";
	margin-left: 16px;
}	
.ulb {
	list-style-type: "■ ";
	margin-left: 16px;
	margin-bottom: 0 !important;
}
.ulnone {
	list-style-type: none;
}
.uld > li, .ulnone > li,.ulb > li {
	line-height: 2;
	font-size: 16px;
}
aside ul.nav-list > li > a {
	font-size: 16px;
}
.olpar,.old {
	list-style: none;
	counter-reset: num;
}
.olpar > li,.old > li {
	position: relative;
	padding-left: 42px;
}
.olpar > li::before,.old > li::before {
	counter-increment: num;
	position: absolute;
	left: 20px;
}
.olpar > li::before {
	content: counter(num) " ) ";
}
.old > li::before {
	content: counter(num) ".　";
}
/*グリッド*/
.grid {
	display: grid;
}
.grid-box {
	grid-template-columns: 32px 100px 32px calc(100% - 164px);
	grid-template-rows: repeat(10,auto);
}
.grid-box > .rowfull {
	grid-row: 1 / 10;
}
.grid-box > .columfull {
		grid-column: 2/5;
	}
/*saidbar*/
.mbmenu {
	display: none;
}
.mbmenu > .nav > li {
	list-style: none;
	color: #fff;
	background-color: #2b6442;
	margin: 3px 0;
	border-radius: 5px;
}
.mbmenu > .nav > li > a {
	padding-left: 6px;
}
.mbmenu > .nav > li > a:hover,.mbmenu > .nav > li > a:focus {
	background: #6DA673;
  text-decoration: none;
  padding: 0;
	padding-left: 3px;
	border-radius: 5px;
}

/*ヘッダーフッター*/
.header-bg {
	background-image: url('https://www.jsicm.org/CEDCO/img/mainimg.jpg');
	background-position: 0 10%;
	object-fit: cover;
	min-width: 100%;
}
.header-title {
	margin-left: 10px;
	color: #fff;
}
.footer-copyright {
	text-align: center;
}
@media (max-width:1400px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 98%;
	}
}

@media (max-width: 993px) {
	.mbmenu {
		display: block;
	}
}
@media (max-width: 767px) {
	.container {
		width: 100% !important;
		padding: 0;
	}
	.row {
		margin: 0;
	}
	
	table > tbody > tr > th {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-height:600px) {
	.sidebar {
		position: static;
	}
}
