/* ===================================================================
filename:information.css
=================================================================== */

.informationPage .page-contents {}

/* ------------------------------------------------------------ */
/* .page-title */
/* ------------------------------------------------------------ */
.informationPage .page-contents .page-header {
	margin-bottom: 30px;
}
.informationPage .page-contents .page-header .container {}
.informationPage .page-contents .page-header .container-fluid {}

/* .page-title */
.informationPage .page-contents .page-title {}
.informationPage .page-contents .page-title .page-title-inner {
	padding: 60px 0 50px;
}
.informationPage .page-contents .page-title .title {
	color: #241D14;
	line-height: 1.4;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 0.05em;
	margin: 0;
}
@media (min-width: 992px) {
	.informationPage .page-contents .page-title .page-title-inner {
		display: flex;
		align-items: center;
		padding: 50px 0 10px;
		min-height: 210px;
	}
}
@media (max-width: 767px) {
	.informationPage .page-contents .page-header {
		margin-bottom: 0;
	}
	.informationPage .page-contents .page-title {
		min-height: 221px;
		display: flex;
		align-items: center;
	}
	.informationPage .page-contents .page-title .page-title-inner {
		padding: 30px 0 25px;
	}
	.informationPage .page-contents .page-title .title {
		font-size: 35px;
		letter-spacing: 0;
	}
	.informationPage .page-contents .page-title .title .d-md-none p {
		margin-bottom: 0 !important;
	}
}

/* ------------------------------------------------------------ */
/* .css-title-lide */
/* ------------------------------------------------------------ */

@media (min-width: 768px) {
	.informationPage .page-contents .css-title-lide {
		position: relative;
		white-space: nowrap;
		max-width: 100%;
		overflow: hidden;
	}
	.informationPage .page-contents .css-title-lide::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 96px;
		background: linear-gradient(to left,#FAF8F6 0%, transparent 100%);
	}
	.informationPage .page-contents .css-title-lide span {
		display: inline-block;
		padding-right: 1em;
	}
	.informationPage .page-contents a:hover .css-title-lide span {
		animation: titleLide;
		animation-duration: 10s;
		animation-timing-function: linear;
	}
}
@keyframes titleLide {
	0% {
		transform: translateX(0%)
	}
	100% {
		transform: translateX(-100%)
	}
}


/* ------------------------------------------------------------ */
/* .page-body */
/* ------------------------------------------------------------ */
.informationPage .page-contents .page-body {
	position: relative;
	padding-bottom: 190px;
}
.informationPage .page-contents .page-body > .container {
	max-width: 1086px;
}
@media (max-width: 767px) {
	.informationPage .page-contents .page-body {
		padding-bottom: 100px;
	}
}

/* .ankerNav */
.informationPage .page-contents .ankerNav {
	position: sticky;
	top: 112px;
	right: 0;
	left: 0;
	margin-bottom: 128px;
	z-index: 98;
}
.informationPage .page-contents .ankerNav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #F5F1EC;
}
.informationPage .page-contents .ankerNav li {
	position: relative;
	flex-basis: 256px;
	max-width: 50%;
	margin: 0;
	padding: 0;
}
.informationPage .page-contents .ankerNav a {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 16px 48px 17px 20px;
	line-height: 1.4;
	width: 100%;
	color: #7E736C;
}
.informationPage .page-contents .ankerNav a .num {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	margin-right: 1.5em;
}
.informationPage .page-contents .ankerNav a .sec-name {
	font-size: 13px;
}
.informationPage .page-contents .ankerNav a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 48px;
	margin-left: auto;
	background-image: url(../_img/information/ankerArrow.svg);
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
	transition: opacity 0.3s;
}
.informationPage .page-contents .ankerNav a.current {
	background-color: #E8E2DB;
}
.informationPage .page-contents .ankerNav a.current::after {
	opacity: 0;
}
@media (max-width: 991px) {
	.informationPage .page-contents .ankerNav {
		top: 64px;
	}
	.informationPage .page-contents .ankerNav a {
		padding: 15px 48px 15px 15px;
	}
}
@media (max-width: 767px) {
	.informationPage .page-contents .ankerNav {
		margin-bottom: 75px;
	}
	.informationPage .page-contents .ankerNav .container-fluid {
		padding: 0;
	}
	.informationPage .page-contents .ankerNav ul {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(2, auto);
		overflow: hidden;
	}
	.informationPage .page-contents .ankerNav li {
		max-width: 100%;
	}
	.informationPage .page-contents .ankerNav li::before {
		position: absolute;
		content: "";
		top: -1px;
		right: 0;
		left: 0;
		transition: opacity 0.3s;
		border-top: solid 1px #E8E2DB;
	}
	.informationPage .page-contents .ankerNav li::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: -1px;
		transition: opacity 0.3s;
		border-left: solid 1px #E8E2DB;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents .ankerNav li:not(:first-child) {
		padding-left: 1px;
	}
	.informationPage .page-contents .ankerNav li:not(:first-child)::before {
		position: absolute;
		content: "";
		top: 12px;
		bottom: 12px;
		left: 0;
		border-left: solid 1px #E8E2DB;
		transition: opacity 0.3s;
	}
	.informationPage .page-contents .ankerNav li:hover::before,
	.informationPage .page-contents .ankerNav li:hover + li::before {
		opacity: 0
	}
	.informationPage .page-contents .ankerNav a {
		transition: color 0.3s, background-color 0.3s;
	}
	.informationPage .page-contents .ankerNav a:hover {
		color: #FFFFFF;
		background-color: #CBA372;
	}
	.informationPage .page-contents .ankerNav a::after {
		transition: background-image 0.3s, opacity 0.3s;
	}
	.informationPage .page-contents .ankerNav a:hover::after {
		background-image: url(../_img/information/ankerArrow-white.svg);
		opacity: 1;
	}
}

/* ------------------------------------------------------------ */
/* section基本 */
/* ------------------------------------------------------------ */
.informationPage .page-contents section {
	margin-top: -30px;
	padding-top: 30px;
	margin-bottom: 150px;
}
.informationPage .page-contents section:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.informationPage .page-contents section {
		margin-bottom: 100px;
	}
}


/* ------------------------------------------------------------ */
/* .sec-title */
/* ------------------------------------------------------------ */
.informationPage .page-contents .sec-title {
	margin-bottom: 100px;
}
.informationPage .page-contents .sec-title .en-title {
	display: flex;
	align-items: center;
	color: #856D47;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 25px;
}
.informationPage .page-contents .sec-title .en-title::before {
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	margin-right: 0.75em;
	border-radius: 0.2em;
	background: linear-gradient(to right bottom, #CA271B 0%, #CA271B 25%, #811900 100%);
}
.informationPage .page-contents .sec-title .en-title span {}
.informationPage .page-contents .sec-title .en-title span.en {
	text-transform: uppercase;
	line-height: 1.2;
}
.informationPage .page-contents .sec-title .en-title span.num {
	font-size: 20px;
	margin-left: 0.25em;
}
.informationPage .page-contents .sec-title h2 {
	font-weight: 400;
	font-size: 45px;
	letter-spacing: 0.03em;
}
@media (max-width: 767px) {
	.informationPage .page-contents .sec-title {
		margin-bottom: 50px;
	}
	.informationPage .page-contents .sec-title .en-title {
		margin-bottom: 15px;
	}
	.informationPage .page-contents .sec-title .en-title span.en {
		font-size: 13px;
	}
	.informationPage .page-contents .sec-title .en-title span.num {
		font-size: 16px;
	}
	.informationPage .page-contents .sec-title h2 {
		font-size: 30px;
	}
}


/* ------------------------------------------------------------ */
/* .list-title */
/* ------------------------------------------------------------ */
.informationPage .page-contents .list-title {
	position: relative;
	color: #856D47;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: solid 1px #FFFFFF;
}
.informationPage .page-contents .list-title::before,
.informationPage .page-contents .list-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}
.informationPage .page-contents .list-title::before {
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.informationPage .page-contents .list-title::after {
	background: linear-gradient(to left bottom, #811900 0%, #CA271B 75%, #CA271B 100%);
}


/* ------------------------------------------------------------ */
/* .sec-body */
/* ------------------------------------------------------------ */

.informationPage .page-contents .sec-body {}
@media (max-width: 767px) {
	.informationPage .page-contents .sec-body {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents .sec-body > .row {}
	.informationPage .page-contents .sec-body > .row > * {}
	.informationPage .page-contents .sec-body > .row > .left-col {
		max-width: 230px;
		padding-right: 35px;
	}
	.informationPage .page-contents .sec-body > .row > .right-col {
		max-width: calc(100% - 230px);
	}
}
@media (min-width: 992px) {
	.informationPage .page-contents .sec-body > .row > .left-col {
		max-width: 256px;
		padding-right: 65px;
	}
	.informationPage .page-contents .sec-body > .row > .right-col {
		max-width: calc(100% - 256px);
	}
}


/* ------------------------------------------------------------ */
/* .menu-wrap */
/* ------------------------------------------------------------ */
.informationPage .page-contents .menu-wrap {}
.informationPage .page-contents .menu-wrap .side-col-title {
	margin-bottom: 25px;
}
.informationPage .page-contents .menu-wrap .side-col-title::after {
	width: 48px;
}
.informationPage .page-contents .menu-wrap ul {
	list-style: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents .menu-wrap ul li {
	margin-bottom: 0.8em;
}
.informationPage .page-contents .menu-wrap ul li a {
	position: relative;
	display: flex;
	color: #B1ABA4;
	text-decoration: none;
	padding-left: 1em;
}
.informationPage .page-contents .menu-wrap ul li a::before,
.informationPage .page-contents .menu-wrap ul li a::after {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 4px;
	transform: translate(-50%, -50%);
	display: block;
}
.informationPage .page-contents .menu-wrap ul li a::before {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
	transition: background-color 0.3s, box-shadow 0.3s;
}
.informationPage .page-contents .menu-wrap ul li a::after {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: solid 1px #CBA373;
	opacity: 0;
	transition: opacity 0.3s;
}
.informationPage .page-contents .menu-wrap ul li a.active {
	color: #856D47;
}
.informationPage .page-contents .menu-wrap ul li a.active::before {
	background-color: #CBA373;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.informationPage .page-contents .menu-wrap ul li a.active::after {
	opacity: 1;
}
@media (max-width: 767px) {
	.informationPage .page-contents .menu-wrap {
		margin-bottom: 50px;
	}
	.informationPage .page-contents .menu-wrap .side-col-title {
		border-bottom: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.informationPage .page-contents .menu-wrap .side-col-title::before,
	.informationPage .page-contents .menu-wrap .side-col-title::after {
		content: none;
	}
	.informationPage .page-contents .menu-wrap ul {
		display: flex;
		flex-wrap: wrap;
		margin: -8px;
	}
	.informationPage .page-contents .menu-wrap ul li {
		flex-basis: 50%;
		flex-shrink: 0;
		flex-grow: 0;
		padding: 8px;
		margin: 0;
		max-width: 50%;
	}
	.informationPage .page-contents .menu-wrap ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		font-size: 14px;
		padding: 13px;
		border-radius: 8px;
		color: #B1ABA4;
		background-color: #FFFFFF;
		box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
		transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
	}
	.informationPage .page-contents .menu-wrap ul li a.active {
		color: #7E736C;
		background-color: #EFEAE2;
		box-shadow: 0 0 2px rgba(255, 255, 255, 0.15), inset 0 0 2px rgba(133, 109, 71, 0.15);
	}
	.informationPage .page-contents .menu-wrap ul li a::before,
	.informationPage .page-contents .menu-wrap ul li a::after {
		content: none;
	}

}
@media (min-width: 768px) {
	.informationPage .page-contents .menu-wrap ul li a {
		transition: color 0.3s;
	}
	.informationPage .page-contents .menu-wrap ul li a:hover {
		color: #856D47;
	}
	.informationPage .page-contents .menu-wrap ul li a:hover::before {
		background-color: #CBA373;
		box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
	}
	.informationPage .page-contents .menu-wrap ul li a:hover::after {
		opacity: 1;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents .menu-wrap {
		/* position: sticky; */
		top: 150px;
		padding-bottom: 30px;
	}
}

.informationPage .page-contents .article-list .list-title::after {
	width: 114px;
}
@media (max-width: 767px) {
	.informationPage .page-contents .article-list .list-title::after {
		width: 68px;
	}
}

/* ------------------------------------------------------------ */
/* .list-wrap */
/* ------------------------------------------------------------ */

.informationPage .page-contents section .list-wrap {
	display: none;
}
.informationPage .page-contents section .list-wrap.active {
	display: block;
	animation: fadeIn;
	animation-duration: 0.9s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* ------------------------------------------------------------ */
/* .information-wide-btn */
/* ------------------------------------------------------------ */

.informationPage .page-contents section .btn-wrap {
	margin-top: 20px;
}
.informationPage .page-contents section .information-wide-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 22px 33px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 18px;
	color: #7E736C;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.informationPage .page-contents section .information-wide-btn .arrow {
	content: "";
	position: relative;
	width: 40px;
	height: 16px;
	border-radius: 100px;
	background-color: #CBA373;
	overflow: hidden;
}
.informationPage .page-contents section .information-wide-btn .arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
	width: 200%;
	background-image: url(/_img/common/wide-btn-arrow.svg);
	background-position: 0 0;
	background-size: 50%;
}
@media (max-width: 767px) {
	.informationPage .page-contents section .btn-wrap {
		margin-top: 15px;
	}
	.informationPage .page-contents section .information-wide-btn {
		padding: 19px 23px;
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents section .information-wide-btn {
		transition: color 0.3s, border 0.3s;
	}
	.informationPage .page-contents section .information-wide-btn .arrow::before {
		transition: transform 0.3s;
	}
	.informationPage .page-contents section .information-wide-btn:hover {
		color: #856D47;
		border: solid 1px #CBA373;
	}
	.informationPage .page-contents section .information-wide-btn:hover .arrow::before {
		transform: translateX(0%);
	}
}


/* ------------------------------------------------------------ */
/* #info-sec */
/* ------------------------------------------------------------ */

.informationPage .page-contents #info-sec {}
.informationPage .page-contents #info-sec .article-list {}
.informationPage .page-contents #info-sec .list-wrap {}
.informationPage .page-contents #info-sec .list-wrap > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents #info-sec .list-wrap > ul > li {
	position: relative;
	padding: 50px 0;
	border-bottom: solid 1px #FFFFFF;
}
.informationPage .page-contents #info-sec .list-wrap > ul > li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}
.informationPage .page-contents #info-sec .list-wrap > ul > li:last-child {
	border-bottom: none;
}
.informationPage .page-contents #info-sec .list-wrap > ul > li:last-child::after {
	background-color: rgba(0, 0, 0, 0.0);
}
.informationPage .page-contents #info-sec .article {
	display: block;
	color: #241D14;
	text-decoration: none;
}
.informationPage .page-contents #info-sec .article .article-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 25px;
}
.informationPage .page-contents #info-sec .article-body {
	display: flex;
}
.informationPage .page-contents #info-sec .article-body .the_date {
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 104px;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	padding-right: 10px;
	margin-right: 15px;
	color: #856D47;
	border-right: solid 1px #EFEAE2;
}
.informationPage .page-contents #info-sec .article-body .the_category {
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 1.3;
	flex-basis: calc(100% - 104px);
}
.informationPage .page-contents #info-sec .article-body .the_category > ul {
	display: flex;
	list-style: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents #info-sec .article-body .the_category > ul > li {
	margin-right: 0.8em;
}
.informationPage .page-contents #info-sec .article-body .the_category > ul > li > span {
	position: relative;
	color: #856D47;
	text-decoration: none;
	padding-left: 1em;
}
.informationPage .page-contents #info-sec .article-body .the_category > ul > li > span::before,
.informationPage .page-contents #info-sec .article-body .the_category > ul > li > span::after {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 4px;
	transform: translate(-50%, -50%);
	display: block;
}
.informationPage .page-contents #info-sec .article-body .the_category > ul > li > span::before {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #CBA373;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.informationPage .page-contents #info-sec .article-body .the_category > ul > li > span::after {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: solid 1px #CBA373;
}
@media (max-width: 767px) {
	.informationPage .page-contents #info-sec .list-wrap > ul > li {
		padding: 32px 0 35px;
	}
	.informationPage .page-contents #info-sec .article .article-title {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 17px;
	}
	.informationPage .page-contents #info-sec .article-body .the_date {
		font-size: 16px;
		flex-basis: 80px;
		padding-right: 5px;
	}
	.informationPage .page-contents #info-sec .article-body .the_category > ul {
		font-size: 13px
	}
}


/* ------------------------------------------------------------ */
/* #news-sec */
/* ------------------------------------------------------------ */

.informationPage .page-contents #news-sec {}
.informationPage .page-contents #news-sec .article-list {}
.informationPage .page-contents #news-sec .list-wrap {}
.informationPage .page-contents #news-sec .list-wrap > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents #news-sec .list-wrap > ul > li {
	position: relative;
	padding: 50px 0;
	border-bottom: solid 1px #FFFFFF;
}
.informationPage .page-contents #news-sec .list-wrap > ul > li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}
.informationPage .page-contents #news-sec .list-wrap > ul > li:last-child {
	border-bottom: none;
}
.informationPage .page-contents #news-sec .list-wrap > ul > li:last-child::after {
	background-color: rgba(0, 0, 0, 0.0);
}
.informationPage .page-contents #news-sec .article {
	display: block;
	color: #241D14;
	text-decoration: none;
}
.informationPage .page-contents #news-sec .article .article-title {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 25px;
}
.informationPage .page-contents #news-sec .article-body {
	display: flex;
	align-items: flex-start;
}
.informationPage .page-contents #news-sec .article-body .the_date {
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 97px;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	padding-right: 5px;
	margin-right: 15px;
	color: #856D47;
	border-right: solid 1px #EFEAE2;
}
.informationPage .page-contents #news-sec .article-body .the_category {
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 1;
	flex-basis: 130px;
	padding-right: 10px;
}
.informationPage .page-contents #news-sec .article-body .the_category > ul {
	display: flex;
	list-style: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents #news-sec .article-body .the_category > ul > li {
	margin-right: 0.8em;
}
.informationPage .page-contents #news-sec .article-body .the_category > ul > li > span {
	position: relative;
	color: #856D47;
	text-decoration: none;
	padding-left: 1em;
}
.informationPage .page-contents #news-sec .article-body .the_category > ul > li > span::before,
.informationPage .page-contents #news-sec .article-body .the_category > ul > li > span::after {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 4px;
	transform: translate(-50%, -50%);
	display: block;
}
.informationPage .page-contents #news-sec .article-body .the_category > ul > li > span::before {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #CBA373;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.informationPage .page-contents #news-sec .article-body .the_category > ul > li > span::after {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: solid 1px #CBA373;
}
.informationPage .page-contents #news-sec .article-body .the_content {
	max-width: 512px;
	margin-left: auto;
}
.informationPage .page-contents #news-sec .article-body .the_content p {
	font-size: 13px;
	line-height: 1.85;
	color: rgba(21, 24, 25, 0.5);
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media (max-width: 767px) {
	.informationPage .page-contents #news-sec .list-wrap > ul > li {
		padding: 32px 0 35px;
	}
	.informationPage .page-contents #news-sec .article .article-title {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 13px;
	}
	.informationPage .page-contents #news-sec .article-body {
		flex-wrap: wrap;
	}
	.informationPage .page-contents #news-sec .article-body .the_content {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
		order: -1;
	}
	.informationPage .page-contents #news-sec .article-body .the_date {
		font-size: 16px;
		flex-basis: 80px;
		padding-right: 5px;
	}
	.informationPage .page-contents #news-sec .article-body .the_category {
		flex-basis: calc(100% - 95px);
	}
	.informationPage .page-contents #news-sec .article-body .the_category > ul {
		font-size: 13px;
	}
}


/* ------------------------------------------------------------ */
/* #publish-sec */
/* ------------------------------------------------------------ */

.informationPage .page-contents #publish-sec {}
.informationPage .page-contents #publish-sec .article-list {}
.informationPage .page-contents #publish-sec .list-wrap {
	overflow: hidden;
}
.informationPage .page-contents #publish-sec .list-wrap > ul {
	list-style: none;
	padding: 0;
	margin: 0 -24px;
}
.informationPage .page-contents #publish-sec .list-wrap > ul > li {
	position: relative;
	padding: 50px 24px;
}
.informationPage .page-contents #publish-sec .list-wrap > ul > li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
}
.informationPage .page-contents #publish-sec .article {
	display: block;
	color: #241D14;
	text-decoration: none;
}
.informationPage .page-contents #publish-sec .article .the_category {
	min-height: 15px;
	line-height: 1;
	margin-bottom: 15px;
}
.informationPage .page-contents #publish-sec .article .the_category > ul {
	display: flex;
	list-style: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.informationPage .page-contents #publish-sec .article .the_category > ul > li {
	margin-right: 0.8em;
}
.informationPage .page-contents #publish-sec .article .the_category > ul > li > span {
	position: relative;
	color: #856D47;
	text-decoration: none;
	padding-left: 1em;
}
.informationPage .page-contents #publish-sec .article .the_category > ul > li > span::before,
.informationPage .page-contents #publish-sec .article .the_category > ul > li > span::after {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 4px;
	transform: translate(-50%, -50%);
	display: block;
}
.informationPage .page-contents #publish-sec .article .the_category > ul > li > span::before {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #CBA373;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.informationPage .page-contents #publish-sec .article .the_category > ul > li > span::after {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: solid 1px #CBA373;
}
.informationPage .page-contents #publish-sec .list-wrap .thumbnail-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	aspect-ratio: 1;
	background-color: #EDEBE9;
	border-radius: 8px;
	margin-bottom:  24px;
}
.informationPage .page-contents #publish-sec .list-wrap .thumbnail-wrap img {
	height: auto;
	width: 100%;
	max-width: 150px;
	aspect-ratio: 1;
	object-fit: contain;
	box-shadow: 0 0 2px #FFFFFF, inset 0 0 2px rgba(0, 0, 0, 0.08);
}
.informationPage .page-contents #publish-sec .article-title {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.informationPage .page-contents #publish-sec .list-wrap > ul {
		margin: 0 -8px;
	}
	.informationPage .page-contents #publish-sec .list-wrap > ul > li {
		padding: 35px 8px;
	}
	.informationPage .page-contents #publish-sec .list-wrap .thumbnail-wrap {
		margin-bottom: 10px;
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.informationPage .page-contents #publish-sec .article .the_category {
		margin-bottom: 10px;
	}
	.informationPage .page-contents #publish-sec .article .the_category > ul {
		font-size: 13px;
	}
	.informationPage .page-contents #publish-sec .article-title {
		font-size: 15px;
		line-height: 1.6;
		text-align: left;
	}
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(1),
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(2),
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(3),
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(4) {
		border-bottom: solid 1px #FFFFFF;
	}
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(1)::after,
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(2)::after,
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(3)::after,
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(4)::after {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.informationPage .page-contents #publish-sec .list-wrap .thumbnail-wrap img {
		max-width: 250px;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents #publish-sec .list-wrap .thumbnail-wrap {
		transition: background-color 0.3s;
	}
	.informationPage .page-contents #publish-sec .article:hover .thumbnail-wrap {
		background-color: #FFFFFF;
	}
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(1),
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(2),
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(3) {
		border-bottom: solid 1px #FFFFFF;
	}
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(1)::after,
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(2)::after,
	.informationPage .page-contents #publish-sec .list-wrap > ul > li:nth-child(3)::after {
		background-color: rgba(0, 0, 0, 0.1);
	}
}


/* ------------------------------------------------------------ */
/* #seminar-sec */
/* ------------------------------------------------------------ */

.informationPage .page-contents #seminar-sec {}
.informationPage .page-contents #seminar-sec .article-list {}
.informationPage .page-contents #seminar-sec .list-wrap {
	overflow: hidden;
}
.informationPage .page-contents #seminar-sec .list-wrap > ul {
	list-style: none;
	padding: 0;
	margin: 0 -24px;
}
.informationPage .page-contents #seminar-sec .list-wrap > ul > li {
	position: relative;
	padding: 50px 24px 5px;
}
.informationPage .page-contents #seminar-sec .article {
	display: block;
	color: #241D14;
	text-decoration: none;
}
.informationPage .page-contents #seminar-sec .article-title {
	color: #856D47;
	font-size: 20px;
	margin-bottom: 0.5em;
}
.informationPage .page-contents #seminar-sec .article-body {
	padding: 10px 16px 16px;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.informationPage .page-contents #seminar-sec .thema {
	max-width: 672px;
	margin: 0 auto;
	padding: 30px 0;
}
.informationPage .page-contents #seminar-sec .thema dl {
	display: flex;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .thema dl dt {
	flex-basis: 95px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 15px;
	color: #856D47;
	padding-top: 11px;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .thema dl dd {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .thema .thema-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 0.35em;
}
.informationPage .page-contents #seminar-sec .thema .thema-text {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.informationPage .page-contents #seminar-sec .venue {
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	max-width: 672px;
	margin: 0 auto;
	padding: 30px 0;
}
.informationPage .page-contents #seminar-sec .venue dl {
	display: flex;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .venue dl dt {
	flex-basis: 95px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 15px;
	color: #856D47;
	padding-top: 0;
}
.informationPage .page-contents #seminar-sec .venue dl dd {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .venue .venue-title {
	position: relative;
	padding-left: 1.25em;
	font-size: 15px;
	margin-bottom: 0.75em;
	color: #CA281B;
}
.informationPage .page-contents #seminar-sec .venue .venue-title::before,
.informationPage .page-contents #seminar-sec .venue .venue-title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(-50%, -50%);
	border-radius: 20px;
}
.informationPage .page-contents #seminar-sec .venue .venue-title::before {
	width: 6px;
	height: 6px;
	background-color: #CA281B;
}
.informationPage .page-contents #seminar-sec .venue .venue-title::after {
	width: 10px;
	height: 10px;
	border: solid 1px #CA281B;
}
.informationPage .page-contents #seminar-sec .venue .venue-title.real {
	color: #3663AA;
}
.informationPage .page-contents #seminar-sec .venue .venue-title.real::before {
	background-color: #3663AA;
}
.informationPage .page-contents #seminar-sec .venue .venue-title.real::after {
	border: solid 1px #3663AA;
}
.informationPage .page-contents #seminar-sec .venue .venue-text {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.informationPage .page-contents #seminar-sec .the_date {
	background-color: #F5F1EB;
	color: #253B44;
	border-radius: 8px;
	padding: 17px;
}
.informationPage .page-contents #seminar-sec .the_date dl {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 676px;
}
.informationPage .page-contents #seminar-sec .the_date dl dt {
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0;
	padding-right: 1em;
}
.informationPage .page-contents #seminar-sec .the_date dl dd {
	border-left: solid 1px #E8E2DB;
	font-size: 15px;
	padding: 4px 0 4px 2em;
	margin: 0;
}
.informationPage .page-contents #seminar-sec .btn-wrap {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.informationPage .page-contents #seminar-sec .the_date dl {
		display: block;
	}
	.informationPage .page-contents #seminar-sec .the_date dl dt {
		font-weight: 400;
		font-size: 20px;
		padding: 0;
		margin-bottom: 3px;
	}
	.informationPage .page-contents #seminar-sec .the_date dl dd {
		font-size: 13px;
		padding: 0;
		border: none;
	}
}
@media (max-width: 767px) {
	.informationPage .page-contents #seminar-sec .list-wrap > ul > li {
		padding: 35px 24px 0;
	}
	.informationPage .page-contents #seminar-sec .article-list {
		margin-bottom: 50px;
	}
	.informationPage .page-contents #seminar-sec .article-title {
		font-size: 15px;
	}
	.informationPage .page-contents #seminar-sec .article-body {
		padding: 15px 20px 10px;
	}
	.informationPage .page-contents #seminar-sec .thema {
		padding: 0 0 22px;
	}
	.informationPage .page-contents #seminar-sec .thema dl {
		display: block;
	}
	.informationPage .page-contents #seminar-sec .thema dl dt {
		font-size: 13px;
		margin-bottom: 4px;
		padding: 0;
	}
	.informationPage .page-contents #seminar-sec .thema .thema-title {
		font-size: 25px;
	}
	.informationPage .page-contents #seminar-sec .venue {
		padding: 25px 0;
	}
	.informationPage .page-contents #seminar-sec .venue dl {
		display: block;
	}
	.informationPage .page-contents #seminar-sec .venue dl dt {
		font-size: 13px;
		margin-bottom: 7px;
		padding: 0;
	}
	.informationPage .page-contents #seminar-sec .thema .thema-text {
		line-height: 1.6;
	}
	.informationPage .page-contents #seminar-sec .venue .venue-title {
		font-size: 14px;
		margin-bottom: 0;
	}
	.informationPage .page-contents #seminar-sec .venue .venue-text {
		font-size: 13px;
		line-height: 1.6;
	}
	.informationPage .page-contents #seminar-sec .the_date {
		padding: 17px 24px;
		margin: 0 -10px;
	}
}
@media (min-width: 768px) {
	.informationPage .page-contents #seminar-sec .article-body {
		transition: border 0.3s;
	}
	.informationPage .page-contents #seminar-sec .article:hover .article-body {
		border: solid 1px #CBA373;
	}
}