/* Y'S GEAR : /event/2019/suzuka8h/css/layout.css */


.contentsWidth {
	font-size: 1.4rem;
}
.contentsWidth * {
	box-sizing: border-box;
}
.contentsWidth b, 
.contentsWidth span {
	display: inline-block;
}


/*======================================================================*
 *  [ mainImg ] 
 *======================================================================*/

.mainImg {
	background: url(../img/main_pc.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 52% 37px 10px;
	color: #fff;
	text-align: center;
}
.mainImg ul {
	margin: 0 0 25px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.mainImg li + li {
	margin-top: 5px;
}
.mainImg p {
	border: 1px solid #fff;
	margin: 0 20px;
	padding: 5px 10px 7px;
	font-size: 2.6rem;
	font-family: 'Lato', sans-serif;
	line-height: 1;
}

@media screen and (max-width: 980px) {
	.mainImg {
		margin: 0 -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.mainImg {
		padding: 37vw 20px 20px;
		background: url(../img/main_sp.jpg) center top no-repeat #353b93;
		background-size: 100% auto;
	}
	.mainImg img {
		width: 100% !important;
		max-width: 464px;
	}
	.mainImg p {
		margin: 0;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainImg {
		margin: 0 -10px;
		padding: 34vw 20px 20px;
	}
	.mainImg ul {
		margin: 15px 0 20px;
		font-size: 1.4rem;
	}
	.mainImg p {
		margin: 0;
		font-size: 2rem;
	}
} /* */


/*======================================================================*
 *  [ reportTxt ] 
 *======================================================================*/

.reportTxt {
	max-width: 860px;
	margin: 60px auto;
}
.reportTxt p:first-child {
	margin-bottom: 30px;
	color: #353b93;
	font-size: 2.4rem;
	font-weight: bold;
}
.reportTxt p:first-child ~ p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width: 568px) {
	.reportTxt {
		margin: 40px auto;
	}
	.reportTxt p:first-child {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.reportTxt p:first-child br {
		display: none;
	}
	.reportTxt p:first-child ~ p {
		margin-bottom: 20px;
		line-height: 1.6;
	}
} /* */


/*======================================================================*
 *  [ reportImg ] 
 *======================================================================*/

/* [ ʐ^ ] */
.reportImg {
	margin-bottom: 100px;
}

.reportImg .photo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -6px;
}
.reportImg .photo figure {
	width: 25%;
	padding: 6px;
}
.reportImg .photo img {
	display: block;
}

@media screen and (max-width: 768px) {
	.reportImg .photo figure {
		width: 33.33%;
	}
} /* */

@media screen and (max-width: 568px) {
	.reportImg {
		margin-bottom: 50px;
	}
	.reportImg .photo figure {
		width: 50%;
		padding: 4px;
	}
} /* */



