
@charset "utf-8";

html{
    font-size: 100%;
}

body{
    background-color: #fee;
}

h1{
    font-size:2rem;
    font-family: serif;
    color: #0db;
    background-color: #faa;
}

h2{
    color: navy;
    font-size: 10xp;
    font-family: "游ゴシック体","Yu Gothic", 
                    YuGothic, sans-serif
                    
}

p{
    color: rgba(10, 130, 165, .5);
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",
                     sans-serif;
}

.fwb{
    font-weight: bold;
}

.lh10{
    line-height: 1.0;
}

.lh17{
    line-height: 1.7;
}

.lh25{
    line-height: 2.5;
}

.tal{
    text-align: left;
}

.taj{
    text-align: justify;
}

.tac{
    text-align: center;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
