﻿@charset "utf-8";

div#contents div#contents-left.health .custhealthbox{
	border: 3px solid #006CB6;
	padding: 15px;
}

div#contents div#contents-left.health .colBlock h3{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#contents div#contents-left.health h5.col-1{
	color: #1c6ebd;
	border-bottom: none;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.6;
	background: none;
	font-size:14px;
}

div#contents div#contents-left.health h5.col-2{
	color: #1a7c6b;
	border-bottom: none;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.6;
	background: none;
	font-size:14px;
}

div#contents div#contents-left.health h5.col-3{
	color: #d55f7d;
	border-bottom: none;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.6;
	background: none;
	font-size:14px;
}

div#contents div#contents-left.health .colBlock.col-pink .inner {
 border-left: 2px solid #F08599;
 border-right: 2px solid #F08599;
	border-bottom: 2px solid #F08599;
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}

div#contents div#contents-left.health .colBlock.col-pink .inner .colInner {
 background: #FFEDF2;
}

div#contents div#contents-left.health .colBlock .inner .colInner .bg1 {
 background: url("../images/bg4.gif") no-repeat right top;
	width: 100%;
}

div#contents div#contents-left.health .colBlock .inner .colInner .bg2 {
 background: url("../images/bg5.gif") no-repeat right top;
	width: 100%;
}

div#contents div#contents-left.health .colBlock .inner .colInner .bg2 p{
	padding: 10px;
}

div#contents div#contents-left.health .colBlock.col-blue .inner {
 border-left: 2px solid #3F98D2;
 border-right: 2px solid #3F98D2;
	border-bottom: 2px solid #3F98D2;
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}

div#contents div#contents-left.health .healthBlock2 .healthInner dl{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}

div#contents div#contents-left.health .healthBlock2 .healthInner dt{
	font-weight: bold;
	width: 31%;
	font-size: 0.813em;/*13px*/
}

div#contents div#contents-left.health .healthBlock2 .healthInner dd{
	margin-left: 5px;
	width: 66%;
	padding-bottom: 5px;
	font-size: 0.813em;/*13px*/
}

#lawsonstaff{
	border: 1px solid #008CCF;
 background-color: #FFFEEE;
 border-radius: 10px;
 padding: 15px;
}

#lawsonstaff h4.lawstafftitle{
	border-bottom: none;
	font-weight: bold;
}


	div#contents div#contents-left.health .colBlock.col-pink .inner {
  border-left: 3px solid #F08599;
  border-right: 3px solid #F08599;
		border-bottom: 3px solid #F08599;
}

div#contents div#contents-left.health .colBlock .inner .colInner .bg1 p{
	padding: 10px 80px 10px 10px;
}

div#contents div#contents-left.health .colBlock.col-blue .inner {
 border-left: 3px solid #3F98D2;
 border-right: 3px solid #3F98D2;
	border-bottom: 3px solid #3F98D2;
}

div#contents div#contents-left.health .healthBlock2 .healthInner dt{
	width: 20%;
}

div#contents div#contents-left.health .healthBlock2 .healthInner dd{
	width: 75%;
}

div#contents div#contents-left.health table.goalhyo th,
div#contents div#contents-left.health table.goalhyo td{
	font-size:0.625em;
}

div#contents div#contents-left.health figure{
	margin:0;
	padding: 0;
}

div#contents div#contents-left.health .asidebox{
	padding: 10px;
	border: 1px solid #cfcfcf;
}

div#contents div#contents-left.health h5.asidetit02 {
	color: #000;
	border-bottom: none;
	border-left: 8px solid #3E96CF;
	margin-bottom: 10px;
	background: #dae8f2;
	padding: 10px;
	font-weight: bold;
}

div#contents div#contents-left .table03{
	border-bottom: 1px solid #CACACA;
}

div#contents div#contents-left .table03 th,
div#contents div#contents-left .table03 td{
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
}

div#contents div#contents-left .table03 thead th{
	background:#0068b9;
	color:#fff;
}

div#contents div#contents-left .table03 tbody th.bg01{
	background:#4599d0;
	color:#fff;
	width:20%;
	text-align: center;
}

div#contents div#contents-left h4.c-h_2 {
	color: #000;
	background: #ffedf2;
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: none;
	border-left: 8px solid #d55f7d;
	}

div#contents div#contents-left .custhealthcolumn{
	background:#fff;
	border-radius:10px;
	padding:15px;
	border:1px solid #d55f7d;
}

div#contents div#contents-left .custhealthcolumn ul li{
	font-size:14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:5px;
}

div#contents div#contents-left .custhealthcolumn ul li:last-child{
	margin-bottom:0;
}

div#contents div#contents-left .custhealthcolumn ul li span{
	padding: 0em;
	color: #fff;
	background: #d55f7d;
	font-weight: 900;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 29%);
	display: inline-block;
	margin-right: 1px;
	font-size:0.875em;
	margin-right: 5px;
}


div#contents div#contents-left .contentsheight{
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-flex-pack: justify;
-moz-flex-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}

div#contents div#contents-left .boxtwo-column05{width: 70%;}
div#contents div#contents-left .img-column03 {width: 25%;}


div#contents div#contents-left.health .colBlock h3.c-h {
color: #d55f7d;
background: #ffedf2;
padding: 10px;
font-weight: bold;
margin-bottom: 15px;
border-bottom: none;
}
