@charset "utf-8";
/*------------------------------------------------------------
	past_results
------------------------------------------------------------*/
#main {
	background-color: #EEF7ED;
}
#main .headLine01::before {
	background-color: #8CC98A;
}
#main .headLine03 {
	border-left-color: #8CC98A;
}
#main .headLine04 {
	background: #DDEFDB;/**/
	box-shadow: 0 0 0 0.8rem #DDEFDB;/**/
}
#main .photo {
	margin: 0 auto 3rem;
	max-width: 56rem;
}
#main .photoList li {
	width: 47.9%;
}
#main .innerBox {
	margin-bottom: 7.3rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox01 .photo {
	max-width: 60rem;
}
#main .textBox {
	padding: 2rem 2.5rem 1.5rem;
	margin-bottom: 7rem;
	background-color: #fff;
}
#main .textBox h4 {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}
#main .textBox .ttl {
	margin-bottom: 0.5rem;
	font-weight: 700;
}
#main .textBox .txt {
	margin-bottom: 0.5rem;
	line-height: 2;
}
#main .innerBox .comBtnList02 {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 li {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
}
#main .innerBox .btn01 {
	margin-bottom: 8rem;
}
#main .innerBox .btn02 a {
	background-image: url(../img/common/icon14.png);
	background-position: right 1.2rem center;
	background-size: 2rem auto;
}
#main .innerBox02 .title {
	margin-bottom: 7.6rem;
}
#main .videoBox {
	width: 56rem;
}
@media all and (max-width: 896px) {
	#main .title {
		margin-bottom: 3.7rem;
		line-height: 1.33;
		font-size: 2.4rem;
	}
	#main .photo {
		max-width: 100%;
	}
	#main .photo img {
		width: 100%;
	}
	#main .photoList {
		display: block;
	}
	#main .photoList li {
		margin-bottom: 8rem;
		width: auto;
	}
	#main .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .photoList img {
		width: 100%;
	}
	#main .photoList .notes {
		margin-top: 2rem;
		text-align: right;
	}
	#main .innerBox01 .photo {
		max-width: 33.5rem;
	}
	#main .videoBox {
		margin: 0 auto 4rem;
		width: 83.5%;
	}
}