@charset "UTF-8";

/*****************************************
 共通
******************************************/
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif, monospace, serif, courier new, monospace, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #333;
	line-height: 1.65em;
}
body {
}

section {
	display: block;
	width: 1207px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

a	{ color: green; }
a:hover { color: #ff5700; }

p { margin: 10px 0px; }

.tac { text-align: center; }
.tar { text-align: right; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

.red { color: #b30019/*red*/; }
.fw700 { font-weight: 700; }
.fw200 { font-weight: 400; }
.fs30 { font-size: 30px; }
.ls0 { letter-spacing: 0; }
.fs085 { font-size: 0.85em; }
.wa { width: auto; }
.ti-1 { padding-left: 1em; text-indent: -1em; }
.ti-2 { padding-left: 2em; text-indent: -2em; }
.ti-3 { padding-left: 3em; text-indent: -3em; }
.pl0 { padding-left: 0px; }

span.pdf,
span.xls,
span.doc {
	margin-left: 8px;
	padding: 2px 5px 1px;
	background-color: transparent;
	color: #fff;
	font-size: 0.6em;
	vertical-align: middle;
}
span.pdf { background-color: red; }
span.xls { background-color: green; }
span.doc { background-color: blue; }

.dot-text {
	padding-top: .2em;
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1.1em .3em;
	background-image: radial-gradient(.1em .1em at center center, #333, #999 100%, transparent);
}

.lsn { list-style: none; }
ul,
ol {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
ul.disc {
	list-style: disc;
	margin: 30px;
}
ul li,
ol li {
	margin: 5px 0px;
	line-height: 1.5em;
}
ol.decimal {
	list-style: decimal;
	margin-left: 40px;
}
ul.circle {
	list-style: circle;
	margin: 30px;
}
ul.kome li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.kome li:before {
	content: "\203B";
}
ol.kakko li {
	padding: 3px 0px;
	padding-left: 1.8em;
	text-indent: -1.8em;
	list-style-type: none;
	counter-increment: cnt;
}
ol.kakko li::before {
	content: "(" counter(cnt) ") ";
}
ul.m5 li {
	margin: 5px 0px;
}
ol.koumoku {}
ol.koumoku li {
	margin-top: 20px;
}
.koumoku p,
.koumoku dl {
	font-size: 0.9em;
}


dl.list {
	margin: 5px 5px 10px 25px;
}
dl.list dt {
	float: left;
}
dl.list dd {
	padding: 1px;
	padding-left: 400px;
}
dl.disc dt:before {
	content: "\30FB";
}
dl.circle dt:before {
	content: "\25CB";
}

i.fas.fa-external-link-alt {
	margin: 0px 3px;
}


.contents {
}
.contents section {
}
.contents ul {
	margin: 10px 30px;
	font-size: 0.95em;
}

.ml0,
.contents ul.ml0 {
	margin-left: 0px;
}


.tab {}
.tab dt {
	float: left;
	width: 400px;
}
.tab dd {
	padding-left: 400px;
}

.retu4 {
	width: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.8em;
}

section p { margin: 0px 10px 10px; }

.juko,
.sanka,
.bosyu {
	width: 80px;
	margin-right: 5px;
	padding: 2px 8px;
	background-color: #ff670f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 0.8em;
}
.juko:before {
	content: "\53D7\8B1B\7533\8FBC";
}
.sanka:before {
	content: "\53C2\52A0\7533\8FBC";
}
.bosyu:before {
	content: "\52DF\96C6\4E2D";
}

/*** h ***/
h1 {
	display: block;
	width: 320px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	color: green;
	border: 2px solid green;
	text-align: center;
	box-shadow: 2px 4px 1px rgba(79,173,117,0.5);
	border-radius: 50px;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.3em;
}

.drawer h1,
#news h1,
#seminar_event h1,

h1.topics_title {
	width: 1200px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
}
h1.topics_title img {
	width: 100%;
	border-radius: 10px;
}


h2 {
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	background-color: #00804b;
	color: #fff;
	text-align: center;
	border: 5px solid #a7d6ba;
	border-radius: 50px;
	font-size: 1.1em;
}

h3 {
	margin: 30px 0px 15px;
	padding: 5px 5px 0px;
	background-color: #fff;
	color: green;
	font-weight: 400;
	border-top: 1px solid green;
	border-left: 5px solid green;
	box-shadow: -3px 0px 0px #ccc;
}

h4 {
	display: block;
	width: 300px;
	margin: 20px 0px 10px;
	padding: 2px 8px;
	background-color: #fff;
	color: #20a555;
	font-size: 1.05em;
	font-weight: 400;
	border-radius: 10px 50px 50px 10px;
	border: 2px solid #45b572;
	box-shadow: 1px 2px 1px #45b572;
}

h5 {
}


/*** bread ***/
.bread_bar {
	padding: 2px 0px 0px;
	background-color: #F0FFE7;
	box-shadow: 0 2px 2px #ccc;
}
#bread {
	width: 1207px;
	margin: 0 auto;
	background-color: #F0FFE7;
	color: #333;
}
#bread li {
	display: inline-block;
	margin: 0;
	font-size: 0.9em;
}
#bread li:before {
	content: "│";
}
#bread li:first-of-type {
	margin-left: 8px;
	font-size: 1.0em;
}
#bread li:first-of-type:before {
	content: none;
}
#bread li a {
	background-color: transparent;
	color: green;
}


#main {
	width: 100%;
	margin: 50px 0px;
}

/*article {*/
#main > div {
}

/*#main_l /*article/ section.contents {*/
#main_l section.contents {
	border: 1px solid mediumseagreen;
	border-radius: 5px;
	font-size: 0.95em;
}
#main_l section.contents > dl {
	padding: 25px;
}

#main_l h2 {
	width: auto;
	padding: 5px 10px;
	background-color: mediumseagreen;
	color: #fff;
	border: 1px solid mediumseagreen;
	font-size: 1.1em;
	font-weight: 400;
	border-radius: 0px;
	text-align: left;
}
#main_l h2 span {
	margin-left: 5px;
	font-size: 85%;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
}
/*#main_l /*article /section.contents > div{*/
#main_l section.contents > div {
	margin: 15px/*25px*/;
}


/***************************************************
 header.php
****************************************************/
.drawer {
	width: 1207px;
}
.drawer h1 {
	display: inline-block;
	width: 250px;
	background-color: transparent;
	color: green;
}


/*** priNavi ***/
#priNavi {
	display: inline-block;
	right: 0px;
}

#text_size {
	margin: 5px 0px;
	padding: 2px 8px 1px;
	border: 1px solid green;
	border-radius: 5px;
	background-color: #F0FFE7/*#DEFEE1*/;
	color: #333;
	text-align: center;
}
#text_size a i {
	color: green;
	background-color: transparent;
	font-size: 1.45em;
	vertical-align: top;
}
#text_size a i:hover {
	color: #ff5700;
	background-color: transparent;
}



/*** nav menu ***/
/* head_menu */
nav ul {
	margin-left: 0px;
}
#head_menu {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin: 5px 0px;*/
	font-size: 0.9em;
}
#head_menu a {
	text-decoration: none;
}
#head_menu li {
	display: inline-block;
	width: auto;
	margin: 0px;
	margin-right: 10px;
	font-size: 0.9em;
}
#head_menu li:last-of-type {
	margin-right: 0px;
}
#head_menu li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 2px;
	color: darkgreen;
}




/* header-menu */
nav {
	position: relative;
	z-index: 1000;
}
.drawer a {
	background-color: transparent;
}
.drawer a.login {
	background-color: #fff;
	color: royalblue;
	border: 1px solid royalblue;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0;
	border-radius: 5px;
	transition: .2s;
}

.toggle {
	float: right;
	cursor: pointer;
	padding: 5px;
	margin: 10px;
}
.toggle span {
	position: relative;
	display: block;
	height: 1px;
	width: 30px;
	background-color: green;
	transition: ease .3s;
}
.toggle span:nth-child(1) {
	top: 0;
}
.toggle span:nth-child(2) {
	margin: 8px 0;
}
.toggle span:nth-child(3) {
	top: 0;
}
.menu.open {
	transform:translateX(0);
}
.toggle.open span:nth-child(1) {
	transform: rotate(315deg);
	top: 10px;
}
.toggle.open span:nth-child(2) {
	transform: translateY(-50%);
	opacity: 0;
}
.toggle.open span:nth-child(3) {
	transform: rotate(-315deg);
	top: -10px;
}


/* scroll */
#scroll {
position: fixed;
display: block;
width: 45px;
height: 45px;
bottom: 20px;
right: 20px;
font-size: 80%;
background-color: rgba(41,154,11,0.9);
color: #fff;
text-decoration: none;
text-align: center;
	border: 1px solid #fff;
	z-index: 100;
}
#scroll:hover {
	background-color: rgba(0,0,0,0.5);
}
#scroll a span {
color: #fff;
background-color: transparent;
}
.fa-angle-up {
	display: block;
	font-size: 40px;
	color: #fff;
	background-color: transparent;
}


/***************************************************
 sidebar.php
****************************************************/
#side {
	margin-top: 50px;
}
#side h3 {
	margin: 0px 0px 0px 20px;
	border-top: none;
	border-left: none;
	box-shadow: none;
	background-color: mediumaquamarine/*mediumseagreen/*cadetblue*/;
	color: #fff;
	font-weight: 400;
}
#side > ul {
	border: 1px solid #ccc;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 30px;
}
#side > ul li {
	margin: 0px;
	border-bottom: 1px dotted #ccc;
/*	text-indent: -1.3em;
	padding-left: 1.3em;*/
}
#side > ul li:last-of-type {
	border-bottom: none;
}
#side > ul li a {
	display: block;
	padding: 10px;
	padding-left: 2em;
	text-indent: -1.3em;/**/
	text-decoration: none;
	background-color: transparent;
	color: #666;
	font-size: 0.9em;
}
#side > ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-right: 5px;
	color: mediumaquamarine/*mediumseagreen/*cadetblue*/;
}
#side > ul.sanitation li a:before {
	display: none;
}

#side ul li a:active {
	background-color: #BDFDBA;
	color: #333;
}
#side > ul li a:hover {
	background-color: #aaa;
	color: #fff;
}
#side > ul li a:hover:before {
	color: #fff;
}
#sidebar ul {
	text-align: center;
}
#sidebar ul li {
	height: auto/*97px*/;
	margin: 0px;
/*	margin-bottom: 10px*/;
}
#sidebar ul li a {
	display: block;
	height: 100px;
}
#sidebar ul li a img {
/*	width: 230px;
	height: 97px;*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

/*** support ***/
#side > ul li #side_support {
	height: auto;
}
#side > ul li #side_support h3 {
	margin-left: 0px;
	padding: 3px;
	font-size: 0.9em;
	background-color: mediumaquamarine;
	color: #fff;
}
#side > ul li #side_support ul {
	max-height: 500px;
	margin: 0px;
	font-size: 0.95em;
}
#side > ul li #side_support ul li .title {
	margin-top: -22px;
	padding-left: 5px;
	text-indent: -3px;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#side > ul li #side_support ul li a {
	color: green;
}
#side > ul li #side_support ul li a:hover {
	color: #fff;
}
#side > ul li #side_support ul li a:before {
/*	display: none;*/
}
#side > ul li #side_support ul li a .vol {
	padding: 1px 5px;
	background-color: mediumaquamarine;
	color: #fff;
	font-size: 0.8em;
}
#side > ul li #side_support ul li a .comp {
	display: block;
	color: #666;
	font-size: 0.9em;
	text-align: right;
}
#side > ul li #side_support ul li a:hover .title,
#side > ul li #side_support ul li a:hover .comp {
	color: #fff;
}


/*** archive ***/
ul.archive,
dl.archive {
	height: 500px;
	overflow-y: scroll;
}
ul.archive {
	width: 228px;
}


/*** 過去のメニュー ***/
#side .old-menu {
	display: block;
	width: 230px;
	margin-top: -20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	background-color: #34b166;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #80cf8f), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #80cf8f),color-stop(.75, #80cf8f), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
#side .old-menu:hover {
	background-color: darkorange;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ff670f), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ff670f),color-stop(.75, #ff670f), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}


/*** asaoka ***/
#side > ul.asaoka li a:before {
	display: none;
}
ul.archive.asaoka li span {
	margin-right: 5px;
	padding: 0px 5px;
	background-color: mediumaquamarine;
	color: #fff;
	border-radius: 5px;
}


/*** sanitation ***/
#side .sanitation span {
	margin-right: 5px;
	padding: 0px 5px;
	background-color: mediumaquamarine;
	color: #fff;
	border-radius: 5px;
}





/***************************************************
/* ホーム(index.php)
****************************************************/
/*** slide_news ***/
#slide_news {
	position: relative;
	width: 100%/*1200px*/;
	height: 460px/*430px/*310px*/;
	margin: 0 auto;
	/*margin-top: 30px;
	margin-bottom: 50px;*/
	padding: 30px 0px;
	/*background-color: yellowgreen;
	background: url(../img/top/slide_backimg.jpg);*/
	background: linear-gradient(to top, #dffbe1 0%,#9be9b6 100%);
	color: #333;
}

/**** slide ****/
#slide1,
#slide2 {
	position: relative;
	display: block;
	width: 1200px;
	/*height: 310px;*/
	margin: 0 auto;
	padding: 0px 0px 10px;
}
.single {
	width: 1200px;
	height: 310px;
	margin: 0 auto;
	text-align: center;
}
.single li {
	width: 1200px;
	height: 310px;
}
.single li img {
	margin: 0px;
}
.single li img:hover .slick-prev,
.single li img:hover .slick-next {
opacity: 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.single-item {
	max-width: 1207px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.thumb {
	max-width: 1207px;
	margin: 0 auto;
}
.thumb li{
	width: 295px;
	height: 96px;
	padding: 5px;
}
.thumb li img {
	display: block;
	width: 295px;
	height: 96px;
	cursor: pointer;
}
.thumb .slick-next {
	/*right: 20px;*/
	z-index: 99;
}
.thumb .slick-prev {
	/*left: 15px;*/
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.single {
	max-width: 1207px;
	margin: 0 auto;
	padding: 0;
}


/*** news ***/
#news {
	position: absolute;
	width: 405px;
	top: 30px;
	right: 30px;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;
	border-radius: 5px;
	border: 1px solid green;
}
#news h1 {
	width: auto;
	margin: 0px;
	padding: 3px 8px 2px;
	background-color: #3eb134;
	color: #fff;
	font-weight: 400;
	font-size: 1.0em;
	letter-spacing: -0.5px;
}
#news dl {
	margin: 15px;
	font-size: 0.9em;
}
#news dl dt {
	float: left;
	color: #000;
	background-color: transparent;
	letter-spacing: -0.5px;
}
#news dl dd {
	margin: 10px 10px 10px 90px;
}


/*** seminar/event ***/
#home1 {
	padding: 20px 0px;
	color: #333;
}

/*** kobo ***/
#home1 #kobo_banner {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
#home1 #kobo_banner a {
	display: block;
	padding: 20px;
	background-color: #df274a;
	color: #fff;
	text-decoration: none;
	font-size: 1.45em;
	font-weight: 700;
}
#home1 #kobo_banner a:hover {
	background-color: #ff0c0030;
	color: #333;
}

/*** seminar_event ***/
#seminar_event > div {
	position: relative;
	display: inline-block;
	width: 580px;
	border: 2px solid green;
	border-radius: 10px;
	font-size: 0.9em;
	vertical-align: top;
	color: #333;
	background-color: #fff;
}
#seminar_event > div h1 a {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	padding: 20px 18px 16px;
	top: -30px;
	left: -20px;
	border-radius: 100px;
	background-color: green;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	line-height: 1.0em;
	font-weight: 700;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	letter-spacing: -1px;
}
#seminar_event > div#seminar h1 a {
	width: 85px;
	padding: 33px 0px 2px;
	letter-spacing: -1px;
	text-align: center;
}
#seminar_event > div h1 a:hover {
	color: #fff;
	background-color: darkorange/*#8DCF99*/;
}
#seminar_event > div ul {
	height: 90px;	/*74pc*/
	margin: 0px;
	padding: 10px 0px 10px 85px;
	background-color: #c9ffd2;
	border-radius: 10px 10px 0px 0px;
	display: grid;
	column-gap: 5px;
	grid-template-columns: repeat(3, 1fr);
}
#seminar_event > div ul li {
	margin: 0;
}
#seminar_event > div ul li.span2 {
	grid-column: span 2;
}

#seminar_event > div ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 2px;
	color: darkgreen;
}
#seminar_event > div ul li:hover:before {
	color: #ff5700;
}
#event {
	margin-left: 30px;
}
#seminar_event > div dl {
	margin: 15px;
}
#seminar_event > div dl dt {
	float: left;
	clear: both;
}
#seminar_event > div dl dd {
	margin: 5px 5px 5px 100px;
}
#seminar_event > div dl dd span {
	margin-right: 5px;
	color: #fff;
	background-color: #ff5e00;
	font-size: 0.75em;
	font-weight: 700;
	padding: 1px 5px 0px;
	border-radius: 5px;
	vertical-align: middle;
}


/*** video ***/
#home2 {
	/*background-color: #ECE8DA;*/
	padding: 30px 0px;
}
#home2 > ul {
	display: block;
	width: 500px;
	margin: 0 auto;
}
#home2 > ul li {
	display: inline-block;
}
#home2 ul li a {
	display: block;
	width: 200px;
	margin: 10px;
	padding: 15px;
	background-color: green;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
/*
#video {
	position: relative;
}
#video h1#pickup {
	position: absolute;
	display: inline-block;
	width: calc(100% + 20px);
	margin: 20px 0 0 -20px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	color: white;
	background-color: green;
	z-index: 2;
}
#video h1#pickup:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px darkgreen;
}
#video > div {
	position: relative;
	display: block;
	padding: 80px 10px 10px;
	border: 3px solid #AAE0B5;
	border-radius: 20px;
	background-color: #D0FAD5;
/*	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F0FFE7/*#DEFEE1*), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F0FFE7/*#DEFEE1*),color-stop(.75, #F0FFE7/*#DEFEE1*), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;/
}
#video > div iframe {
	display: inline-block;
	width: 560px;
	height: 315px;
	margin: 15px 0px 15px 20px;
}
#video > div p {
	display: inline-block;
	width: 540px;
	min-height: 275px;
	margin: 15px 10px 15px 0px;
	padding: 20px;
	background-color: #fff;
	color: #333;
	border-radius: 0px 10px 10px 0px;
}

#video ul {
	margin: 10px 0px;
	padding: 20px;
	background-color: #FCF8EB;
	color: #333;
	text-align: center;
}
#video ul h2 {
	width: 250px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px 0px 3px;
	font-size: 1.15em;
	font-weight: 700;
	text-align: center;
	background: green;
	color: #fff;
	border-radius: 50px;
}
#video > .archive li {
	display: inline-block;
	padding: 5px;
}
#video > .archive li iframe {
	width: 222px;
	height: 111px;
}
/*

/*** feature ***/
#home3 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #c8f5cc;
}
#feature {
	width: 1200px/*702px*/;
	margin: 0 auto;
	margin-top: 30px;
}
#feature li {
	display: inline-block;
	width: 385px/*220px*/;
	margin: 5px;
	vertical-align: top;
	background-color: #fff;
	color: #000;
/*	border-radius: 0px 0px 10px 10px;
	border: 2px solid green;*/
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
#feature li:hover {
	opacity: 0.5;
}
#feature li a {
	display: block;
	height: auto;
	min-height: 194px;
	text-decoration: none;
}
#feature li a img {
	float: left;
	margin-right: 10px;
	clear: both;
}
#feature li p {
/*	height: 65px;*/
	margin: 0px;
	padding: 8px;
	font-size: 0.8em;
	color: #000;
	background-color: transparent;
	text-align: left;
}


/*** about us ***/
#home4 {
	padding: 50px 0px;
}
#about_us {}
#about_us > p {
	margin: 30px 0px;
	padding: 20px;
	color: #333;
}
#about_us .katsudo {
	margin-top: 20px;
	padding: 20px;
}
#about_us .katsudo ul {
	display: block;
	width: 1110px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#about_us .katsudo ul li {
	display: inline-block;
	width: 350px;
	margin: 10px;
}
#about_us .katsudo ul li img {
	display: block;
	width: 300px;
	margin: 0 auto;
}
#about_us .katsudo p {
	padding: 20px;
	background-color: #e0ffe8;
}
#about_us .katsudo ul.disc {
	margin: 30px 10px 50px;
	list-style: disc;
	text-align: left;
}
#about_us .katsudo ul.disc li {
	display: block;
	width: 100%;
	margin: 5px;
	padding-left: 1px;
	text-indent: -1em;
}

#about_us p.nyukaihe {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
#about_us p.nyukaihe a {
	padding: 20px 20px 20px 25px;
	color: #fff;
	font-size: 1.35em;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	background-color: green;
	transition: 0.3s;
/*	background: linear-gradient(to bottom, #FFC04C 0%,#FFE6A8 10%,#EFA213 50%,#ED7600 52%,#C43A00 100%);*/
}
#about_us p.nyukaihe a:hover {
	background-color: #5FC425;
	transform: translateY(0.1875em);
	transition: 0.1s;
/*	transform: translate3d(0, 5px, 0);*/
/*	background: linear-gradient(to bottom, #80c217 0%,#C1F257 10%,#a1d54f 50%,#80c217 52%,#34A009 100%);*/
}


/*** promotion ***/
#home5 {
	/*background-color: #AAE0B5;*/
}
#promotion {
	display: grid;
	grid-template-columns: repeat(3, 222px);
	gap: 10px;
	width: 686px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#promotion li {
	display: inline-block;
	width: 220px;
	min-height: 218px;
	margin: 5px;
	vertical-align: top;
	background-color: #fff;
	color: #333;
}
#promotion li.kaizenundo {
	border: 1px solid #3eb134;
	line-height: 1.6em;
}
#promotion li.kaizenundo h5 {
	padding: 6px;
	font-weight: bold;
	color: #fff;
	background-color: #3eb134;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.7em;
}
#promotion li.kaizenundo p {
	padding: 5px 5px 0px;
	color: #000;
	background-color: #fff;
	line-height: 1.6em;
	font-size: 0.8em;
	text-align: left;
}
#promotion li.poster {
	border: 1px solid #3eb134;
}
#promotion li.p_1 {
	background: url(../img/top/banner_traceability.gif);
	border: none;
	border-bottom: 1px solid #3eb134;
}
#promotion li.p_2 {
	background: url(../img/top/poster_tearai2024a.jpg);
}
#promotion li.p_3 {
	background: url(../img/top/poster_tearai2024b.jpg);
}
#promotion li.p_2 a,
#promotion li.p_3 a {
	display: block;
	width: 220px;
	height:215px;
}


/***************************************************
 about/
****************************************************/
#sosikizu img.none1001,
#sosikizu img.none1000 {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#kaicho {
	display: block;
	float: right;
	width: 180px;
	margin: 0px 0px 30px 30px;
	font-size: 0.8em;
	text-align: center;
}

.map {
	height: 400px;
	overflow: hidden;
	border: 1px solid green;
}
.map iframe {
	width: 100%;
	height: 780px;
	margin-top: -180px;
}
.access {
	margin: 0px;
	margin-bottom: 50px;
}
.access a {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 3px 8px;
	background-color: green;
	color: #fff;
	border-radius: 0px 0px 10px 10px;
	text-decoration: none;
	font-size: 0.9em;
}


/***************************************************
 security_system/
****************************************************/


/***************************************************
 plan_report/
****************************************************/
#main_l.report {}

.hyo_report {
	padding: 0px 20px 5px;
	font-size: 0.95em;
}
.hyo_report.pl0 {
	padding-left: 0px;
}
.hyo_report h3 {
	margin: 10px 0px;
	font-weight: 700;
}
.hyo_report h4 {
	width: 100px;
	margin: 5px 0px;
	padding: 1px 5px 0px;
	font-size: 0.9em;
	font-weight: 400;
	border-radius: 50px;
	text-align: center;
}
.hyo_report > dt {
	float: left;
	width: 90px;
	padding: 3px;
	color: #18854e;
	font-weight: 700;
	letter-spacing: 15px;
}
.hyo_report > dt.ls0 {
	letter-spacing: 0;
}
.hyo_report > dd {
	padding: 3px 3px 3px 96px;
}
.hyo_report > dd .kakko {
	padding: 0;
}
.hyo_report2 {
	padding-left: 0;
}
.hyo_report2 dt,
.hyo_report2 dd {
	line-height: 1.4em;
}
.hyo_report.hyo_report2 dd ol,
.hyo_report.hyo_report2 dd ul,
.hyo_report.hyo_report2 dd ol.kakko {
	margin: 0;
}

.report .marusuji {
	font-size: 0.9em;
}
.report .marusuji > li {
	padding-left: 1em;
	text-indent: -1em;
}
.report .marusuji li h4 {
	max-width: 550px;
}
.report .marusuji li h4 span {
	background-color: #45b572;
	margin-right: 5px;
	margin-left: -5px;
	padding: 0px 5px;
	border-right: 1px solid #45b572;
	color: #fff;
}
.report .marusuji li .disc {
	padding-left: 0em;
	text-indent: 0em;
	font-size: 1em;
}
.report .marusuji li .kakko li {
	padding: 0px 0px 0px 20px;
}
.report .marusuji li .kakko.kakko2 li {
	margin-left: -25px;
}

.report dl dd h5 {
	width: 100px;
	margin: 10px 0px 5px;
	padding: 1px 5px 0px;
	font-size: 0.85em;
	font-weight: 400;
	background-color: #eee;
	box-shadow: 1px 1px 2px;
	border-radius: 50px;
	text-align: center;
}

.report .retu4 th {
		width: 50px;
	padding-right: 8px;
	font-weight: 400;
		text-align: left;
}
.report .retu4 td {
	width: auto;
}

.kaiin {
	width: 100%;
	border-spacing: 0;
	border: 1px solid green;
	text-align: center;
}
.kaiin thead {}
.kaiin thead tr th {
	padding: 5px 10px;
	background-color: green;
	color: #fff;
	font-weight: 400;
	border-right: 1px dotted #fff;
}
.kaiin tbody tr th {
	padding: 10px;
	text-align: center;
	font-weight: 400;
	color: green;
	border-right: 1px dotted green;
}
.kaiin tbody tr td {
	padding: 10px;
	border-right: 1px dotted silver;
}
.kaiin thead tr th:last-of-type,
.kaiin tbody tr td:last-of-type {
	border-right: 0;
}
.kaiin tbody tr:nth-child(even) th,
.kaiin tbody tr:nth-child(even) td {
	background-color: #e0fbeb;
}
/*.kaiin tbody tr:last-of-type {
	background-color: #c5f3cd;
}*/
.kaiin tbody tr:last-of-type th {
	font-weight: 700;
}

.hyo_inkai {
	margin-left: 25px;
}
.hyo_inkai dt {
	float: left;
	padding: 5px;
}
.hyo_inkai dd {
	padding: 5px 5px 5px 150px;
}
.hyo_repoinfo {
	font-size: 0.95em;
}
.hyo_repoinfo dt {
	float: left;
	padding: 5px;
}
.hyo_repoinfo dd {
	padding: 5px 5px 5px 150px;
}

.report .hyo_table {
	font-size: 0.85em;
	border: 1px solid green;
	border-spacing: 0px;
}
.report .hyo_table thead th {
	width: 50%;
	background-color: green;
	color: #fff;
}
.report .hyo_table thead th:first-of-type {
	border-right: 1px dotted #fff;
}
.report .hyo_table tbody th {
	padding: 3px;
	font-weight: 400;
	color: #003f00;
	text-align: left;
	border-right: 1px dotted #aaa;
}
.report .hyo_table tbody td {
	padding: 3px;
}
.report .hyo_table tbody tr:nth-of-type(even) {
	background-color: #F0FFE7;
}

.hokokujiko {
	margin-left: 30px;
}


/***************************************************
 kaiin/
****************************************************/
#kaiin1 .nyukai,
#kaiin2 .nyukai {
	padding: 0px 20px 20px;
}
#kaiin1 .nyukai h2 span,
#kaiin2 .nyukai h2 span {
	font-size: 0.85em;
	margin-left: 5px;
}
#kaiin1 .nyukai h4,
#kaiin2 .nyukai h4 {
	padding: 5px;
	padding-left: 0px;
}
#kaiin1 .nyukai h4 span,
#kaiin2 .nyukai h4 span {
	background-color: #45b572;
	margin-right: 5px;
	margin-left: -5px;
	padding: 0px 5px;
	border-right: 1px solid #45b572;
	color: #fff;
}

#kaiin1 .nyukai > ul > li,
#kaiin2 .nyukai > ul > li {
	padding-top: 3px;
}
#kaiin1 .nyukai > ul > li > ul,
#kaiin2 .nyukai > ul > li > ul {
	margin: 1px 0px 3px 45px;
}
#kaiin1 .nyukai .nagare > li,
#kaiin2 .nyukai .nagare > li {
	display: inline-block;
	margin: 3px;
	width: 160px;
	height: 260px;
	padding: 5px;
	background-color: #c8f1cd;
	color: #333;
	vertical-align: top;
	line-height: 1.15em;
	font-size: 0.95em;
	text-align: center;
}
#kaiin1 .nyukai .nagare > li img,
#kaiin2 .nyukai .nagare > li img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#kaiin1 .nyukai .nagare > li p,
#kaiin2 .nyukai .nagare > li p {
	margin: 5px;
	padding: 3px;
	background-color: #36b770;
	color: #fff;
	font-size: 0.95em;
	text-align: center;
	border-radius: 50px;
}
#kaiin1 .nyukai .nagare > li > .disc,
#kaiin2 .nyukai .nagare > li > .disc {
	text-align: left;
	margin-top: 8px;
}
#kaiin1 .nyukai .nagare > li > .disc > li,
#kaiin2 .nyukai .nagare > li > .disc > li {
	line-height: 1.0em;
}
#kaiin1 .nyukai .nagare > li.yajirusi,
#kaiin2 .nyukai .nagare > li.yajirusi {
	position: absolute;
	width: 50px;
	margin: 0;
	margin-top: 110px;
	margin-left: -25px;
	padding: 0;
	background-color: transparent;
	color: transparent;
	box-shadow: none;
}
#kaiin1 .nyukai .nagare > li.yajirusi img,
#kaiin2 .nyukai .nagare > li.yajirusi img {
	width: 25px;
}


/***************************************************
 member-list/
****************************************************/
.member-list {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
}
.member-list thead {}
.member-list thead tr th {
	background-color: #aaa;
	color: #fff;
	font-weight: 400;
	border-left: 1px solid #fff;
}
.member-list tbody {
	font-size: 0.95em;
}
.member-list tbody tr:nth-child(odd) {
	background-color: #e0fbeb;
}
.member-list tbody tr th {
	text-align: center;
	font-weight: 400;
}
.member-list tbody tr th.fr {
	padding-top: 5px;
}
.member-list tbody tr td {
	padding: 5px;
	border-left: 1px dotted #ccc;
}
.member-list tbody tr td a:after {
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	text-decoration: none;
}
.member-list tbody tr td span {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #666;
	color: #fff;
	font-size: 0.7em;
	vertical-align: middle;
}
.member-list tbody tr td span.tel:before {
	content: "TEL";
}
.member-list tbody tr td span.fax:before {
	content: "FAX";
}
.member-list tbody tr td span.fax {
	margin-left: 8px;
}

.member-list2 {
	counter-reset: rowCount;
}
.member-list2 tbody th {
	counter-increment: rowCount;
}
.member-list2 tbody th:first-child::before {
	content: counter(rowCount);
}


/***************************************************
 workshop/
****************************************************/

/*** workshop ***/

.tac.attention {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-top: 15px;
	padding: 5px 0px;
	text-align: center;
	background-color: #ffe0e0;
	color: #000;
	border-radius: 5px;
}


}
.workshop {}
.workshop h3 {}
.workshop h3 .red {
	font-size: 0.85em;
}
.workshop dl {
	margin-bottom: 10px;
	background-color: #80cf8f;
	font-size: 0.9em;
}
.workshop dl dt {
	float: left;
	width: 100px;
	padding: 8px;
	letter-spacing: 5px;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: center;
}
.workshop dl dt.ls0 {
	letter-spacing: 0px;
}
.workshop dl dd {
	margin-left: 116px;
	padding: 8px 10px;
	border-top: 1px solid #80cf8f;
	background-color: #fff;
}
.workshop dl dt:first-of-type,
.workshop dl dd:first-of-type {
	border: none;
}
.workshop dl {
	border: 2px solid #80cf8f;
}
.workshop dl dd ul,
.workshop dl dd ol,
.workshop dl dd ol.decimal {
	margin: 0px 0px 0px 20px;
}
.workshop dl dd ul li,
.workshop dl dd ol li,
.workshop dl dd ol li.decimal {
	margin: 0px;
}

.workshop .image {}
.event .image h4,
.workshop .image h4 {
	width: 150px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1px 8px;
	background-color: #45b572;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	border-radius: 50px;
	box-shadow: none;
}
.workshop .image h4.long {
	width: auto;
}
.event .image ul,
.workshop .image ul {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.event .image ul li,
.workshop .image ul li {
	display: inline-block;
	margin: 0px 1px;
}
.event .image ul li img,
.workshop .image ul li img {
	width: 215px;
	height: 160px;
}
.event .image ul li img.tate,
.workshop .image ul li img.tate {
	width: 185px;
	height: 280px;
}
.workshop .image ul li img.yoko {
	width: 370px;
	height: 280px;
}

.workshop .attention {
	display: block;
	margin-top: 40px;
}


/*** schedule ***/
.workshop #schedule {
	font-size: 0.85em;
	border-spacing: 0;
	background-color: #f5feef;
	border: 1.5px solid #80cf8f
}
.workshop #schedule thead {}
.workshop #schedule thead th {
	padding: 1px 5px;
	background-color: #caf3d5/*#a6e5b2/*#80cf8f*/;
	color: #000;
	font-weight: 400;
	border-left: 1px solid #fff;
	line-height: 1.3em;
}
.workshop #schedule thead th.w130 {
	width: 130px;
}
.workshop #schedule thead th.w70 {
	width: 70px;
}
.workshop #schedule thead th.w60 {
	width: 60px;
}
.workshop #schedule thead th.w95 {
	width: 95px;
}
.workshop #schedule thead th.w105 {
	width: 95px;
}

.workshop #schedule thead th:first-of-type {
	border-left: none;
}
.workshop #schedule tbody th,
.workshop #schedule tbody td {
	padding: 5px;
	line-height: 1.4em;
	border-bottom: 1px solid #80cf8f;
}
.workshop #schedule tbody td {
	border-left: 1px dotted #ccc;
	text-align: center;
}
.workshop #schedule tbody tr:last-of-type th,
.workshop #schedule tbody tr:last-of-type td {
	border-bottom: none;
}
.workshop #schedule tbody tr:nth-child(odd) th,
.workshop #schedule tbody tr:nth-child(odd) td {
	background: #fff;
}
.workshop #schedule tbody td ul {
	margin: 0px;
}
.workshop #schedule tbody td ul li {
	line-height: 1.4em;
}


/***** eiyoshitaiken (.sanitation) *****/
.sanitation .contents ul.img_2 {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 0;
}
.sanitation .contents ul.img_2 li {
	display: inline-block;
}
.sanitation .contents ul.img_2 li img {
	width: 300px;
	padding: 5px;
}


/***************************************************
 event/
****************************************************/
#main_l div.event {
	margin: 30px 0px 80px;
}
#main_l .event > h2 {
	width: 310px;
	margin: 10px 0px;
	padding: 0;
	background: none;
	color: #03853d;
	font-weight: 700;
	border-radius: 5px 5px 50px;
	font-size: 1.15em;
}
#main_l .event > h2 span {
	margin-right: 8px;
	margin-left: 0;
	padding: 5px 5px 3px;
	background-color: #03853d;
	color: #fff;
	border-radius: 3px 0px 0px 3px;
}


.member-list.year_schedule {
	width: 100%;
	margin: 24px 0px;
}
.member-list.year_schedule thead tr th {
	letter-spacing: 10px;
}
.member-list.year_schedule thead tr th.w190 {
	width: 190px;
}
.member-list.year_schedule tbody tr th span.p60 {
	padding: 60px;
}
.member-list.year_schedule tbody tr th.pl68 {
	padding-left: 68px;
}
.member-list.year_schedule tbody tr th.pl54 {
	padding-left: 54px;
}
.member-list.year_schedule tbody tr th.time {
	text-align: left;
}


.hyo_event p {
	padding: 15px;
	font-size: 0.95em;
}
#main_l section.contents.hyo_event {
	padding-bottom: 10px;
}
#main_l section.contents.hyo_event > dl {
	padding: 15px 25px 5px;
	font-size: 0.95em;
}
.hyo_event > dl h3 {
	margin: 10px 0px;
	font-weight: 700;
}
.hyo_event li h4,
.hyo_event > dl h4 {
	width: 100px;
	margin: 5px 0px;
	padding: 1px 5px 0px;
/*	background-color: #80cf8f;*/
	font-size: 0.9em;
	font-weight: 400;
	border-radius: 50px;
	text-align: center;
}
.hyo_event > dl > dt {
	float: left;
	width: 75px;
	padding: 3px;
	color: #18854e/*#34b172*/;
	font-weight: 700;
	letter-spacing: 10px;
}
.hyo_event > dl > dt.ls0 {
	letter-spacing: 0;
}
.hyo_event > dl > dd {
	padding: 3px 3px 3px 85px;
}
.hyo_event > ul {}
.hyo_event > ul li {
	display: inline-block;
	margin: 3px;
}


/***************************************************
 metabo_menu/
****************************************************/
.metabo {}

.metabo #cooking {}
.metabo #cooking fl {}

#main_l.metabo #cooking h2.title {
	font-weight: 700;
	font-size: 1.2em;
	border-left: 10px dotted #fff;
	box-shadow: -5px 0px 1px mediumseagreen;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	text-shadow: 1px 1px 1px #333;
}
#main_l.metabo #cooking h2.title span {
	float: right;
	width: 150px;
	clear: both;
	font-size: 0.8em;
	text-align: right;
}

/* all dish */
.metabo #cooking .fl .all {
	margin-top: 40px;
	padding: 15px;
	background: url(../img/metabo_menu/bg.jpg);
}
.metabo #cooking .fl .all img {
	display: block;
	width: 392px;
	margin: 0 auto;
	border: 6px solid #fff;
	box-shadow: 2px 2px 5px gray;
}

/* 栄養量 */
.metabo #cooking .fl .eiyoso {
	display: inline-block;
	width: 220px;
	padding-bottom: 50px;
	font-size: 0.9em;
}
.metabo #cooking .fl .eiyoso h3 {
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 40px;
	text-align: center;
	border: none;
	box-shadow: none;
	background: url(../img/metabo_menu/bg_nutrition.png);
}
.metabo #cooking .fl .eiyoso dl {
	margin-left: -10px;
	padding: 10px;
	background: url(../img/metabo_menu/bg_nutrition_dd.png);
}
.metabo #cooking .fl .eiyoso dl dt {
	float: left;
	width: 120px;
	padding: 3px;
	clear: both;
}
.metabo #cooking .fl .eiyoso dl dd {
	margin-right: 10px;
	padding: 3px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

.metabo #cooking .fl .eiyoso >div {
	background: url(../img/metabo_menu/bg_nutrition_bottom.png) bottom no-repeat;
	height: 30px;
	margin-left: -12px;
}

/* all menu */
.metabo #cooking .fl .item {
	display: inline-block;
	width: 380px;
	margin-top: 48px;
	vertical-align: top;
}
.metabo #cooking .fl .item li label:before {
	float: left;
	content: "\25B6";
	color: #fff;
	font-size: 10px;
}
.metabo #cooking .fl .item li a {
	display: block;
	margin: 5px;
	padding: 12px;
	background: url(../img/metabo_menu/btn_01.png) no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
}

/* modal */



/* point */
.metabo #cooking .fr {
	float: right;
	display: inline-block;
	width: 300px;
}
.metabo #cooking .fr #point {
	font-size: 0.85em;
}
.metabo #cooking .fr #point h3 {
	margin: 10px 0px 0px;
	padding: 0;
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.metabo #cooking .fr #point p {
	margin: 5px 0px 0px;
	padding: 15px;
	background-color: #e9fdd7;
}
.metabo #cooking .fr #point p.comp {
	margin-top: 0px;
	padding-right: 10px;
	text-align: right;
}
.metabo #cooking .fr > dl {
	margin: 10px 0px;
	padding: 15px;
	border: 2px solid green;
	border-radius: 5px;
	font-size: 1.1em;
	background-color: #fff;
}
.metabo #cooking .fr > dl dt {
	float: left;
	width: 100px;
	clear: both;
	color: darkgreen;
}
.metabo #cooking .fr > dl dd {
	color: darkgreen;
	text-align: right;
}


/*** side_metabo ***/
ul.archive.metabo {}
ul.archive.metabo li dl dt {
	position: relative;
	float: left;
	margin-left: 5px;
	clear: both;
}
ul.archive.metabo li dl dt img {
	position: absolute;
	top: 5px;
}
ul.archive.metabo li dl dd {
	min-height: 50px;
	padding: 5px;
	padding-left: 60px;
	font-size: 0.8em;
}
ul.archive.metabo li dl dd:hover {
	color: #fff;
}
#side > ul.archive.metabo li a {
	padding: 0;
	text-indent: 0;
}
#side > ul.archive.metabo li a:before {
	display: none;
}

/*** asaoka ***/
#side > ul.archive.asaoka li a {
	padding-left: 4.5em;
	text-indent: -4em;
	line-height: 1.3em;
}


/*** 大学生の食育レポート ***/
#side > ul.sanitation li a {
	padding-left: 10px;
	text-indent: 0;
}



/***************************************************
 miyayashiki/
****************************************************/
.miyayashiki {}
#main_l h2.miya {
	margin-bottom: 15px;
	font-size: 1.25em;
	font-weight: 700;
	background-color: #fff;
	color: darkgreen;
	border: none;
	border-top: 2px solid green;
	border-bottom: 1px dotted #ccc;
}
#main_l h2.miya:after {
	border-left: 5px solid yellowgreen;
}
.miyayashiki #topic h2 span.number {
	font-size: 0.75em;
	font-weight: 400;
	margin-left: 5px;
	color: green;
}
.miyayashiki #topic h2 span.monthly {
	float: right;
	width: 120px;
	font-size: 0.7em;
	color: #000;
	text-align: right;
}
.miyayashiki #topic {}
.miyayashiki #topic p {
	/*display: inline-block;*/
	float: left;
	width: 430px;
	margin-right: 60px;
	font-size: 0.9em;
	vertical-align: top;
}

.miyayashiki #topic #finished {
	position: relative;
	display: block;
	width: 390px;
	height: 317px;
	margin-bottom: 30px;
	margin-left: 490px;
	vertical-align: top;
}
.miyayashiki #topic #finished img#kongetuno {
	position: absolute;
	z-index: 2;
}
.miyayashiki #topic #finished h3 {
	position: absolute;
	width: 390px;
	margin: 270px 0px 0px 15px;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	background-color: transparent;
	border: none;
	box-shadow: none;
	z-index: 3;
	
}
.miyayashiki #topic #finished img#menu {
	position: absolute;
	margin: 3px;
	padding: 30px 45px 75px;
	box-shadow: 2px 2px 5px #aaa;
	background-color: #fff;
	z-index: 1;
}

/*** recipe ***/
/* material */
.miyayashiki #recipe h2.miya span {
	margin-right: 3px;
	color: green;
}
.miyayashiki #recipe .material {
	/*display: inline-block;*/
	float: left;
	width: 250px;
	padding: 10px;
	vertical-align: top;
	font-size: 0.9em;
	background: url(../miyayashiki/img/bg_how2cook.gif) repeat;
}
.miyayashiki #recipe .material h3 {
	width: 150px;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 0.95em;
	box-shadow: none;
	background-color: #7e5a40;
	color: #fff;
	border-radius: 50px;
}
.miyayashiki #recipe .material img {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.miyayashiki #recipe .material dl {
	padding: 10px;
	font-size: 0.9em;
}
.miyayashiki #recipe .material dl dt {
	float: left;
	width: 150px;
	padding: 3px 3px 0px 3px;
	clear: both;
}
.miyayashiki #recipe .material dl dd {
	padding: 3px 3px 0px 3px;
	text-align: right;
	border-bottom: 1px dotted brown;
}
/* procedure(作り方) */
.miyayashiki #recipe #procedure {
	/*display: inline-block;*/
	width: 640px;
	margin: 0;
	margin-left: 290px;
	padding-left: 10px;
	vertical-align: top;
	font-size: 0.9em;
}
.miyayashiki #recipe #procedure .procedure {
	width: auto;
	margin-bottom: 10px;
	padding: 5px;
	background-color: /*#daefdc/#e2efe3*/#dff3e1;
	border-left: 2px solid #83c983;
}
.miyayashiki #recipe #procedure .procedure > dt {}
.miyayashiki #recipe #procedure .procedure > dd {
	display: inline-block;
	width: 100%;
}
.miyayashiki #recipe #procedure .procedure ul {
	margin: 0;
}
.miyayashiki #recipe #procedure .procedure ul li {
	display: inline-block;
	width: 180px;
	margin: 0;
	margin-right: 10px;
}
.miyayashiki #recipe #procedure .procedure ul li:last-of-type {
	margin-right: 0;
}
.miyayashiki #recipe #procedure .procedure ul li img {
	width: 100%;
	border: 4px solid #fff;
	box-shadow: 1px 1px 3px #666;
}
.miyayashiki #recipe #procedure .procedure ul li img.number {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 5px;
	border: none;
	box-shadow: none;
}

.miyayashiki #recipe #procedure .procedure dl {
	padding: 5px;
	background-color: #fff;
}
.miyayashiki #recipe #procedure .procedure dl dt {
	float: left;
	display: block;
	width: 20px;
	padding: 0px;
	padding-top: 1px;
	line-height: 1.4em;
	vertical-align: middle;
}
.miyayashiki #recipe #procedure .procedure dl dd {
	display: block;
	padding: 0px;
	padding-left: 1.3em;
	text-indent: 0em;
	line-height: 1.4em;
	vertical-align: middle;
}


/***************************************************
 sanitary->sanitation/
****************************************************/
.sanitation #support h2 {
	padding-bottom: 5px;
	border-bottom: 3px dotted #d6dbae;
	font-weight: 700;
}
.sanitation .contents ul li img {
	width: 100%;
	margin-bottom: 30px;
}


/***************************************************
 food_education/ (大学生の食育レポート)
****************************************************/
.fe_report .contents {}
.fe_report .contents > div {
	clear: both;
}
.fe_report .contents > div > .tac {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.fe_report .contents > div > div {
	margin-bottom: 30px;
	font-size: 0.95em;
}
.fe_report .contents > div > div p {
	margin-bottom: 15px;
}
.fe_report .contents div img {
	margin-bottom: 10px;
	border: 4px solid #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.fe_report .contents div img.fl {
	margin-right: 25px;
}
.fe_report .contents div img.fr {
	margin-left: 25px;
}

.fe_report .contents div dl {
	margin: 10px;
}
.fe_report .contents div dl dt {
	display: inline-block;
	width: 50px;
	margin: 5px 0px;
	padding: 3px 8px;
	font-size: 0.8em;
	background-color: #666;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}


/***************************************************
 food_education2 -> asaoka/
****************************************************/
.asaoka section p {
	font-size: 0.95em;
}
.asaoka section .i {
	margin: 20px 0px;
	padding: 20px;
	background-color: #dff3e1;
/*.asaoka section p i {*/
	font-style: italic;
	font-family: "ＭＳ ゴシック" , "MS Gothic";
	font-weight: 700;
	color: #008b73;
	font-size: 1.03em;
	letter-spacing: 1px;
}
.asaoka section ol li {
	padding: 0px 0px 10px 1em;
	text-indent: -1em;
}

.asaoka #report h2.title {
	padding: 10px;
	background: /*#cff48b*/linear-gradient(135deg, #dbffaa 41%,#b1f4a4 81%,#71e2b7 100%);
	border-radius: 5px;
	color: #333;
	font-size: 1.25em;
	border: none;
	box-shadow: 1px 1px 2px green
}
.asaoka #report h2.title span {
	margin: 0 10px 0 0;
	padding: 0 10px;
	background-color: darkgreen/*#42c300*/;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	vertical-align: middle;
	font-size: 0.8em;
}
.asaoka #report h3 {
	border-top: none;
	font-weight: 700;
	color: #00782b;
}
.asaoka #report p.tar {
	margin-top: 30px;
	padding: 7px;
	border-top: 1px solid green;
	border-bottom: 3px double darkgreen;
}

/*** modal ***/
.asaoka #report label {
	color: blue;
	text-decoration: underline;
}
.asaoka #report label:hover {
	color: crimson;
}
.window { /* モーダル全体 */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.overlay { /* 背景のオーバーレイ */
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.inner { /*コンテンツ領域 */
  display: inline-block;
  height: auto;
  max-height: calc(100vh - 80px);
  margin: 0 15px;
  position: relative;
  z-index: 102;
}

.wrap { /* コンテンツ単一 */
  width: auto;
  min-width: 400px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.close {  /* ×ボタン */
  width: 40px;
  height: 40px;
  background-color: #eceef4;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 103;
  cursor: pointer;
  &::before, &::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  &::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  &::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

input[type="radio"] { /* モーダル機能部分 */
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;

  &.handle {
    & + .wrap {
      display: none;
    }
    @for $i from 1 through 3 {
      &:nth-of-type(#{$i}):checked + .wrap {
        display: block;
      }
    }
  }
  &#close:checked,
  &#overlay:checked {
    & ~ .window,
    & ~ .close,
    & ~ .overlay {
      display: none;
    }
  }
}



/***************************************************
 food_life/
****************************************************/
.food_life .contents ol {
	padding-right: 20px;
}


/***************************************************
 support-member/
****************************************************/

/*** index ***/
.support_topics {}

/* ul */
.support_topics .topics {
	margin-left: 0;
	/*text-align: center;*/
}
.support_topics .topics li {
	display: inline-block;
	width: 290px;
	margin: 10px 5px;
	box-shadow: 1px 1px 2px gray;
	vertical-align: top;
}
.support_topics .topics li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: left;
}
.support_topics .topics li a h2 {
	line-height: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_l .support_topics .topics li h2 {
	display: block;
	padding: 5px;
	vertical-align: top;
}
#main_l .support_topics .topics li h2 span.vol {
	margin-right: 5px;
	padding: 0px 3px;
	font-size: 0.65em;
	background-color: #fff;
	color: mediumseagreen;
	border-radius: 5px;
	vertical-align: top;
}
.support_topics .topics li h2 .comp {
	margin: 0;
	text-align: right;
	font-size: 0.7em;
	color: #fff;
}
section.support_topics .topics li p {
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 1.35em;
	text-overflow: ellipsis;
	overflow : hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/*
section.support_topics .topics li p::before,
section.support_topics .topics li p::after {/*IE11用/
	content: '...';
	line-height: 1;
	position: absolute;
	right: 0;
	top: 3em;
	-ms-wrap-flow: start;
}
*/
.support_topics .topics li img {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
}


/*** vol ***/

#support {
	margin-top: 50px;
}
#support h2 {
	padding: 0px;
	background-color: #fff;
	color: green;
	font-size: 1.5em;
	border: none;
}
#support h2 hr{
	margin: 5px 0px;
	padding: 0px;
	border: none;
	border-bottom: 3px dotted green;
}
#support h2 span.vol{
	margin-right: 5px;
	padding: 3px 5px;
	background-color: green;
	color: #fff;
	border-radius: 5px;
	font-size: 0.65em;
	vertical-align: middle;
}
#support h2 span.comp{
	display: block;
	text-align: right;
	font-size: 0.7em;
	color: #666;
}

#support .topics {
	width: auto;
	min-height: 240px;
	margin: 30px 0px;
	padding: 30px 30px 0px;
	border: 1px solid darkkhaki;
}
#support .topics div {
	display: inline-block;
	float: left;
	width: 60%;
	max-width: 690px;
	margin-right: 20px;
	vertical-align: top;
}
#support .topics div h3 {
	display: inline-block;
	margin-top: 0px;
	border: none;
	font-family: "MS P明朝", "ヒラギノ明朝", "Times";
	font-size: 2.0em;
	color: darkslategray;
	box-shadow: none;
	line-height: 1.3em;
}
#support .topics img {
	float: right;
	width: /*266px*/300px;
	height: 200px;
	vertical-align: top;
	border: 1px solid #ccc;
}
#support .article {
	margin: 30px 0px 80px;
	padding: 30px 30px 15px;
	background-color: honeydew;
	color: #666;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#support .article dt {
	margin: 20px 10px 10px;
	padding: 5px 10px;
	background-color: transparent;
	color: green;
	border-bottom: 2px solid green;
	text-shadow: 1px 1px 3px lightgreen;
	font-size: 1.3em;
	font-weight: 700;
}
#support .article dd {
	margin: 10px 0px 40px 10px;
	font-size: 0.95em;
	line-height: 1.65em;
}
#support .article dd .img_c img {
	display: block;
	margin: 0 auto;
}
#support .article dd ul.img_r {
	display: inline-block;
	width: 55%;
	max-width: 500px;
	vertical-align: top;
}
#support .article dd .article-img {
	display: inline-block;
	width: 300px;
	height: 200px;
	margin-top: 10px;
	vertical-align: top;
}

#support a i {
	margin-right: 3px;
	color: green;
}
#support a:hover i {
	color: #ff5700;
}


/***************************************************
 musashino-life/
****************************************************/
.m-life {}

.m-life #topic {
	margin: 50px 0;
}
.m-life #topic > h2 {
	background: repeating-linear-gradient(-45deg,#fff,#fff 3px,#e0fbeb 0,#e0fbeb 30px);
	border: 0;
	box-shadow: 1px 1px 2px rgba(100,100,100,0.3);
	color: #333;
	font-weight: 700;
}
.m-life #topic > p {
	margin: 8px 0 0;
	padding: 15px;
	background-color: #f1fbf5;
	color: #333;
}

.m-life #report {
	width: auto;
/*	padding: 15px;
	border: 1px solid green;
	border-radius: 10px;*/
	font-size: 0.95em;
}
.m-life #report h3 {
	border: 0;
	border-left: 10px solid green;
	margin: 30px 15px 15px;
	font-size: 1.15em;
}

.m-life #report .operation {
	width: auto/*90%*/;
	margin: 10px;
	padding: 15px;
	background-color: #fffff7;
	background: url(../img/m-life/bg_r-o.jpg);
	background-color:rgba(255,255,255,0.25);
background-blend-mode:lighten;
	color: #333;
}
.m-life #report .operation > dt > ul {
	margin: 0px 0px 20px;
}
.m-life #report .operation > dt > ul li {
	display: inline-block;
	width: 30%;
	margin: 0px 8px;
}
.m-life #report .operation > dt > ul li:first-of-type {
	margin-left: 0;
}
.m-life #report .operation > dt > ul li:last-of-type {
	margin-right: 0;
}
.m-life #report .operation > dt > ul li img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	width: 100%;
	height: auto;
	border: 4px solid #fff;
}

/*.m-life #report .operation.img3 {
	height: 520px;
	min-height: 450px;
}
*/
.m-life #recipe {
	margin-top: 30px;
	border: 5px solid #cfbcab;
	border-top: 0;
	border-radius: 40px 40px 10px 10px;
	background-color: #fff;
	color: #333;
}
.m-life #recipe > h3 {
	margin: 0;
	padding: 12px 20px 7px;
/*	background: repeating-linear-gradient(-45deg,#fff,#fff 1px,#cfbcab 0,#cfbcab 29px);*/
	background: repeating-linear-gradient(-45deg,#cfbcab,#fff 1px,#cfbcab 0,#cfbcab 29px);
	color: #47210f;
	border: 0;
	box-shadow: none;
	border-radius: 28px 28px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 1px;
}
.m-life #recipe .material,
.m-life #complete .material {
	float: left;
	width: 260px;
	margin: 15px;
	padding: 13px;
	font-size: 0.85em;
	border: 1px solid #b7ae99;
	background-color: #fff;
	color: #333;
}
.m-life #recipe .material h4,
.m-life #complete .material h4 {
	width: 80%;
	margin: 0 auto;
/*	margin-right: 15px;*/
	margin-bottom: 15px;
	padding: 1px;
	text-align: center;
	background-color: #86716a;
	color: #fff;
	border: 0;
	border-radius: 50px;
	box-shadow: none;
}
.m-life #recipe .material h4.others {
	margin-top: 20px;
	background-color: #dfd7cc;
	color: #000;
}

.m-life #recipe .material dl,
.m-life #complete .material dl {
}
.m-life #recipe .material dl dt,
.m-life #complete .material dl dt {
	float: left;
	padding-left: 7px;
}
.m-life #recipe .material dl dd,
.m-life #complete .material dl dd{
	margin: 2px;
	text-align: right;
	padding-right: 7px;
}
.m-life #recipe .material dl dd:nth-of-type(even) {
	background-color: #faf8f2;
	color: #333;
}
.m-life #complete	.material dl dd:nth-of-type(even) {
	background-color: #faf8f2;
	color: #333;
}

.m-life #recipe .outline {
	margin-left: 310px;
}

.m-life #report .outline .operation {
	min-height: 151.5px;
	margin-top: 15px;
	background: url(../img/m-life/bg_o-o.jpg);
	border: 1px solid #e5d9d9;
}
.m-life #report .outline .operation.li2,
.m-life #report .outline .operation.img2 {
	height: 305px;
}
.m-life #report .outline .operation.li4,
.m-life #report .outline .operation.img4 {
	height: 600px;
}
.m-life #report .outline .operation.img-none {
	min-height: auto;
}

.m-life #report .outline .operation dt {
	float: left;
}
.m-life #report .outline .operation dt span {
	position: absolute;
	width: 25px;
	margin-top: -23px;
	margin-left: -23px;
	padding: 5px;
	background: #5f3f35;
	color: #fff;
	font-weight: 700;
	text-align: center;
	box-shadow: 1px 1px 2px #fff;
}
.m-life #report .outline .operation dt > ul {
/*	clear: both;*/
}
.m-life #report .outline .operation dt > ul > li {
	display: block;
	width: 200px;
	margin: 0;
}
.m-life #report .outline .operation dd {
	margin-left: 230px;
	padding-left: 1em;
	text-indent: -1em;
}

.m-life #report .outline .operation.img-none dd {
	margin-left: 0;
}

.m-life .remarks {
	margin: 25px 0px;
	padding: 20px;
	border: 1px solid #333;
}
.m-life .remarks dl {
	min-height: 134px;
}
.m-life .remarks > dl > dt {
	float: left;
	width: 200px;
}
.m-life .remarks > dl > dd {
	margin-left: 230px;
}



.m-life #complete {
	width: auto;
	padding: 15px;
	background: url(../img/m-life/bg_c.jpg);
	box-shadow: 2px 1px 3px #ccc;
}
.m-life > #complete > h3 {
	position: relative;
	margin: 10px 10px 15px;
	padding: 10px 20px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
/*	background: repeating-linear-gradient(-45deg,#fff,#fff 1px,#60c3d3 0,#60c3d3 29px);*/
	background: repeating-linear-gradient(-45deg,#60c3d3,#b5e6ed 1px,#60c3d3 0,#60c3d3 29px);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	letter-spacing: 1.5px;
	border: 0;
	box-shadow: none;
}
.m-life > #complete > h3::after {
	position: absolute;
	content: '';
	left: 1em;
	bottom: -28px;
	width: 0;
	height: 0;
	border-top: 15px solid #60c3d3;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.m-life #complete .material {
	border-color: #99a9b7;
}
.m-life #complete .material h4 {
	background-color: #4f8c9f;
}
.m-life #complete .material h4.others {
	margin-top: 8px;
	background-color: #e0f3e8;
	color: #333;
}
.m-life #complete .material h5 {
	margin-top: 10px;
	text-align: center;
}
.m-life #complete .material dl dd:nth-of-type(even) {
	background-color: #f2f9fa;
}

.m-life #complete .finished {
	margin-top: 30px;
}
.m-life #complete .finished ul.img3 {
	text-align: center;
}
.m-life #complete .finished ul.img3 li {
	display: inline-block;
	margin-right: 10px;
}
.m-life #complete .finished img {
	display: block;
	margin: 0 auto;
}
.m-life #complete .finished p {
	margin-top: 25px;
	text-align: center;
	font-size: 0.95em;
}

.m-life #complete .finished li.remark {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	font-size: 0.85em;
}
.m-life #complete .finished li.remark .disc {
	margin: 10px 0px 10px 30px;
}
.m-life #complete .finished li.remark .ls-none {
	list-style: none;
}

.m-life #complete p.comment {
	margin: 15px;
	padding: 15px;
	background-color: #fff;
}


/*** side bar ***/

.m-life_insta {
	display: block;
	width: 120px;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 30px;
	padding-left: 30px;
}


/***************************************************
 privacy/
****************************************************/



/***************************************************
 inquiry/
****************************************************/
#main_l section.contents > dl.hyo_form {
	width: auto;
	margin: 25px;
	padding: 0px;
	font-size: 0.95em;
	vertical-align: middle;
}
#main_l section.contents > dl.hyo_form dt {
	float: left;
	width: 190px;
	padding: 5px;
	font-size: 0.9em;
	font-weight: 700;
	color: green;
}
#main_l section.contents > dl.hyo_form dt.hissu:after {
	content: "\5FC5\9808";
	float: right;
	padding: 1px 4px;
	font-size: 0.8em;
	font-weight: 700;
	vertical-align: middle;
	background-color: crimson;
	color: #fff;
}
#main_l section.contents > dl.hyo_form dd {
	min-height: 21.5px;
	padding: 5px;
	padding-left: 210px;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
}
#main_l section.contents > dl.hyo_form dd input {
	width: 100%;
}
#main_l section.contents > dl.hyo_form dd textarea {
	width: 100%;
	height: 150px;
}
#main_l section.contents > dl.hyo_form dd.checkbox input {
	width: auto;
}

.contents ul.error_list {
	background-color: #ffecf0;
	list-style: disc;
	margin: 25px 25px 40px;
	padding: 15px 15px 15px 40px;
	border-radius: 5px;
}


/***************************************************
 sitemap.php
****************************************************/
#sitemap {}
#sitemap > ul {
	display: inline-block;
	width: 43%;
	vertical-align: top;
}


/***************************************************
 open-recruitment.php
****************************************************/
#kobo {}
#kobo ol {
	margin-right: 20px;
}
#kobo ol.kome-suji {
	padding-left: 3em;
	text-indent: -3em;
}
#kobo.contents ul {
	margin: 10px 20px;
}
#kobo dl.yokonarabi {
	margin-left: 20px;
}
#kobo dl.yokonarabi dt {
	float: left;
	padding: 3px 0px;
}
#kobo dl.yokonarabi dd {
	padding: 3px 3px 3px 120px;
}


/***************************************************
 footer
****************************************************/
footer {
	padding: 15px;
	background-color: #ecfbdc/*#F0FFE7*/;
	color: #333;
	font-size: 0.83em;
}
footer a {
	text-decoration: none;
}

/* footer_menu */
#footer_menu {
	display: inline-block;
}
#footer_menu li {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
#footer_menu li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 2px;
	color: darkgreen;
}
#footer li span {
	margin: 0px 5px;
	padding: 1px 6px 0px;
	background-color: mediumseagreen;
	color: #fff;
	font-size: 0.75em;
	border-radius: 5px;
	vertical-align: middle;
}
