@charset "Shift_JIS";

.cont_unit#application_wrap .apps .btn_wrap {
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
	margin-top: 15px;
}


.cont_unit#application_wrap .apps table {
	position: relative;
	width: 100%;
}

.cont_unit#application_wrap .apps .tbl_ttl {
	position: sticky;
	top: 50px;
	z-index: 999;
}

.cont_unit#application_wrap .apps .tbl_ttl dl dt {
	width: 20%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-weight: bold;
	float: left;
}

.cont_unit#application_wrap .apps .tbl_ttl dl dd {
	width: 80%;
	padding: 10px 15px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-weight: bold;
	float: left;
}

.cont_unit#application_wrap .apps table tbody tr {
	cursor: pointer;
}

.cont_unit#application_wrap .apps table tbody tr th {
	width: 20%;
	box-sizing: border-box;
	font-weight: bold;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cont_unit#application_wrap .apps table tbody tr td {
	width: 80%;
	box-sizing: border-box;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


.cont_unit#application_wrap .apps table tbody tr:hover th {
	background: #f7b2b7;
}

.cont_unit#application_wrap .apps table tbody tr:hover td {
	background: #fce5e7;
}


.cont_unit#application_wrap .apps table tbody tr td p.ttl {
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.cont_unit {
		padding-top: 0;	
	}
	
	
	
	
	
	
	#sec_wrap .cont_unit .ttl_wrap h2 {
		margin-bottom: 15px;	
	}
	
	#sec_wrap .cont_unit .ttl_wrap h2.cat {
		display: inline;	
	}
	
	
	.cont_unit#application_wrap .apps {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl {
		position: static;	
	}
	
	.cont_unit#application_wrap .apps .scroll_wrapper {
		width: 100%;
		overflow: auto;
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl {
		width: 480px;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl dl dt {
		width: 30%;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl dl dd {
		width: 70%;	
	}
	
	.cont_unit#application_wrap .apps table {
		width: 480px;	
	}
	
	.cont_unit#application_wrap .apps table tbody tr th {
		width: 30%;		
	}
	
	.cont_unit#application_wrap .apps table tbody tr td {
		width: 70%;		
	}
	
	
}
