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


body{
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.05em;
  line-height: 1.8;
 
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  width: 100%;
  color: #2a2a2a;
  font-family: 'Noto Sans JP', sans-serif;
}


#container{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


img{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border: none;
  border-style: none;
  -webkit-backface-visibility:hidden;
}

a img{
  border-style: none;
}

a{
  outline: none;
  text-decoration: none;
}

a{
  color: #2a2a2a;
}

a:visited{
  color: #2a2a2a;
  
}

a:link{
  color: #2a2a2a;
}

/*カーソル重なった時*/
a:hover{
  opacity:0.7;
}


h1,h2,h3,h4,h5,h6{
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p{
  position: relative;
  margin: 0px;
}

div{
  box-sizing: border-box;
  position: relative;
}

strong{
  font-weight: 600;
}




.clearfloat{
  clear:both;
}

.pc{
  display: block;
}
.sp{
  display: none;
}


.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


































/*******************************************************************************************************/
/******************************************************************************************************/
/*sp site*/

@media screen and (max-width: 980px){
  
  
body{
  font-size: 20px;
    
  } 
  
  .pc{display: none;}
  .sp{display: block;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
} /** endof sp **/




















