@charset "UTF-8";

html{
    font-size: 100%;
    
}

h1{
    font-size: 2rem;
    font-family: serif;
    
}

h2{
    font-size: 20px;
    font-family: "游ゴシック体",YuGothic, sans-serif;
}
p{
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", sans-serif;
}

/**/
.fwb{
    font-weight: bold;
}
.fwl{
    font-weight: lighter;
}
.fw1{
    font-weight: 500;
}
.lha{
    line-height: 1;
}
.lhb{
    line-height:1.7;
}
.lhc{
    line-height:2.5;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.tac{text-align: center;
}
.taj{
    text-align: justify;
}
.m-plus-rounded-1c-bold {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
.cla{
    color: #0bd;
  }
.clb{
    color: navy;
}
.clc{
    color: rgba(10, 130, 165, .5);
}

body{
    background-color: #fee;
}
.bgcl{
    background-color: #faa;
}
