@charset 'UTF-8';
.head_announce_frame {
  background-color: #fff;
}
.head_announce {
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-align: center;
  margin: auto;
  padding: 6px 34px 8px 12px;
  background-color: #deefff;
  border-radius: 2px;
}
.head_announce .btn_close {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #9e9e9e;
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.head_announce .link_pc {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin: 4px;
  padding: 4px 16px;
  background-color: #3F87BA;
  border-radius: 4px;
  transition: all 0.4s ease;
  text-decoration: none;
}
