@charset "UTF-8";
.seminar-box {
  margin-top: 50px;
}
.seminar-box ol.list01 {
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.seminar-box ul.list02 {
  text-indent: -1em;
  padding-left: 1em;
}
.seminar-box .unit3Col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}
.seminar-box .unit3Col li {
  width: 30%;
  text-align: center;
}
.seminar-box .imgBox {
  margin-bottom: 10px;
}
.seminar-box .imgBox img {
  width: 100%;
}
.seminar-box .img-credit {
  font-size: 86%;
  text-align: right;
  margin-bottom: 30px !important;
}
.btn-area{
	margin-top: 20px;
	padding: 20px 50px;
	text-align: center;
	background-color: #e5f1f9;
}
.btn-area a.btn-link{
	display: block;
	width: 394px;
	margin: 0 auto;
	padding: 16px 0 18px;
	background-color: #ce2f35;
	background-repeat: no-repeat;
	border: 1px solid #ce2f35;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(/volunteer/assets/images/icon_btn-blank-02.png);
	background-position: right 15px center;
}
.btn-area a.btn-link:hover{
	opacity: 0.7;
}