/*-------------------------------------------------------------------------------*/
/*    $Theme_Fatfooter                                                                 */
/*-------------------------------------------------------------------------------*/
.tc_fat_wrap {
  background-color:#c7234d; }

.tc_fatbtn_bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .tc_fatbtn_bar > a {
    color: white;
    outline: none; }
    .tc_fatbtn_bar > a:hover, .tc_fatbtn_bar > a:focus {
      color:#e9ecef; }
    .tc_fatbtn_bar > a:before {
      border-color: transparent transparent #c7234d transparent; }

.tc_fat_content {
  background-color: #c7234d;
  border-top: 1px solid #b60a36 ;}

.tc_fat_item_tit a {
  color: #ffeda3;
  font-size: 1.25em;
  font-weight: bold;
}
  .tc_fat_item_tit a:hover {
    color: #ffeda3; }

.tc_fat_item_list a {
  color: white; }
  .tc_fat_item_list a:hover {
    color: white; }
a.fatbtn:focus{
  outline:#fff dotted 1px;
}
.fat_wrap {
  display: none; }
  @media (min-width: 768px) {
    .fat_wrap {
      display: block; } }

/*-----fatbtn-----*/
.fatbtn_bar {
  position: relative;
  height: 45px; }
  .fatbtn_bar > a {
    position: relative;
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    cursor: pointer; }
    .fatbtn_bar > a:before, .fatbtn_bar > a:after {
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - 1.25rem); }
    .fatbtn_bar > a:before {
      top: -1rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1.25rem 1rem 1.25rem; }
    .fatbtn_bar > a:after {
      top: 0;
      width: 2.5rem;
      height: 1rem;
      background: url(../../images/fatbtn-arrow.png) no-repeat center 0; }

.fat_open .fatbtn_bar a:after {
  background: url(../../images/fatbtn-arrow2.png) no-repeat center 0; }

.fat_content {
  display: none;
  width: 100%;
  overflow: hidden; }

.fat_nav {
  padding: 1.5em 0; }
  .fat_nav::after {
    content: "";
    display: table;
    clear: both; }

.fat_item {
  float: left;
  width: calc(100% / 5);
  padding: 0 0px; }

.fat_item_tit a {
  display: block;
  height: 50px;
  padding: 1em 0;
  font-size: 1rem; }
  .fat_item_tit a:hover {
    text-decoration: underline; }

.fat_item_list a {
  display: block;
  padding-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.4;
  word-wrap: break-word; }
  .fat_item_list a:hover {
    text-decoration: underline; }
/*no-js*/
.no-js .fat_content {
    display: block ;
}
.no-js .fatbtn_bar{
  display: none;
}