@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;500;700&family=BIZ+UDGothic:wght@400;500;700&display=swap');
* {
	box-sizing: border-box;
}
a, a link {
  color: #0d719c;
}
a:hover {
  background-color: #73d2d1;
}
body {
  background-color: #f4fcf9; /* pale blue to white ,slightly green*/
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif; /* Arialフォントを設定 */
  font-size: 16px; /* Default English font size */ /* Added default size */
}
.ja {
  font-family: 'BIZ UDPGothic', sans-serif; /* Japanese font */
  font-size: 18px; /* Default Japanese font size */ /* Added default size */
}
#wrapper {
  text-align: left;
  font-weight: normal;
  line-height: 1.25;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
section {
  border: #252540 1px solid;
  background: #fff;
  padding: 15px;
  margin: 0 auto 15px;
}
section ul {
	margin: 1em 0 0;
	padding: 0 0 0 1.5rem;
	list-style: none;
}
section ul li {
	margin: 0 0 .3rem 0;
}
#preface {
  border: #252540 1px solid;
  background-color: hsla(0, 100%, 100%, 0.20);
  padding: 15px;
  margin: 0 auto 15px;
  line-height: 1.6em;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 1.00) 87.56%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 1.00) 87.56%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 1.00) 87.56%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 1.00) 87.56%);
}
#main_contents p {
  margin: 1em 0 0 0;
  font-size: 18px;
  line-height: 1.6;
}

#main_contents .English-lead{
	margin-top: 1.5em;
}

#main_contents .English-lead p {
  margin: .5em 0 0 0;
  line-height: 1.3;
}

.indented-text {
  margin-left: 20px;
  text-indent: 0;
  margin-top: 0; /* Remove top margin */
  margin-bottom: 0.5em; /* Add a small bottom margin for separation */
}
.organizers-list li {
  margin-bottom: 0; /* Remove default list item bottom margin */
}
h3 {
  color: #0d719c;
  font-size: 1.3em;
  margin: 2em 0 .5em;
  clear: both;
  background: url(../images/marker_ccl.gif) no-repeat;
  padding-left: 25px;
  background-position: 0px 2px;
}
h3 span {
  font-size: .8em;
  padding: 0 .5em;
  color: #666;
}
h5 {
  font-size: 1.1em;
  color: #555252;
  border-left: 6px solid #0D719C;
  padding-right: 10px;
  padding-left: 1em;
  margin: 1em 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 {
  margin: 5px 0 0;
}
.table01, .table02 {
  width: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.table01 th, .table01 td, .table02 th, .table02 td {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  padding: 5px;
}
.table01 td, .table02 td {
  background: #fff;
}
.table01 th, .table02 th {
  text-align: center;
  color: #333;
  background-color: #DDEBF1;
}
.table01 th {
  font-weight: 600;
  color: #333;
  border-left: #666 solid 1px;
}
tbody .table_session th {}
.table01 td {
  padding: 8px 10px;
}
.table01 td p {
  margin-top: .3em;
}
.table01 td strong {
  font-size: 1.2em;
  color: #0d719c;
}
.table01 td strong.bk {
  font-size: 1.2em;
  color: #555252;
}
.table01 td em {
  display: block;
  margin: .5em 0 0 1.5em;
}
.table01 thead th {
  font-weight: 600;
  background: #bfe2b2;
  border-bottom: 1px solid #755a36;
  padding-top: 7px;
  color: #fff;
}
.table01 td .table02 {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.table02 th {
  background: #f0e8c0;
  border-top: #3e392e solid 1px;
}
.table_session th {
  background: #0d719c;
  color: #fff;
}
/**/
.table03 {
  border-collapse: collapse;
  width: 100%;
}
.table03 th, .table03 td {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  background-color: #fff;
  padding: 5px 0px;
  text-align: left;
  vertical-align: middle;
}
.table03 th {
  font-weight: normal;
  padding: 10px;
}
.table03 td {
  padding-right: 15px;
  font-size: .9em;
}
.italic {
  font-style: italic;
}
.closed {
  color: #ff0000;
}
/* footer */
#footer {
  background-color: #000000;
  border-top: 1px solid #254f21;
  color: #fff;
  width: 100%;
}
#kahaku_map {
  width: 100%;
}
/**/
#footer .footer_in {
  position: relative;
}
a#kahakutop_footer {
  background: url(../images/kahaku_footer_top.png) no-repeat;
  width: 205px;
  height: 0;
  padding-top: 43px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 20px;
  border-bottom: none;
}
a.totop {
  display: block;
	box-sizing: border-box;
  background: #000 url(../images/btn_totop.png) no-repeat 14px 11px;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 100px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 0;
  top: -40px;
  overflow: hidden;
}
a.logo1:hover,
a.totop:hover {
	background-color: #000;
}
.cr {
  position: absolute;
  text-align: right;
  clear: both;
  font-size: 75%;
  color: #fff;
}
.cr span {
  font-size: 1em;
}
/* fullcap */
.fullcap {
  font-size: 0.9rem;
  color: #333;
  padding: 5px 0 0 5px;
  border-top: #666 1px dashed;
  margin-top: 10px;
}