
.col-lg-8{
	position: relative;
	width: 100%;
	min-height: 1px;

	max-width: 2000px;  
}


.content-Body {
	line-height: 1.7;
	margin-bottom: -10px;
}
.content-Body > table td {
	border: 1px solid black;
	padding: 0.5em;
}

.content-Body > table.table-striped td {
	border: none;
}

.content-Body > table.table-striped tr:nth-child(odd) td {
	background-color: #f0f0f0;
}
.content-Body h2 {
	font-size: 1.75rem;
}

.content-Body h3 {
	font-size: 1.625rem;
}

.content-Body h4 {
	font-size: 1.5rem;
}

.content-Body h5 {
	font-size: 1.375rem;
}

.content-Body h6 {
	font-size: 1.25rem;
}
.content-EyeCatch{
        margin-bottom: 30px;
    }


.list-title{

display: flex;
justify-content: center;

}


.list-title01{
	width: 300px;
}
.list-title02{
	width: 300px;
}
.title-chiki{ 

	font-size:60px;
    margin: 25px 15px 10px 15px;
    text-align:center;
	border-bottom: 1px solid rgb(68, 65, 65);
}
.title-keyword{ 
	font-size:26px;
    margin: 25px 15px 10px 15px;
    text-align:center;
	border-bottom: 1px solid rgb(68, 65, 65);
}
.kaisha-list01{ 

	font-size:15px;
    margin: 25px 15px 10px 15px;
    text-align:center;
	line-height: 30px;
	list-style-type: none;
}

.kaisha-list01 li span05{
	font-weight: bold;
    color: rgb(80, 128, 231);
}
.kaisha-list01 a{
    color: #333;
}


.title-keyword-sub{
	display: none; 
}


@media screen and (max-width:600px){
	
	.title-keyword-sub{
		display: block; 
		margin: 25px 15px 10px 15px;
		text-align:center;
		color: rgb(150, 150, 158);
	
	}
	
	.list-title{
	
		display: block; 
		justify-content:start; 
	
		}
	
	.list-title01{
		margin:  0 auto;  
	
	}
	.list-title02{
		margin:  0 auto; 
	
	}
	
	}



