@charset "utf-8";
/* CSS Document */

@import "common/reset.css";
@import "common/layout.css";
@import "common/text.css";



article section p{
	margin:0px 20px;
	line-height:1.8;
}
h2,h3,h4{
	font-family: 'Yuji Syuku', serif;}
	h2{
		font-size: 1.8rem;
		margin: 0.5rem auto;
	}

.m0{
		margin:0px;
	}


	article section h2{
		position: relative;
	padding: .3em;
	display: block;
	}
	article section h2:after {
		content: "";
		display: block;
		height: 4px;
		background: linear-gradient(to right, #737373, transparent);
	}
	.row{
		display: flex;
		justify-content: space-between;
	}