@charset "utf-8";

/*===============================
top
=================================*/

.main-attention {
	position: absolute;
	bottom: 10%;
	left: 11%;
	width: 50%;
	max-width: 400px;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
	border: 4px solid #d34b4b;
	z-index: 5;
}

.attention02 {
	border: 4px solid #d34b4b;
	position: static;
	width: unset;
	margin: 2em;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
}

.page-banner-wrap {
	display: block;
}

.page-banner-item {
	width: 300px;
	height: 300px;
	margin: 0 auto 30px;
}

.news-wrap {
	padding: 50px 0;
}

.news {
	width: 100%;
	background: #fff;
	margin: 0 auto;
}

.news-heading {
	position: relative;
	font-size: 2.4rem;
	background: #007625;
	color: #FFF799;
	font-weight: 700;
	padding: 1.3rem 2rem;
}

.news-heading span {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	margin-left: 10px;
}

ul.news-list {
	list-style: none;
	padding: 2rem;
	min-height: 220px;
	max-height: 220px;
	max-width: 100%;
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
ul.news-list::-webkit-scrollbar {
	display: none;
}

ul.news-list li {
	display: flex;
	align-items: start;
	justify-content: start;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 0 0 2rem;
	border-bottom: 1px solid #E0E0E0;
}

ul.news-list li .date {
	display: inline-block;
	margin-right: 15px;
	margin-top: 1px;
}

ul.news-list li .news-item {
	font-size: 1.6rem;
}

.poster-dl p {
	margin-top: 1rem;
}

.top-imp-cnt {
	background-color: #fff;
	padding: 20px;
}

.top-imp-cnt .due-date {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.5rem 0;
}

.top-imp-link {
	color: #007625;
	text-decoration: underline;
}

#top_mv {
	position: relative;
}

#top_mv .banner-btn {
	position: absolute;
	top: 20px;
	left: 20px;
}

/*===============================
message
=================================*/

.profile {
	font-size: 1.4rem;
}

.profile .d-flex {
	align-items: end;
	justify-content: start;
	gap: 2rem;
}

.profile img {
	width: 14vw;
	max-width: 17rem;
}

.profile table tr {
	vertical-align: text-top;
}

.profile table .name {
	font-size: 1.8rem;
	font-weight: 600;
}

.greeting p {
	text-indent: 1em;
	margin-bottom: 1.8rem;
}

/*===============================
overview
=================================*/

.overview-table {
	width: 100%;
}

.overview-table tr {
	border-bottom: 1px solid #DDD;
}

.overview-table th {
	color: #007625;
	min-width: 3em;
	width: 12em;
	padding: 3rem 2rem;
}

.overview-table td {
	padding: 3rem 0;
	vertical-align: text-top;
}


/*===============================
abstracts
=================================*/

.list-pagelink {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	max-width: 1000px;
	width: 100%;
}

.list-pagelink li {
	flex: 0 0 auto;
	margin: 5px 0;
	padding: 0 20px 0;
	list-style: none;
	text-decoration: underline;
}

.list-pagelink li::before {
	content: '';
	background: url(../images/icon-arrow-bottom.png) no-repeat center / 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
	padding-left: 24px;
}

table.table-bunrui th {
	background-color: #bee5eb;
	border: 1px solid #86cfda;
}

.abstracts-session {
	padding: 15px 20px;
	margin-bottom: 20px;
	background-color: #e5f1f3;
}

.abstracts-session .koubo {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

.abstracts-session .koubo.koubo02 {
	background-color: #66bc46;
}

.abstracts-session .title {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 6.5em;
	text-indent: -6.5em;
}

.abstracts-session.--en .title {
	padding-left: 0;
	text-indent: 0;
}


/* modal */
.modal {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
}

.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	height: auto;
	max-height: 80vh;
	width: 60%;
	background: white;
	padding: 30px;
}

.modal-content p {
	line-height: 1.75;
	text-align: justify;
}

.--en .modal-content p {
	text-align: left;
}

.js-modal-open {
	padding-left: 6.5em;
}

.--en .js-modal-open {
	padding-left: 0;
}

.js-modal-close {
	text-align: right;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.koubo {
	position: relative;
}

.koubo.en-session::after {
	content: "英語セッション";
	display: block;
	position: absolute;
	bottom: -2.5rem;
	font-size: 1rem;
	color: #fff;
	background: #e08fa6;
	padding: 3px 0px;
	letter-spacing: 0;
	text-align: center;
	width: 7.7em;
}

.abstracts-session .role {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

.entry-app div {
	width: 50%;
	margin: 0 auto;
}

.entry-app p {
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.entry-app div {
		width: 100%;
	}
}

/*===============================
program
=================================*/

.program-item .title {
	margin-bottom: 1em;
	padding-left: 7em;
	text-indent: -7em;
}

.program-item .title-long {
	margin-bottom: 1em;
	padding-left: 10.5em;
	text-indent: -10.5em;
}

.program-item .role {
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

.program-item .title-long .role {
	width: 9.5em;
}

.subtitle {
	color: #00a6c7;
	font-weight: bold;
}

.name-table .post,
.name-table .name {
	white-space: nowrap;
	vertical-align: text-top;
}

/*===============================
speaker
=================================*/


/*===============================
forpress
=================================*/

.forpress-table {
	width: 100%;
}

.forpress-table th,
.forpress-table td {
	padding: 3rem 1rem;
	border-bottom: 1px solid #DDD;
}

.forpress-table th {
	color: #00a5c7;
	min-width: 6em;
}


/*===============================
participant
=================================*/

.participant-table {
	table-layout: fixed;
}

.participant-table th,
.participant-table td {
	vertical-align: middle;
}

.participant-btn02 {
	padding: 32px;
}

.participant-btn span {
	font-size: 80%;
}

.browser-table th,
.browser-table td {
	vertical-align: middle;
}

.qa-container {
	margin: 2.5em auto 0;
	width: 100%;
}

.qa-list:not(:first-child) {
	margin-top: 1em;
}

.question-title {
	background: #e4f4f8;
	border: 1px solid #86cfda;
	cursor: pointer;
	padding: 20px 40px;
	position: relative;
}

.question-title:before {
	position: absolute;
	display: block;
	content: 'Q';
	top: 18px;
	left: 12px;
	color: #00a6c7;
	font-size: 18px;
}

.question-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 35%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
}

.question-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
}

.answer-text {
	border-left: 1px solid #86cfda;
	border-right: 1px solid #86cfda;
	border-bottom: 1px solid #86cfda;
	display: none;
	padding: 20px 40px;
	position: relative;
}

.answer-text:before {
	position: absolute;
	display: block;
	content: 'A';
	top: 18px;
	left: 12px;
	color: #d34b4b;
	font-size: 18px;
}

/*===============================
nursery
=================================*/

.nursery-table {
	width: 100%;
}

.nursery-table th {
	min-width: 8em;
	background-color: #bee5eb;
	border: 1px solid #86cfda;
	text-align: center;
}

.nursery-table td ol {
	list-style: none;
}

/*===============================
link
=================================*/

.link {
	list-style-type: none;
	padding-left: 1em;
}

.link li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: .3em;
}

.link li::before {
	transform: rotate(-45deg);
	width: .4em;
	height: .4em;
	border-bottom: 3px solid #74c1f0;
	border-right: 3px solid #74c1f0;
	content: '';
}

/*===============================
abstracts
=================================*/
.cat-list {
	display: flex;
}

.cat-list .cat-cnt-1,
.cat-list .cat-cnt-2 {
	width: 100%;
}

.cat-list .cat-cnt-1 div,
.cat-list .cat-cnt-2 div {
	display: flex;
	border-top: 1px solid #DDD;
}

.cat-list .cat-cnt-1 div:last-of-type,
.cat-list .cat-cnt-2 div:last-of-type {
	border-bottom: 1px solid #DDD;
}

.cat-list dt,
.cat-list dd {
	padding: 0.75rem;
}

.cat-list dt {
	width: 15%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.cat-list dd {
	width: 85%;
	border-right: 1px solid #DDD;
}

.cat-list .cat-title-1 {
	background-color: #f7dfe8;
}

.cat-list .cat-title-2 {
	background-color: #fff6f9;
}

.presen-format {
	display: flex;
	align-items: center;
}

.presen-format p:last-of-type {
	font-weight: 600;
}

.presen-format div:last-of-type {
	width: 75%;
}

::marker {
	color: #007625;
}

.spview {
	display: none !important;
}

.period {
	font-size: 1.9rem;
	font-weight: 500;
}

.period tr {
	vertical-align: baseline;
}

.period tr td:first-of-type {
	white-space: nowrap;
}

.dashed-box {
	border: 2px dashed #000;
	padding: 2rem;
}

.endai-note-wrap.dashed-box {
	padding: 0 2rem;
}

.endai-note {
	width: 100%;
	border-bottom: 1px solid #DDD;
}

.endai-note:last-of-type {
	border-bottom: 0;
}

.endai-note th {
	display: inline-block;
	font-size: 1.4rem;
	color: #007625;
	background-color: #E4F6EA;
	border-radius: 3px;
	white-space: nowrap;
	padding: 0 1rem;
	margin: 1rem 1rem 0 0;
}

.endai-note td {
	width: 100%;
	padding: 1rem 0;
	line-height: 1.5;
}

.category-table {
	width: 100%;
	border: 1px solid #DDD;
}

.category-table th,
.category-table td {
	padding: 0.75rem 1rem;
}

.category-table thead {
	color: #fff;
	background-color: #007625;
}

.category-table th,
.category-table td {
	border: 1px solid #DDD;
}

.category-table tbody th {
	background-color: #E4F6EA;
}

.solid-box {
	border: 1px solid #DDD;
	padding: 2rem;
}

.solid-box dt {
	border-bottom: 1px solid #DDD;
	font-weight: 500;
	padding-bottom: 1rem;
}

.pre-method div {
	display: flex;
}

.pre-method div dt {
	font-weight: 400;
	min-width: 7em;
	vertical-align: baseline;
}

@media (max-width: 1199.98px) {
	.presen-format {
		display: block;
	}

	.presen-format div:last-of-type {
		width: 40%;
		margin: 0 auto;
	}
}

@media (max-width: 575.98px) {
	.presen-format div:last-of-type {
		width: 60%;
	}

	.cat-list {
		display: block;
	}

	.pcview {
		display: none !important;
	}

	.spview {
		display: block !important;
	}

}

/*===============================
session
=================================*/

.list-alpha {
	list-style-type: none;
}

.list-alpha li {
	text-indent: -1em;
}



/*===============================
registration
=================================*/

.asterisk-box {
	padding-left: 1em;
	text-indent: -1em;
}

.entryfee-table {
	width: 100%;
}

.entryfee-table thead th {
	background-color: #f5f5f5;
}

.entryfee-table th,
.entryfee-table td {
	padding: 3rem 1rem;
	border: 1px solid #DDD;
}

.entryfee-table th {
	min-width: 3em;
	width: 9em;
}

.detail-table tr {
	vertical-align: baseline;
}

.detail-table tr:first-of-type td:first-of-type,
.detail-table tr:nth-of-type(2) td:first-of-type {
	white-space: nowrap;
}

.sanka-period dt {
	font-size: 1.6rem;
	color: #fff;
	background-color: #F5A341;
	display: inline-block;
	padding: 0 1rem;
	line-height: 1.75;
	margin-bottom: -0.25rem;
}

.sanka-period div:last-of-type dt {
	background-color: #1490d2;
}

.sanka-note {
	border: 1px solid #ec2020;
	background-color: #fff7f7;
	padding: 2rem;
}

.sanka-note ul {
	padding-left: 1.5em;
}

.sanka-fee-wrap {
	overflow-x: scroll;
	max-width: 680px;
}

.sanka-fee th,
.sanka-fee td {
	border: 1px solid #DDD;
	padding: 1rem;
	line-height: 1.5;
}

.sanka-fee th {
	font-weight: 400;
	background-color: #E4F6EA;
}

/*===============================
header
=================================*/

.is_new>a {
	position: relative;
}

.is_new>a::before {
	content: "New";
	background-color: #d34b4b;
	color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 3rem;
	z-index: 1;
	padding: 0 4px 2px;
	letter-spacing: normal;
	font-size: 12px;
}

.text-under {
	text-decoration: underline;
}

/*===============================
access
=================================*/

.access-map iframe {
	width: 100%;
	height: 460px;
}

/*===============================
sponsor
=================================*/

.table-common .btn {
	padding: 10px 0;
}

/*===============================
seminar
=================================*/

.seminar-table th {
	white-space: nowrap;
	vertical-align: baseline;
}

.seminar-table tr table {
	margin-left: 2em;
}

.seminar-table tr table th {
	font-weight: 400;
}

.seminar-table tr table td {
	padding-left: 1em;
}

.sanka-fee-table {
	text-align: center;
	width: 100%;
}

/*===============================
micenavi
=================================*/
.micenavi-table {
	width: 100%;
}

.micenavi-table th,
.micenavi-table td {
	border: 1px solid #DDD;
	padding: 1em;
}

.micenavi-applink {
	gap: 40px;
	justify-content: center;
}

.micenavi-applink img {
	max-height: 230px;
}