/*
Theme Name : knc-consulting
*/

@media (max-width:425px){

  body{
    width: 100%;
  }
	
  p{
	font-size: 14px;
  }
	
  .hero_title {
      top: 30%;
	}

  .hero_title h2{
    font-size: 17px;
  }

  .fv_image{
    overflow: hidden;
    width: 100%;
  }

  .fv_image video{
    object-position: 40% 50%;
    width: 100%;
    max-width: 425px;
  }
	
  .fv_image img{
    object-position: 40% 50%;
    width: 100%;
    max-width: 425px;
  }
	
	
.page_fv_image{
   overflow: hidden;
}

	
.hero_title img{
    width: 300px;
    height: 200px;
	display: block;
	margin: auto;
}
	
	
	.news ul{
		display:flex;
	}

  .availability{
/*     height: 1400px; */
  }

  .availability_content{
    text-align: center;
    padding: 50px 5px;
  }

  .container{
    padding: 50px 0px;
  }


  .company-img{
    display: block;
    width: 100%;
  }

  .company-img1{
    width: 100%;
  }

  .company-img2{
    width: 100%;
  }


  .item{
    margin: auto;
    width: 300px;
  }


  .support ul {
    width: 97%;
    display: block;
    padding: 0px;
  }

  .support ul li{
    width: 90%;
    margin: 20px 5px;
  }

  .support ul li img {
    width: 80px;
    height: 80px;
  }

  .support ul li:first-child img{
    width: 110px;
  }

  .support-content p{
    padding: 0px 10px;
  }

  .footer_nav__wrapper{
    display: block;
    text-align: center;
    padding: 0px;
  }

  .footer-cta{
    margin: auto;
	line-height: 1rem;
  }
	
	.footer_nav__item a p{
		line-height: 1.5rem;
	}

  footer .container{
    padding-bottom: 0px;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}
