/*
* seminar.css
*
*/
/* --------------------------------
	 main
-------------------------------- */
.main {
	background: #fff;
}

/* --------------------------------
	 lines
-------------------------------- */
.cover_lines {
	z-index: 0;
}
.cover_lines .vertical_line {
	background: #e8e8e8;
}

/* --------------------------------
	 cover
-------------------------------- */
.cover {
	position: relative;
	padding: 85px 0 65px;
	background: #f5f5f5;
}
@media screen and (min-width: 751px) {
	.cover {
		padding: 127px 0 140px;
	}
}
.cover .inner {
	position: relative;
	z-index: 1;
}

/* --------------------------------
	 seminar
-------------------------------- */
.seminar_contents {
	position: relative;
	margin: auto;
	padding: 65px 0 70px; 
	width: 100%;
}
@media screen and (min-width: 751px) {
	.seminar_contents {
		margin: auto;
		padding: 155px 0 120px; 
		width: 85%;
		width: calc(85% - 2px);
	}
}

.seminar_lists {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 751px) {
	.seminar_lists {
		margin-top: 0;
	}
}
.seminar_lists li a {
	display: block;
	position: relative;
	padding: 18px 20px 18px;
	text-decoration: none;
}
@media screen and (min-width: 751px) {
	.seminar_lists li a {
		display: -ms-flexbox;
		display: flex;
		padding: 21px 35px;
		transition: 0.3s box-shadow cubic-bezier(0.23, 1, 0.32, 1); 

		-ms-flex-align: baseline; 

		    align-items: baseline;
	}
}
.seminar_lists li a .date {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.seminar_lists li a .date {
		padding-right: 25px;
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 13px;
	}
}
.seminar_lists li a .txt {
	margin-top: 2px;
	color: #000;
	font-size: 13px;
	line-height: 1.53846;
}
@media screen and (min-width: 751px) {
	.seminar_lists li a .txt {
		margin-top: 0;
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 14px;
		line-height: 2;
	}
}
.seminar_lists li a .tag {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	background: #000; 
	color: #fff;
	font-size: 11px;
}
@media screen and (min-width: 751px) {
	.seminar_lists li a .tag {
		margin-left: 20px;
		padding: 0 4px;
		font-size: 12px;
	}
}
@media screen and (min-width: 751px) {
	.seminar_lists li a:hover {
		z-index: 1; 
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	}
}
@media screen and (min-width: 751px) {
	.seminar_lists li a:hover .date {
		color: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.seminar_lists li a:hover .txt {
		color: #cb0400;
	}
}
.seminar_lists li:nth-child(odd) a {
	background: #fafafa;
}
.seminar_lists li:nth-child(even) a {
	background: #fff;
}

.attention {
	padding-bottom: 20px;
}
@media screen and (min-width: 751px) {
	.attention {
		padding-bottom: 32px;
	}
}
.attention a {
	display: block;
	position: relative;
	padding: 15px 20px 18px;
	border: 1px solid #cb0400;
	background: #fff;
	text-decoration: none;
	color: #cb0400;
}
@media screen and (min-width: 751px) {
	.attention a {
		display: -ms-flexbox;
		display: flex;
		padding: 18px 35px;
		transition: 0.3s box-shadow cubic-bezier(0.23, 1, 0.32, 1); 

		-ms-flex-align: center; 

		    align-items: center;
	}
}
.attention a .date {
	color: #cb0400; 
	font-size: 12px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.attention a .date {
		padding-right: 25px;
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 13px;
	}
}
.attention a .txt {
	margin-top: 2px;
	color: #cb0400; 
	font-size: 13px;
	line-height: 1.53846;
}
@media screen and (min-width: 751px) {
	.attention a .txt {
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 14px;
	}
}
@media screen and (min-width: 751px) {
	.attention a:hover {
		z-index: 1; 
		text-decoration: underline;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	}
}
@media screen and (min-width: 751px) {
	.attention a:hover .date {
		color: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.attention a:hover .txt {
		color: #cb0400;
	}
}

.pager_btn {
	width: 41px;
}
@media screen and (min-width: 751px) {
	.pager_btn {
		margin: 0 8px; 
		width: 56px;
	}
}
.pager_btn a,
.pager_btn .no_link {
	display: block;
	position: relative;
	z-index: 1;
	padding: 14px 0;
	width: 41px;
	height: 41px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #cb0400;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
@media screen and (min-width: 751px) {
	.pager_btn a,
	.pager_btn .no_link {
		padding: 20px 0;
		width: 56px;
		height: 56px;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
		font-size: 16px;
	}
}
.pager_btn a > span,
.pager_btn .no_link > span {
	font-size: 0;
}
@media screen and (min-width: 751px) {
	.pager_btn a > span,
	.pager_btn .no_link > span {
		position: relative; 
		font-size: 16px;
	}
}
.pager_btn a > span:after,
.pager_btn .no_link > span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	border-width: 3px 0 3px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #cb0400;
	width: 0;
	height: 0;
	transition: 0.3s border-color cubic-bezier(0.23, 1, 0.32, 1); 
	-webkit-transform: translate(-50%, -50%); 
	    -ms-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
	.pager_btn a > span:after,
	.pager_btn .no_link > span:after {
		left: auto; 
		border-width: 4px 0 4px 10px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}
@media screen and (min-width: 751px) {
	.pager_btn a:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0%;
		height: 100%;
		transition: 0.3s width cubic-bezier(0.23, 1, 0.32, 1); 
		background: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.pager_btn a:hover {
		color: #fff;
	}
}
@media screen and (min-width: 751px) {
	.pager_btn a:hover:before {
		width: 100%;
	}
}
@media screen and (min-width: 751px) {
	.pager_btn a:hover span:after {
		border-color: transparent transparent transparent #fff;
	}
}
.pager_btn .pager_current {
	background: #cb0400; 
	color: #fff;
}

.pager_btns {
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px; 

	-ms-flex-pack: justify; 

	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}
@media screen and (min-width: 751px) {
	.pager_btns {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media screen and (min-width: 751px) {
	.pager_next {
		margin-left: 32px; 
		width: 120px;
	}
}

@media screen and (min-width: 751px) {
	.pager_next a {
		width: 120px;
	}
}

@media screen and (min-width: 751px) {
	.pager_next span {
		padding-right: 20px;
	}
}

@media screen and (min-width: 751px) {
	.pager_prev {
		margin-right: 32px; 
		width: 120px;
	}
}

@media screen and (min-width: 751px) {
	.pager_prev a {
		width: 120px;
	}
}

@media screen and (min-width: 751px) {
	.pager_prev a.ico_back span {
		padding-left: 20px;
	}
}

.pager_prev a.ico_back span:after {
	border-width: 3px 7px 3px 0;
	border-color: transparent #cb0400 transparent transparent;
}
@media screen and (min-width: 751px) {
	.pager_prev a.ico_back span:after {
		right: auto;
		left: 0;
		border-width: 4px 10px 4px 0;
	}
}

@media screen and (min-width: 751px) {
	.pager_prev a.ico_back:hover span:after {
		border-color: transparent #fff transparent transparent;
	}
}