a {
	opacity: 1;
	transition-duration: 0.3s;
}

a:hover {
	opacity: 0.5;
}

#archive .articles .post {
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 0;
}

#archive .articles .post:first-of-type {
	border-top: 1px solid #d3d3d3;
}

#archive .articles .post:first-of-type a {
	padding-top: 0;
}

#archive .articles .post a {
	text-decoration: none;
}

#archive .articles .post .meta .date {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	color: #413b21;
	font-size: 25.6px;
	font-size: 1.6rem;
	vertical-align: middle;
	margin-top: 3px;
}

#archive .articles .post .meta .cat {
	display: inline-block;
	position: relative;
	bottom: -4px;
	padding: 0px 12px;
	background-color: #054a95;
	color: #fff;
	font-size: 20.8px;
	font-size: 1.3rem;
	margin: 0 10px;
	float: left;
	text-align: center;
	width: 55px;
}

#archive .articles .post .meta .cat.information {
	background-color: #3568b5;
}

#archive .articles .post .meta .cat.topics {
	background-color: #5f7fbf;
}

#archive .articles .post .meta .cat.ir {
	background-color: #37689f;
}

#archive .articles .post .sub {
	line-height: 1.6;
	margin-top: 3px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
	margin-left: 10px;
}

@media all and (min-width:600px) {
	#archive {
		margin-top: 15px;
		background: 0 0;
	}

	#archive .wrapp {
		box-sizing: border-box;
		width: 1120px;
		margin: 0 auto;
	}

	#archive .articles .post {
		overflow: hidden;
		display: flex;
		align-items: flex-start;
	}

	#archive .articles .post .meta .date {
		float: left;
		width: 120px;
		margin-top: 0px;
		font-size: 1.8rem;
	}

	#archive .articles .post .meta .cat {
		bottom: 0;
		padding: 6px 21px 4px;
		font-size: 1.4rem;
		width: 60px;
		height: 25px;
	}

	#archive .articles .post .meta {
		display: flex;
		align-items: center;
	}

	#archive .articles .post .sub {
		display: inline-block;
		position: relative;
		max-width: 790px;
		margin: 6px 0 0;
		padding: 0;
		vertical-align: top;
	}

	#archive .articles .post a:hover .sub {
		text-decoration: underline;
	}
}

#single {
	letter-spacing: 0;
}

#single .head .meta {
	margin-bottom: 10px;
	padding-top: 40px;
}

#single .head .meta .date {
	line-height: 1;
	color: #413b21;
	font-size: 25.6px;
	font-size: 1.6rem;
}

#single .head .meta .cat {
	display: inline-block;
	position: relative;
	bottom: -4px;
	padding: 7px 12px;
	background-color: #054a95;
	color: #fff;
	font-size: 20.8px;
	font-size: 1.3rem;
}

#single .head .meta .cat.information {
	background-color: #3568b5;
}

#single .head .meta .cat.topics {
	background-color: #5f7fbf;
}

#single .head .meta .cat.ir {
	background-color: #37689f;
}

@media all and (min-width:600px) {
	#single .head .meta .date {
		font-size: 1.8rem;
	}

	#single .head .meta .cat {
		display: inline-block;
		bottom: 0;
		padding: 5px 20px;
		color: #fff;
		font-size: 1.4rem;
	}
}

#single .entryWrapp .entry {
	line-height: 1.6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 25.6px;
	font-size: 1.6rem;
}

#single .entryWrapp .entry h2 {
	position: relative;
	line-height: 1.4;
	margin: 30px 0 20px;
	padding-left: 15px;
	font-size: 27.2px;
	font-size: 1.7rem;
}

#single .entryWrapp .entry h2:before {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 3px;
	height: 100%;
	background: #000;
	content: "";
}

#single .entryWrapp .entry h3 {
	clear: both;
	line-height: 1.5;
	margin: 25px 0 12px;
	padding: 6px 10px 7px;
	background: #f5f5f5;
	color: #3f474b;
	font-weight: 500;
	font-size: 27.2px;
	font-size: 1.7rem;
}

#single .entryWrapp .entry h4 {
	clear: both;
	line-height: 1.5;
	margin: 20px 0 10px;
	color: #054a95;
	font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
	font-size: 27.2px;
	font-size: 1.7rem;
}

#single .entryWrapp .entry strong {
	font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
}

#single .entryWrapp .entry em {
	font-style: italic;
}

#single .entryWrapp .entry ul>li {
	position: relative;
	padding-left: 1em;
}

#single .entryWrapp .entry ul>li:before {
	display: block;
	position: absolute;
	top: 12px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #3f474b;
	content: "";
}

#single .entryWrapp .entry ol {
	counter-reset: count;
}

#single .entryWrapp .entry ol>li {
	position: relative;
	padding-left: 35px;
	counter-increment: count;
}

#single .entryWrapp .entry ol>li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 30px;
	font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
	text-align: right;
	content: counter(count) ".";
}

#single .entryWrapp .entry p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#single .entryWrapp .entry .aligncenter,
#single .entryWrapp .entry .alignleft,
#single .entryWrapp .entry .alignright {
	display: block;
	margin: 0 0 12px;
	text-align: center;
}

#single .entryWrapp .links .fb,
#single .entryWrapp .links .tw {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 158px;
	padding: 7px 0 7px 28px;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	text-decoration: none;
}

#single .entryWrapp .links .fb:before,
#single .entryWrapp .links .tw:before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: "";
	transform: translateY(-50%);
}

#single .entryWrapp .links .tw {
	background-color: #1da1f2;
}

#single .entryWrapp .links .tw:before {
	width: 22px;
	height: 18px;
	background-size: cover;
}

#single .entryWrapp .links .fb {
	padding-left: 10px;
	background-color: #4267b2;
}

#single .entryWrapp .links .fb:before {
	width: 20px;
	height: 20px;
	background-size: cover;
}

#single .entryWrapp .links .return {
	text-align: center;
}

#single .entryWrapp .links .return a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 255px;
	padding: 8px 5px;
	border: 1px solid #413b21;
	color: #413b21;
	font-size: 24px;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;
}

#single .entryWrapp .links .return a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 27px;
	height: 8px;
	background-size: cover;
	content: "";
	transform: translateY(-50%);
}

@media all and (min-width:600px) {
	#single .entryWrapp .entry {
		overflow: hidden;
		margin-bottom: 40px;
		padding-bottom: 40px;
		font-size: 1.6rem;
	}

	#single .entryWrapp .entry h2 {
		margin: 50px 0 20px;
		padding-left: 25px;
		font-size: 2.6rem;
	}

	#single .entryWrapp .entry h2:before {
		top: 5px;
		width: 5px;
		height: 95%;
		height: calc(100% - 7px);
	}

	#single .entryWrapp .entry h3 {
		margin: 40px 0 15px;
		padding: 6px 20px 8px;
		font-size: 2.2rem;
	}

	#single .entryWrapp .entry h4 {
		margin: 30px 0 12px;
		font-size: 2rem;
	}

	#single .entryWrapp .entry p {
		clear: both;
		line-height: 2;
	}

	#single .entryWrapp .entry .aligncenter {
		width: auto;
		margin: 0 auto 20px;
	}

	#single .entryWrapp .entry .alignleft {
		float: left;
		max-width: 500px;
		margin: 0 0 20px;
	}

	#single .entryWrapp .entry .alignright {
		float: right;
		max-width: 500px;
		margin: 0 0 20px;
	}

	#single .entryWrapp .links .fb,
	#single .entryWrapp .links .tw {
		width: 182px;
		padding: 8px 0 8px 57px;
		font-size: 1.6rem;
		text-align: left;
	}

	#single .entryWrapp .links .tw:before {
		left: 23px;
		width: 22px;
		height: 18px;
	}

	#single .entryWrapp .links .fb {
		padding-left: 63px;
	}

	#single .entryWrapp .links .fb:before {
		left: 32px;
		width: 20px;
		height: 20px;
	}

	#single .entryWrapp .links .return {
		text-align: center;
	}

	#single .entryWrapp .links .return a {
		width: 320px;
		padding: 16px 5px;
		font-size: 1.6rem;
	}

	#single .entryWrapp .links .return a:before {
		top: 0px;
		right: 30px;
		bottom: 0;
		width: 30px;
		height: 6px;
		margin: auto 0;
		content: "";
	}
}

@media all and (min-width:600px) {
	#single .entryWrapp .links .return a {
		height: 60px;
	}

	#single .entryWrapp .links .return a:before {
		top: 3px;
	}
}

.childCat {
	font-size: 13px;
	color: #413b21;
	padding: 5px 5px;
	border: 1px solid #413b21;
	left: 10px;
	height: 15px;
	bottom: 8px;
}

@media all and (min-width:600px) {
	.childCat {
		bottom: -25px;
		left: 0;
	}
}

.list>.item:nth-child(n + 2) {
	border-top: 1px solid #BFBFBF;
}

.item a {
	text-decoration: none;
}

.item .news-item {
	display: flex;
	padding: 20px;
}

.item .news-item .news-cate {
	display: flex;
	align-items: center;
	min-width: 80px
}

.item .news-item .news-detail {
	display: flex;
	flex-direction: column;
}

.item .news-item .news-detail .news-detail-top {
	height: 30px;
}

.date {
	margin-right: 4px;
	color: #413b21;
	font-weight: 500;
	line-height: 21px;
	font-weight: 600;

}

.cat {
	background-color: #413b21;
	color: #fff;
	font-size: 15px;
	padding: 6px 12px;
	box-sizing: border-box;
	margin-right: 15px;
	border-radius: 7px;
}

.txt {
	min-height: 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

@media all and (max-width: 599px) {
	.cat {
		font-size: 13px;
		padding: 3px 6px;
		margin-right: 5px;
	}
}