@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2026-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*  大会・研修会参加登録  */

.conference-fee table tr td:not(:last-child) {
	white-space: nowrap;
}

@media screen and (min-width: 599px) {
	.participation-fee {
		width: 100%;
	}
}

/*  大会準備委員長挨拶  */
.greeting-img {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 1rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 1025px) {
	.greeting-img {
		justify-content: center;
		text-align: center;
	}

	.greeting-img div {
		width: 100%;
	}
}

/*  研修会のご案内  */
.kensyu .title--sec3 {
	text-indent: -2rem;
	padding-left: 2rem;
}

/*  ポスター発表／自主シンポジウム／事例研究発表　申込・論文投稿  */
.submission .list--num li {
	margin-bottom: 1.5rem;
}

.list--num-2 {
	counter-reset: item;
	list-style: none;
	margin-left: 1.5rem;
}

.list--num-2 li {
	counter-increment: item;
	text-indent: -1.5rem;
}

.list--num-2 > li::before {
	content: counter(item) "）";
}

.list--num-2 > li:not(:last-child) {
	margin-bottom: 0.75rem;
}

.list--num-2 li .list--notes {
	margin-left: 1rem;
}

.list--num-2 li > .list--notes li {
	text-indent: -1rem;
}

.img-template {
	width: 230px;
}
.template{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 2rem;
	justify-content: center;
}
.template ul{
	width: 67%;
}
.template div{
	width: 27%;
	max-width: 230px;
}

@media screen and (max-width: 1025px) {
.template ul{
	width: 100%;
}
.template div{
	width: 100%;
}
}