/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	color: #1D1D1D;
	line-height: 1.7;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #143EC2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.vis-sp {
	display: none;
}

.inner {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.main {
}

.head {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px 0;
}

.head_logo {
}

.head_logo a {
	display: inline-block;
}

.head_logo img {
	max-width: 100%;
}

.head_link {
}

.foot {
	padding: 20px 0;
}

.foot_addr {
}

.foot_copy {
	margin-top: 20px;
	font-size: 12px;
}

.post {
	border: 1px solid #BCBFC9;
	border-radius: 5px;
	margin-top: 50px;
	padding: 30px;
}

.post:first-child {
	margin-top: 0px;
}

.post section {
	margin-top: 60px;
}

.post section:first-child {
	margin-top: 0px;
}

.post h2 {
	color: #017630;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-top: 60px;
	margin-bottom: 10px;
}

.post h3 {
	color: #fff;
	background: #017630;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	padding: 5px 20px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.post h4 {
	color: #017630;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #909090;
	margin-top: 40px;
	margin-bottom: 10px;
}

.post h2 > a,
.post h3 > a,
.post h4 > a {
	color: inherit;
	text-decoration: none;
}

.post h2:first-child,
.post h3:first-child,
.post h4:first-child {
	margin-top: 0px;
}

.post ul,
.post ol {
	margin: 1em 0;
	padding-left: 2em;
}

.post ul.-large,
.post ol.-large {
	font-size: 26px;
	font-weight: bold;
}

.post ul {
}

.post ol {
}

.post p {
	margin: 1em 0;
}

.post em {
	font-weight: bold;
}

@media screen and (max-width:768px) {
	body {
		font-size: 14px;
	}

	.vis-sp {
		display: block;
	}

	.inner {
		padding: 0 10px;
	}

	.main {
	}

	.head {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.head_logo {
	}

	.head_link {
		line-height: 1.5;
		font-size: 13px;
	}

	.foot {
		text-align: center;
	}

	.foot_addr {
	}

	.foot_copy {
	}

	.post {
		padding: 20px;
	}

	.post:first-child {
	}

	.post section {
		margin-top: 40px;
	}

	.post section:first-child {
	}

	.post h2 {
		font-size: 20px;
	}

	.post h3 {
		padding: 10px 15px;
		font-size: 15px;
	}

	.post h4 {
		margin-top: 25px;
	}

	.post h2:first-child,
	.post h3:first-child,
	.post h4:first-child {
	}

	.post ul,
	.post ol {
		padding-left: 1.5em;
	}

	.post ul.-large,
	.post ol.-large {
		font-size: 18px;
	}

	.post ul {
	}

	.post ol {
	}

	.post li {
		margin-top: 0.75em;
	}

	.post li:first-child {
		margin-top: 0;
	}

	.post p {
	}

	.post em {
	}

}
