@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */


/* en */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}
h2 small{
  font-size: 2.0rem;
}
#content p{
  letter-spacing: 0.03em;
}
body#home #profile-area ul small{
  font-size: 1.2rem;
}

body#home #service-area ul li a,
body#home #about-area ul li a{
  font-size: 2.0rem;
}


body#about-idx #content #lv02-04 dt{
  width: 70px;
}
body#about-idx #content #lv02-04 dd{
  width: calc(100% - 80px);
}

/*  768
--------------------------------------*/
@media screen and (max-width: 768px) {

body#about-idx #content #lv02-04 dt{
  width: 50px;
}
body#about-idx #content #lv02-04 dd{
  width: calc(100% - 50px);
}


}


/*  480
--------------------------------------*/
@media screen and (max-width: 480px) {

body#about-idx #content #lv02-04 dt{
  width: 50px;
}
body#about-idx #content #lv02-04 dd{
  width: calc(100% - 50px);
}

body#privacy-idx #content .inner > h3{
  margin-top: 0;
}


}








