@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/tech/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
main{
  padding-bottom: 90px;
}
.equ_block{
  margin-top: 60px;
}
.equ_scroll{
  margin-top: 30px;
  width: 100%;
  overflow: auto;
}
.equ_table {
  width: 100%;
  min-width: 500px;
  text-align: center;
  & th{
    background: var(--main-color);
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    &:last-child{
      border-right: none;
    }
  }
  & td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    &:last-child{
      border-right: none;
    }
  }
}
.equ_table--cyan {
  & th{
    background: var(--sub-color);
  }
}
.equ_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.equ_bold{
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}
.equ_flow {
  margin-top: 40px;
  display: flex
;
  flex-direction: column;
  align-items: center;
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
 
}