@charset "utf-8";

#main {
	text-align: start;
	width: 1000px;
}

.main_cont >  * {
	padding: 0 8px;
}

#main h3 {
	display: block;
	border-bottom: 2px solid #FF6F86;
	padding-bottom: 8px;
	margin-bottom: 32px;
}

#main h3::after {
	display: none;
}

.main_cont p:not(.date) {
	line-height: 28px;
	margin-bottom: 32px;
	min-height: 159px;
}

.date {
	line-height: normal;
	margin-bottom: 24px;
}

.main_cont div {
	text-align: right;
}

.main_cont a {
	display: inline-block;
	color: #444;
}

.main_cont a::before {
	content: "";
	display: inline-block;
    border: 6px solid transparent;
    border-left: 6px solid #FF6F86; 
}

.main_cont a:hover {
	color: #FF6F86;
}

img#eyecatch {
	width: 100%;
	margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
	#flex_wrap {
		flex-direction: row;
	}

	#main {
		width: 100%;
	}

	#main h3 {
		line-height: 32px;
	}

	.date {
		margin-bottom: 16px;
	}
}
