html, body {
	scroll-padding-top: 2.5rem;
	padding: 0;
	margin: 0;
}
body {
	background-color: #002f81;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	border-top: 10px solid #B89C4F;
}
@media (min-width: 576px) {
	body, .sm {}
}
@media (min-width: 768px) {
	body, .md {}
}
@media (min-width: 992px) {
	body, .lg {}
}
@media (min-width: 1200px) {
	body, .xl {}
}
@media (min-width: 1400px) {
	body, .xxl {}
}
@media (min-width:768px) {
	html, body {
		scroll-padding-top: 3.125rem;
	}
}
html {
	overflow-y: scroll
}
@media (max-width:575.98px) {
	html {
		font-size: 3.733333vw
	}
}
p {
	line-height: 2.125;
    text-align: justify;
}
.link-arrow-l::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #3865e0;
	border-right: solid 1px #3865e0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a:hover {
	color: #B89C4F;
}
@media (min-width: 992px) {
	.sidebar_fixed {
		position: sticky;
		top: 5rem;
	}
}

.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
}
.pil1 {
	text-indent: -1rem;
	padding-left: 1rem;
}
li.pil1 li {
	text-indent: 0;
	padding-left: 0;
}
.pil2 {
	text-indent: -2rem;
	padding-left: 2rem;
}
li.pil2 li {
	text-indent: 0;
	padding-left: 0;
}
.pni1 {
	text-indent: -1rem;
}
i.icons-chevron-up {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	border: 2px solid;
	border-radius: 40px;
	width: 22px;
	height: 22px
}
i.icons-chevron-up::after, i.icons-chevron-up::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(45deg);
	left: 6px;
	bottom: 3px
}
i.icons-chevron-up::after {
	bottom: 7px
}
i.icons-search {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 16px;
	height: 16px;
	border: 2px solid;
	border-radius: 100%;
	left: -0.25rem;
	top: 0.25rem;
}
i.icons-search::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 2px;
	height: 8px;
	background: currentColor;
	transform: rotate(-45deg);
	top: 10px;
	left: 12px
}
.sitemap-link {
	font-size: 1rem;
	color: #FFF;
}
@media (min-width:768px) {
	.sitemap-link {
		font-size: .6875rem;
		line-height: 1.1;
		margin: 1.2rem 0.425rem;
		text-align: left;
		text-decoration: underline;
	}
}
.sitemap-link a {
	color: #FFF;
}
@media (min-width:768px) {
	.sitemap-link a {
		color: #6E6E6E;
	}
}
.lead {
	font-size: 1.125rem;
}
@media (max-width:991.98px) {
	.global-header {
		padding-bottom: .3125rem;
		padding-top: .3125rem;
	}
}
.global-header img {
	height: auto;
	max-width: 100%
}
.global-header > .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (min-width:992px) {
	.global-header > .container > .row {
		margin-left: 0
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.global-header > .container > .row {
		overflow-x: hidden
	}
}
.global-header .logo {
	width: 95%;
	display: inline-block;
	font-size: 1rem;
	margin: 1rem auto;
}
@media (min-width: 992px) {
	.global-header .logo {
		width: 45%;
		margin: 2rem auto;
	}
}
@media (min-width: 1200px) {
	.global-header .logo {
		width: 60%;
	}
}
.global-header .logo a {
	display: block;
	text-decoration: none;
}
.global-header .logo a img {
	width: 100%;
}
.global-header .side {
	width: auto;
	display: inline-block;
	font-size: 1rem;
	margin: 1.25rem 0;
	padding: 0;
}
@media (max-width:767.98px) {
	.global-header .side > .row {
		margin-left: 0;
		margin-right: 0
	}
	.global-header .sitemap-search-language {
		display: none;
	}
}
@media (min-width: 768px) {
	.global-header .side {
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.global-header .side {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.global-header .side {
		width: 35%;
	}
}
.global-header .side .sitemap-search-language {
	align-items: center;
}
.global-header .search-form .form-control {
	width: 75%;
	height: 2em;
}



.sidenavigation {
padding: 1rem;
}

.sidenavigation .nav {
justify-content: space-around;
}

.sidenavigation .nav a {
	display: flex;
	align-items: center;
	background: #FFF7DF;
	border: 1px solid #B89C4F;
	box-sizing: border-box;
	width: 47.5%;
	height: 2.5rem;
	padding: 0 1rem 0 1rem;
	margin: 0.25rem;
	color: #3E3417;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	line-height: 1.25;
	transition-duration: 0.2s;
}

@media (min-width: 768px) {
.sidenavigation .nav a {
	width: 100%;
	height: 4rem;
	padding: 0 2.5rem 0 1rem;
	margin: 0.5rem 0 0 0;
	font-size: 1.2rem;
}

}

.sidenavigation .nav a:hover, .sidenavigation .nav a[aria-current="page"] {
	background: #B89C4F;
	border: 1px solid #05639a;
	color: #fff;
}
.sidenavigation .nav a:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 0 0;
	border-color: #B89C4F transparent transparent transparent;
}
.sidenavigation .nav a:hover:before, .sidenavigation .nav a[aria-current="page"]:before {
	border-color: #FFF transparent transparent transparent;
}

@media (min-width: 768px) {
.sidenavigation .nav a span {
	position: absolute;
	right: 3.5%;
	display: inline-block;
	vertical-align: middle;
	color: #B89C4F;
	line-height: 1;
	width: 1rem;
	height: 0.125rem;
	background: currentColor;
}
.sidenavigation .nav a:hover span, .sidenavigation .nav a[aria-current="page"] span {
	color: #FFF;
}
.sidenavigation .nav a span:before {
	content: '';
	width: 0.65rem;
	height: 0.65rem;
	border: 0.125rem solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05rem;
	box-sizing: border-box;
}

}



.global-nav {
	background-color: #B89C4F;
}
.global-nav .nav-item.active .nav-link::before, .global-nav .nav-item .nav-link:hover:before {
	content: "";
	display: block;
	height: 46%;
	left: 0;
	position: absolute;
	top: 26%;
	width: 7px;
}
@media (min-width:768px) {
	.global-nav .nav-item.active .nav-link::before, .global-nav .nav-item .nav-link:hover:before {
		bottom: .25rem;
		height: 3px;
		top: auto;
		width: 100%;
	}
}
.global-nav .nav-item.active .nav-link::before {
	background-color: #3E8EEC;
}

.global-nav .nav-item .nav-link.contact-btn {
	border: 1px solid #FFF;
	border-radius: 2rem;
	padding: 0.1rem;
	margin-top: 0.4rem;
	margin-bottom: 1rem;
	text-align: center;
}
@media (min-width:768px) {
	.global-nav .nav-item .nav-link.contact-btn {
		margin-bottom: 0;
	}
}
.global-nav .nav-item.active .nav-link.contact-btn::before {
	background-color: inherit;
}
.global-nav {
	left: 0;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 11;
}
@media (min-width:992px) {
	.global-nav {
		margin: 0;
		height: 3rem;
	}
}
@media (max-width:767.98px) {
	.global-nav {
		padding: 0
	}
	.global-nav > .container {
		max-width: 100%
	}
}

#toppage-carousel {
margin-bottom: 10vw;
}

.topp_board{
z-index: 1;
max-width: 840px;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
margin-top: 3rem;
}

.topp_board .boardcatch {
width: 80%; margin-bottom: 25vw;
}

.topp_board .boardtitle {
width: 80%; 
}

@media (min-width:768px) {
#toppage-carousel {margin-bottom: 20vw;}
.topp_board{margin-top: 0;}
.topp_board .boardcatch {width: 80%; margin-bottom: 30vw;}
.topp_board .boardtitle {width: 100%;}
}






form#mail_form dl dd span.error_blank {
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}
form#mail_form dl dd span.error_format {
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}
form#mail_form p input.btn {
	height: 3rem;
}
form#mail_form .form-select, form#mail_form .form-control {
	border: 1px solid #CCC;
	border-radius: 0.5rem;
	width: 100%;
	padding: 0.5rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}
.form-control:focus {
	background-color: #fff;
	color: #495057;
	outline: 0;
}
.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::placeholder {
	color: #999;
	opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.form-control:focus::-ms-value {
	background-color: #fff;
	color: #495057;
}
@media (min-width:768px) {
	.global-nav .navbar-nav {
		position: relative;
		width: 100%
	}
}
@media (min-width:768px) {
	.global-nav .nav-item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center
	}
}
@media (min-width:1200px) {
	.global-nav .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}
@media (min-width:768px) {
	.global-nav .nav-item:not(:last-child) .nav-link::after {
		content: "";
		display: block;
		height: 15px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0
	}
}
@media (min-width:768px) {
	.global-nav .nav-item:hover .mega-nav {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
		height: auto;
		opacity: 1;
		overflow: visible;
		padding: .6875rem 0
	}
}
.global-nav .nav-link {
	padding-bottom: 0.55rem;
	padding-top: 0.55rem;
	position: relative
}
@media (max-width:767.98px) {
	.global-nav .nav-link {
		padding-left: 25px;
		padding-right: 15px
	}
}
.global-nav .navbar-toggler {
	width: 100%
}
.global-nav .navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none
}
.global-footer {
	margin-top: 3rem;
}
.global-footer .bannerband {
	background-color: #B89C4F;
	margin: 0 0 0.75rem;
	padding: 2rem 0;
}
.global-footer .bannerband .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.global-footer .bannerband a {
	display: block;
	background: #FFF;
}
.global-footer .bannerband img {
	height: auto;
	max-width: 100%;
}
@media (min-width:992px) {
	.global-footer .bannerband .container .row {
		padding: 0 5rem;
		;
	}
}
@media (max-width:575.98px) {
	.global-footer .bannerband .container .row div {
		margin-top: 2rem;
	}
	.global-footer .bannerband .container .row div:nth-child(1) {
		margin-top: 0;
	}
}
.global-footer .sitemapband {
	background: #FFF;
	color: inherit;
	padding: 1.6875rem;
}
.global-footer .sitemapband row {
	margin: 0;
}
.global-footer .sitemap {
	line-height: 1.75;
	margin: 0 0 1.75rem;
}
.global-footer .sitemap a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
}
.global-footer .sitemap a:hover {
	color: inherit;
	text-decoration: underline;
}
@media (min-width:992px) {
	.global-footer .sitemap .list-unstyled {
		margin: 0
	}
}
.global-footer .sitemap .list-unstyled li {
	padding-left: 1.5em;
	text-indent: -1.5em
}
.global-footer .sitemap .list-unstyled li::before {
	border-top: 1px solid #FFF;
	content: "";
	display: inline-block;
	margin-right: 1em;
	position: relative;
	top: -5px;
	width: 0.5em
}
.global-footer .sitemap .list-unstyled li:not(:last-child) {
	white-space: nowrap;
}
.global-footer .sitemap summary {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.6rem 0.6rem 0.6rem 0;
}
@media (min-width: 992px) {
	.global-footer .sitemap summary {
		display: block;
		pointer-events: none
	}
	.global-footer .sitemap summary::-webkit-details-marker {
		display: none
	}
}
.global-footer .sitemap summary a {
	color: #FFF;
}
@media (max-width: 991.98px) {
	.global-footer .sitemap summary a {
		pointer-events: none;
	}
}
@media (max-width:991.98px) {
	.global-footer .sitemap summary a {
		pointer-events: none;
	}
}
.global-footer .sitemap .navbar-nav {}
.global-footer .sitemap .navbar-nav .nav-item {}
.global-footer .sitemap .navbar-nav .nav-item a {
	color: #FFF;
	text-decoration: none;
}
.global-footer .sitemap .navbar-nav .nav-item a:hover {
	color: #FFF;
	text-decoration: underline;
}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav {
	font-weight: bold;
	margin-bottom: .625rem;
}
@media (min-width:992px) {
	.global-footer .sitemap .navbar-nav .nav-item .mega-nav {
		display: block;
		pointer-events: none;
	}
}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav .list-unstyled {}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav .list-unstyled li {
	padding-left: 1.5em;
	text-indent: -1.5em
}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav .list-unstyled li::before {
	border-top: 1px solid #FFF;
	content: "";
	display: inline-block;
	margin-right: 1em;
	position: relative;
	top: -5px;
	width: 0.5em
}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav .list-unstyled li:not(:last-child) {
	margin-bottom: .3125rem;
}
.global-footer .sitemap .navbar-nav .nav-item .mega-nav .list-unstyled li a {}

.global-footer .informationbox {
border-left: 7px solid #B89C4F;
padding-left: 1rem;
margin-bottom: 1rem;
}

.global-footer .informationbox h4 {
color: #B89C4F;
}

.global-footer .informationbox address p {
	margin: 0;
}
.global-footer .copyright {
	background: #B89C4F;
	color: #FFF;
	font-size: .6875rem;
	text-align: center;
	padding: 1rem 0;
}
.global-footer .copyright small {
	font-size: .6875rem;
}
.global-footer .pagetop {
	bottom: 1.6875rem;
	font-size: 1.3125rem;
	padding: .5rem 1.25rem;
	position: fixed;
	right: 1.6875rem;
}
.global-breadcrumb {
	font-size: 0.75rem;
	margin: 0 auto;
}
@media (min-width:992px) {
	.global-breadcrumb {
		font-size: 0.875rem;
	}
}
.global-breadcrumb .breadcrumb {
	margin: 0.75rem;
	background-color: transparent;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.global-breadcrumb .breadcrumb-item {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.global-breadcrumb .breadcrumb-item.active {
	font-weight: bold
}
.global-breadcrumb .breadcrumb-item.active::before {
	font-weight: normal
}
.jumbotron {
	padding: 1rem;
	height: 12rem;
	color: #FFF;
	margin-bottom: 2rem;
	background-color: #000;
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.depth-3 .jumbotron, body.searchpage .jumbotron, body.sitemappage .jumbotron, body.contactpage .jumbotron {
	height: 10rem;
}
.depth-4 .jumbotron {
	height: 5rem;
}
@media (min-width: 992px) {
	.jumbotron {
		height: 18.5rem;
	}
	.depth-3 .jumbotron, body.searchpage .jumbotron, body.sitemappage .jumbotron, body.contactpage .jumbotron {
		height: 14rem;
	}
	.depth-4 .jumbotron {
		height: 7rem;
	}
}
.depth-4 .jumbotron .container .row div p {
	display: none;
}
body.productspage .jumbotron {
	background-image: url("../images/sub_board_products.png");
}
body.moldedproductspage .jumbotron {
	background-image: url("../images/sub_board_moldedproducts.png");
}
body.productionspage .jumbotron {
	background-image: url("../images/sub_board_productions.png");
}
body.newspage .jumbotron {
	background-image: url("../images/sub_board_news.png");
}
body.technologypage .jumbotron {
	background-image: url("../images/sub_board_technology.png");
}
body.aboutpage .jumbotron {
	background-image: url("../images/sub_board_about.png");
}
body.contactpage .jumbotron {
	background-image: url("../images/sub_board_gen.png");
}
body.searchpage .jumbotron {
	background-image: url("../images/sub_board_gen.png");
}
body.sitemappage .jumbotron {
	background-image: url("../images/sub_board_gen.png");
}
@media (min-width: 992px) {
	.jumbotron {}
}
@media (min-width: 1200px) {
	.jumbotron {}
}
@media (max-width: 991.98px) {
	.jumbotron {}
}
@media (min-width: 1200px) {
	.jumbotron {}
}
@media (min-width: 992px) {
	.depth-3 .jumbotron, body.searchpage .jumbotron, body.sitemappage .jumbotron, body.contactpage .jumbotron {
		padding: 0.5rem;
	}
}
@media (min-width: 1200px) {
	.depth-3 .jumbotron, body.searchpage .jumbotron, body.sitemappage .jumbotron, body.contactpage .jumbotron {
		padding: 0.75rem;
	}
}
@media (min-width: 1200px) {
	.depth-3 .jumbotron .container, body.searchpage .jumbotron .container, body.sitemappage .jumbotron .container {
		padding: 1.5rem 0;
	}
}
.jumbotron .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0 0 0.5rem #000;
}
.jumbotron h2 {
	font-weight: bold;
	letter-spacing: .5rem;
	margin: 0 0 1rem;
	font-size: 2.125rem;
}
@media (min-width: 992px) {
	.jumbotron h2 {
		font-size: 3.125rem;
	}
}
.jumbotron p {
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: .1875rem;
	line-height: 1.7;
}
@media (min-width: 768px) {
	.jumbotron p {
		font-size: 1.125rem;
	}
}
@media (min-width: 992px) {
	.jumbotron p {
		margin: 0;
	}
}
.jumbotron img {
	height: 3rem;
	max-width: 30%
}
.subboard {
	color: #B89C4F;
	margin-bottom: 2rem;
}
.subboard .container .row h3 {
	width: auto;
	margin: 0 auto;
	padding: 1.5rem 5rem;
	border-top: 0.5rem solid #B89C4F;
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
}
.productspage-d3u-form .subboard .container .row h3 {
	border-top: 0.5rem solid rgba(140, 195, 60, 1);
}
.productspage-d3u-test .subboard .container .row h3 {
	border-top: 0.5rem solid rgba(0, 185, 240, 1);
}
.productspage-d3u-easy .subboard .container .row h3 {
	border-top: 0.5rem solid rgba(235, 110, 100, 1);
}
.productspage-d3u-jet .subboard .container .row h3 {
	border-top: 0.5rem solid rgba(240, 150, 70, 1);
}
.subboard .container .row h3 img {
	height: 4rem;
}
@media (min-width: 768px) {
	.subboard .container .row h3 {}
}
@media (min-width: 992px) {
	.subboard .container .row h3 {
		font-size: 2.8rem;
	}
	.subboard .container .row h3 img {
		height: 4.8rem;
	}
}
.subboard .container .row p {
	padding: 0 3rem;
	text-align: center;
}
.global-footer .sitemap summary {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
}
@media (min-width: 992px) {
	.global-footer .sitemap summary {
		display: block;
		pointer-events: none
	}
	.global-footer .sitemap summary::-webkit-details-marker {
		display: none
	}
}
.global-footer .sitemap summary a {
	color: #FFF;
}
@media (max-width: 991.98px) {
	.global-footer .sitemap summary a {
		pointer-events: none;
	}
}
@media (max-width:991.98px) {
	.global-footer .sitemap summary a {
		pointer-events: none;
	}
}
.fullcontentcontainer {
	margin-bottom: 2rem;
}
/* toppage
------------------------------------------------------ */
.section {
	margin: 0 0 3.25rem;
}
@media (min-width:768px) {
	.section {
		margin: 0 0 4rem;
	}
}
.section .toppage-section-title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #747577;
	color: #707F89;
	font-size: 1.875rem;
	margin-bottom: 1.3125rem;
	letter-spacing: .125rem;
}
.section .toppage-section-title i {
	font-size: 1.25rem;
	font-style: normal;
}
.section .toppage-section-title i.ml {
	margin-left: 2rem;
}


/* toppage-latestnews
------------------------------------------------------ */
.toppage-latestnews {
width: 100%;
margin-top: 3rem;
}

.toppage-latestnews h2 {
color: #B89C4F;
border-left: 0.7rem solid #B89C4F;
padding-left: 1rem;
}

.toppage-latestnews .media, .toppage-latestnews .media a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.toppage-latestnews .media .media-body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.toppage-latestnews .media .time {}
.badge.category-cap {
	background: #B89C4F;
	color: #FFF;
	float: inline-end;
}

.toppage-latestnews {
	font-size: 0.9375rem;
	width: 100%;
}


.toppage-latestnews a {
	color: #707F89;
	text-decoration: none;
}
.toppage-latestnews p {
	line-height: 1.55;
}


.toppage-latestnews ul.list-unstyled {
	margin: 0 0 1.6875rem;
    height: 41rem;
	overflow-y: scroll;
	border: 1px solid #B89C4F;
	background: #FFF7DF;
	padding: 1rem;
}

.toppage-latestnews .list-unstyled li {
	border-top: 1px solid #B89C4F;
	line-height: 1.5;
	padding: 1.3125rem 0;
	overflow: hidden;
	height: auto;
	align-items: center;
}

.toppage-latestnews .list-unstyled li a {
	display: flex;
	text-decoration: underline;
}
.toppage-latestnews .list-unstyled li a:hover {
	transform: scale(1.01);
	transition: all 0.1s ease-in-out;
	filter: contrast(150%);
}
@media (max-width:991.98px) {
	.toppage-latestnews .list-unstyled li {
		height: auto;
	}
}
.toppage-latestproductions .list-unstyled li p {
	margin: 0;
	line-height: 1.55;
}

@media (max-width:991.98px) {}
.toppage-latestnews time {
	color: #B89C4F;
	font-weight: bold;
	margin-right: 1.3125rem;
}
@media (min-width:992px) {
	.toppage-latestnews time {
		font-size: 0.8125rem;
		width: auto;
		min-width: 6.5rem;
	}
}
.toppage-latestnews p {
	margin: 0;
	line-height: 1.55;
}
@media (max-width:991.98px) {
	.toppage-latestnews .media {
		display: block;
	}
}
.toppage-latestnews a.btn.btn-outline-primary {
	border-radius: 0.5rem;
	border: 2px solid;
	padding: 0.15rem 3rem;
}




/* sectionCC
------------------------------------------------------ */
.attentionbox {
border: 3px solid #F3AEAE;
background: #FFE2E2;
border-radius: 1rem;
padding: 1rem;
margin-top: 3rem;
}

.attentionbox h2 {
color: #E88080;
}

.attentionbox p {
padding: 1rem;
}

.regularbox {
background: #FFF;
padding: 1rem;
margin-top: 3rem;
}

.regularbox h2 {
color: white;
font-weight: bold;
padding: 0.5rem;
background: #002f81;
margin: -0.5rem -0.5rem 1rem -0.5rem ;
}

.regularbox h3 {
color: #8D7532;
font-weight: bold;
padding: 0.5rem;
margin: 0 0 1rem 0 ;
border-bottom: 2px solid #B89C4F;
}

.regularbox h3.tin3 {
padding-left: 3rem;
text-indent: -3rem;

}

.regularbox h4 {
color: #8D7532;
font-weight: bold;
padding: 0.2rem 0.8rem;
margin: 1rem 1rem 0rem 1rem;
border-left: 8px solid #B89C4F;
}

.regularbox h5 {
color: #8D7532;
font-weight: bold;
padding: 0.5rem;
margin: 0 0 1rem 0 ;
border-bottom: 2px solid #B89C4F;
}

.regularbox p {
padding: 1rem;
}


.regularbox .inwrap p {
padding: 1rem 1rem 1rem 2.5rem ;
}

span.pl2 {display: block; padding-left: 2rem;}
span.tin2 {display: block;text-indent: -2rem;}
span.ti2 {display: block;text-indent: 2rem;}

span.pl1 {display: block; padding-left: 1rem;}
span.tin1 {display: block;text-indent: -1rem;}
span.ti1 {display: block;text-indent: 1rem;}


/* commonp
------------------------------------------------------ */
.commonp_board {
  background: linear-gradient(rgba(0, 47, 129, 0) 0%, rgba(0, 47, 129, 1)),url("../images/topp_carousel_1.jpg");
  background-size: cover;
  padding-top: 1rem;
}

.commonp_board img {
width: 100%;
margin: 0 auto;
max-width: 1000px;
}






/* registration_form
------------------------------------------------------ */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
  }
  
.progressbar a {
color: #FFF;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f6e9bc;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 3rem solid transparent;
    border-left: 1.5rem solid #f6e9bc;
    margin: auto;
}

.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 1.8rem;
    border-left-width: 1rem;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #b89d4f;
    color: #FFF;
    font-weight: bold;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #b89d4f;
}
.progressbar .item.active:not(:last-child)::before {
/*  border-left: none; */
}




div#form-tbl > table#form > tbody > tr {
    display: inline-grid;
    margin: 1rem 0;
    border-bottom: 1px solid black;
    padding: 1rem;
    width: 100%;
}






/* program
------------------------------------------------------ */
.program_d4 {
    padding: 1rem;
    font-feature-settings: "palt";
}

.regularbox h5.program_d5{
    padding: 0.2rem 0.8rem;
    margin: 1rem 1rem 0rem 1rem;
    border: none;
    font-feature-settings: "palt";
}

.regularbox h5.program_d5.pl2{
    padding-left: 3em;
    text-indent: -2em;
}

.regularbox h5.program_d5.pl2h{
    padding-left: 3.5em;
    text-indent: -2.5em;
}

.regularbox h5.program_d5.pl3{
    padding-left: 4em;
    text-indent: -3em;
}

.regularbox h5.program_d5.pl3h{
    padding-left: 4.5em;
    text-indent: -3.5em;
}

.regularbox h5.program_d5.pl4{
    padding-left: 5em;
    text-indent: -4em;
}

.regularbox h5.program_d5.pl4h{
    padding-left: 5.5em;
    text-indent: -4.5em;
}

.regularbox h5.program_d5.pl5{
    padding-left: 6em;
    text-indent: -5em;
}

.regularbox p.program_chairperson{
    display: block;
    padding: 0.2rem 0.8rem;
    margin: 0rem 1rem;
    padding-left: 4rem;
    text-indent: -2.5rem;
    font-feature-settings: "palt";
    font-size: 80%;
    line-height: 1.5;
}

.regularbox p.program_speaker{
    display: block;
    text-align: right;
    padding: 0.2rem 0.8rem;
    margin: 0rem 1rem;
    border: none;
    font-feature-settings: "palt";
    font-size: 80%;
    line-height: 1.5;
}

.programbox {
padding: 0;
}

