@charset "utf-8";

/* ヒトケミカル研究会について
   ========================================================================== */

/* 定款
   ====================================== */
.teikan > div {
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #eee;
}
.teikan-conts {
	padding-bottom: 10px;
}
.teikan-conts section:first-of-type {
	margin-top: 0;
}
.teikan-conts h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.teikan-conts h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
.teikan-conts p,
.teikan-conts ol {
	margin-top: 0.5em;
}
.teikan-conts p:first-of-type {
	margin-top: 0.5em;
}
@media (min-width:769px){
	.teikan > div {
		height: 500px;
		padding: 40px;
	}
	.teikan-conts {
		padding-bottom: 20px;
	}
	.teikan-conts section section:first-of-type,
	.teikan-conts section section {
		margin-top: 30px;
	}
	.teikan-conts h3 {
		font-size: 2.4rem;
	}
	.teikan-conts h4 {
		font-size: 1.8rem;
	}
}

/* 定款スクロールバー（Chrome等での常時表示 */
.teikan > div::-webkit-scrollbar {
	background: #fff;
	width: 2px;
	height: 4px;
}
.teikan > div::-webkit-scrollbar-thumb {
	background: #ccc;
}
@media (min-width:769px){
  .teikan > div::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 4px;
  }
}
