@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;
}

.right-cnt {
	background: linear-gradient(#002F52, #2E5B85);
	padding: 3rem 0 6rem;
	margin-top: -1px;
}

.news-wrap {
	margin: 0 30px;
	border: 1px solid #fff;
	border-radius: 0 20px 0 20px;
}

.news-heading {
	/* position: relative; */
	font-size: 2rem;
	color: #002F52;
	font-weight: 500;
	padding: 5px 20px 10px;
	background-color: #fff;
	border-radius: 0 17px 0 0;
}

.news-heading span.news-icon {
	display: inline-block;
	vertical-align: text-top;
	padding: 1px 5px 0 0;
}

ul.news-list {
	color: #fff;
	list-style: none;
	padding: 0 2rem;
	/* ↓↓↓メニュー増えたら戻す↓↓↓ */
	/* min-height: 197px;
	max-height: 197px; */
	/* ↓↓↓メニュー増えたら消す↓↓↓ */
	min-height: 90px;
	max-height: 90px;
	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;
	padding: 20px 0;
	line-height: 1.6;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-weight: 500;
}

ul.news-list li .date {
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 25px 0 20px;
}

.banner-cnt img {
	max-width: 300px;
	width: 100%;
}

.poster-dl .poster_thum {
	padding: 0 30px;
}

.poster-dl:hover p {
	opacity: .7;
}

/* 動画ポップアップ */
.video-cnt {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}

.video-thumbnail {
	background: url(../images/slash-bg.svg), #C2CCDD;
	border-radius: 0 15px 0 15px;
	max-width: 300px;
	padding: 10px 15px 15px 15px;
	transition: all 0.3s;
}

.video-thumbnail:hover {
	opacity: 0.7;
}

.video-thumbnail p {
	font-weight: 600;
	margin-bottom: 10px;
}

.popup-content {
	max-width: 100%;
}

.popup {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup.is-active {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

.popup-content video {
	width: 100%;
	height: auto;
}

.popup-close {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: white;
	cursor: pointer;
	z-index: 1001;
}

.popup-image {
	width: 40%;
	border: 1px solid #ddd;
	transition: all 0.3s;
}

.popup-image:hover {
	opacity: 0.7;
}

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

.profile {
	border-bottom: 1px solid #002F52;
}

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

.profile img {
	width: 23vw;
	max-width: 22rem;
}

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

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

.overview-table {
	width: 100%;
}

.overview-table th,
.overview-table td {
	padding: 3rem 2rem;
	border-bottom: 1px solid #002F52;
}

.overview-table th {
	text-align: right;
	color: #002F52;
	min-width: 3em;
	width: 8em;
	font-weight: 600;
}

.overview-table td {
	font-weight: 500;
}


/*===============================
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;
}

.lecture-format {
	border: 2px solid #E7ECF2;
}

.lecture-format dt {
	background-color: #E7ECF2;
	color: #3C276E;
	font-weight: 500;
}

.lecture-format dt p {
	font-size: 2rem;
	padding: 1rem 2rem;
}

.lecture-format dt div {
	display: flex;
	justify-content: space-between;
}

.lecture-format dt div span {
	font-size: 1.6rem;
	padding: 0.3rem 1rem;
	line-height: 1.25;
}

.lecture-format dt div span.ttl-left {
	background: #3C276E;
	color: #fff;
}

.luncheon .lecture-format dt div span.ttl-left {
	background: #F7B561;
	color: #3C276E;
}

.evening .lecture-format dt div span.ttl-left {
	background: #62cf8b;
	color: #3C276E;
}

.sponsored .lecture-format dt div span.ttl-left {
	background: #CAD567;
	color: #3C276E;
}

.lecture-format dt div span.ttl-right {
	background-color: #CAD567;
	white-space: nowrap;
}

.lecture-format dt div span.ttl-right.koubo {
	background-color: #62cf8b;
}

.lecture-format dt div span.ttl-right.shitei {
	background-color: #F7B561;
}

.lecture-format dd {
	padding: 1rem 2rem;
}

.lecture-format.co_sponsored dd table {
	width: 100%;
}

.lecture-format.co_sponsored dd td.zacho {
	width: 3.2em;
}

.lecture-format.co_sponsored dd th {
	padding-bottom: 5px;
}

.lecture-format.co_sponsored dd th span {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	color: #3C276E;
	padding: 15px 0 0 0;
	border-bottom: 3px solid #F7B561;
}

.pl-indent1 {
	text-indent: -1em;
	padding-left: 2.5rem !important;
}

.pl-indent2 {
	text-indent: -1.5em;
	padding-left: 3.5rem !important;
}

@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;
}

/*---------- アコーディオン ----------*/

summary {
	/* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
	display: block;
}

summary::-webkit-details-marker {
	/* Safariで表示されるデフォルトの三角形アイコンを消します */
	display: none;
}

.summary_inner {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	/* border: 1px solid #DDD; */
	/* font-weight: bold; */
	color: #3C276E;
	background-color: #f7b561ba;
	font-weight: 500;
}

.icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.4s;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
	transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #3C276E;
}

.icon::before {
	left: 0;
	transform: rotate(45deg);
}

.icon::after {
	right: 0;
	transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
	overflow: hidden;
	background-color: #e7edf2;
}

.content_inner {
	padding: 10px 20px 15px;
}

.details-ttl {
	font-weight: 500;
	padding: 3px 10px;
	color: #9C5C4F;
	background-color: #fafbfc;
	border-left: 3px solid #9C5C4F;
}

.details-cnt-inner div {
	padding: 5px 0;
	border-bottom: 1px dotted #3C276E;
}

.details-cnt-inner div:last-of-type {
	border-bottom: 0;
}

.details-cnt-inner dt {
	font-weight: 500;
	width: 8em;
}

/* --------レイアウト用のスタイル-------- */
.program-flex {
	justify-content: space-between;
	align-items: flex-start;
}

.program-cnt {
	width: 77%;
}

.program-img {
	width: 20%;
}

.program-day {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	display: flex;
	gap: 1.5em;
	justify-content: flex-end;
}

.program-day span {
	position: relative;
	vertical-align: sub;
	display: block;
}

.program-day .schedule::before,
.program-day .clock::before,
.program-day .map::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../images/calendar.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.program-day .clock::before {
	background-image: url(../images/clock.svg);
}

.program-day .map::before {
	background-image: url(../images/map.svg);
	background-size: contain;
}

body.program #page-content h4 {
	border: 0;
	padding-bottom: 4px;
}

body.program .program-day {
	/* border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em; */
	justify-content: flex-start;
	padding-left: 2rem;
	border-bottom: 3px solid #F7B561;
}

/*===============================
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 td,
.nursery-table th {
	padding: 1em;
	font-weight: 400;
	border: 1px solid #DDD;
}

.nursery-table th {
	max-width: 8em;
	padding: 1em;
	background-color: #f7fcff;
	font-weight: 400;
	text-align: center;
}

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

.gray-box {
	padding: 20px;
	border: 1px solid #DDD;
}

/*===============================
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: #000;
}

.spview {
	display: none !important;
}

.period-table td {
	vertical-align: top;
}

@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-fee-table {
	text-align: center;
	width: 100%;
}

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

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

.is_new>a {
	position: relative;
}

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

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

@media (max-width: 980px) {
	.is_new>a::after {
		top: 50%;
		right: 0;
		transform: translate(-50%, -50%);
	}

	.is_new>a::before {
		display: none;
	}

}


/*===============================
bag
=================================*/

#menu-content>li>a.menu-bag {
	background-image: url(../images/menu-bag.svg);
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}

#menu-content>li>a.menu-bag.active {
	background-image: url(../images/menu-bag-wh.svg);
}

.color-var {
	display: flex;
	gap: 20px;
	list-style-type: none;
	text-align: center;
}

.color-var p {
	font-size: 1.4rem;
	background: #e7edf2;
}


/*===============================
micenavi
=================================*/
.box-red a {
	color: rgb(0, 82, 129);
	border-bottom: 1px solid rgb(0, 82, 129);
	transition: all 0.3s;
}

.box-red a:hover {
	opacity: 0.7;
}