@charset "utf-8";


/*#######################################################*/
/*##                                                   ##*/
/*##  当会概要                                          ##*/
/*##                                                   ##*/
/*#######################################################*/

/*---------------------------------------------------------
カテゴリタイトル
---------------------------------------------------------*/
#categoryTtl #cateBg{
	background-image: url( ../company/img/bg_category_ttl.jpg);
}

/*---------------------------------------------------------
当会概要
---------------------------------------------------------*/
/*メールリンク*/
a.mailTxt{
	display: inline-block;
	background-image: url(../common/icon_contact02.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 28px;
}
	@media screen and (max-width: 640px) {
		/*メールリンク*/
		a.mailTxt{
			background-size: 14px auto;
			padding-left: 20px;
		}
	}

/*PDFリンク*/
a.pdfTxt{
	display: inline-block;
	background-image: url(../common/icon_pdf.png);
	background-position: left 1px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	padding-left: 23px;
}
	@media screen and (max-width: 640px) {
		/*PDFリンク*/
		a.pdfTxt{
			background-position: left 2px;
			background-size: 12px auto;
			padding-left: 18px;
		}
	}

/*詳しく*/
a.moreTxt{
	display: inline-block;
	background-image: url(../common/arw16.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	background-size: 7px auto;
	padding-right: 15px;
}
	@media screen and (max-width: 640px) {
		/*詳しく*/
		a.moreTxt{
			background-size: 5px auto;
			padding-right: 10px;
		}
	}

/*リスト*/
.txtList li{
	margin-bottom: 5px;
}
	.txtList li:last-child{
		margin-bottom: 0;
	}
	@media screen and (max-width: 640px) {
		.txtList li{
			margin-bottom: 8px;
		}
	}

/*勉強会一覧*/
.comList{
}

.comList li{
	float: left;
	width: 48.8%;
	/*background-color: #D7F2F0;*/
	border: #DDDDDD solid 2px;
	padding: 22px 25px 20px;
	margin-top: 20px;
	margin-right: 2.4%;
	box-sizing: border-box;
}
	.comList li:nth-child(1),
	.comList li:nth-child(2){
		margin-top: 0;
	}
	.comList li:nth-child(2n){
		margin-right: 0;
	}

/*画像*/
.comList li .cPic{
	float: right;
	display: table;
	width: 200px;
	height: 100px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 10px;
}
	.comList li .cPic span{
		display: table-cell;
		vertical-align: middle;
	}

/*タイトル*/
.comList li .cTit{
	position: relative;
	color: #3B7277;
	font-size: 125%;
	font-weight: bold;
	padding-left: 22px;
	margin-bottom: 12px;
}
	.comList li .cTit::before{
		position: absolute;
		top: 6px;
		left: 0;
		z-index: 2;
		content: '';
		width: 10px;
		height: 10px;
		border: #459A9A solid 3px;
		border-radius: 10px;
	}
	@media screen and (max-width: 959px) {
		/*勉強会一覧*/
		.comList li{
			padding: 25px 20px 15px;
			margin-top: 15px;
		}

		/*画像*/
		.comList li .cPic{
			float: none;
			display: block;
			width: 100%;
			height: auto;
			margin-left: 0px;
			margin-bottom: 20px;
		}
			.comList li .cPic span{
				display: inline;
				vertical-align: top;
			}

		/*タイトル*/
		.comList li .cTit{
			font-size: 1.6rem;
			border-top: #CCCCCC solid 1px;
			border-bottom: #CCCCCC dotted 1px;
			padding-top: 10px;
			padding-bottom: 8px;
			padding-left: 20px;
			margin-bottom: 12px;
		}
			.comList li .cTit::before{
				top: 14px;
				width: 8px;
				height: 8px;
				border-radius: 8px;
			}
	}
	
	@media screen and (max-width: 640px) {
		/*勉強会一覧*/
		.comList li{
			float: none;
			width: 100%;
			padding: 22px 20px 15px;
			margin-right: 0;
		}
			.comList li:nth-child(2){
				margin-top: 15px;
			}

		/*タイトル*/
		.comList li .cTit{
			font-size: 1.4rem;
			padding-left: 18px;
		}
			.comList li .cTit::before{
				top: 13px;
				width: 6px;
				height: 6px;
				border-radius: 6px;
			}
	}


/*---------------------------------------------------------
運営役員
---------------------------------------------------------*/
.officerList{
}

.officerList li{
	background-color: #F7F7F7;
	padding: 40px 50px 35px;
	margin-bottom: 10px;
}
	.officerList li:last-child{
		margin-bottom: 0px;
	}

/*役職*/
.officerList li dl dt{
	position: relative;
	float: left;
	font-size: 162.5%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 15px;
}
	.officerList li dl dt::before{
		position: absolute;
		bottom: 0px;
		left: 0;
		content: "";
		height: 2px;
		width: 40px;
		background-color: #23A5A2;
	}

/*名前*/
.officerList li dl dd{
	color: #000000;
	font-size: 187.5%;
	border-bottom: #CCCCCC solid 1px;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-left: 208px;
	margin-bottom: 25px;
}
	.officerList li dl dd:last-child{
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

.officerList li dl dd span{
	display: block;
	font-size: 16px;
	margin-top: 8px;
}
	@media screen and (max-width: 640px) {
		.officerList li{
			background-color: #EEEEEE;
			padding: 25px 20px 25px;
		}
		
		/*役職*/
		.officerList li dl dt{
			float: none;
			font-size: 1.9rem;
			text-align: center;
			padding-top: 0px;
			padding-bottom: 12px;
			margin-bottom: 20px;
		}
			.officerList li dl dt::before{
				position: absolute;
				bottom: 0px;
				left: calc(50% - 20px);
				height: 2px;
				width: 40px;
			}
		
		/*名前*/
		.officerList li dl dd{
			font-size: 2.2rem;
			text-align: center;
			padding-left: 0px;
			padding-bottom: 25px;
			margin-left: 0px;
			margin-bottom: 20px;
		}

		.officerList li dl dd span{
			font-size: 1.3rem;
			margin-top: 3px;
		}
	}





