@charset 'UTF-8';
/* ==========================================================
 seminar-header
========================================================== */

/*セミナーヘッダーここから*/

/*override & background--------------------------------------------------*/
.seminar-header + main {
	padding: 10px 0 20px;

	background: url('../assets/semina-border-top.png') center center /contain;
}
.sec-cmn-02.ver-orange {
	background-image: none;
	padding-top: 0;
}
.child-footer-banner {
	display: none;
}
.child-header {
	/*display: none;*/
}
.child-header.seminar-header {
	display: block;
	position: static;
	z-index: 1;
	border-top: 1px solid #ddd;
	height: auto;
	background-color: #f5f5f5;
}
.child-section {
 	background-color: #f8f8f8;
}
.child-section.hero {
    padding: ０;
}
@media screen and (max-width: 768px) {
	/*.wrapper {
		padding-top: 64px;
	}*/
	.child-section.hero {
		padding: 0 0 60px;
	}
	.child-section.hero.thanks {
		padding: 40px 0 60px;
	}
}
/*header-------------------------------------------------------*/
.seminar-header {
	/*box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);*/
	/*height: auto;*/
}
.seminar-header .child-inner {
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 0 24px 0 60px;*/
}
.seminar-header .header-title {
	font-size: 24px;
	font-family: ryo-gothic-plusn, sans-serif;
	/*color: #222E48;*/
	text-align: left;
	letter-spacing: .1em;
	white-space: nowrap;
}
.child-header.seminar-header .child-header-nav-main {
	position: static;
	padding-left: 40px;
}
.child-header.seminar-header .child-header-nav-main li {
	border-right: 1px solid #e5e5e5;
}
.child-header.seminar-header .child-header-nav-main li:last-of-type {
	border-right: none;
}
.child-header.seminar-header .child-header-nav-main li a {
	line-height: 40px;
	margin: 0 16px;
}

body.sn-hrseminar .child-header-nav-main li.seminar a,
body.sn-eventreport .child-header-nav-main li.report a {
	color: #ffcd46;
}
body.sn-hrseminar .child-header-nav-main li.seminar a::after,
body.sn-eventreport .child-header-nav-main li.report a::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 2px;
    background-color: #ffcd46;
}
.child-header-nav-sub li.strong a.to_orientation {
	display: flex;
	flex-direction: column;
    /*position: absolute;*/
    /*right: 24px;*/
	border: #335799 2px solid;
	border-radius: 6px;
	padding: 12px 16px;
	transition: .3s;
	text-decoration: none;
	color: #335799;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	width: auto;
	height: 64px;
}
.to_orientation:hover {
	background-color: #ffcd46;
}
.to_orientation:visited {
	color: #335799;
}
.to_orientation span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .1em;
	margin-top: 4px;
}

@media only screen and (max-width: 768px){ 
	.seminar-header .child-inner {
		height: 64px;
		padding: 0 15px;
	}
	.seminar-header .header-title {
		font-size: 18px;
	}
	.child-header-nav {
		left: 0;
	}
	.child-header.seminar-header .child-header-nav-main li {
		border: none;
	}
	.child-nav-check-label::after {
		display: none;
	}
	.child-nav-check-label span {
		border-color: #222E48;
	}
	.child-header-nav-sub {
		justify-content: center;
	}
	.to_orientation {
		margin: 0;
		padding: 8px;
	}
	.to_orientation a span {
		font-size: 12px;
	}
}
/*セミナーヘッダーここまで*/
