
html {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff; /* Fills the page */
  touch-action: pinch-zoom pan-y;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family : "ヒラギノ角ゴ ProN" , sans-serif;
}

img{
width:100%;
margin: 0px;
padding: 0px; 
vertical-align: bottom;
}


  * {
 margin: 0;
 padding: 0; 
}
ul {
  list-style:none;
  display: flex;
  flex-wrap: wrap;
}

ul li{width:50%;}
div {
  padding: 0px;
}



a{
text-decoration: none; 
color:black;

}

h1{
 margin: 0;
 padding: 0; 

}




h2{

}

h3{

}

h4{

}

h5{
}

h6{

}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
