@media screen and (min-width:769px){
	.content .inner section{
		padding-bottom: 60px;
	}
	.enactment{
		text-align: right;
		margin-bottom: 30px;
	}
	.content .inner {
		width: 850px;
		border-top: 1px solid #e3e3e5;
	}
	.content .inner h2{
		font-size: 30px;
		line-height: 1;
		margin-top: 90px;
	}
	.content .inner h3{
		font-family: "Noto Sans JP", sans-serif;
		margin-top: 30px;
	}
	.content .inner a{
		transition: 150ms linear;
	}
	.content .inner a:hover{
		text-decoration: underline;
		color: #218dd9;
	}
	.indent{
		text-indent: 1em;
	}
}

/* SP */
@media screen and (max-width:768px){
	.content .inner section{
		padding-bottom: 40px;
	}
	.enactment{
		text-align: right;
		margin-bottom: 30px;
	}
	.content .inner h3{
		font-family: "Noto Sans JP", sans-serif;
		margin-top: 30px;
	}
	.indent{
		text-indent: 1em;
	}
}
