
@media (min-width: 769px) {
  .c-header-extra-menu {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header-extra-menu .extra-menu-item {
    width: 64px;
    height: 64px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #011A6A;
  }
  .c-header-extra-menu .extra-menu-item .link-list:first-child {
    background: #00071e;
  }
  .c-header-extra-menu .extra-menu-item:last-child {
    color: #011A6A;
	background: #ccd1e1;
  }
}
@media (max-width: 768px) {
    
  .c-header-extra-menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header-extra-menu .extra-menu-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    margin: 0 4px;
    min-width: 32px;
    color: #011A6A;
  }
  .c-header-extra-menu .extra-menu-item .icon {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .c-header-extra-menu .extra-menu-item .label {
    font-size: 10px;
    font-weight: bold;
    display: block;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
    }
