@charset "utf-8";

.wrapper{
	width:800px;
	text-align: left;
}

.wrapper h2{
	font-size:32px;
	border-bottom:2px solid #bababa;
	line-height: 80px;
	margin-bottom: 30px;
}

.seminer-content{
	margin-bottom:40px;
}

.seminer-img{
	float:left;
	width:340px;
}

.seminer-img img{
	width:340px;
}

.seminer-text{
	float:right;
	width:460px;
	padding:0 20px;
	box-sizing: border-box;
}

.seminer-text h3{
	font-size:22px;
	line-height: 60px;
}

.seminer-text p{
	font-size:14px;
}

.seminer-text h6{
	display:inline;
	font-size:14px;
	padding:5px 20px;
	vertical-align: middle;
	background-color: #3E3A39;
	color:#fff
}

.ib-container{
	margin:12px 0;
}

.ib{
	display: inline;
}

.ib-spec{
	color:darkblue;
}

.ib-spec:hover{
	opacity:0.7;
}

#syanai{
	background-color: #f8f8f8;
	padding:40px 0;
}

strong{
	color:#178acc;
	font-weight:700;
}

.col small{
	text-align: center;
	margin:10px 0;
	font-size:14px;
	display: block;
}

.col span{
	color:#fff;
	background-color: #178acc;
	width:60px;
	padding:4px 10px;
	margin-right:10px;
	font-size:15px;
	border-radius: 2px;
}

#gaiyo h3{
	margin-top:30px;
	color:#178acc;
}

#bosyu table{
	width:100%;
}

#bosyu th{
	background-color: #178acc;
	color:#fff;
	text-align: center;
}

#bosyu th:first-of-type,
#bosyu td:first-of-type{
	width:120px;

}

#bosyu td{
	font-weight: 700;
	padding:20px 0;
	border-bottom:1px solid #bababa;
	font-size:14px;
}

@media screen and (max-width:1000px){
	
	#top img{
		height:auto;
	}

}


@media screen and (max-width:940px){
	.wrapper{
		width:92vw;
	}

	#gaiyo .col-2:first-of-type{
		margin-top:20px;
	}


	.wrapper h2{
		font-size:22px;
		line-height: 30px;
		margin-top:40px;
	}
}