@charset "utf-8";
/* CSS Document */


/* ==========================================================================//
//
//　1200px以下
//
// ========================================================================== */

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

h1 {
  font-size: 5vw;
}  
  
.contents_wrap {
  width: 90%;
}
  
.list_index li {
  width: 48%;
  margin: 0 0 5%;
}
.list_index li .ttl_01 {
  font-size: 1.3em;
  margin: 5% 5% 3%;
  line-height: 1.4;
}
.list_index li .txt_01 {
  margin: 2.5% 5% 5%;
  line-height: 1.6;
  font-size: 0.8em;
}
  
}

/* ==========================================================================//
//
//　767px以下
//
// ========================================================================== */

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

h1 {
  font-size: 6vw;
  padding: 15% 0;
}  
  
.contents_wrap {
  width: 90%;
}
  
.list_index li {
  width: 100%;
  margin: 0 0 10%;
}
.list_index li .ttl_01 {
  font-size: 1.2em;
  margin: 5% 5% 3%;
  line-height: 1.4;
}
.list_index li .txt_01 {
  margin: 2.5% 5% 5%;
  line-height: 1.6;
  font-size: 0.9em;
}
  
}


/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

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

  
  
    
  
  
  
}

