body .widgettitle {
  background-image: linear-gradient(to right, #2bc562, #ccf88a);
}

body .post-list-card .post-list .eyecatch .cat-name,
body .top-post-list .post-list .eyecatch .cat-name,
body .byline .cat-name,
body .single .authorbox .author-newpost li .cat-name,
body .related-box li .cat-name,
body .carouselwrap .cat-name,
body .eyecatch .cat-name {
  background-color: #64bc6f;
}

body .entry-content h2 {
  background-color: #2bc562;
}

body .entry-content h3 {
  border-color: #2bc562;
}

@media screen and (min-width: 768px) {
  body .header.headercenter #logo {
    background-image: url("./header.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin: 0;
    padding: 0 0 0 calc(50% - 600px);
    height: 200px;
    display: flex;
    align-items: center;
  }
  h1.h1_1 {
    width: 480px;
    margin: 0;
  }
  h1.h1_1 .h1_inner {
    display: flex !important;
    align-items: center;
    gap: 32px;
  }
  h1.h1_1 .site_description {
    margin-top: -16px;
    color: #7c7c7c;
    text-align: center;
    background-color: transparent;
  }
  body .header {
    margin-top: 0;
  }
  body .header #inner-header {
    background-color: #fff;
    width: auto;
  }
  body .header.headercenter #g_nav {
    display: block;
    background-image: linear-gradient(to right, #95e77c, #2bc562 40%, #2bc562 60%, #95e77c);
  }
  body .header.headercenter #g_nav .nav {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  body .header.headercenter #g_nav .nav li {
    margin-bottom: 0;
  }
  body .nav ul {
    background-color: #fff;
  }
  body .nav li ul.sub-menu {
    border-radius: 0;
  }
  body .nav li:hover > ul.sub-menu {
    padding: 8px 0;
  }
  body .nav li:hover > ul.sub-menu > li {
    border-bottom: none;
    padding: 0 32px;
    height: auto;
  }
  body #g_nav .nav li ul.sub-menu li a {
    color: #2c2c2c;
    line-height: 2;
    width: auto;
    white-space: nowrap;
  }
  body #g_nav .nav li ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #e4e4e4;
  }
  body .global-nav {
    position: absolute;
    top: 60px;
    right: max(10px, 50% - 600px);
    display: flex;
    align-items: center;
    gap: 32px;
  }
  body .global-nav .spispa {
    font-size: 15px;
    color: #2c2c2c;
    background-color: #f5f5f5;
    border-radius: 10em;
    display: block;
    width: 190px;
    text-decoration: none;
    line-height: 3;
  }
  body .global-nav .spispa:hover {
    opacity: 0.8;
  }
  body .nav_btn.search_btn {
    background-color: #2bc562;
    border-radius: 10em;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .nav_btn.search_btn:hover {
    opacity: 0.8;
  }
  body .nav_btn.search_btn::before {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  body .header #inner-header {
    background-color: transparent;
    padding: 0;
  }
  body #logo {
    max-width: none;
  }
  body #logo h1.h1_1 {
    margin: 0;
    background-image: url("./header-sp.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    height: 140px;
  }
  body #logo h1.h1_1 a {
    text-align: left;
  }
  body #logo h1.h1_1 .logo {
    padding: 16px;
  }
  body #logo h1.h1_1 .title {
    text-align: center;
  }
  body #logo h1.h1_1 .title a {
    text-align: center;
  }
  body #logo h1.h1_1 .site_description {
    color: #7c7c7c;
    line-height: 1.4;
    text-align: center;
    background-color: transparent;
  }
  body .g_nav-sp {
    background-image: linear-gradient(to right, #2bc562 60%, #61d66f);
    margin-bottom: 32px;
  }
  body .g_nav-sp .menu-sp {
    background-color: transparent;
  }
  body .menu-sp a {
    background-color: rgba(255, 255, 255, 0.16);
  }
  body .global-nav {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }
  body .nav_btn {
    color: #2bc562;
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 48px;
    width: 48px;
    position: static;
    bottom: auto;
    left: auto;
  }
  body .nav_btn.search_btn {
    background-color: #2bc562;
    color: #fff;
  }
}

/*# sourceMappingURL=theme.css.map */