@charset "utf-8";

/* ==========================================================================
   .page-event-idx
   ========================================================================== */
#event {
	margin: 0 0 15px 0;
}

#event .secAnchor {
	margin: 0 0 80px 0;
}

#event .secAnchor .lyt-inner {
	padding: 0 3%;
}

#event .secAnchor_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#event .secAnchor_item {
	width: calc(296/938 * 100%);
}

#event .secAnchor_link {
	font-weight: bold;
	color: #fff;
	font-size: calc(16/1300 * 100vw);
	text-align: center;
	display: block;
	height: calc(84/1300 * 100vw);
	padding: calc(25/1300 * 100vw) 0 0 0;
	position: relative;
}
#event .secAnchor_link-a {
	background: #0c24c1;
}
#event .secAnchor_link-b {
	background: #0c8bc1;
}
#event .secAnchor_link-c {
	background: #46bc9d;
}

#event .secAnchor_link:after {
	content: '';
	display: block;
	width: calc(8/1300 * 100vw);
	height: calc(8/1300 * 100vw);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	bottom: calc(20/84 * 100%);
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

@media only screen and (min-width: 1300px) {
	#event .secAnchor_link {
		font-size: 1.6rem;
		height: 84px;
		padding: 25px 0 0 0;
	}

	#event .secAnchor_link:after {
		width: 8px;
		height: 8px;
		bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	#event .secAnchor {
		margin: 0 0 40px 0;
	}

	#event .secAnchor .lyt-inner {
		padding: 0 0 0 0;
	}

	#event .secAnchor_list {
		flex-flow: row wrap;
	}

	#event .secAnchor_item {
		width: 100%;
		margin: 0 0 5px 0;
	}

	#event .secAnchor_link {
		font-size: 1.3rem;
		height: calc(50/320 * 100vw);
		padding: calc(15/320 * 100vw) 0 0 0;
		position: relative;
	}

	#event .secAnchor_link:after {
		width: 7px;
		height: 7px;
		bottom: 18%;
	}
}

.sec_seminar {
/*	background: #f3f3f3; */
 	margin: 0 0 0 0;
}

.seminar {
	padding: 0;
}

.seminar .lyt-inner {
	max-width: 1000px;
}

.seminar_head {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1300px;
	height: 174px;
	margin: 0 auto;
	position: relative;
}

#seminar .seminar_head,
#webseminar .seminar_head {
	background: #0c24c1;
}
#eventB .seminar_head {
	background: #0c8bc1;
}
#eventC .seminar_head {
	background: #46bc9d;
}

.seminar_head:after {
	content: '';
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 18px solid #999;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 100%);
}
#seminar .seminar_head:after,
#webseminar .seminar_head:after {
	border-top-color: #0c24c1;
}
#eventB .seminar_head:after {
	border-top-color: #0c8bc1;
}
#eventC .seminar_head:after {
	border-top-color: #46bc9d;
}

.seminar_title {
	color: #fff;
	font-weight: bold;
	font-size: 2.3rem;
}

.seminar_body {
	position: relative;
	padding: 0 0 100px 0;
}
#webseminar .seminar_body {
	background: #fff;
}

.seminar_body:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 1300px;
	height: 340px;
	margin: 0 auto;
	background: url("/gradu/event/img/idx/seminar01.jpg") no-repeat center right / cover;
}
#seminar .seminar_body:before {
	background: url("/gradu/event/img/idx/seminar01.jpg") no-repeat center right / cover;
}
#eventB .seminar_body:before {
	background: url("/gradu/event/img/idx/seminar02.jpg") no-repeat center center / cover;
}
#eventC .seminar_body:before {
	background: url("/gradu/event/img/idx/seminar03.jpg") no-repeat center center / cover;
}
#webseminar .seminar_body:before {
	display: none;
}

.seminar_box {
	width: 500px;
	background: #fff;
	padding: 60px 30px 55px 35px;
	margin: -68px 0 0 0;
}

.seminar_box_text {
	text-align: left;
}

.seminar_table {
	margin: 38px 0 0 0;
}

.seminar_btn {
	margin: 42px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.sec_seminar {
	}

	.seminar {
		padding: 20px 0 0 0;
	}

	.seminar .lyt-inner {
		max-width: 1000px;
	}

	.seminar_head {
		height: 100px;
	}

	.seminar_head:after {
		border-right-width: 10px;
		border-left-width: 10px;
		border-top-width: 10px;
	}

	.seminar_title {
		font-size: 1.6rem;
	}

	.seminar_body {
		padding: 0 0 60px 0;
	}

	.seminar_body:before {
		height: 130px;
	}

	.seminar_box {
		width: 94vw;
		background: #fff;
		padding: 18px 20px 18px 20px;
		margin: -10px 0 0 -4.5vw;
	}

	.seminar_table {
		margin: 25px 0 0 0;
	}

	.seminar_btn {
		margin: 35px 0 0 0;
	}
}

.seminarTable {
	text-align: left;
	width: 100%;
}

.seminarTable th {
	color: #fff;
	line-height: 1.6;
	padding: 10px 12px;
	background-color: #999;
}

.seminarTable-a th {
	background-color: #0c24c1;
}
.seminarTable-b th {
	background-color: #0c8bc1;
}
.seminarTable-c th {
	background-color: #46bc9d;
}

.seminarTable th:not(:last-child) {
	border-right: 1px solid #fff;
}

.seminarTable tr:not(:last-child) {
	border-bottom: 1px solid #999;
}
.seminarTable-a tr:not(:last-child) {
	border-color: #0c24c1;
}
.seminarTable-b tr:not(:last-child) {
	border-color: #0c8bc1;
}
.seminarTable-c tr:not(:last-child) {
	border-color: #46bc9d;
}

.seminarTable td {
	line-height: 1.6;
	padding: 10px 12px;
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.seminarList_item {
		font-size: 1.4rem;
		line-height: 1.6;
		background: #fff;
		border-left: 3px solid #0c24c1;
		margin: 0 0 10px 0;
		position: relative;
	}
	.seminarList-a .seminarList_item {
		border-color: #0c24c1;
	}
	.seminarList-b .seminarList_item {
		border-color: #0c8bc1;
	}
	.seminarList-c .seminarList_item {
		border-color: #46bc9d;
	}

	.seminarInfo_head {
		font-weight: bold;
		padding: 10px 10px 7px 10px;

	}
	.seminarInfo_date {
		font-weight: bold;
	}

	.seminarInfo_title {
		color: #0c24c1;
		font-size: 1.6rem;
		margin: 5px 0 0 0;
	}
	.seminarList-a .seminarInfo_title {
		color: #0c24c1;
	}
	.seminarList-b .seminarInfo_title {
		color: #0c8bc1;
	}
	.seminarList-c .seminarInfo_title {
		color: #46bc9d;
	}

	.seminarInfo_dlist {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.seminarInfo_dlist > dt {
		color: #fff;
		text-align: center;
		width: 4.5em;
		background: #0c24c1;
		border-top: 1px solid #fff;
		padding: 5px;
	}
	.seminarList-a .seminarInfo_dlist > dt {
		background: #0c24c1;
	}
	.seminarList-b .seminarInfo_dlist > dt {
		background: #0c8bc1;
	}
	.seminarList-c .seminarInfo_dlist > dt {
		background: #46bc9d;
	}

	.seminarList-a .seminarInfo_dlist > dt:first-child {
		border-color: #0c24c1;
	}
	.seminarList-b .seminarInfo_dlist > dt:first-child {
		border-color: #0c8bc1;
	}
	.seminarList-c .seminarInfo_dlist > dt:first-child {
		border-color: #46bc9d;
	}

	.seminarInfo_dlist > dd {
		width: calc(100% - 4.5em);
		background: #fff;
		border-top: 1px solid #0c24c1;
		padding: 5px 10px;
	}
	.seminarList-a .seminarInfo_dlist > dd {
		border-color: #0c24c1;
	}
	.seminarList-b .seminarInfo_dlist > dd {
		border-color: #0c8bc1;
	}
	.seminarList-c .seminarInfo_dlist > dd {
		border-color: #46bc9d;
	}
}

.btn-seminarEntry {
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 418px;
	height: 73px;
	background: #5f97d8;
	margin: 0 auto;
	position: relative;
}

.btn-seminarEntry .text-mypage {
	width: 82px;
	margin: -3px 5px 0 5px;
}

.btn-seminarEntry:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
	.btn-seminarEntry {
		font-size: 1.5rem;
		width: 75vw;
		height: 65px;
	}

	.btn-seminarEntry .text-mypage {
		width: 70px;
		margin: -3px 4px 0 4px;
	}

	.btn-seminarEntry:after {
		width: 8px;
		height: 8px;
		right: 15px;
	}
}

.secBanner {
	margin: 0 0 70px 0;
}

.secBanner .lyt-inner {
	padding: 0 3%;
}

.banner-webseminar {
	display: block;
	width: 100%;
	position: relative;
}

.banner-webseminar:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-top: 1px solid #0c24c4;
	border-right: 1px solid #0c24c4;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%) rotate(45deg);
}

.banner-webseminar .banner_text {
	color: #0c24c4;
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 0.11em;
	line-height: 1.62;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.secBanner .lyt-inner {
		padding: 0 0;
	}

	.banner-webseminar:after {
		width: 12px;
		height: 12px;
		right: 20px;
	}

	.banner-webseminar .banner_text {
		font-size: 1.5rem;
		letter-spacing: 0.11em;
		left: 15px;
	}
}

/* ==========================================================================
   webseminar
   ========================================================================== */
.webseminar_outline_text {
	font-weight: bold;
	padding: 80px 3%;
}

.webseminar_headline-01 {
	font-weight: bold;
	color: #0c24c4;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.webseminar_block-01 {
	border-top: 1px solid #eeefef;
	border-bottom: 1px solid #eeefef;
	padding: 40px 0 0 0;
	margin: 30px 0 0 0;
}

.webseminar_block-02 {
	margin: 55px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.webseminar_outline_text {
		padding: 45px 0;
	}

	.webseminar_headline-01 {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}

	.webseminar_block-01 {
		padding: 30px 0 20px 0;
		margin: 15px 0 0 0;
	}

	.webseminar_block-02 {
		margin: 55px 0 0 0;
	}
}

.seminarmov {}

.seminarmov_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-items: flex-start;
	align-items: stretch;
}

.seminarmov_item {
	width: 32%;
	margin: 0 2% 10px 0;
}
.seminarmov_item:nth-child(3n) {
	margin-right: 0;
}

.seminarmov_list-l .seminarmov_item {
	width: 47%;
	margin: 0 6% 10px 0;
}

.seminarmov_list-l .seminarmov_item:nth-child(3n) {
	margin-right: 6%;
}
.seminarmov_list-l .seminarmov_item:nth-child(2n) {
	margin-right: 0;
}

.seminarmov_link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 30px 0;
}

.seminarmov_thumb {
	width: 100%;
	position: relative;
}

.seminarmov_link[href] .seminarmov_thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3) url("/gradu/event/img/movie/icon-play.png") no-repeat center center/ 27px;
	position: absolute;
	top: 0;
	left: 0;
}
.seminarmov_link:not([href]) .seminarmov_thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3) url("/gradu/event/img/movie/text-comingsoon.png") no-repeat center center/ 170px;
	position: absolute;
	top: 0;
	left: 0;
}

.seminarmov_num {
	margin: 22px 0 0 0;
}

.seminarmov_num img {
	height: 10px;
	width: auto;
}

.seminarmov_text-01 {
	font-weight: bold;
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin: 12px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.seminarmov_list {
		display: block;
	}

	.seminarmov_item {
		width: 100%!important;
		margin: 0 0 20px 0!important;
	}

	.seminarmov_item:last-child {
		margin-bottom: 0!important;
	}

	.seminarmov_link {
		height: auto;
		padding: 0 0 10px 0;
	}

	.seminarmov_num {
		margin: 15px 0 0 0;
	}

	.seminarmov_num img {
		height: 8px;
	}

	.seminarmov_text-01 {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
	}
}
