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

* {
	margin: 0;
	padding: 0;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body , html {
  padding:0;
  margin:0;
}
html {
  position: relative;
  min-height: 100%; }
body {
  min-width: 320px;
  color: #333;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: 'Roboto', Meiryo, arial, helvetica, sans-serif;
}
ul,ol {
	list-style:none;
	list-style-position:outside;
}
br{
	letter-spacing:0;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight:normal;
	font-style:normal;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
p {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dt {
  font-weight: normal;
}
dd {
  margin-bottom: 0;
}

.bg-switcher,
.second_img {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  justify-content: center;
}
.second_img {
  background: url("../img/main_img_02.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  justify-content: center;
}
.main_img .row {
  padding-top: 3rem;
}
.main_img h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  font-family: 'Raleway', sans-serif;
}
.navbar_sp {
  background:rgba(1,40,19,0.9);
}
.maincon {
  margin: 0 auto;
  padding: 0;
}
.main-visual {
  background-image: url("../img/top_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #05391d; 
}
.main-visual dt,
.main-visual dd {
  font-family: 'Shippori Antique', sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
}
.main-visual dt {
  font-size: 3vh;
  font-weight: bold;
}
.main-visual dd {
  font-size: 1.5vh;
}
.main,
.news {
  margin: 1rem auto;
}
.main section,
.news section {
  margin: 2rem auto;
}
.news {
  border-left: 1px solid #ddd;
}
h2,
h3 {
  font-family: 'Shippori Antique', sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
h2 {
  color: #05391d;
  border-bottom: double 3px #05391d;
  padding-bottom: .5rem;
  text-align: center;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-family: 'Shippori Antique', sans-serif;
  margin-bottom: .5rem;
  padding: 2px;
}
.Papers h3,
.Papers h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.Papers .Committee dt {
  font-style: italic;
  font-weight: bold;
  margin-bottom: .2rem;
}
.Papers .Committee dd {
  margin-left: 1.5rem;
}
.Papers .Committee dd dl dt {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
  width: 4.5rem;
  float: left;
  clear: left;
}
.Papers .Committee dd dl dd {
  margin-left: 4.5rem;
}
.col_7030a0 {
  color: #7030a0;
}
.CallForPapers li p {
  margin-left: 3rem;
  font-style: italic;
}
.Papers {
  padding-top: 2rem;
}
.text_indent_1 {
  text-indent: 1rem;
}

.IMPORTANT_DAYS .article01,
.IMPORTANT_DAYS article dl dd{
  margin-left: 1rem;
}
.IMPORTANT_DAYS article {
  margin-bottom: 1rem;
}
.IMPORTANT_DAYS article table th,
.IMPORTANT_DAYS article table td {
  padding: .2rem;
}
.IMPORTANT_DAYS article table td {
  white-space: nowrap;
}
.IMPORTANT_DAYS article dl {
  margin-bottom: 0;
}
.IMPORTANT_DAYS article dl dt {
  font-style: normal;
  font-weight: normal;
}
footer {
  font-size: .8rem;
}
.sp,
.md {
  display: none;
}
button.btn_01,
a.btn_01 {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #e22939;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
button.btn_01 span.bl__text,
a.btn_01 span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding-left: 30px;
  font-weight: bold;
}
button.btn_01 span.bl__text:before,
a.btn_01 span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
button.btn_01 span.bl__text:after,
a.btn_01 span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #e22939;
    border-right: 3px solid #e22939;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
button.btn_01:hover,
a.btn_01:hover {
    background-color: #E36567;
}
button.btn_01:hover span.bl__text:after,
a.btn_01:hover span.bl__text:after {
    border-top: 3px solid #E36567;
    border-right: 3px solid #E36567;
}
a.btn_02 {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #4472C4;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_02 span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding-left: 30px;
  font-weight: bold;
}
a.btn_02 span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_02 span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #4472C4;
    border-right: 3px solid #4472C4;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_02:hover {
    background-color: #228bc8;
}
a.btn_02:hover span.bl__text:after {
    border-top: 3px solid #228bc8;
    border-right: 3px solid #228bc8;
}
a.btn_05 {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #FFED00;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_05 span.bl__text {
    display: block;
    position: relative;
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    padding-left: 30px;
  font-weight: bold;
}
a.btn_05 span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_05 span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFED00;
    border-right: 3px solid #FFED00;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_05:hover {
    background-color: #EBFC6B;
}
a.btn_05:hover span.bl__text:after {
    border-top: 3px solid #EBFC6B;
    border-right: 3px solid #EBFC6B;
}
@media screen and (max-width: 991px) {
  .navbar_sp {
    display: flex;
    top: 0;
    position: fixed;
    justify-content: space-between;
    width: 100%;
  } 
.main_img .row {
  padding-top: 7rem;
}
  .md {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .main_img .row {
    padding-top: 0;
  }
  .main_img .top_logo {
    margin:5rem 0 0 0;
    text-align: center;
  }
  .main_img .top_logo img {
    width: 30%;
    margin: 0 auto;
  }
  .main_img h1 {
    text-align: center;
    margin: 0 auto;
  }
  .main-visual {
    border-top: 10px solid #333;
  }
  .sp {
    display: inherit;
  }
  .Papers .Committee {
    border-top: 1px dashed #ccc;
    border-right: none;
    margin-top: 2rem;
    padding-top: 2rem;
  }
.news {
  border-left: none;
}
}

h3.h3_con {
	background: #f4e7bf;
	padding: 5px 1rem;
	font-size: 1.1rem;
}

.online_program {
  width: 95%;
  margin: 0 auto;
}
h4.program_h4 {
	border-bottom: 5px #d60093 solid;
	padding-bottom: 5px;
	color: #d60093;
	position: relative;
	margin-left: 3.3rem;
}
h4.program_h4 span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.program_tabel tbody th {
	text-align: right;
	white-space: nowrap;
	width: 3rem;
	padding-right: 10px;
}
.program_tabel tbody td {
	vertical-align: middle;
	text-align: center;
	font-size: 1.1rem;
	border-right: 10px solid #fff;
	border-bottom: 1px solid #fff;
}
.program_tabel tbody td.td01 {
	background: #FF99FF;
	width: 40%;
}
.program_tabel tbody td.td02 {
	background: #9f9f9f;
	color: #fff;
}
.program_tabel tbody td.td03 {
	background: #cc0099;
	color: #fff;
}
.program_tabel tbody td.td04 {
	text-align: right;
}
.program_tabel tbody td.td05 {
	background: #ff3399;
	color: #fff;
}
.program_tabel tbody td.td06 {
	background: #ff3300;
	color: #fff;
}
.program_tabel tbody td.td07 {
	background: #ff6600;
	color: #fff;
}
@media screen and (max-width: 991px) {
.online_program {
  width: 100%;
  margin: 0 auto;
}
}

.step1 {
	background: #FF0000;
	width: 100px;
}
.step2 {
	background: #2F5597;
	width: 100px;
}
.step3 {
	width: 100px;
}
.Abstract_template {
	background: #A9D18E;
	width: 300px;
	border: #A9D18E 1px solid;
	padding: 10px;
}
.registration_btn {
	background: #FFD966;
	width: 300px;
	border: #FFD966 1px solid;
	padding: 10px;
}

h4.awards_h4 {
	background: #198754;
	color: #fff;
	padding: 5px 1rem;
	font-size: 1.1rem;
	display: inline-block;
}
table.awards_table td {
	padding: 0;
}
@media only screen and (max-width:768px){
  table.awards_table tr,
  table.awards_table td {
    display: block;
  }
}</pre></body></html>