@charset "ISO-8859-1";
/*
 * heading
 **/
.health_cont h3 {
    margin-top:10px;
}
.health_cont h4 {
    color: #727272;
    font-size: 16px;
    margin-top:20px;
    font-weight: bold;
}
.health_cont h5 {
    color:#ffffff;
    background-color: #BC3535;
    text-align:center;
    padding:2px 0;
    margin-top:25px;
    font-weight:normal;
    line-height:1.3;
}
.health_hdg_lv3 {
    background: #cceeee;
    margin: 20px 0 0 0;
    padding: 8px;
    font-size: 16px;
    color: #336e7b;
    border-bottom: 1px #559999 dotted;
}
.health_cont > .health_hdg_lv3:first-child {
    margin-top: 10px;
}
.health_hdg_lv3 a {
    color: #336e7b;
    display: block;
}
.health_hdg_lv3 a:hover,
.health_hdg_lv3 a:focus,
.health_hdg_lv3 a:hover span,
.health_hdg_lv3 a:focus span {
    text-decoration: underline;
}
.health_hdg_lv3 span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.health_hdg_lv3 span::before {
    content: "";
    display: block;
    background: url(/en/health/commonY16/img/icon_01.gif) no-repeat center;
    width: 28px;
    height: 23px;
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}
.health_hdg_link {
    font-weight: bold;
    font-size: 16px;
}
.health_hdg_link a {
    position: relative;
    display: inline-block;
    color: #0d0e68;
    padding: 0 0 0 10px;
}
.health_hdg_link a::before{
    content: "";
    display: block;
    background: url(/en/common_rn/img/icon_triangle_001.gif) no-repeat center;
    width: 6px;
    height: 5px;
    margin: 0 0 0 -10px;
    position: relative;
    top: 10px;
}
/*
 * list
 **/
.health_cont .textList_OR li {
    padding-left:12px;
    background-image:url(/en/health/img/parts_dot.gif);
    background-position:0 4px;
    background-repeat:no-repeat;
    line-height:1.5;
    padding-bottom:5px;
}
.health_cont .textList_OR li .textListA01 li {
    background-image:url(/en/common_rn/img/parts_dot_001.gif);
}
.health_cont .subnavi {
    margin:0 auto 0;
    text-align:center;
    clear:both;
}
.health_cont .subnavi li {
    display:inline-block;
    /display:inline;
    /zoom:1;
    line-height:1.3;
    text-align:center;
}
.health_list_def {
    margin:20px 0 0 20px;
}
.health_list_def dt {
    margin:0 0 3px 0;
}
.health_list_def dd {
    margin:0 0 15px 0;
}
.health_list_def_icon_01,
.health_list_def_icon_02,
.health_list_def_icon_03 {
    padding-left: 25px;
    position: relative;
    font-weight: bold;
}
.health_list_def_icon_01 {
    color: #000099;
}
.health_list_def_icon_02 {
    color: #cc0000;
}
.health_list_def_icon_03 {
    color: #cf3f0f;
}
.health_list_def_icon_01::before,
.health_list_def_icon_02::before,
.health_list_def_icon_03::before {
    content: "";
    display: block;
    width: 20px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.health_list_def_icon_01::before {
    background: url(/en/health/commonY16/img/icon_prevent.gif) no-repeat center;
}
.health_list_def_icon_02::before {
    background: url(/en/health/commonY16/img/icon_deal.gif) no-repeat center;
}
.health_list_def_icon_03::before {
    background: url(/en/health/commonY16/img/icon_pre_deal.gif) no-repeat center;
}
.health_img_step::after {
    content: "";
    display: block;
    clear: both;
}
.textList_OR li .health_img_step li {
    background: none;
    float: left;
    padding: 0 32px 0 0;
    margin: 0;
    position: relative;
}
/*
 * image
 **/
.health_imgLyt > .pic_right {
    float: right;
}
.health_imgLyt > .pic_left {
    float: left;
}
.health_cont .pic_right {
    padding:0 0 0 10px;
}
.health_cont .pic_left {
    padding:0 10px 0 0;
}
.health_img_step li::after {
    content: "";
    display: block;
    border: transparent 8px solid;
    border-left: #191717 8px solid;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.health_img_step li:last-child {
    padding-right: 0;
}
.health_img_step li:last-child::after {
    display: none;
}
.health_floatBlock::after {
    display: block;
    content: '';
    clear: both;
}
/*
 * link
 **/
.health_linkList {
    margin: 25px 0 0 0;
}
.health_linkList > li {
    margin-bottom: 4px;
}
.health_linkList > li > a ~ * {
    padding: 0 10px;
}
.health_local_navi {
    margin-top:20px;
}
.health_local_navi li{
    line-height:1.3;
    background:url(/en/health/before/health/img/icon.gif) no-repeat 2px 4px;
    padding:0 0 5px 5px;
    text-indent:1em;
    margin-left:1em;
}
/*
 * layout
 **/
.health_lyt {
    margin: -10px 0 0 -10px;
}
.health_lyt::after {
    display: block;
    content: '';
    clear: both;
}
.health_lyt > .inner > .col {
    width: calc(50% - 10px);
    float: left;
    margin: 10px 0 0 10px;
}
.health_lyt > .inner > .col > table {
    width: 100%;
}
