@charset "UTF-8";

/* ---------------------------------------------
	Column
--------------------------------------------- */
#column .l-container {
	margin: 100px auto;
}

#column .l-container h2 {
	border-bottom: 1px solid #003352;
	margin: -1em auto 0;
	max-width: 102%;
	letter-spacing: 0.25em;
	text-align: right;
	width: 102%;
}

#column .l-container .l-content {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
}

#column__list,
#column__sec,
#column__post {
	margin: auto;
	padding: 0;
	width: 90vw;
}

ul.c-column__list {
	margin: 30px auto 0;
	max-width: 400px;
	width: 100%;
}

ul.c-column__list > li {
	margin: 0 auto !important;
	padding-bottom: 30px;
	width: 100%;
}

ul.c-column__list > li > a {
	margin-bottom: 0;
	width: 100% !important;
}

ul.c-column__list > li > a:hover {
	opacity: 1 !important;
}

ul.c-column__list > li > a > .c-column__thumbnail {
	background: #eeebe7;
	height: 52vw;
	max-height: 287px;
	max-width: 400px;
	overflow: hidden;
	position: relative;
	width: 71.75vw;
}

ul.c-column__list > li > a > .c-column__thumbnail img {
	bottom: 0;
	height: auto;
	margin: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s;
	width: calc(100% - 40px);
}

ul.c-column__list > li > a:hover > .c-column__thumbnail img {
	width: calc(100% - 20px);
}

ul.c-column__list > li > a > .c-column__date {
	font-size: 90%;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

ul.c-column__list > li > a > .c-column__ttl {
	color: #003352;
	line-height: 1;
	margin-left: 0;
	width: 100%;
}

ul.c-column__list > li > ul.c-column__category {
	display: flex;
	flex-flow: row wrap !important;
	height: 1em;
	margin: 30px 0;
}

ul.c-column__list > li > ul.c-column__category > li {
	margin-right: 0.5em;
	line-height: 1 !important;
}

ul.c-column__list > li > ul.c-column__category > li > a {
	color: #003352;
	font-size: 80%;
	font-weight: 400;
}

@media screen and (min-width: 767px) {
	#column__list,
	#column__post {
		max-width: calc(100% - 12vw);
		width: calc(100% - 12vw);
	}

	#column__list > .l-content {
		max-width: 1000px;
		width: 100%;
	}

	#column__post > .l-content {
		max-width: 1000px;
		width: 100%;
	}

	ul.c-column__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-left: 0 !important;
		margin-right: auto;
		max-width: 1000px;
		width: 100%;
	}

	ul.c-column__list > li {
		width: 45%;
	}

	ul.c-column__list > li > a > .c-column__thumbnail {
		width: 100%;
		height: 25vw;
		max-height: 287px;
		max-width: 400px;
	}
}

@media screen and (min-width: 1000px) {
	#column .l-container h2 {
		margin: -20px auto 0;
		max-width: 780px !important;
		width: 100% !important;
	}

	#column__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around !important;
	}

	#column__list > .l-content,
	#column__post > .l-content {
		max-width: 840px;
		width: 100%;
	}

	ul.c-column__list > li {
		max-width: 400px !important;
		width: 45% !important;
	}

	ul.c-column__list > li > a {
		height: auto;
		max-width: 400px !important;
	}

	ul.c-column__list > li > a > .c-column__thumbnail {
		height: 262px;
		max-height: 262px;
		max-width: 360px;
		width: 360px;
	}
}

@media screen and (min-width: 1280px) {
	#column .l-container h2 {
		margin-bottom: 100px;
		margin-left: 0 !important;
		max-width: 1280px !important;
		width: 100% !important;
	}

	ul.c-column__list {
		margin-left: 6.25vw;
	}

	ul.c-column__list > li > a > .c-column__thumbnail {
		height: 308px;
		width: 440px;
	}
}

@media screen and (min-width: 1600px) {
	#column .l-container h2 {
		margin-left: -50px !important;
		max-width: 1280px !important;
		width: 1280px !important;
	}
	ul.c-column__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around !important;
		margin-left: -120px !important;
		max-width: 1180px !important;
		width: 1180px;
	}

	ul.c-column__list > li {
		width: 33% !important;
	}

	ul.c-column__list > li > a > .c-column__thumbnail {
		height: 308px;
		height: 350px;
		width: 440px;
		width: 600px;
	}
}

/* ---------------------------------------------
	SIDE BAR
--------------------------------------------- */
.c-sidebar {
	margin: 40px auto;
	max-width: 760px;
	width: 100%;
}

.c-sidebar h5 {
	font-size: 14px !important;
	line-height: 1.2;
	margin: 0 0 1em;
	max-width: calc(660px - 11.5em);
	width: 100%;
}

.c-sidebar ul {
	display: flex;
	flex-flow: row wrap;
	height: auto;
	justify-content: space-between;
	margin: 0;
	max-width: 500px;
	width: 100%;
}

.c-sidebar ul li {
	margin-bottom: 0.5em;
	padding-right: 1em;
	width: auto;
}

.c-sidebar ul li a {
	font-size: 13px;
}

.c-sidebar ul li a:hover {
	color: #003352;
	font-weight: 700;
	opacity: 1;
}

@media screen and (min-width: 1280px) {
	.c-sidebar {
		margin-left: 0;
		margin-top: 0;
		left: -150px;
		position: absolute;
		top: 0;
		width: 130px !important;
	}

	.c-sidebar h5 {
		font-size: 16px !important;
		margin-left: 0;
	}

	.c-sidebar ul {
		flex-flow: column wrap;
		margin: 0;
		max-width: 130px;
	}

	.c-sidebar ul li {
		padding-right: 0;
	}

	.c-sidebar ul li a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1600px) {
	.c-sidebar {
		left: -250px;
	}
}

/* ---------------------------------------------
  POST
--------------------------------------------- */
#column__post {
	padding-bottom: 8vw !important;
	padding-top: 8vw !important;
}

#column__post .l-container .l-content .c-article__header .c-entry__date {
	font-size: 16px;
	letter-spacing: 0.15em;
}

#column__post .l-content .c-article__header .c-entry__title {
	color: #000;
	font-size: calc(16px + 8 * (100vw - 320px) / 680);
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-top: 0.5em !important;
}

#column__post ul.c-column__category {
	display: flex;
	flex-flow: row wrap !important;
	height: 1em;
	margin: 0 0 30px;
}

#column__post ul.c-column__category > li {
	margin-right: 0.5em;
	line-height: 1 !important;
}

#column__post ul.c-column__category > li > a {
	color: #003352;
	font-size: 13px;
	font-weight: 600;
}

@media screen and (min-width: 1000px) {
	#column__post .l-content .c-article__header .c-entry__title {
		font-size: 24px;
	}
}

/* Contents */
#column__post .l-container .l-content article {
	padding-bottom: 100px;
}

#column__post .l-container .l-content article .c-article__content-top .c-article__topimage {
	margin-bottom: 50px;
}
#column__post .l-container .l-content article .c-article__content-top .c-article__txt {
	margin-bottom: 40px;
}

#column__post .l-container .l-content article .c-article__list {
	border: 10px solid #003352;
	font-size: 14px !important;
	margin: 1em auto;
	padding: 20px;
	width: 100%;
}

#column__post .l-container .l-content article .c-article__list h5 {
	color: #003352;
	font-size: 15px;
	margin-bottom: 1em;
}

#column__post .l-container .l-content article .c-article__list > ul {
	border-top: 1px solid #0033528a;
	margin-bottom: 0.5em;
}

#column__post .l-container .l-content article .c-article__list > ul > li > a {
	border-bottom: 1px solid #0033528a;
	font-weight: 400 !important;
	padding: 3px 0.5em;
}
#column__post .l-container .l-content article .c-article__content {
	margin-top: 60px;
}
#column__post .l-container .l-content article .c-article__content .c-article__ttl {
	border-bottom: 1.5px solid #003352;
	border-top: 1.5px solid #003352;
	color: #003352;
	font-size: calc(16px + 4 * (100vw - 320px) / 680);
	margin-bottom: 2em;
	margin-top: 50px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#column__post .l-container .l-content article .c-article__list ul li,
#column__post .l-container .l-content article .c-article__txt,
#column__post .l-container .l-content article .c-article__content p {
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
	#column__post .l-container .l-content article .c-article__list ul li,
	#column__post .l-container .l-content article .c-article__txt,
	#column__post .l-container .l-content article .c-article__content p {
		font-size: 15px;
	}
	#column__post .l-container .l-content article .c-article__content .c-article__ttl {
		font-size: 20px !important;
	}
}

/* ---------------------------------------------
  PAGE LINK
--------------------------------------------- */
.pagination {
	display: flex;
	justify-content: center;
	margin: auto;
	font-family: "Lato", sans-serif;
}

.nav-links {
	display: flex;
}

.page-numbers {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #003352;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #003352;
	line-height: 1.25;
	padding: 5px 10px;
	text-align: center;
}

.page-numbers span {
	display: inline-block;
	margin-left: -1em;
	position: relative;
}

.page-numbers.current {
	background: #003352;
	color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
	background: transparent;
	box-shadow: none;
	font-size: 13px !important;
	font-weight: 400;
	margin-top: 5px;
	border: none;
	color: #000;
}

.page-numbers.dots {
	background: transparent;
	box-shadow: none;
	border: none;
	color: #003352;
}
