@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 .numHead {
  margin-bottom: 40px;
}
.cmnBox .numHead .txt {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  .cmnBox .numHead .txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.right {
  font-weight: 700;
}

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .contents {
    min-height: auto;
  }

  .cmnBox {
    padding: 30px 5vw;
  }
  .cmnBox .numHead {
    margin-bottom: 30px;
  }
  .cmnBox .numHead .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    line-height: 1.8;
    padding-top: 0;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .cmnBox .numHead .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}