@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (max-width: 1199px) and (min-width: 770px){
  body{
    font-size: 1.6vw;
      line-height: 2.3;
  }
  .auto {
      width: 100%;
  }
  #container {
    width: 750px;
    margin:0 auto;
    clear: both;
    overflow: hidden;
  }
  h2 {
    font-size: 5vw;
  }
  #conts_fv .float_btn {
    bottom: 62px;
  }
  #conts_fv .cv_btn {
    font-size: 2vw;
    width: 130px;
    height: 130px;
  }
  #conts_company h2 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  #conts_company ul {
    width: 76%;
      padding-top: 3vw;
    font-size: 1.8vw;
    line-height: 2.2;
  }
  .underline {
    display: inline;
    background: rgb(2,56,104);
    background: linear-gradient(transparent 95%, #023969 0%);
    padding-bottom: 5px;
   }
   .underline::before {
    content: none;
   }
}