@charset "utf-8";
/*----------------------------------------------------
ユーティリティ上書き
----------------------------------------------------*/
.tI1em>li, .tI1p5em>li, .tI2em>li, .tI2p5em>li, .tI3em>li, .tI4em>li, .tI5em>li {
  margin-top: 0;
}

/*----------------------------------------------------
 cntSec_point
----------------------------------------------------*/
.cntSec_point .nmlTable .img_combine {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-72px/2);
}
.cntSec_point .nmlTable thead th {
  font-size: 14px;
  padding: 3.5px 8px;
}
.cntSec_point .nmlTable tbody th {
  text-align: center;
  font-size: 12px;
  padding: 6px 4px;
}
.cntSec_point .nmlTable tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 9.5px 6px;
}
.cntSec_point .nmlTable thead > tr > th:nth-child(1) {
  background-color: #6E6E6E;
  color: #fff;
}
.cntSec_point .nmlTable thead > tr > th:nth-child(3) {
  background-color: #0B7C43;
}


/*----------------------------------------------------
 boxOrange
----------------------------------------------------*/
.boxOrange {
  padding: 11px;
  background-color: #FF995A;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 12px auto;
}
.boxOrange .nmlText {
  font-size: 18px;
  line-height: 1.4;
}
