/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	section
+++++++++++++++++++++++++++++++++++++++++++ */
section h4 {
  padding: 0;
  font-size: 2.2rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  section h4 {
    font-size: 4.4vw;
  }
}
section h4::before {
  content: none;
}
section .category {
  display: inline-block;
  background: #D26E44;
  color: #FFF;
  padding: 3px 12px;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: 3px;
}
@media screen and (max-width: 767px) {
  section .category {
    font-size: 3.6vw;
  }
}
section .category[data-label="共同開発製品"] {
  background: #AA67D2;
}
section .category[data-label="販売代理"] {
  background: #13A885;
}
@media screen and (max-width: 767px) {
  section .btn2 {
    text-align: center;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	softwareList
+++++++++++++++++++++++++++++++++++++++++++ */
.softwareList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  .softwareList {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .softwareList {
    flex-direction: column;
  }
}
.softwareList_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 340px;
  min-height: 227px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .softwareList_item {
    max-width: 340px;
    width: 100%;
    max-height: 227px;
    min-height: 25vw;
    margin: 0 auto;
  }
}
.softwareList_item ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: #C7C7C7 1px solid;
}
@media screen and (max-width: 767px) {
  .softwareList_item ul {
    padding: 5px 0;
  }
}
.softwareList_item ul li {
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .softwareList_item ul li {
    font-size: min(1.4rem, 2.8vw);
  }
}
.softwareList_item ul li img {
  margin: 0 auto 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	otherProductsArea
+++++++++++++++++++++++++++++++++++++++++++ */
.otherProductsArea {
  margin-bottom: 30px;
}
.otherProductsArea h3 {
  line-height: 1.1;
}
.otherProductsArea .columnBox .columnItem {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .otherProductsArea .columnBox .columnItem {
    max-width: none;
    margin: 0 0 20px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section3
+++++++++++++++++++++++++++++++++++++++++++ */
