@charset "UTF-8";

main .hero-area + .sction {
	margin-top: 0 !important;
}
main .sction + .sction {
	margin-bottom: calc(100 / 1200 * 100%);
}
main .sction .inner > article h3 {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: inherit;
}
#random-panels .randam-panel-list .ecItem a {
	color: #fff;
}
@media screen and (max-width: 1280px) {
	#random-panels .randam-panel-list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	#random-panels .randam-panel-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	#random-panels .randam-panel-list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin: calc(50 / 1200 * 100%) auto;
}
.back-top_link {
	margin: 0;
}
.back-top_link,
.next-top_link {
	font-size: 2em;
	font-weight: 600;
}
.back-top_link a,
.next-top_link a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 0 0 0 1.5em;
	position: relative;
}
.back-top_link a::before,
.next-top_link a::before {
	content: '';
	display: block;
	width: 1.2em;
	padding-top: 1.2em;
	position: absolute;
	left: 0;
	top: 0.1em;
	background-image: url(../images/link_arrow_1.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.next-top_link a::before {
	-webkit-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
}
@media screen and (max-width: 580px) {
	.top_links {
		margin: calc(50 / 1200 * 200%) auto;
	}
}

/*single-article*/
.single-article {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	font-weight: 400;
}
.single-article a {
	transition: 0.3s;
	color: #000;
}
.single-article a:hover {
	opacity: 0.5;
}
h3.single-article-title {
	font-size: 2.2em !important;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 1px;
	border-left: 2px solid #aaa;
	padding-left: 10px;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
}
h3.single-article-title,
.single-article-section h3,
.single-article-section h4,
.single-article-section h5,
.single-article-section h6 {
	font-weight: 600 !important;
	margin-bottom: 15px !important;
}
@media (max-width: 619.5px) {
	h3.single-article-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 580px) {
	h3.single-article-title {
		font-size: 1.8em !important;
	}
}
h3.single-article-title span {
	display: block;
}

h3.single-article-title .subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

.post-date span {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 700;
	background-color: #efefef;
	border-radius: 5px;
}

.writer {
	font-style: italic;
	font-weight: 400;
	padding-top: 30px;
}

.single-article-image-caption,
.single-article-mainimage-caption {
	margin-top: 8px;
	font-size: 11px !important;
	line-height: 1.6;
	color: #444;
	text-align: center;
}

.single-article-image-caption-wrp {
	display: block;
	line-height: 1;
}

.single-article-visual {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.single-article-visual img {
	width: auto;
	max-width: 100%;
}

.single-article-section {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

@media (max-width: 945px) {
	.single-article-section {
		display: block;
	}
}

.single-article-section .single-article-element {
	float: left;
	vertical-align: top;
	width: 48%;
	line-height: 1.8;
	font-size: 16px;
	zoom: 1;
}

.single-article-section .single-article-element:after {
	content: '';
	display: table;
	clear: both;
}

.single-article-section .single-article-element.single {
	width: 100%;
	padding-right: 0;
}

@media (max-width: 945px) {
	.single-article-section .single-article-element {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
	}
}

@media (max-width: 619.5px) {
	.single-article-section .single-article-element {
	}
}

@media (max-width: 945px) {
	.single-article-section .single-article-element:first-child {
		margin-top: 0;
	}
}

.single-article-section .single-article-element strong {
	display: inline-block;
	font-weight: 600;
}

.single-article-section .single-article-element + .single-article-element {
	margin-left: 2%;
	padding-left: 2%;
	padding-right: 0;
}

@media (max-width: 945px) {
	.single-article-section .single-article-element + .single-article-element {
		margin-left: 0;
		padding-left: 0;
	}
}

.single-article-section span.image-floating-right {
	width: 48%;
	float: right;
	margin-left: 4%;
	padding-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section span.image-floating-right {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}

.single-article-section span.image-floating-left {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section span.image-floating-left {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}

.single-article-section div.image-floating-right {
	width: 48%;
	float: right;
	padding-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section div.image-floating-right {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}

.single-article-section div.image-floating-left {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section div.image-floating-left {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}

.single-article-section p {
	margin-bottom: 12px;
}

.single-article-section strong {
	font-weight: 600;
}

.single-article-section em {
	font-style: italic;
}

.single-article-section ul {
	margin-bottom: 12px;
	list-style-position: inside;
}

.single-article-section ul li {
	list-style: disc;
	list-style-position: inside;
}

.single-article-section ol {
	margin-bottom: 12px;
	list-style-position: inside;
}

.single-article-section ol li {
	list-style-type: decimal;
}

.single-article-section b,
.single-article-section strong {
	font-weight: 600;
}

.single-article-section h1 {
	font-size: 160%;
	font-weight: 600;
	margin-bottom: 12px;
}

.single-article-section h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.single-article[class*='area-'] .single-article-section h2 {
	border-left: 2px solid #aaa;
	padding-left: 10px;
}

.single-article-section h3 {
	font-size: 15px;
}

.single-article-section h3,
.single-article-section h4,
.single-article-section h5,
.single-article-section h6 {
	font-weight: 700;
	margin-bottom: 12px;
}

.single-article-section blockquote,
.single-article-section q {
	quotes: 'â€œ' 'â€';
	display: block;
}

.single-article-section q:before {
	content: open-quote;
}

.single-article-section q:after {
	content: close-quote;
}

.single-article-image p {
	font-size: 14px;
}
.post-date span {
	margin-bottom: 30px;
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 700;
	background-color: #efefef;
	border-radius: 5px;
}
@media (max-width: 945px) {
	.single-article-image p {
		text-align: center;
	}
}

@media (max-width: 619.5px) {
	.single-article-image p {
		font-size: 10px;
	}
}
/*articles-navigation*/
.articles-navigation {
	margin: 4em auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.articles-navigation > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
	text-decoration: none;
	color: #000;
	font-size: 1.6rem;
}
.articles-navigation > a:active,
.articles-navigation > a:hover {
	text-decoration: underline;
	opacity: 1;
}
.articles-navigation > a.prev {
}
.articles-navigation > a.next {
	flex-direction: row-reverse;
}

.articles-navigation > a img {
	max-width: 100px;
	border-radius: 5px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.articles-navigation > a.framed img {
	border: 1px solid #9f9f9f;
	overflow: hidden;
}

.articles-navigation.singlenav > a.next {
	margin-left: auto;
}
@media (max-width: 32em) {
	.articles-navigation {
	}
	.articles-navigation > a {
		align-items: flex-start;
		flex-direction: column;
		text-decoration: underline;
		color: #000;
		font-size: 1.2rem;
	}
	.articles-navigation > a.next {
		align-items: flex-end;
		flex-direction: column;
	}
	.articles-navigation > a img {
		max-width: 90px;
	}
}
