/* header_type03 */
.header_type03 {
  display: flex;
  position: relative;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.header_type03 > button{
  position: absolute;
  left: 20px;
  padding:0 6px;
}

.header_type03 > h2 {
  font-size: 1rem;
  font-weight: 600;
  width: calc(100% - 32px);
  text-align: center;
}

.header_type03 > button:last-child {
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url(common/images/menu_home.svg);
}