@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("../img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
main{
  padding-bottom: 90px;
}
.container {
  margin-top: 60px;
}
.tec_block {
  margin-top: 30px;
}
.tec_flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
.tec_box {
  max-width: 502px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tec_more{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #1F2D8E;
  color: #fff;
}
.tec_ul li {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {
  .tec_flex{
    flex-direction: column;
    align-items: center;
  }
}