@charset "UTF-8";

.main_hd {
	background-image: url("../img/rights/img-mainhd.jpg");
}

.rights {
	margin-top: 60px;
	padding: 80px;
	border: 2px solid #3574C9;
	list-style-type: none;
}

.rights_item {
	position: relative;
	padding-left: 35px;
	margin-top: 40px;
}

.rights_item:first-child {
	margin-top: 0px;
}

.rights_item_num {
	position: absolute;
	color: #3574C9;
	font-size: 30px;
	line-height: 1;
	left: 0;
}

.rights_item_ttl {
	font-size: 18px;
	font-weight: bold;
}

.rights_item_text {
	margin-top: 5px;
}

.content {
	margin-bottom: 50px;
}

.content h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.4;
    color: #20386E;
}

.content p {
	margin-bottom: 1rem;
}

.content a {
	color: #3574C9;
	text-decoration: underline;
	transition: all ease 0.3s;
}

.content a:hover {
	opacity: 0.7;
}

.content:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width:640px) {
	.main_hd {
	}

	.rights {
		margin-top: 30px;
		padding: 40px 030px;
	}

	.rights_item {
		padding-left: 30px;
		margin-top: 20px;
	}

	.rights_item:first-child {
	}

	.rights_item_num {
		font-size: 26px;
	}

	.rights_item_ttl {
		font-size: 16px;
	}

	.rights_item_text {
	}

	.content h2 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.4;
		color: #20386E;
	}

}
