<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.contents {
    width: 730px;
}

.side {
    width: 230px;
}

footer {
    height: 30px;
}

/*960px蝗ｺ螳壼ｹ�*/
.wrap960 {
    width: 960px;
    margin: 0 auto;
}

/*繝ｪ繝ｳ繧ｯ*/
a {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.secretariat-wrap{
	margin:10px auto 50px;
}
.secretariat-wrap .cooperation{
	color:#fff;
	padding:10px;
	margin-bottom:10px;
}

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

/* @group 繝倥ャ繝繝ｼ繧ｨ繝ｪ繧｢
------------------------------------------------------*/
/* @group 繝｡繧､繝ｳ繧ｨ繝ｪ繧｢
------------------------------------------------------*/

.main {
    background: #000;
}

.contents {
    background: url(../images/bg-contents.png), linear-gradient(#fff, #fff);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 730px 864px, 730px 100%;
}

.society-header {
    min-height: 135px;
}
.society-header.home {
    min-height: 864px;
}

.society-title {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

/* @group 繧ｵ繧､繝峨お繝ｪ繧｢
------------------------------------------------------*/

/* 譌･譛ｬ隱槭闍ｱ隱槭し繧､繝亥�繧頑崛縺� */

.lang {
    display: flex;
    justify-content: center;
    width: 230px;
    height: 42px;
    margin-bottom: 49px;
}

.lang.ja {
    background-image: url(../images/ja_on.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 230px 42px;
}

.lang.en {
    background-image: url(../images/en_on.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 230px 42px;
}

.lang li {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
}

.lang li &gt; span {
    color: rgba(255, 255, 255, 0.3);
}

.lang li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 42px;
}

.lang li a &gt; span {
    color: #fff;
    transition: color 0.5s;
}

.lang li a:hover {
    text-decoration: none;
}

.lang li a:hover span {
    color: rgba(255, 255, 255, 0.3);
    transition: color 1s;
}

/* 繧ｵ繧､繝峨Γ繝九Η繝ｼ繝峨Ο繝��繝繧ｦ繝ｳ莉墓ｧ� */

.nav {
    margin-bottom: 322px;
    font-family: 'Noto Sans JP', sans-serif;
}
.nav.eng {
    margin-bottom: 372px;
}

.drop_menu ul {
    border-top: rgba(255, 255, 255, 0) 1px solid;    
}

.drop_menu li {
    text-align: left;
    position: relative;
	pointer-events: auto;
    transition: 0.3s;
	box-sizing: border-box;
    border-bottom: none;
}

.drop_menu li a {
    height: 50px;
    background: linear-gradient(to bottom left, rgba(220, 220, 220, 0.18) 0%, rgba(220, 220, 220, 0) 55%);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: color .5s;
    box-sizing: border-box;
    border-bottom: #000 1px solid;
}
.drop_menu li.web a {
	background:#BD0622;
}

.drop_menu li .nav_icon {
    background: url(../images/nav_icon.svg), linear-gradient(to bottom left, rgba(220, 220, 220, 0.18) 0%, rgba(220, 220, 220, 0) 55%);
    background-position: 96% 50%, left top;
    background-repeat: no-repeat;
    background-size: 12px 12px, 100% 100%;
}

.drop_menu li:hover .nav_icon {
    background: url(../images/nav_icon_hover.svg), linear-gradient(to left, #FFDA09, #F8C01E);
    background-position: 96% 50%, left top;
    background-repeat: no-repeat;
    background-size: 12px 12px, 100% 100%;
    color: #000;
    cursor: default;
}

.drop_menu li.active:hover .nav_icon {
    background: url(../images/nav_icon_hover.svg), linear-gradient(to left, #FFDA09, #F8C01E);
    background-position: 96% 50%, left top;
    background-repeat: no-repeat;
    background-size: 12px 12px, 100% 100%;
    color: #000;
    cursor: default;
}

.drop_menu ul &gt; .active a {
    background: linear-gradient(to left, #FFDA09, #F8C01E);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    border: none;
    pointer-events: none;
}

.drop_menu ul &gt; .active .nav_icon {
    background: url(../images/nav_icon.svg), linear-gradient(to left, #FFDA09, #F8C01E);
    background-position: 96% 50%, left top;
    background-repeat: no-repeat;
    background-size: 12px 12px, 100% 100%;
    color: #000;
    border: none;
    pointer-events: none;
}
.newicon{
	background: #F00;
	color: #FFF;
	font-size:11px;
	line-height: 1.5;
	padding: 5px 7px;
	border-radius: 2px;
	margin: 0 5px;
	vertical-align: text-bottom;
	font-style:normal;
}
.newicon2{
	background: #FFF;
	color: #F00;
	font-size:11px;
	line-height: 1.5;
	padding: 5px 7px;
	border-radius: 2px;
	margin: 0 5px;
	vertical-align: text-bottom;
	font-style:normal;
}
.drop_menu li a:hover {
	color: #000;
	background: linear-gradient(to left, #FFDA09, #F8C01E);
    text-decoration: none;
}

.drop_menu li.active a:hover {
    cursor: default;
}

.drop_menu ul ul {
    display: block;
    position: absolute;
    left: 230px;
    top: 0;
    border-top: none;
}

.drop_menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    display: block;
	z-index: 9999;	
	background: none;
    border-bottom: none;
}

.drop_menu li li:first-child {
	border-left: none;
}

.drop_menu li li a,
.drop_menu .active li a {
    width: 230px;
    height: 50px;
	padding: 0 10px;
	color: #000;
	background: none;
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	background: linear-gradient(#FFDA09, #FFDA09), linear-gradient(#000, #000);
	box-sizing: border-box;
    border-bottom: 1px solid #000;
    pointer-events: all;
}

.drop_menu li li a:hover,
.drop_menu .active li a:hover {
    cursor: pointer;
}

.drop_menu li li:last-child a,
.drop_menu .active li:last-child a {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.drop_menu li li a:hover {
	background: linear-gradient(#F8C01E, #F8C01E), linear-gradient(#000, #000);
    color: #fff;
    transition: color 1s;
}

.drop_menu li:hover &gt; ul &gt; li {
    width: 230px;
    height: 50px;
    overflow: visible;
}



/* 莠句漁螻 */
.secretariat {
    margin-bottom: 35px;
    font-family: 'Noto Sans JP', sans-serif;
}

.secretariat h3 {
    width: 230px;
    height: 30px;
    background: linear-gradient(to left, #009cdb, rgba(0, 157, 219, 0));
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.secretariat h3 span {
    padding-left: 10px;
	color: #009cdb;
}

.secretariat dl {
    width: 200px;
    margin: 0 auto 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #0071b9;
}

.secretariat dt {
    margin-bottom: 5px;
    font-size: 14px;
}

.secretariat dd a {
    color: #00ffff;
}

/* @group 繝輔ャ繧ｿ繝ｼ繧ｨ繝ｪ繧｢
------------------------------------------------------*/
footer {
    display: flex;
    align-items: center;
    background: #ae0e16;
}

.footer-copyright p {
    font-size: 13px;
    text-align: center;
    color: #000;
}

/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}

.tbl-width100 .f17{
	font-size:17px;
}
i{
	font-style:italic;
}

</pre></body></html>