@charset "UTF-8";

/* ====================================================================================== */
/* header */
/* ====================================================================================== */
.common_header {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 58px;
  left: 0;
  line-height: 1.2;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 98;
}

.mdl_open .common_header {
  position: fixed;
  top: 0;
}

.common_header > .fl_base {
  align-items: center;
}

.common_header .fl_main {
  padding: 0 8px;
}

.common_header .site_title {
  color: #f63683;
  display: block;
  font-weight: bold;
  padding: 6px 8px;
  position: relative;
}

.common_header .lbl_area {
  display: inline-block;
  color: #e66ea1;
  border: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 98px;
  width: fit-content;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.86rem;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  background-color: #fff;
}

.common_header .img_logo {
  height: 45px;
  vertical-align: middle;
}

.common_header .txt_info {
  display: inline-block;
  font-size: 0.9rem;
}

.common_header .btn {
  color: var(--main-color);
  display: block;
  font-size: 0.86rem;
  font-weight: bold;
  height: 54px;
  line-height: 1rem;
  margin: 2px;
  min-width: 54px;
  padding-top: 4px;
  -webkit-tap-highlight-color: rgba(251, 255, 189, 0.6);
  text-align: center;
}

.common_header .btn .icon {
  background: linear-gradient(45deg, #f42261, #f26f96);
  -webkit-background-clip: text;
  display: block;
  font-size: 28px;
  height: 28px;
  line-height: 1;
  margin: 0 auto 4px;
  position: relative;
  -webkit-text-fill-color: transparent;
  width: 28px;
}

.common_header .btn.menu {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}

.common_header .mark_frame {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  line-height: 0;
  margin: auto;
  padding: 10px 4px 0;
  position: absolute;
  right: 0;
  top: 1px;
  vertical-align: middle;
  width: 100%;
}

.common_header .txt_lbl {
  color: #685e61;
  line-height: 1rem;
  padding: 0 2px;
}
