h1 {
	font-size: 16px;
}
.table_bac {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom:50px;
}
.table_bac th {
	border-collapse: collapse;
	background-color:#FFCCCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.table_td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#eee;
}
.table_td4 {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#FFE8E8;
}
.table_bac td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.font_1 {
	font-size:11px;
}
.table_all {
	border: 1px solid #999;
}

.back-th1{
	background-color: #ecffcf;
	border-bottom: solid 1px #cccccb;
	padding: 4px;
	}
.table_1 p, ul, ul li, li, dd, dt, a,{
    font-size: 12px;
    line-height: 1.5em;
	text-align: center;
}
	table.table_1 a{
		text-decoration: underline;
		color: darkblue;
	}
.bg_glay{
		background-color: #EFEFEF;
	}
.table_1 td{
    text-align: center;
	font-size: 10px;
	 padding: 5px 3px;
    border-right:solid 1px #cccccb;
    border-bottom: solid 1px #cccccb;
}

.pankuzu a {
    text-decoration: underline;
    color: darkblue;
}

/* bootstrap4風レイアウト */
.row{
box-sizing: border-box;
display: flex;
width: 100%;
max-width: 100%;
margin-left: -15px;
margin-right: -15px;
}
.col-6{
box-sizing: border-box;
max-width: 50%;
flex: 0 0 50%;
padding-left: 15px;
padding-right: 15px;
}
.col-12{
box-sizing: border-box;
max-width: 100%;
flex: 0 0 100%;
padding-left: 15px;
padding-right: 15px;
}
