.osare5-table {
 width:100%;
 table-layout: fixed;
   border: none !important;
    border-collapse: separate;
    border-spacing: 4px 4px;
}


.osare5-table th {
   border: none !important;
}

.osare5-table tbody td {
  border: none !important;
  border-bottom: solid 2px #f9f9f9 !important;
}

/*
NOTE: [フォント調整箇所] 結果テーブル
表内表示項目のフォントサイズを大きくしてください。 
各行の高さが変わらない範囲でお願いします。 
*/
/* ヘッダー */
.osare5-table thead th {
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 5px 5px;
  background:#fffaf1;
  text-align:center;
  padding: 0.75rem 1rem;
}

/* フッター（比較表と色つけたとき用） */
.osare5-table tfoot td {
  border-radius: 0 0 10px 10px;
  text-align:center;
}
 
/*
NOTE: [フォント調整箇所] 結果テーブル
表内表示項目のフォントサイズを大きくしてください。 
各行の高さが変わらない範囲でお願いします。 
*/
/* ボディ項目 */
.osare5-table tbody th {
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  background:#fffaf1;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  text-align:center;
  padding: 1.5rem 1rem;
}
 
/* フッター項目 */
.osare5-table tfoot th {
 background:none;
 text-align:center;
 line-height:3em;
 font-weight: bold;
}


/* フッターデータ(フッターがあるときのみ有効) */
.osare5-hikaku tfoot td {
 border: none !important;
 background:none;
 text-align:center;
 font-weight:600;
 font-size:1em;
}

 
/* ボディデータ */
.osare5-table tbody td {
 text-align:center;
}
 
.osare5-table thead th:first-child  {
    text-align:center;
    background:none;
}

 
/* 最終行のボーダーをなくす */
.osare5-table tbody tr:last-child th,
.osare5-table tbody tr:last-child td {
 text-align:center;
 border-bottom:none !important;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .osare5-table thead th,
  .osare5-table tbody th {
      text-align:center;
      padding:0;
  }
  .osare5-table tfoot td {
    text-align:center;
    padding:0;
    font-size:0.9em;
  }
.osare5-table tfoot td:nth-child(2) {
    text-align:center;
    font-size:1em;
  }
  
}

.box27 {
    position: relative;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF0000;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FF0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 1em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FF0000;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FF0000;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/*
NOTE: [フォント調整箇所] 健診者情報
NOTE: テキストボックスタイトルのフォントサイズ、余白調整
*/
.box27l {
  position: relative;
  margin: 1em 0;
  padding: 0.5em 1em;
  border: solid 3px #FF0000;
}
.box27l .box-title {
  position: absolute;
  display: inline-block;
  top: -36px;
  left: -3px;
  padding: 2px 9px;
  height: 34px;
  line-height: 32px;
  font-size: 24px;
  background: #FF0000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box27l p {
  margin: 0; 
  padding: 0;
}

.box28l {
  position: relative;
  margin: 1em 0;
  padding: 38px 10px 7px;
  border: solid 2px #FF0000;
}
.box28l .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 2px 9px;
  height: 36px;
  line-height: 32px;
  font-size: 24px;
  background: #FF0000;
  color: #ffffff;
  font-weight: bold;
}
.box28l p {
  margin: 0; 
  padding: 0;
}

.box11{
    margin: 2 2;
    color: #5d627b;
    background: white;
    border-top: solid 5px #FF0000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box10 {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #FF0000;
    background: #fffaf1;/*背景色*/
    border-top: solid 6px #FF0000;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


#fur_wrapper_uketsuke {
    display: flex;
    margin-top: 50px;
    width: 100%;
}

#fur_wrapper_uketsuke section:first-of-type {
    padding-left: 12%;
    padding-right: 2%;
    width: 70%;
}

#fur_wrapper_uketsuke section:last-of-type {
    padding-left: 2%;
    padding-right: 2%;
    width: 30%;
}

#fur_wrapper_uketsuke section:first-of-type ul {
    display: flex;
}

#fur_wrapper_uketsuke section:first-of-type ul li {
    margin-left: 20px;
}

#fur_wrapper_uketsuke section:first-of-type ul li:first-of-type {
    margin-left: 0;
    padding-top: 6px;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

#fur_wrapper_uketsuke section:first-of-type ul li:nth-of-type(2) {
    width: 48%;
}

#fur_wrapper_uketsuke section:first-of-type ul li:last-of-type button {
    width: 200px;
}
