@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;600&display=swap');
/*==================================================
cmn
==================================================*/
html {
  overflow: auto;
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #00B7B7;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0px;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #ff5474;
  font-weight: 600;
  outline: none;
}
a:hover, input[type="submit"]:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
a:after {
  font-family: "Font Awesome 5 free";
  margin-left: .5em;
}
a[target="_blank"]:after {
  content: '\f35d';
}
a:before {
  font-family: "Font Awesome 5 free";
  margin-right: .25em;
}
a[href^="mailto:"]:before {
  content: '\f0e0';
}
.main-img {
  text-align: center;
  padding: 0;
}
.main-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pg img {
  width: 15%;
  height: auto;
  margin-bottom: 5px;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
  height: 100%;
}
.wrap-s {
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.container {
  display: flex;
  display: -webkit-flex;
  min-height: 100vh;
}
.col-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

.sp {
  display: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hr01{
  border-bottom: 1px dotted #CCC;
  margin: 0 0.5em;
}

a.btn {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  margin-top: 30px;
  margin-right: 3%;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  color: #ffffff;
  background-color: #00aaff;
  width: 60%;
  margin: 0 20% 30px;
  text-align: center;
  border-radius: 15px;
}
a.btn:hover {
  top: 2px;
  color: #FFF;
}
a.big-btn {
  font-size: 18px;
  padding: 8px 26px;
}
a.small-btn {
  font-size: 12px;
}
a.btn-white {
  display: inline-block;
  padding: 4px 22px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
a.btn-white:hover {
  background-color: #fff;
  color: #333;
}
a.btn-gray {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
  margin-right: 3%;
  margin-bottom: 30px;
  font-size: 15px;
  color: #555;
  background-color: #CCC;
  width: 45%;
  text-align: center;
}
a.btn-gray:hover {
  top: 2px;
}
#PageTopBtn {
  position: fixed; /*ボタンの配置場所を固定*/
  bottom: 30px; /*下からのボタンの配置場所を指定*/
  right: 20px; /*右からのボタンの配置場所を指定*/
  font-size: 75%;
}
#PageTopBtn a {
  display: block; /*配置の調整*/
  color: #fff; /*文字の色*/
  background: #737c8c; /*ボタンの背景色*/
  text-align: center; /*文字を中央に配置*/
  border-radius: 5px; /*ボタンの角を少し丸くする*/
  padding: 10px 10px;
  line-height: 1.5;
  opacity: 0.7;
}
#PageTopBtn a:hover {
  background: #00B7B7;
}

.caution{
  border: 3px solid #ff8080;
  border-radius: 0.5em;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 120%;
}


.banner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.banner li{
  width:  24.5%;
}

.btn01 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 3em 0;
}

.btn01 li {
	width: 100%;
	margin: 0 2em;
}

.btn01 li a {
	background: #00B7B7;
	padding: 0.5em;
	color: #FFF;
	display: block;
	text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
.banner li{
  width:  49%;
}
}

.banner li img{
  width: 100% !important;
  margin-bottom: 2% !important;
}

.underconstruction {
	font-size: 180%;
	text-align: center;
	min-height: 360px;
	line-height: 360px;
}

/*==================================================
head
==================================================*/
.site-header {
  width: 240px;
  background: #FFF;
  border-left: 1px solid #d5d5d5;
  text-align: center;
}
.site-header h1 {
  width: 100%;
  height: auto;
  line-height: 0em;
}
.site-header h1 img {
  padding: 40px 0 50px 0;
}

.site-header h2 {
  width: 100%;
  height: auto;
  line-height: 0em;
  text-align: center;
}

.site-header h2 img {
  padding: 15px 0;
  width: 150px;
  height: auto;
}

.site-header h1 a {
  display: block;
}
.site-header hgroup {
  overflow: hidden;
}
#gnavi-s, .button-toggle {
  display: none;
}
.gnavi {
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.gnavi li {
  line-height: 1.5;
}

.gnavi li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	margin: 15px;
	border-radius: 30px;
	background-color: #40c7c7;
}
.gnavi li .line2{
	padding: 0;
	padding: 3.5px 17px;
	letter-spacing: -1px;
}

.gnavi li.current a,
.gnavi li a:hover {
	background: #e83f64;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #fff;
	outline: none;
}
.gnavi li.current a {
  color: #FFF;
}
.gnavi a[href="#"] {
  background-color: #EEE;
  color: #777 !important;
  padding: 14px 0 14px 10px !important;
  letter-spacing: -1px;
}

ul li.disable {
  color: #DDD;
  background: #EEE;
  padding: 5px 15px 5px 15px;
  font-weight: bold;
}
.poster a {
  background: #00aaff;
  color: #FFF !important;
  text-align: center;
}
.bnr-list {
}

.bnr-list p{
margin: 0;
font-size: 90%;
font-weight: bold;
}

.bnr-list li a {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.bnr-list li a.current,
.bnr-list li a:hover{
  background: none !important;
  opacity: 0.7;
}

.bnr-list li a img{
  width: 240px;
  height: auto;
}

.bnr-list li:last-child {
  margin-bottom: 0;
}
.bnr-list2 {
  border-top: 1px dotted #668BC1;
  padding: 15px 0 0;
  margin: 15px 0 0;
  text-align: center;
}
.bnr-list2 li {
  margin: 0 0 5px;
}
.bnr-list2 li:last-child {
  margin-bottom: 0;
}
.pdf-download {
  text-align: center;
}
.pdf-download p {
  margin: 0;
}
.pdf-download a {
  display: block;
}

.prmov{
border: 1px solid #40c7c7;
border-radius: 5px;
padding: 0 10px;
margin: 5px;
}

.prmov p{
  margin: 0;
  font-size: 90%;
  font-weight: bold;
}

.prmov img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.prmov02{
  border: 1px solid #40c7c7;
  border-radius: 5px;
  margin: 5px;
  }
  
  
  
.prmov02 img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.movie-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
  border: 1px solid #40c7c7;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
}

.movie-wrap p{
  margin: 0.5em;
  font-size: 150%;
  font-weight: bold;
}

.movie-wrap02 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
  border: 1px solid #40c7c7;
  border-radius: 5px;
}

.movie-inner {
	position: relative;
	padding-bottom: calc(315 / 560 * 100%);
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.movie-inner02 img{
  width: 100%;
} 
/*==================================================
foot
==================================================*/
footer {
  margin-top: 30px;
}
.site-foot {
  text-align: center;
}
.site-foot h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .address-list {
  margin-bottom: 10px;
}
footer .address-list ul {}
footer .address-list li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  vertical-align: top;
}
footer .address-list li:first-child {}
footer .address-list li h3 {
  font-size: 100%;
}
footer address {
  font-size: 80%;
  font-style: normal;
  text-align: center;
  color: #999;
  padding: 5px 0;
}

.contact {
 text-align: center;
 margin-top: 60px;
}
.contact h2 {
 font-size: 1.8rem;
 font-size: 18px;
}

@media screen and (max-width: 800px) {
  .contact {
    
  }
  .contact h2 {
    font-size: 16px;
  }
}

/*==================================================
content
==================================================*/
.main-content {
  flex: 1;
  background: #FFF;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.content-box {
  padding: 50px 0;
  min-height: 280px;
}
.content-box img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
section {
  padding: 50px 0;
}
.txt-red {
  color: #DD0000;
}
.txt-center {
  text-align: center;
}
.txt-marker {
  background: linear-gradient(transparent 70%, #ffcdcd 70%);
}
.txt-r {
  text-align: right;
}
.txt-box p {
  text-indent: 1em;
}
.txt-box2 p {
  text-indent: 1em;
}
.txt-box2 strong {
  color: #26489D;
  text-decoration: underline;
}

.txt-120 {
  font-size: 120%;
  font-weight: bold;
}

.txt-110 {
  font-size: 110%;
  font-weight: bold;
}

.txt-90 {
  font-size: 90%;
  color: #666;
}

.txt-80{
  font-size: 80%;
  color: #333;
  font-weight: normal;
}

.txt-normal{
  color: #333;
  font-weight: normal;
}
/*タイトル*/
h2.tit01 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

h2.tit01::before {
	position: relative;
	top: 5px;
	margin-right: 10px;
	display: inline-block;
	content: url(img/cmn/title.png);
}

h2.tit02{
  font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #666;
	line-height: 1.5em;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;

}

h3.tit01 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #FFF;
  background: #ff5278;
  padding-left: 0.5em;
  margin-bottom: 1em;
  border-radius: 10px;
}
h3.tit02 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #00B7B7;
  padding-left: 0.5em;
  margin-bottom: 0.75em;
  line-height: 1;
  border-left: 1em solid;
}

h3.tit03 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #00B7B7;
  margin-bottom: 0.75em;
  line-height: 1;
}

h4.tit01 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.75em;
  font-weight: bold;
  color: #333;
}
h4.tit02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 1em solid #063c85;
  line-height: 1;
  padding-left: 0.5em;
  margin-bottom: 1em;
  color: #063c85;
}
h5.tit01 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #1567d5;
}
h5.tit02 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 15px;
  color: #263DA8;
}
.table-style01 {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.25;
  margin-bottom: 1em;
}
.table-style01 tr:nth-child(even) {
  background: #fff5f9;
}
.table-style01 th {
  width: 33%;
  white-space: nowrap;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  border: 1px solid #dce2eb;
  /*-moz-text-align-last: justify;
  text-align-last: justify;*/
}
.table-style01 td {
  width: 33%;
  padding: 10px;
  text-align: center;
  border: 1px solid #dce2eb;
}

.table-style01 span{
  font-size: 80%;
}

.table-style02 {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.25;
  margin-bottom: 1em;
}
.table-style02 tr:nth-child(even) {
  background: #fff5f9;
}
.table-style02 th {
  white-space: nowrap;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #dce2eb;
  /*-moz-text-align-last: justify;
  text-align-last: justify;*/
}
.table-style02 td {
  width: 50%;
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #dce2eb;
}

.table-style03 {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.25;
  margin-bottom: 1em;
  font-size: 90%;
}

.table-style03 th {
  white-space: nowrap;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #dce2eb;
  /*-moz-text-align-last: justify;
  text-align-last: justify;*/
}
.table-style03 td {
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #dce2eb;
}

.font-80 {
  font-size: 90%;
}
.mb3 {
  margin-bottom: 3em;
}
.mb2 {
  margin-bottom: 2em;
}
/*==================================================
index
==================================================*/
.news-sec h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

.news-sec h2::before {
	position: relative;
	top: 5px;
	display: inline-block;
	margin-right: 10px;
	content: url(img/cmn/title.png);
}

.news-sec h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

.news-sec h2::before {
	position: relative;
	top: 5px;
	display: inline-block;
	margin-right: 10px;
	content: url(img/cmn/title.png);
}

.news-list {
	min-height: 320px;
	display: inline-block;
	width: 100%;
}

.news-list li {
	display: block;
	line-height: 1.8em;
	overflow: hidden;
	padding: 16px 0;
}

.news-list li .data {
	float: left;
	width: 6.5em;
	display: block;
	color: #999;
}

.news-list li .data-en {
	float: left;
	width: 9em;
	display: block;
	color: #999;
}

.news-list li .txt {
	overflow: hidden;
	color: #333;
	display: block;
}

/*==================================================
会長挨拶
==================================================*/
.profile {
  font-size: 100%;
  margin: 2em 0 0;
}
.profile li {
  display: inline-block;
  vertical-align: middle;
}
.profile span {
  font-weight: bold;
  font-size: 130%;
  margin-left: 1em;
}
.profile .reset {
  margin-left: 0;
}
.profile img {
  margin-right: 2em;
  margin-bottom: 0.5em;
	width: 160px;
}
.greeting p {
  text-indent: 1em;
}
.profileonline{
	margin-bottom: 1em;
	border: 1px solid #CCC;
	padding: 0.5em 1em;
	font-size: 85%;
	line-height: 1.8;
	width: 75%;
}
.profileonline dt{
	float: left;
	margin-bottom: 0;
}

.mb05{margin-bottom:1em !important; }

.onlinepre-tit{
	font-size: 4.5rem;
	line-height: 1.2; color: #1567d5;
	margin-bottom: 15px;
	font-family: 'Noto Sans';
}
.onlinepre-date{
	margin: 0;
	font-size: 3.0rem;
	font-family: 'Noto Sans';
	font-weight: 900;
	margin-bottom: 5px;
}
.zoom{
	font-size: 85%;
	line-height: 1.8;
}
.zoom hr{
	border: 0px;
	margin: 0;
	padding: 0;
}

.profileonline dd{
	margin-left: 5em;
	margin-bottom: 0;
}
/*==================================================
outline
==================================================*/

.table-overview {
	border-collapse: collapse;
	width: 100%;
}

.table-overview th {
	border-bottom: 1px solid #dce2eb;
	vertical-align: top;
	padding: 30px 20px;
	color: #666;
	white-space: nowrap;
	letter-spacing: 2px;
	font-weight: normal;
}

.table-overview td {
	border-bottom: 1px solid #dce2eb;
	padding: 30px 20px;
}
/*==================================================
プログラム
==================================================*/

.dl-ws {
  /*border-bottom: 1px dashed #CCC;*/
  margin-bottom: 0.5em;
}

.dl-ws dt {
  margin: 0;
  padding: 0;
  line-height: 2;
  float: left;
  width: 60px;
  text-align: center;
  background: #1667d9;
  color: #FFF;
  border-radius: 5px;
  font-size: 90%;

}
.dl-ws dd {
  margin: 0;
  padding: 0;
  line-height: 2;
  margin-left: 0;
  font-weight: bold;
  font-size: 95%;
}

.dl-ws span{
  font-weight: normal;
  font-size: 90%;
}

.protit00{
  margin-bottom: 1em;
  border-bottom: 1px dashed #CCC;
}

.protit01{
  color: #ff5278;
  margin-bottom: 0.25em;
  font-size: 120%;
  border-bottom: 1px solid;
}

.protit02{
  color:#00B7B7;
  line-height: 1.5;
  font-size: 110%;
  margin-bottom: 0.25em;
}

.protit03{
 color: #ff6b6b;
 font-size: 120%;
 margin:0.5em 0;
}

.protext{
  line-height: 1.5;
  font-size: 90%;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.cat01{
  line-height: 1;
  text-align: center;
  margin-left: 1.5em;
  border: 1px solid #589b95;
  padding: 4px 8px 2px;
  color: #589b95;
  border-radius: 5px;
  font-size: 75%;
}

.cat02{
  line-height: 1;
  text-align: center;
  margin-left: 1.5em;
  border: 1px solid #9b5858;
  padding: 4px 8px 2px;
  color: #9b5858;
  border-radius: 5px;
  font-size: 75%;
}
.cat03{
  line-height: 1;
  text-align: center;
  margin-left: 1.5em;
  border: 1px solid #9b9758;
  padding: 4px 8px 2px;
  color: #9b9758;
  border-radius: 5px;
  font-size: 75%;
}
.cat04{
  line-height: 1;
  text-align: center;
  margin-left: 1.5em;
  border: 1px solid #75589b;
  padding: 4px 8px 2px;
  color:#75589b;
  border-radius: 5px;
  font-size: 75%;
}

.time{
  font-weight:normal;
  color:#666;
  font-size:80%;
  margin-left: 1em;
}

.programflex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}
.programflex li {
  margin-bottom: 2em;
}
.programflex li a {
  background: #00aaff;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  border-radius: 2em;
}

/*==================================================
演題登録
==================================================*/
.table-abstract {
  width: 100%;
  font-size: 130%;
  margin-bottom: 1em;
  border: 1px solid #ff5278;
  border-collapse: collapse;
  line-height: 1.5;
}
.table-abstract th {
  white-space: nowrap;
  padding: 1em;
  color: #FFF;
  background: #ff5278;
}
.table-abstract td {
  padding: 1em 2em;
  color: #ff5278;
  font-weight: bold;
}

.enchodate{
  margin-left: 11.5em;
}

.enchotxt{
  font-size: 80%; 
  color: #333; 
  font-weight: normal;
}

.table-abstract02 {
  width: 100%;
  font-size: 130%;
  margin-bottom: 1em;
  border: 1px solid #ff5278;
  border-collapse: collapse;
}
.table-abstract02 th {
  white-space: nowrap;
  padding: 0.5em 1em;
  text-align: center;
  border: 1px solid #ff5278;
}
.table-abstract02 td {
  padding: 0.5em 1em;
  font-weight: bold;
  border: 1px solid #ff5278;
}

.abs-contact{
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px 30px;
  margin-bottom: 0.5em;
}

.table-cat {
  width: 100%;
  margin-bottom: 2em;
  border: 3px solid #063c85;
  border-collapse: collapse;
}
.table-cat th {
  padding: 0.5em;
  border: 1px solid #DDD;
  text-align: center;
  font-weight: normal;
}
.table-cat td {
  padding: 0.5em;
  border: 1px solid #DDD;
}
.table-cat tr:nth-child(even) {
  background: #F3F3F3;
}
.table-cat02 {
  width: 100%;
  border: 1px solid #DDD;
  border-collapse: collapse;
}
.table-cat02 th {
  padding: 0.5em;
  border: 1px solid #DDD;
  text-align: center;
  font-weight: normal;
  background: #F3F3F3;
}
.table-cat02 td {
  padding: 0.5em;
  border: 1px solid #DDD;
}
.list-circle {
  margin-bottom: 1em;
}
.list-circle li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.5;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.list-circle li .fas {
	text-indent: 0;
}

.list-indent {
  margin-bottom: 1em;
}
.list-indent li {
  list-style-position: inside;
  line-height: 1.5;
  text-indent: -2.4em;
  margin-left: 2.4em;
  margin-bottom: 0.5em;
}

.list-indent02 {
  margin-bottom: 1em;
}
.list-indent02 li {
  list-style-position: inside;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.list-decimal {
  margin-bottom: 1em;
}
.list-decimal li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.list-decimal02 {
	counter-reset: my-counter;
	margin-bottom: 1em;
}

.list-decimal02 li {
	padding-left: 1.25em;
  line-height: 1.5;
	position: relative;
	margin-bottom: 0.5em;
}

.list-decimal02 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #AAA;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.1em;
	width: 1.1em;
	color: #333;
	font-size: 90%;
	position: absolute;
  padding: 1px 1px 3px 1px;
	top: 0.3em;
	left: 0;
}

.border-red {
  border: 2px solid #DD0000;
  padding: 1em 3em;
  margin-bottom: 2em;
  border-radius: 5px;
}
.border-blue {
  border: 1px solid #063c85;
  padding: 1em 3em;
  margin-bottom: 2em;
	width: 65%;
}
@media screen and (max-width: 800px) {
  .border-blue {
    width: 100%;
  }
}

.list-online{
	margin-bottom: 2em;
}
.list-online li{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	list-style: disc;
	list-style-position: inside;
}

/*==================================================
プログラム
==================================================*/
.sche-in {
  display: none;
}
.sche-out a {
  color: #B15196;
  display: block;
}
.program-dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #CCC;
}
.program-dl dt {
  float: left;
  background: #999;
  color: #FFF;
  padding: 0px 10px;
  line-height: 1.5;
  border-radius: 5px;
}
.program-dl dd {
  margin-left: 3.5em;
  padding: 0px 10px;
  line-height: 1.5;
}
.program-dl2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #CCC;
}
.program-dl2 dt {
  float: left;
  width: 12.5em;
  background: #999;
  color: #FFF;
  padding: 0px 10px;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
}
.program-dl2 dd {
  margin-left: 12.5em;
  padding: 0px 10px;
  line-height: 1.5;
}
.program-dl3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #CCC;
}
.program-dl3 dt {
  float: left;
  width: 6em;
  background: #999;
  color: #FFF;
  padding: 0px 10px;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
}
.program-dl3 dd {
  margin-left: 6em;
  padding: 0px 10px;
  line-height: 1.5;
}
/*==================================================
発表者・司会者の方へ
==================================================*/
.dl-present {
  margin:0.5em;
  margin-left: 1em;
}
.dl-present dt {
  float: left;
  border: 1px solid #666;
  border-radius: 0.5em;
  padding: 0 0.5em;
  font-size: 90%;
}
.dl-present dd {
  margin-left: 3.5em;
  margin-bottom: 0.5em;
}

.dl-present02 {
  margin:0.5em;
  margin-left: 1em;
  margin-bottom: 30px;
}
.dl-present02 dt {
  float: left;
  border: 1px solid #666;
  border-radius: 0.5em;
  padding: 0 0.5em;
  font-size: 90%;
  text-align: center;
  width: 6em;
}
.dl-present02 dd {
  margin-left: 6.5em;
  margin-bottom: 0.5em;
}

.dl-present03 {
  margin:0.5em;
  margin-left: 1em;
  margin-bottom: 30px;
}
.dl-present03 dt {
  float: left;
  border: 1px solid #666;
  border-radius: 0.5em;
  padding: 0 0.5em;
  font-size: 90%;
  margin-bottom: 0.5em;
  text-align: center;
  width: 12em;
}
.dl-present03 dd {
  margin-left: 12em;
  margin-bottom: 0.5em;
}

.posterimg {
  float: right;
  width: 45%;
  margin-bottom: 30px;
}
.posterimg2 {
  margin-bottom: 30px;
  margin-left: 1em;
}

.qrimg img{
	width: 20%;
}

.dl-kouen{
  font-size: 85%;
  line-height: 1.5;
  margin: 2em 1em;
}

.dl-kouen dt{
  font-weight: bold;
}

.dl-kouen dd{
  text-align: left;
  margin-bottom: 0.5em;
}

/*==================================================
参加登録
==================================================*/
.dl-reg{
  margin-bottom: 1em;
  line-height: 1.5;
  margin-left: 1em;
}

.dl-reg dt {
}
.dl-reg dd {
  margin-bottom: 1em;
  font-weight: bold;
}
.table-part {
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.table-part th {
  border: 1px solid #CCC;
  text-align: left;
  padding: 10px 20px;
  width: 50%;
  font-weight: normal;
}
.table-part td {
  border: 1px solid #CCC;
  padding: 10px;
  text-align: center;
}
.list-part {
  margin-bottom: 30px;
}
.list-part li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}



.table-reg {
  width: 100%;
  border: 1px solid #DDD;
  border-collapse: collapse;
}
.table-reg th {
  padding: 0.5em;
  border: 1px solid #DDD;
  text-align: center;
  font-weight: normal;
  background: #F3F3F3;
}
.table-reg td {
  padding: 0.5em;
  border: 1px solid #DDD;
    text-align: center;
}
/*==================================================
access
==================================================*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
/*==================================================
coi
==================================================*/

.coi-box{
  border: 5px solid #00aaff; 
  padding: 20px;
  margin-bottom: 30px;
}

.coi-box p{
  margin-top: -0.5em;
margin-bottom: -0.5em;
}
.dl-coi{
 margin-left: 2em;
 margin-top: -0.5em;
margin-bottom: -0.5em;
}

.coi-box dt{
margin-top: -0.5em;
margin-bottom: -0.5em;
}
.coi-box dd{
margin-top: -0.5em;
margin-bottom: -0.5em;
}

.dl-coi dd{
  font-size: 120%;
  font-weight: bold;
}

.dl-coi02{
 margin-top: -0.5em;
margin-bottom: 1em;
}


.dl-coi02 dd{
  font-size: 120%;
  font-weight: bold;
}

/*==================================================
参加者
==================================================*/
.presenter-dl {
  margin-bottom: 30px;
}
.presenter-dl dt {
  float: left;
  padding: 0px 10px;
  line-height: 1.5;
  border-radius: 5px;
	width: 180px;
	text-align: right;
}
.presenter-dl dd {
  margin-left: 3.5em;
  padding: 0px 10px;
  line-height: 1.5;
}
/*==================================================
託児所
==================================================*/
.table-nursery th {
  white-space: nowrap;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  border-bottom: solid 1px #CCC;
}
.table-nursery td {
  padding: 10px;
  border-bottom: solid 1px #CCC;
}
.list-nursery {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.list-nursery {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.list-nursery li{
  margin-bottom: 0.5em;;
}
/*==================================================
広告
==================================================*/
.ad-box{
	margin-bottom: 1.5em;
}
.ad-box h4{
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 110%;
}
.ad-box .small{
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5;
}
.ad-box p{
	margin-bottom: 0.75em;
	line-height: 1.8;
}

/*==================================================
pv
==================================================*/
.list-pv {
  margin-bottom: 30px;
}
.list-pv li {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.list-pv li a{
  text-align: center;
 background:#00aaff;
 border-radius: 5px;
 display: block;
 width: 50%;
 color: #FFF;
 padding: 10px 30px;
 font-size: 120%;
}
.movie-wrap{
  width: 100%;
     margin: 0 auto;
     margin-bottom: 30px;
}

.movie-inner {
     position: relative;
     padding-bottom: calc(315 / 560 * 100%); /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-inner iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 10px;
}

@media screen and (max-width: 800px) {
.movie-wrap{
  width: 100%;
     margin: 0 auto;
     margin-bottom: 2.5%;
}
.movie-inner iframe {

     border-radius: 5px;
}
.list-pv li a{

 width: 100%;
 font-size: 110%;
}
}


/*==================================================
link
==================================================*/
.list-link {
  margin-bottom: 30px;
}
.list-link li {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #dce2eb;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
  /*==================================================
cmn
==================================================*/
  html {
    overflow: auto;
    font-size: 45%;
  }
  body {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .wrap {
    padding: 0;
  }
  .container {
    display: block;
  }
  a.btn {
    width: 100%;
    margin: 0;
   
  }
  a.btn-gray {
    width: 100%;
    margin: 0;
  }
  section {
    padding: 4% 0;
  }
  .wrap-s {
    padding: 0 5%;

  }

  h2.tit01::before {
		transform: scale(0.7);
		top: 8px;
		margin-right: 5px;
	}

	.news-sec h2::before {
		transform: scale(0.7);
		top: 8px;
		margin-right: 5px;
	}

  .dl-kouen{
    font-size: 100%;

  }
  
  .dl-kouen dt{
    margin-bottom: 0.5em;
  }
  
	
  /*==================================================
head
==================================================*/
  .site-header {
    border: none;
    width: 100%;
    height: 40px;
  }
  .site-header h1 {
    width: auto;
    height: auto;
    padding: 1% 2.5%;
    float: left;
    display: inline-block;
    border: none;
  }
  .site-header h1 a {
    display: block;
    line-height: 0;
    width: auto;
    margin: 0;
  }
  .site-header h1 img {
    height: 30px;
    width: auto;
    padding: 0;
  }

    .site-header h2 {
    width: auto;
    height: auto;
    padding: 1% 0%;
    float: left;
    display: inline-block;
    border: none;
  }
 
  .site-header h2 img {
    height: 30px;
    width: auto;
    padding: 0;
  }

  .sub .site-header {
    border-bottom: 1px solid #fff;
  }
  .gnavi {
    display: none;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 9999px;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
    border: none;
    overflow: hidden;
    background: #FFF;
    border-bottom: #00B7B7 3px solid;
  }
  .gnavi li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
    float: left;
    
  }
  .gnavi li a {
    border: none;
  }

	.gnavi li .line2{
	padding: 0;
	padding: 5.5px 17px;
	
}
	
  /*.gnavi li:last-child {
    width: 100%;
  }*/
  /*.gnavi li:nth-child(2n) {
    float: right;
  }*/
  .gnavi li.current, .gnavi li a:hover {
    background-image: none;
  }
  .button-toggle {
    position: absolute;
    top: 10px;
    right: 3.5%;
    display: block;
    z-index: 100;
    line-height: 1em;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 0 0;
    padding: 0;
    background: #40c7c7;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 30px;
    height: 3px;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #40c7c7;
  }
  .css-bar:before {
    margin-top: -9px;
  }
  .css-bar:after {
    margin-top: 6px;
  }
  /*==================================================
foot
==================================================*/
  footer .wrap-s {}

  .bnr-list {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
  }
  .bnr-list li {
    margin: 1%;
  }
 
  footer .pdf-download {
    border-bottom: 1px dotted #668BC1;
    padding: 0 0 15px;
    margin: 15px 0;
  }
  footer .pdf-download p {
    max-width: 200px;
    margin: 0 auto;
  }
  footer .address-list {
    margin-top: 15px;
  }
  footer .address-list li {
    padding: 0;
  }
  footer address {
    line-height: 1.5em;
  }
  footer .fbook {
    border-top: 1px dotted #668BC1;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
  }
  /*==================================================
content
==================================================*/
  .main-img img {
    margin-top: 0;
  }
  .main-content {
    margin: 0;
  }
  .table-style01 th, .table-style01 td {
    padding: 1em 10px;
  }
  .content-box {
    padding: 4% 0;
  }
  .content-box img {
    margin-bottom: 4%;
  }
  /*==================================================
index
==================================================*/
  .main-foot {
    padding: 20px 0 0;
  }
  .main-foot p.day {
    font-size: 15px;
    text-align: center;
    padding: 6px 5px 5px;
    border-radius: 100px;
    font-weight: bold;
  }
  .news-list li {
   padding: 1.5% 0;
  }
  .news-list li .data {
    display: block;
    float: none;
  }
  .news-list li .txt {
    padding-left: 0;
    display: block;
  }
  .fb-container {
    width: 100%;
  }

  /*==================================================
greeting
==================================================*/
.profile {
  text-align: center;
	margin-bottom: 1em;
  }
  .profile img{
    margin: 0;
  }
.profile li {
    padding: 5px 0;
  }
.profileonline{
		width: 100%;
	}
  /*==================================================
演題登録
==================================================*/
  .table-abstract th, .table-abstract td {
    padding: 1em 10px;
    text-align: center;
    display: block;
  }

  .enchodate{
    margin-left: 0;
  }

  /*==================================================
セミナー
==================================================*/
  .dl-seminar {
    margin-bottom: 30px;
  }
  .dl-seminar dt {
    font-weight: bold;
    margin-left: -0.5em;
    margin-right: 1em;
    float: none;
  }
  .dl-seminar dd {
    margin-bottom: 1em;
  }
  .instructor {
    margin-left: 0;
  }
  .posterimg {
    float: none;
    width: 320px;
  }

  .qrimg img{
    width: 50%;
  }
}

@media screen and (max-width: 480px) {


	.qrimg img{
		width: 100%;
	}

	

}