@charset "utf-8";
/*============================
parts
============================*/
.tableType1 {
  width: 100%;
  border-top: solid #ded9c1 1px;
  border-left: solid #ded9c1 1px;
}
.tableType1 th,
.tableType1 td {
  background: #fff;
  border-right: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
  font-size: 12px;
  vertical-align: top;
}
.tableType1 th,
.tableType1 td.title {
  padding: 8px 0;
  background: #c7bd8c;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.tableType1 td {
  padding: 8px 18px;
}
.tableType1 tr:nth-of-type(odd) td {
  background: #f7f6f1;
}

.tableType2 {
  border-collapse:collapse;
}
.tableType2 td {
  width: 50%;
  padding: 8px;
  vertical-align: top;
}

/*============================
#health_management
============================*/
#health_management {
  width: 960px;
  margin: 0 auto 80px;
  overflow: hidden;
}
#health_management #ceo_profile {
  clear: both;
  display: none;
}

/*============================
#left_link
============================*/
#left_link {
  width: 220px;
  float: left;
}
#left_link div.bnr_area a {
  border: 2px solid #c7bd8c;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}
#left_link div.bnr_area a:hover {
  text-decoration: none;
}
#left_link div.bnr_area a dl dt {
  text-align: center;
  height: 110px;
  padding-top: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#left_link div.bnr_area a dl dt:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #333;
  top: 45px;
  right: 5px;
  background: url(../common/images/arr_black.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
#left_link div.bnr_area a dl dd {
  background: #c7bd8c;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
}
#left_link div.bnr_area a:first-child dl dd {
  padding-top: 5px;
}

dl.side_menu {
  border: 2px dotted #ddd8c0;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
dl.side_menu dt {
  text-align: center;
  padding: 35px 0;
}
dl.side_menu dd ul:last-child li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
dl.side_menu dd ul li {
  background: #f8f7f3;
}
dl.side_menu dd ul li:hover {
  background: #c7bd8c !important;
}
dl.side_menu dd ul li a {
  display: block;
  padding: 10px 36px 13px 20px;
  position: relative;
}
dl.side_menu dd ul li a span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #c7bd8c;
  /*top                     : 7px;*/
  right: 5px;
  background: url(/common/images/arr_beige.png) no-repeat 9px 7px;
  padding-left: 5px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
dl.side_menu dd ul li a span:after {
  top: 50%;
  margin-top: -13px;
}
dl.side_menu dd ul li a:hover {
  color: #fff;
  text-decoration: none;
}
dl.side_menu dd ul li a:hover span:after {
  border-left: 1px dotted #fff;
  background: url(../common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
dl.side_menu dd ul li:nth-child(2n) {
  background: #ffffff;
}
dl.side_menu dd ul li.on a {
  background: #c7bd8c !important;
  color: #fff;
  text-decoration: none;
}
dl.side_menu dd ul li.on a span:after {
  border-left: 1px dotted #fff;
  background: url(../common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}

/*============================
#right_content
============================*/
#right_content {
  float: right;
  width: 720px;
  margin-bottom: 40px;
  /*============================
  #top_information
  ============================*/
  /*============================
  #outline
  ============================*/
  /*============================
  #history
  ============================*/
  /*============================
  #organization
  ============================*/
  /*============================
  #main_client
  ============================*/
  /*============================
  #branch
  ============================*/
  /*============================
  #division
  ============================*/
}
#right_content h2 {
  color: #8bb84a;
  font-size: 30px;
  padding: 0 0 3px 15px;
  border-left: 4px solid #8bb84a;
  border-bottom: 2px dotted #c7bd8c;
  margin-bottom: 30px;
}
#right_content .tt_circle {
  font-size: 20px;
  background: #f8f7f3;
  margin-bottom: 30px;
  padding: 5px 0 5px 15px;
  font-weight: normal;
}
#right_content .tt_circle:before {
  content: '';
  background: url(/common/images/ttl_circle.png) 0 center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
#right_content .content_link {
  margin-top: 60px;
  overflow: hidden;
}
#right_content .content_link ul {
  margin-left: -26px;
}
#right_content .content_link ul li {
  float: left;
  margin: 0 0 26px 26px;
  width: 218px;
  border: dotted #ddd8c0 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
#right_content .content_link ul li a {
  position: relative;
  display: block;
  padding: 16px 36px 16px 20px;
}
#right_content .content_link ul li a span {
  display: block;
  text-align: center;
}
#right_content .content_link ul li a span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #c7bd8c;
  /*top                     : 7px;*/
  right: 5px;
  background: url(/common/images/arr_beige.png) no-repeat 9px 7px;
  padding-left: 5px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
#right_content .content_link ul li a span:after {
  top: 50%;
  margin-top: -14px;
}
#right_content .content_link ul li a:hover {
  background: #c7bd8c;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#right_content .content_link ul li a:hover span:after {
  border-left: 1px dotted #fff;
  background: url(/common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  width: 26px;
  height: 26px;
}
#right_content #top_information .btnPforile a {
  display: block;
}
#right_content #top_information .lead {
  margin-top: 40px;
  font-size: 14px;
}
#right_content #top_information .listCircle {
  margin-top: 30px;
  padding: 25px 30px;
  background: #f8f7f3;
}
#right_content #top_information .listCircle ul li {
  padding: 5px 0 5px 10px;
  font-size: 14px;
  text-indent: -10px;
}
#right_content #top_information .listCircle ul li span {
  padding-right: .2em;
  color: #8bb84a;
}
#right_content #top_information .comment {
  margin-top: 30px;
  font-size: 14px;
}
#right_content #outline .tableType1 {
  margin-top: 40px;
}
#right_content #outline .tableType1 th {
  width: 115px;
}
#right_content #history ol {
  border: solid #c7bd8c 1px;
}
#right_content #history ol li {
  border: solid #c7bd8c 1px;
}
#right_content #history ol li dl dt {
  height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 64px;
}
#right_content #history ol li dl dt a {
  position: relative;
  display: block;
  padding-right: 36px;
  color: #c7bd8c;
}
#right_content #history ol li dl dt a:hover {
  text-decoration: none;
}
#right_content #history ol li dl dt a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 35px;
  height: 25px;
  background: url(../common/images/plus_beige.png) no-repeat center center;
  border-left: dotted 1px #c7bd8c;
}
#right_content #history ol li dl dt a.on:after {
  background: url(../common/images/minus_beige.png) no-repeat center center;
}
#right_content #history ol li dl dd {
  display: none;
}
#right_content #history ol li dl dd.on {
  display: block;
}
#right_content #history ol li dl dd .tableType1 th {
  width: 115px;
}
#right_content #history ol li dl dd .tableType1 td .leftTxt {
  float: left;
  width: 346px;
}
#right_content #history ol li dl dd .tableType1 td .rightPhoto {
  float: right;
}
#right_content #main_client .nav {
  text-align: center;
}
#right_content #main_client .nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#right_content #main_client .tableType1 {
  margin-top: 40px;
}
#right_content #main_client .tableType1 th {
  width: 115px;
}
#right_content #branch .lead {
  margin-top: 40px;
  font-size: 14px;
}
#right_content #branch .comment {
  margin-top: 30px;
  font-size: 14px;
}
#right_content #branch .block {
  margin-top: 60px;
}
#right_content #branch .block .box {
  margin-top: 30px;
}
#right_content #branch .block .box .explain {
  font-size: 14px;
}
#right_content #branch .block .box .head {
  position: relative;
  margin-bottom: 15px;
  /*padding-left: 10px;
  border-left: solid #8bb84a 4px;*/
}
#right_content #branch .block .box .head h4 {
  font-size: 16px;
  font-weight: bold;
}
#right_content #branch .block .box .head .address {
  font-size: 14px;
}
#right_content #branch .block .box .head .address span {
  color: #8bb84a;
}
#right_content #branch .block .box .head .map {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 90px;
  height: 30px;
}
#right_content #branch .block .box .tableType1 th,
#right_content #branch .block .box .tableType1 td {
  vertical-align: middle;
}
#right_content #branch .block .box .tableType1 th {
  width: 205px;
}
#right_content #branch .block .box .tableType1 td.data {
  text-align: center;
}
#right_content #branch .block .box .tableType1 td.add_tel {
  border-right: none;
}
#right_content #branch .block .box .tableType1 td.map {
  padding: 0;
  width: 108px;
  text-align: center;
}
#right_content #division .policy dt {
  font-size: 22px;
  font-weight: bold;
  color: #8bb84a;
}
#right_content #division .policy dd {
  margin-top: 5px;
  font-size: 14px;
}
#right_content #division .block {
  margin-top: 60px;
}
#right_content #division .block .explain {
  font-size: 14px;
}
#right_content #division .block dl {
  margin-top: 20px;
  border: solid #c7bd8c 2px;
}
#right_content #division .block dl dt {
  height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
}
#right_content #division .block dl dt a {
  position: relative;
  display: block;
  padding-right: 36px;
  color: #c7bd8c;
}
#right_content #division .block dl dt a:hover {
  text-decoration: none;
}
#right_content #division .block dl dt a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 35px;
  height: 25px;
  background: url(../common/images/plus_beige.png) no-repeat center center;
  border-left: dotted 1px #c7bd8c;
}
#right_content #division .block dl dt a.on:after {
  background: url(../common/images/minus_beige.png) no-repeat center center;
}
#right_content #division .block dl dd {
  display: none;
  border-top: solid #c7bd8c 2px;
  padding: 18px;
  font-size: 14px;
}
#right_content #division .block dl dd .pic {
  margin-top: 20px;
  text-align: center;
}
#right_content #division .block .btn_first_reform {
  margin: 30px auto;
  width: 400px;
}
#right_content #division .block .btn_first_reform a {
  display: block;
}

/*============================
#ceo_profile
============================*/
#ceo_profile {
  position: relative;
  background: #fff;
  border: solid #fff 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
#ceo_profile .head {
  background: #252525;
}
#ceo_profile .head .ceo {
  text-align: right;
}
#ceo_profile .head .name {
  padding: 6px 0 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#ceo_profile .head .name strong {
  font-size: 34px;
}
#ceo_profile .head .name span {
  margin-left: 10px;
  font-size: 24px;
}
#ceo_profile .info table th {
  width: 115px;
}
#ceo_profile .info table td.date {
  width: 126px;
  text-align: center;
}

/*============================
modal window
============================*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 100;
}

#modal_contents {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  padding: 9px;
  background: #474747;
  border: solid #898989 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 200;
}

#modal_close {
  position: relative;
  margin-top: -3px;
  padding: 12px 12px 8px;
  background: #e6e5e5;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
}
#modal_close a {
  display: block;
  margin-left: auto;
  width: 21px;
  height: 21px;
  background: url(../images/company/modal_close.gif) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*============================
		SP
============================*/
@media screen and (max-width: 667px) {
  /*============================
  parts
  ============================*/
  .tableType1 th {
    padding: 4px 0;
  }
  .tableType1 td {
    padding: 4px 8px;
  }

  .tableType2 td {
    font-size: 12px;
    padding: 4px;
  }

  /*============================
  #health_management
  ============================*/
  #health_management {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*============================
  #left_link
  ============================*/
  #left_link {
    width: 100%;
    float: none;
  }
  #left_link div.bnr_area {
    overflow: hidden;
  }
  #left_link div.bnr_area a {
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #c7bd8c;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #left_link div.bnr_area a:first-child {
    margin-right: 2%;
  }
  #left_link div.bnr_area a dl dt {
    text-align: center;
    height: 110px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #left_link div.bnr_area a dl dt:after {
    width: 0;
    height: 0;
  }
  #left_link div.bnr_area a dl dd {
    height: 50px;
    padding: 15px 5px 0;
  }
  #left_link div.bnr_area a:first-child dl dd {
    padding-top: 5px;
  }

  dl.side_menu {
    border: 2px dotted #ddd8c0;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  dl.side_menu dt {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f8f7f3;
  }
  dl.side_menu dd ul {
    display: table;
    width: 100%;
    overflow: hidden;
  }
  dl.side_menu dd ul:nth-of-type(2n) li:first-child {
    background: #f8f7f3;
  }
  dl.side_menu dd ul:nth-of-type(2n+1) li:last-child {
    background: #f8f7f3;
  }
  dl.side_menu dd ul:last-child li:first-child {
    border-radius: 0 0 0 10px;
  }
  dl.side_menu dd ul:last-child li:last-child {
    border-radius: 0 0 10px 0;
  }
  dl.side_menu dd ul li {
    display: table-cell;
    width: 50%;
    float: none;
    background: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.side_menu dd ul li:nth-child(2n) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.side_menu dd ul li a {
    display: block;
    padding: 10px 42px 13px 10px;
    background: none !important;
  }
  dl.side_menu dd ul li a:hover {
    color: #333 !important;
  }
  dl.side_menu dd ul li.on {
    background: #c7bd8c !important;
  }

  /*============================
  #right_content
  ============================*/
  #right_content {
    float: none;
    width: 100%;
    margin-bottom: 80px;
    /*============================
    #top_information
    ============================*/
    /*============================
    #outline
    ============================*/
    /*============================
    #history
    ============================*/
    /*============================
    #organization
    ============================*/
    /*============================
    #main_client
    ============================*/
    /*============================
    #branch
    ============================*/
    /*============================
    #division
    ============================*/
  }
  #right_content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #right_content .tt_circle {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 3px 0 3px 10px;
    font-weight: normal;
  }
  #right_content .tt_circle:before {
    content: '';
    background: url(/common/images/ttl_circle.png) 0 center no-repeat;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
  }
  #right_content .content_link {
    margin-top: 30px;
  }
  #right_content .content_link ul {
    margin-left: 0;
  }
  #right_content .content_link ul li {
    margin: 0 0 14px;
    width: 48%;
    font-size: 12px;
  }
  #right_content .content_link ul li:nth-of-type(2n) {
    float: right;
  }
  #right_content .content_link ul li:nth-of-type(2n+1) {
    clear: both;
  }
  #right_content .content_link ul li a {
    padding: 16px 36px 16px 8px;
  }
  #right_content .content_link ul li a span:after {
    right: 0;
  }
  #right_content #top_information .btnPforile img {
    width: 100%;
  }
  #right_content #top_information .lead {
    margin-top: 20px;
    font-size: 12px;
  }
  #right_content #top_information .listCircle {
    margin-top: 15px;
    padding: 10px 15px;
  }
  #right_content #top_information .listCircle ul li {
    padding: 2px 0 2px 10px;
    font-size: 12px;
  }
  #right_content #top_information .comment {
    margin-top: 15px;
    font-size: 12px;
  }
  #right_content #outline .photo img {
    width: 100%;
  }
  #right_content #outline .tableType1 {
    margin-top: 20px;
  }
  #right_content #outline .tableType1 th {
    width: 20%;
  }
  #right_content #history ol li {
    border: none;
    border-bottom: solid #c7bd8c 1px;
  }
  #right_content #history ol li:last-child {
    border-bottom: none;
  }
  #right_content #history ol li dl dt {
    padding: 12px 0;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
  }
  #right_content #history ol li dl dd .tableType1 tr,
  #right_content #history ol li dl dd .tableType1 th,
  #right_content #history ol li dl dd .tableType1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #right_content #history ol li dl dd .tableType1 th {
    width: 100%;
  }
  #right_content #history ol li dl dd .tableType1 td .leftTxt {
    float: none;
    width: 100%;
  }
  #right_content #history ol li dl dd .tableType1 td .rightPhoto {
    float: none;
    margin-top: 10px;
  }
  #right_content #organization .img_chart img {
    width: 100%;
  }
  #right_content #main_client .nav {
    text-align: center;
  }
  #right_content #main_client .nav li {
    font-size: 12px;
  }
  #right_content #main_client .tableType1 {
    margin-top: 20px;
  }
  #right_content #main_client .tableType1 th {
    width: 20%;
  }
  #right_content #branch .photo img {
    width: 100%;
  }
  #right_content #branch .lead {
    margin-top: 20px;
    font-size: 12px;
  }
  #right_content #branch .comment {
    margin-top: 15px;
    font-size: 12px;
  }
  #right_content #branch .block {
    margin-top: 60px;
  }
  #right_content #branch .block .box {
    margin-top: 30px;
  }
  #right_content #branch .block .box .explain {
    font-size: 12px;
  }
  #right_content #branch .block .box .head {
    position: relative;
    margin-bottom: 10px;
    border-left-width: 2px;
  }
  #right_content #branch .block .box .head h4 {
    font-size: 14px;
  }
  #right_content #branch .block .box .head .address {
    font-size: 12px;
  }
  #right_content #branch .block .box .head .map {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 4px;
  }
  #right_content #branch .block .box .tableType1 th {
    width: 20%;
  }
  /*
  #right_content #branch .block .box .tableType1 {
    border-left: none;
  }
  #right_content #branch .block .box .tableType1 tr,
  #right_content #branch .block .box .tableType1 th,
  #right_content #branch .block .box .tableType1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #right_content #branch .block .box .tableType1 tr {
    margin-bottom: 10px;
  }
  #right_content #branch .block .box .tableType1 th,
  #right_content #branch .block .box .tableType1 td {
    border-left: solid #ded9c1 1px;
  }
  */
  #right_content #branch .block .box .tableType1 td.add_tel {
    border-right: solid #ded9c1 1px;
    border-bottom: none;
  }
  #right_content #branch .block .box .tableType1 td.map {
    padding: 4px 8px;
    width: 100%;
    text-align: left;
  }
  #right_content #division .policy dt {
    font-size: 16px;
  }
  #right_content #division .policy dd {
    font-size: 12px;
  }
  #right_content #division .block {
    margin-top: 30px;
  }
  #right_content #division .block .explain {
    font-size: 12px;
  }
  #right_content #division .block dl {
    margin-top: 20px;
    border: solid #c7bd8c 2px;
  }
  #right_content #division .block dl dt {
    padding: 12px 0;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
  }
  #right_content #division .block dl dd {
    display: none;
    border-top-width: 1px;
    padding: 8px;
    font-size: 12px;
  }
  #right_content #division .block dl dd .pic {
    margin-top: 10px;
  }
  #right_content #division .block dl dd .pic img {
    width: 100%;
  }
  #right_content #division .block .btn_first_reform {
    margin-top: 15px;
    width: 80%;
  }
  #right_content #division .block .btn_first_reform img {
    width: 100%;
  }

  /*============================
  #ceo_profile
  ============================*/
  #ceo_profile .head .name {
    padding: 4px 0 6px;
  }
  #ceo_profile .head .name strong {
    font-size: 18px;
  }
  #ceo_profile .head .name span {
    font-size: 12px;
  }
  #ceo_profile .info table th {
    width: 20%;
  }
  #ceo_profile .info table td.date {
    width: 30%;
  }

  /*============================
  modal window
  ============================*/
  #modal_contents {
    left: 5% !important;
    margin: 0 !important;
    padding: 6px;
    width: 90% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #modal_contents iframe {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  #products h2 img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=health_management.css.map */
