/*****************************************************************************
MOBILE
*****************************************************************************/

/* searchform-tab-small */
.search-box {
  padding: 0 10px;
}
.home .searchform-tab-small {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.home .searchform-tab-small ul.tabs {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 0 10px;
  width: 100%;
}
.home .searchform-tab-small ul.tabs li {
  display: inline-block;
  width: 48%;
}
.home .searchform-tab-small ul.tabs li:first-of-type {
  margin-right: 2%;
}
.home .searchform-tab-small ul.tabs li:first-of-type a {
  background: #fff5e5;
  color: #212529;
}
.home .searchform-tab-small ul.tabs li:last-of-type a {
  background: #daeeff;
  color: #212529;
}
.home .searchform-tab-small ul.tabs li.active a {
  border: 1px solid #dee2e6;
  border-bottom: 0;
  height: 39px;
}
.home .searchform-tab-small ul.tabs li:first-of-type a .material-icons {
  color: #ff8c51;
  font-size: 18px;
  margin-right: 5px;
}
.home .searchform-tab-small ul.tabs li:last-of-type a .material-icons {
  color: #0068b7;
  font-size: 18px;
  margin-right: 5px;
}
.home .searchform-tab-small ul.tabs li a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: 36px;
  line-height: 38px;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.home .searchform-tab-small .tab-content {
  display: none;
  border: 1px solid #dee2e6;
  padding: 8px;
  position: absolute;
  top: 38px;
  z-index: 1;
  width: 100%;
}
.home .searchform-tab-small .tab-content.active {
  display: block;
}
.home .searchform-tab-small .tab-content:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home .searchform-tab-small .tab-content:first-of-type {
  background: #fff5e5;
}
.home .searchform-tab-small .tab-content:last-of-type {
  background: #daeeff;
  position: relative;
}
.home .searchform-tab-small .tab-content form {
  display: block;
  width: 100%;
}
.home .searchform-tab-small .tab-content form .left {
  float: none;
}
.home .searchform-tab-small .tab-content form .left:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home .searchform-tab-small .tab-content input {
  display: inline-block;
  float: left;
  width: 45%;
  height: 38px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background: #fff;
}
.home .searchform-tab-small .tab-content:first-of-type input {
  padding: 0 10px 0 10px;
}
.home .searchform-tab-small .tab-content:last-of-type input {
  padding: 0 60px 0 10px;
}
.home .searchform-tab-small .tab-content .input-box {
  position: relative;
}
.home .searchform-tab-small .tab-content:last-of-type .input-box:before {
  content: "駅";
  display: block;
  position: absolute;
  height: 36px;
  line-height: 38px;
  padding: 0 13px;
  top: 0;
  right: 55%;
  background: #e9ecef;
  border-radius: 0 5px 5px 0;
  border: 1px solid #dee2e6;
}
.home .searchform-tab-small .tab-content i {
  display: inline-block;
  float: left;
  width: 10%;
  color: #625057;
  text-align: center;
  padding-top: 5px;
}
.home .searchform-tab-small .tab-content select {
  display: inline-block;
  float: left;
  width: 45%;
  height: 38px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding-left: 10px;
  background: url(../../img/common/select-back.jpg) no-repeat;
  background-position: right 0px center;
}
.home .searchform-tab-small .tab-content button:hover {
  opacity: 0.8;
}
.home .searchform-tab-small .tab-content button {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.home .searchform-tab-small .tab-content:first-of-type button {
  border: 1px solid #ff7128;
  background: #ff8c51;
}
.home .searchform-tab-small .tab-content:last-of-type button {
  border: 1px solid #00518e;
  background: #0068b7;
}
.home .searchform-tab-small .tab-content:first-of-type .material-icons {
  color: #ff8c51;
}
.home .searchform-tab-small .tab-content:last-of-type .material-icons {
  color: #0068b7;
}

/* main-content-buttons */
.main-content-buttons {
  display: flex;
  flex-wrap: wrap;
}
.main-content-buttons li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.main-content-buttons li:nth-of-type(4n) {
  margin-right: 0;
}
.main-content-buttons li a {
  display: block;
  width: 100%;
  position: relative;
}
.main-content-buttons li a div.square {
  width: 100%;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.main-content-buttons li a div.square img {
  width: 70%;
}
.main-content-buttons li a span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #555;
}
.main-content-buttons li a:hover {
  opacity: 0.7;
}
.main-content-buttons li a[data-badge="NEW"]:after {
  content: attr(data-badge);
  display: inline-block;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, -40%);
  background: #e04b33;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  border-radius: 3px;
}
.main-content-buttons li.today a div.square {
  background: #fe5262;
}
.main-content-buttons li.holiday a div.square {
  background: #ff8c51;
}
.main-content-buttons li.night a div.square {
  background: #f8b651;
}
.main-content-buttons li.map a div.square {
  background: #eb69a2;
}
.main-content-buttons li.doctor a div.square {
  background: #b3d365;
}
.main-content-buttons li.specialist a div.square {
  background: #32b06d;
}
.main-content-buttons li.outpatient a div.square {
  background: #15c9c6;
}
.main-content-buttons li.feature a div.square {
  background: #34c3ea;
}
.main-content-buttons li.recommend a div.square {
  background: #2288d5;
}
.main-content-buttons li.recommend-rank a div.square {
  background: #8f82bd;
}
.main-content-buttons li.disease a div.square {
  background: #cb6fbc;
}
.main-content-buttons li.reserve a div.square {
  background: #e5d34d;
}

/* banner-hirizontal */
.banner-hirizontal {
  margin: 20px 0;
  padding: 0 10px;
}
.banner-hirizontal:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.banner-hirizontal a {
  float: left;
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}
.banner-hirizontal a:last-child {
  margin-right: 0;
}
.banner-hirizontal a img {
  width: 100%;
}

/* adsense */
.content_common_728x90,
.common_320x100,
.common_foot_300x250 {
  text-align: center;
}

/* main-bnr */
.main-bnr {
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
}
.main-bnr a img {
  width: 100%;
}
.main-bnr a:hover {
  opacity: 0.8;
}

/* recommend */

/* clipnews */
#clipnews {
  position: relative;
  margin: 20px 0 0 0;
}
#clipnews ul.tabs2 {
  width: 100%;
  padding: 0 10px;
}
#clipnews ul.tabs2:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#clipnews ul.tabs2 li {
  display: inline-block;
  float: left;
  width: 49%;
}
#clipnews ul.tabs2 li:first-of-type {
  margin-right: 2%;
}
#clipnews ul.tabs2 li.active a {
  width: 100%;
  background: #62a673;
  color: #fff;
}
#clipnews ul.tabs2 li a {
  background: #dddddd;
  color: #212529;
}
#clipnews ul.tabs2 li a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
#clipnews .tab-content2 {
  display: none;
  border-top: 2px solid #62a673;
}
#clipnews .tab-content2.active {
  display: block;
}
#clipnews .tab-content2 ul li {
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
#clipnews .tab-content2 ul li:hover {
  background: #eee;
}
#clipnews .tab-content2 ul li:last-child {
  border-bottom: 0;
}
#clipnews .tab-content2 ul li a {
  color: #006699;
  display: block;
  padding: 13px 10px;
}
#clipnews .tab-content2 ul li a .date {
  font-size: 13px;
  color: #212529;
}
#clipnews .tab-content2 ul li a .category {
  display: inline-block;
  margin: 0 10px;
  padding: 1px 4px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}
#clipnews .tab-content2 ul li a .news-category-news {
  background: #16aa72;
}
#clipnews .tab-content2 ul li a .news-category-announce {
  background: #fd8c58;
}

/* search-disease */
.search-disease {
  margin: 0;
}
.search-disease h2 {
  padding: 12px 0 12px 10px;
  font-size: 16px;
  color: #fff;
  background: #31b8c7;
}
.search-disease .main {
}
.search-disease .form {
  width: 100%;
  padding: 10px;
  background: #eee;
}
.search-disease .form input {
  width: 68%;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-indent: 10px;
  background: #fff;
}
.search-disease .form button {
  width: 30%;
  height: 38px;
  font-size: 14px;
  color: #fff;
  background: #fd8c58;
  font-weight: normal;
  padding: 0 5px;
  border-bottom: 3px solid #fd7b3f;
  border-radius: 3px;
  cursor: pointer;
}
.search-disease .form button:hover {
  opacity: 0.8;
}
.search-disease ul li {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
.search-disease ul li:first-child {
  border-top: 1px solid #ccc;
}
.search-disease ul li:last-child {
  border-bottom: 0;
}
.search-disease ul li a {
  display: block;
  width: 100%;
  padding: 13px 10px;
  position: relative;
  color: #006699;
  background: linear-gradient(#fff, #f6f6f6);
}
.search-disease ul li a:hover {
  background: linear-gradient(#fff, #ccc);
}
.search-disease ul li a:before {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.search-disease ul li a h4 {
  display: inline-block;
}
.search-disease ul li a span.badge-new {
  display: inline-block;
  margin-left: 10px;
  padding: 4px;
  background: #e04b33;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  border-radius: 3px;
}

/* interest */
.interest {
  margin: 0 0 20px 0;
}
.interest h2 {
  padding: 12px 0 12px 10px;
  font-size: 16px;
  color: #fff;
  background: #31b8c7;
}
.interest .main {
}
.interest ol li {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding-left: 35px;
  position: relative;
  background: linear-gradient(#fff, #f6f6f6);
}
.interest ol li:first-child {
  border-top: 1px solid #ccc;
}
.interest ol li a {
  display: block;
  width: 100%;
  padding: 13px 10px;
  position: relative;
  color: #006699;
  line-height: 1.4;
}
.interest ol li:hover {
  background: linear-gradient(#fff, #ccc);
}
.interest ol li a:before {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.interest ol li a h4 {
  display: inline-block;
}
.interest ol li a small {
  display: inline-block;
  font-size: 12px;
}
.interest ol li a span {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 4px;
  background: #16aa72;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}
.interest ol {
  counter-reset: my-counter;
}
.interest ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #31b8c7;
  color: #fff;
  display: block;
  float: left;
  margin-left: -20px;
  text-align: center;
  font-size: 14px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  margin-top: 15px;
}

/*****************************************************************************
DESKTOP
*****************************************************************************/
@media (min-width: 768px) {
  /* searchform-tab-small */
  .home .searchform-tab-small {
    height: 130px;
    position: relative;
    overflow: hidden;
  }
  .home .searchform-tab-small ul.tabs {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 2%;
    width: 100%;
  }
  .home .searchform-tab-small ul.tabs li {
    display: inline-block;
    width: 20%;
  }
  .home .searchform-tab-small ul.tabs li:first-of-type {
    margin-right: 1%;
  }
  .home .searchform-tab-small ul.tabs li:first-of-type a {
    background: #fff5e5;
    color: #212529;
  }
  .home .searchform-tab-small ul.tabs li:last-of-type a {
    background: #daeeff;
    color: #212529;
  }
  .home .searchform-tab-small ul.tabs li.active a {
    border: 1px solid #dee2e6;
    border-bottom: 0;
    height: 39px;
  }
  .home .searchform-tab-small ul.tabs li:first-of-type a .material-icons {
    color: #ff8c51;
    font-size: 18px;
    margin-right: 5px;
  }
  .home .searchform-tab-small ul.tabs li:last-of-type a .material-icons {
    color: #0068b7;
    font-size: 18px;
    margin-right: 5px;
  }
  .home .searchform-tab-small ul.tabs li a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    height: 36px;
    line-height: 38px;
    text-align: center;
    font-feature-settings: "palt";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
  }
  .home .searchform-tab-small .tab-content {
    display: none;
    border: 1px solid #dee2e6;
    padding: 8px;
    position: absolute;
    top: 38px;
    z-index: 1;
    width: 99.8%;
  }
  .home .searchform-tab-small .tab-content.active {
    display: block;
  }
  .home .searchform-tab-small .tab-content:after {
    content: ",";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .home .searchform-tab-small .tab-content:first-of-type {
    background: #fff5e5;
  }
  .home .searchform-tab-small .tab-content:last-of-type {
    background: #daeeff;
    position: relative;
  }
  .home .searchform-tab-small .tab-content form {
    display: block;
    width: 100%;
  }
  .home .searchform-tab-small .tab-content form .left {
    display: inline-block;
    width: 75%;
    float: left;
  }
  .home .searchform-tab-small .tab-content form .left:after {
    content: ",";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .home .searchform-tab-small .tab-content input {
    display: inline-block;
    float: left;
    width: 47%;
    height: 38px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background: #fff;
  }
  .home .searchform-tab-small .tab-content:first-of-type input {
    padding: 0 10px 0 10px;
  }
  .home .searchform-tab-small .tab-content:last-of-type input {
    padding: 0 60px 0 10px;
  }
  .home .searchform-tab-small .tab-content .input-box {
    position: relative;
  }
  .home .searchform-tab-small .tab-content:last-of-type .input-box:before {
    content: "駅";
    display: block;
    position: absolute;
    height: 36px;
    line-height: 38px;
    padding: 0 13px;
    top: 0;
    right: 53%;
    background: #e9ecef;
    border-radius: 0 5px 5px 0;
    border: 1px solid #dee2e6;
  }
  .home .searchform-tab-small .tab-content i {
    display: inline-block;
    float: left;
    width: 6%;
    color: #625057;
    text-align: center;
    padding-top: 5px;
  }
  .home .searchform-tab-small .tab-content select {
    display: inline-block;
    float: left;
    width: 47%;
    height: 38px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding-left: 10px;
    background: url(../../img/common/select-back.jpg) no-repeat;
    background-position: right 0px center;
  }
  .home .searchform-tab-small .tab-content button {
    display: inline-block;
    float: right;
    width: 22%;
    height: 38px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
  }
  .home .searchform-tab-small .tab-content button:hover {
    opacity: 0.8;
  }
  .home .searchform-tab-small .tab-content:first-of-type button {
    border: 1px solid #ff7128;
    background: #ff8c51;
  }
  .home .searchform-tab-small .tab-content:last-of-type button {
    border: 1px solid #00518e;
    background: #0068b7;
  }
  .home .searchform-tab-small .tab-content:first-of-type .material-icons {
    color: #ff8c51;
  }
  .home .searchform-tab-small .tab-content:last-of-type .material-icons {
    color: #0068b7;
  }

  /* main-content-buttons */
  .main-content-buttons li {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .main-content-buttons li:nth-of-type(4n) {
    margin-right: 0;
  }
  .main-content-buttons li a {
    display: block;
    width: 100%;
    position: relative;
  }
  .main-content-buttons li a div.square {
    width: 100%;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
  }
  .main-content-buttons li a div.square img {
    width: 70%;
  }
  .main-content-buttons li a span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #555;
  }
  .main-content-buttons li a:hover {
    opacity: 0.7;
  }
  .main-content-buttons li a[data-badge="NEW"]:after {
    content: attr(data-badge);
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(10%, -40%);
    background: #e04b33;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    border-radius: 3px;
  }
  .main-content-buttons li.today a div.square {
    background: #fe5262;
  }
  .main-content-buttons li.holiday a div.square {
    background: #ff8c51;
  }
  .main-content-buttons li.night a div.square {
    background: #f8b651;
  }
  .main-content-buttons li.map a div.square {
    background: #eb69a2;
  }
  .main-content-buttons li.doctor a div.square {
    background: #b3d365;
  }
  .main-content-buttons li.specialist a div.square {
    background: #32b06d;
  }
  .main-content-buttons li.outpatient a div.square {
    background: #15c9c6;
  }
  .main-content-buttons li.feature a div.square {
    background: #34c3ea;
  }
  .main-content-buttons li.recommend a div.square {
    background: #2288d5;
  }
  .main-content-buttons li.recommend-rank a div.square {
    background: #8f82bd;
  }
  .main-content-buttons li.disease a div.square {
    background: #cb6fbc;
  }
  .main-content-buttons li.reserve a div.square {
    background: #e5d34d;
  }

  /* banner-hirizontal */
  .banner-hirizontal {
    margin: 20px 0;
  }
  .banner-hirizontal:after {
    content: ",";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .banner-hirizontal a {
    float: left;
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .banner-hirizontal a:last-child {
    margin-right: 0;
  }
  .banner-hirizontal a img {
    width: 100%;
  }

  /* adsense */
  .content_common_728x90,
  .common_320x100,
  .common_foot_300x250 {
    text-align: center;
  }

  /* main-bnr */
  .main-bnr {
    margin: 20px 0;
    text-align: center;
  }
  .main-bnr a img {
    width: 100%;
  }
  .main-bnr a:hover {
    opacity: 0.8;
  }

  /* clipnews */
  #clipnews {
    position: relative;
    margin: 20px 0;
  }
  #clipnews ul.tabs2 {
    width: 100%;
    padding: 0 0;
  }
  #clipnews ul.tabs2:after {
    content: ",";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #clipnews ul.tabs2 li {
    display: inline-block;
    float: left;
    width: 49%;
  }
  #clipnews ul.tabs2 li:first-of-type {
    margin-right: 2%;
  }
  #clipnews ul.tabs2 li.active a {
    width: 100%;
    background: #62a673;
    color: #fff;
  }
  #clipnews ul.tabs2 li a {
    background: #dddddd;
    color: #212529;
  }
  #clipnews ul.tabs2 li a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: "palt";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
  }
  #clipnews .tab-content2 {
    display: none;
    border-top: 2px solid #62a673;
    border-bottom: 2px solid #62a673;
  }
  #clipnews .tab-content2.active {
    display: block;
  }
  #clipnews .tab-content2 ul li {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }
  #clipnews .tab-content2 ul li:hover {
    background: #eee;
  }
  #clipnews .tab-content2 ul li:last-child {
    border-bottom: 0;
  }
  #clipnews .tab-content2 ul li a {
    color: #006699;
    display: block;
    padding: 13px 10px;
  }
  #clipnews .tab-content2 ul li a .date {
    font-size: 13px;
    color: #212529;
  }
  #clipnews .tab-content2 ul li a .category {
    display: inline-block;
    margin: 0 10px;
    padding: 2px 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
  }
  #clipnews .tab-content2 ul li a .news-category-news {
    background: #16aa72;
  }
  #clipnews .tab-content2 ul li a .news-category-announce {
    background: #fd8c58;
  }

  /* search-disease */
  .search-disease {
    margin: 20px 0 0;
  }
  .search-disease h2 {
    padding: 12px 0 12px 10px;
    font-size: 16px;
    color: #fff;
    background: #31b8c7;
  }
  .search-disease .main {
    border: 1px solid #ccc;
    border-top: 0;
  }
  .search-disease .form {
    width: 100%;
    padding: 10px;
    background: #eee;
  }
  .search-disease .form input {
    width: 70%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-indent: 10px;
    background: #fff;
  }
  .search-disease .form button {
    width: 29%;
    height: 38px;
    font-size: 16px;
    color: #fff;
    background: #fd8c58;
    font-weight: normal;
    padding: 0 20px;
    border-bottom: 3px solid #fd7b3f;
    border-radius: 3px;
    cursor: pointer;
  }
  .search-disease .form button:hover {
    opacity: 0.8;
  }
  .search-disease ul li {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }
  .search-disease ul li:first-child {
    border-top: 1px solid #ccc;
  }
  .search-disease ul li:last-child {
    border-bottom: 0;
  }
  .search-disease ul li a {
    display: block;
    width: 100%;
    padding: 13px 10px;
    position: relative;
    color: #006699;
    background: linear-gradient(#fff, #f6f6f6);
  }
  .search-disease ul li a:hover {
    background: linear-gradient(#fff, #ccc);
  }
  .search-disease ul li a:before {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
  }
  .search-disease ul li a h4 {
    display: inline-block;
  }
  .search-disease ul li a span.badge-new {
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    background: #e04b33;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    border-radius: 3px;
  }

  /* interest */
  .interest {
    margin: 20px 0;
  }
  .interest h2 {
    padding: 12px 0 12px 10px;
    font-size: 16px;
    color: #fff;
    background: #31b8c7;
  }
  .interest .main {
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
  }
  .interest ol li {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-left: 35px;
    position: relative;
    background: linear-gradient(#fff, #f6f6f6);
  }
  .interest ol li:first-child {
    border-top: 1px solid #ccc;
  }
  .interest ol li:last-child {
    border-bottom: 0;
  }
  .interest ol li a {
    display: block;
    width: 100%;
    padding: 13px 10px;
    position: relative;
    color: #006699;
  }
  .interest ol li:hover {
    background: linear-gradient(#fff, #ccc);
  }
  .interest ol li a:before {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
  }
  .interest ol li a h4 {
    display: inline-block;
  }
  .interest ol li a small {
    display: inline-block;
    font-size: 12px;
  }
  .interest ol li a span {
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    background: #16aa72;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
  }
  .interest ol {
    counter-reset: my-counter;
  }
  .interest ol li:before {
    position: absolute;
    content: counter(my-counter);
    counter-increment: my-counter;
    background: #31b8c7;
    color: #fff;
    display: block;
    float: left;
    margin-left: -20px;
    text-align: center;
    font-size: 14px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: 13px;
  }

  /* hospita-history */
  .hospita-history {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #eaf9fb;
  }
  .hospita-history h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hospita-history p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
