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

/*----------------------------------------------
	.class name
---------------------------------------------*/
/*----------------------------------------------
	.c_nav_type01
---------------------------------------------*/
.c_nav_type01 {
  list-style: none;
  background: #fff;
}
.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  border-bottom: 1px solid #D9F2E6;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 13px 15px;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  position: relative;
  line-height: 1.3;
  transition: .2s;
}

.c_nav_type01 li:hover a,
.c_nav_type01 li.active a {
  background: url("../images/bg_current.png") #009656 no-repeat right center;
  color: #fff;
}
.c_nav_type01 li:hover a {
  background-color: #D9F2E6;
  color: #333;
}
.c_nav_type01 li.is_external a::after,
.c_nav_type01 li.is_pdf a::after,
.c_nav_type01 li.is_word a::after,
.c_nav_type01 li.is_ppt a::after,
.c_nav_type01 li.is_excel a::after{
  content: " ";
  display: inline-block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.c_nav_type01 li.is_external a::after {
  background: url(../images/icon_external_nav_o.png) no-repeat;
}
.c_nav_type01 li.is_external a:hover::after {
  background: url(../images/icon_external_nav.png) no-repeat;
}
.c_nav_type01 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) no-repeat;
}
.c_nav_type01 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
}
.c_nav_type01 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
}
.c_nav_type01 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
}

.c_nav_type01 li.is_new a::after{
  content: "NEW";
  font-size: 1.3rem;
  height: 12px;
  display: inline-block;
  padding: 5px 6px;
  line-height: 1;
  border-radius: 2px;
  background: #f00; 
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  color: #fff;
}

/*----------------------------------------------
	.c_nav_type02
---------------------------------------------*/

.c_nav_type02 :hover {
  opacity: 0.8;
}
/*----------------------------------------------
  .c_contact_type03
---------------------------------------------*/
.c_contact_type03 {
  position: relative;
}
.c_contact_type03 .c_contact_header {
  font-size: 1.5rem;
  font-weight: bold;
	display: inline-block;
}
.c_contact_type03 .c_contact_details {
  padding: 10px 15px 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 150px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #333;
}
.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 20px;
}
.c_news_type01 dt {
  float: left;
  clear: left;
  padding-left: 20px;
  font-size: 1.5rem;
}
.c_news_type01 dd {
  padding-left: 132px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 20px;
}
.c_news_type01 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type01 dd:not(:first-of-type) {
  border-top: 1px dotted #aaa;
}

/*----------------------------------------------
  	.c_news_type02
  ---------------------------------------------*/
.c_news_type02 {
  max-height: 100px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #333;
}
.c_news_type02 dt {
	width: 7em;
	float: left;
	clear: left;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 17px 10px 15px 20px;
}
.c_news_type02 dd {
  padding: 17px 10px 15px calc(7em + 20px);
  word-wrap: break-word;
}
.c_news_type02 dd:not(:first-of-type) {
  border-top: 1px dotted #aaa;
}
/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 3rem;
  font-weight: bold;
  background: url("../images/bg_title.png") no-repeat right center #0068B7;
  color: #fff;
  padding: 15px 20px;
}

/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  font-size: 2.2rem;
  font-weight: bold;
	background: #DB4889;
  color: #fff;
	padding: 8px 15px;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 6px 10px 4px 25px;
  background: #fbeef4;
  position: relative;
}
.c_ttl_type03::before {
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid #DB4889;
  border-radius: 10px;
  position: absolute;
  background-size: contain;
  top: 13px;
	left: 8px;
  margin: auto 0;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  padding: 5px 10px;
  background: #efefef;
  border-top: 2px solid #0068B7;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  position: relative;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0068B7;
  position: relative;
}
/*----------------------------------------------
    .c_ttl_type45
---------------------------------------------*/
.c_ttl_type45 {
	text-indent: 8px;
	position:relative;
  font-size: 2.2rem;
  font-weight: bold;
	background: #54C3F1;
  color: #fff;
	padding: 8px 26px;
}
.c_ttl_type45::before {
    content: "◆";
    position: absolute;
    font-size: 1rem;
    margin: auto;
    left: 8px;
    top: calc(50% - 0.7rem);
}

/*----------------------------------------------
  	.c_para_type01
---------------------------------------------*/
.c_para_type01 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_para_type02
---------------------------------------------*/
.c_para_type02 {
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
}

.c_table_type01 thead th {
  background: #d7edff;
  font-weight: bold;
  text-align: center;
}
.c_table_type01 th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  background: #f6fbff;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 14px;
  border: 1px solid #ddd;
}

#sanka table th{
  font-weight: normal;
  text-align: center;
  vertical-align: middle
}

/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
}

.c_table_type02 tr:nth-child(odd) {
  background: #fff8e6;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 10px;
  text-align: left;
}

/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
	width: 100%;
	border-top: 3px solid #0068B7;
}

.c_table_type03 th {
  color: #333;
  white-space: pre-wrap;
  font-weight: bold;
  text-align: center;
}

.c_table_type03 th,
.c_table_type03 td {
	text-align: center;
  padding: 10px;
	border: 1px solid #ddd;
}

/*----------------------------------------------
	.c_table_type04
---------------------------------------------*/
.c_table_type04 tr &gt; * {
  vertical-align: top;
  border: 1px solid #333;
}

/*----------------------------------------------
	.c_table_type05
---------------------------------------------*/
.c_table_type05 {
  width: 100%;
}
.c_table_type05 td {
  padding: 3px 1px;
}
.c_table_type05 .is_number {
  vertical-align: top;
  width:20px;
}

.c_table_type05 .is_speaker{
  vertical-align: top;
  text-align: left;
  width:55px;
}
.c_table_type05 .is_name{
  vertical-align: top;
  text-align: left;
  width: 9em;
}

.c_table_type05 .is_aff{
  text-align: left;
  text-indent: -1em;
	padding-left: 1em; 
}


/* FOR COLORED LIST TYPE */
/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  list-style: none;
  position: relative;
	padding-left: .8em;
}

.c_list_type01.is_decimal li {
  padding-left: 1.8em;
}

.c_list_type01 li::before {
  color: #ffd14e;
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

.c_list_type01.is_arrow li::before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/list_arrow.png) no-repeat;
}
.c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: #ffd14e;
}

.c_list_type01.is_disc li::before {
  content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffd14e;
	top: 10px;
}

.c_list_type01.is_triangle li::before {
  content: "";
	width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #ffd14e;
	top: 7px;
}

.c_list_type01.is_diamond li::before {
	content: "";
  width: 6px;
  height: 6px;
  background: #ffd14e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 9px;
}

.c_list_type01.is_decimal {
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li::before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ".";
  font-weight: bold;
  text-align: right;
  width: 25px;
  margin-right: 5px;
  color: #0068B7;
  vertical-align: unset;
  top: 0;
}


/* FOR SIMPLE LIST TYPE */
/*----------------------------------------------
	.c_list_type02
---------------------------------------------*/
.c_list_type02 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  padding-left: 20px;
}

.c_list_type02 li {
  margin-bottom: 5px;
}

.c_list_type02.is_disc li {
  list-style: disc;
}

.c_list_type02.is_decimal li{
  list-style: decimal;
}
/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  display: inline-block;
  padding: 15px 20px;
  min-width: 240px;
  text-decoration: none!important;
  color: #fff!important;
  position: relative;
  background: #0068B7;
  box-shadow: 0 5px 0 0 #02508b;
  transition: .2s;
}
a.c_btn_type01:hover {
  opacity: .5;
}

span.c_btn_type01,
.c_btn_type01.is_disable {
  background: #ccc;
  box-shadow: 0 5px 0 0 #aaa;
	pointer-events: none;
}
.c_btn_type01.is_w200 { width: 200px; min-width: 200px; }
.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w400 { width: 400px; }

.c_btn_type01.is_h80 { 
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_btn_type01.is_word::before,
.c_btn_type01.is_excel::before,
.c_btn_type01.is_ppt::before,
.c_btn_type01.is_pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
	right: 10px;
  width: 22px;
  height: 22px;
  margin: auto auto auto 10px;
  vertical-align: middle;
}
.c_btn_type01.is_word::before {
  background: url(../images/icon_btn_word.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_excel::before {
  background: url(../images/icon_btn_excel.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_ppt::before {
  background: url(../images/icon_btn_powerpoint.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_pdf::before {
  background: url(../images/icon_btn_pdf.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 20px;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02{
    display: inline-block;
    padding: 15px;
	width: 320px;
    min-width: 240px;
    text-decoration: none!important;
    color: #fff!important;
    position: relative;
    background: #EB609D;
    border-radius: 30px;
}
a.c_btn_type02:hover {
    opacity: .4;
}
span.c_btn_type02 {
  background: #ccc;
}

/*----------------------------------------------
	.c_btn_type03
---------------------------------------------*/
.c_btn_type03{
    display: inline-block;
    padding: 15px;
	width: 320px;
    min-width: 240px;
    text-decoration: none!important;
    color: #fff!important;
    position: relative;
    background: #ff761a;
    border-radius: 30px;
}
a.c_btn_type03:hover {
    opacity: .4;
}
span.c_btn_type03 {
  background: #ccc;
}

/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 15px;
  background: #f6fbff;
  border: 1px solid #d7edff;
}
.c_box_type01_header {
  font-weight: bold;
  color: #0068B7;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 15px;
  background: #fff8e6;
  border: 1px solid #ffebb3;
}

.c_box_type02_header {
  font-weight: bold;
  color: #fe9b21;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 15px;
  border: 1px solid #ee2b29;
  color: #ee2b29;
}

#registration .c_box_type03{
  background: #FEEEEE;
}

/*----------------------------------------------
	.c_box_type04
---------------------------------------------*/
.c_box_type04 {
  padding: 15px;
  border: 2px solid #ee2b29;
  background: #FFF2F2;
  color: #333;
}

/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
  display: inline-block;
  padding-right: 20px;
}
a.c_anchor_icon.is_inline {
	display: inline;
}

a[href^="http://"].c_anchor_icon,
a[href^="https://"].c_anchor_icon {
  background: url(../images/icon_external.png) no-repeat right center;
}

a[href$=".xls"].c_anchor_icon,
a[href$=".xlsx"].c_anchor_icon {
  background: url(../images/icon_excel.png) no-repeat right center;
}

a[href$=".doc"].c_anchor_icon,
a[href$=".docx"].c_anchor_icon {
  background: url(../images/icon_word.png) no-repeat right center;
}

a[href$=".ppt"].c_anchor_icon,
a[href$=".pptx"].c_anchor_icon {
  background: url(../images/icon_powerpoint.png) no-repeat right center;
}

a[href$=".pdf"].c_anchor_icon {
  background: url(../images/icon_pdf.png) no-repeat right center;
}

.ws_nowrap{
	white-space: nowrap;
}
.wb_breakall{
word-break: break-all;
}

.c_poster_dl dt{
	float: left;
	clear: left;
	position: relative;
}
.c_poster_dl dt:after{
	content: "：";
}

.c_poster_dl.is_w13em dt{
	width: 13em;
}
.c_poster_dl.is_w13em dt:after{
	position: absolute;
	right: 0;
}
</pre></body></html>