@charset "UTF-8";
/* Global
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,9000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* Base */
:root {
  --brand-green:#a7c800;
  /* top bar */
  --text:#444;
  --bg:#ffffff;
  --footer-bg:#efefef;
  --footer-text:#666;
  --copyright-bg:#3a3a3a;
  --copyright-text:#ddd;
  --container:1200px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  word-wrap: break-word;
  background: none;
  color: #595757;
}

body:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

::selection {
  background-color: #def;
}

/*
@media screen and (min-width: 782px) {
    body {
        font-size: 19px;
    }
    body:lang(ja) {
        font-size: 16px;
    }
}

@media screen and (min-width: 980px) {
    body {
        font-size: 20px;
    }
    body:lang(ja) {
        font-size: 17px;
    }
}

*/
/* Heading */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  clear: both;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/* Link */
a {
  color: #4693f5;
  text-decoration: underline;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

cite a,
cite a {
  text-decoration: none;
}

/* Text */
b,
strong {
  font-weight: 700;
}

dfn,
em,
i {
  font-style: italic;
}

q {
  quotes: "" "";
}

cite {
  border-bottom: dotted 1px #999;
  font-style: normal;
}

code,
kbd,
tt,
var {
  background-color: #f4f5f6;
  color: #666;
  font-family: "Noto Sans JP", Consolas, monospace;
  font-size: 90%;
}

abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

mark,
ins {
  background: linear-gradient(transparent 70%, #ffff66 70%);
  text-decoration: none;
}

ins.adsbygoogle {
  background-color: transparent;
}

/* List */
ul,
ol {
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}

dd {
  margin: 0 0 1.8em 1.5em;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 90%;
  margin: 0 0 1.8em;
  width: 100%;
}

caption {
  margin-bottom: 0.6em;
}

table th,
table td {
  border: solid 1px #eee;
  padding: 1em 1.2em;
}

th {
  background-color: #f4f5f6;
  font-weight: 600;
  text-align: left;
}

/* Elements */
blockquote {
  color: #666;
  margin: 0 0 2em;
  padding: 12px 0 0 44px !important;
  position: relative;
}

blockquote:before {
  color: #ddd;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 84px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -5px;
}

blockquote p {
  margin-bottom: 0.8em;
}

blockquote cite {
  font-size: 90%;
}

address {
  margin: 0 0 1.8em;
  font-style: normal;
}

pre {
  background-color: #f4f5f6;
  color: #666;
  font-family: "Noto Sans JP", Consolas, monospace;
  font-size: 90%;
  line-height: 1.4;
  margin: 0 0 1.7em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  word-wrap: normal;
}

hr {
  background-color: #eee;
  border: 0;
  height: 2px;
  margin: 1.8em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 90%;
  line-height: 1;
  padding: 1.1em 1.5em;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #555;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: solid 1px #e6e6e6;
  color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #444;
}

input[type="file"] {
  margin-top: 0.6em;
}

select {
  border: solid 1px #e6e6e6;
  margin-top: 0.6em;
  padding: 0.6em;
}

textarea {
  max-width: 720px;
  width: 100%;
}

input[type="tel"] {
  direction: ltr;
  border: 1px solid #eee;
  padding: 10px;
}

input::placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

/* navi */
.sub_img:before {
  background: #fff !important;
}

.sub_menu a {
  color: #000 !important;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans';
  display: inline-block;
  padding: 6px 0;
}

.page-header__title {
  font-size: 25px;
  margin: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.items-baseline {
  align-items: baseline;
}

.flex {
  display: flex;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 900px) {
  .container {
    width: 880px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}

/*
Theme Name: Kikaicatalog Simple
Theme URI: https://example.com/
Author: ChatGPT
Description: A clean, minimal WP theme replicating the provided layout (green top bar, centered content, footer nav + copyright).
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: kikaicatalog-simple
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
  font-size: 16px;
}

.container {
  max-width: var(--container);
  margin: 0px auto 0px;
  padding: 0 24px;
}

.site-topbar {
  background: var(--brand-green);
  height: 88px;
  display: flex;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 40px;
  width: auto;
  display: block;
}

.main-area {
  min-height: 48vh;
  padding: 48px 0 80px;
}

.page-title {
  font-size: 28px;
  font-weight: 700;
  margin: 16px 0 0;
}

.site-footer {
  background: var(--footer-bg);
  padding: 28px 0;
  border-top: 1px solid #ddd;
}

ul.footer-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 10px 0px;
}

.footer-menu a {
  text-decoration: none;
  color: var(--footer-text);
  font-weight: 600;
}

.site-copyright {
  background: var(--copyright-bg);
  color: var(--copyright-text);
  font-size: 12px;
  text-align: center;
  padding: 14px 10px;
}

/* Utilities */
.align-center {
  text-align: center;
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .page-title {
    font-size: 22px;
  }
  .site-topbar {
    height: 72px;
  }
}

/* ////////////////////////////////////////////////////
// プレミアムコンテンツページ
//////////////////////////////////////////////////// */
.main-area .container {
  margin: 30px auto;
}

.main-area .container .entry-content {
  padding: 0;
}

.email-form-wrapper {
  display: flex;
  margin: 40px 0;
  flex-direction: column;
}

.email-form-wrapper form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.email-form-wrapper input[type="email"] {
  padding: 10px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 280px;
}

.email-form-wrapper input[type="submit"] {
  padding: 14px 26px;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.email-form-wrapper input[type="submit"]:hover {
  background-color: #555;
}

.btn-confirmation {
  background-color: #0073aa !important;
}

.btn-keep {
  background-color: #d63638 !important;
}

.table-custom {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

.table-custom th,
.table-custom td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.table-custom th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.btn-confirmation,
.btn-keep {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 8px;
}

.btn-confirmation {
  background-color: #0073aa;
}

.btn-keep {
  background-color: #d63638;
}

/* ダウンロード一覧の見た目を整える */
.table-download {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
}

.table-download thead th {
  background: #f7f7f8;
  font-weight: 700;
  color: #374151;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
}

.table-download tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f3f5;
  vertical-align: middle;
  color: #111827;
}

.table-download tbody tr:hover {
  background: #fafafa;
}

.table-download th:nth-child(1),
.table-download td:nth-child(1) {
  /* 画像列 */
  width: 110px;
}

.table-download .thumb {
  width: 200px;
  /* 横幅を大きく */
  height: 130px;
  /* 高さも比例して大きく */
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #f9fafb;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
}

.table-download .title {
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-download .ext {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  padding: 2px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
  display: inline-block;
}

.btn-keep {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e11d48;
  /* 赤 */
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}

.btn-keep:hover {
  opacity: .9;
}

/* モバイル：カード風に崩す */
@media (max-width: 720px) {
  .table-download thead {
    display: none;
  }
  .table-download, .table-download tbody, .table-download tr, .table-download td {
    display: block;
    width: 100%;
  }
  .table-download tr {
    border-bottom: 1px solid #eee;
    padding: 10px 12px;
  }
  .table-download td {
    border: 0;
    padding: 6px 0;
  }
  .table-download td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
  }
  .table-download .thumb {
    width: 100%;
    height: auto;
    max-height: 260px;
  }
}

/* ========== Balanced Download Cards ========== */
/* 横長カードグリッド（3列固定） */
/* ====== Grid列数（レスポンシブ） ====== */
/* PC: 3列固定 */
.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ====== カード & サムネ ====== */
.dl-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  gap: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.dl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: #d1d5db;
}

.dl-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  /* 横長で統一 */
  border-radius: 12px;
  overflow: hidden;
  background: #f6f7f9;
}

.dl-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 拡張子バッジ（縮小時も見切れないように余白調整） */
.dl-ext {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ffffffcc;
  backdrop-filter: saturate(180%) blur(6px);
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 4px 8px;
}

/* ====== タイトル・ボタン ====== */
.dl-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dl-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.4em * 2);
  /* 2行分の高さ確保で段組み崩れ防止 */
}

.dl-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.btn-keep {
  display: inline-block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: center;
  background: #e54747;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08) inset;
  transition: filter .18s, transform .06s;
}

.btn-keep:hover {
  filter: brightness(1.06);
}

.btn-keep:active {
  transform: translateY(1px);
}

/* 〜1024px: 2列 */
@media (max-width: 1024px) {
  .dl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* 〜640px: 1列（余白広め） */
@media (max-width: 640px) {
  .dl-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ====== 端末ごとの微調整 ====== */
@media (max-width: 1024px) {
  .dl-card {
    padding: 16px;
  }
  .dl-title {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 640px) {
  .dl-card {
    padding: 14px;
    border-radius: 16px;
  }
  .dl-thumb-wrap {
    border-radius: 12px;
  }
  .btn-keep {
    padding: 12px;
  }
}
/*# sourceMappingURL=style.css.map */