/****************************************************************************************/
/*
h1,
h2,
#top {
	font-family: hannari-mincho, "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/
[icon] {
	filter: grayscale(1) brightness(1.67);
}
/****************************************************************************************/
#top h1 {
	text-align: left;
	border-bottom: 1px solid #333;
	display: inline-block;
}

#top .button a {
	margin: 0;
	font-style: normal;
	color: white;
	border: none;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#top .button a:after {
	border-color: rgb(191, 141, 19);
	border-left-color: transparent;
}
#top .button a:hover {
	background-color: #aa0000;
	opacity: 0.75;
}
/****************************************************************************************/
#org-menu {
	text-align: center;
	opacity: 0;
}
#org-menu[fixed="true"] {
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1;
	transition: background-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00), margin-top 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
/*
#org-menu[fixed-top="true"] {
	background-color: #f5f5f5;
}
*/
#org-menu[fixed-top="false"] {
	position: absolute;
}
#org-menu[fixed-top="false"],
#org-menu[scroll="up"] {
	margin-top: 0 !important;
}

#org-menu li {
	color: white;
	display: inline-block;
}

#org-menu li a {
	color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
	display: block;
	transition: border-color 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#org-menu li:not([selected]) a {
	border-color: transparent;
}
#org-menu li:not([selected]) a:hover {
	border-color: #dfdfdf;
}

#org-menu + section h1 {
	margin-bottom: 49px;
}
/****************************************************************************************/
.org-image-texts img {
	width: 100%;
	display: block;
}

.org-image-texts h3 {
	font-weight: normal;
	letter-spacing: -0.1rem;
	text-align: left;
}

.org-image-texts p {
	text-align: left;
}
/****************************************************************************************/
#links {
	text-align: center;
}

#links h2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	display: inline-block;
}

#links .message img {
	display: block;
}
#links .message .text {
	line-height: 23px;
	text-align: left;
}

#links .buttons a {
	font-style: normal;
}
/****************************************************************************************/