@charset "utf-8";

@media print,screen and (min-width : 501px) {

  h2{
    background-color: #25466f;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    font-size:26px;font-size:2.6rem;
    border-radius:5px;
    font-family:"GenShinGothic-6";
  }


  #gyoumu{
    margin-top: 40px;
  }
  #yakitsuke{
    margin-top: 20px;
  }
  #yakitsuke dt{
    margin-top: 30px;
    color: #25466f;
    font-family:"GenShinGothic-6";
    font-size:22px;font-size:2.2rem;
    border-bottom:solid 1px #25466f;
  }
  #yakitsuke dd{
    margin: 10px;
  }
  
  #setsubi{
    margin-top: 60px;
  }
  #setsubi ul{
    margin-top: 30px;
  }
  #setsubi dt{
    font-family:"GenShinGothic-6";
    font-size:18px;font-size:1.8rem;
    margin-bottom: 4px;
  }
  #setsubi th,
  #setsubi td{
    padding: 0 10px 0 0;
  }
  #setsubi .ft{
    font-family:"GenShinGothic-5";
    font-size:18px;font-size:1.8rem;
    color: #e2035c;
  }


  #koutei{
    margin-top: 60px;
  }
  #koutei .bx{
    margin-top: 30px;
    border-bottom:solid 1px #dfdfdf;
  }
  #koutei .bx dt{
    font-family:"GenShinGothic-5";
    font-size:18px;font-size:1.8rem;
  }
  #koutei .bx dd{
    margin-bottom: 20px;
  }



}
@media screen and (max-width : 500px) {

  h2{
    background-color: #25466f;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    font-size:22px;font-size:2.2rem;
    border-radius:5px;
    font-family:"GenShinGothic-6";
  }

  #gyoumu{
    margin-top: 40px;
  }
  #yakitsuke{
    margin-top: 20px;
  }
  #yakitsuke dt{
    margin-top: 30px;
    color: #25466f;
    font-family:"GenShinGothic-6";
    font-size:20px;font-size:2.0rem;
    border-bottom:solid 1px #25466f;
  }
  #yakitsuke dd{
    margin: 10px;
  }
  
  #setsubi{
    margin-top: 40px;
  }
  #setsubi ul{
    margin-top: 30px;
  }
  #setsubi ul li{
    width: 100%;
  }
  #setsubi dt{
    font-family:"GenShinGothic-6";
    font-size:18px;font-size:1.8rem;
    margin-top: 6px;
    margin-bottom: 4px;
  }
  #setsubi th,
  #setsubi td{
    padding: 0 10px 0 0;
  }
  #setsubi .ft{
  margin-top: 20px;
    font-family:"GenShinGothic-5";
    font-size:16px;font-size:1.6rem;
    color: #e2035c;
  }


  #koutei{
    margin-top: 60px;
  }
  #koutei .bx{
    margin-top: 20px;
    border-bottom:solid 1px #dfdfdf;
  }
  #koutei .bx dt{
    font-family:"GenShinGothic-5";
    font-size:18px;font-size:1.8rem;
  }
  #koutei .bx dd{
    margin-bottom: 20px;
  }

}
