@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : oainfo.css
Description : 下層：競技説明ページCSS
===================================================================== */

section.rules p {
	font-size: 1.5rem;
	line-height: 1.5;
	padding-top: 2%;
	padding-bottom: 2%;

}

section.rules p strong {
	display: block;
	color: #d31f20;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
}

section h1 {
	margin-top: 4%;
}


.rules_wrap {
	max-width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.rules_wrap .rules_wrap_inner {
	padding-top: 56.25%;
}

.rules_lead_text {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	padding-top: 1em;
}

@media screen and (min-width:700px){
	section h1 {
		margin-bottom: 15px;
	}

	.rules_lead_text {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
		font-weight: bold;
		padding-top: 1em;
	}
}
