@charset "UTF-8";

.doc_date{
	text-align:right;
}
section ol{
	margin-left:3.5em;
}
section p{
	margin-left:2.2em;
}
h2{
	margin: 0 0 15px;
}
span.bold{
	font-weight: bold;
}
ol.no-num{
	counter-reset: item;
}
ol.no-num li{
	counter-increment: item;
	list-style: none;
}
ol.no-num li::before{
	content: "（" counter(item) "）";
	font-weight: normal; 
}
ol li a{
	text-decoration: underline;
	color:#0066cc!important;
}
ol li a:hover{
	color:#f21933!important;
}

.jobOpenings table td span{
	display:block;
	margin-top:1em;
}
.jobOpenings{
	margin-bottom:2em;
}
/*  */
@media screen and (min-width: 721px){
.no-pc{
	display:none;
}
}

/*   */
@media screen and (max-width: 720px) {
.doc_date{
	margin:10px .5em .5em!important;
}
section{
	padding-right:.5em;
}
}
