@charset "utf-8";
/* ------------------------------------------------
CSS Information
 File name:   bousai-kanren.css
 Summary  :   防災関連
--------------------------------------------------- */
#bousai-cate .bou-table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border-spacing: 10px;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #FFFFFF;
}
#bousai-cate .bou-table td {
	padding: 6px 8px;
}
#bousai-cate .bou-table td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
#bousai-cate .bou-table td a:hover {
	color: #001050;
}
/* テキスト＋画像 */
.point7-lead {
	display: table;
	border-collapse: separate;
	border-spacing: 0px 20px 0px 0px;
}
.point7-text {
	display: table-cell;
	width: 80%;
	vertical-align: top;
}
.point7-img {
	display: table-cell;
	width: 20%;
}
.point7-img img {
	width: 100%;
}
/* もっとみるボタン */
.saigai-btn-pointo7 {
	text-align: center;
	margin-top: 40px;
}
.saigai-btn-pointo7 a {
	display: inline-block;
	padding: 5px 60px 5px 60px;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.saigai-btn-pointo7 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.saigai-btn-pointo7-title {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
/* 手指衛生 */
.syushi-eisei-heading-point7 h1 {
	background-color: #A2CF00;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.syushi-eisei-btn-pointo7 a {
	background-color: #A2CF00;
}
/* オーラルケア */
.oral-care-heading-point7 h1 {
	background-color: #6995FF;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.oral-care-btn-pointo7 a {
	background-color: #6995FF;
}
/* 非常用バック */
.portable-heading-point7 h1 {
	background-color: #EE7F02;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.portable-btn-pointo7 a {
	background-color: #EE7F02;
}
/* ppe */
.ppe-heading-point7 h1 {
	background-color: #FF8A98;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.ppe-btn-pointo7 a {
	background-color: #FF8A98;
}
@media (max-width: 600px) {
	#bousai-cate .bou-table2 {
		width: 100%;
		text-align: center;
		border-collapse: separate;
		border-spacing: 10px;
		font-weight: bold;
		line-height: 1.4;
		color: #FFFFFF;
	}
	#bousai-cate .bou-table2 td {
	height: 40px;
		padding: 6px 8px;
		vertical-align: middle;
	}
	#bousai-cate .bou-table2 td a {
		width: 100%;
		height: 100%;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px !important;
		vertical-align: middle;
	}
	#bousai-cate .bou-table2 td a:hover {
		color: #001050;
	}
	/* テキスト＋画像 */
	.point7-lead {
		display: table;
		border-collapse: separate;
		border-spacing: 0px 20px 0px 0px;
	}
	.point7-text {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	.point7-img {
		display: block;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.point7-img img {
		width: 100%;
	}
	/* もっとみるボタン */
	.saigai-btn-pointo7 {
		text-align: center;
		margin-top: 30px;
	}
	.saigai-btn-pointo7 a {
		display: inline-block;
		padding: 5px 60px 5px 60px;
		color: #FFF;
		text-align: center;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		text-decoration: none;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: 20px center;
	}
	.saigai-btn-pointo7 a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	.saigai-btn-pointo7-title {
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: center;
	}
	/* 手指衛生 */
	.syushi-eisei-heading-point7 h1 {
		background-color: #A2CF00;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.8rem;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.syushi-eisei-btn-pointo7 a {
		background-color: #A2CF00;
	}
	/* オーラルケア */
	.oral-care-heading-point7 h1 {
		background-color: #6995FF;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.8rem;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.oral-care-btn-pointo7 a {
		background-color: #6995FF;
	}
	/* 非常用バック */
	.portable-heading-point7 h1 {
		background-color: #EE7F02;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.8rem;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.portable-btn-pointo7 a {
		background-color: #EE7F02;
	}
	/* ppe */
	.ppe-heading-point7 h1 {
		background-color: #FF8A98;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.8rem;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.ppe-btn-pointo7 a {
		background-color: #FF8A98;
	}
}