@charset "UTF-8";

/*****************************
pagesec-equipment
*****************************/
.equipmentbox {
  margin-bottom: 10rem;
}
.equipmentbox > ul > li {
  border-radius: 50px;
  box-shadow: 3px 3px 10px #ccc;
  padding: 4rem;
  position: relative;
}
.equipmentbox > ul > li .obj1 {
  top: 0;
  right: 0;
}
.equipmentbox > ul > li .obj1::before {
  top: -25px;
  left: -100px;
}
.equipmentbox > ul > li .obj1::after {
  top: 0;
  left: -25px;
}
.equipmentbox > ul > li .obj2 {
  bottom: 0;
  left: 0;
}
.equipmentbox > ul > li .obj2::before {
  bottom: -25px;
  left: 0;
}
.equipmentbox > ul > li .obj2::after {
  bottom: 0;
  left: -25px;
}
.equipmentbox > ul > li:nth-child(even) {
  background: #f9f9f9;
}
.equipmentbox > ul > li:last-child {
  background: #fff;
  border: 2px solid #072039;
  box-shadow: initial;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 4rem;
}
.equipmentbox > ul > li:not(:last-child) {
  margin-bottom: 10rem;
}
.equipmentbox .fimgbox.two {
  position: relative;
  height: 400px;
}
.equipmentbox .two > div {
  position: absolute;
  width: 60%;
}
.equipmentbox .two > div:nth-child(1) {
  top: 0;
  left: 0;
}
.equipmentbox .two > div:nth-child(2) {
  bottom: 0;
  right: 0;
}

.equipmentbox > ul > li:nth-child(3) .two > div:nth-child(1) {
  width: 65%;
}
.equipmentbox > ul > li:nth-child(3) .two > div:nth-child(2) {
  width: 100%;
}

.equipmenttbl table {
  border: 1px solid #181818;
  border-collapse: collapse;
  width: 100%;
}
.equipmenttbl th,
.equipmenttbl td {
  border: 1px solid #181818;
  padding: 1rem;
}
.equipmenttbl thead th {
  background: #072039;
  color: #fff;
  font-weight: bold;
}
.equipmenttbl thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.equipmenttbl tbody tr:nth-child(even) td {
  background: #f5f5f5;
}

.equipmentsplide .splide__slide {
  display: flex;
  align-items: center;
  justify-content: centera;
}
.equipmentsplide .splide__slide video {
  object-fit: contain;
  height: 360px;
  width: 100%;
}
.equipmentsplide .splide__arrow {
  background: #181818;
  opacity: 1;
}
.equipmentsplide .splide__arrow svg {
  fill: #fff;
}
.equipmentsplide .splide__pagination__page {
  background: #181818;
  opacity: 1;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
  .equipmenttbl table {
    width: 880px;
  }
}
@media only screen and (max-width: 820px) {
  .equipmentbox .fimgbox.two {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .equipmentbox > ul > li .obj1::before {
    top: -15px;
    left: -60px;
  }
  .equipmentbox > ul > li {
    border-radius: 30px;
    padding: 4rem 2rem;
  }
  .equipmentbox .ftxtbox {
    margin-bottom: 2rem;
  }
  .equipmentbox .two>div {
    width: 70%;
  }
  .equipmentbox > ul > li:last-child {
    font-size: 1.6rem;
    padding: 2rem;
  }
  .equipmentbox > ul > li:nth-child(3) .two > div:nth-child(1) {
    width: 90%;
  }
  .equipmentsplide .splide__slide video {
    height: 250px;
  }
}