@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


/* pc =============================================================================================*/
@media screen and (min-width: 801px), print {

.regulation .regulation_box:not(:nth-of-type(1)){
	margin-top:80px;
	}

.regulation_box h3{
	color:#E94709;
	position:relative;
	font-size:18px;
	padding-bottom:10px;
	letter-spacing:0.2em;
	margin-bottom:20px;
	border-bottom: 1px solid #E94709;
	}
	.regulation_box >  div:not(:nth-of-type(1)){
		margin-top:25px;
		}
	.regulation_box >  div h4{
		margin-bottom:10px;
		}
	.regulation_box >  div > div{
		padding-left:30px;
		}
	.regulation_box >  div > div ol{
		margin-left:25px;
		}
		.regulation_box >  div > div ol li:not(:first-child){
			margin-top:10px;
			}


}



/* sp =============================================================================================*/
@media only screen and (max-width: 800px) {

.regulation .regulation_box:not(:nth-of-type(1)){
	margin-top:60px;
	}

.regulation_box h3{
	color:#E94709;
	position:relative;
	font-size:18px;
	padding-bottom:10px;
	letter-spacing:0.2em;
	margin-bottom:20px;
	border-bottom: 1px solid #E94709;
	}
	.regulation_box >  div:not(:nth-of-type(1)){
		margin-top:25px;
		}
	.regulation_box >  div h4{
		margin-bottom:10px;
		}
	.regulation_box >  div > div{
		padding-left:30px;
		}
	.regulation_box >  div > div ol{
		margin-left:25px;
		}
		.regulation_box >  div > div ol li:not(:first-child){
			margin-top:10px;
			}
	
}