<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group 繝医ャ繝励�繝ｼ繧ｸ
------------------------------------------------------*/
.top-infottl{
	position: absolute;
	top:30px;
	left: 150px;
	width: 300px;
	padding: 10px 7px 7px;
	background: rgba(255,255,153,0.9);
	border: 2px solid #e50012;
	border-radius: 10px;
	color:#e50012;
	text-align: center;
	font-size: 20px;
}
.top-infottl a{
	color:#e50012;
}
.top-infottl .f14{
	font-size:14px;
}
.top-info {
	position: absolute;
	width: 620px;
	top: 175px;
	left: 45px;
	padding: .5em 1em;
	/*background: rgba(255,255,255,0.9);
	background: rgba(235,110,165,0.9);*/
	background: rgba(255,255,153,0.9);
	box-shadow:-4px 0px 6px 2px rgba(0,0,0,0.5);
}
.top-info h3 {
	font-size: 1.2em;
	color: #186DC8;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	font-weight: bold;
}
.top-info p {
	font-size: 1em;
	line-height: 1.3;
	/*color: #186DC8;*/
	color: #000;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	/*text-align: center;*/
}

/* WEB髢句ぎ縺ｸ縺ｮ蜿ょ刈縺ｯ縺薙■繧� */
.web_info{
	width:350px;
	background:#4472C4;
	border:2px solid #FFFF00;
	padding:10px;
	text-align:center;
	position:absolute;
	top:25px;
	left:130px;
}
.web_info a{
	display:block;
}
.web_info:hover{
	background:#648ACE;
}
.web_info a:hover{
	text-decoration:none;
}
.web_info .web_ttl{
	color:#FFFF00;
	font-size:24px;
	font-weight:bold;
}
.web_info .f14{
	font-size:14px;
}
.web_info .fwhite{
	color:#fff;
}
.web_info .web_cont{
	color:#FFFF00;
	font-size:20px;
	font-weight:bold;
}
.web_info .web_date{
	font-size:16px;
}
.web_arrow{
	width:50px;
	position:absolute;
	top:36px;
	left:333px;
}
/*.top-info p:nth-child(1) {
	font-weight: bold;
}
.top-info p:nth-child(2) {
	font-weight: bold;
}
.top-info p:nth-child(2) span {
	font-size: 1.8em;
	color: #ffff00;
}
.top-info p:nth-child(3) {
	font-weight: bold;
}*/

.society-theme {
    display: flex;
    justify-content: center;
    margin-bottom: 110px;
    padding-top:175px;
}

.society-outline {
    width: 580px;
    height: 115px;
}

.society-outline img {
    width: 100%;
    padding-left: 38px;
}

.topPeriod {
	margin: 10px auto 0;
}
.img_covid19 {
	position: absolute;
	top:25px;
	right:30px;
}

.news {
    width: 692px;
    margin:65px auto 20px;
}

.news h2 {
    height: 32px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(to bottom, #186dc8 0%, #186dc8 100%);
    background-position: 4px 4px, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 682px 14px, 100% 100%;
}

.news h2 span {
    position: relative;
    top: 7px;
    left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.news-list {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-position: left top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 100px 100%, 660px 100%;
    padding: 14px 0;
}

.news-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    color: #ab8047;
}

.date {
    width: 80px;
    padding: 0 20px;
    font-weight: bold;
}

.excerpt {
    width: 562px;
    padding: 0 10px 0 0;
}


.breakingNews {
	margin: 15px 20px 20px;
	padding: 20px;
	border: 2px solid #ff0000;
}
	.breakingNews p {
		font-size: 1em;
		line-height: 1.6;
	}
.kikan a{
	position: absolute;
	top:105px;
	left:175px;
	width:250px;
	padding:10px 7px 7px;
	background:#306BBE;
	color:#fff;
	border:3px solid #FBFF1A;
	border-radius: 10px;
	text-align: center;
	font-size:20px;
}
.kikan .f16{
	font-size:16px;
}

/* @group 繝壹�繧ｸ蜈ｱ騾�
------------------------------------------------------*/
.contents.page {
    padding: 20px 0 0 0;
}

.contents.page &gt; section {
    height: 100%;
    min-height: 900px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 1) 100%), linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
    background-position: left top, left 630px;
    background-repeat: no-repeat;
    background-size: 100% 630px, 100% 100%;
    box-shadow: 0px 0px 2px 2px rgba(3, 110, 177, 0.2);
    border-radius: 0 6px 0 0;
    padding: 20px 0;
}

.wrap690 {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

/* 隕句�縺� */
.h2pageTitle {
    position: relative;
    padding: .75em 1em .75em 1.75em;
    border: 1px solid #ccc;
    border-top: 3px solid #186dc8;
    background: linear-gradient(to bottom, #fff 0%, #fffcf3 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 0 15px 30px;
    font-size: 22px;
    font-weight: bold;
    color: #694731;
}

.h2pageTitle::after {
    position: absolute;
    top: .9em;
    left: .8em;
    z-index: 2;
    content: '';
    width: 10px;
    height: 10px;
    border: 3px solid #186dc8;
    border-radius: 100%
}

.h3pageTitle {
    position: relative;
    padding: .15em 0 .3em .75em;
    margin-bottom: 20px;
    border-left: 6px solid #186dc8;
    font-size: 18px;
    font-weight: bold;
}

.h3pageTitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.h4pageTitle {
    padding: .3em .75em;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
}

.h5pageTitle {
    display: inline-block;
    border: 1px solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 5px 20px;
    color: #186dc8;
    font-weight: bold;
}

.under_construction {
    text-align: center;
    font-size: 1.1em;
    padding-top: 50px;
}

/* 繧｢繧､繧ｳ繝ｳ
--------------------------*/

.exlink:after {
    content: '\f14c';
    /* 螟夜Κ繝ｪ繝ｳ繧ｯ蜈医�繧｢繧､繧ｳ繝ｳ */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.download:before {
    content: '\f019';
    /* 繝繧ｦ繝ｳ繝ｭ繝ｼ繝峨�繧｢繧､繧ｳ繝ｳ */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.pdf:after {
    content: '\f1c1';
    /* PDF繝輔ぃ繧､繝ｫ縺ｮ蠕鯉ｼ�fa-file-pdf-o�� */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.word:after {
    content: '\f1c2';
    /* WORD繝輔ぃ繧､繝ｫ縺ｮ蠕鯉ｼ�fa-file-word-o�� */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.ppt:after {
    content: '\f1c4';
    /* PPT繝輔ぃ繧､繝ｫ縺ｮ蠕鯉ｼ�fa-file-powerpoint-o�� */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.cipher a:before {
    content: '\f023';
    /* 證怜捷騾壻ｿ｡縺ｮ蜑搾ｼ�fa-lock�� */
    font-family: FontAwesome;
    margin-right: .5em;
}

/*鄂ｫ邱�*/

hr {
    border: none;
    border-top: 1px solid #ccc;
}

hr.hr-full {
    margin: 0 .75em 1.5em;
    box-shadow: 2px 1px 1px #ddd;
}

.border {
    padding-bottom: 5px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #eee;
}

/*譁�ｭ苓ｩｰ繧�*/

.feature {
    font-feature-settings: "palt";
}

/*蝗ｲ縺ｿ*/

.frm-style01 {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 1em 2em;
}

.frm-style02 {
    box-sizing: border-box;
    border: 3px solid #eee;
    padding: 1em;
}

.frm-style03 {
    background: #fffcf3;
    box-sizing: border-box;
    border: 3px solid #eee;
    padding: 1em;
}

/*繝ｪ繧ｹ繝医せ繧ｿ繧､繝ｫ*/

.list-style01 {
    margin-left: 40px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.list-style02 {
    padding-left: 2em;
    padding-right: 1em;
    list-style-type: disc;
}

.list-style02 ul {
    padding-left: 0;
    list-style-type: none;
}

.list-style {
    list-style-position: outside;
    padding-left: 1.5em;
}

.list-disc {
    list-style-type: disc;
}

.list-num {
    list-style-type: decimal;
}

.asterisk {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.asterisk li::before {
    content: '窶ｻ';
    margin-right: .5em;
}

.onedown p {
    margin-left: 2.5em;
}

/*陦ｨ邨�∩*/

.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    width: 50%;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
    border: 1px #CCCCCC;
    border-style: solid;
}

.tbl-style01 thead th {
    background-color: #eeeeee;
    border: 1px #CCCCCC;
    border-style: solid;
    padding: .5em;
}

.tbl-style01 tbody th {
    background-color: #eeeeee;
    padding: .5em;
}

.tbl-style01 tbody td {
    background-color: #FFFFFF;
    padding: 1em;
}

.tbl-style02 tbody th {
    padding: 20px 10px;
    color: #8F6A0E;
    font-weight: bold;
}

.tbl-style02 tbody th::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-image: linear-gradient(to right, #333 0%, rgba(255, 255, 255, 0.2) 100%);
    position: relative;
    left: -1px;
    bottom: 3px;
}

.tbl-style02 tbody td {
    padding: 20px 10px;
}

.th-c-m th {
    text-align: center;
    vertical-align: middle;
}

.th-l-m th {
    text-align: left;
    vertical-align: middle;
}

.th-l-t th {
    text-align: left;
    vertical-align: top;
}

.td-c-m td {
    text-align: center;
    vertical-align: middle;
}

.td-l-m td {
    text-align: left;
    vertical-align: middle;
}

.td-l-t td {
    text-align: left;
    vertical-align: top;
}

.tbl-nostyle {
    text-align: left;
}

.tbl-nostyle th,
.tbl_nostyle td {
    line-height: 1.8;
    padding-right: 1em;
}

/* 繝懊ち繝ｳ */
.btn-style01 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-style01 a {
    background-image: linear-gradient(to top, #22a538 0%, #88bc1f 100%);
    border-radius: 3px;
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
}

.btn-style01 a:hover {
    background-image: linear-gradient(to bottom, #22a538 0%, #88bc1f 100%);
    box-shadow: none;
}

.btn-style01.btn-sub a {
    background-image: linear-gradient(to top, #666666 0%, #888888 100%);
}

.btn-style01.btn-sub a:hover {
    background-image: linear-gradient(to top, #888888 0%, #666666 100%);
}

.btn-style02 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-style02 a {
    background-image: linear-gradient(to top, #036fb2 0%, #2d9fd8 100%);
    border-radius: 3px;
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
}

.btn-style02 a:hover {
    background-image: linear-gradient(to top, #2d9fd8 0%, #036fb2 100%);
    box-shadow: none;
}

.btn-style02.btn-sub a {
    background-image: linear-gradient(to top, #333333 0%, #555555 100%);
}

.btn-style02.btn-sub a:hover {
    background-image: linear-gradient(to top, #555555 0%, #333333 100%);
}
.btn03 a{
	background-image: linear-gradient(to bottom, #EEE, #DDD);
	background-repeat: no-repeat;
	background-position: left top;
	box-shadow: 0 3px #ccc;
	position: relative;
	display: inline-block;
	top: -2px;
	padding: 15px 0;
	border-radius: 6px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #0c0202;
	width:210px;
	font-size:15px;
}
.btn03 li{
	list-style:none;
}
.btn03 a:hover{
	background-image: linear-gradient(to bottom, #EEE, #EEE);
	box-shadow: 0 1px #666;
	top: 1px;
	text-decoration: none;
}
.btn03.btn_a a {
	background-image: linear-gradient(to bottom, #ffed00, rgba(244, 154, 0, 0.5));
	background-repeat: no-repeat;
	background-position: left top;
	box-shadow: 0 3px #f49a00;
}
.btn03.btn_a a:hover {
	background-image: linear-gradient(to bottom, #ffed00, #ffed00);
	box-shadow: 0 1px #f49a00;
	top: 1px;
}
.flex-space-around {
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;
}
/*.btn-style03 a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}*/

/*莨夐聞謖ｨ諡ｶ*/
.presidentBox {
	padding: 0px 0px 10px;
	position: relative;
	/*border-bottom: 1px solid #ccc;*/
}
.presidentBox img {
	float: right;
	padding-left:20px;
}
.presidentBox p {
	float: right;
	padding:125px 0 0 0px;
	text-align:right;
}
.clearFix::after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
.g_info{
	color: #C00000;
	font-size: 17px;
	position: absolute;
	top:0;
	left:10px;
}
.mainTxt {
	line-height: 180%;
	margin: 10px auto;
	text-indent: 1em;
	padding:0 20px;
}
.lText {
	font-size: 1.1em;
}
.sText {
	font-size: 0.9em;
	line-height: 150%;
}
.clearFix::after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
.chairman {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px #ddd;
    border-style: solid;
    position: relative;
}

.chairman img {
    border: 1px solid #ccc;
}

.chairman p {
    position: absolute;
    bottom: 15px;
    right: 170px;
    text-align: right;
}

.chairman p span {
    font-size: 1.2em;
    font-weight: bold;
}

.salutation p {
    text-indent: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5em;
    line-height: 2;
}

/*髢句ぎ讎りｦ�*/

.outline {
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
}

.outline dt {
    width: 150px;
    background: #ccc;
    border: 1px #ccc;
    border-style: solid;
    border-radius: 0 0 0 6px;
    padding:10px 5px;
}

.outline dt span {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
}

.outline dd {
    flex: 1;
    border-top: 1px #ccc;
    border-style: solid;
   padding: 5px 0 5px 3px;
	font-size: 15px;
}

.outline dd &gt; ul {
    padding: 10px;
}

/*貍秘｡悟供髮�*/

.txt_period {
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	padding: 1em 2em;
	border: 3px solid rgba(0, 0, 0, 0.1);
	text-align: left;
}

.txt_period2 {
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	padding: 1em 2em;
	border: 3px solid rgba(0, 0, 0, 0.1);
	text-align: left;
}
.txt_period div {
	display: table;
	margin: 0 auto;
}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #333;
	}
	.txt_period del {
		color: #ee0000;
	}
	.txt_period .end i {
		color: #dd0000;
	}


.h_absCat {
	margin-bottom: .5em;
}
	.h_absCat span {
		font-weight: bold;
		color: #0066cc;
	}

.hideBox {
  margin-bottom: 10px;
}
.hideBox input {
  display: none;
}
.hideBox label {
	font-size: 1.1em;
  color: #fff;
  cursor: pointer;
  padding: 3px 10px;
	background: #2B579A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 1em;
}
.hideBox label:hover {
  color: #ccc;
}
.hideBox .top {
  padding: 10px;
  background: #fff;
}
.hideBox .btm {
	padding: 0;
	margin-top: 10px;
  height: 0;
  overflow: hidden;
	opacity: 0;
	transition: 0.4s;
	
}
.hideBox .btn {
  display: block;
  width: 80px;
}
.hideBox input:checked + .btm {
  padding: 10px 15px 15px 10px;
	border: 1px solid #ccc;
  height: auto;
  background: #fff;
	opacity: 1;
}



/*繝ｪ繝ｳ繧ｯ*/
.link {
    background: rgba(255, 252, 243, 0.3);
    border: 2px solid #EEE;
    padding: 20px 20px 10px 20px;
    font-size: 16px;
}

.link.sub {
    background: rgba(255, 252, 243, 0);
    ;
}

.link &gt; li {
    border-bottom: 1px #ddd;
    border-style: dashed;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.link &gt; li:before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #5bb431;
}

/*螳ｿ豕翫�莠､騾壹�縺疲｡亥�*/
.venu_map {
    width: 688px;
    height: 450px;
    border: 1px solid #ccc;
}

/*譌･遞玖｡ｨ繝ｻ繝励Ο繧ｰ繝ｩ繝�*/
.program {
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 15px 20px 10px 20px;
}

.program .speaker {
	display: table;
}
.program .speaker span {
	display: table-cell;
}
.program .speaker span:nth-of-type(1) {
	white-space: nowrap;
	vertical-align: top;
	min-width: 5em;
}
.program .speaker span:nth-of-type(2) {
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}
.program .speaker span:nth-of-type(3) {
	vertical-align: top;
	text-indent: -1em;
	padding-left: 1em;
}

/*.program .speaker &gt; span:nth-of-type(1) {
    display: inline-block;
    width: 15%;
	white-space: nowrap;
    vertical-align: top;
}
.program .speaker &gt; span:nth-of-type(2) {
    display: inline-block;
    width: 16%;
	white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
}
.program .speaker &gt; span:nth-of-type(3) {
    display: inline-block;
		width: 69%;
    vertical-align: top;
}*/

.program .sub_title &gt; span {
    display: inline-block;
    border-left: 2px solid rgba(24, 109, 200, 0.5);
    margin-bottom: 7px;
    padding-top: 3px;
    padding-left: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
    color: #186dc8;
}

.program .sub_title2 &gt; span {
    display: inline-block;
    margin-bottom: 7px;
    padding-top: 3px;
    ;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
    color: #186dc8;
}
.program .sub_title3 &gt; span {
    display: inline-block;
    margin-bottom: 7px;
    padding-top: 3px;
    ;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
}
ul.banner li{
	width:300px;
	margin:50px auto;
}
ul.banner img{
	max-width:300px;
}
</pre></body></html>