@charset "UTF-8";
.right_side h2 {
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}
#contents .right_side dl{
	margin: 0px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.6em;
}
#contents .right_side dl dt {
	float: left;
	margin: 0px;
	width: 10em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#contents .right_side dl dd {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-left: 0px;
	padding-left: 11em;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*レスポンシブ*/
@media screen and (max-width: 767px){
	.right_side h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 18px;
	}
	#contents .right_side dl{
	font-size: 14px;
	line-height: 1.4em;
	}
	#contents .right_side dl dt {
	float: none;
	width: 10em;
	padding-top: 10px;
	padding-bottom: 0;
	clear: none;
	font-weight: bold;
	}
	#contents .right_side dl dd {
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 10px;
}
}
