@charset "utf-8";

@media print,screen and (min-width : 501px) {

  h1{
    font-size:20px;font-size:2.0rem;
    margin-bottom: 20px;
    text-align: center;
  }
  h2{
    font-size:30px;font-size:3.0rem;
    margin-bottom: 20px;
    text-align: center;
    color: #101649;
  }
  h2 small{
    font-size:16px;font-size:1.6rem;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 6px;
    display: block;
  }

  #business{
    margin-top: 60px;
  }
  #business li{
    width: 480px;
    text-align: center;
    margin: 0 20px;
  }
  #business li dt{
    font-size:22px;font-size:2.2rem;
    font-family:"NotoSerifJP-4";
    margin: 6px 0 4px 0;
    color: #101649;
  }

  #news{
    margin-top: 60px;
    background-color: #f7f7f7;
    padding: 40px;
  }
  #news dt{
    font-family:"NotoSerifJP-5";
    font-size:18px;font-size:1.8rem;
    color: #101649;
    margin-bottom: 6px;
  }

  #company{
    margin-top: 60px;
  }
  #company ul{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  }
  #company ul li{
    margin: 0 6px;
  }
  #company ul li a{
    text-align: center;
    text-decoration: none;
    display: block;
    font-size:13px;font-size:1.3rem;
    font-family:"NotoSerifJP-4";
    color: #101649;
  }
  #company ul li a small{
    font-size:12px;font-size:1.2rem;
    font-family:"NotoSerifJP-1";
    color: #505050;
  }
  #company ul li a img{
    width: 240px;
    border:solid 1px #aaa;
    margin-bottom: 4px;
  }



}
@media screen and (max-width : 500px) {

  h1{
    font-size:18px;font-size:1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
  h2{
    font-size:30px;font-size:3.0rem;
    font-size:24px;font-size:2.4rem;
    margin-bottom: 20px;
    text-align: center;
    color: #101649;
  }
  h2 small{
    font-size:16px;font-size:1.6rem;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 6px;
    display: block;
  }

  #business{
    margin-top: 20px;
  }
  #business li{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #business li dt{
    font-size:18px;font-size:1.8rem;
    font-family:"NotoSerifJP-4";
    margin: 6px 0 4px 0;
    color: #101649;
  }
  #business li dd{
    font-size:14px;font-size:1.4rem;
  }

  #news{
    margin-top: 20px;
    background-color: #f7f7f7;
    padding: 40px 0;
  }
  #news dt{
    font-family:"NotoSerifJP-5";
    font-size:16px;font-size:1.6rem;
    color: #101649;
    margin-bottom: 6px;
  }

  #company{
    margin-top: 40px;
  }
  #company ul{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  }
  #company ul li{
    width: 48%;
    margin-bottom: 10px;
  }
  #company ul li a{
    text-align: center;
    text-decoration: none;
    display: block;
    font-size:10px;font-size:1.0rem;
    font-family:"NotoSerifJP-4";
    color: #101649;
  }
  #company ul li a small{
    font-family:"NotoSerifJP-1";
    color: #505050;
  }
  #company ul li a img{
    border:solid 1px #aaa;
    margin-bottom: 4px;
  }

}
