@charset "UTF-8";
.header_bg {
  background: #EFEFEF;
  box-sizing: border-box;
}
.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 3.035vw 0 2.335vw;
  box-sizing: border-box;
}
.header_logo {
  display: inline-block;
  width: 38.548vw;
}
.header_logo img {
  width: 100%;
}
.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}
.header_pr img {
  width: 100%;
}
  
@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 14px 0 10px;
  }
  .header_logo {
    width: 180px;
  }
  .header_pr {
    width: 40px;
  }
}
  
@media screen and (min-width: 640px) {
  .header_logo {
    width: 200px;
  }
  .header_wrap {
    padding: 16.08px 0 14px;
  }
}
  
.ft_line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  border: none;
}

.localFooter .pr {
  text-align: center;
  font-size: 12px;
}