@charset "utf-8";



.mainBox{
	background-color: #fff;
	width: 94%;
	padding: 30px;
	border-radius: 20px;
	margin: 0 auto 20px;
	overflow-wrap: anywhere;
}

.headerFlex{
	margin-bottom: 15px;
}

.under{
	display: flex;
	min-height: 1180px;
	font-size: 1.8rem;
}

.min-height{
	min-height: 1180px;
}

.item{
	margin-top: 30px;
}
.item_in{
	margin-top: 20px;
}

.item > div:nth-child(1){
	margin-top: 0px!important;
}



/*ご挨拶*/
.gree_tx{
	text-indent: 1em!important;
	padding-left: 1em!important;
}


.chairBox{
	display: flex;
	align-items: flex-end;
	text-align: right;
	justify-content: flex-end;
	margin-bottom: 30px;
	border-bottom:dotted 2px #edd693;
	padding-bottom: 20px;
}

.chairInfo{
	font-size: 1.4rem;
}

.chairName{
	font-weight: 700;
	font-size: 1.8rem;
}

.chairPh{
	width: 160px;
	margin-left: 20px;
}


.table_two dt{
	background: #e3f7f4;
	padding: 4px 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.6rem;
}

.table_two dd{
	flex: 1;
	padding: 10px 0 30px 20px;
	margin-bottom: 20px;
}

.table_two .tbl_list{
	padding: 10px 0 15px 20px;
	margin: 0;
}

.table_two dl:last-child dt{
	border-bottom: none;
}

.table_two dl:last-child dd{
	padding-bottom: 0;
	border-bottom: none;
}






.table__twoNormal{
	width: 100%;
}

.table__twoNormal td,.table__twoNormal th{
	padding: 10px;
	border: 1px solid #DBDBDB;
}

.table__twoNormal th{
	background-color: #e1f4ec;
	font-weight: 700;
}

.table__twoNormal tr td:nth-child(1){
	background-color: #F7F7F7;
}



.ph_center {
	width: 450px;
	margin: 15px auto;
}
.ph_center img {
	width: 100%;
}
@media screen and (max-width:765px){
	.ph_center {
		width: 100%;
	}
}



@media screen and (max-width:999px){

	.mainBox{
		padding: 15px;
		width:90%;
		margin: 0 auto 30px;;
		margin-top:80px;
	}

	.headerFlex{
		margin-bottom: 0;
	}
	
	.min-height{
		min-height: 500px;
	}
	
	.under{
		font-size: 1.6rem;
	}
	
	
	

	/*開催概要*/
	.table_two dl{
	display: block;
}
	
	.table_two dt{
		width: 100%;
		padding: 10px;
		color: #038ebc;
		background-color: #deefec;
		font-weight: 700;
		border-radius: 10px 10px 0 0 ;
	}
	
	.table_two dd{
		border-bottom: none;
	}
	
}


@media screen and (max-width:765px){

	.mainBox{
		margin: 100px auto 20px;
	}


	/*ご挨拶*/
	.gree_tx{
		text-indent: 1em!important;
		padding-left: 1em!important;
	}

	.chairBox{
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.chairPh{
		margin-left: 0;
		margin-bottom: 20px;
	}
}


/*一般演題募集案内*/

.endai_list > dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: solid 1px #ddd;
}

.endai_list dt{
	width: 10%;
	padding: 4px;
	background: #f9f7d6;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #ddd;
}
.endai_list dt:last-child{
	border-bottom: none;
}

.endai_list dd{
	width: 90%;
	padding: 4px 8px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.half{
	width: 50%;
}
@media screen and (max-width:765px){
	.half{
		width: 100%;
	}
}

/*関連リンク*/

.link{
	margin-left: 1em;
}

.link li{
	line-height: 1.5;
	margin-bottom: 10px;
	position: relative;
	padding-left: 1em;
}

.link li:last-child{
	margin-bottom: 0px;
}

.link li::before {
	content: '';
	display: inline-block;
	height: 4px;
	width: 4px;
	background-color: #333;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	left: 0;
}
.link li{
	margin-bottom: 8px;
}

.link li a {
	text-decoration: none;
}
.ss_list{
	display: flex;
	flex-wrap: wrap;
}
.ss_list dt{
	display: flex;
	justify-content: space-between;
	width: 15%;
}
.ss_list dd{
	width: 85%;
}
@media screen and (max-width:765px){
	.ss_list{
		flex-direction: column;
	}
	.ss_list dt{
		justify-content: flex-start;
		width: 100%;
	}
	.ss_list dd{
		width: 100%;
	}
}




/*参加登録*/
.red_box{
	background-color: #FFF4F4;
	border: 2px solid #cc0000;
	padding: 25px;
	border-radius: 20px;
}

.yellow_box{
	background-color:#FCFAE0;
	padding: 25px;
	border-radius: 20px;
}

.faq_list dt{
	font-weight: 700;
	padding:  0 0 30px 60px;
	color: #206ab5;
	position: relative;
}

.faq_list dt::before{
	content: 'Q';
	font-size: 2rem;
	background-color: #206ab5;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100vh;
	position: absolute;
	left: 0;
	top: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.faq_list dd{
	padding: 0 0 30px 60px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #aaa;
	position: relative;
}

.faq_list dd::before{
	content: 'A';
	font-size: 2rem;
	border: 2px solid #206ab5;
	color: #206ab5;
	width: 40px;
	height: 40px;
	border-radius: 100vh;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq_list dd:last-of-type{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}






/*プログラム*/
.pro_date{
	text-align: right;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.pro_date span{
	background-color: #F4F4F4;
	display: inline-block;
	padding: 2px 10px;
}

.pro_member{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.pro_member dt{
	width: 135px;
	border: 1px solid #206ab5;
	color: #206ab5;
	margin-right: 15px;
	text-align: center;
}

.pro_member dd{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 150px);
	margin-bottom: 15px;
}

.pro_member dd p:first-child{
	width: 180px;
	font-weight: 700;
}

.pro_member dd p:last-child{
	width: calc(100% - 180px);
	font-size: 1.4rem;
}

.pro_ttl{
	font-weight: 700;
	font-size: 1.7rem;
	color: #DD7500;
	margin: 10px 0;
}

.pro_member dd.pro_long{
	justify-content: flex-end;
}

.pro_member dd.pro_long p:first-child{
	width: 100%;
}

.pro_member dd.pro_long p:last-child{
	
}


@media screen and (max-width:765px){
	.pro_date{
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
	
	
	.pro_member{
		display: block;
	}
	
	.pro_member dt{
		width: 100%;
		margin-bottom: 5px;
	}
	
	.pro_member dd{
		display: block;
		width: 100%;
	}
	
	.pro_member dd p:last-child{
		width: 100%;
	}
	.pro_btn {
		padding: 0 10px;
	}
}




/*学びの嚥下カフェ*/
.pro_member .pro_under {
	align-items: flex-end;
}
.pro_member .pro_under p:first-child {
	font-size: 2rem;
	width: 140px;
}
.pro_member .pro_under p:last-child {
	font-size: 1.6rem;
	width: calc(100% - 140px);
}
@media screen and (max-width:765px) {
	.pro_member .pro_under p:last-child {
		width: 100%;
	}
}


/* 参加者 */
.part_tb1 {
	width: 100%;
	margin-top: 10px;
}

.part_tb1 th {
	padding: 5px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.part_tb1 td {
	padding: 5px;
	text-align: center;
	border: #cee4db 1px solid;
}

.part_tb1 tr td:first-child {
	text-align: left;
	background-color: #f5f5f5;
}

.part_tb2 {
	width: 100%;
	margin-top: 10px;
}

.part_tb2 th {
	width: 30%;
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.part_tb2 td {
	padding: 10px;
	border: #cee4db 1px solid;
}

.part_tb3 {
	width: 100%;
	margin-top: 20px;
}

.part_tb3 th {
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.part_tb3 tr th:nth-child(1) {
	width: 35%;
}

.part_tb3 tr th:nth-child(3) {
	width: 20%;
}

.part_tb3 tr td:nth-child(1) {
	background-color: #f5f5f5;
}

.part_tb3 td {
	padding: 10px;
	border: #cee4db 1px solid;
}

.part_tb4 {
	width: 100%;
}

.part_tb4 th {
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.part_tb4 td {
	padding: 10px;
	text-align: center;
	border: #cee4db 1px solid;
}

.part_tb4 tr td:nth-child(1) {
	width: 40%;
	text-align: left;
	background-color: #f5f5f5;
}

.part_session_ttl {
	margin: 20px 0 10px;
	padding-bottom: 10px;
	border-bottom: #206ab5 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.part_session_ttl dl {
}

.part_session_ttl dt {
	margin-bottom: 5px;
	font-weight: bold;
	color: #206ab5;
}

.part_session_ttl dd {
	color: #206ab5;
}

.part_session_ttl li {
	padding: 3px 5px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.part_session_ttl li + li {
	margin-top: 5px;
}

.jsdr {
	background-color: #038ebc;
}

.jarm {
	background-color: #00ab86;
}

.part_name dt {
	width: 3.5em;
	float: left;
	clear: left;
}

.part_name dd {
	padding-left: 3.5em;
	font-weight: bold;
}

@media screen and (max-width:765px) {
	.part_tb1 th {
	font-size: 1.4rem;
}

.part_tb1 td {
	font-size: 1.4rem;
}
	
	.part_session_ttl {
	margin: 15px 0 10px;
	padding-bottom: 10px;
	border-bottom: #206ab5 1px solid;
	display: block;
}
	
	.part_session_ttl ul {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
	}

.part_session_ttl li {
	width: 48%;
	}

.part_session_ttl li + li {
	margin-top: 0;
}

.jsdr {
	background-color: #038ebc;
}

.jarm {
	background-color: #00ab86;
}

.part_name dt {
	width: 3.5em;
	float: left;
	clear: left;
}

.part_name dd {
	padding-left: 3.5em;
}
}


/* 座長 */
.speaker_tb1 {
	width: 100%;
	margin-top: 10px;
}

.speaker_tb1 th {
	padding: 5px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.speaker_tb1 td {
	padding: 5px;
	font-size: 1.5rem;
	text-align: center;
	border: #cee4db 1px solid;
}

.speaker_tb2 {
	width: 100%;
	margin: 10px 0;
}

.speaker_tb2 th {
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.speaker_tb2 td {
	padding: 10px;
	text-align: center;
	border: #cee4db 1px solid;
}

.speaker_tb3 {
	width: 100%;
	margin: 10px 0;
}

.speaker_tb3 th {
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.speaker_tb3 td {
	padding: 10px;
	text-align: center;
	border: #cee4db 1px solid;
}

.speaker_tb3 tr td:nth-child(3) {
	text-align: left;
}

.speaker_tb4 {
	width: 100%;
	margin: 10px 0;
}

.speaker_tb4 th {
	padding: 10px;
	text-align: center;
	background-color: #e1f4ec;
	border: #cee4db 1px solid;
}

.speaker_tb4 td {
	padding: 10px;
	border: #cee4db 1px solid;
}

.speaker_tb4 tr td:nth-child(1) {
	width: 30%;
	text-align: left;
	background-color: #f5f5f5;
}

.speaker_td {
	width: 28%;
	text-align: left!important;
	background-color: #f5f5f5;
}

.coi_box {
	display: flex;
	justify-content: space-between;
}

.coi_box dl {
	width: 48%;
	margin: 15px 0 10px;
	text-align: center;
}

.coi_box dt {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #e1f4ec;
}

.coi_box dd img {
	width: 100%;
}

.participant_box {
	display: flex;
	justify-content: center;
}

.participant_box dl {
	width: 48%;
	margin: 15px 0 10px;
	text-align: center;
}

@media screen and (max-width:765px) {
.speaker_tb2 th {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb2 td {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb3 th {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb3 td {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb4 th {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb4 td {
	padding: 5px;
	font-size: 1.4rem;
}

.speaker_tb4 tr td:nth-child(1) {
	width: 40%;
}
	
.coi_box {
	display: block;
}

.coi_box dl {
	width: 100%;
}

.coi_box dl + dl {
	margin: 30px 0 20px;
}
	
.participant_box {
	display: block;
}

.participant_box dl {
	width: 100%;
}

.participant_box dl + dl {
	margin: 30px 0 20px;
}
}