/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/


/* サイト全体のフォント指定 */
body {
font-family: "メイリオ" ;
}

/* ====== カラー指定 ====== */
.brand-color {
  color: #00489d !important;
}
.bg-brand-color {
  background-color: #00489d !important;
}
.bg-brand-color2 {
  background-color: #005ac4 !important;
}
.box {
  width: auto;                /* 横幅を200pxに指定 */
  height: 300px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}
