@charset "UTF-8";

/************************************
個別設定
************************************/

/*--------------------色調整--------------------*/
/*トップタイトル色*/
.color_topttl_type_white {
  color: #fff;
}
.color_topttl_type_black {
  color: #000;
}

/*背景色*/
.bgc_type00 {
  background-color: #fff;
}
.bgc_type01 {
  background-color: #062939;
}
.bgc_type02 {
  background-color: #095071;
}
.bgc_type03 {
  background-color: #50BEF1;
}
.bgc_type04 {
  background-color: #EDF9FF;
}
.bgc_type05 {
  background-color: #F5F5F5;
}

/*テキストカラー*/
.text_color00 {
    color: #000;
}
.text_color01 {
    color: #062939;
}
.text_color02 {
    color: #095071;
}
.text_color03 {
    color: #50BEF1;
}
.text_color04 {
    color: #949494;
}
.text_color05 {
    color: #fff;
}

/*ボタン色*/
.text_color00 a {
    background-color: #4D4D4D;
}
.text_color01 a {
    background-color: #062939;
}
.text_color02 a {
    background-color: #095071;
}
.text_color03 a {
    background-color: #50BEF1;
}
.text_color04 a {
    background-color: #949494;
}
.text_color05 a {
    background-color: #fff;
}

/*ボタンホバー色*/
@media all and (min-width:1025px) {
  .text_color00 a:hover {
    background-color: #2d2d2d;
  }
  .text_color01 a:hover {
    background-color: #001226;
  }
  .text_color02 a:hover {
    background-color: #053249;
  }
  .text_color03 a:hover {
    background-color: #1fadef;
  }
  .text_color04 a:hover {
    background-color: #707070;
  }
  .text_color05 a:hover {
    background-color: #aaa;
  }
}
