.header-corp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  font-size: 11px;
  color: #fff;
  z-index: 4;
}
@media only screen and (min-width: 769px) {
  .header-corp{
    padding: 6px 0 0 10px
  }
}
.header-corp-logo{
  width: 160px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .header-corp-logo{
    width: 87px;
    height: 30px;
  }
}

.header-corp-logo a{
  display: block;
  background: url('/https/usen.com/images/usen_logo.svg');
  background-size: contain;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.header-corp-text {
  display: flex;
  height: 100%;
}
.header-corp-support {
  background: rgba(223,223,223,0.26);
  border-radius: 15px;
  color: #fff !important;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
  margin: 3px 10px 3px 0;
}
@media screen and (max-width: 768px) {
  .header-corp-support {
    margin: 3px 5px 3px 0;
		padding: 0 8px;
  }
}
.header-corp-catch {
  padding-left: 10px;
  border-left: 1px solid #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .header-corp-catch {
    font-size: 11px;
  }
}

/* 白バージョン */
.header-white .header-corp{
  background: #fff;
  color: #000;
}

.header-white .header-corp-logo a{
  background-image: url('/https/usen.com/images/usen_logo_white.svg');
  background-repeat: no-repeat;
  background-position: 50%;
}

.header-white .header-corp-support{
  color: #000 !important;
  background: #dfdfdf;
}