#popup_list,
.RECORDER_SD_LIST {
  /* ===========================================================
// sprite
===========================================================*/
}
#popup_list .fluidImg,
.RECORDER_SD_LIST .fluidImg {
  max-width: 100%;
  height: auto;
  width: auto;
  /* for ie8 */
}
#popup_list .tCenter,
.RECORDER_SD_LIST .tCenter {
  text-align: center;
}
#popup_list .mAuto,
.RECORDER_SD_LIST .mAuto {
  margin: auto;
}
#popup_list .left,
.RECORDER_SD_LIST .left {
  float: left;
}
#popup_list .right,
.RECORDER_SD_LIST .right {
  float: right;
}
#popup_list .tl,
.RECORDER_SD_LIST .tl {
  text-align: left;
}
#popup_list .tr,
.RECORDER_SD_LIST .tr {
  text-align: right;
}
#popup_list .clear,
.RECORDER_SD_LIST .clear {
  clear: both;
}
#popup_list .clf:after,
.RECORDER_SD_LIST .clf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#popup_list .clf,
.RECORDER_SD_LIST .clf {
  zoom: 1;
  /*for IE 5.5-7*/
}
#popup_list a,
.RECORDER_SD_LIST a {
  color: #333;
  text-decoration: none;
}
#popup_list img,
.RECORDER_SD_LIST img {
  vertical-align: bottom;
}
#popup_list .hover,
.RECORDER_SD_LIST .hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
#popup_list .hover:hover,
.RECORDER_SD_LIST .hover:hover {
  opacity: 0.5;
}

/* ===========================================================
===========================================================*/
@media all and (min-width: 896px) {
  .RECORDER_SD_LIST {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .RECORDER_SD_LIST * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  .RECORDER_SD_LIST .list {
    width: 1104px;
    margin: 0 auto;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .RECORDER_SD_LIST .list.active .list__btn {
    position: relative;
    padding-top: 50px;
  }
  .RECORDER_SD_LIST .list.active .list__btn::after {
    display: none;
  }
  .RECORDER_SD_LIST .list__pdf {
    text-align: right;
    width: 1104px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .RECORDER_SD_LIST .list__note {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .list__note .rect {
    display: inline-block;
    width: 35px;
    height: 13px;
    margin-right: 5px;
    vertical-align: -3px;
    border: 1px solid #999;
    background: #7fcef4;
  }
  .RECORDER_SD_LIST .list__btn {
    position: absolute;
    bottom: 0px;
    height: 200px;
    z-index: 100;
    width: 100%;
    padding-top: 110px;
  }
  .RECORDER_SD_LIST .list__btn::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
  }
  .RECORDER_SD_LIST .list__btn .toggleBtn02_black {
    position: relative;
    z-index: 10;
    background-color: #fff;
    text-align: center;
  }
  .RECORDER_SD_LIST .list__btn .toggleBtn02_black:hover {
    background-color: #000;
  }
  .RECORDER_SD_LIST .list__box .list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .RECORDER_SD_LIST .list__box .list__inner .topleft {
    width: 190px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .bottomleft {
    width: 190px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .topright {
    width: 913px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .bottomright {
    width: 913px;
  }
  .RECORDER_SD_LIST .box {
    border: 1px solid #aaa;
  }
  .RECORDER_SD_LIST .box .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .RECORDER_SD_LIST .box .row > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    background-color: #eeefef;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .box .row > div.small {
    font-size: 12px;
  }
  .RECORDER_SD_LIST .box .row > div sup {
    top: auto;
  }
  .RECORDER_SD_LIST .topleft {
    position: relative;
    left: 3px;
    font-weight: bold;
    z-index: 100;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell01 > div {
    height: 48px;
    color: #000;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell02 > div {
    height: 62px;
    color: #000;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell03 > div {
    height: 60px;
    color: #000;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright {
    position: relative;
    z-index: 10;
  }
  .RECORDER_SD_LIST .topright .box {
    border-left: 1px solid transparent;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div {
    height: 24px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div:nth-child(1) {
    background-color: #e40058;
    width: calc(171.5px * 5);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div:nth-child(2) {
    color: #fff;
    background-color: #0dac67;
    width: calc(171.5px * 3);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div {
    height: 24px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(1) {
    background-color: #f09ba5;
    width: calc(171.5px * 3);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(2) {
    background-color: #f7c8dc;
    width: calc(171.5px * 2);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(3) {
    background-color: #aad6b1;
    width: calc(171.5px * 2);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(4) {
    background-color: #aad6b1;
    width: calc(171.5px * 1);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell02 > div {
    height: 62px;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell02 img {
    max-width: 94%;
    height: auto;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div {
    height: 60px;
    font-size: 12px;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .new {
    color: red;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > div {
    height: 50%;
    padding: 6px 0 4px;
  }

  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-half-child,
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-full-child {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    top: 6px;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > div.notnew {
    position: relative;
    top: 9px;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-half-child > div {
    width: 50%;
    padding: 2px 0;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > .cell-full-child > div {
    width: 100%;
    padding: 2px 0;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .bottomleft {
    position: relative;
    top: -1px;
    left: 3px;
    font-weight: bold;
    z-index: 10;
  }
  .RECORDER_SD_LIST .bottomleft .box {
    border: 0px;
    border-right: 1px solid #aaa;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 .col {
    font-size: 11px;
  }
  .RECORDER_SD_LIST .bottomleft .box:last-child {
    border-bottom: 1px solid #999;
  }
  .RECORDER_SD_LIST .bottomleft .box:last-child .flex01 > .head {
    border-bottom: 0px solid #aaa;
  }

  .RECORDER_SD_LIST .bottomleft .flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 39px;
    background-color: #626262;
    color: #fff;
    border-bottom: 1px solid #aaa;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:not(.flex02) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:not(.flex02).small {
    font-size: 13px;
    line-height: 1;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:nth-child(odd) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:nth-child(even) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex01.flex01--02 > .col > div:nth-child(even) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex01.flex01--02 > .col > div:nth-child(odd) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 74px;
    text-align: center;
    background-color: #fffbc2;
    -webkit-box-shadow: inset 0 0 0 0.25px #777;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .head.full-width {
    width: 100%;
    height: 58px;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col > div.small {
    font-size: 13px;
    line-height: 1;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01 > .col > div:nth-child(even) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01 > .col > div:nth-child(odd) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(even) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(odd) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow {
    background-color: #fffbc2;
    position: relative;
  }
  /* 表のレイアウトを再現するためにセルの背景色と同じ色でbox-shadowを打ち消し */
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fffbc2;
    position: absolute;
    top: 0;
    left: -1px;
  }
  .RECORDER_SD_LIST .bottomright {
    z-index: 1;
    position: relative;
    top: -2px;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div {
    width: calc(100% / 5);
    height: 58px;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small > div {
    font-size: 9px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small8 > div {
    font-size: 8px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small7 > div {
    font-size: 7px;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell01 {
    background: #f7c8dc !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell02 {
    background: #7fcef4 !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell03 {
    background: #fcfeda !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell04 {
    background: #7958b0 !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div span {
    font-size: 10px !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row.row02 > div {
    background-color: #dcdddd;
  }
  .RECORDER_SD_LIST .bottomright .box .row > .cell-half-parent {
    flex-direction: row;
    
  }
  .RECORDER_SD_LIST .bottomright .box .row > .cell-half-parent > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    box-shadow: inset 0 0 0 0.5px #777;
  }
  .spv {
    display: none !important;
  }
  .pcv {
    display: inline-block;
  }
}

@media screen and (max-width: 895px) {
  .RECORDER_SD_LIST {
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .RECORDER_SD_LIST * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  .RECORDER_SD_LIST .row {
    margin: 0;
  }
  .RECORDER_SD_LIST .list {
    width: 100%;
    margin: 0 auto;
    max-height: 400px;
    overflow-y: hidden;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .RECORDER_SD_LIST .list.active .list__btn {
    height: auto;
    position: relative;
    padding-top: 20px;
  }
  .RECORDER_SD_LIST .list.active .list__btn::after {
    display: none;
  }
  .RECORDER_SD_LIST .list__pdf {
    text-align: right;
    margin-bottom: 10px;
  }
  .RECORDER_SD_LIST .list__note {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .list__note .rect {
    display: inline-block;
    width: 35px;
    height: 13px;
    margin-right: 5px;
    vertical-align: -3px;
    border: 1px solid #999;
    background: #7fcef4;
  }
  .RECORDER_SD_LIST .list__btn {
    position: absolute;
    bottom: 0px;
    height: 200px;
    z-index: 100;
    width: 100%;
    padding-top: 110px;
  }
  .RECORDER_SD_LIST .list__btn::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
  }
  .RECORDER_SD_LIST .list__btn .toggleBtn02_black {
    position: relative;
    z-index: 10;
    background-color: #fff;
    text-align: center;
  }
  .RECORDER_SD_LIST .list__box {
    width: 100%;
    overflow: scroll;
  }
  .RECORDER_SD_LIST .list__box .list__inner {
    width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .RECORDER_SD_LIST .list__box .list__inner .topleft {
    width: 120px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .bottomleft {
    width: 120px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .topright {
    width: 830px;
  }
  .RECORDER_SD_LIST .list__box .list__inner .bottomright {
    width: 830px;
  }
  .RECORDER_SD_LIST .box .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .RECORDER_SD_LIST .box .row > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    /* background-color: #eeefef; */
    background-color: #fff;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .box .row > div.small {
    font-size: 10px;
  }
  .RECORDER_SD_LIST .box .row > div sup {
    top: auto;
  }
  .RECORDER_SD_LIST .topleft {
    position: relative;
    left: 3px;
    font-weight: bold;
    z-index: 100;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell01 > div {
    height: 48px;
    color: #000;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell02 > div {
    height: 62px;
    color: #000;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topleft .box .row.head_cell03 > div {
    height: 46px;
    color: #000;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright {
    position: relative;
    z-index: 10;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div {
    height: 24px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div:nth-child(1) {
    background-color: #e40058;
    width: calc(116.5px * 5);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell00 > div:nth-child(2) {
    color: #fff;
    background-color: #0dac67;
    width: calc(116.5px * 3);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div {
    height: 24px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(1) {
    background-color: #f09ba5;
    width: calc(116.5px * 3);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(2) {
    background-color: #f7c8dc;
    width: calc(116.5px * 2);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(3) {
    background-color: #aad6b1;
    width: calc(116.5px * 2);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell01 > div:nth-child(4) {
    background-color: #aad6b1;
    width: calc(116.5px * 1);
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell02 > div {
    height: 62px;
    background-color: #fff;
    padding: 0.4em;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell02 > div img {
    max-width: 100%;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div {
    height: 46px;
    font-size: 10px;
    background-color: #fff;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .new {
    color: red;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > div {
    height: 50%;
    padding: 2px 0 4px;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-half-child,
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-full-child {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > div.notnew {
    position: relative;
    top: 7px;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > div .cell-half-child > div {
    width: 50%;
    padding: 2px 0;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .topright .box .row.head_cell03 > .cell-half-parent > .cell-full-child > div {
    width: 100%;
    padding: 2px 0;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .bottomleft {
    position: relative;
    top: 0px;
    left: 3px;
    font-weight: bold;
    z-index: 10;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .bottomleft .box {
    border: 0px;
  }
  .RECORDER_SD_LIST .bottomleft .box:last-child {
    border-bottom: 1px solid #999;
  }
  .RECORDER_SD_LIST .bottomleft .box:last-child .flex01 > .head {
    border-bottom: 0px solid #aaa;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 22px;
    background-color: #626262;
    color: #fff;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:not(.flex02) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:not(.flex02).small {
    font-size: 10px;
    line-height: 1;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:nth-child(odd) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex01 > .col > div:nth-child(even) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex01.flex01--02 > .col > div:nth-child(even) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex01.flex01--02 > .col > div:nth-child(odd) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(even) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(odd) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow {
    background-color: #fffbc2;
    position: relative;
  }
  /* 表のレイアウトを再現するためにセルの背景色と同じ色でbox-shadowを打ち消し */
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fffbc2;
    position: absolute;
    top: 0;
    left: -1px;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    padding: 2px;
    text-align: center;
    background-color: #fffbc2;
    -webkit-box-shadow: inset 0 0 0 0.25px #777;
    box-shadow: inset 0 0 0 0.25px #777;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .head.full-width {
    width: 100%;
    height: 58px;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 0.5px #777;
    box-shadow: inset 0 0 0 0.5px #777;
    line-height: 1.2;
  }
  .RECORDER_SD_LIST .bottomleft .flex02 > .col > div.small {
    font-size: 10px;
    line-height: 1;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01 > .col > div:nth-child(even) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01 > .col > div:nth-child(odd) {
    background-color: #c8e8c3;
  }

  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(even) {
    background-color: #c8e8c3;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div:nth-child(odd) {
    background-color: #e1f0df;
  }
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow {
    background-color: #fffbc2;
    position: relative;
  }
  /* 表のレイアウトを再現するためにセルの背景色と同じ色でbox-shadowを打ち消し */
  .RECORDER_SD_LIST .bottomleft .flex02.flex02--01.cell-color-reverse > .col > div.cell-color-yellow::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fffbc2;
    position: absolute;
    top: 0;
    left: -1px;
  }
  .RECORDER_SD_LIST .bottomright {
    z-index: 1;
    position: relative;
    top: -0px;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div {
    width: calc(100% / 5);
    height: 58px;
    font-size: 10px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small > div {
    font-size: 9px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small8 > div {
    font-size: 7px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.smallsp > div {
    font-size: 8px;
  }
  .RECORDER_SD_LIST .bottomright .box .row.small7 > div {
    font-size: 7px;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell01 {
    background: #f7c8dc !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell02 {
    background: #7fcef4 !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell03 {
    background: #fcfeda !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div.cell04 {
    background: #7958b0 !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row > div span {
    font-size: 10px !important;
  }
  .RECORDER_SD_LIST .bottomright .box .row.row02 > div {
    background-color: #dcdddd;
  }
  .RECORDER_SD_LIST .bottomright .box .row > .cell-half-parent {
    flex-direction: row;
  }
  .RECORDER_SD_LIST .bottomright .box .row > .cell-half-parent > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    box-shadow: inset 0 0 0 0.5px #777;
  }
  .pcv {
    display: none;
  }
  .spv {
    display: inline-block;
  }
  .hover:hover {
    opacity: 1;
  }
}
