@charset "UTF-8";

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

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

/*背景色*/
.bgc_type00 {
  background-color: #fff;
}
.bgc_type01 {
  background-color: #eaf4d6;
}
.bgc_type02 {
  background-color: #efebe2;
}
.bgc_type03 {
  background-color: #faf3ee;
}
.bgc_type04 {
  background-color: #f9f9f9;
}

/*テキストカラー*/
.text_color00 {
    color: #000000;
}
.text_color01 {
    color: #8dc21f;
}
.text_color02 {
    color: #009d9e;
}
.text_color03 {
    color: #be0081;
}
.text_color04 {
    color: #ec6d74;
}
.text_color05 {
    color: #4d4d4d;
}

/*ボタン色*/
.text_color00 a {
    background-color: #000000;
}
.text_color01 a {
    background-color: #8dc21f;
}
.text_color02 a {
    background-color: #009d9e;
}
.text_color03 a {
    background-color: #be0081;
}
.text_color04 a {
    background-color: #ec6d74;
}
.text_color05 a {
    background-color: #4d4d4d;
}

/*ボタンホバー色*/
@media all and (min-width:1025px) {
  .text_color01 a:hover {
    background-color: #4D4D4D;
  }
  .text_color02 a:hover {
    background-color: #B27417;
  }
  .text_color03 a:hover {
    background-color: #5C7E16;
  }
  .text_color04 a:hover {
    background-color: #BD425D;
  }
  .text_color05 a:hover {
    background-color: #4D4D4D;
  }
}
