@charset "UTF-8";

/* study */

main > section {
    margin-bottom: 60px;
}

/* 研究会のご案内 */
#introduction {
	line-height: 1.9em;
	font-feature-settings: "palt";
}
#introduction img {
	width: 400px;
	border-radius: 10px;
	vertical-align: top;

	/* テキスト回り込み設定 */
	float: left;
	margin-right: 20px;
}
#introduction p {
	margin-top: 0;
	margin-bottom: 2em;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	#introduction img {
		/* 回り込み設定解除 */
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* 研究会のご案内table設定 */

#introduction table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#introduction tr {
	border-bottom: 1px dotted #ccc;
}
#introduction tr:last-child {
	border: none;
}
#introduction th,
#introduction td {
	padding: 17px 20px;
}
#introduction th {
	width: 160px;
	text-align: center;
	border-right: 1px dotted #ccc;
	background-color: #f3f0e4;
}

@media screen and (max-width: 736px) {
	#introduction th,
	#introduction td {
		padding: 10px;
	}
	#introduction th {
		width: 6em;
	}
}

#corp-list h1 span {
	font-size: 16px;
	margin-left: 1em;
}
.corp-box {
	border: 1px solid #ccc;
	border-radius: 6px;

	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-bottom: 2em;
	display: flex;
	gap: 20px;
}
.corp-inner {
	width: 100%;
}
.corp-inner h3 {
	font-size: 24px;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	text-indent: 0;
}
.corp-inner p,
.corp-inner .description {
	padding-left: 30px;
}
.corp-inner ul {
  list-style: none;
  padding-left: 1em;
}
.corp-image {
	width: 200px;
}
.corp-image img{
	width: 100%;
}

@media screen and (max-width: 736px) {
	#corp-list h1 span {
		display: block;
		line-height: 1.5em;
		margin: 0;
	}
	.corp-box {
		padding: 15px 15px 15px 0;
	}
	.corp-inner h3 {
		margin: 0 0 1em 0;
		padding-left: 20px !important;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	.corp-box {
		display: block;
	}
	.corp-image {
		width: 352px;
		margin: 0 20px;
	}
	.corp-image img {
		width: 100%;
	}
	.corp-inner .description {
		padding-left: 0;
	}
	.corp-inner p,
	.corp-inner ul {
		padding-left: 20px;
	}
	.corp-inner span {
		display: inline-block;
	}
}