@import url("root.css");
.txt_wrap {
  line-height: 2;
  text-align: center;
}

.kinds_box {
  max-width: 570px;
  border: solid 1px var(--base-color01);
  padding: 10px clamp(10px, 1.9vw, 20px);
  background: #f2f6fa;
  margin: 30px 0;
  border-radius: 5px;
}

.kinds_table {
  width: 100%;
  border-collapse: collapse;
}
.kinds_table tr:not(:last-child) {
  border-bottom: dotted 1px var(--base-color01);
}
.kinds_table th,
.kinds_table td {
  padding: 11px 0;
}
.kinds_table th {
  font-weight: 700;
  text-align: left;
  width: 180px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 767px) {
  .kinds_table th {
    width: 100px;
  }
}
.kinds_table td {
  font-weight: 500;
}

.parts01 {
  margin-top: 50px;
}

table.custom_type thead th,
table.custom_type thead td {
  background: #5982b1;
  color: #fff;
  text-align: center;
}
table.custom_type tbody th,
table.custom_type tbody td {
  padding-left: 60px;
}
table.custom_type tbody th {
  width: 300px;
  background: #fff;
  color: var(--base-color01);
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  table.custom_type th,
  table.custom_type td {
    display: table-cell;
    width: auto !important;
  }
  table.custom_type tbody th,
  table.custom_type tbody td {
    padding-left: 10px;
  }
  table.custom_type tbody th {
    width: 30%;
  }
}

.parts02 .title {
  font-size: clamp(18px, 4.58vw, 44px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
.parts02 .title .num {
  color: #fff;
  font-size: clamp(24px, 4.166vw, 32px);
  position: relative;
  z-index: 0;
  width: 55px;
  height: 54px;
  width: clamp(45px, 7.16vw, 55px);
  height: clamp(44px, 7.031vw, 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.parts02 .title .num:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/paint/no_bg.png) no-repeat center/cover;
  z-index: -1;
}
.parts02 .title .ttl {
  width: calc(100% - 74px);
}
.parts02 .img {
  margin: 25px 0 clamp(20px, 5.2vw, 50px) !important;
}
.parts02 .txt_wrap:not(:last-child) {
  margin-bottom: 25px;
}
.parts02 table.table-default tbody tr:first-child th {
  border-top: solid 1px #f2680c;
}
.parts02 table.table-default tbody tr:last-child th {
  border-bottom: solid 1px #f2680c;
}
.parts02 table.table-default tbody th {
  background: #f2680c;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #f2680c;
  border-left: solid 1px #f2680c;
}
.parts02 table.table-default tbody td {
  border-color: #f2680c;
}
.parts02 .row:not(:last-child) {
  margin-bottom: 30px;
}
.parts02 .type_green .title .num:before {
  background: url(../img/paint/no_green_bg.png) no-repeat center/cover;
}
.parts02 .type_green table.table-default tbody tr:first-child th {
  border-top: solid 1px #008519;
}
.parts02 .type_green table.table-default tbody tr:last-child th {
  border-bottom: solid 1px #008519;
}
.parts02 .type_green table.table-default tbody th {
  background: #008519;
  border-right: solid 1px #008519;
  border-left: solid 1px #008519;
}
.parts02 .type_green table.table-default tbody td {
  border-color: #008519;
}
.parts02 .type_blue .title .num:before {
  background: url(../img/paint/no_blue_bg.png) no-repeat center/cover;
}
.parts02 .type_blue table.table-default tbody tr:first-child th {
  border-top: solid 1px #0058bc;
}
.parts02 .type_blue table.table-default tbody tr:last-child th {
  border-bottom: solid 1px #0058bc;
}
.parts02 .type_blue table.table-default tbody th {
  background: #0058bc;
  border-right: solid 1px #0058bc;
  border-left: solid 1px #0058bc;
}
.parts02 .type_blue table.table-default tbody td {
  border-color: #0058bc;
}
.parts02 .type_pink .title .num:before {
  background: url(../img/paint/no_pink_bg.png) no-repeat center/cover;
}
.parts02 .type_pink table.table-default tbody tr:first-child th {
  border-top: solid 1px #d0487b;
}
.parts02 .type_pink table.table-default tbody tr:last-child th {
  border-bottom: solid 1px #d0487b;
}
.parts02 .type_pink table.table-default tbody th {
  background: #d0487b;
  border-right: solid 1px #d0487b;
  border-left: solid 1px #d0487b;
}
.parts02 .type_pink table.table-default tbody td {
  border-color: #d0487b;
}
@media (min-width: 768px) {
  .parts02 .img {
    text-align: left;
  }
  .parts02 table.table-default tbody td {
    padding-left: 50px;
  }
}

.paint_points {
  text-align: -webkit-center;
}

@media (max-width: 767px) {
  .txt_wrap {
    text-align: left;
  }
}
