
#wrap01,
#wrap02 {
	border-top:3px solid #594A41;
}
#hd {
	padding:20px 5px;
	background: url(/kankyo-esd/images/body_bg.jpg);
	border-bottom:1px solid #594A41;
}
#hd h1 {
	width:calc(100% - 70px);
	height:13vw;
	background:url(/kankyo-esd/images/h1.png) center center no-repeat;
	background-size:100%
}
#hd h1 a {
	width:100%;
	height:100%;
	display:block
}
#hd h1 img {
	display:none
}
.nav_open {
	right:0px !important
}
#nav {
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
	position:fixed;
	top:0px;
	right:-200px;
	height:calc(100% + 500px);
	padding-bottom:500px;
	z-index:100;
	width:200px;
	overflow-x:none;
	overflow-y:auto;
	background:#594A41;
	color:#fff;
	box-shadow:inset 0 0 5px 5px #5D4037
}
#nav ul {
	display:block;
	margin:0;
	padding:0
}
#nav ul li {
	display:block;
	margin:0
}
#nav ul li#activity_pc {
	display: none;
}
#nav ul li a {
	font-size:15px;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:18px 10px;
	text-decoration:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	position:relative
}
#nav ul li a:hover {
	box-shadow:inset 0 0 10px 2px rgba(0, 0, 0, 0.3)
}
#nav ul li a:after {
	content:"";
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
	width:100%;
	position:absolute;
	bottom:0;
	left:0
}
#nav ul li a img {
	display: none;
}
#nav ul li ul {
	display:block;
	margin:0 0 0 0;
	background:#333
}
#nav ul li ul li {
	display:block;
	margin:0
}
#nav ul li ul li a {
	font-size:14px;
	color:#fff;
	display:block;
	padding:12px 4px 12px 34px;
	text-decoration:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.15)
}
#nav ul li ul li a:hover {
	box-shadow:inset 0 0 10px 2px rgba(0, 0, 0, 0.3)
}
#nav ul li ul li a:before {
	content:"";
	position:absolute;
	top:1.3em;
	left:22px;
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 0 4px 6px;
	border-color:transparent transparent transparent #ffffff
}
#nav ul li ul li a:after {
	content:"";
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
	width:100%;
	position:absolute;
	bottom:0;
	left:0
}
#nav ul li ul li ul {
	display:block;
	margin:0 0 0 0;
	background:#444
}
#nav ul li ul li ul li {
	display:block;
	margin:0
}
#nav ul li ul li ul li a {
	font-size:14px;
	color:#fff;
	display:block;
	padding:12px 4px 12px 48px;
	text-decoration:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.15)
}
#nav ul li ul li ul li a:hover {
	box-shadow:inset 0 0 10px 2px rgba(0, 0, 0, 0.3)
}
#nav ul li ul li ul li a:before {
	content:"";
	position:absolute;
	top:1.3em;
	left:35px;
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 0 4px 6px;
	border-color:transparent transparent transparent #ffffff
}
#nav ul li ul li ul li a:after {
	content:"";
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
	width:100%;
	position:absolute;
	bottom:0;
	left:0
}
.menu_trigger {
	z-index:1000;
	position:fixed !important;
	top:25px;
	right:15px;
	display:block;
	margin-top:-5px
}
.menu_trigger, .menu_trigger span {
	display:inline-block;
-webkit-transition:all .4s;
transition:all .4s;
	box-sizing:border-box
}
.menu_trigger {
	position:relative;
	width:36px;
	height:24px
}
.menu_trigger span {
	position:absolute;
	left:0;
	width:100%;
	height:4px;
	background-color:#000;
	border-radius:4px
}
.menu_trigger span:nth-of-type(1) {
top:0
}
.menu_trigger span:nth-of-type(2) {
top:10px
}
.menu_trigger span:nth-of-type(3) {
bottom:0
}
.menu_trigger::after {
position:absolute;
left:0;
bottom:-20px;
content:'MENU';
display:block;
width:100%;
color:#000;
font-size:10px;
text-decoration:none;
text-align:center;
-webkit-transition:all .4s;
transition:all .4s
}
.menu_trigger.active::after {
content:'CLOSE';
bottom:-25px;
color:#fff
}
.menu_trigger.active span:nth-of-type(1) {
-webkit-transform:translateY(10px) rotate(-45deg);
-ms-transform:translateY(10px) rotate(-45deg);
transform:translateY(10px) rotate(-45deg);
background:#fff
}
.menu_trigger.active span:nth-of-type(2) {
opacity:0;
background:#fff
}
.menu_trigger.active span:nth-of-type(3) {
-webkit-transform:translateY(-10px) rotate(45deg);
-ms-transform:translateY(-10px) rotate(45deg);
transform:translateY(-10px) rotate(45deg);
background:#fff
}
#con {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#main {
	width:calc(100% - 10px);
	margin:0 auto;
	background: #FFF;
}
#main ol, #main ul {
	padding:5px 0px 5px 25px
}
#main ul {
	list-style-type:disc
}
#main ol li, #main ul li {
	padding:5px 0px
}
#main table {
	margin:10px 0px
}
#main table th, #main table td {
	padding:5px
}
#main img {
	max-width:100%;
	height:auto
}
#main a img {
	display:inline-block;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#main a img:hover {
	opacity:0.7
}
#main h1 {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.4em;
	color:#fff;
	padding:0.7em;
	margin:0 0 25px 0;
	background:#ccc
}
h2#title_sp {
	width: 100%;
	font-size:1.4em;
	font-weight:bold;
	padding: 0.6em 0 0.6em 1.5em;
	margin:0 0 14px;
	background: #F05B31;
	color: #FFF;
	text-shadow: 1px 1px 3px #795548;
	border-bottom:1px solid #594A41;
}
#main h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:0.4em 0 0.2em 1.6em;
    margin: 0.8em 0 0.4em 0;
	background: url(/kankyo-esd/images/h3_bg.jpg) left bottom no-repeat;
}
#side {
	width:calc(100% - 10px);
	margin:0 auto
}
#side h2 {
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:14px 5px;
	margin:0 0 6px 0;
	background:#ccc
}
#side h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:0.4em 0 0.2em 1.6em;
    margin: 0.8em 0 0.4em 0;
	background: url(/kankyo-esd/images/h3_bg.jpg) left bottom no-repeat;
}
#side #sidenav {
	display:none
}
#side #bnr {
	margin-top:20px;
	width:100%
}
#side #bnr li {
	margin-bottom:4px
}
#side #bnr li a {
	width:100%;
	padding:10px 10px 10px 30px;
	border:1px solid #333;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(/kankyo-esd/images/bnr_bg.png) no-repeat 8px center;
	font-size:12px;
	color:#333;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#side #bnr li a:hover {
	opacity:0.5
}
#side #contact {
	border:1px solid #ccc;
	margin-top:20px
}
#side #contact p {
	padding:5px 10px
}
#side #contact a.form {
	display:block;
	margin:0 10px 10px 10px;
	padding:14px;
	background:#ccc;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #ccc;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#side #contact a.form:hover {
	background:#fff;
	color:#ccc
}
#center {
	display:none
}
.ft_language ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.ft_language ul li {
	width:calc(100% / 3)
}
.ft_language ul li a {
	font-size:0.8em;
	color:#fff;
	background:#333;
	padding:14px;
	display:block;
	text-decoration:none;
	text-align:center;
	border-top:1px solid rgba(255, 255, 255, 0.6);
	border-left:1px solid rgba(255, 255, 255, 0.6)
}
.ft_language ul li:first-child a {
	border-left:none
}
#ft {
	padding:15px 5px;
	text-align:center;
	color:#333;
	background: url(/kankyo-esd/images/body_bg.jpg);
}
#i_img {
	box-shadow:0 10px 10px rgba(0, 0, 0, 0.05);
	margin-bottom:20px
}
#i_img img {
	width: 100%;
}
#i_news {
	height:30vh;
	margin: 0 0 20px;
	overflow:auto
}
#i_news table {
	width:100%
}
#i_news table tr {
	border-bottom:1px dotted #cccccc;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#i_news table td {
	vertical-align:top;
	font-size:0.9em;
	padding:10px 10px 0 10px
}
#i_news table td:first-child {
	background:url(/kankyo-esd/images/news_icon.png) 10px 17px no-repeat;
	padding-left:30px
}
#i_news table td:last-child {
	display:block;
	width:100%;
	padding:0 10px 10px 30px
}
#i_contact {
	margin: 0 0 10px;
}
#i_contact p {
	text-align: center;
}
#i_bnr ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0;
    padding: 20px 0 10px!important;
	border-top: 1px #CCC dotted;
}
#i_bnr ul li {
	width: calc(100% / 2 - 20px);
	list-style: none;
	margin: 0 10px;
}
#i_bnr ul li iframe {
	margin: 5px 0 0 -10px;
}
#i_bnr ul li img {
	width: 100%;
}
.pagetop {
	display: none;
}
.pagetop_sp a {
	margin-top:20px;
	text-align:center;
	font-size:0.9em;
	background: #594A41;
	text-decoration:none;
	color:#ffffff;
	padding:14px;
	text-align:center;
	display:block
}

/*----Other----*/
#iframe_content {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 75% 0 0 0;
	background: #FFF;
}
#iframe_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.program_voice_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    padding: 0!important;
}
.program_voice_text {
	font-size: 1.2em;
	margin: 10px 0 0;
	text-align: center;
}
.program_voice_img li {
	margin: 0 10px 10px;
	list-style: none;
}
.program_staff_name {
	margin: 10px 0;
    color: #00557f!important;
    font-weight: bold!important;
}
.program_staff_name span {
	display: block;
	margin: 5px 0 10px;
	font-size: 1.5em;
	color: #12A79D;
}
.program_staff_img {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #ccc;
}
.program_staff_profile {
	width: 100%;
}
.program_staff_profile th,
.program_staff_profile td {
	display: block;
}

.teaching_list {
	width: 100%;
}
.teaching_list th,
.teaching_list td {
	display: block;
}
.teaching_box01 tr th,
.teaching_box02 tr th,
.teaching_box03 tr th{
	text-align: center;
	color: #fff;
	border: 1px solid #ccc;
	width: 16%;
}
.teaching_box01 tr td,
.teaching_box02 tr td,
.teaching_box03 tr td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px!important;
}
.teaching_box01 tr td:last-child,
.teaching_box02 tr td:last-child,
.teaching_box03 tr td:last-child{
	text-align: center;
}

.teaching_box01 *{
	border-color: #2ab572!important;
}
.teaching_box02 *{
	border-color: #ef595b!important;
}
.teaching_box03 *{
	border-color: #5c88c5!important;
}
.teaching_box01 tr th{
	background-color: #2ab572!important;
}

.teaching_box02 tr th{
	background-color: #ef595b!important;
}

.teaching_box03 tr th{
	background-color: #5c88c5!important;
}