@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;
}

@media screen and (max-width: 560px) {
  .p-function {
    padding: 5% 0;
  }
}

.p-function__inner {
  width: 71.4%;
  margin: 0 auto;
  background: white;
}

@media screen and (max-width: 560px) {
  .p-function__inner {
    width: 90%;
  }
}

.p-function__paragraphHead {
  width: 96%;
  margin: 30px auto 10px auto;
  font-size: 16px;
  line-height: 1.8;
}

.p-function__paragraphCaption {
  padding: 10px 40px;
  margin-top: 16px;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 560px) {
  .p-function__paragraphCaption {
    padding: 20px;
  }
}

/* ADD 2022/4/27 A.S Start */
.p-function__mvArea {
  width: 95%;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-function__mvArea {
    margin: 0 10px;
  }
}

.p-function__mvArea video {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-function__mvArea video {
    margin: 16px auto 0 auto;
  }
}

.top-solution__gridItem:hover video {
  opacity: 0.8;
}
/* ADD 2022/4/27 A.S End */

.p-function__imgArea {
  width: 100%;
  padding: 5% 10%;
  margin: 40px auto 90px auto;
  background: #E6EDF4;
}

.p-function__imgArea img {
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
}

@media screen and (max-width: 560px) {
  .p-function__imgArea {
    padding: 5% 3%;
  }
}

.p-function__imgArea p {
  color: #00559A;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 18px;
}

@media screen and (max-width: 560px) {
  .p-function__imgArea p {
    font-size: 12px;
  }
}

.p-table__stickyTable {
  display: block;
  position: relative;
  max-width: 980px;
  max-height: 700px;
  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: 305px;
}

.p-table__stickyTable thead th:nth-child(3) {
  padding: 14px 0px 14px 0px;
  background: #1F8DD6;
  width: 115px;
}

.p-table__stickyTable thead th:nth-child(4) {
  padding: 14px 0px 14px 0px;
  background: #1F8DD6;
  width: 115px;
}

.p-table__stickyTable thead th:nth-child(5) {
  padding: 14px 0px 14px 0px;
  background: #296FBC;
  width: 115px;
}

.p-table__stickyTable thead th:nth-child(6) {
  padding: 14px 0px 14px 0px;
  background: #44A7BE;
  width: 115px;
}

.p-table__stickyTable thead th:nth-child(7) {
  padding: 14px 0px 14px 0px;
  background: #44A7BE;
  width: 115px;
}

@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) {
	}

	.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;
	}

	.p-table__stickyTable thead th:nth-child(7) {
	  padding: 8px 0px 8px 0px;
	}
}

.p-table__tbodyTitle__PR {
  background-color: #F7C105;
  color: #595750;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__about__PR {
  background-color: #f1e8bd;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
.p-table__PR {
  background-color: #F6F1DB;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__SA {
  background: #1F8DD6;
  color: #fff;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__about__SA {
  background: #cee7f8;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
.p-table__SA {
  background: #E0EDF6;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__SL {
  background: #44A7BE;
  color: #fff;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__about__SL {
  background: #cce7ed;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
.p-table__SL {
  background: #DCEBEE;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__AC {
  background: #296FBC;
  color: #fff;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__about__AC {
  background: #c8ddf3;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
.p-table__AC {
  background: #ddeaf8;
  text-align: center;
  padding: 4px 8px 4px 8px;
}

.p-table__tbodyTitle__CM {
  background: #6870B5;
  color: #fff;
  text-align: center;
  left: 0;
  font-weight: bold;
}
.p-table__about__CM {
  background: #d9dbec;
  font-weight: normal;
  text-align: left;
  padding: 4px 8px 4px 8px;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
.p-table__CM {
  text-align: center;
  padding: 4px 8px 4px 8px;
}

@media screen and (max-width: 560px) {

	.p-table__tbodyTitle__PR {
	}
	.p-table__about__PR {
	  padding: 4px 8px 0px 8px;
	}
	.p-table__PR {
	  padding: 4px 8px 0px 8px;
	}

	.p-table__tbodyTitle__SA {
	}
	.p-table__about__SA {
	  padding: 4px 8px 0px 8px;
	}
	.p-table__SA {
	}

	.p-table__tbodyTitle__SL {
	}
	.p-table__about__SL {
	  padding: 4px 8px 0px 8px;
	}
	.p-table__SL {
	}

	.p-table__tbodyTitle__AC {
	}
	.p-table__about__AC {
	}
	.p-table__AC {
	  padding: 4px 8px 0px 8px;
	}

	.p-table__tbodyTitle__CM {
	  background: #6870B5;
	  color: #fff;
	  text-align: center;
	  left: 0;
	  font-weight: bold;
	}
	.p-table__about__CM {
	  background: #d9dbec;
	  font-weight: normal;
	  text-align: left;
	  padding: 4px 8px 4px 8px;
	  line-height: 1.6;
	  border-bottom: 2px solid #fff;
	}
	.p-table__CM {
	  text-align: center;
	  padding: 4px 8px 4px 8px;
	}

}

/*# sourceMappingURL=2-0.css.map */