@charset "utf-8";
/* resset */

.header-description {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-description p {
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-description h3 {
    font-size: 22px;
    color: #0073e6;
    border-left: 5px solid #0073e6;
    padding-left: 10px;
    margin-top: 30px;
}

.header-description ul {
    list-style: none;
    padding: 0;
}

.header-description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

/* 通常のリストアイテムにはチェックマークを表示 */
.header-description ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0073e6;
    font-weight: bold;
}

/* インデントされたリストアイテム */
.header-description ul .ql-indent-1 {
    padding-left: 40px; /* 通常より一段深くインデント */
    margin-top: -8px; /* 上のリストとの間隔を狭くする */
}

/* インデントされたリストアイテムの矢印を削除 */
.header-description ul .ql-indent-1::before {
    content: ""; /* 矢印を非表示にする */
}

.header-description strong {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .header-description {
        padding: 10px;
    }
    .header-description h3 {
        font-size: 20px;
    }
    .header-description p {
        font-size: 14px;
    }
    .header-description ul .ql-indent-1 {
        padding-left: 30px; /* モバイルでは少し狭めに */
    }
}



html {
 box-sizing: border-box;
 -webkit-text-size-adjust: 100%;
 word-break: normal;
 -moz-tab-size: 4;
 tab-size: 4;
 font-size: 62.5%;
}
*, ::before, ::after {
 background-repeat: no-repeat;
 box-sizing: inherit;
}
::before, ::after {
 text-decoration: inherit;
 vertical-align: inherit;
}
* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
hr {
 overflow: visible;
 height: 0;
 color: inherit;
}
details, main {
 display: block;
}
summary {
 display: list-item;
}
small {
 font-size: 80%;
}
[hidden] {
 display: none;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 text-decoration: underline dotted;
}
a {
 background-color: transparent;
 word-break: break-all;
 color: #222;
}
a:active, a:hover {
 outline-width: 0;
}
a:hover {
 color: #B70005;
}
code, kbd, pre, samp {
 font-family: monospace, monospace;
}
pre {
 font-size: 1em;
}
b, strong {
 font-weight: bolder;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sub {
 bottom: -0.25em;
 top: -0.5em;
}
table {
 border-color: inherit;
 text-indent: 0;
 word-break: break-all;
}
i {
 font-style: normal;
}
iframe {
 border-style: none;
}
input {
 border-radius: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
 height: auto;
}
[type='search'] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
 overflow: auto;
 resize: vertical;
}
button, input, optgroup, select, textarea {
 font: inherit;
}
optgroup {
 font-weight: bold;
}
button {
 overflow: visible;
}
button, select {
 text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
 cursor: pointer;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
 outline: 1px dotted ButtonText;
}
button, html [type='button'], [type='reset'], [type='submit'] {
 -webkit-appearance: button;
}
button, input, select, textarea {
 background-color: transparent;
 border-style: none;
 color: inherit;
 font-family: inherit;
 font-style: inherit;
 font-weight: inherit;
 min-height: 1.5em;
}
button, input[type="submit"], input[type="button"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding: 0;
 border: none;
 outline: none;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
 outline-width: 0;
}
select {
 -moz-appearance: none;
 -webkit-appearance: none;
}
select::-ms-expand {
 display: none;
}
select::-ms-value {
 color: currentColor;
}
legend {
 border: 0;
 color: inherit;
 display: table;
 max-width: 100%;
 white-space: normal;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 color: inherit;
 font: inherit;
}
[disabled] {
 cursor: default;
}
img {
 border-style: none;
}
progress {
 vertical-align: baseline;
}
[aria-busy='true'] {
 cursor: progress;
}
[aria-controls] {
 cursor: pointer;
}
[aria-disabled='true'] {
 cursor: default;
}
/* base */
body {
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
 font-size: 1.6rem;
 line-height: 1.8em;
 color: #222;
}
input, textarea, select {
 font-size: 16px;
 line-height: 1.1;
}
ol, ul {
 list-style: none;
}
img {
 max-width: 100%;
 display: block;
 height: initial;
 width: initial;
}
a {
 color: inherit;
 text-decoration: none;
 transition: all 0.2s ease 0s;
 cursor: pointer;
}
/* メディアデータベース */
.header {
 background: black;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 2px;
 position: relative;
 width: 100%;
}
.header img {
 margin: 0 auto 12px;
 max-width: 500px;
 width: 60%;
}
.moreArea {
 text-align: center;
 margin-top: 3rem;
 margin-bottom: 5rem;
}
.genre_icon {
 display: inline-block;
 margin-right: 10px;
 margin-bottom: 10px;
}
.genre_icon a {
 font-weight: 600;
 background-color: #e5e5e5;
 padding: 10px 20px;
 border-radius: 1rem;
 display: block;
}
.getSearchPost {
 border-bottom: 1px solid #e5e5e5;
 padding: 20px 0 10px;
}
.getSearchPost .PostTitle {
 margin-bottom: 10px;
}
.getSearchPost .dataArea {
 color: #666;
 font-size: .9em;
 line-height: 1.6em;
 margin-bottom: 10px;
}
.list-description {
 width: 600px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.header-area {
 height: auto;
 background: #F5F5F5;
 margin: 20px auto;
 padding: 20px;
 display: block;
 border-radius: 1rem;
}
.header-area a {
 text-decoration: underline;
}
.header-database {
 margin: 20px auto;
}
.searchFormBody button {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 12px;
 margin: auto;
 font-size: 25px;
}
.header-title, .header-data-title {
 font-weight: 700;
 font-size: 2.4rem;
 margin-bottom: 2rem;
}
.header-data-title {
 margin-bottom: 1.4rem;
}
.searchFormBody {
 position: relative;
 margin-top: 2rem;
}
.search-field {
 width: 100%;
 height: 52px;
 border-radius: .5rem;
 border: 1px solid #B4B4B4;
 font-size: 16px;
 padding: 12px;
 color: #B9B9B9;
 background-color: #fff;
}
.searchFormSubmit {
 display: none;
}
.header-description {
 display: block;
}
.header-data-text {
 font-size: 16px;
 line-height: 2em;
}
.header-data-text.update {
 font-size: 14px;
 margin-top: .5em;
 color: #888;
 display: block;
}
.header-data-data {
 font-weight: 700;
 font-size: 2.4rem;
 color: #B50005;
}
.menu-list {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -ms-flex-pack: center;
 justify-content: center;
 padding: .8rem 2rem;
}
.menu-list-item a {
 color: #fff;
 display: block;
 font-size: 1.6rem;
 font-weight: 700;
 letter-spacing: 1px;
 line-height: 1.2;
 position: relative;
 text-align: center;
 text-decoration: none;
 white-space: nowrap;
}
.menu-list-item a:hover {
 color: #B50005;
}
.menu-list-item:nth-child(n+2) a {
 margin-left: 5rem;
}
.menu-list-item:nth-child(n+2) a::before {
 border-left: 1px solid #555;
 bottom: 0;
 content: '';
 left: -2.5rem;
 overflow: hidden;
 position: absolute;
 top: 0;
}
@media screen and (max-width: 1040px) {
 .menu-list-item a {
  font-size: 1.4rem;
 }
 .menu-list-item:nth-child(n+2) a {
  margin-left: 4rem;
 }
 .menu-list-item:nth-child(n+2) a::before {
  left: -2rem;
 }
}
@media screen and (max-width: 768px) {
 .db-logo {
  display: none;
 }
}
@media screen and (max-width: 870px) {
 .menu-list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
 }
 .menu-list::-webkit-scrollbar {
  height: 2px;
 }
 .menu-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1px;
 }
 .scroll_content::-webkit-scrollbar-track {
  background: #000;
 }
}
.main-contents {
 max-width: 1100px;
 width: 100%;
 margin: 1rem auto 5rem;
}
.footer {
 text-align: center;
 padding: 15px;
 background-color: black;
}
.footer-description {
 color: white;
}
.footer-link {
 background-color: #B50005;
 margin-bottom: -20px;
}
.footer-links {
 padding: 5px;
 text-align: center;
}
.footer-link-item {
 display: inline-block;
 font-size: .8em;
 padding: 0 8px;
}
.footer-link-item a {
 color: white;
}
.footer-link-item a:hover {
 opacity: .7;
}
.db-section--title {
 background: black;
 color: white;
 font-size: 16px;
 padding: 8px 10px;
 margin-top: 12px;
}
.company_list_area {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 border: 2px solid #F5F5F5;
 margin-bottom: 3rem;
}
.company_item {
 width: 25%;
 padding: 20px 20px 30px;
 display: inline-block;
 border: 2px solid #F5F5F5;
}
.company_item a {
 display: block;
}
.company_item img {
 width: 70%;
 max-width: 200px;
 margin: auto;
}
.company-name {
 text-align: center;
 margin-top: 12px;
}
.company-name {
 font-weight: bold;
 font-size: .8em;
}
.gente_area {
 padding: 20px 0 30px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.list-media-genre a {
 background-color: #e5e5e5;
 padding: 7px 14px;
 border-radius: 7px;
 text-decoration: none;
 display: inline-block;
 font-weight: 600;
}
table.list {
 background-color: #e5e5e5;
 border-collapse: separate;
 border-spacing: 1px;
 line-height: 1.6em;
 display: table;
 position: relative;
 min-width: 100%;
 word-break: inherit;
}
table.list tbody {
 table-layout: fixed;
 min-width: 100%;
}
table.list th, table.list td {
 padding: 12px 15px;
 background-color: #fff;
 font-weight: 600;
}
table.list .list-header td {
 white-space: nowrap;
 background-color: #F5F5F5;
 font-size: .9em;
 text-align: center;
 padding: 10px;
}
table.list .list-title {
 background-color: #F5F5F5;
}
table.list img {
 max-width: 100px;
 min-width: 80px;
 width: 100%;
}
div ::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}
.header ::-webkit-scrollbar {
 width: 2px;
 height: 2px;
}
div ::-webkit-scrollbar-thumb, .header ::-webkit-scrollbar-thumb {
 background: #B50005;
 border-radius: 2px;
}
div ::-webkit-scrollbar-track, .header ::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.1);
}
.pankuzu {
 font-size: 14px;
}
.btn-link {
 background-color: #B50005;
 padding: 10px;
 color: white;
 text-decoration: none;
 font-weight: bold;
 margin-bottom: 70px;
 border-radius: .5rem;
 font-size: 1.6rem;
 display: block;
 position: relative;
 width: 90%;
 max-width: 460px;
 margin: auto;
}
.btn-link img {
 position: absolute;
 right: 12px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 30px;
}
.btn-link:hover {
 background-color: black;
 color: white;
}
.pagination, .page-numbers {
 text-align: center;
 margin: 3rem auto 5rem;
 font-size: 0;
}
.pagination li, .page-numbers li {
 display: inline-block;
 vertical-align: top;
}
.pagination a, .pagination span, .page-numbers a, .page-numbers span {
 font-size: 14px;
 font-weight: 600;
 position: relative;
 display: block;
 padding: 0.5em 0.2em;
 margin: 5px;
 text-decoration: none;
 color: #222;
 background-color: #e0e0e0;
 vertical-align: top;
 box-sizing: border-box;
 min-width: 44px;
 -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
 transition: all .4s cubic-bezier(.23, 1, .32, 1);
 border-radius: 4px;
}
.pagination a:hover, .page-numbers a:hover {
 color: #fff;
 background: #222;
}
.pagination .active span, .page-numbers .page-numbers.current {
 background: #B50005;
 color: #fff;
}
@media screen and (max-width: 1100px) {
 .gente_area, .pankuzu {
  margin-left: 12px;
  margin-right: 12px;
 }
 .header-area {
  border-radius: 0;
 }
}
@media screen and (min-width: 813px) {
 .header-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 3rem;
 }
 .searchFormBody {
  max-width: 560px;
 }
 .header-area .header-left {
  padding-right: 30px;
 }
 .header-area .header-right {
  white-space: nowrap;
 }
 .header-title {
  font-size: 3.6rem;
 }
 .header-description {
  font-size: 2rem;
 }
 .header-data-data {
  font-size: 3.2rem;
  line-height: 1.2em;
 }
}
@media screen and (max-width: 812px) {
 body {
  font-size: 1.45rem;
 }
 .header-area .header-left {
  margin-bottom: 3rem;
 }
 .header-title, .header-data-title {
  text-align: center;
 }
 .pankuzu {
  font-size: 12px;
  margin-top: 12px;
 }
 .header-area {
  margin-top: 12px;
  padding: 28px 12px;
 }
 .header-database {
  margin: 12px;
 }
 .getSearchPost {
  padding-left: 12px;
  padding-right: 12px;
 }
 .header-database .maintitle {
  font-size: 2.4rem;
 }
 .company_item {
  width: 50%;
  padding: 12px 12px 20px;
 }
 .genre_icon a, .list-media-genre a {
  padding: 4px 8px;
 }
 table.list {
  display: block;
  font-size: .8em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 table.list tbody {
  table-layout: fixed;
  min-width: 100%;
 }
 table.list th, table.list td {
  padding: 10px;
  min-width: 100px;
 }
 .footer-description {
  font-size: .8em;
  line-height: 1.6em;
 }
}

/* product comparison */
.product-page {
 width: min(1100px, calc(100% - 32px));
 margin: 0 auto 56px;
}
.product-page .pankuzu {
 margin: 18px 0 14px;
 color: #666;
}
.product-page .pankuzu a {
 color: #B50005;
 text-decoration: none;
}
.product-hero,
.product-detail-hero {
 display: grid;
 grid-template-columns: minmax(0, 1fr) 260px;
 gap: 28px;
 align-items: stretch;
 margin: 18px 0 34px;
 padding: 34px;
 background: linear-gradient(135deg, #fff 0%, #f7f7f7 100%);
 border: 1px solid #e8e8e8;
 border-radius: 8px;
 box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}
.product-hero--compact {
 grid-template-columns: 1fr;
 padding: 30px 34px;
}
.product-eyebrow {
 margin-bottom: 8px;
 color: #B50005;
 font-size: 1.2rem;
 font-weight: 700;
 letter-spacing: 0;
 text-transform: uppercase;
}
.product-hero__title,
.product-detail-hero h1 {
 margin: 0;
 font-size: 3.6rem;
 line-height: 1.35;
 font-weight: 800;
}
.product-hero__lead {
 max-width: 680px;
 margin-top: 12px;
 color: #444;
 font-size: 1.7rem;
 line-height: 1.9;
}
.product-hero__lead--sub {
 margin-top: 10px;
 color: #666;
 font-size: 1.5rem;
}
.product-search {
 display: flex;
 gap: 10px;
 max-width: 620px;
 margin-top: 24px;
}
.product-search input {
 flex: 1;
 min-width: 0;
 height: 50px;
 padding: 0 16px;
 background: #fff;
 border: 1px solid #d8d8d8;
 border-radius: 6px;
 color: #222;
}
.product-search button,
.product-primary-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 50px;
 padding: 0 22px;
 background: #B50005;
 border-radius: 6px;
 color: #fff;
 font-weight: 700;
 text-decoration: none;
 white-space: nowrap;
}
.product-search button:hover,
.product-primary-link:hover {
 background: #111;
 color: #fff;
}
.product-hero__panel {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 22px;
 background: #111;
 border-radius: 8px;
 color: #fff;
}
.product-hero__panel strong {
 display: block;
 margin: 8px 0;
 font-size: 5.2rem;
 line-height: 1;
}
.product-hero__panel span {
 color: #ddd;
 line-height: 1.6;
}
.product-hero__label {
 color: #fff !important;
 font-size: 1.3rem;
 font-weight: 700;
}
.product-section {
 margin: 34px 0;
}
.product-section--flush {
 margin-top: 0;
}
.product-section__header {
 display: flex;
 flex-direction: row-reverse;
 align-items: end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 16px;
 padding-bottom: 12px;
 border-bottom: 2px solid #111;
}
.product-section__header h2 {
 margin: 0;
 font-size: 2.4rem;
 line-height: 1.4;
}
.product-chip-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 14px;
}
.product-chip-grid--compact {
 grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-chip {
 display: block;
 min-height: 64px;
 padding: 16px 18px;
 background: #fff;
 border: 1px solid #e3e3e3;
 border-radius: 8px;
 box-shadow: 0 6px 18px rgba(0, 0, 0, .045);
 text-decoration: none;
}
.product-chip span {
 display: block;
 color: #222;
 font-weight: 800;
 line-height: 1.5;
}
.product-chip small {
 display: block;
 margin-top: 8px;
 color: #666;
 font-size: 1.3rem;
 line-height: 1.6;
}
.product-chip:hover {
 transform: translateY(-2px);
 border-color: #B50005;
 color: #222;
}
.product-chip--large {
 min-height: 104px;
}
.product-category-map {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 18px;
}
.product-category-card {
 display: grid;
 grid-template-rows: auto 1fr;
 background: #fff;
 border: 1px solid #e4e4e4;
 border-radius: 8px;
 box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
 overflow: hidden;
}
.product-category-card__head {
 display: block;
 padding: 20px 22px 18px;
 background: #111;
 color: #fff;
 text-decoration: none;
}
.product-category-card__head span {
 display: block;
 font-size: 2rem;
 font-weight: 800;
 line-height: 1.45;
}
.product-category-card__head small {
 display: block;
 margin-top: 8px;
 color: #ddd;
 font-size: 1.3rem;
 line-height: 1.65;
}
.product-category-card__head:hover {
 background: #B50005;
 color: #fff;
}
.product-subcategory-list {
 display: flex;
 flex-wrap: wrap;
 align-content: start;
 gap: 10px;
 padding: 18px;
}
.product-subcategory-list a,
.product-subcategory-list span {
 display: inline-flex;
 align-items: center;
 min-height: 38px;
 padding: 7px 12px;
 background: #f5f5f5;
 border: 1px solid #e1e1e1;
 border-radius: 999px;
 color: #222;
 font-size: 1.35rem;
 font-weight: 700;
 line-height: 1.4;
 text-decoration: none;
}
.product-subcategory-list a:hover {
 background: #fff4f4;
 border-color: #B50005;
 color: #B50005;
}
.product-subcategory-list--empty span {
 color: #777;
 font-weight: 600;
}
.product-card-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 18px;
}
.product-card {
 background: #fff;
 border: 1px solid #e4e4e4;
 border-radius: 8px;
 box-shadow: 0 8px 24px rgba(0, 0, 0, .055);
 overflow: hidden;
}
.product-card__link {
 display: grid;
 grid-template-rows: 150px 1fr;
 height: 100%;
 text-decoration: none;
}
.product-card__logo {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 24px;
 background: #fafafa;
 border-bottom: 1px solid #eee;
}
.product-card__logo img {
 max-width: 190px;
 max-height: 92px;
 object-fit: contain;
}
.product-card__body {
 padding: 18px;
}
.product-card__body h3 {
 margin: 0 0 8px;
 font-size: 2rem;
 line-height: 1.45;
}
.product-card__company {
 margin-bottom: 14px;
 color: #666;
 font-size: 1.4rem;
 line-height: 1.5;
}
.product-card__meta,
.product-plan dl {
 display: grid;
 gap: 8px;
}
.product-card__meta div,
.product-plan dl div {
 display: grid;
 grid-template-columns: 86px minmax(0, 1fr);
 gap: 10px;
 align-items: baseline;
}
.product-card__meta dt,
.product-plan dt {
 color: #777;
 font-size: 1.2rem;
 font-weight: 700;
}
.product-card__meta dd,
.product-plan dd {
 color: #222;
 font-size: 1.35rem;
 line-height: 1.55;
}
.product-card:hover {
 transform: translateY(-2px);
 border-color: #B50005;
}
.product-card[hidden] {
 display: none;
}
.product-client-pagination {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 8px;
 margin: 28px 0 0;
}
.product-client-pagination button {
 min-width: 42px;
 height: 42px;
 padding: 0 13px;
 border: 1px solid #d6dae2;
 border-radius: 6px;
 background: #fff;
 color: #111827;
 font-size: 14px;
 font-weight: 700;
 cursor: pointer;
 transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.product-client-pagination button:hover:not(:disabled),
.product-client-pagination button.is-current {
 border-color: #111827;
 background: #111827;
 color: #fff;
}
.product-client-pagination button:disabled {
 opacity: 0.42;
 cursor: default;
}
.product-detail-hero {
 grid-template-columns: 230px minmax(0, 1fr);
}
.product-detail-hero__logo {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 180px;
 padding: 24px;
 background: #fff;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
}
.product-detail-hero__logo img {
 max-width: 180px;
 max-height: 120px;
 object-fit: contain;
}
.product-detail-hero__meta {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 margin: 16px 0 20px;
}
.product-detail-hero__meta span {
 display: inline-flex;
 align-items: center;
 min-height: 32px;
 padding: 4px 10px;
 background: #fff;
 border: 1px solid #ddd;
 border-radius: 999px;
 color: #333;
 font-size: 1.3rem;
 font-weight: 700;
}
.product-layout {
 display: grid;
 grid-template-columns: minmax(0, 1fr) 300px;
 gap: 28px;
 align-items: start;
}
.product-richtext {
 padding: 24px;
 background: #fff;
 border: 1px solid #e6e6e6;
 border-radius: 8px;
 line-height: 1.9;
}
.product-richtext p + p {
 margin-top: 1em;
}
.product-richtext h3 {
 margin: 24px 0 10px;
 padding-left: 12px;
 border-left: 4px solid #B50005;
 font-size: 2rem;
}
.product-richtext ul {
 display: grid;
 gap: 8px;
 margin: 14px 0;
 padding-left: 0;
}
.product-richtext li {
 position: relative;
 padding-left: 18px;
}
.product-richtext li::before {
 content: "";
 position: absolute;
 top: .8em;
 left: 0;
 width: 6px;
 height: 6px;
 background: #B50005;
 border-radius: 50%;
}
.product-plan-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 14px;
}
.product-plan,
.product-side-card,
.product-name-card {
 padding: 18px;
 background: #fff;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
}
.product-plan h3,
.product-side-card h2,
.product-side-card h3 {
 margin: 0 0 12px;
 line-height: 1.5;
}
.product-plan p,
.product-side-card p {
 margin-top: 10px;
 color: #555;
 line-height: 1.7;
}
.product-side-card {
 position: sticky;
 top: 18px;
}
.product-side-card a {
 color: #B50005;
 text-decoration: underline;
 word-break: break-all;
}
.product-name-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 14px;
}
.product-name-card {
 min-height: 64px;
 font-weight: 700;
 line-height: 1.6;
}
.product-ref-card {
 display: grid;
 grid-template-columns: 96px minmax(0, 1fr);
 min-height: 118px;
 background: #fff;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
 color: #222;
 text-decoration: none;
 overflow: hidden;
 box-shadow: 0 6px 18px rgba(0, 0, 0, .045);
}
.product-ref-card:hover {
 transform: translateY(-2px);
 border-color: #B50005;
 color: #222;
}
.product-ref-card__logo {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 118px;
 padding: 14px;
 background: #fafafa;
 border-right: 1px solid #eee;
}
.product-ref-card__logo:empty::before {
 content: "No Logo";
 color: #aaa;
 font-size: 1.1rem;
 font-weight: 700;
}
.product-ref-card__logo--text {
 color: #999;
 font-size: 1.1rem;
 font-weight: 800;
 letter-spacing: 0;
}
.product-ref-card__logo img {
 max-width: 72px;
 max-height: 58px;
 object-fit: contain;
}
.product-ref-card__body {
 padding: 15px 16px;
}
.product-ref-card__body h3 {
 margin: 0 0 8px;
 font-size: 1.7rem;
 line-height: 1.45;
}
.product-ref-card__body p {
 margin: 0 0 8px;
 color: #666;
 font-size: 1.3rem;
 line-height: 1.55;
 word-break: break-all;
}
.product-ref-card__body span {
 display: inline-flex;
 align-items: center;
 min-height: 28px;
 padding: 3px 9px;
 background: #f4f4f4;
 border-radius: 999px;
 color: #555;
 font-size: 1.2rem;
 font-weight: 700;
}
.database-entry-links {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 gap: 14px;
 margin: 24px 0 34px;
}
.database-entry-links a {
 border: 1px solid #e2e2e2;
 border-radius: 8px;
 background: #fff;
 color: #111;
 display: flex;
 flex-direction: column;
 gap: 6px;
 padding: 18px 20px;
 text-decoration: none;
 transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.database-entry-links a:hover {
 border-color: #c40000;
 box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
 transform: translateY(-1px);
}
.database-entry-links span {
 color: #c40000;
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0;
 text-transform: uppercase;
}
.database-entry-links strong {
 font-size: 20px;
 line-height: 1.45;
}
.event-page {
 width: min(100% - 40px, 1120px);
 margin: 0 auto 64px;
 color: #222;
}
.event-page .pankuzu {
 margin: 18px 0 22px;
 color: #666;
 font-size: 1.3rem;
}
.event-page .pankuzu a {
 color: #B50005;
}
.event-hero,
.event-detail-hero {
 display: grid;
 grid-template-columns: minmax(0, 1fr) auto;
 gap: 24px;
 align-items: end;
 padding: 34px 0 28px;
 border-bottom: 3px solid #111;
}
.event-hero h1,
.event-detail-hero h1 {
 margin: 0 0 12px;
 font-size: 4rem;
 line-height: 1.25;
 letter-spacing: 0;
}
.event-hero p,
.event-detail-hero p {
 max-width: 760px;
 margin: 0;
 color: #555;
 font-size: 1.6rem;
 line-height: 1.8;
}
.event-search {
 display: flex;
 min-width: min(100%, 420px);
 border: 1px solid #ddd;
 border-radius: 8px;
 overflow: hidden;
 background: #fff;
}
.event-search input {
 flex: 1;
 min-width: 0;
 padding: 13px 14px;
 border: 0;
 font-size: 1.5rem;
}
.event-search button,
.event-filter button,
.event-primary-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 46px;
 padding: 0 18px;
 border: 0;
 background: #B50005;
 color: #fff;
 font-weight: 800;
 text-decoration: none;
 white-space: nowrap;
}
.event-section {
 margin-top: 34px;
}
.event-section--flush {
 margin-top: 0;
}
.event-section__header {
 display: flex;
 align-items: end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 14px;
}
.event-section__header h2 {
 margin: 0;
 font-size: 2.4rem;
 line-height: 1.35;
}
.event-month-strip {
 display: flex;
 gap: 10px;
 overflow-x: auto;
 padding-bottom: 4px;
}
.event-month-strip a {
 flex: 0 0 auto;
 padding: 10px 14px;
 border: 1px solid #ddd;
 border-radius: 999px;
 background: #fff;
 color: #222;
 font-size: 1.4rem;
 font-weight: 800;
 text-decoration: none;
}
.event-filter {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
 gap: 12px;
 padding: 16px;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
 background: #fff;
}
.event-filter label {
 display: grid;
 gap: 6px;
 color: #555;
 font-size: 1.2rem;
 font-weight: 800;
}
.event-filter select {
 width: 100%;
 min-height: 42px;
 padding: 0 10px;
 border: 1px solid #ddd;
 border-radius: 6px;
 background: #fff;
 color: #222;
 font-size: 1.4rem;
}
.event-list {
 display: grid;
 gap: 12px;
}
.event-card {
 background: #fff;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
 overflow: hidden;
 box-shadow: 0 8px 18px rgba(0, 0, 0, .04);
}
.event-card__link {
 display: grid;
 grid-template-columns: 176px minmax(0, 1fr);
 color: #222;
 text-decoration: none;
}
.event-card__date {
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 6px;
 min-height: 154px;
 padding: 20px;
 background: #f7f7f7;
 border-right: 1px solid #eee;
}
.event-card__date span {
 font-size: 1.8rem;
 font-weight: 900;
 line-height: 1.35;
}
.event-card__date small {
 color: #666;
 font-size: 1.3rem;
 line-height: 1.4;
}
.event-card__body {
 padding: 20px 22px;
}
.event-card__body h3 {
 margin: 8px 0 8px;
 font-size: 2.1rem;
 line-height: 1.45;
}
.event-card__body p {
 margin: 0 0 12px;
 color: #555;
 font-size: 1.4rem;
 line-height: 1.8;
}
.event-card__chips {
 display: flex;
 flex-wrap: wrap;
 gap: 7px;
}
.event-card__chips span {
 display: inline-flex;
 align-items: center;
 min-height: 28px;
 padding: 3px 9px;
 border: 1px solid #ddd;
 border-radius: 999px;
 background: #fff;
 color: #333;
 font-size: 1.2rem;
 font-weight: 800;
}
.event-card dl,
.event-side-card dl {
 display: grid;
 gap: 8px;
 margin: 0;
}
.event-card dl div,
.event-side-card dl div {
 display: grid;
 grid-template-columns: 82px minmax(0, 1fr);
 gap: 10px;
}
.event-card dt,
.event-side-card dt {
 color: #777;
 font-size: 1.2rem;
 font-weight: 800;
}
.event-card dd,
.event-side-card dd {
 margin: 0;
 color: #333;
 font-size: 1.3rem;
 line-height: 1.55;
}
.event-layout {
 display: grid;
 grid-template-columns: minmax(0, 1fr) 320px;
 gap: 28px;
 align-items: start;
 margin-top: 28px;
}
.event-richtext,
.event-side-card,
.event-related-card {
 padding: 20px;
 border: 1px solid #e5e5e5;
 border-radius: 8px;
 background: #fff;
}
.event-richtext {
 line-height: 1.9;
}
.event-side-card {
 position: sticky;
 top: 18px;
}
.event-side-card h2 {
 margin: 0 0 14px;
 font-size: 2rem;
}
.event-related-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 12px;
}
.event-related-card {
 color: #222;
 text-decoration: none;
}
.event-related-card span {
 display: block;
 margin-bottom: 6px;
 color: #777;
 font-size: 1.2rem;
 font-weight: 800;
}
.event-related-card strong {
 font-size: 1.7rem;
 line-height: 1.45;
}
@media screen and (max-width: 900px) {
 .product-page {
  width: min(100% - 24px, 1100px);
 }
 .product-hero,
 .product-detail-hero,
 .product-layout,
 .event-hero,
 .event-detail-hero,
 .event-layout {
  grid-template-columns: 1fr;
 }
 .product-chip-grid,
 .product-chip-grid--compact,
 .product-category-map,
 .product-card-grid,
 .product-plan-grid,
 .product-name-grid,
 .event-filter,
 .event-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 .product-side-card,
 .event-side-card {
  position: static;
 }
}
@media screen and (max-width: 560px) {
 .product-hero,
 .product-detail-hero {
  padding: 22px 16px;
 }
 .product-hero__title,
 .product-detail-hero h1,
 .event-hero h1,
 .event-detail-hero h1 {
  font-size: 2.8rem;
 }
 .product-search,
 .event-search {
  flex-direction: column;
 }
 .product-search button,
 .product-primary-link,
 .event-search button,
 .event-primary-link {
  width: 100%;
 }
 .product-chip-grid,
 .product-chip-grid--compact,
 .product-category-map,
 .product-card-grid,
 .product-plan-grid,
 .product-name-grid,
 .event-filter,
 .event-related-grid {
  grid-template-columns: 1fr;
 }
 .event-card__link {
  grid-template-columns: 1fr;
 }
 .event-card__date {
  min-height: auto;
  border-right: 0;
  border-bottom: 1px solid #eee;
 }
 .product-ref-card {
  grid-template-columns: 82px minmax(0, 1fr);
 }
 .product-card__link {
  grid-template-rows: 128px 1fr;
 }
 .product-section__header {
  display: block;
 }
}
