@import url("//fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
400
*/
/*
font-family: $font-en2;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include font-en2();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.cmnBox {
  box-shadow: none;
  border: 1px solid #DDD;
}
.cmnBox ul li {
  margin-bottom: 35px;
}
.cmnBox ul li .numHead {
  margin-bottom: 5px;
}
.cmnBox ul li:last-child {
  margin-bottom: 0;
}

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .cmnBox {
    padding: 20px 5vw;
  }
  .cmnBox ul li {
    margin-bottom: 20px;
  }
}