.c5-nav {
  position: relative;
  padding: 0;
  margin: 40px auto 30px;
  width: 100%;
  height: 150px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .c5-nav {
    height: 100px;
  }
}
.c5-nav * {
  box-sizing: border-box;
}
.c5-nav .c5-navInner {
  position: relative;
  max-width: 1200px;
  margin: 0;
  width: 100%;
  padding: 180px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c5-nav .c5-navInner {
    /*	width:calc(100% + 40px);
    	margin-left: -20px;*/
    padding: 140px 0 0 0;
  }
}
.c5-nav .c5-navInner.fixed {
  z-index: 100;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 1200px) {
  .c5-nav .c5-navInner.fixed {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .c5-nav .c5-navInner.fixed {
    width: calc(100% - 40px);
    margin-left: 0px;
  }
}
.c5-nav ul {
  top: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  /*display: flex;*/
  display: table;
  border: #000000 2px solid;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .c5-nav ul {
    height: 100px;
    width: 100%;
    max-width: 768px;
  }
}
.c5-nav ul > li {
  width: 20%;
  display: table-cell;
  border-right: #000000 2px solid;
  margin: 0;
  padding: 0;
  background: none;
}
.c5-nav ul > li:last-child {
  border-right: none;
}
.c5-nav ul > li:last-child a em {
  color: #f93f02;
  min-height: 45px;
}
.c5-nav ul > li a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 8px 30px 8px;
  vertical-align: middle;
  text-decoration: none !important;
  margin: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c5-nav ul > li a {
    display: block;
    padding: 3px 3px 3px 3px;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .c5-nav ul > li a {
    min-height: 100px;
  }
}
.c5-nav ul > li a:hover {
  text-decoration: none;
}
.c5-nav ul > li a span {
  text-align: center;
  color: #f93f02;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .c5-nav ul > li a span {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .c5-nav ul > li a span {
    font-size: 12px;
    width: 100%;
  }
}
.c5-nav ul > li a em {
  text-align: center;
  color: #000000;
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .c5-nav ul > li a em {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c5-nav ul > li a em {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .c5-nav ul > li a em {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c5-nav ul > li a em {
    width: 100%;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 5px;
    min-height: 45px;
  }
}
.c5-nav ul > li a .arrow {
  width: calc(100% - 16px);
  position: absolute;
  bottom: 5px;
  height: 25px;
  border-radius: 5px;
  background-color: #fed8cd;
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c5-nav ul > li a .arrow {
    width: calc(100% - 6px);
    height: 15px;
    border-radius: 3px;
  }
}
.c5-nav ul > li a .arrow:before {
  display: inline-block;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #f93f02;
  border-right: 2px solid #f93f02;
}
@media screen and (max-width: 768px) {
  .c5-nav ul > li a .arrow:before {
    width: 5px;
    height: 5px;
  }
}
.c5-nav ul > li.current a {
  background-color: #000000;
  color: #ffffff;
}
.c5-nav ul > li.current a em {
  color: #ffffff;
}
.c5-nav ul > li.current a .arrow {
  background-color: #343434;
}
@media screen and (min-width: 769px) {
  .c5-nav .pc {
    display: block;
  }
  .c5-nav .pcImg {
    display: inline-block;
  }
  .c5-nav .sp {
    display: none !important;
  }
  .c5-nav .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c5-nav img {
    width: 100%;
    height: auto;
  }
  .c5-nav .sp {
    display: block;
  }
  .c5-nav .spImg {
    display: inline-block;
  }
  .c5-nav .pc {
    display: none !important;
  }
  .c5-nav .pcImg {
    display: none !important;
  }
}
