@charset "utf-8";
/*
Theme Name: SEEED child
Theme URI:https://tcd-theme.com/tcd105/
Description:WordPressテーマ「SEEED」の子テーマ
Template:seeed_tcd105
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/


#header_slider_wrap{
  aspect-ratio: auto !important;
  height: auto !important;
  display: block !important;
}

#header_slider,
#header_slider .swiper-wrapper,
#header_slider .item,
#header_slider .item .item-inner{
  height: auto !important;
}

#header_slider .bg_image{
  position: relative !important;
  height: auto !important;
}

#header_slider .bg_image img{
  position: static !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

#header_slider_content{
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.download-section {
  margin: 40px 0;
}

.download-section-title {
  font-size: 28px;
  line-height: 1.4;
  color: #04317a;
  text-align: center;
  margin: 0 0 12px;
}

.download-section-lead {
  text-align: center;
  color: #555;
  margin: 0 0 32px;
  line-height: 1.8;
}

.download-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}

.download-card {
  background: #fff;
  border: 1px solid #d9e1ee;
  border-radius: 18px;
  padding: 28px 22px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

.download-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-icon .material-symbols-outlined {
  color: #04317a;
}

.download-card .download-title,
.download-section .download-title,
.post_content .download-card .download-title,
.entry-content .download-card .download-title {
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 0 8px !important;
  color: #222 !important;
}

.post_content p.download-text,
.entry-content p.download-text,
.download-card p.download-text {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.4 !important;
  margin: 0 0 16px !important;
  min-height: 4.5em !important;
}

.download-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 20px;
  background: #04317a;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
}

.download-btn:hover {
  opacity: 0.9;
}

@media screen and (max-width: 900px) {
  .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 640px) {
  .download-grid {
    grid-template-columns: 1fr !important;
  }

  .download-card {
    padding: 24px 18px 22px;
  }

  .download-text {
    min-height: auto;
  }
}

.region-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 20px 0 30px;
}

.region-link-grid-full {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

.region-link-grid .q_button_wrap {
  margin: 0;
  width: 100%;
}

.region-link-grid .q_custom_button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.region-link-grid-full .q_custom_button {
  width: auto;
  min-width: 320px;
}

@media screen and (max-width: 767px) {
  .region-link-grid {
    grid-template-columns: 1fr;
  }

  .region-link-grid-full {
    grid-column: auto;
  }

  .region-link-grid-full .q_custom_button {
    width: 100%;
    min-width: 0;
  }
}