@charset "UTF-8";
/*----------------------------------------

	+ content
		- article
		- aside

-----------------------------------------*/

/*----------------------------------------
	#content
-----------------------------------------*/

#content {
	padding-bottom: 115px;
}

@media screen and (max-width: 750px) {
	#content {
		padding-bottom: 60px;
	}
}

/*----------------------------------------
	article
-----------------------------------------*/

#content article {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#content article>h1 {
	margin-top: 40px;
	text-align: center;
}

#content article>h1+p {
	margin-top: 40px;
	margin-bottom: 45px;
	text-align: center;
}

#content article>h1+p span {
	padding-bottom: 14px;
	background: linear-gradient(transparent 90%, #ffb400 0%);
}

/* #content article section:nth-of-type(n+2) {
	margin-top: 0;
} */

#content article section a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 20px 20px 4px;
	box-sizing: border-box;
	border: 1px solid #2a2a2a;
	color: #2a2a2a;
	text-decoration: none;
}

#content article section a>figure {
	flex-basis: 410px;
	position: relative;
	width: 410px;
}

/* ◯●マーク関連 */

#content article section a>figure div.marker {
	display: flex;
	height: 80px;
	width: 166px;
	margin: -59px 0 0 -16px;
}

#content article section a>figure div.marker span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 1;
}

#content article section a>figure div.marker span+span {
	margin-left: 6px;
}

#content article section a>figure div.marker span.newarticle {
	background: #ffb400;
}

#content article section a>figure div.marker span.wanted {
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	white-space: pre;
}

/* アスペクト比16:9 */

#content article section a>figure img {
	/* height: calc((47.87% - 40px)*0.5625); */
	height: 230px;
	width: 410px;
}

#content article section a>div {
	width: calc(100% - 410px);
	margin-left: 40px;
	padding: 20px 0 43px;
}

#content article section a>div>h1 {
	margin-bottom: 7px;
}

#content article section a>div>h1 span {
	display: inline;
	padding: 3.5px 0;
}

/* 執筆者 */

#content article section a>div>figure {
	display: flex;
	align-items: center;
	margin-top: 19px;
}

#content article section a>div>figure span {
	display: block;
}

#content article section a>div>figure span img {
	flex-basis: 103px;
	width: 103px;
	height: 103px;
	border-radius: 50%;
}

#content article section a>div>figure dl {
	flex-basis: calc(100% - 103px);
	padding: 15px 0 15px 15px;
}

#content article section a>div>figure dl dt {
	padding-bottom: 14px;
}

/* カテゴリ一覧へ */

#content article section a+p {
	position: relative;
	right: 21px;
	bottom: 52px;
	margin: 0 10px 0 0;
	padding-right: 22px;
	text-align: right;
	line-height: 1;
	box-sizing: border-box;
}

#content article section a+p::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: calc(50% - 4px);
	width: 16px;
	height: 1px;
	border-bottom: 1px solid #292929;
}

#content article section a+p:last-of-type::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -5px;
	bottom: calc(50% - 2px);
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #292929;
	transform: rotate(45deg);
}

#content article section a+p a {
	display: inline;
	padding: 15px 0;
	border: none;
}

@media screen and (max-width: 1024px) {
	#content article {
		width: 84%;
	}

	#content article section a {
		display: inherit;
		width: 100%;
	}

	/* IE11 */
	/* _:lang(x)::-ms-backdrop,
	#content article section a>figure span {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 54.63%;
		box-sizing: border-box;
		transform: translate(0, -50%);
		overflow: hidden;
	}
	_:lang(x)::-ms-backdrop,
	#content article section a>figure span img {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		transform: translate(-50%, 0);
	} */
	#content article section a>figure {
		flex-basis: initial;
		width: 100%;
	}

	/* アスペクト比16:9 */
	#content article section a>figure img {
		height: calc((84vw - 42px)*0.5625);
		width: 100%;
	}

	#content article section a>div {
		width: auto;
		margin: 0 10px 0;
	}
}

@media screen and (max-width: 750px) {
	#content article {
		width: 84%;
		padding-bottom: 30px;
	}

	#content article>h1 {
		margin-top: 20px;
	}

	#content article>h1+p {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	/* #content article section:nth-of-type(n+2) {
		margin-top: 0;
	} */

	#content article section a {
		display: inherit;
		padding: 10px 10px 26px;
	}

	/* #content article section a>figure {
		width: 100%;
	} */
	/* ◯●マーク関連 */
	#content article section a>figure div.marker {
		height: 54px;
		width: 112px;
		margin: -42px 0 0 -7px;
	}

	#content article section a>figure div.marker span {
		width: 54px;
		height: 54px;
		font-size: 10px;
		font-size: 1.0rem;
	}

	#content article section a>figure div.marker span+span {
		margin-left: 4px;
	}

	/* アスペクト比16:9 */
	#content article section a>figure img {
		height: calc((84vw - 22px)*0.5625);
		width: 100%;
	}

	#content article section a>div {
		width: auto;
		margin: 10px 10px 0;
		padding: 0 0 15px;
	}

	#content article section a>div>h1 {
		margin-bottom: 2px;
	}

	/* 執筆者 */
	#content article section a>div>figure {
		margin-top: 15px;
	}

	#content article section a>div>figure span img {
		flex-basis: 65px;
		height: 65px;
		width: 65px;
		/* margin-left: 15px; */
	}

	#content article section a>div>figure dl {
		flex-basis: calc(100% - 65px);
    padding: 5px 0 5px 10px;
	}

	#content article section a>div>figure dl dt {
		padding-bottom: 4px;
	}

	/* カテゴリ一覧へ */
	#content article section a+p {
		bottom: 47px;
		margin: 12px -10px 0 0;
		padding-right: 17px;
	}

	#content article section a+p::before {
		right: 0;
		width: 13px;
	}

	#content article section a+p::after {
		right: -3px;
		width: 7px;
		height: 7px;
	}
}

/*----------------------------------------
	aside
-----------------------------------------*/

#content aside {
	max-width: 980px;
	margin: 70px auto 0;
	padding-bottom: 60px;
}

#content aside>h1 {
	margin-bottom: 45px;
	text-align: center;
}

#content aside>h1 span {
	padding-bottom: 14px;
	background: linear-gradient(transparent 90%, #ffb400 0%);
}

#content aside>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content aside>div section {
	width: calc(50% - 20px);
}

#content aside>div section:nth-child(n+3) {
	margin-top: 37px;
}

#content aside>div section a {
	display: block;
	color: #323232;
	text-decoration: none;
}

#content aside>div section a figure {
	margin-bottom: 7px;
}

#content aside>div section a h1 {
	margin-bottom: 14px;
}

#content aside>div section a h1 span {
	padding: 3.5px 0;
}

/* ◯●マーク関連 */

#content aside>div section a figure div.marker {
	display: flex;
	height: 80px;
	width: 166px;
	margin: -59px 0 0 -16px;
}

#content aside>div section a figure div.marker span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 1;
}

#content aside>div section a figure div.marker span+span {
	margin-left: 6px;
}

#content aside>div section a figure div.marker span.newarticle {
	background: #ffb400;
}

#content aside>div section a figure div.marker span.wanted {
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	white-space: pre;
}

/* アスペクト比16:9 */

#content aside>div section a figure img {
	height: calc((980px/2 - 20px)*0.5625);
	width: 100%;
}

/* タグと日付 */

#content aside>div section a+p {
	margin-top: 11px;
	text-align: right;
}

#content aside>div section a+p span {
	display: inline-block;
	line-height: 1;
}

#content aside>div section a+p span+span {
	margin-left: 1.5em;
	padding-left: 1.5em;
	border-left: 2px solid #d8d8d8;
	letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
	#content aside {
		width: 84%;
	}

	/* アスペクト比16:9 */
	#content aside>div section a figure img {
		height: calc((84vw/2 - 20px)*0.5625);
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#content aside {
		width: 84%;
		margin-top: 45px;
		padding-bottom: 30px;
	}

	#content aside>h1 {
		margin-bottom: 25px;
	}

	#content aside>div {
		display: inherit;
	}

	#content aside>div section {
		width: 100%;
	}

	#content aside>div section:nth-child(n+2) {
		margin-top: 15px;
	}

	/* アスペクト比16:9 */
	#content aside>div section a figure img {
		height: calc(84vw*0.5625);
		width: 100%;
	}

	/* ◯●マーク関連 */
	#content aside>div section a figure div.marker {
		height: 54px;
		width: 112px;
		margin: -42px 0 0 -11px;
	}

	#content aside>div section a figure div.marker span {
		width: 54px;
		height: 54px;
		font-size: 10px;
		font-size: 1.0rem;
	}

	#content aside>div section a figure div.marker span+span {
		margin-left: 4px;
	}

	#content aside>div section a figure {
		margin-bottom: 5px;
	}

	#content aside>div section a h1 {
		margin-bottom: 4px;
	}

	/* タグと日付 */
	#content aside>div section a+p {
		margin-top: 5px;
	}
}