@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
Table
--------------------------------------------------*/
.bl_table {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  width: 100%;
  /* type1 [border none]
  ----------------------------------------------- */
  /* type2 [border dash]
  ----------------------------------------------- */
  /* pad3 [padding 3px]
  ----------------------------------------------- */
  /* pad10 [padding 10px]
  ----------------------------------------------- */
  /* SP Adjust
  ----------------------------------------------- */
  /* Table Adjust
  ----------------------------------------------- */
  /* Border Adjust
  ----------------------------*/
  /* Nest Table Style clear
  ----------------------------*/
}
.bl_table caption {
  margin: 0;
  padding: 10px 0;
  border: #ccc 1px solid;
  border-bottom: none;
  background: #eaeaea;
  text-align: center;
}
.bl_table th, .bl_table td {
  padding: 18px;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  font-weight: normal;
}
.bl_table th {
  background: #f4f4f4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .bl_table th, .bl_table td {
    padding: 10px;
  }
  .bl_table.-vertical {
    display: block;
  }
  .bl_table.-vertical caption, .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    display: block;
  }
  .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    width: 100%;
  }
}
.bl_table.-noBorder {
  border-width: 0;
  line-height: 1.5;
  width: auto;
}
.bl_table.-noBorder th,
.bl_table.-noBorder td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border: none;
}
.bl_table.-noBorder th {
  background: transparent;
}
.bl_table.-noBorder tbody th {
  text-align: left;
}
.bl_table.-dash {
  border: none;
}
.bl_table.-dash th,
.bl_table.-dash td {
  padding: 20px 10px;
  border: none;
  border-bottom: #ccc 1px dotted;
  font-weight: normal;
  background: transparent;
}
.bl_table.-dash th {
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_table.-dash th,
  .bl_table.-dash td {
    padding: 10px;
  }
  .bl_table.-dash.-spVertical th {
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .bl_table.-dash.-spVertical td {
    padding: 5px 10px 15px;
  }
}
.bl_table.-pad3 th, .bl_table.-pad3 td {
  padding: 3px !important;
}
.bl_table.-pad10 th, .bl_table.-pad10 td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .bl_table.-spVertical caption, .bl_table.-spVertical tbody, .bl_table.-spVertical thead, .bl_table.-spVertical tr, .bl_table.-spVertical th, .bl_table.-spVertical td {
    display: block;
  }
  .bl_table.-spVertical th, .bl_table.-spVertical td {
    width: 100% !important;
  }
}
.bl_table.-thC th {
  text-align: center !important;
}
.bl_table.-tdC td {
  text-align: center !important;
}
.bl_table.-thR th {
  text-align: right !important;
}
.bl_table.-tdR td {
  text-align: right !important;
}
.bl_table.-thBold th {
  font-weight: bold;
}
.bl_table.-verMiddle th, .bl_table.-verMiddle td {
  vertical-align: middle !important;
}
.bl_table.-cellC th, .bl_table.-cellC td {
  text-align: center;
}
.bl_table.-nowrap th, .bl_table.-nowrapHead thead th, .bl_table.-nowrapBody tbody th {
  white-space: nowrap;
}
.bl_table th.-bottomLine01,
.bl_table td.-bottomLine01 {
  border-bottom: 1px dotted #ccc;
}
.bl_table th.-nonTop,
.bl_table td.-nonTop {
  border-top: none !important;
}
.bl_table th.-nonRight,
.bl_table td.-nonRight {
  border-right: none !important;
}
.bl_table th.-nonBottom,
.bl_table td.-nonBottom {
  border-bottom: none !important;
}
.bl_table th.-nonLeft,
.bl_table td.-nonLeft {
  border-left: none !important;
}
.bl_table th.-solidTop,
.bl_table td.-solidTop {
  border-top: 1px solid #ccc !important;
}
.bl_table th.-solidRight,
.bl_table td.-solidRight {
  border-right: 1px solid #ccc !important;
}
.bl_table th.-solidBottom,
.bl_table td.-solidBottom {
  border-bottom: 1px solid #ccc !important;
}
.bl_table th.-solidLeft,
.bl_table td.-solidLeft {
  border-left: 1px solid #ccc !important;
}
.bl_table.-tShadeLine .-odd th, .bl_table.-tShadeLine .-odd td {
  background-color: #f6f6f6;
}
.bl_table .nest {
  border: none;
}
.bl_table .nest th,
.bl_table .nest td {
  background-color: transparent;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  border: none;
}

/* Scroll horizontally
----------------------------*/
.bl_spTableScroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.bl_spTableScroll::-webkit-scrollbar {
  height: 7px;
}
.bl_spTableScroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.bl_spTableScroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@media only screen and (max-width: 767px) {
  .bl_spTable1 table th,
  .bl_spTable1 table td {
    font-size: 1rem !important;
    padding: 1rem !important;
    line-height: 1.4 !important;
  }
  .bl_spTable2 table th,
  .bl_spTable2 table td {
    font-size: 0.7rem !important;
    padding: 0.7rem !important;
    line-height: 1.3 !important;
  }
  .bl_spTable3 table th,
  .bl_spTable3 table td {
    font-size: 0.4rem !important;
    padding: 0.4rem !important;
    line-height: 1.2 !important;
  }
}