@charset "UTF-8";

.pc .hdr-inner h1 {
  height:90px;
}

.sp .hdr-inner h1 {
  height:40px;
}

.pc .drawer-nav .hdr-inner {
  height:90px;
}

.sp .drawer-nav .logo {
  height: 50px;
}

input,
textarea,
select {
  font-size: 16px !important;
}

h1.page-header {
    color: #fff;
}

header h1 img, header p.logo img {
    width: 200px;
}

@media screen and (max-width: 559px) {
    header h1 img, header p.logo img {
        width: 125px;
    }
}
@media screen and (max-width: 1024px) {
    header h1 img, header p.logo img {
       width: 125px;
    }
}