<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
******************************************************************************
**
** style.css縺ｫ縺翫＞縺ｦ
** -- style縺ｧ縺ｯ繧ｳ繝ｳ繝�Φ繝�ｼ医ョ繝ｼ繧ｿ蜈･繧鯉ｼ峨〒菴ｿ逕ｨ縺吶ｋ蝓ｺ譛ｬ繧ｿ繧ｰ縺ｮCSS謖�ｮ�
** -- header縺ｧ縺ｯ繝倥ャ繝繝ｼ縺ｮCSS謖�ｮ�
** -- global nav縺ｧ縺ｯ繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン縺ｮCSS謖�ｮ�
** -- content縺ｧ縺ｯ繧ｳ繝ｳ繝�Φ繝医�繝｡繧､繝ｳ繝ｻ繧ｵ繧､繝峨リ繝薙�CSS謖�ｮ�
** -- footer縺ｧ縺ｯ繝輔ャ繧ｿ繝ｼ縺ｮCSS謖�ｮ�
** -- pagetop縺ｧ縺ｯ繝壹�繧ｸ繝医ャ繝励�繧ｿ繝ｳ縺ｮCSS謖�ｮ�
** -- home縺ｧ縺ｯ繝医ャ繝励�繝ｼ繧ｸ縺ｮCSS謖�ｮ�
** -- page縺ｧ縺ｯ豎守畑繝壹�繧ｸ縺ｮCSS謖�ｮ�
**
** 豕ｨ諢丈ｺ矩��
** -- CSS縺ｮ蜻ｽ蜷崎ｦ丞援縺ｯApplicats繧ｪ繝ｪ繧ｸ繝翫Ν縺ｮ蜻ｽ蜷崎ｦ丞援繧呈治逕ｨ縺励※縺�∪縺吶�
** -- 蛻晄悄繝輔か繝ｳ繝医し繧､繧ｺ縺ｯreset.css縺ｫ縺ｦ10px縺ｫ繝ｪ繧ｻ繝�ヨ縺励※縺�∪縺吶�
**    謖�ｮ壼腰菴阪�[ px ][ rem ][ em ]繧剃ｽｿ逕ｨ縲�
**    萓� 16px = 1.6rem
** -- 陦碁俣縺ｯ1.6縺ｫ繝ｪ繧ｻ繝�ヨ縺励※縺�∪縺吶�
**    蜊倅ｽ阪�荳崎ｦ√〒縺吶�(繧ｹ繧ｿ繧､繝ｫ蟠ｩ繧後☆繧句庄閭ｽ諤ｧ譛�)
** -- 繧ｳ繝ｳ繝�Φ繝��縺ｮ繝輔か繝ｳ繝医し繧､繧ｺ繝ｻ陦碁俣縺ｯ
**    [ base ]縺ｮcontents繧ｯ繝ｩ繧ｹ縺ｧ謖�ｮ壹＠縺ｦ縺�∪縺吶�
**    螟画峩縺吶ｋ蝣ｴ蜷医�縺薙■繧峨ｒ螟画峩縺励※縺上□縺輔＞s縲�
**
******************************************************************************
******************************************************************************/

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PC繧ｹ繧ｿ繧､繝ｫ
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
body{
	background: url(../images/body_bg.png) repeat-x top center #FCF7E2;
}
/* ==== contents === */
.mcon {
	font-size: 1.4rem;/* 繝輔か繝ｳ繝医し繧､繧ｺ */
	line-height: 1.6;/* 陦碁俣 */
	word-wrap: break-word;
}
/* a */
.mcon a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* h */
.mcon h1{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0A7831), color-stop(0.00, #0A8B38));
	background: -webkit-linear-gradient(#0A8B38, #0A7831);
	background: -moz-linear-gradient(#0A8B38, #0A7831);
	background: -o-linear-gradient(#0A8B38, #0A7831);
	background: -ms-linear-gradient(#0A8B38, #0A7831);
	background: linear-gradient(#0A8B38, #0A7831);
	border-radius: 8px;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 26px;
	padding: 10px 10px 10px 27px;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
	position: relative;
	z-index: 0;
}
.mcon h1:before{
	content: url(../images/icon_wdot_white.png);
	position: absolute;
	margin-top: -13px;
	top: 50%;
	left: 12px;
}
.mcon h2 {
	border: 2px solid #0A7831;
	border-bottom: 4px solid #0A7831;
	border-radius: 8px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 8px 16px;
}
.mcon h3 {
	border-bottom: 1px dotted #0a8b38;
	border-left: 3px solid #11ba18;
	font-size: 1.8rem;
	margin-bottom: 20px;
	margin-top: 26px;
	padding-left: 0.5em;
}
.mcon h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mcon h5 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.mcon h6 {
	margin-bottom: 2px;
	margin-top: 5px;
}
/* hr */
.mcon hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* iframe */
.mcon iframe { max-width: 100%; }
/* img */
.mcon img {
	max-width: 100%;
	height: auto;
}
/* ol */
.mcon ol {
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}
.mcon ol li {
	margin-left: 1.5em;
	margin-bottom: 0.5rem;
}
/* p */
.mcon p { margin-bottom: 1em; }
/* ul */
.mcon ul {
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}
.mcon ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5rem;
}
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg { 
	background: url(../images/hd_bg.png) repeat-x top left;
	display: flex;
	justify-content: center;
}
.hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
	width:960px;
}
.hd_logo { }
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_bg {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	min-width:960px
}
.nav {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0A7831), color-stop(0.00, #0A8B38));
	background: -webkit-linear-gradient(#0A8B38, #0A7831);
	background: -moz-linear-gradient(#0A8B38, #0A7831);
	background: -o-linear-gradient(#0A8B38, #0A7831);
	background: -ms-linear-gradient(#0A8B38, #0A7831);
	background: linear-gradient(#0A8B38, #0A7831);
	border-radius: 5px;
	overflow:visible;
	width:960px;
}
.nav_list { display: flex; }
.nav_list img {
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
.nav_list img:hover, .nav_list a.current img { opacity:0 }
.nav_list &gt; li {
	background: url(../images/icon_dot_white.png) no-repeat center right;
	position:relative;
	width: 100%;
	z-index:1000;
}
.nav_list &gt; li:nth-last-of-type(1) {
	background: none;
}
.nav_list &gt; li &gt; a {
	color: #FFF;
	display:block;
	font-weight: bold;
	font-size: 1.6rem;
	text-align:center;
	padding: 1em 0;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.nav_list &gt; li &gt; a:hover:before,
.nav_list &gt; li &gt; a.current:before{
	border-bottom: 5px solid #FC0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.nav_list&gt;li:hover .nav_clist {
	display:block;
	-webkit-animation:nav_active 1s ease 0s 1 alternate;
	animation:nav_active 1s ease 0s 1 alternate
}
@-webkit-keyframes nav_active {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes nav_active {
0% {
opacity:0
}
100% {
opacity:1
}
}
.nav_clist {
	display:none;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
	width:100%;
	position:absolute;
	top:100%;
	left:0
}
.nav_clist&gt;li {
	border-bottom:1px solid rgba(255, 255, 255, 0.7);
	position:relative
}
.nav_clist&gt;li&gt;a {
	background-color:#022c04;
	color:#fff;
	display:block;
	padding:10px;
	font-size: 1.2em;
	text-decoration:none
}
.nav_clist&gt;li&gt;a:hover, .nav_clist&gt;li&gt;a.current {
	opacity:0.8
}
.nav_clist&gt;li:hover .nav_glist {
	display:block;
	-webkit-animation:nav_active 1s ease 0s 1 alternate;
	animation:nav_active 1s ease 0s 1 alternate
}
.nav_glist {
	display:none;
	width:100%;
	position:absolute;
	top:0;
	left:100%
}
.nav_glist&gt;li {
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	border-left:1px solid rgba(255, 255, 255, 0.4)
}
.nav_glist&gt;li&gt;a {
	background-color:rgba(0, 0, 0, 0.7);
	color:#fff;
	display:block;
	padding:10px;
	font-size: 1.2em;
	text-decoration:none
}
.nav_glist&gt;li&gt;a:hover, .nav_glist&gt;li&gt;a.current {
	background-color:#000;
	-webkit-box-shadow:0 0 4px rgba(255, 0, 0, 0.2);
	box-shadow:0 0 4px rgba(255, 0, 0, 0.2)
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg{
	background: url(../images/con_bg.png) no-repeat;
	display: flex;
	justify-content: center;
}
.con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	width:960px;
	min-height: calc(100vh - 116px);
}
.main {
	order: 2;
	width: 700px;
}
.side {
	order: 1;
	width: 230px;
}
.side_head {
	border-bottom: 1px solid #CCC;
	color:#143414;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom: 6px;
	padding-bottom: 8px;
}
.side_nav_list li a {
	background: url(../images/icon_square_green.png) no-repeat left center;
	border-bottom: 1px dotted #CCC;
	color: #111;
	display: block;
	font-size: 1.4em;
	padding: 12px 16px;
	text-decoration: none;
}
.side_nav_list li a:hover,
.side_nav_list li a.current { text-decoration: underline; }
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
	display: flex;
	justify-content: center;
	background: #0A7831;
	height: 76px;
}
.ft {
	padding-top: 30px;
	padding-bottom: 30px;
	width:960px;
}
.ft_copy {
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pagetop {
	border-radius: 50%;
	background-color: #FFF;
	bottom: 30px;
	height: 50px;
	right: 30px;
	position: fixed;
	width: 50px;
	z-index: 100;
}
.pagetop_btn {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7em;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
.pagetop_btn:hover { background-color: rgba(0, 0, 0, 0.4); }
/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/

/* bnr */
.bnr_list li { margin-bottom:4px }
.bnr_list a {
	padding:16px 16px 16px 42px;
	border:1px solid #000000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/common/icon_elink_black.png) no-repeat 16px center;
	font-size: 1.4em;
	color:#000000
}
.bnr_list a:hover {
	background-color: #000;
	background-image: url(../images/common/icon_elink_white.png);
	color: #FFF;
}
/* news */
.news_table { 
	width: 100%;
}
.news_table tr {
	border-bottom: 1px dotted #999;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.news_date {
	font-size: 1.2em;
	width: 105px;
	vertical-align: top;
}
.news_title {
	font-size: 1.3em;
	vertical-align: top;
}
.news_title a{
	color: #111;
	text-decoration: none;
}
.news_title a:hover{
	text-decoration: underline;
}
.news_icon_new {
	display: inline-block;
	color: #C00;
	font-weight: bold;
	margin-left: 0.5em;
}
.news_icon_new:before {
	content: "NEW";
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main_head {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.index_bnr_list li{
	margin-bottom: 10px;
}
.index_side {
	width: 210px;
}
.index_side_head {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.index_greet {
	border: 2px solid #0A7B32;
	border-radius: 5px;
	font-size: 1.4rem;
	width: 100%;
	margin: 30px 0 30px;
	position: relative;
	padding: 20px;
}
.index_greet_head{
	background-color: #FCF7E2;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	padding: 0 10px;
	top: -0.8em;
	left: 10px;
}
.index_news{
	border: 1px solid #0A8B38;
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
	width: 720px;
}
.index_news_head{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0A7831), color-stop(0.00, #0A8B38));
	background: -webkit-linear-gradient(#0A8B38, #0A7831);
	background: -moz-linear-gradient(#0A8B38, #0A7831);
	background: -o-linear-gradient(#0A8B38, #0A7831);
	background: -ms-linear-gradient(#0A8B38, #0A7831);
	background: linear-gradient(#0A8B38, #0A7831);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 10px 15px 25px;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
	position: relative;
	z-index: 0;
}
.index_news_head:before{
	content: url(../images/icon_wdot_white.png);
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 10px;
}
.index_news_scroll {
	background-color: #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.index_slide {
	width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.table_border th{
	background-color: #0A8034!important;
	color: #FFF!important;
}

.research_box {
	margin: 10px 0 20px;
	padding: 20px 15px 15px;
	background:#FFF;
    border-radius: 5px;
}
.research_box p {
	margin-left: 10px;
}
.research_img {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items:center;
}
.research_img:last-child {
    border-bottom: none;
}
.research_img li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px!important;
    list-style-type: none!important;
}

.staff_list {
    width: 100%;
    margin: 20px 0;
    background:#FFF;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
.staff_list td {
    padding: 15px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	vertical-align: middle;
}
.staff_list th {
    padding: 10px 0;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #4CAF50;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.staff_profile .staff_profile_img {
    float:left;
    margin: 0 20px 20px 0;
    padding: 3px;
    border:1px solid #CCC;
}
.staff_profile .staff_profile_list {
    width: 550px;
}
.staff_profile .staff_profile_list td {
	padding: 8px 5px;
	border-bottom: 1px dotted #D7D7D7;
}
.staff_profile .staff_profile_list th {
	padding: 8px 5px;
	border-bottom: 1px dotted #D7D7D7;
	text-align: left;
	font-weight: bold;
}
.staff_profile p {
    clear: both;
    margin: 0 0 30px;
}

.facility_box {
    overflow: auto;
    background: #FFF;
    margin: 0 0 20px;
    padding: 20px 20px 20px;
    border-radius: 5px;
}
.facility_box h4 {
	position: relative;
	padding: 0 .5em .5em 1.4em;
}
.facility_box h4::after {
	position: absolute;
	top: .6em;
	left: 0;
	z-index: 2;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #0A7831;
}
.facility_box img {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}s</pre></body></html>