@charset "UTF-8";

/* 健康経営の取り組み */

#contents{
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.6em;
}

	#contents h2{
		margin-bottom: 40px;
		color: #0079BF;
		font-size: 22px;
		font-weight: bold;
	}

	#contents h3{
		margin-bottom: 25px;
		padding-bottom: 0.3em;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		border-bottom: dotted 1px #888;
	}

	#contents p{
		margin-bottom: 1em;
	}


/* ----- */

#about{
	margin-bottom: 30px;
	overflow: hidden;
}

	#about p.right{
		float: right;
		margin: -20px 0 10px 30px;
	}

	#about p.logo{
		text-align: center;
	}


/* ----- */

#statement{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

	#statement >div{
		position: relative;
		padding: 40px 50px;
		border: solid 1px #aaa;
	}

	#statement >div:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #E6F2F7;
		border: solid 12px #fff;
		box-sizing: border-box;
	}

	#statement >div p{
		position: relative;
		margin-bottom: 0;
		font-weight: bold;
		line-height: 2em;
	}

	#statement >div p.signature{
		font-weight: normal;
		text-align: right;
	}

	#statement >div p + p{
		margin-top: 2em;
	}


/* ----- */

#organization{
	margin-bottom: 30px;
	overflow: hidden;
}

	#organization p.left{
		float: left;
		margin: 0 30px 20px 0;
	}


/* ----- */

#initiative{
}

#initiative .achievements{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

	#initiative .achievements > li{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 49%;
		margin-bottom: 15px;
		padding: 25px 15px 20px 30px;
		background-color: #E6F2F7;
		box-sizing: border-box;
	}

		#initiative .achievements > li .left_cols{
			width: 47%;
			text-align: center;
			box-sizing: border-box;
		}

			#initiative .achievements > li .left_cols h4{
				margin: 10px 0 5px 0;
				font-size: 17px;
				line-height: 1.4em;
			}

			#initiative .achievements > li .left_cols p{
				margin-bottom: 0;
				font-size: 15px;
				line-height: 1.5em;
			}

		#initiative .achievements > li .right_cols{
			width: 53%;
			text-align: center;
			box-sizing: border-box;
		}

			#initiative .achievements > li .right_cols span{
				color: #0079BF;
				font-weight: bold;
			}

			#initiative .achievements > li .right_cols em{
				color: #0079BF;
				font-size: 30px;
				font-weight: bold;
			}

			#initiative .achievements > li .right_cols strong{
				color: #0079BF;
				font-size: 40px;
				font-weight: bold;
			}

			#initiative .achievements > li .right_cols > p{
				margin-bottom: 0;
			}

			#initiative .achievements > li .right_cols > p + p{
				margin-top: 10px;
			}

			#initiative .achievements > li .right_cols ul{
			}

				#initiative .achievements > li .right_cols ul li{
					display: flex;
					align-items: center;
					justify-content: center;
				}

				#initiative .achievements > li .right_cols ul li +li{
					margin-top: 10px;
				}

					#initiative .achievements > li .right_cols ul li p{
						margin: 0 0.5em;
						font-size: 14px;
						line-height: 1.4em;
					}

		#initiative .achievements > li .past{
			display: flex;
			width: 100%;
			margin-top: 20px;
			padding-top: 15px;
			border-top: dotted thin #777;
		}

			#initiative .achievements > li .past li{
				width: 50%;
			}

				#initiative .achievements > li .past li p{
					margin-bottom: 0;
					text-align: center;
				}

					#initiative .achievements > li .past li p span{
						color: #0079BF;
						font-weight: bold;
					}

					#initiative .achievements > li .past li p em{
						color: #0079BF;
						font-size: 20px;
						font-weight: bold;
					}


#initiative .measure{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	#initiative .measure li{
		width: 32%;
		margin-bottom: 13px;
		padding: 20px;
		border: solid 1px #0079BF;
		box-sizing: border-box;
	}

		#initiative .measure li:nth-of-type(1),
		#initiative .measure li:nth-of-type(2){
			width: 49%
		}

		#initiative .measure li dl{

		}

			#initiative .measure li dl dt{
				font-weight: bold;
			}

			#initiative .measure li dl dd{
				display: list-item;
				margin: 5px 0 0 1.3em;
				font-size: 14px;
				line-height: 1.4em;
				list-style: disc outside;
			}




