/* アーカイブ */

.news_main_title {
	font-size: 30px;
	text-align: center;
	line-height: 1;
	float: none;
	width: 100%;
}

.news_main {
	max-width: 826px;
	margin: 0 auto;
}

.top_news_main_lists {
	margin-top: 40px;
}

.news_pagenation_box {
	margin-top: 20px;
}

.news_pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_pagination_item {
	font-size: 18px;
	color: #3e3a39;
	opacity: 0.7;
	margin: 0 10px;
}

.news_pagination_item.current {
	font-size: 18px;
	opacity: 1;
	color: #3e3a39;
}

.news_pagination_item.prev a {
	display: block;
	width: 12px;
	height: 16px;
	background-image: url(../images/top/news_pagination_item_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 16px;
}

.news_pagination_item.next a {
	display: block;
	width: 12px;
	height: 16px;
	background-image: url(../images/top/news_pagination_item_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 16px;
}

@media screen and (max-width: 767px) {
	.news_main_title {
		font-size: 24px;
		text-align: left;
	}
	.news_main {
		padding: 0 20px 40px;
	}
	.top_news_main_lists {
		margin-top: 20px;
	}
	.news_pagenation_box {
		margin-top: 20px;
	}
	.news_pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.news_pagination_item {
		font-size: 14px;
		margin: 0 7px;
	}
	.news_pagination_item.current {
		font-size: 14px;
	}
	.news_pagination_item.prev a {
		width: 8px;
		height: 12px;
		background-size: 8px 12px;
	}
	.news_pagination_item.next a {
		width: 8px;
		height: 12px;
		background-size: 8px 12px;
	}
}

/* 詳細ページ */

.sub_main_blog {
	max-width: 720px;
	margin: 0 auto;
}

.sub_main_blog_main_top_top_title {
	float: none;
	font-size: 34px;
	color: #717071;
	line-height: 1.3;
	width: 100%;
}

.sub_main_blog_main_top_top_date {
	font-size: 16px;
	color: #717071;
	line-height: 1.3;
	width: 100%;
	margin-top: 40px;
}

.sub_main_blog_main_links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sub_main_blog_main_links_item {
	width: calc(50% - 10px);
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	line-height: 1.5;
}

.sub_main_blog_main_links_item_title {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.sub_main_blog {
		padding: 0 20px 40px;
	}
	.sub_main_blog_main_top_top_title {
		font-size: 24px;
	}
	.sub_main_blog_main_top_top_date {
		font-size: 14px;
		margin-top: 20px;
	}
	/* .sub_main_blog_main_links {
		display: block;
	}
	.sub_main_blog_main_links_item {
		width: 100%;
		background-color: #fff;
		padding: 10px;
		box-sizing: border-box;
		display: block;
		line-height: 1.5;
		font-size: 13px;
	}
	.sub_main_blog_main_links_item_title {
		margin-top: 5px;
		font-size: 13px;
	}
	.sub_main_blog_main_links_item+.sub_main_blog_main_links_item {
		margin-top: 10px;
	}
	.sub_main_blog_main_links_item.next .sub_main_blog_main_links_item_sub {
		text-align: right;
	} */
}

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

.content * {
	line-height: 1.8;
}

.content h2 {
	border-bottom: 2px #707070 solid;
	color: #cea0bc;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin: 60px 0 40px;
	padding: 0 0 10px;
	text-align: left;
	float: none;
}

.content h2:first-child {
	margin-top: 40px;
}

.content h3 {
	color: #cea0bc;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin: 60px auto 40px;
	float: none;
	position: relative;
}

.content h3::before {
	background-image: url(../img/sub/h3_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 54px;
	left: 0;
	position: absolute;
	top: 0;
	width: 33px;
}

.content h4 {
	color: #cea0bc;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 40px 0;
	float: none;
}

.content iframe {
	height: 495px;
	width: 100%;
}

.sub_main_blog .content iframe {
	height: 329px;
	width: 100%;
}

.content ul {
	margin: 40px 0;
}

.content ul li {
	font-size: 16px;
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
}

.content ul li::before {
	background-color: #cea0bc;
	border-radius: 50%;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 10px;
}

.content ol {
	counter-reset: number;
	list-style: none;
	margin: 40px 0;
}

.content ol li {
	font-size: 16px;
	margin-top: 10px;
	padding: 8px 0 8px 40px;
	position: relative;
}

.content ol li::before {
	align-items: center;
	background-color: #cea0bc;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	content: counter(number);
	counter-increment: number;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
	width: 30px;
}

.content a {
	color: #cea0bc;
	margin: 40px 0;
	text-decoration: underline;
}

.content p {
	font-size: 16px;
	margin: 40px 0;
}

.content p.strong {
	font-weight: bold;
}

.content p .red {
	color: red;
}

.content table {
	border-collapse: separate!important;
	border-left: 1px solid #f2ecd9;
	border-top: 1px solid #f2ecd9;
	margin: 40px 0;
	width: 100%;
}

.content tr {
	width: 100%;
}

.content tr th {
	background-color: #fbf9f4;
	border-bottom: 1px solid #f2ecd9;
	border-right: 1px solid #f2ecd9;
	color: #cea0bc;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 460px;
}

.content tr th:nth-child(2n) {
	background-color: #f2ecd9;
}

.content tr:nth-child(2n) th {
	background-color: #f2ecd9;
}

.content tr:nth-child(2n) th:nth-child(2n) {
	background-color: #fbf9f4;
}

.content tr th *:first-child {
	margin-top: 0;
}

.content tr th *:last-child {
	margin-bottom: 0;
}

.content tr td {
	border-bottom: 1px solid #f2ecd9;
	border-right: 1px solid #f2ecd9;
	font-size: 16px;
	margin: 0;
	padding: 22px 20px;
	vertical-align: top;
	width: 460px;
}

.content tr td *:first-child {
	margin-top: 0;
}

.content tr td *:last-child {
	margin-bottom: 0;
}

.content table tr:first-child *:first-child {
	border-top-left-radius: 30px;
}

.content table tr:first-child *:last-child {
	border-top-right-radius: 30px;
}

.content table tr:last-child *:first-child {
	border-bottom-left-radius: 30px;
}

.content table tr:last-child *:last-child {
	border-bottom-right-radius: 30px;
}

.content .aligncenter {
	display: block;
	margin: 40px auto;
}

.content .alignright {
	float: right;
	margin: 0 0 0 40px;
}

.content .alignleft {
	float: left;
	margin: 0 40px 0 0;
}

.content .wp-caption-text {
	margin: 20px 0;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {
	.sub_main_content {
		margin-top: 20px;
	}
	.content h2 {
		font-size: 24px;
		margin: 40px 0 20px;
		padding: 0 0 5px;
	}
	.content h3 {
		font-size: 20px;
		margin: 40px auto 20px;
	}
	.content h4 {
		font-size: 18px;
		margin: 20px 0;
	}
	.content ul {
		margin: 20px 0;
	}
	.content ol {
		margin: 20px 0;
	}
	.content ul li {
		font-size: 14px;
	}
	.content ol li {
		font-size: 14px;
		padding: 8px 0 8px 35px;
	}
	.content ul li::before {
		background-color: #cea0bc;
		border-radius: 50%;
		content: '';
		height: 10px;
		left: 0;
		position: absolute;
		top: 8px;
		width: 10px;
	}
	.content ol li::before {
		align-items: center;
		background-color: #cea0bc;
		border-radius: 50%;
		box-sizing: border-box;
		color: #fff;
		content: counter(number);
		counter-increment: number;
		display: flex;
		font-size: 13px;
		font-weight: bold;
		height: 24px;
		justify-content: center;
		left: 0;
		line-height: 1;
		position: absolute;
		top: 9px;
		width: 24px;
	}
	.content a {
		margin: 20px 0;
	}
	.content p {
		font-size: 14px;
		margin: 20px 0;
	}
	.content table {
		margin: 20px 0;
	}
	.content tr th {
		font-size: 13px;
		padding: 10px;
		text-align: left;
	}
	.content tr td {
		font-size: 12px;
		padding: 11px 10px;
	}
	.content .aligncenter {
		margin: 20px auto;
	}
	.content .alignright {
		float: none;
		margin: 20px auto;
	}
	.content .alignleft {
		float: none;
		margin: 20px auto;
	}
	.content .wp-caption-text {
		margin: 20px 0;
	}
	.content iframe {
		height: 49.9vw;
		width: 100%;
	}
	.sub_main_blog .content iframe {
		height: 49.9vw;
		width: 100%;
	}
}