﻿/*
Theme Name: WPR Minimal
Theme URI: https://wp-r.com/
Author: WP Rescue
Author URI: https://wp-r.com/
Description: 軽量で最低限の機能に絞った WordPress テーマです。
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wpr-minimal
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

:root {
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --font-head: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --bg: #eafaf5;
  --bg-soft: #f4fffd;
  --surface: rgba(243, 255, 251, 0.88);
  --surface-strong: #ffffff;
  --text: #10323a;
  --muted: #3f6b72;
  --line: rgba(20, 121, 145, 0.16);
  --line-strong: rgba(20, 121, 145, 0.3);
  --brand: #1fa5d8;
  --brand-deep: #0c6f96;
  --brand-soft: #cdefff;
  --accent: #35bf70;
  --accent-soft: #d9f7e5;
  --shadow: 0 16px 36px rgba(13, 85, 109, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #ecf9ff 0%, var(--bg-soft) 52%, #f7fcfb 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
}

h1,
h2,
h3,
.entry-title,
.widget-title,
.brand-title,
.wpr-home-title {
  font-family: var(--font-head);
  letter-spacing: 0.02em;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: min(1160px, 92%);
  margin: 8px auto;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 255, 253, 0.88);
  backdrop-filter: blur(10px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 10px;
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}
.brand-logo-wrap {
  display: flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-height: 56px;
  height: auto;
}

.brand-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-title a {
  color: #000;
}

.brand-tagline {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.brand-tagline--pc {
  display: none;
}

.brand-tagline--sp {
  display: block;
}

@media (min-width: 900px) {
  .brand-tagline--pc {
    display: block;
  }
  .brand-tagline--sp {
    display: none;
  }
}
.menu-toggle-check {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #000;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.site-nav {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.site-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://wp863371.wpx.jp/wp-content/uploads/2026/03/header-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.site-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.site-nav__inner {
  z-index: 2;
}

.site-nav__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0 5px 16px;
}

.site-nav .menu,
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.site-nav .menu > li,
.site-nav ul > li {
  flex: 1;
}

.site-nav .menu > li > a,
.site-nav ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  justify-content: flex-start;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}


.site-nav .menu > li > a:hover,
.site-nav ul > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}


.site-nav .current-menu-item > a,
.site-nav .current-page-item > a,
.site-nav .current-menu-ancestor > a {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  font-weight: 800;
}


.site-nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 60;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.site-nav .sub-menu li + li {
  margin-top: 4px;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: block;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(53, 191, 112, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cta--stack {
  white-space: normal;
}

.header-cta--primary {
  background: #1fa5d8;
  box-shadow: 0 14px 28px rgba(31, 165, 216, 0.24);
}

.header-cta--primary:hover {
  box-shadow: 0 16px 30px rgba(31, 165, 216, 0.32);
}

.header-cta--phone {
  background: #e23b3b;
  color: #ffffff;
  border: 1px solid #cf2f2f;
  box-shadow: 0 12px 24px rgba(226, 59, 59, 0.25);
}

.header-cta--phone:hover {
  background: #cf2f2f;
  box-shadow: 0 14px 26px rgba(226, 59, 59, 0.32);
}
.header-cta--line .header-cta__text {
  font-size: 18px;
}.header-cta__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.header-cta__line1,
.header-cta__line2 {
  display: block;
}

.header-cta__line1 {
  font-size: 18px;
}

.header-cta__line2 {
  font-size: 12px;
}
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(53, 191, 112, 0.28);
}

.site-main {
  padding: 1rem 0;
}


.post-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(10, 93, 120, 0.09);
  padding: 1.3rem;
  margin-bottom: 1rem;
}

.entry-title {
  margin-top: 0;
  line-height: 1.35;
  font-size: 23.5px;
}



.entry-meta {
  color: var(--muted);
  font-size: 0.9rem;
}
.post-card h2 {
  margin: 1.9rem 0 0.8rem;
  padding: 0.35rem 0 0.35rem 0.9rem;
  border-left: 5px solid var(--accent);
  border-bottom: 2px solid var(--line-strong);
  color: #0b3040;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, rgba(53, 191, 112, 0.12), rgba(255, 255, 255, 0));
}

.post-card h3 {
  margin: 1.6rem 0 0.7rem;
  padding-left: 0.8rem;
  border-left: 4px solid var(--brand);
  color: #0b3040;
  font-size: 1.2rem;
  font-weight: 800;
}

.post-card h4 {
  margin: 1.3rem 0 0.6rem;
  padding-left: 0.7rem;
  border-left: 3px solid var(--line-strong);
  color: #0b3040;
  font-size: 1.05rem;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
}

.site-footer .container {
  width: min(1160px, 92%);
  margin: 8px auto;
}


.pagination {
  margin-top: 1.5rem;
}

.pagination .nav-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  min-height: 2.2rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: #000;
  font-weight: 700;
}

.pagination .page-numbers.current {
  background: var(--brand);
  border-color: transparent;
  color: #ffffff;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  .menu-toggle {
    position: fixed;
    top: 12px;
    right: 4%;
    z-index: 1200;
  }

  .admin-bar .menu-toggle {
    top: 58px;
  }
  .site-header__inner {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  padding: 70px 12px 16px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  overflow-y: auto;
}

.site-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://wp863371.wpx.jp/wp-content/uploads/2026/03/header-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.site-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.site-nav__inner {
  z-index: 2;
}

  .menu-toggle-check:checked ~ .site-nav {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  padding: 70px 12px 16px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  overflow-y: auto;
}

.site-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://wp863371.wpx.jp/wp-content/uploads/2026/03/header-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.site-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.site-nav__inner {
  z-index: 2;
}

  .site-nav .menu,
  .site-nav ul {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
  }
  .site-nav .sub-menu {
    display: block;
    position: static;
    min-width: 0;
    padding: 6px 0 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-cta {
    order: 5;
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-main {
  padding: 1rem 0;
}

}

/* Malware templates */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.malware-post {
  border-color: var(--line-strong);
}

.malware-post__header {
  margin-bottom: 1rem;
}

.malware-post__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  background: rgba(205, 239, 255, 0.45);
  color: #000;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.malware-post__title {
  margin-bottom: 0.4rem;
}

.malware-post__meta {
  margin-top: 0;
}

.malware-post__hero {
  margin: 0 0 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
}

.malware-post__hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.malware-post__hero-placeholder {
  padding: 1.2rem;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(31, 165, 216, 0.08), rgba(53, 191, 112, 0.08));
}

.malware-post__summary {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(239, 251, 245, 0.62);
}

.malware-post__summary h2 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #000;
}

.malware-post__summary ul {
  margin: 0;
  padding-left: 1.1rem;
}

.malware-post__content {
  margin-bottom: 1.2rem;
}

.malware-post__content h2,
.malware-post__content h3 {
  color: #000;
}

.malware-post__content a {
  text-decoration: underline;
}

.malware-post__cta {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(205, 239, 255, 0.22);
}

.malware-post__cta h2 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.malware-post__cta p {
  margin: 0 0 0.85rem;
  color: var(--muted);
}

.malware-archive__header {
  margin-bottom: 0.3rem;
}

.malware-archive__item .entry-title {
  margin-top: 0;
  line-height: 1.35;
  font-size: 23.5px;
}



.malware-more {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 6px;
  background: rgba(205, 239, 255, 0.35);
  color: #000;
  font-weight: 700;
}

.malware-more:hover {
  background: rgba(205, 239, 255, 0.6);
}

/* Post sidebar layout (collision-safe) */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.wpr-post-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 20px;
  align-items: start;
}

.wpr-post-layout__main {
  min-width: 0;
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.wpr-post-layout > .wpr-post-layout__sidebar {
  width: 320px;
  max-width: 320px;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start;
  position: sticky;
  top: 86px;
  display: grid;
  gap: 12px;
}

.admin-bar .wpr-post-layout > .wpr-post-layout__sidebar {
  top: 118px;
}

.widget {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(10, 93, 120, 0.08);
}

.widget-title {
  margin: 0 0 0.65rem;
  color: #000;
  font-size: 1rem;
}

.widget p {
  margin: 0 0 0.75rem;
  color: var(--muted);
}

.widget ul {
  margin: 0;
  padding-left: 1rem;
}

.widget li + li {
  margin-top: 0.35rem;
}

.widget a {
  color: #000;
}

.widget--sidebar-categories {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 165, 216, 0.22);
  background:
    radial-gradient(140px 120px at 100% 0%, rgba(31, 165, 216, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(219, 246, 241, 0.86));
}

.widget--sidebar-categories::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand) 0%, rgba(53, 191, 112, 0.7) 100%);
  opacity: 0.75;
}

.widget-title--icon {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.widget-title__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 165, 216, 0.14);
  color: var(--brand-deep);
  font-size: 0.95rem;
}

.widget--sidebar-categories .widget-list--cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.widget--sidebar-categories li + li {
  margin-top: 0;
}

.widget--sidebar-categories .widget-list--cats a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 4px 12px rgba(12, 111, 150, 0.08);
  color: var(--text);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.widget--sidebar-categories .widget-list--cats a i {
  color: var(--brand-deep);
}

.widget--sidebar-categories .widget-list--cats a:hover {
  background: var(--brand-soft);
  border-color: rgba(31, 165, 216, 0.5);
  transform: translateX(2px);
  box-shadow: 0 10px 20px rgba(31, 165, 216, 0.18);
}

.sidebar-cta {
  width: 100%;
}

.widget--sidebar-cta .header-cta {
  color: #ffffff;
}

.site-sidebar .wpr-home-actions {
  grid-template-columns: 1fr;
}

.wpr-mobile-cta {
  display: none;
}

@media (max-width: 760px) {
  .wpr-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 28px rgba(12, 64, 79, 0.14);
  }

  .wpr-mobile-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
  }

  .wpr-mobile-cta__btn--line {
    background: #06c755;
  }

  .wpr-mobile-cta__btn--phone {
    background: #e23b3b;
  }

  .wpr-mobile-cta__btn i {
    font-size: 1rem;
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  .menu-toggle {
    position: fixed;
    top: 12px;
    right: 4%;
    z-index: 1200;
  }

  .admin-bar .menu-toggle {
    top: 58px;
  }
  .wpr-post-layout {
    grid-template-columns: minmax(0, 1fr) 240px !important;
  }

  .wpr-post-layout > .wpr-post-layout__sidebar {
    width: 240px;
    max-width: 240px;
  }
}

@media (max-width: 760px) {
  .wpr-post-layout {
    grid-template-columns: 1fr !important;
  }

  .wpr-post-layout__main,
  .wpr-post-layout > .wpr-post-layout__sidebar {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .wpr-post-layout > .wpr-post-layout__sidebar {
    width: auto;
    max-width: none;
    margin-top: 12px;
    position: static;
  }
}

@media (max-width: 782px) {
  .admin-bar .wpr-post-layout > .wpr-post-layout__sidebar {
    top: 0;
  }
}










/* Front page */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.wpr-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 18px;
  margin-bottom: 22px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 165, 216, 0.18), transparent 40%),
    radial-gradient(circle at 0% 100%, rgba(53, 191, 112, 0.15), transparent 35%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.wpr-home-kicker {
  margin: 0 0 0.55rem;
  color: #000;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wpr-home-title {
  margin: 0;
  color: #0b3040;
  font-size: clamp(1.65rem, 3.4vw, 2.5rem);
  line-height: 1.25;
}

.wpr-home-lead {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.wpr-home-actions {
  margin-top: 1.05rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

@media (max-width: 980px) {
  .wpr-home-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wpr-home-actions {
    grid-template-columns: 1fr;
  }
}

.wpr-home-actions .header-cta {
  width: 100%;
}

.wpr-home-actions__image {
  grid-column: 1 / -1;
}
.wpr-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.56rem 0.95rem;
  border-radius: 6px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 700;
}

.wpr-home-link:hover {
  background: rgba(205, 239, 255, 0.35);
}

.wpr-home-hero__side {
  display: grid;
  gap: 10px;
}

.wpr-home-hero__visual {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.wpr-home-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.wpr-home-hero__stats {
  display: grid;
  gap: 10px;
}

.wpr-stat-card {
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.wpr-stat-card__label {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.wpr-stat-card__icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
}

.wpr-stat-card__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.wpr-stat-card__value {
  margin: 0.3rem 0 0;
  color: #0b3040;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

.wpr-home-notices {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 24px rgba(10, 93, 120, 0.08);
}

.wpr-home-notices__head h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  color: #0b3040;
}

.wpr-notice-list {
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.wpr-notice-item {
  margin: 0;
}

.wpr-notice-link {
  display: grid;
  grid-template-columns: minmax(135px, 200px) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0.75rem 0.8rem;
  border-radius: 13px;
  border: 1px solid rgba(20, 121, 145, 0.18);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.wpr-notice-link:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 121, 145, 0.4);
  box-shadow: 0 8px 20px rgba(10, 93, 120, 0.08);
}

.wpr-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wpr-notice-date {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0b3040;
  letter-spacing: 0.02em;
}

.wpr-notice-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wpr-cat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 0.28rem 0.5rem;
  border-radius: 4px;
  background: var(--wpr-cat-color);
  border: 1px solid var(--wpr-cat-color);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.wpr-notice-title {
  color: #0b3040;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.9rem;
}

.wpr-notice-item--empty {
  padding: 1rem;
  border: 1px dashed var(--line-strong);
  border-radius: 14px;
  color: var(--muted);
  text-align: center;
}

.wpr-home-more {
  margin: 0.9rem 0 0;
  text-align: right;
}

@media (max-width: 900px) {
  .wpr-home-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .wpr-notice-link {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wpr-home-more {
    text-align: left;
  }
}









/* Malware archive polish */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.malware-archive--hero {
  padding: 1.4rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(205, 239, 255, 0.45), rgba(255, 255, 255, 0.85)),
    #ffffff;
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

@media (min-width: 900px) {
  .malware-archive--hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}

.malware-archive__badge {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.malware-archive__lead {
  margin-top: 0.6rem;
}

.malware-archive__hero {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
}

.malware-archive__hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.malware-archive__hero-placeholder {
  padding: 1.2rem;
  text-align: center;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(31, 165, 216, 0.08), rgba(53, 191, 112, 0.08));
}

.malware-archive__item {
  overflow: hidden;
}

.malware-archive__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 165, 216, 0.6), rgba(53, 191, 112, 0.6));
}

.malware-archive__item-head {
  display: flex;
  justify-content: flex-end;
}

.malware-archive__item-meta {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.malware-archive__excerpt {
  color: var(--muted);
}

.malware-archive__cta {
  margin-top: 0.6rem;
}

.malware-archive__item code,
.malware-archive__item pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.malware-archive__item code {
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
  background: rgba(12, 111, 150, 0.08);
  border: 1px solid rgba(12, 111, 150, 0.2);
  color: #0c6f96;
  font-size: 0.85em;
}

.malware-archive__item pre {
  margin: 0.8rem 0;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #0b3040;
  color: #e6f5ff;
  border: 1px solid rgba(12, 111, 150, 0.35);
  overflow: auto;
}

.malware-archive__item pre code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

/* Code block (WordPress block editor) */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.wp-block-code {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #121417;
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(10, 12, 14, 0.22);
  overflow: auto;
}

.wp-block-code code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.92rem;
  line-height: 1.6;
  background: transparent;
  color: inherit;
  padding: 0;
}

.wp-block-code::before {
  content: "CODE";
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.18rem 0.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5f5;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* Company profile template */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.company-profile {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: transparent;
}

.company-profile__inner {
  display: grid;
  gap: 24px;
  padding-bottom: 2rem;
  line-height: 1.785;
  width: min(1160px, 92%);
  margin: 0 auto;
}


.company-profile__hero {
  padding: 2rem 2.2rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 20%, rgba(31, 165, 216, 0.22), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(53, 191, 112, 0.18), transparent 40%),
    rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.company-profile__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.company-profile__title {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: #0b3040;
}

.company-profile__lead {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.company-profile__section {
  display: grid;
  gap: 14px;
}

.company-profile__section-title {
  margin: 0;
  font-size: 1.4rem;
  color: #000;
}

.company-profile figure {
  margin: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(10, 93, 120, 0.08);
  overflow: hidden;
}

.company-profile table {
  width: 100%;
  border-collapse: collapse;
}

.company-profile td {
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px solid rgba(20, 121, 145, 0.12);
  color: var(--text);
  line-height: 1.785;
}

.company-profile tr:last-child td {
  border-bottom: 0;
}

.company-profile td:first-child {
  width: min(34%, 200px);
  background: rgba(205, 239, 255, 0.35);
  color: #000;
  font-weight: 700;
}

.company-profile td a {
  color: #000;
  text-decoration: underline;
}

.company-profile__branches {
  display: grid;
  gap: 14px;
}

.company-profile__branch {
  padding: 1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(10, 93, 120, 0.08);
}

.company-profile__branch h3 {
  margin: 0 0 0.4rem;
  color: #0b3040;
  font-size: 1.1rem;
}

.company-profile__branch p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (min-width: 900px) {
  .company-profile__branches {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .company-profile td:first-child {
    width: 28%;
  }
}



.company-profile__hero-image {
  margin: 0;
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 30px rgba(10, 93, 120, 0.12);
}

.company-profile__hero-image img {
  display: block;
  width: 100%;
  height: auto;
}









/* site-headerの背景は全幅のまま、中身を lpwpkz-inner と同じ幅（最大1160px）に揃える */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.lp-full-header .site-header .container,
.lp-full-header .site-nav__inner {
  width: min(1160px, 92%);
  margin: 0 auto;
}

/* 左右の余白は min(1160px, 92%) で自動計算されるため、固定のpaddingは不要になります */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.lp-full-header .site-header .container {
  width: min(1160px, 92%);
  margin: 8px auto;
}





.lpwpkz-inner {
  width: min(1160px, 92%);
  margin: 0 auto;
}





.comments-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--brand-deep);
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.comment-list .comment {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.comment-list .comment-meta {
  font-size: 0.88rem;
  color: var(--muted);
}

.comment-list .comment-meta a {
  color: inherit;
}

.comment-list .comment-content {
  margin-top: 0.6rem;
}

.comment-navigation {
  margin: 1rem 0 0;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.comment-navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  min-height: 2.2rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand-deep);
  font-weight: 700;
}

.comment-navigation .page-numbers.current {
  background: var(--brand);
  color: #fff;
  border-color: transparent;
}

.comment-respond {
  margin-top: 1.2rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
}

.comment-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}


.site-nav__logo {
  display: inline-flex;
  align-items: center;
  margin-right: 14px;
}

.site-nav__logo img {
  display: block;
  height: 40px;
  width: auto;
}

.wpr-home-actions__image img {
  display: block;
  width: 100%;
  height: auto;
}



.header-cta__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.header-cta__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.header-cta__icon i {
  font-size: 20px;
  line-height: 1;
}


.menu-toggle__icon {
  font-size: 1.3rem;
  line-height: 1;
}

.breadcrumb {
  margin: 0.5px 0 0.9rem;
}

.breadcrumb .hero__copy {
  width: min(1160px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  color: #1a1a1a;
  font-size: 0.85rem;
}


.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.breadcrumb__item::after {
  content: ">";
  color: #1a1a1a;
}


.breadcrumb__item:last-child::after {
  content: '';
}

.breadcrumb__item a {
  color: #1a1a1a;
}


.breadcrumb__item--current span {
  color: #1a1a1a;
  font-weight: 400;
}




/* Full width page template */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.page-template-page-full-width .site-main.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-template-page-full-width .full-bleed {
  width: 100%;
}

.page-template-page-full-width .full-bleed__article {
  margin: 0;
  padding: 0;
}
/* CF7 table form (ID: cf-tbl) */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
#cf-tbl {
  width: 100%;
  margin: 24px 0;
}

#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  background: #fff;
}

#cf-tbl th,
#cf-tbl td {
  padding: 12px 14px;
  border: 1px solid #d6d6d6;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.6;
}

#cf-tbl th {
  width: 34%;
  background: #f6f7f8;
  font-weight: 700;
  text-align: left;
  color: #1f2a2e;
}

#cf-tbl .required {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #e74856;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

#cf-tbl input[type="text"],
#cf-tbl input[type="email"],
#cf-tbl input[type="tel"],
#cf-tbl textarea,
#cf-tbl select {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background: #fff;
  font-size: 18px;
  line-height: 1.5;
}

#cf-tbl textarea {
  min-height: 110px;
  resize: vertical;
}

#cf-tbl input[type="radio"],
#cf-tbl input[type="checkbox"] {
  margin-right: 8px;
}

#cf-tbl a {
  color: #0f7a69;
  text-decoration: underline;
}

#cf-tbl .wpcf7-submit,
#cf-tbl .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: #0f7a69;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#cf-tbl .wpcf7-submit:hover,
#cf-tbl .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.9;
}

/* CF7 submit button (outside #cf-tbl table) */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
#cf-tbl ~ p .wpcf7-submit,
#cf-tbl ~ p input[type="submit"].wpcf7-submit {
  display: block;
  width: min(420px, 100%);
  margin: 18px auto 0;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #14a66f, #0f7a69);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 122, 105, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#cf-tbl ~ p .wpcf7-submit:hover,
#cf-tbl ~ p .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(15, 122, 105, 0.3);
  filter: brightness(1.02);
}

#cf-tbl ~ p .wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(15, 122, 105, 0.2);
}

@media (max-width: 768px) {
  #cf-tbl th,
  #cf-tbl td {
    display: block;
    width: 100%;
  }

  #cf-tbl th {
    border-bottom: none;
  }

  #cf-tbl td {
    border-top: none;
  }
}
/* Company profile message (differentiation) */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.company-profile__message {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.9;
  color: #1f2a2e;
}

.company-profile__message-intro {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}

.company-profile__message-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.company-profile__message-list li {
  padding: 10px 12px;
  font-size: 14px;
  background: #f7faf9;
  border-radius: 6px;
}

.company-profile__message-list strong {
  display: inline-block;
  margin-bottom: 6px;
}




.company-profile__message-list .icon-inline {
  margin-right: 8px;
  color: #0f7a69;
}


/* Ensure nav content stays above background image overlays */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
.site-nav__inner {
  position: relative;
  z-index: 2;
}

.site-nav::before,
.site-nav::after {
  pointer-events: none;
}

.site-footer {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  background: #f8f9fb;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: #223036;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.site-footer__copy {
  font-size: 12px;
  color: #556268;
}

@media (max-width: 768px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* Mobile nav overrides */

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@media (max-width: 980px) {
  .site-header {
    position: static;
    backdrop-filter: none;
  }

  .menu-toggle {
    position: fixed;
    top: 12px;
    right: 4%;
    z-index: 1200;
  }

  .admin-bar .menu-toggle {
    top: 58px;
  }
  .site-nav {
    background: #000;
  }

  .menu-toggle-check:checked ~ .site-nav {
    background: #000;
  }

  .site-nav::before,
  .site-nav::after {
    opacity: 0;
  }

  .site-nav .menu,
  .site-nav ul {
    background: #000;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .site-nav .menu > li > a,
  .site-nav ul > li > a {
    border-radius: 0;
  }
}

























