@charset "utf-8";


/*==========================================
main
===========================================*/
/* ---------------------------------------------
	title
---------------------------------------------*/
.business .pageTitle{
	border-top: 1px solid #18bcd4;
	border-bottom: 1px solid #18bcd4;
	color: #18bcd4;
}
.art .pageTitle{
	border-top: 1px solid #70b249;
	border-bottom: 1px solid #70b249;
	color: #70b249;
}
.child .pageTitle{
	border-top: 1px solid #e3879a;
	border-bottom: 1px solid #e3879a;
	color: #e3879a;
}


/* ---------------------------------------------
	subTtitle
---------------------------------------------*/
.subTtitle{
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 5.0rem;
	position: relative;
}
.subTtitle h2 {
	font-size: 22px;
}
.subTtitle h3 {
	text-align: center;
}
.subTtitle .pulldown {
	position: absolute;
	left:0;
	float: left;
	padding: 5px 10px;
}

@media (max-width: 992px) {
	.pageTitle {
		padding-top: 2.0rem;
		padding-bottom: 1.8rem;
		margin-bottom: 2.0rem;
		font-size: 1.4rem;
	}
	.subTtitle h3 {
		font-size: 1.6rem;
	}
}
@media (min-width: 993px) {
	.pageTitle {
		padding-top: 2.2rem;
		padding-bottom:2.0rem;
		margin-bottom: 4.0rem;
		font-size: 3.0rem;
	}
	.subTtitle h3 {
	font-size: 3.0rem;
	}
}

.business .pageTitle{
	border-top: 1px solid #18bcd4;
	border-bottom: 1px solid #18bcd4;
	color: #18bcd4;
}
.art .pageTitle{
	border-top: 1px solid #70b249;
	border-bottom: 1px solid #70b249;
	color: #70b249;
}
.child .pageTitle{
	border-top: 1px solid #e3879a;
	border-bottom: 1px solid #e3879a;
	color: #e3879a;
}


/* ---------------------------------------------
pastList
---------------------------------------------*/
.pastList{
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pastList li {
	width: 48%;
	text-align: center;
	margin-bottom: 30px;
}
.pastList li img{
	width: 100%;
}

/* 3col css
.pastList{
	text-align: center;
}
.pastList li img{
	max-width: 100%;
}
@media (max-width: 767px) {
	.pastList{
		margin-left: -0.5%;
		margin-right: -0.5%;
	}
	.pastList li{
		width: 49%;
		display: inline-block;
		margin-bottom:2px;
	}
}
@media (min-width: 768px) {
	.pastList{
	}
	.pastList li{
		width: 24.5%;
		display: inline-block;
		margin-bottom:20px;
	}
}
*/
