@charset "UTF-8";
#mb_header-space {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:-webkit-any-link {
  color: inherit;
  text-decoration: none;
}

body {
  text-align: left;
}

picture {
  line-height: 0;
}

main * {
  font-family: "notosansjp", sans-serif;
  box-sizing: border-box;
}

section {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

a {
  cursor: pointer;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  padding-left: 2rem;
}
h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, #68b3ea 0%, #68b3ea 50%, #ffcc00 50%, #ffcc00 100%);
}

h3.common-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #4b6ee3;
  border-bottom: 2px solid;
  padding-left: 5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 800;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.indent-4 {
  text-indent: 1rem;
}

.-indent-4 {
  text-indent: -1rem;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #ee0000;
}

.text-blue {
  color: #4b6ee3;
}

.relative {
  position: relative;
}

@media screen and (max-width: 768px) {
  .mb-display-none {
    display: none;
  }
}

.content-layout {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .content-layout {
    display: block;
  }
}
.content-layout #sideContent {
  float: unset;
  width: 212px;
  height: 100%;
  margin-top: 10px;
}
.content-layout #main-content {
  flex-grow: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .content-layout #main-content {
    margin-top: 96px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
  }
}

.table-no-carbon-thickness {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table-no-carbon-thickness thead {
  background-color: #6c757d;
}
.table-no-carbon-thickness thead tr th {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 16px;
  text-align: center;
  border: none;
}
.table-no-carbon-thickness thead tr th:first-child {
  width: 120px;
}
.table-no-carbon-thickness tbody tr td {
  padding: 12px 16px;
  border-bottom: 1px solid #6c757d;
  vertical-align: top;
  line-height: 1.6;
}
.table-no-carbon-thickness tbody tr td:first-child {
  font-weight: 700;
  text-align: center;
  background-color: #f8f9fa;
  color: #495057;
  font-size: 1.1rem;
}
.table-no-carbon-thickness tbody tr td:last-child {
  font-size: 0.95rem;
}
.table-no-carbon-thickness tbody tr td:last-child span[style*="color:#f00;"] {
  color: #e74c3c !important;
  font-weight: 700;
}
.table-no-carbon-thickness tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .table-no-carbon-thickness {
    font-size: 0.9rem;
  }
  .table-no-carbon-thickness thead tr th {
    padding: 10px 8px;
    font-size: 0.9rem;
  }
  .table-no-carbon-thickness tbody tr td {
    padding: 10px 8px;
  }
  .table-no-carbon-thickness tbody tr td:first-child {
    font-size: 1rem;
  }
  .table-no-carbon-thickness tbody tr td:last-child {
    font-size: 0.85rem;
  }
}
#section-template-links .template-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  width: 95%;
  margin: 0 auto;
}
#section-template-links .template-links a:hover {
  opacity: 0.5;
}
#section-template-links .template-links img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #section-binding img {
    width: 100%;
    height: auto;
  }
}

#section-other-banners img {
  width: 100%;
  height: auto;
}

#section-same-diff-plate .image-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #section-same-diff-plate .image-container {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#section-same-diff-plate .image-container img {
  width: 100%;
  height: auto;
}

#section-about-setnori .image-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #section-about-setnori .image-container {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#section-about-setnori .image-container img {
  width: 100%;
  height: auto;
}

#section-intro {
  background-color: #fff;
}
#section-intro .copy-type {
  padding: 0.5rem 0.8rem;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
}
#section-intro .container {
  display: flex;
  gap: 1.5rem;
}
#section-intro .container .left-contents {
  flex-grow: 1;
}
#section-intro .container .right-contents .swiper-container {
  width: 360px;
}
@media screen and (max-width: 768px) {
  #section-intro .container {
    display: block;
  }
  #section-intro .container .left-contents {
    width: 100%;
  }
}

#section-tips .tips-container {
  width: 100%;
  padding: 1rem;
  background-color: #f18101;
}
#section-tips .tips-title {
  width: 100%;
  padding: 5px;
  border-radius: 0.5rem;
  background: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#section-tips .tips-title .tips-title-contents-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#section-tips .tips-title .tips-title-contents-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  #section-tips .tips-title .tips-title-contents-2 {
    flex-direction: column;
    gap: 1rem;
  }
}
#section-tips .tips-title:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#section-tips .tips-title h2 {
  color: #0738d7;
  margin: 0;
  user-select: none;
  grid-column: 2/4;
}
#section-tips .tips-title img {
  display: block;
  width: 30px;
  height: auto;
}
#section-tips .tips-title .tips-title-description {
  grid-column: 1/3;
}
#section-tips .tips-title .tips-title-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
#section-tips .tips-title .tips-menu-open,
#section-tips .tips-title .tips-menu-close {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 3px 1rem;
  background-color: #24749b;
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  font-size: 14px;
}
#section-tips .tips-title .tips-menu-open span,
#section-tips .tips-title .tips-menu-close span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #24749b;
  border-radius: 100%;
  font-weight: 900;
  font-size: 20px;
}
#section-tips .tips-title .tips-menu-close {
  display: none;
}
#section-tips .tips-title.active .tips-menu-open {
  display: none;
}
#section-tips .tips-title.active .tips-menu-close {
  display: flex;
}
#section-tips .tips-content {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 1rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  #section-tips .tips-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section-tips .tips-content.show {
  max-height: 500px;
  opacity: 1;
  padding: 0.5rem 2rem;
  transform: translateY(0);
}
#section-tips .tips-content li {
  width: 100%;
}
#section-tips .tips-content li .tips-item {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 0.5rem 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}
#section-tips .tips-content li .tips-item:hover {
  opacity: 0.7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.den-top-order-method {
  padding: 1rem 1.2rem;
  position: relative;
}
.den-top-order-method .products {
  background-color: #fff;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .den-top-order-method .products {
    padding: 0.25rem;
  }
}
.den-top-order-method .products .product-item {
  position: relative;
}
.den-top-order-method .products .product-item a:hover {
  opacity: 0.5;
  border: 3px solid red;
}
.den-top-order-method .products .product-item img {
  width: 100%;
  height: auto;
  display: block;
}
.den-top-order-method .products .product-item .product-link {
  position: absolute;
  width: 180px;
  height: fit-content;
  padding: 3px;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 3px solid orange;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}
.den-top-order-method .products .product-item .product-link.invoice-link {
  left: 10px;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .den-top-order-method .products .product-item .product-link {
    width: 130px;
    font-size: 0.875rem;
    padding: 3px;
    line-height: 1;
  }
}

#den-top-order_fulldata {
  background-color: #ff9900;
}
#den-top-order_fulldata .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
#den-top-order_fulldata .data-type {
  padding: 5px;
  border: 2px solid #aa3b3b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#den-top-order_fulldata .data-type img {
  width: 100px;
  height: auto;
}
#den-top-order_fulldata h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 5px;
}
#den-top-order_fulldata h2 .narrow-bracket {
  font-feature-settings: "halt" 1;
}
#den-top-order_fulldata .about-fulldata {
  display: flex;
  gap: 0.5rem;
}
#den-top-order_fulldata .about-fulldata .label {
  flex-shrink: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .about-fulldata {
    flex-direction: column;
  }
}
#den-top-order_fulldata .fixed-image {
  position: absolute;
  left: 6px;
  top: 95px;
  width: 200px;
}
#den-top-order_fulldata .fixed-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .fixed-image {
    display: none;
  }
}
#den-top-order_fulldata .products {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .products {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
#den-top-order_fulldata .products.contract {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .products.contract {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}
#den-top-order_fulldata .products.contract .product-link {
  top: 42%;
  white-space: nowrap;
  width: fit-content;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#den-top-order_fulldata .invoice-link {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  #den-top-order_fulldata .invoice-link {
    display: none;
  }
}

#den-top-order_design {
  padding: 1rem;
  background-color: #68b3ea;
}
#den-top-order_design .title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #den-top-order_design .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#den-top-order_design .title h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
  color: #fff;
  padding-bottom: 5px;
}
#den-top-order_design .products {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #den-top-order_design .products {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
#den-top-order_design .products.receipt {
  grid-template-columns: repeat(2, 1fr);
}
#den-top-order_design .fixed-image {
  position: absolute;
  left: 6px;
  top: 80px;
  width: 220px;
}
#den-top-order_design .fixed-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #den-top-order_design .fixed-image {
    display: none;
  }
}

#den-top-order_web {
  padding: 1rem;
  background-color: #6aa9ff;
}
#den-top-order_web .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#den-top-order_web h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
  color: #fff;
  padding-bottom: 5px;
}
#den-top-order_web .products {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #den-top-order_web .products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
#den-top-order_web .products.receipt {
  grid-template-columns: repeat(1, 1fr);
}
#den-top-order_web .products .product-link {
  transform: unset;
  left: unset;
  right: 1rem;
}

#den-top-order_other h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
  color: #000;
  padding-bottom: 5px;
}
#den-top-order_other .other-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #den-top-order_other .other-items {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
#den-top-order_other .other-items a:hover {
  opacity: 0.5;
}
#den-top-order_other .other-items .other-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 5px;
  border: 3px solid #ff9900;
  border-radius: 0.5rem;
  padding: 8px;
  background-color: #fff;
  border-radius: 0.5rem;
  align-items: center;
}
#den-top-order_other .other-items h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ee0000;
}
#den-top-order_other .product-link {
  width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 3px;
  pointer-events: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: 3px solid orange;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}

#den-top-order_design.contract-template .products {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #den-top-order_design.contract-template .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 380px) {
  #den-top-order_design.contract-template .products {
    grid-template-columns: 1fr;
  }
}
#den-top-order_design.contract-template .contract-template-item {
  width: 100%;
  border: 1px solid #888;
  padding: 1rem;
  box-shadow: 2px 4px 4px #888;
  background-color: #fff;
}
#den-top-order_design.contract-template .contract-template-item .g-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 24px 1fr 1fr;
  gap: 0.5rem 0;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-1 {
  grid-column: span 12;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-1 p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-2 {
  grid-column: span 5;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-2 p {
  font-size: 0.875rem;
  font-weight: 400;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-3 {
  grid-column: span 7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-3 p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-4 {
  grid-column: span 7;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-4 p {
  font-size: 0.875rem;
  font-weight: 400;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-5 {
  grid-column: span 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  color: #ee0000;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-5 p.price {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-5 p.unit {
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
#den-top-order_design.contract-template .contract-template-item .g-1 .g-1-5 p.unit::after {
  content: "～";
  display: block;
  text-align: center;
  line-height: 0.1;
  font-size: 1em;
}
#den-top-order_design.contract-template .contract-template-item .g-2 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  #den-top-order_design.contract-template .contract-template-item .g-2 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
#den-top-order_design.contract-template .contract-template-item .g-2 a.child-item {
  border: 2px solid #006304;
  padding: 0.5rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#den-top-order_design.contract-template .contract-template-item .g-2 a.child-item:hover {
  opacity: 0.5;
}
#den-top-order_design.contract-template .contract-template-item .g-2 a.child-item .child-item-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#den-top-order_design.contract-template .contract-template-item .g-2 a.child-item .child-item-description {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
#den-top-order_design.contract-template .contract-template-item .g-2 a.child-item .product-link {
  width: 100%;
  height: fit-content;
  padding: 2px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  border: 2px solid orange;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}
@media screen and (max-width: 768px) {
  #den-top-order_design.contract-template .contract-template-item .g-2 a.child-item .product-link {
    width: 130px;
    font-size: 0.875rem;
    padding: 3px;
    line-height: 1;
    margin: 0 auto;
  }
}

.denpyo-pro-banner a {
  display: block;
  width: 100%;
  height: auto;
}
.denpyo-pro-banner a:hover {
  opacity: 0.5;
}
.denpyo-pro-banner a img {
  width: 100%;
  height: auto;
}

#section-marble-cloth .marble-cloth-contents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 2rem;
  justify-content: space-evenly;
  margin-top: 1rem;
}
#section-marble-cloth .marble-cloth-contents h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#section-marble-cloth .marble-cloth-contents img {
  width: 100%;
  height: auto;
}

#section-about-no-carbon h4 {
  font-size: 1.2rem;
}
#section-about-no-carbon .no-carbon-color-list {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  margin-top: 1rem;
}
#section-about-no-carbon .light-blue {
  color: #4b6ee3;
}
#section-about-no-carbon img {
  width: 100%;
  height: auto;
}
#section-about-no-carbon .youtube-link {
  display: block;
  width: 100%;
  max-width: 350px;
}
#section-about-no-carbon .youtube-link:hover {
  opacity: 0.8;
}
#section-about-no-carbon .youtube-link img {
  width: 100%;
  height: auto;
}

#mb_sidebar-main li {
  height: 40px !important;
}
#mb_sidebar-main li .list-media {
  height: 100%;
  align-items: center !important;
}

#mb_sidebar-all .ac-menu label {
  align-items: center !important;
}

.hamburger-menu .menu-name {
  display: none !important;
}

#section-other-banners .other-banners-container {
  display: flex;
  gap: 1rem;
}
#section-other-banners .other-banners-container a:hover {
  opacity: 0.5;
}
#section-other-banners .other-banners-container img {
  width: 100%;
  height: auto;
}
#section-other-banners .columns-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
#section-other-banners .columns-container .card a:hover {
  opacity: 0.5;
}
#section-other-banners .columns-container .card img {
  display: block;
  width: 100%;
  height: auto;
  border: 7px solid #9dc3e6;
  box-sizing: border-box;
}
#section-other-banners .columns-container .card .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.75rem;
  line-height: 1.25;
  color: #0d4b9b;
}
#section-other-banners .columns-container .card .date {
  font-size: 0.8rem;
  color: #666;
}/*# sourceMappingURL=denpyo.css.map */