@charset "utf-8";
/*
再利用可能な全てのオブジェクトを記述します。
All objects that are reusable will be written.

接頭辞はComponentの頭文字を取って【c_】とします。
Prefix will take the "Component" first letter and use it as "c_".

ここで指定するのは以下の様なものと予想されます。
You might use the following.
.c_btn/.c_breadclumb/.c_hero/.c_serch/.c_dropdown/
.c_card/.c_feature/.c_overlay/.c_form/.c_thumbnail/.c_box

モディファイヤを使用する場合は接頭辞【is_】をつけ、各コンポーネントの下に記述します。
When using modifier put the prefix "is_" and write it under each component.

フォントサイズはremで指定します。
"rem" will be used for font-size.

//sample
.c_btn {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	text-decoration: none;
}
.c_btn:hover { opacity: 0.8; }
.c_btn.is_btn_disable { cursor: inherit; }
.c_btn.is_btn_blue{
	color: rgb(255, 255, 255);
	background: rgb(1, 153, 224) none repeat scroll 0% 0%;
}

*/
/*----------------------------------------------
	.c_btn-details
---------------------------------------------*/
.c_btn-details {
    background-color: #FF6A00;
    color: #fff;
    cursor: pointer;
    padding: 3px 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    transition: 0.4s;
    border-radius: 5px;
    margin-left: 15px;
	white-space: nowrap;
}
.c_btn-details.open {
	background: #e8e8e8;
    color: #FF6A00;
}
/*----------------------------------------------
	.c_nav_type01
---------------------------------------------*/
.c_nav_type01{
  list-style: none;
  background: rgb(36,67,94,0.7);
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 17px;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  position: relative;
  line-height: 1.3;
	text-shadow: 2px 2px 2px rgb(0,0,0,0.5);
}
.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  border-bottom: 1px solid rgb(255,255,255,0.4);
}
.c_nav_type01 li:hover a,
.c_nav_type01 li.active a{
  background: -moz-linear-gradient(left, #9F3538, #C23A3B);
  background: -webkit-linear-gradient(left, #FCCE61, #FFF462);
  background: linear-gradient(to right, #9F3538, #C23A3B);
	background-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
.c_nav_type01 li a.is_new::before {
	content: 'NEW';
    font-size: 1.3rem;
    height: 12px;
    display: inline-block;
    padding: 5px 6px;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    background: #F00 ;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    color: #fff;
}

.c_nav_type01 li a.is_new:hover{
	font-weight: normal;
}

.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.is_new::after{
  right: 70px;
}
.c_nav_type01 li.is_external a::after {
  background: url(../images/icon_external_nav.png) no-repeat;
}
.c_nav_type01 li.is_pdf a::after {
  background: url("../images/icon_btn_pdf.png") no-repeat;
	width: 22px;
	height: 22px;
}
.c_nav_type01 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
	width: 16px;
  height: 16px;
}
.c_nav_type01 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
	width: 16px;
  height: 16px;
}
.c_nav_type01 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
	width: 16px;
  height: 16px;
}

/*
.c_nav_type01 li.active a::after,
.c_nav_type01 li:hover a::after {
	content: " ";
  display: inline-block;
  width: 32px;
  height: 20px;
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  right: 10px;
	background: url(../images/icon_arrow.png) no-repeat;
}
*/

/*----------------------------------------------
	.c_nav_type02
---------------------------------------------*/
.c_nav_type02 * {
  list-style: none;
}

.c_nav_type02 li:not(:last-of-type) a,
.c_nav_type02 li:not(:last-of-type) span{
  border-bottom: 1px solid #ccc;
}
.c_nav_type02 li span,
.c_nav_type02 li a {
  padding-left: 18px;
  display: block;
  padding: 12px 10px;
}
.c_nav_type02 li a {
  padding-left: 20px;
}
.c_nav_type02 > li {
  display: block;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  /*background: url(../images/nav_arrow.png) 91% 50% no-repeat;*/
}

.c_nav_type02 > li ul > li:hover a,
.c_nav_type02 > li ul > li.active a {
  /*background: url(../images/nav_active_arrow.png) 91% 50% no-repeat, url(../images/nav_active.png);*/
  color: #000;
  background: #ccc;
}
.c_nav_type02 li.is_external a::after,
.c_nav_type02 li.is_pdf a::after,
.c_nav_type02 li.is_word a::after,
.c_nav_type02 li.is_ppt a::after,
.c_nav_type02 li.is_excel a::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}
.c_nav_type02 li.is_external a::after {
  background: url(../images/icon_external_nav.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_external a:hover::after {
  background: url(../images/icon_external_nav_o.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
  background-size: 100%;
}

/*----------------------------------------------
	.c_contact_type01
---------------------------------------------*/
.c_contact_type01 {
	background: #ddd;
  width: 100%;
}

.c_contact_type01 .c_contact_header {
  color: #000;
  font-size: 1.16rem;
  font-weight: bold;
  padding: 9px 0 4px 12px;
}

.c_contact_type01 .c_contact_details {
  padding: 12px 12px 12px 0;
  line-height: 1.5;
	font-size: 1.4rem;
}
/*----------------------------------------------
  .c_contact_type02
---------------------------------------------*/
.c_contact_type02 .c_contact_header {
  color:#fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.c_contact_type02 .c_contact_details {
  line-height: 1.5;
	font-size: 1.4rem;
	color:#fff;
}
/*
.c_contact_type02 .c_contact_details a{
  color: #FFF462;
}

.c_contact_type02 .c_contact_details a:hover{
  color: #fff;
}
*/

/*----------------------------------------------
  .c_contact_type03
---------------------------------------------*/
.c_contact_type03:first-child:after {
  content: "";
  background: #44160b;
  width: 1px;
  height: 123px;
  position: absolute;
  right: -1px;
  top: 12px;
}

.c_contact_type03 {
  padding:0 50px;
  position: relative;
}

.c_contact_type03 .c_contact_header {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
}

.c_contact_type03 .c_contact_details {
  padding: 15px;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_contact_type04
---------------------------------------------*/
.c_contact_type04 {
	background: #ccc;
}

.c_contact_type04 .c_contact_header {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
	vertical-align: top;
}

.c_contact_type04 .c_contact_details {
  padding: 0;
  line-height: 1.5;
	display: inline-block;
}

/*----------------------------------------------
  .c_contact_type05
---------------------------------------------*/
.c_contact_type05 {
	background: #ccc;
  width: 100%;
}

.c_contact_type05 .c_contact_header {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: block;
	vertical-align: top;
}

.c_contact_type05 .c_contact_details {
  padding: 0;
  line-height: 1.5;
	display: block;
}

#accepted_abstract .c_contact{
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  padding: 10px 0px;
}
/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
	max-height: 150px;
	overflow-y:scroll;
	position: relative;
	color: #505050;
	background: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	width: 720px;
}
.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 9px;
	font-size: 1.5rem;
	margin-right: 20px;
	color: #505050;
}

.c_news_type01 dt {
  float: left;
  clear: left;
  padding-left: 30px;
  padding-top: 20px;
}

.c_news_type01 dd {
  padding-left: 156px;
	padding-top: 20px;
  padding-bottom: 10px;
}

.c_news_type01 dt:not(:first-of-type) {
  margin-top: 1px;
}
.c_news_type01 dd:not(:first-of-type) {
	border-top: 1px dotted #dddddd;
}
/*----------------------------------------------
  	.c_news_type02
  ---------------------------------------------*/
.c_news_type02 {
	max-height: 235px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #000;
	background: rgb(255,255,255,0.8);
	text-align: left;
}

.c_news_type02 dt {
	float: left;
	clear: left;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 20px 15px 20px 15px;
}

.c_news_type02 dd {
  padding: 20px 15px 20px 9em;
  word-wrap: break-word;
	border-bottom: 2px dotted #aaa;
}
.c_news_type02 dd:last-of-type {
  border-bottom: 0px ;
}

.c_news_type02_itembox {
	border-bottom: 2px dotted #aaa;
  display: grid;
  gap: 15px;
  grid-template-columns: auto 130px;
  padding: 20px 15px;
}
.c_news_type02_text {
  letter-spacing: -0.05rem
}
.c_news_type02_img {
  max-width: 100%;
}

.c_news_type02_itembox.is_nogrid {
  display: block;
}


/*----------------------------------------------
  	.c_news_type03
  ---------------------------------------------*/
.c_news_type03 {
  max-height: 218px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #000;
	background: rgb(255,255,255,0.8);
	text-align: left;
}

.c_news_type03 dt {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 20px 15px 0;
}

.c_news_type03 dd {
  padding: 0 15px 20px 15px;
  word-wrap: break-word;
	border-bottom: 2px dotted #aaa;
}
.c_news_type03 dd:last-of-type {
  border-bottom: 0px ;
}




/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 2.6rem;
  background: #BC393A;
  color: #FFF;
  padding: 12px 20px;
	font-weight: bold;
}


/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
 	font-size: 2.2rem;
	color:#fff;
	padding: 8px 0 5px;
	position: relative;
	background-color: #24435E;
	font-weight: bold;
}
.c_ttl_type02 span{
	display: block;
	padding-left: 25px;
}

.c_ttl_type02::before{
	content: "";
  display: block;
	border-left: 4px solid #fff;
	width: 100%;
  position: absolute;
  left:10px;
	top: 0;
	height: 100%;
}

/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
	font-size:2rem;
	color:#E7960A;
	padding: 8px 0 8px 15px;
	position: relative;
  background: #FFE5B8;
	background-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.8rem;
  color: #333;
  position: relative;
  z-index: 1;
	border-bottom: 2px solid #DDDDDD;
	padding: 3px 0 3px 15px;
	font-weight: bold;
}
.c_ttl_type04::before{
	content: "";
	border-left: 5px solid #BF3A3B;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1px;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
	padding: 0 15px;
	color: #333333;
	font-weight: bold;
}
.c_ttl_type05::before{
  content: "";
  height: 8px;
  width: 11px;
  position: absolute;
  background: url("../images/icon_h5.png") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

/*----------------------------------------------
    .c_ttl_program
---------------------------------------------*/
.c_ttl_program{
  margin: 5px 0px 3px;
  font-weight: bold;
}

/*----------------------------------------------
    .c_ttl_winner
---------------------------------------------*/
.c_ttl_winner {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.c_ttl_winner img {
  width: 50px;
}

/*----------------------------------------------
  	.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%;
}
body#outline .c_table_type01 th{
	font-weight: bold!important;
}
.c_table_type01 th{
	text-align: center;
	font-weight: normal;
}
.c_table_type01 thead tr th {
	vertical-align: top;
	white-space: nowrap;
	color: #fff;
  background: #6D995C;
	font-weight: bold;
	text-align: center;
}

.c_table_type01 th,
.c_table_type01 td {
	padding: 13px;
	text-align: center;
	border: 1px solid #A8BF9F;
}
#participants .c_table_type01 th,
#participants .c_table_type01 td {
	padding: 3px;
}
.c_table_type01 tbody th{
	background: #DAE6BD;
}
body#sponsorship .c_table_type01 tbody td{
	text-align: center;
}
.c_table_type01 tbody td{
	text-align: left;
}
.c_table_type01 th.is_w20 { width: 20%; }

.c_table_type01 .is_tcenter {
    text-align: center;
}
.c_table_type01 .is_pd0 {
    padding: 0;
}
.c_table_type01 .is_pdlr10 {
    padding: 13px 10px
}

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

.c_table_type02 tr:nth-child(odd) {
  background: #DAE6BD;
}
.c_table_type02 th{
	color: #6D995C;
}
.c_table_type02 td{
	font-size: 14px;
}
.c_table_type02 th,
.c_table_type02 td {
  padding: 10px;
  text-align: left;
}
/*----------------------------------------------

	.c_table_type03

---------------------------------------------*/

.table-wrap {
  overflow-x: scroll;
}
 
.c_table_type03 {
	width: 100%;
	border-top: 3px solid #6D995C;
   min-width: 600px;

}

.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;
}
.c_table_type03 th{
	border: 1px solid #CCCCCC;
}

.c_table_type03 tr td{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.c_table_type03 tr:not(:last-child) td{
	border-bottom: 1px dotted #CCCCCC;
}
/*----------------------------------------------
	.c_table_type04
---------------------------------------------*/
.c_table_type04 {
  width: 100%;
}
.c_table_type04 thead tr th {
	white-space: nowrap;
  background: #6D995C;
	text-align: center;
}
.c_table_type04 thead tr th:first-child {
  background: #fff;
  boder-right: 1px solid #A8BF9F;
}
.c_table_type04 thead td{
	background: #DAE6BD;
  text-align: center;
}
.c_table_type04 tbody td {
	padding: 13px;
	text-align: center;
	border: 1px solid #A8BF9F;
}
/*----------------------------------------------
	.c_table_type05
---------------------------------------------*/
.c_table_type05 {
  width: 100%;
}
.c_table_type05 th{
	font-weight: normal;
}
.c_table_type05 thead tr th {
	vertical-align: top;
	white-space: nowrap;
	color: #fff;
  background: #6D995C;
	text-align: center;
}
.c_table_type05 thead tr td {
	white-space: nowrap;
  background: #DAE6BD;
	text-align: center;
}
.c_table_type05 th,
.c_table_type05 td {
	padding: 13px;
	text-align: center;
	border: 1px solid #A8BF9F;
}
.c_table_type05 tbody th{
	background: #fff;
  text-align: left;
}
.c_table_type05 tbody td{
	text-align: center;
}
/*----------------------------------------------
	.c_table.program
---------------------------------------------*/
.c_table.program {
	width: 100%;
}

.c_table.program th {
	width:8%;
	white-space: nowrap;
}
.c_table.program th.long {
	width:15%!important;
}

.c_table.program td:first-of-type {
	width: 13%;
}
.c_table.program td.is_en{
	width:17%;
}
.c_table.program td.is_en02{
	width:25%;
}
.c_table.program td:last-of-type {
	width: 79%;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}

.c_table.program th,
.c_table.program td {
	text-align: left;
	vertical-align: top;
	
}
/*----------------------------------------------
	.c_abstract_table_type01
---------------------------------------------*/

.c_abstract_table_type01 tr td {
/*	padding: 3px 12px;*/
}

.c_abstract_table_type01 td span {
	color: #6D995C;
	font-weight: bold;
	font-size: 15px;
}

.c_abstract_table_type01 {
	width: 100%;
}

.c_abstract_table_type01 td:first-of-type {
	width: 60%;
}


#abstract .c_table_type01.is_double tbody td,
#abstract .c_table_type01.is_double02 tbody td{
	height: 75px;
}

#abstract .c_table_type01.is_double tbody th,
#abstract .c_table_type01.is_double tbody td{
	border-right:none;
}

/* 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: #FE973D;
}

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

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

.c_list_type01.is_diamond li::before {
	content: "";
  width: 6px;
  height: 6px;
  background: #6D995C;
  -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: #6D995C;
  vertical-align: unset;
  top: 0;
}
#abstract .c_list_type01.is_diamond li {
	padding-left: 1.6em;
	margin-bottom: 5px;
}
#abstract .c_list_type01.is_diamond li::before {
    content: "";
    width: 8px;
    height: 8px;
    left: 5px;
}
/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  display: inline-block;
  /* padding: 15px 20px; */
  padding: 15px 10px;
  min-width: 240px;
  text-decoration: none!important;
  color: #fff;
  position: relative;
  background: #E7960A;
	border-radius: 5px;
	text-align: center;
}
body#sponsorship .c_btn_type01{
	min-width: unset!important;
}
.c_btn_type01.is_blue{
	background: #0067c0;
}
.c_btn_type01.is_sky{
	background: #5b9bd5;
}
.c_btn_type01.is_red{
	background: #ff110a;
  color: #ffed87;
  margin: 0px auto 20px
}
.c_btn_type01.is_gold{
  background: linear-gradient(to bottom, #be8d2e, #f5d571);
  color: #fff;
  margin: 0px auto 20px
}

.c_btn_type01:hover {
  /* opacity: .4; */
  opacity: .7;
}
.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_w450 { width: 450px; }

.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: 18px;
    height: 18px;
    margin: auto auto auto 10px;
    vertical-align: middle;
}

.c_btn_type01.is_disable {
	background: #ccc;
	color: #fff;
	pointer-events: none;
}
.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);
  background-size: 100%;
}
.c_btn_type01.accordion-btn::after {
    content: "";
    background: url("../images/acc_arrow.png");
    width: 6px;
    height: 9px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
	transform: rotate(90deg);
}
.c_btn_type01.accordion-btn.open::after {
	transform: rotate(270deg);
}
.accordion-btn:hover {
	cursor: pointer;
}
.c_btn_type01.is_green{
  background: #509758;
}
.c_btn_type01.is_green::after{
  content: "";
  display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
}
.c_btn_type01.is_shitei{
	font-weight: bold;
	font-size:2.0rem;
  background:#C41C43;
	min-width: 240px;
}
.c_btn_type01.is_ygreen{
  background: #92d050;
}
.c_btn_type01.is_yellowgreen{
	font-weight: bold;
	font-size:2.0rem;   
	background: hsl(83deg 73% 38%);
	color: #fff;
	min-width: 240px;
}
a.c_btn_type01.is_sky:hover
a.c_btn_type01.is_ygreen:hover{
  color: #fff ;
  opacity: 0.6;
}
.c_btn_type01.is_yellowgreen:hover{
	opacity: 1;
}
.c_btn_type01.is_ippan{
	font-weight: bold;
	font-size:2.0rem;
  background:#E7960A;
}


/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 20px 15px;
  background: #F6F9F0;
  border: 1px solid #6D995C;
}
.c_box_type01_header {
  font-weight: bold;
  color: #6D995C;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 20px 15px;
  border: 2px solid #E7960A;
	border-radius: 10px;
}

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

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

.c_box_type03_mini_box {
	background-color: #E7960A;
	border-radius: 10px;
	min-width: 140px;
	text-align: center;
	padding: 10px ;
	color: red;
}

/*----------------------------------------------
	.c_box_type04
---------------------------------------------*/
.c_box_type04 {
	border: 2px dashed red;
	padding: 15px;
	color: red;
	display: inline-block;
}
/*----------------------------------------------
	.c_box_type05
---------------------------------------------*/
.c_box_type05 {
  background-color: #bdd7ee;
  border-radius: 5px;
  display: inline-block;
  padding-bottom: 10px;
}

.c_box_type05_header {
  background-color: #5b9bd5;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}

.c_box_type05_text {
  font-weight: bold;
  padding: 0 20px;
}
.c_impressions{
  padding-top: 30px;
  border-top: 2px solid #DDDDDD;
}
/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
  display: inline-block;
}
a.is_inline,
a.c_anchor_icon.is_inline {
	display: inline;
}
a.c_anchor_icon:hover{
	color: #99BB11;
}
/*
a[href^="http://"].c_anchor_icon,
a[href^="https://"].c_anchor_icon {
  background: url(../images/icon_external.png) no-repeat right center;
}
*/
a[href^="http://"].c_anchor_icon::after,
a[href^="https://"].c_anchor_icon::after{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon_external.png) no-repeat right center;
	vertical-align: middle;
}
a[href$=".xls"].c_anchor_icon::after,
a[href$=".xlsx"].c_anchor_icon::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
 	background: url(../images/icon_excel.png) no-repeat right center;
	vertical-align: middle;
}

a[href$=".doc"].c_anchor_icon::after,
a[href$=".docx"].c_anchor_icon::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon_word.png) no-repeat right center;
	display: inline-block;
	vertical-align: middle;
}

a[href$=".ppt"].c_anchor_icon::after,
a[href$=".pptx"].c_anchor_icon::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
 	background: url(../images/icon_powerpoint.png) no-repeat right center;
	vertical-align: middle;
}

a[href$=".pdf"].c_anchor_icon::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
 	background: url(../images/icon_pdf.png) no-repeat right center;
	vertical-align: middle;
}

/*----------------------------------------------
.c_lang_btn
---------------------------------------------*/
a.c_lang_btn {
/*	background: linear-gradient(to right, #9F3538, #C23A3B);*/
	background: #E7960A;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 17px 15px;
        box-shadow: 0 0 5px rgb(0 0 0 / 70%);
	text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

a.c_lang_btn:hover{
	background:#d3871f;
}

.c_btn_two_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
}

.c_btn_two_box_btn {
	margin-bottom: 20px;
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}

.c_btn_two_box_btn .c_btn_type01 {
	display: block;
	width: 100%;
}

.c_btn_two_box_btn:nth-child(2n) {
	margin-right: 0;
}

.c_btn_two_box_btn.is_w100per {
	margin-right: 0;
	width: 100%;
}

/* c_speakers_box */
.c_speakers_box {
  display: flex;
  line-height: 1.3;
  text-align: left;
}

.c_speakers_box_photo img {
  width: 120px;
}

.c_speakers_box_text {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.c_speakers_box_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #83403D;
}

.c_speakers_box_text1 {
  font-size: 1.3rem;
}

.c_speakers_box_text2 {
  background: #F7EBD2;
  padding: 10px 10px;
  font-family: 'Roboto Condensed', Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

.c_speakers_biography,
.c_speakers_abstract {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  width: 120px;
}
.c_speakers_biography:hover,
.c_speakers_abstract:hover {
  color: #eee;
}
.c_speakers_biography {
  background-color: #4472c4;
}
.c_speakers_biography:hover {
  background-color: #365896;
}
.c_speakers_abstract {
  background-color: #70ad47;
}
.c_speakers_abstract:hover {
  background-color: #548334;
}

/*----------------------------------------------
.c_stamp_box
---------------------------------------------*/
.c_stamp_box {
    display: flex;
    gap: 0 20px;
}

/*----------------------------------------------
.c_map_box
---------------------------------------------*/
.c_map_box {
    display: flex;
    gap: 0 20px;
}

.c_saide_banner {
  text-align: center;
  display: block;
}

/*----------------------------------------------
.c_ondemand
---------------------------------------------*/
.c_ondemand {
    background-color: #F0D942;
    border-radius: 3px;
    color: #F31215;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 10px;
    display: inline-block;
}

.c_ondemand_no {
  background-color: #F31215;
  border-radius: 3px;
  color: #F0D942;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 10px;
  display: inline-block;
  text-indent: 0;
}

/*----------------------------------------------
.c_ondemand
---------------------------------------------*/
.c_uniform {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/*----------------------------------------------
.c_program_time
---------------------------------------------*/
.c_program_time {
    display: flex;
}
.c_program_time p {
    padding: 13px;
    width: 100%;
    border-right: 1px solid #A8BF9F;
}
.c_program_time p:last-child {
    border-right: none;
}

/*----------------------------------------------
.c_local_planning
---------------------------------------------*/
.c_local_planning {
  width: 260px;
  margin-left: -3px;
}