@charset "utf-8";
/*  style　[ 岡田・石堂クリニック： 整形外科]
=================================================================== */

.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th {
    border-top-width: 2px;
}

.h4-medi {
  background-color: rgba(213,112,43,0.2);
  padding: 5px;
}

h4.h4-medi:before  {
  display: none;
}
h5.h5-medi:before {
  content: "◆";
  padding: 0 5px 0 0;
  font-size: 0.6em;
  color: rgba(213,112,43,0.8);
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .spaceTop0-lg {
  margin-top: 0;
}

}
.span-year {
  display: inline-block;
  width: 4.5em;
  text-align: right;
}
.span-month {
  display: inline-block;
  width: 2.5em;
  text-align: right;
}
.span-day {
  display: inline-block;
  width: 2.5em;
  text-align: right;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
