﻿


/* 2019年度オープンキャンパスのご報告
================================================== */
#oc_report_2019{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 0 80px 10px 80px;
}

#oc_report_2019 .thanks{
	margin-bottom: 30px;
}

#oc_report_2019 h1{/* ヘッダータイトル */
	margin-bottom: 25px;
}

#oc_report_2019 h2{
	line-height: 40px;
	text-indent: 15px;
	margin-bottom: 20px;
	background-color: #FFCA28;
	color: #fff;
	font-size: 24px;
}
#oc_report_2019 h2 span{
	font-size: 13px;
	vertical-align: middle;
}
#oc_report_2019 h3{
	color: #FFCA28;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
#oc_report_2019 h4{
	color: #FFCA28;
}
#oc_report_2019 .flex_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oc_report_2019_contents{
	width: 380px;
	margin-bottom: 30px;
}
.flex_img_inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.img_tour{
	margin: 20px 0 22px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_tour img{
	margin-bottom: 15px;
}
.participant{
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}
.participant_inner{
	width: 760px;
}
.participant_voice{
	margin-bottom: 25px;
}
.participant_voice th{
	vertical-align: top;
	color: #FFCA28;
}
.contact{
	margin-bottom: 30px;
}
.close_window{
	text-align: right;
}