@charset "UTF-8";

.right{
    text-align: right;
}

.green{
    color:var(--text-color2);
}

.brown{
    color:var(--text-color1);
}

.highlighter {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.just-a{
    justify-content: space-around;
}

.just-b{
    justify-content:space-between
}
.aitm-f{
    align-items: flex-start;
}
.al-l{
    text-align: left;
}
.al-r{
    text-align: right;
}
.al-c{
    text-align: center;
}
.may{
    font-family:'メイリオ', 'Meiryo', sans-serif;
}
.small{
    font-size: 90%;
}
.big{
    font-size: 150%;
}
.big2{
    font-size: 185%;
}
.ml_10{
    margin-left: 10px;
}
.lh_105{
    line-height:105%;
}
.lh_115{
    line-height:115%;
}
.mt-30{
    margin-top: 30px;
    padding:15px;
}
.mb-30{
    margin-bottom: 30px;
    padding:15px;
}
.mt-80{
    margin-top: 80px !important;
}
.fuchidori {
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
                -1px 1px 0 #000, 1px -1px 0 #000,
                0px 1px 0 #000,  0-1px 0 #000,
                -1px 0 0 #000, 1px 0 0 #000;
  }
.b{
font-weight: bold;
}
.red{
color:#f00;
}

  /* タブレット以下・ハンバーガーメニュー設定 */
@media screen and (max-width: 768px) {
    .flex{
        display:block;
    }
    
}