@charset "UTF-8";
header ul li a {
  font-size: 1.6rem;
  white-space: nowrap; }
/** -------------------------------- **
  footer
*** ----------------------------------------------------------------- ***/
html {
  font-size: 62.5%; }

body {
  min-width: 1215px;
  margin: 0 auto;
  font-size: 1.6rem; }

.cont_inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px; }

/* インデント */
.idt1em {
  padding-left: 1em;
  text-indent: -1em; }

/* フォント色 */
.txt_blue {
  color: #192a56; }

.txt_green {
  color: #367070; }

.txt_red {
  color: #b11625; }

/* 背景色 */
.bg_blue {
  background-color: #192a56; }

.bg_green {
  background-color: #367070; }

.bg_red {
  background-color: #b11625; }

/* ボタン */
.btn_arrow_right {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #1d2088;
  padding: 10px 50px 10px 40px; }
  .btn_arrow_right::after {
    content: '';
    position: absolute;
    top: calc((100% - 11px) / 2);
    right: 25px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }

/* テキストリンク */
.link_arrow_right::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

/* title */
.sec_title {
  display: flex;
  align-items: center;
  justify-content: center; }
  .sec_title .main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 480px;
    font-size: 3.2rem;
    font-weight: 700; }
    .sec_title .main::before, .sec_title .main::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 21px;
      height: 90px;
      margin: auto; }
    .sec_title .main::before {
      left: 0;
      background: url("../images/common/brackets_img03.png") no-repeat left center/contain; }
    .sec_title .main::after {
      right: 0;
      background: url("../images/common/brackets_img04.png") no-repeat left center/contain; }
  .sec_title .sub {
    display: block;
    width: 100%;
    margin-top: 12px;
    color: #1d2088;
    font-size: 1.6rem;
    font-weight: 700; }

.block_title {
  color: #1d2088;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center; }

/*汎用ボックス */
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.img_box {
  text-align: center; }

.bdr_blue_box {
  position: relative;
  border-top: 1px solid #1d2088;
  border-bottom: 1px solid #00a0e9; }
  .bdr_blue_box::before, .bdr_blue_box::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(#1d2088, #00a0e9); }
  .bdr_blue_box::before {
    left: 0; }
  .bdr_blue_box::after {
    right: 0; }

/** -------------------------------- **
  header
*** ----------------------------------------------------------------- ***/
header {
  padding-top: 16px; }

/** -------------------------------- **
  footer
*** ----------------------------------------------------------------- ***/
footer .cont_inner {
  padding: 40px 10px 42px; }

/** -------------------------------- **
  bg_icons
*** ----------------------------------------------------------------- ***/
.bg_icons {
  position: relative;
  z-index: 1;
  max-width: 1460px;
  margin: 0 auto; }
  .bg_icons::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 1021px;
    height: 691px;
    background: url("../images/top/bg_icons.png") no-repeat top right/contain; }

/** -------------------------------- **
  mainView
*** ----------------------------------------------------------------- ***/
.main_view {
  margin-top: 50px; }
  .main_view .lead {
    position: relative;
    z-index: 2; }
    .main_view .lead .title h1 {
      width: 300px; }
    .main_view .lead .title h2 {
      width: calc(100% - 360px);
      font-size: 3.2rem;
      line-height: 1.75; }
    .main_view .lead .detail {
      margin-top: 28px; }
      .main_view .lead .detail > dl {
        width: 640px;
        color: #023793; }
        .main_view .lead .detail > dl dt {
          font-size: 2rem;
          font-weight: 700; }
        .main_view .lead .detail > dl dd {
          margin-top: 20px; }
          .main_view .lead .detail > dl dd p {
            line-height: 1.75; }
          .main_view .lead .detail > dl dd .note {
            margin-top: 5px;
            font-size: 1.3rem;
            line-height: 1.5; }
      .main_view .lead .detail > figure {
        width: 308px; }
    .main_view .lead .introduction_movie {
      margin-top: 32px; }
      .main_view .lead .introduction_movie a {
        padding: 20px;
        border-radius: 4px;
        background-color: #1d2088; }
      .main_view .lead .introduction_movie figure {
        width: 177px; }
      .main_view .lead .introduction_movie .text_area {
        width: calc(100% - 202px); }
        .main_view .lead .introduction_movie .text_area p {
          color: #fff;
          font-size: 2.4rem;
          line-height: 1.5; }
        .main_view .lead .introduction_movie .text_area .link_movie {
          margin-top: 4px;
          font-size: 1.8rem; }
  .main_view .target {
    margin-top: -110px;
    padding: 131px 0 76px;
    background: #b2e2f8 url("../images/top/bg_wave.png") no-repeat top center/contain; }
    .main_view .target .bg_particle {
      position: relative;
      z-index: 1;
      max-width: 1460px;
      margin: 0 auto; }
      .main_view .target .bg_particle::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 887px;
        height: 794px;
        background: url("../images/top/bg_particle.png") no-repeat top right/contain; }
    .main_view .target .cont_inner {
      position: relative;
      z-index: 1; }
    .main_view .target h2 {
      font-size: 3.2rem;
      line-height: 1.5;
      text-align: right; }
      .main_view .target h2 span {
        color: #1d2088;
        font-weight: 700; }
    .main_view .target .target_box {
      margin-top: 26px; }
      .main_view .target .target_box .target_info {
        width: 420px; }
        .main_view .target .target_box .target_info h5 {
          font-size: 2.4rem;
          font-weight: 700;
          line-height: 1.5; }
          .main_view .target .target_box .target_info h5 span {
            font-weight: 700; }
        .main_view .target .target_box .target_info .target_info_box {
          margin-top: 14px; }
          .main_view .target .target_box .target_info .target_info_box > dt {
            padding: 11px;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 700;
            white-space: nowrap;
            text-align: center;
            background: linear-gradient(to right, #1d2088, #00a0e9); }
          .main_view .target .target_box .target_info .target_info_box > dd {
            position: relative;
            padding: 16px 16px 25px;
            font-size: 1.6rem;
            border-top: 1px solid #1d2088;
            border-bottom: 1px solid #00a0e9;
            background-color: rgba(255, 255, 255, 0.8); }
            .main_view .target .target_box .target_info .target_info_box > dd::before, .main_view .target .target_box .target_info .target_info_box > dd::after {
              content: '';
              position: absolute;
              top: 0;
              display: block;
              width: 1px;
              height: 100%;
              background: linear-gradient(#1d2088, #00a0e9); }
            .main_view .target .target_box .target_info .target_info_box > dd::before {
              left: 0; }
            .main_view .target .target_box .target_info .target_info_box > dd::after {
              right: 0; }
            .main_view .target .target_box .target_info .target_info_box > dd h6 {
              color: #1d2088;
              font-weight: 700; }
        .main_view .target .target_box .target_info .target_info_list {
          padding-top: 7px; }
          .main_view .target .target_box .target_info .target_info_list dl {
            display: flex;
            align-items: center;
            padding: 7px 23px 7px 15px;
            border-top: 1px solid #ccc; }
            .main_view .target .target_box .target_info .target_info_list dl dt {
              width: calc(100% - 157px);
              font-weight: 500; }
            .main_view .target .target_box .target_info .target_info_list dl dd {
              width: 157px;
              font-size: 1.8rem;
              font-weight: 700;
              text-align: right; }
      .main_view .target .target_box .target_image {
        position: relative;
        width: 480px;
        height: 471px; }
        .main_view .target .target_box .target_image .logo {
          position: absolute;
          top: calc((100% - 17px) / 2);
          left: calc((100% - 164px) / 2);
          width: 164px; }
          .main_view .target .target_box .target_image .logo img {
            width: 100%; }
        .main_view .target .target_box .target_image .circle {
          position: absolute;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          width: 200px;
          height: 200px;
          padding-bottom: 20px;
          border-radius: 50%; }
          .main_view .target .target_box .target_image .circle.doctor {
            top: 0;
            left: calc((100% - 200px) / 2);
            background-color: rgba(25, 42, 86, 0.8); }
          .main_view .target .target_box .target_image .circle.pharmacist {
            bottom: 0;
            left: 0;
            background-color: rgba(54, 112, 112, 0.8); }
          .main_view .target .target_box .target_image .circle.nurse {
            bottom: 0;
            right: 0;
            background-color: rgba(177, 22, 37, 0.8); }
          .main_view .target .target_box .target_image .circle p {
            width: 100%;
            color: #fff;
            font-weight: 700;
            line-height: 1;
            text-align: center; }
            .main_view .target .target_box .target_image .circle p.name {
              margin-top: 3px;
              font-size: 2.4rem; }
            .main_view .target .target_box .target_image .circle p.num {
              margin-top: 13px;
              font-size: 2.8rem; }
    .main_view .target .description {
      position: relative;
      z-index: 1;
      margin-top: 40px; }
      .main_view .target .description h5 {
        color: #023793;
        font-weight: 700; }
      .main_view .target .description .description_list {
        margin-top: 10px; }
        .main_view .target .description .description_list li {
          line-height: 1.7;
          font-weight: 500; }

/** -------------------------------- **
  service
*** ----------------------------------------------------------------- ***/
.service {
  overflow-x: hidden;
  background: #d9f1fc;
  padding-bottom: 80px; }
  .service .cont_inner {
    text-align: center; }
  .service .bg_service {
    padding-top: calc((272 / 1370) * 100%);
    background: url("../images/top/bg_service.jpg") no-repeat top center/contain; }
  .service .sec_title {
    width: 822px;
    height: 161px;
    margin: 0 auto 80px;
    background: url("../images/top/txt_service.png") no-repeat center center; }
  .service .search_purpose_list {
    position: relative;
    z-index: 1;
    align-items: flex-start; }
    .service .search_purpose_list::before, .service .search_purpose_list::after {
      content: '';
      position: absolute;
      top: -40px;
      left: calc((100% - 286px) / 2);
      z-index: -1; }
    .service .search_purpose_list::before {
      width: 284px;
      height: calc(100% + 78px);
      margin-top: 1px;
      margin-left: 1px;
      background: #d9f1fc; }
    .service .search_purpose_list::after {
      z-index: -2;
      width: 286px;
      height: calc(100% + 80px);
      background: linear-gradient(#1d2088, #00a0e9); }
    .service .search_purpose_list .block_title {
      width: 100%;
      margin-bottom: 40px; }
    .service .search_purpose_list dl {
      width: 468px; }
      .service .search_purpose_list dl:nth-of-type(n + 3) {
        margin-top: 24px; }
      .service .search_purpose_list dl:last-of-type dd {
        min-height: 99px; }
      .service .search_purpose_list dl dt {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 120px;
        padding: 15px 25px 25px;
        background: #fff url("../images/top/bg_base.png") no-repeat top center/contain; }
        .service .search_purpose_list dl dt figure {
          width: 71px;
          margin-right: 15px; }
        .service .search_purpose_list dl dt span {
          color: #fff;
          font-size: 2.2rem;
          font-weight: 700;
          line-height: 1.5;
          text-align: left; }
          .service .search_purpose_list dl dt span small {
            display: block;
            font-size: 1.6rem;
            font-weight: 700; }
      .service .search_purpose_list dl dd {
        padding: 25px 25px 10px 18px;
        background-color: #fff; }
      .service .search_purpose_list dl .link_list {
        text-align: left;
        font-size: 0; }
        .service .search_purpose_list dl .link_list li {
          display: inline-block;
          margin: 0 15px 15px 0;
          white-space: nowrap; }
        .service .search_purpose_list dl .link_list a {
          color: #023793;
          font-size: 1.5rem;
          font-weight: 700; }
          .service .search_purpose_list dl .link_list a::before {
            content: '';
            display: inline-block;
            width: 9px;
            height: 9px;
            margin-right: 7px;
            border-top: 2px solid #023793;
            border-right: 2px solid #023793;
            transform: rotate(45deg); }
/*Link Coming Soon */
        .service .search_purpose_list dl .link_list li.nonlink {
          font-size: 1.5rem;
          color: #868686; }
          .service .search_purpose_list dl .link_list li.nonlink::before {
            content: '';
            display: inline-block;
            width: 9px;
            height: 9px;
            margin-right: 7px;
            border-top: 2px solid #868686;
            border-right: 2px solid #868686;
            transform: rotate(45deg); }
  .service .search_target {
    margin-top: 162px; }
    .service .search_target .block_title {
      position: relative;
      margin: 0 -50%;
      padding: 40px 0 135px; }
      .service .search_target .block_title::before, .service .search_target .block_title::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #1d2088, #00a0e9); }
      .service .search_target .block_title::before {
        top: 0; }
      .service .search_target .block_title::after {
        bottom: 0; }
    .service .search_target .search_target_list {
      margin-top: -95px; }
      .service .search_target .search_target_list li {
        width: 304px; }
      .service .search_target .search_target_list a {
        position: relative;
        display: block;
        width: 100%;
        height: 203px;
        padding: 39px;
        border-radius: 4px; }
        .service .search_target .search_target_list a.doctor:hover {
          background-color: #3f5277; }
        .service .search_target .search_target_list a.pharmacist:hover {
          background-color: #578a8c; }
        .service .search_target .search_target_list a.nurse:hover {
          background-color: #b94250; }
        .service .search_target .search_target_list a::after {
          content: '';
          position: absolute;
          top: calc((100% - 11px) / 2);
          right: 24px;
          width: 11px;
          height: 11px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
        .service .search_target .search_target_list a:hover {
          opacity: 1; }
        .service .search_target .search_target_list a figure {
          width: 100%;
          text-align: center; }
          .service .search_target .search_target_list a figure img {
            width: 59px; }
        .service .search_target .search_target_list a p {
          width: 100%;
          color: #fff;
          line-height: 1; }
          .service .search_target .search_target_list a p.main {
            margin-top: 17px;
            font-size: 2.4rem;
            font-weight: 500; }
          .service .search_target .search_target_list a p.sub {
            margin-top: 10px;
            font-size: 1.2rem;
            font-weight: 500; }
  .service .service_list {
    margin-top: 120px;
    width: 1090px; }
    .service .service_list .bdr_blue_box {
      padding: 40px 55px;
      text-align: left; }
    .service .service_list .block_title {
      padding-bottom: 40px;
      border-bottom: 1px solid #1d2088; }
    .service .service_list .icons_list {
      display: flex;
      align-items: center;
      width: 515px;
      margin-top: 18px; }
      .service .service_list .icons_list li + li {
        margin-left: 24px; }
      .service .service_list .icons_list li figure {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .service .service_list .icons_list li figure img {
          margin-right: 8px; }
        .service .service_list .icons_list li figure figcaption {
          color: #000;
          font-size: 1.3rem;
          font-weight: 700;
          white-space: nowrap;
}
    .service .service_list .img_box {
      margin-top: 17px; }

/** -------------------------------- **
  others
*** ----------------------------------------------------------------- ***/
.others {
  background: #f6f6f6;
  padding-bottom: 120px; }
  .others .cont_inner {
    text-align: center; }
  .others .bg_others {
    padding-top: calc((272 / 1370) * 100%);
    background: url("../images/top/bg_others.jpg") no-repeat top center/contain; }
  .others .sec_title {
    width: 782px;
    height: 162px;
    margin: -100px auto 40px 70px;
    background: url("../images/top/txt_others.png") no-repeat center center; }
  .others .feature {
    width: 100%;
    max-width: 1366px; }
  .others .feature_box {
    align-items: flex-start;
    width: 1195px; }
    .others .feature_box .left_area {
      width: 523px;
      height: 662px;
      padding: 40px 85px;
      background: url("../images/top/bg_feature_tittle.jpg") no-repeat top center/contain; }
      .others .feature_box .left_area h4 {
        color: #fff;
        font-size: 2.6rem;
        font-weight: 500;
        text-align: right; }
    .others .feature_box .right_area {
      width: 600px;
      padding: 25px 0;
      text-align: left; }
      .others .feature_box .right_area dl + dl {
        margin-top: 70px; }
      .others .feature_box .right_area dl dt {
        color: #023793;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5; }
      .others .feature_box .right_area dl dd {
        margin-top: 5px; }
        .others .feature_box .right_area dl dd p {
          font-size: 1.6rem;
          margin-top: 1em; }
      .others .feature_box .right_area .btn_arrow_right {
        width: 506px;
        margin-top: 35px; }
  .others .bdr_blue_box {
    margin-top: 120px;
    padding: 20px 20px 41px;
    background-color: #fff; }
    .others .bdr_blue_box + .bdr_blue_box {
      margin-top: 80px; }
    .others .bdr_blue_box .box_title {
      color: #1d2088;
      font-size: 2.6rem;
      font-weight: 700;
      text-align: left; }
      .others .bdr_blue_box .box_title span {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
        font-size: 2rem;
        font-weight: 700; }
        .others .bdr_blue_box .box_title span::before {
          content: '';
          position: absolute;
          top: -22px;
          left: 0;
          width: 1px;
          height: 64px;
          background-color: #1d2088; }
    .others .bdr_blue_box .img_box {
      margin-top: 40px; }
    .others .bdr_blue_box p {
      margin-top: 40px;
      text-align: center; }
    .others .bdr_blue_box .report_data_list {
      align-items: flex-start;
      margin-top: 32px;
      text-align: left; }
      .others .bdr_blue_box .report_data_list dl {
        width: calc((100% - 25px) / 2);
        line-height: 1.75; }
        .others .bdr_blue_box .report_data_list dl dt {
          font-size: 1.8rem;
          font-weight: 700; }
        .others .bdr_blue_box .report_data_list dl dd {
          font-size: 1.6rem; }
    .others .bdr_blue_box .flow_list {
      margin-top: 40px; }
      .others .bdr_blue_box .flow_list li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 90px;
        padding: 10px 8px 10px 15px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: left; }
        .others .bdr_blue_box .flow_list li + li {
          position: relative; }
          .others .bdr_blue_box .flow_list li + li::before, .others .bdr_blue_box .flow_list li + li::after {
            content: '';
            position: absolute;
            right: 100%;
            width: 0;
            height: 0;
            border-style: solid; }
          .others .bdr_blue_box .flow_list li + li::before {
            top: 0;
            border-width: 0 21px 45px 0;
            border-color: transparent #ffffff transparent transparent; }
          .others .bdr_blue_box .flow_list li + li::after {
            bottom: 0;
            border-width: 0 0 45px 21px;
            border-color: transparent transparent #ffffff transparent; }
        .others .bdr_blue_box .flow_list li:nth-of-type(1) {
          width: 105px;
          background-color: #1d2088; }
        .others .bdr_blue_box .flow_list li:nth-of-type(2) {
          width: 229px;
          background-color: #1449a7; }
        .others .bdr_blue_box .flow_list li:nth-of-type(3) {
          width: 211px;
          background-color: #0c6ac0; }
        .others .bdr_blue_box .flow_list li:nth-of-type(4) {
          width: 89px;
          background-color: #087bcd; }
        .others .bdr_blue_box .flow_list li:nth-of-type(5) {
          width: 89px;
          background-color: #058ad9; }
        .others .bdr_blue_box .flow_list li:nth-of-type(6) {
          width: 197px;
          background-color: #00a0e9; }

/** -------------------------------- **
  contact
*** ----------------------------------------------------------------- ***/
.contact .cont_inner {
  padding: 120px 10px; }

@media only screen and (max-width: 1366px) {
  /** -------------------------------- **
    others
  *** ----------------------------------------------------------------- ***/
  .others .feature {
    width: 100%; } }

/*IE用 調整*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .selector {
        property: value;
    }
    .sec_title span.main{
        padding-top: 10px;
    }
    .others .bdr_blue_box .box_title span::before {
          content: '';
          position: absolute;
          top: -18px;
          left: 0;
          width: 1px;
          height: 64px;
    }
}

/*/service_list_table*/
.cont_inner service_list + .cont_inner service_list{
    margin-bottom: 50px;
}

.service_list_table tr th,
.service_list_table tr td{
    text-align: center;
    font-weight: bold;
    padding: 10px 3px 10px 3px;
    vertical-align: middle ;
}

.service_list_table tr td{
    border: 1px solid #d9f1fc;
    font-size: 14px;
    width: 110px;
}

.service_list_table tr th{
    border-left: 1px solid #d9f1fc;
    border-right: 1px solid #d9f1fc;
}

.service_list_table tr:nth-child(3) td{
    border-top: none;
}
.service_list_table tr td.service_list_head{
    text-align: left;
    width: 60px;
    background-color:#F6F6F6;
    color: #000;
    padding-left: 10px;
}

.service_list_table{
    background-color: #fff;
    margin-top: 15px;
}

.table_img_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_img_flex span{
    width: 50%;
}

.service_list_table thead{
    background-color:#F6F6F6;
}
.service_list_table tr td.table_txt_center{
    text-align: center;
    padding: 0;
    padding: 10px 3px 10px 3px;
}

.service_list_table tr td.table_list_cap{
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
.service_list_table tr td.table_txt_blue01{
    background-color: #1D2088;
    color: #fff;
    font-weight: 500;
    border-bottom: none;
}
.service_list_table tr td.table_txt_blue02{
    background-color: #E8E8F3;
    color: #1D2088;
    font-size: 14px;
    font-feature-settings: "palt";
    border-bottom: none;
}
.service_list_table tr td.table_txt_blue02 div{
    position: relative;
    font-weight: bold;
}
.service_list_table tr td.table_txt_blue02 .table_icon_movie{
    position: absolute;
    top: 0;
    right: 0;
}

.service_list_table tr td.table_txt_orange01{
    background-color: #FF9900;
    color: #fff;
    font-weight: 500;
    border-top:none;
    text-align: center;
}
.service_list_table tr td.table_txt_orange02{
    background-color: #FDEFE5;
    color: #1D2088;
    text-align:center;
    font-size: 14px;
    border-top:none;
}

.service_list_table tr td.table_txt_left{
    text-align:left;
}
.service_list_table tr td.table_txt_blue02 .txt_spacing{
    font-weight: bold;
    letter-spacing: -2px;
}
.service_list_table tr td.table_txt_blue03{
    background-color: #00A0E9;
    color: #fff;
    font-weight: 500;
    border-top: none;
    text-align: center;
}
.service_list_table tr td.table_txt_blue04{
    background-color: #B2E2F8;
    color: #1D2088;
    font-size: 14px;
    border-top: none;
}
.blue_dot td:nth-child(n+2){
    color: #1D2088;
}
.service_list_button{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    letter-spacing: 8px;
    font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    position: relative;
    text-align: center;
    width: 85px;
    margin: 0 auto;
	border: 2px solid #1D2088;
    color: #1D2088;
    font-weight: bold;
}

.service_list_button:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 9px;
	width: 5px;
	height: 5px;
	margin-top:-3px;
	border-top: solid 3px #1D2088;
	border-right: solid 3px #1D2088;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.table_txt_small{
    font-size: 12px;
}
.list_bg_doc{
    background-color: #E8E9EE;
}
.list_bg_pha{
    background-color: #EBF0F0;
}
.list_bg_nus{
    background-color: #F7E7E9;
}
.list_bg_doc_name{
    background-color: #192A56 !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.list_bg_pha_name{
    background-color: #367070 !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.list_bg_nus_name{
    background-color: #B11625 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.service_list_table .border_b_dotted td{
    border-bottom: none;
}
.service_list_table .border_t_dotted td{
    border-top:1px dotted #00a0e9;
}
.service_list_table .border_b_option td{
    border-bottom: none;
}
.service_list_table .border_t_option td{
    border-top:1px solid #00a0e9;
}


@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .service_list_button{
	padding-top: 10px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .service_list_button:after{
    top: 45%;
  }
}
/*/service_list_table*/