@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.kikan_text {
	font-size: 110%;
	font-weight: bold;
}
.kikan_text_2 {
	padding-left: 7em;
	color: red;
	font-size: 110%;
	font-weight: bold;
}
.notice {
	padding: 10px;
	padding-left: 20px;
	line-height: 1.6em;
	background-color: #f5f5f5;
}
.notice .ttl {
	margin-bottom: 0.5em;
	margin-left: -10px;
	color: #113179;
	font-weight: bold;
}
.teble_wapper {
	display: flex;
	align-items: flex-start;
}
.teble_wapper .hyou_cate_l,
.teble_wapper .hyou_cate_r {
	width: 50%;
}
.teble_wapper th,
.teble_wapper td {
	border: 1px solid #ccc;
	padding: 5px 8px;
}
.teble_wapper th {
	background: #f4f4f4;
	text-align: center;
	font-weight: normal;
	width: 65px;
}
.teble_wapper .hyou_cate_r th {
	border-left: none;
}
.approval {
	border: 2px solid #ccc;
	padding: 15px 20px;
}
.approval .ttl {
	    font-size: 17px;
    font-weight: bold;
    color: #123179;

}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.kikan_text_2 {
	padding-left: 0;
	font-size: 104%;
}
}
@media screen and (max-width: 767px) {
.kikan_text {
	font-size: 104%;
}
.kikan_text_2 {
	padding-left: 0;
	font-size: 104%;
}

.teble_wapper {
	display: block;
}
.teble_wapper .hyou_cate_l,
.teble_wapper .hyou_cate_r {
	width: 100%;
}
.teble_wapper .hyou_cate_r th {
	border-left: 1px solid #ccc;
}
.teble_wapper .hyou_cate_r tr:first-child th,
.teble_wapper .hyou_cate_r tr:first-child td {
	border-top: none;
}
}



