@charset "UTF-8";
/*共通
---------------------------------------------------------- */
.p-table__sp{
  display: none;
}
@media screen and (max-width: 560px) {
  .p-table__pc{
    display: none;
  }
  .p-table__sp{
    display: block;
  }
}

.p-function {
  margin: 0 auto;
  background: white;
}

.p-function__inner {
  width: 71.4%;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 560px) {
  .p-function__inner {
    padding: 50px 0 40px 0;
    width: 90%;
  }
}

.p-table__stickyTable {
  display: block;
  position: relative;
  max-width: 855px;
  margin: 40px auto;
  overflow-x: auto;
  overflow-y: auto;
  border-collapse: collapse;
  padding: 0;
  white-space: nowrap;
  table-layout: fixed;
  font-size: 13px;
}

@media screen and (max-width: 560px) {
  .p-table__stickyTable {
    border: 0;
    max-width: 480px;
    max-height: 500px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.p-table__stickyTable tr {
  background-color: #E9EAF5;
  border-bottom: 2px solid #fff;
}

.p-table__stickyTable th {
  padding: 13px;
  border-right: 2px solid #fff;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .p-table__stickyTable th {
    padding: 10px;
  }
}

.p-table__stickyTable td {
  padding: auto;
  border-right: 2px solid #fff;
}

.p-table__stickyTable thead th {
  color: #fff;
  z-index: 10;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.p-table__stickyTable thead th:nth-child(1) {
  background-color: #FFFFFF;
  width: 100px;
}

.p-table__stickyTable thead th:nth-child(2) {
  background-color: #FFFFFF;
  width: 255px;
}

.p-table__stickyTable thead th:nth-child(3) {
  padding: 14px 0px 14px 0px;
  background: #1F8DD6;
  width: 100px;
}

.p-table__stickyTable thead th:nth-child(4) {
  padding: 14px 0px 14px 0px;
  background: #1F8DD6;
  width: 100px;
}

.p-table__stickyTable thead th:nth-child(5) {
  padding: 14px 0px 14px 0px;
  background: #296FBC;
  width: 100px;
}

.p-table__stickyTable thead th:nth-child(6) {
  padding: 14px 0px 14px 0px;
  background: #44A7BE;
  width: 100px;
}

.p-table__stickyTable thead th:nth-child(7) {
  padding: 14px 0px 14px 0px;
  background: #44A7BE;
  width: 100px;
}

@media screen and (max-width: 560px) {

	.p-table__stickyTable thead th {
	  white-space: nowrap;
	}

	.p-table__stickyTable thead th:nth-child(1) {
	}

	.p-table__stickyTable thead th:nth-child(2) {
      width: 600px;
	}

	.p-table__stickyTable thead th:nth-child(3) {
	  padding: 8px 0px 8px 0px;
	}

	.p-table__stickyTable thead th:nth-child(4) {
	  padding: 8px 0px 8px 0px;
	}

	.p-table__stickyTable thead th:nth-child(5) {
	  padding: 8px 0px 8px 0px;
	}

	.p-table__stickyTable thead th:nth-child(6) {
	  padding: 8px 0px 8px 0px;
/*      width: 80px;*/
	}

	.p-table__stickyTable thead th:nth-child(7) {
	  padding: 8px 0px 8px 0px;
/*      width: 80px;*/
	}
}

.p-table__tbodyTitle__PR {
  background-color: #b0c4de;
  color: #595750;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__PR {
  background-color: #e6e6fa;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__BS {
  background: #87cefa;
  color: #595750;
  text-align: center;
  left: 0;
  font-weight: bold;
  white-space: nowrap;
}
.p-table__about__BS {
  background: #b0e0e6;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  white-space: nowrap;
}
.p-table__BS {
  background: #f0f8ff;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__OP {
  background-color: #F7C105;
  color: #595750;
  text-align: center;
  left: 0;
  font-weight: bold;
  white-space: nowrap;
}
.p-table__about__OP {
  background-color: #f1e8bd;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  white-space: nowrap;
}
.p-table__OP {
  background-color: #F6F1DB;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

/*# sourceMappingURL=2-0_table.css.map */