@charset "utf-8";

.rule-main{
	padding: 50px 20px;
	line-height: 1.5;
}
.rule-main .mgB10{margin-bottom: 10px !important;}
.rule-main .mgB20{margin-bottom: 20px !important;}
.rule-main .mgB30{margin-bottom: 30px !important;}

.rule-main .cmn-headline-s {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.rule-box{
	padding: 0.5em 0px 1.5em;
	
}
.rule-box h3{
	font-size: 1.2em;
	margin: 0 0 0.5em;
}
.rule-box .mgB20{
	margin: 0 0 1em;
}

.company-box{
	padding: 0 0px 1.5em;
}
.company-box table{
	width: 100%;
}
.company-box table td,
.company-box table th{
	padding: 0.7em;
	font-size: 0.85em;
	text-align: left;
	border: 1px solid #CCC;
}
.company-box table th{
	white-space: nowrap;
	background: #F9F9F9;
}

@media screen and (min-width: 769px){
	.company-box table td,
	.company-box table th{
		font-size: 1.1em;
	}
	
	.rule-main .cmn-headline-s {
	    font-size: 2rem;
	}
	
}