@charset "UTF-8";

/* ---------------
 工業会のご案内
------------------------------*/

/* 工業会のあゆみ */
.ayumi table{
	width: 100%;
	border-collapse: collapse;
}
.ayumi table th,
.ayumi table td{
	padding: 0.5em 1em;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #ccc;
}
.ayumi table th{
	text-align: left;
	background: #efefef;
}
@media screen and (max-width:1920px){

}

/* 組織構成 */
.committee li{
	text-indent:-1em;
	padding-left: 1em;
}

/* 会員構成 */
.member table{
	border-collapse: collapse;
}
.member table th,
.member table td{
	padding: 0.5em 1em;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #ccc;
}
.member table th{
	width: 240px;
	text-align: left;
	background: #efefef;
}

.member table td:nth-child(3){
	width: 360px;
	padding: 0.5em;
}
@media screen and (min-width:1025px){
	.member table{
		width: 100%;
		margin-bottom: 1em;
	}
}
@media screen and (max-width:1025px){
	.member table{
		margin-top: 20px;
	}
}

/* ---------------
 資料ダウンロード
------------------------------*/
.regulation table input,
.regulation table textarea,
.regulation table select{
	position: relative;
}

.regulation ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.regulation ul li{
	width: calc(20% - 20px);
	margin-right: 20px;
	/* margin-top: 25px; */
	margin-bottom: 40px;
}
.regulation ul li a:hover img{
	border: 3px solid #bb8d24;
}

@media screen and (min-width: 1025px) {
	.regulation ul li:nth-child(5n){
		margin-right: 0;
	}
}

.regulation ul.attend{
	display: block;
	margin-top: 20px;
	padding: 0;
}

.regulation ul.attend li{
	width: 100%;
	margin: 0;
}


.regulation li img{
	border: 1px solid #ccc;
}

.regulation li input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: bottom;
}

.regulation li h4{
	display: block;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 1281px){
	.regulation li h4{
		font-size: 0.96em;
	}
}

@media screen and (max-width: 1280px){
	.regulation li h4{
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1024px) {
	.regulation ul li{
		width: calc(25% - 15px);
		margin-right: 15px;
	}
	.regulation ul li:nth-child(4){
		margin-right: 0;
	}
	.regulation li h4{
		font-size: 1rem;
	}
}

@media screen and (max-width: 880px) {
	.regulation ul li{
		width: calc(33.3% - 20px);
		margin-right: 20px;
	}
	.regulation ul li:nth-child(3){
		margin-right: 0;
	}
	.regulation ul li:nth-child(4){
		margin-right: 20px;
	}
	.regulation li h4{
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.regulation ul li{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.regulation ul li:nth-child(3){
		margin-right: 20px;
	}
	.regulation ul li:nth-child(even){
		margin-right: 0;
	}
	.regulation li h4{
		font-size: 0.9rem;
	}
}

.checks_list img {
	border: 2px solid transparent;
	transition: border 0.3s ease;
}

@media (any-hover: hover) {
	.checks_list img:hover {
		cursor: pointer;
		border: 2px solid skyblue;
	}
}

.checks_list img.selected {
	border: 3px solid #bb8d24;
}

.waku{
	border: 1px solid #555;
	padding: 1em;
}

.waku div{
	font-size: 1.125em;
	font-weight: 700;
}

/* ---------------
 資料ダウンロード 動画ページ
------------------------------*/
.movies_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.movies_list li{
	width: calc(50% - 20px);
	margin-top: 20px;
	margin-bottom: 20px;
}

.movies_list li h5{
	min-height: 56px;
	line-height: 1.4;
}

@media screen and (min-width: 1280px) {
	.movies_list li h5{
		padding-left: 2em;
		text-indent: -1.5em;
	}
}

.movies_list li figure{
	position: relative;
}

.movies_list li figure figcaption{
	position: absolute;
	right: 0;
	bottom: 8px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 0.5em 1em;
}

.video_wrap{
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video_wrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width:1921px){
	.video_wrap{
		min-width: 1280px;
	}
}
@media all and (max-width:1920px){
	.video_wrap{
		min-width: 960px;
	}
}
@media all and (max-width:1024px){
	.video_wrap{
		min-width: 640px;
	}
}
@media all and (max-width:640px){
	.video_wrap{
		min-width: 480px;
	}
}
@media all and (max-width:480px){
	.video_wrap{
		min-width: 320px;
	}
}

