@charset "utf-8";
/* 設定カラー ヘッダ　5AAFB5　 ボタン　5AAFB5 */

header {
    background: #018f98;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
header.off {
    background: #999;
}
header a {
    color: #fff;
    text-decoration: none;
}
header .menu_btns {
    display: flex;
}
header .btn_chat_close {
    min-width: 120px;
    margin-left: 50px;
}
header .btn_window_close,
header .btn_telephone_hl,
header .btn_telephone,
header .btn_monitor {
    width: 120px;
    border-radius: 4px;
    margin-right: 20px;
}
header .btn_monitor a,
header .btn_telephone_hl a,
header .btn_telephone a,
header .btn_chat_close a {
    display: block;
    width: 100%;
    padding: 5px 16px;
    text-align: center;
    border-radius: 4px;
}

header .btn_monitor a {
    background-color: #339966;
}
header .btn_telephone_hl a {
    background-color: #f99c08;
}

header .btn_telephone a {
    background-color: #334e99;
}
header .btn_chat_close a {
    background-color: #cc6666;
}
header .btn_window_close a {
    background-color: #333333;
}

/* ボタンの反転 */
header .btn_telephone_fl a:hover,
header .btn_chat_close a:hover,
header .btn_window_close a:hover,
header .btn_telephone a:hover,
header .btn_monitor a:hover {
    opacity: 0.6;
}
header .btn_telephone_fl a:active,
header .btn_chat_close a:active,
header .btn_window_close a:active,
header .btn_telephone a:active,
header .btn_monitor a:active {
    background-color: #a7b6b7;
}

button a,
button {
	cursor: pointer;
}
strong {
    font-weight: bold;
}

header .title {
    margin: 0 0 0 10px;
}
header a {
    color: #fff;
}
header .menu_btns {
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 0.875rem;
}


/* iframe */
/* .if-window {
    width: 600px;
    height: 990px;
}
.if-monitor-window {
    width: 430px;
    height: 470px;
}
.front-window {
    width: 600px;
    height: 30px;
} */

.sub_window_header {
    background-color: #1887c7;
}
