.header-container {
    width: 100%;
    height: 110px;
}

.header-item__group {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
    border-left: 5px solid #ff9933;
    border-right: 5px solid #ff9933;
    border-bottom: 5px solid #ff9933;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-item__logo {
    width: 300px;
    height: 75px;
    margin: 5px 0 0 40px;
}

.header-message {
    width: 300px;
    text-align: center;
    margin-top: 5px;
    margin-left: 40px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #000000;
}

.header-message__color {
    color: #ff0000;
}

.header-main-menu {
    list-style: none;
    display: flex;
    margin: 32px 0 0 0;
}

.header-main-menu__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.header-main-menu>li {
    border-left: 1px solid #cccccc;
}

.header-main-menu>li:last-child {
    border-right: 1px solid #cccccc;
}

.header-menu-message {
    width: 130px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #00cc33;
    border-radius: 12px;
}

.header-menu-content {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.header-button__layout {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 10px 40px 10px 10px;
}

.header-button {
    display: block;
    text-decoration: none;
    width: 130px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    background-color: #ffff99;
    border-radius: 12px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #cccccc;
    cursor: pointer;
}

.header-button:hover {
    background-color: #ffff00;
    border-bottom: none;
}

.header-button a {
    text-decoration: none;
    color: #000000;
}

.header-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 280px;
    margin: 10px;
}

.header-sales {
    margin-left: 40px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #000000;
}

.header-tel__group {
    display: flex;
}

.header-tel {
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
}