/*
* styles.css
*/
html {
	font-size: 62.5%;
    font-family: 'Noto Sans JP','Roboto', sans-serif;
	color: #424344;
}
body{
	font-size: 1.8rem;  
}
h1 {
	font-size: 3rem;
	font-weight: 300;
    text-align: center;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
h2 {
	font-size: 3.6rem;
	font-weight: 300;
	color: #fff;
}
h3 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
	color: #8A9097;
}

a:hover{
	color: #2967AF;
	text-decoration: none;
}
header {
	background-color: #caf3ff;
}
.hero {
	width: 100%;
	padding: 64px 16px;
	box-sizing: border-box;
	background-image: none !important;
	background: transparent;
}
.hero::before {
	content: none !important;
	display: none !important;
}
.hero-center{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex: 1 1 auto;
	min-width: 0;
}
.hero-image {
	flex: 0 0 33.333%;
	text-align: right;
}
.hero-image img {
	width: 100%;
	max-width: 550px;
	height: auto;
	display: block;
}
/*/*.hero-center:before {
  content: "";
  position: absolute;
	width: 100%;
	height: 100%;
  background: #fff;
  opacity: 0.7;
}*/
.hero-title {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 80%;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.hero-title-sub {
	font-size: 0.6em;
}
.container{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
.container{
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}
.container ul{
	font-size:1.8rem;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top:0;
}
.container-list{
	list-style-type: none;	
}
.alternate-bg {
	background-color: #F4F6F9;
}
.summary p{
    font-size: 1.8rem;
    line-height: 1.6;
    
}
/*角丸*/
.title_b {
	color: #FFFFFF;
	border-radius: 30px;
	padding: 3px 30px 5px;
	background-color: #2967AF;
	display: inline-block;
	font-size: 150%;
	text-align: center;
}
.title_s {
	color: #FFFFFF;
	border-radius: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #299151;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 100px;
	font-size: 120%;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.gaiyo {
	font-size: 2rem;
	display: inline-block;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
}
.gaiyo .s_txt {
	font-size: 50%;
	font-weight: normal;
	display: inline-block;
	line-height: 1.5em;
}

.event-info tr.event-info-row-multiline td {
	vertical-align: top;
}

.event-info tr.event-info-row-multiline td:first-child {
	padding-top: 15px;
}

.gaiyo_sm {
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
}
.gaiyo_sm a {
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
	color: cadetblue;
	text-decoration: underline;
}
.gaiyo_sm a:hover {
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
	text-decoration: none;
}
table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
th {
	text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}
.info th {
	background-color: #d9edf7;
    font-size: 120%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
.table tr:hover td {
	background-color: #F5F5F5;
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table-bordered ul {
	font-size:1.6rem;
	padding-left: 40px;
	padding-bottom: 10px;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}
.fadeUpTrigger{
opacity: 0;
}

.banner_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
	padding: 50px 0;
	box-sizing: border-box;
}
.banner_area > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_area img{
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.banner_area a:last-child img {
	max-width: min(100%, 250px);
}
footer{
    background-color: #414A52;
    color: #fff;
    font-size: 14px;
}
.whatnew_box table td{
	padding: 10px;
}
.whatnew_box table tr{
	border-bottom: 1px dotted #666;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}
@media screen and (min-width:768px) {
.gaiyo {
	font-size: 3rem;
	display: inline-block;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
}
.banner_area{
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 8px;
}
.banner_area > a {
	flex: 1 1 0;
	min-width: 0;
	max-width: 100%;
}
.banner_area img{
	max-width: 100%;
}
    
}
@media screen and (min-width:920px) {
h1 {
	font-size: 4.5rem;
	font-weight: 300;
	/*line-height: 68px;*/
}
    
}
@media screen and (max-width:1024px) {
.hero {
	padding: 56px 12px;
}
.hero-center {
	gap: 16px;
	align-items: center;
	justify-content: center;
}
.hero-title {
	max-width: 64%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hero-image {
	flex: 0 0 36%;
	text-align: center;
}
.hero-image img {
	max-width: 400px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width:767px) {
.hero {
	padding: 52px 12px;
}
.hero-center {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.hero-image {
	width: 100%;
	flex: none;
	text-align: center;
}
.hero-image img {
	width: auto;
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.hero-title {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hero-title-sub {
	display: inline-block;
	line-height: 1.5;
}
}
@media screen and (min-width:1200px) {
 .container{
    width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}   
}


table .w8 {
		width: 8%;
	}
table .w10 {
		width: 10%;
	}
table .w12 {
		width: 12%;
	}
table .w15 {
		width: 15%;
	}
table .w20 {
		width: 20%;
	}
table .w25 {
		width: 25%;
	}
table .w30 {
		width: 30%;
	}
table .w32 {
		width: 32%;
	}
table .w35 {
		width: 35%;
	}
table .w40 {
		width: 40%;
	}
table .w47 {
		width: 47%;
	}

/* 「演題登録」見出し＋注意書きの横並び（当該ブロックのみ） */
.title-with-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
	gap: 8px 16px;
	margin: 0 0 16px;
}
.title-with-note .title_b {
	margin: 0;
}
.title-with-note__note {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
}