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

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
	overflow-x: hidden;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
	border-top: 4px solid #032F76;
	border-bottom: 4px solid #032F76;
}
.hd {
	padding: 20px 10px 26px;
	position: relative;
}
.hd_logo {
	display: flex;
	align-content: center;
	align-items: center;
	width: 260px;
}
.hd_logo img {
	height: auto;
	max-width: 100%;
}
.hd_discription {
	color: #032F76;
	font-size: 0.9rem;
	margin-top: 0.6rem;
}
.hd_search{
	margin-top: 0.6rem;
}
.hd_search .search_box_window{
	width: 280px;
	margin-right: 1rem;
}
.hd_lang{
	position: absolute;
	bottom: -3px;
	right: 3px;
}
.hd_lang_button{
	display: block;
	border-radius: 0.4em 0.4em 0 0;
	padding: 0.2em 1em;
	background-color: #032F76;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9rem;
}
.hd_lang_button:hover{
	text-decoration: underline;
}
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
	background: #032F76;
	color: #fff;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	z-index: 100;
	width: 70%;
	overflow-x: none;
	overflow-y: auto;
	top: 0px;
	right: -70%;
	position: fixed;
	transition: All 0.5s ease
}
.nav_list&gt;li&gt;a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 1em 1em 1em 1.5em;
	text-decoration: none;
	position: relative
}
.nav_list&gt;li&gt;a:hover,
.nav_list&gt;li&gt;a.current{
	background-color: rgba(0, 0, 0, 0.2)
}
.nav_list&gt;li&gt;a::after {
	content: attr(data-text);
	display: block
}
.nav_list&gt;li&gt;a img {
	display: none
}
.nav_clist&gt;li&gt;a {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 1em 1em 1em 2em;
	text-decoration: none
}
.nav_clist&gt;li&gt;a:hover, .nav_clist&gt;li&gt;a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.nav_glist&gt;li&gt;a {
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 1em 1em 1em 3em;
	text-decoration: none
}
.nav_glist&gt;li&gt;a:hover, .nav_glist&gt;li&gt;a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.sp_nav_open {
	right: 0 !important
}
.sp_nav_trigger {
	cursor: pointer;
	z-index: 1000;
	position: fixed !important;
	top: 25px;
	right: 15px;
	margin-top: -5px;
	width: 36px;
	height: 24px
}
.sp_nav_trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box
}
.sp_nav_trigger span:nth-of-type(1) {
	top: 0
}
.sp_nav_trigger span:nth-of-type(2) {
	top: 10px
}
.sp_nav_trigger span:nth-of-type(3) {
	bottom: 0
}
.sp_nav_trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s
}
.sp_nav_trigger.sp_active::after {
	content: 'CLOSE';
	bottom: -25px;
	color: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
	padding: 20px 10px 30px
}
.main {
	margin-bottom: 30px
}
.side_head {
	background-color: #EEE;
	color: #111;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 10px;
	text-align: center
}
.side_nav_list li a {
	background: url(../images/icon_arrow_gray.png) no-repeat left center;
	border-bottom: 1px solid #CCC;
	color: #111;
	display: block;
	font-size: 14px;
	padding: 12px 10px;
	text-decoration: none
}
.side_nav_list li a:hover {
	text-decoration: underline
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft {
	padding-top: 30px;
	padding-bottom: 30px
}
.ft_copy {
	font-size: 10px;
	text-align: center
}
.ft_lang_list {
	display: flex
}
.ft_lang_list li {
	width: calc(100% / 2)
}
.ft_lang_list a {
	font-size: 9px;
	color: #fff;
	background: #333;
	padding: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 1px solid rgba(255, 255, 255, 0.6)
}
.ft_lang_list li:first-child a {
	border-left: none
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
	border-radius: 50%;
	background-color: #333;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	right: 10px;
	position: fixed;
	width: 40px;
	z-index: 100;
}
.pt:hover {
	opacity: 0.6;
}
.pt_btn {
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	transform: rotate(45deg);
	position: relative;
}
.pt_btn::before,
.pt_btn::after{
	background-color: #FFF;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}
.pt_btn::before{
	width: 5px;
	bottom: 0;
}
.pt_btn::after{
	height: 5px;
	right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
	margin-bottom: 1rem;
}
.index_h2 {
	border-left: 4px solid #032F76;
	color: #032F76;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding: 0.1em 0.6em;
	position: relative;
}
.index_profile {
	background-color: #FFF8D7;
	border-radius: 8px;
	display: block;
	padding: 2rem;
	margin-top: 2rem;
}
.index_news h2 {
	color: #032F76;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.index_news_item {
	border-bottom:1px dotted #999;
	padding: 10px 0;
}
.index_news_item_date {
	background:url(../images/icon_circle_arrow_green.gif) no-repeat 0 2px;
	margin-bottom: 3px;
	padding-left: 15px;
}
.index_news_item_icon_new {
	display:inline-block;
	color:#C00;
	font-weight:bold;
	margin-left:0.5em
}
.index_news_item_icon_new:before { content:"NEW" }
.index_news_scrl {
	max-height: 50vh;
	overflow:auto
}
.index_slide {
	margin-bottom: 20px
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.search_box{
	display: flex;
	align-items: center;
}
.search_box_window{
	width: calc(100% - 80px);
	margin-right: 2rem;
}
.search_box_window input{
	width: 100%;
	padding: 0.5rem;
}
.search_result_section{
	margin-top: 3rem;
	background-color: #EFEFEF;
	padding: 2rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
	line-height: 1.6;
	word-wrap: break-word
}
.mcon a img:hover {
	opacity: 0.8;
	transition: all 0.3s ease
}
.mcon h1 {
	background-color: #032F76;
	border-radius: 8px;
	box-shadow: 0 0 10px inset rgba(0,0,0,0.1);
	color: #FFF;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	padding: 0.6em 0.6em 0.5em 1.2em;
	position: relative;
}
.mcon h1::before {
	background-color: #FFF8D7;
	border-radius: 4px;
	content: "";
	top: 5px;
	left: 5px;
	bottom: 5px;
	width: 5px;
	position: absolute;
}
.mcon h2 {
	border-left: 4px solid #032F76;
	color: #032F76;
	font-size: 1.3rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	padding: 0.1em 0.6em;
	position: relative;
}
.mcon h3 {
	color: #032F76;
	font-size: 1.2rem;
	margin-bottom: 8px;
	margin-top: 16px;
}
.mcon h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mcon h5, .mcon h6 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.mcon hr {
	border: none;
	border-top: 1px dotted #000
}
.mcon iframe {
	max-width: 100%
}
.mcon img {
	max-width: 100%;
	height: auto
}
.mcon ol {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ol li {
	margin-left: 2em;
	margin-bottom: 0.5em
}
.mcon p {
	margin-bottom: 1em
}
.mcon ul {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5em
}
</pre></body></html>