@charset "UTF-8";

/********************************************

 企業情報（health）

********************************************/
#main .page_title h3{
	margin: 0 0 20px;
}

#health p{
	margin-bottom: 20px;
	line-height: 1.8;
}

#health h5 {
    min-height: inherit;
    color: #063a95;
    font-size: 16px;
    margin: 0 0 10px;
}

#health p.sub{
	font-size: 12px;
}

#health .img_box {
	float: right;
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 10px;
}
#health .txt_box {
	margin: 0 0 20px;
}

#health .img {
    text-align: center;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 25px;
}
#health .img2 {
    text-align: center;
	padding: 0px 0;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 25px;
}

#health .img3 {
	text-align: left !important;
	margin-bottom: 25px;
}

#health ol{
	margin-left: 20px;
	margin-bottom: 25px;
}
#health ol li{
	list-style: decimal;
	margin-bottom: 15px;
}

#health table.standard {
    border: 0px;
    border: 1px solid #CDD5DD;
    width: 718px;
    empty-cells: show;
    margin-top: 25px;
    margin-bottom: 15px;
}
#health table.standard th,
#health table.standard td {
	border: 0px;
	border-bottom: 1px solid #CDD5DD;
	border-right: 1px solid #CDD5DD;
	padding: 3px;
	font-size: 86%;
	vertical-align: top;
	background-color: #fff;
}

#health table.standard th.line-bold-r,
#health table.standard td.line-bold-r {
	border-right: 2px solid #063A97;
}
#health table.standard th.line-bold-b,
#health table.standard td.line-bold-b {
	border-bottom: 2px solid #063A97;
}



#health table.standard th {        
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	width: 2.5em;
	text-align: center;
}
#health table.standard th.consolidated {
	background-color: #0D3D90;
}
#health table.standard th.particular {
	background-color: #019093;
}
#health table.standard tr.sum td {
	background: #E4EAED;
}
#health table.standard tr td.red {
	background: #ffd2ae;
}
#health table.standard tr td.gray {
	background: #ccce;
}

#health .btn{
	margin-bottom: 60px;
}
#health .btn a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 1em 2em;
  width: 445px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #063a95;
  transition: 0.3s;
}

#health .btn a::after {
  content: '';
  width: 20px;
  height: 25px;
  background-image: url(../images/health/icon_pdf.svg);
  background-repeat: no-repeat;
}

#health .btn a:hover {
  text-decoration: none;
  background-color: #285db8;
}

