div#div_view {
	padding-top: 95px;
	background-color: white;
	min-height: 1300px;
}

@media screen and (max-width: 768px) {
	#div_view {
		margin-top: 110px;
	}
}

p#title {
	font-size: 1.2rem;
}

div#signature {
	background-color: rgba(0, 0, 0, 0.03);
}

/*button#nextBtn, button#cancelBtn {
    font-size: 100%;
    color: white;
    background-color: rgba(251, 181, 69, 1);
}

button#nextBtn:hover, button#cancelBtn:hover {
    background-color: #FF9819;
}*/

.card + .card {
	margin-top: 3rem;
}

.page_inner_sub_title {
	font-weight: bold;
	margin-bottom: 4px;
}

.page_inner_sub_title:before {
	content: '*';
	margin-right: 4px;
	vertical-align: middle;
	line-height: 1;
}

.page_inner_content {
	text-indent: 8px;
}

.page_inner_content:before {
	content: '-';
	margin-right: 4px;
	vertical-align: middle;
	line-height: 1;
}

.page_footer_content {
	float: left;
}

.page_footer_content + .sd_checks {
	float: right;
}

.contents-title-side {
	text-align: right;
}

.contents-title-side .sd_checks {
	padding-top: 20px;
	display: inline-block;
}

.page_content {
	margin-top: 1rem;
	font-weight: bold;
	color: #333;
}

.category {
	width: 100%;
	height: 426px;
	padding-top: 15px;
}

li:last-child {

}

body, div, table, th, td, p, span, ul, li, dl, ol, dt, dd {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.category ul {
	display: flex;
}

.category ul li {
	flex: 1;
	/*width :calc(50% - 8px);*/
	height: 100%;
	padding: 35px 0 50px 0;
	/*float: left;*/
	list-style: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

.category ul li:last-child {
	margin-left: 15px;
}


.category > ul > li > #studentBtn.btn.btn-default, #employBtn.btn.btn-default {
	margin-top: 20px;
}

#btnAgree {
	left: 50%;
	margin: 0 auto;A
}

.join-image {
	width: 48px;
	height: 48px;
}

.join-box {
	padding-top: 5px;
	font-size: 15px;
}

.join-box dt {
	font-size: 15px;
	padding-bottom: 15px;
}


.join-box dd {
	font-size: 13.5px;
	/* margin-top: 5px; */
}