@charset "utf-8";
:root {
  --bg-color: #fbfbf0;
  --orange-color: #ffb798;
  --brown-color: #663333;
  --green-color: #a8e299;
  --blue-color: #7ebcfe;
  --gray-color: #cccccc;
  --lightgray-color: #eeeeee;
}
.small{
  font-size:80%;
}
.m_small{
  font-size:85%;
}
.big{
  font-size:250%;
}
.red{
  color:#f00;
}
.center{
  text-align: center;
}
.right{
  text-align:right;
}
.m_10{
  margin:10px;
}
.mt_5{
  margin-top:5px;
}
.mt_10{
  margin-top:10px;
}
.ml_10{
  margin-left:20px;
}
.ml_30{
  margin-left:30px;
}
.item_top{
  align-items: flex-start;
}
.item_center{
  align-items: center;
}
.js_center{
  justify-content:center;
}
.js_between{
  justify-content:space-between;
}
.js_around{
  justify-content:space-around;
}
.text-indet{
  text-indent:1em;
}
.bg_kamon{
background-image:url('../images/footer_logo.png');
background-repeat: no-repeat;
background-position: right 15px center;
}
.bg_kamon_b{
background-image:url('../images/footer_logo.png');
background-repeat: no-repeat;
background-position: right 15px bottom;
}
.lh_200{
line-height:150%;
}
@media screen and (max-width:599px) {

}
