@charset "UTF-8";

/* documentList */
.listHead {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    display: table !important;
    width: 100%;
    box-sizing: border-box;
}

.listHead li {
    border-right: 1px solid #bfbfbf;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 15px;
    box-sizing: border-box;
}

.listHead.spOnly {
  display: none !important;
}

.listHead .change {
  width: 17.5%;
}

.listHead .paper {
  width: 31.5%;
}

.listHead .note {
  width: 51%;
}

.listMain {
    display: flex;
    width: 100%;
    border-left: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.listItem {
    width: 17.5%;
    border-right: 1px solid #bfbfbf;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* listItem double */
.listItem.double {
  padding: 0;
}

.itemWrap{
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 15px;
  box-sizing: border-box;
  align-content: center;
}

.itemWrap:last-of-type{
  border-bottom: none;
}

.itemWrap span:last-child {
  border-bottom: none;
}

.textS {
    font-size: 80%;
}

.listInner {
    width: calc(100% - 17.5%);
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
    vertical-align: middle;
}

.listSet {
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.listSet .paper {
    width: 38.2%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.setItem {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

.setItem p {
    display: inline-block;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
}


.setItem .space {
    display: block;
    width: 1px;
    height: 7px;
}

/* number */
.setItem.number p {
    width: calc(100% - 16.5%);
}

.setItem.number:before {
  content: "";
  display: block;
  width: 1px;
  height: 500%;
  background: #bfbfbf;
  position: absolute;
  top: -100%;
  left: 38px
}

.setItem p.setNum {
    width: 16.5%;
    text-align: center;
}

/* double */
.setItem.double {
  height: 50%;
  border-bottom: 1px solid #bfbfbf;
}

.paper > .setItem.double:last-of-type {
  border-bottom: none;
}

/* triple */
.setItem.triple {
  height: calc(100% / 3);
  border-bottom: 1px solid #bfbfbf;
}

.paper > .setItem.triple:last-of-type {
  border-bottom: none;
}

.listSet .note {
    width: calc(100% - 38.2%);
    padding: 20px 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.listSet .note:before {
    content: "";
    display: block;
    width: 1px;
    height: 1000%;
    background: #bfbfbf;
    position: absolute;
    top: -100%;
    left: -1px;
}

.setDetail li{
    position: relative;
    padding-left: 1em;
}

.setDetail li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}

/* mail */
.mailBox {
    overflow: hidden;
}

.mailQr{
  float: left;
  width: 110px;
}

.tableStyleWrap {
    margin-bottom: 0;
}



@media screen and (max-width: 767px){
  /* documentList */
  .listHead.pcOnly {
      display: none !important;
  }

  .listHead.spOnly {
    display: block !important;
    overflow: hidden;
  }

  .listMain {
    display: block;
    width: 100%;
    border-left: none;
}

.listItem {
    width: 100%;
    display: block;
    border: none;
    background: #404040;
    color: #fff;
    padding: 15px;
    font-weight: bold;
}

/* listItem double */
.itemWrap {
    height: auto !important;
    border-bottom: none;
    padding: 15px;
}

.itemWrap span {
    position: static;
}

.listHead li {
    display: inline-block;
    padding: 15px;
    float: left;
    font-weight: bold;
}

.listHead .paper {
    width: 44%;
}

.listHead .note {
    width: 56%;
}

.listInner {
    width: 100%;
    display: block;
    border-left: 1px solid #bfbfbf;
}

.listSet {
    align-items: stretch;
    overflow: hidden;
}

.listSet .paper {
    width: 44%;
    vertical-align: top;
    height: 100%;
    font-size: 13px;
}

.setItem p {
    padding: 15px 10px;
}

.setItem .space {
    display: none;
}

/* number */
.setItem.number p {
    width: calc(100% - 30px);
}

.setItem.number:before {
    left: 30px;
}

.setItem p.setNum {
    width: 30px;
}

.listSet .note {
    width: 56%;
    padding: 15px 10px;
    vertical-align: top;
    font-size: 13px;
}

}
