@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/*================== ○○○○.html =================*/
#local-keyvisual .siteTitle {
    color: #ffffff;
    font-size: 5em;
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    padding: 150px 0;
    line-height: 0.9em;
    text-shadow: 5px 5px 2px #349203;
}
.blog #contents h1{
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #2ba7e9;
  padding-left: 10px;
  margin-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 20px;
}
@media screen and (min-width: 469px) and (max-width: 768px){
  #local-keyvisual .siteTitle{
    font-size: 2em;
  }
}
@media only screen and (max-width: 468px){
  #local-keyvisual .siteTitle{
    font-size: 1em;
  }

}