@charset "utf-8";
/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　Infographic  2021.07.29 */
/**********************************************/
/*対象分野*/

.bs_col2-wrap{
	margin-bottom: 30px;
}
.prefecture_col{
	background-color: #7dc9e6;
	color: #fff;
	font-size: 2rem;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bs_note_col2 p{
	 margin: 0;
	line-height: 1.5;
	
}
.bs_note_title{
	display: flex;
	flex-direction: column;
}
.bs_note_title p{
	text-align: right;
}
.keni-section h3 {
	border: none;
	border-left: none;
	margin: 0;
    padding: 0;
}
.bs_note_title h3 a{
	color: #2C72B8;
	border: none;
}
.bs_col2-wrap table{
	margin: 0;
}

/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {
.bs_col2-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.prefecture_col{
	background-color: #7dc9e6;
	color: #fff;
	font-size: 2rem;
	width: 12%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bs_note_col2{
	 width: 86%;
}
.bs_note_title{
	flex-direction: row;
	justify-content: space-between;
}
.bs_col2-wrap .table-block th {
	width: 15%;
}
}
@media (min-width: 920px) {
}
@media (min-width: 1400px) {

}