@charset "utf-8";

.c-button-section {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	display: flex;
}

.c-button-section > .back_btn, .c-button-section > .entry_btn {
	width: 100%;
}

.c-button-section > .back_btn {
	margin-right: 50px;
}
@media (max-width:767px) { 
	.c-button-section > .back_btn {
		margin-right: 0;
	}
}

.c-button-section > .back_btn > .button {
	background: #ddd;
}
.c-button-section > .back_btn > .button:hover {
	background: #ddd;
	filter: brightness(0.9);
}

@media (min-width:768px) {
	.c-button-section {
		margin-bottom: 100px;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.c-button-section {
		flex-direction: column;
	}
	.c-button-section .entry_btn {
		margin-top: 20px;
	} 
}

.entryComplete_item {
	position: relative;
}

.entryComplete_item::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 10px solid #f7f7f7;
}

.seminar_form_btn {
	display: flex;
	justify-content: center;
}
@media (max-width:767px) {
	.seminar_form_btn {
		flex-direction: column;
	}
	.seminar_form_btn .form_btn01 {
		margin-right: 0;
	}
	.seminar_form_btn .entry_btn01 {
		margin-top: 20px;
	}
}
.seminar_form_btn .form_btn01 {
	margin-right: 50px;
	color: #ddd;
}

.seminar_form_btn .form_btn01, .seminar_form_btn .entry_btn01 {
	width: 100%;
}

.seminar_form_btn >div > a {
	display: block;
	position: relative;
	background: #03A9F4;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 24px 30px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	border-radius: 50px;
}

.seminar_form_btn > .form_btn01 > a {
	background: #ddd;
}

.seminar_form_btn > .form_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f104";
	position: absolute;
	left: 0.8rem;
}

.seminar_form_btn > .entry_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 0.8rem;
}

.seminar_form_btn .form_btn01 a:hover {
	filter: brightness(0.9);
}
.seminar_form_btn .entry_btn01 a:hover {
	filter: brightness(0.9);
}

.entry_table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

.entry_table01 tr.tr_border_bottom{
	border-bottom: 1px solid #ddd;
}
.entry_table01 tr.tr_border_top{
	border-top: 1px solid #ddd;
}


.entry_table01 tr th, .entry_table01 tr td {
	padding: 44px 30px;
	text-align: left;
}

.s-applicationTable {
	width: 100%;
}

.s-applicationTable tbody tr.tr_border_bottom {
	border-bottom: 1px solid #ddd;
}

@media (max-width:767px) {
	.entry_table01 tr {
		display: flex;
		flex-wrap: wrap;
	}
	.entry_table01 tr th, .entry_table01 tr td {
		width: 100%;
		text-align: left;
		padding: 0 15px;
		font-size: 14px;
	}
	.entry_table01 tr th {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.entry_table01 tr.tr_border_top, .entry_table01 tr.tr_border_bottom {
		border: none;
	}
}

/*----------------------------
	diverta add 
-----------------------------*/
.t-archive .s-articleTaglist li a.is-active,
.t-archive_single .s-articleTaglist li a.is-active {
	border: 1px solid #03A9F4;
	color: #03A9F4
}
.errors {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 15px 0 0 0;
}
.c-table {
	width: 100%;
}
.s-jobList-inner#results {
	margin-top: -100px;
	padding-top: 100px;
}