@charset "utf-8";

body{
	background: url(images/bg.jpg) no-repeat fixed center top / cover;
}
@media (max-width:1060px){
	body{
		background: url(images/bg.jpg) no-repeat center top / cover;
	}
}


article{
	display: block;
	width: 900px;
	background: rgba(255,255,255,0.9);
	padding: 30px 40px 20px 40px;
	margin: 0 auto 60px auto;
	color: #000;
	box-sizing: border-box;
}
article section{
	display: block;
	width: 100%;
}
article > h2{
	display: block;
	line-height: 100%;
	font-size: 16px;
	border-left: #000 solid 4px;
	margin-bottom: 40px;
	padding-left: 15px;
}
article > h2 span{
	font-family:"Roboto",sans-serif;	
	font-weight: 900;
	font-size: 30px;
	line-height: 100%;
	margin-right: 20px;
}
article section > h2{
	display: block;
	margin-bottom: 20px;
	border-bottom: #000 solid 1px;
	font-size: 20px;
	line-height: 100%;
	padding-bottom: 15px;
	font-weight: 700;
}
article .read{
	display: block;
	margin-bottom: 20px;
}
article section .ind{
	display: block;
	padding: 0 15px;
	margin-bottom: 30px;
}
article section p{
	display: block;
	margin-bottom: 20px;
}
article section h3{
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 10px;
	border-left:#000 solid 4px;
	border-bottom:#000 dotted 1px;
}
article section .gray{
	display: block;
	background: #DEDEDE;
	padding: 15px;
	margin-bottom: 20px;
}
article section .gray table th{
	padding: 0 15px;
	text-align: right;
}
article section .gray table td{
	padding: 0 15px;
	text-align: left;
	border-left: #000 solid 1px;
}
article section ul li{
	display: block;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
article section ul li::before{
	content: "・";
}
article section ul li:last-child{
	margin-bottom: 0;
}
article section ol li{
	margin-bottom: 5px;
}
article section ol li:last-child{
	margin-bottom: 0;
}
article section ol{
	list-style: outside decimal;
	padding-left: 1.5em;
}


