@charset "utf-8";
/***** 全体 *****/
@media screen and (max-width:768px) {
  #wrap {
    width: 100%;
  }
}
.contents {
	background-color: #fff;
	width: 100%;
	min-height: 600px;
	padding: 30px;
}
@media screen and (max-width:768px) {
	.contents {
		min-height: auto;
		margin-top: 60px;
	}
}
.item {
	margin-bottom: 40px;
}
@media screen and (max-width:768px) {
	.item {
		margin-bottom: 30px;
	}
}
.under {
	display: flex;
	align-items: center;
	min-height: 200px;
	font-size: 1.8rem;
	margin: 100px 0 200px 80px;
}
@media screen and (max-width:768px) {
	.under {
		margin: 50px 0 200px 40px;
	}
}



/***** nav *****/
.g_nav_contents {
	border-bottom: 1px solid #686D68;
}



/***** テーブル *****/
.tb {
	width: 100%;
	margin-bottom: 20px;
}
.tb th {
	background-color: #f5f5f5;
	font-weight: 600;
}
.tb th, .tb td {
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.tb_normal th {
	width: 15%;
}

@media screen and (max-width:768px) {
.js-scrollable {
   overflow-x: scroll;
   width: 100%;
}
	
	.tb_normal {
		width: 100%;
	}
	
	.tb_normal th {
		width: 24%;
	}
}



/***** ボックス *****/
.box {
	margin: 15px 0;
	padding: 20px;
	border-radius: 5px;
}
.box_gray {
	background-color: #f5f5f5;
}
.box_green {
	border: 2px solid var(--base-color);
}



/***** 文頭揃えリスト *****/
/* dt,margin-bottom広め */
.tb_list dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}
.tb_list dl dt {
	width: 15%;
	display: flex;
	align-items: center;
}
.tb_list dl dd {
	flex: 1;
}
@media screen and (max-width:768px) {
	.tb_list dl {
		display: block;
		margin-bottom: 10px;
	}
	.tb_list dl dt {
		width: 100%;
	}
}
/* dt広め,margin-bottom狭い,sp横並び */
.tb_list02 dl {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.tb_list02 dl dt {
	width: 15%;
	display: flex;
	align-items: center;
}
.tb_list02 dl dd {
	flex: 1;
}
@media screen and (max-width:768px) {
	.tb_list02 dl dt {
		width: 50%;
	}
}
/* 下段文頭下げリスト */
.tb_list03 dd {
	margin-left: 2em;
}
@media screen and (max-width:768px) {
	.tb_list03 dd {
		margin-left: 1em;
	}
}



/***** 文頭下げテキスト *****/
.txt_indent {
	line-height: 1.8;
	text-indent: 1em;
}



/***** border *****/
.bb_solid p {
	margin-bottom: 20px;
	padding: 0 0 1em 1em;
	border-bottom: 1px solid #d7d7d7;
}



/***** 研究会開催記録 *****/
@media screen and (max-width:768px) {
	.tb_record {
		width: 800px;
	}
}
.tb_record th {
	text-align: center;
}
.tb_record th:first-child {
	width: 5%;
}
.tb_record td:first-child,
.tb_record td:last-child {
	text-align: center;
}
@media screen and (max-width:768px) {
	.tb_record th:first-child {
	width: 8%;
}
}



/***** 第13回開催概要 *****/
@media screen and (max-width:768px) {
	.tb_outline {
		width: 800px;
	}
}
.tb_outline th:first-child {
	width: 15%;
}



/***** 挨拶 *****/
.greeting_box {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 30px;
}
.greeting_box p:first-child {
	font-size: 1.6rem;
	text-align: left;
	margin-left: 5rem;
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .greeting_box {
    text-align: left;
  }
  .greeting_box p:first-child {
    margin-left: 3rem;
  }
}



/***** 演題募集 *****/
.tb_abs {
	width: 70%;
}
.tb_abs th:first-child {
	width: 12rem;
}

.txtTb_abs {
	margin-inline: auto;
}

@media screen and (max-width:768px) {
	.tb_abs {
	width: 100%;
}
	.tb_abs th:first-child {
	width: 10rem;
}
}

/***** プログラム *****/
.p-pro__container {
	display: flex;
	border: 1px solid #d7d7d7;
	border-bottom: none;
}

.p-pro__container:last-of-type {
	border-bottom: 1px solid #d7d7d7;
}

.p-pro__time {
	width: 15%;
	padding: 15px;
	border-right: 1px solid #d7d7d7;
}

.p-pro__item {
	flex: 1;
	padding: 15px;
}

.p-pro__item .c-box {
	margin-top: 0;
}

.p-pro__item .c-ttl__medium {
	border: none;
}

.p-ttl__single {
	margin: 0;
}

.p-pro__name {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 10px 0 25px;
}

.p-pro__name dt {
	width: 100px;
	padding: 1px 5px;
	text-align: center;
	color: var(--base-color);
	border: 1px solid var(--base-color);
	font-size: 1.4rem;
}

.p-pro__name dd {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 115px);
	margin-left: 15px;
	margin-top: 10px;
}

.p-pro__name dd:first-of-type {
	margin-top: 0;
}

.p-pro__name dd p:first-child {
	min-width: 170px;
	font-weight: 700;
}

.p-pro__name dd p:nth-child(2) {
	font-size: 1.4rem;
	flex: 1;
}

.p-pro__longName {
	width: 100%;
}

.p-pro__longName + p {
	padding-left: 170px;
}

.p-pro__container .cap {
	margin: 0 0 25px 115px;
}

@media screen and (max-width: 768px) {
	.p-pro__container {
		display: block;
	}
	
	.p-pro__time {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.p-pro__name {
		display: block;
	}
	
	.p-pro__name dt {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.p-pro__name dd {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.p-pro__longName + p {
		padding: 0;
	}
	
	.p-pro__container .cap {
		margin: 5px 0 15px 0;
	}
}