@charset 'UTF-8';

/*----------- トップページ -----------*/
.swiper {
  margin-top: 0;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-bullet-active {
  background: #575757 !important;
}

.swiper-pagination {
  position: static !important;
}

.swiper-slide img {
  width: 100%;
}


/* topics */
.top-topics-wrapper .bnrs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.top-topics-wrapper .bnrs .bnr {
  width: calc((100% - 45px) / 4)
}

.top-topics-wrapper .bnrs .bnr img {
  display: block
}

.news-tag {
  color: var(--color_red);
  font-size: 14px;
  border: 1px solid var(--color_red);
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 8px;
  display: inline-block;
}

/* news */
.top-news-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top-news-wrapper ul li {
  margin: 15px 0;
}

.news-tag {
  color: var(--color_red);
  font-size: 14px;
  border: 1px solid var(--color_red);
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 8px;
  display: inline-block;
}

/* about-us */
.top-about-us.wave-bg {
  background-position: center top;
  height: auto;
  padding-bottom: 0;
}

.top-about-us.wave-bg + .top-products .page-width {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .top-about-us.wave-bg + .top-products .page-width {
    padding-top: 50px;
  }
}

/* top-products */
.top-p-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-products h2 {
  margin-bottom: 20px;
}

.top-p-flex .flex-item {
  width: 45%;
}

.top-p-flex p {
  margin: 20px 0;
}

.top-products .flex-item.item1 img {
  width: 222px;
}

.line-nap {
  font-size: 15px;
}

.line-nap .items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.line-nap .items .item:after {
  content: " /";
}

.line-nap .items a.line-nap__label,
.line-nap .items a.line-nap__label:hover,
.line-nap .items a.line-nap__label:focus,
.line-nap .items a.line-nap__label:active,
.line-nap .items a.line-nap__label:visited {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 1 !important;
  color: inherit !important;
}

.flex-item.item2 {
  text-align: center;
}

.flex-item.item2 img {
  width: 450px;
}

/* img-box */
.top-img {
  display: flex;
  margin: 20px 0 10px 0;
}

/* manufacturer */
.top-manufacturer .brand-box {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 20px;
}

.top-manufacturer .brand a {
  display: block;
  width: 90%;
  height: 80px;
  text-align: center;
}

.top-manufacturer .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------- ALEG -----------*/
.intro {
  text-align: center;
}

.intro img {
  margin-top: -80px;
}

.intro p {
  margin: 25px 0;
}

/* メガメニュー */
.dropbtn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
}

.navbar {
  overflow: hidden;
  display: flex;
  width: 650px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.navbar a {
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown {
  float: left;
  overflow: hidden;
  border-bottom: 1px solid;
  text-align: center;
}

.megamenu-column h3 {
  text-align: center;
}

.dropdown .dropbtn {
  width: 200px;
  font-size: 16px;
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  margin: 0;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.megamenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  border-top: 1px solid var(--color_red);
}

section.line-up-top {
  position: relative;
  z-index: 99;
}

.megamenu a {
  text-align: left;
}

.megamenu-column {
  flex: 1;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
}

.megamenu-column h3 {
  margin-top: 0;
}

.dropdown .mega-is-active {
  border-color: var(--color_red);
}

.megamenu-conte {
  display: flex;
  align-items: center;
}

.megamenu {
  display: none;
}

.megamenu.mega-is-active {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.caret-up:after {
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
  color: var(--color_red);
}

.dropbtn:after {
  transition: transform 0.3s ease-in-out;
}

/* メガメニュー */
.line-up-top {
  margin-top: 50px;
}

@media screen and (min-width: 600px) {
  .line-up-top .page-width {
    padding-top: 100px;
  }
}

.line-up-container .content h2:before,
.megamenu-column a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color_red);
  margin-right: 10px;
  margin-bottom: 2px;
}

.line-up-container .content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.line-up .line-up-container .r-right {
  color: var(--color_red);
  right: -50px;
  width: 12px;
  height: 12px;
}

/*----------- 取り扱いメーカー -----------*/
.maker-container .content-wrapper .content {
  height: auto;
  position: relative;
  margin-bottom: 40px;
}

.maker-container .content-wrapper .content h2 {
  height: 160px;
  text-align: center;
  align-content: center;
}

.maker-container .content-wrapper .content .maker-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.maker-container .maker-btn a {
  padding: 40px;
}

.maker-container .maker-btn a span.r-right {
  margin-left: 20px;
}

.makers-logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 80px auto;
}

/*----------- ブランド詳細----------*/
.page-template-aleg-product .s-div {
  margin-bottom: 50px;
}

.page-template-aleg-product .brand-detail h2 {
  margin-bottom: 10px;
}

.page-template-aleg-product .b-detail .page-width {
  margin-top: 0;
}

.page-template-aleg-product .d-img span,
.common-note span {
  color: var(--corol_blue);
}

.page-template-aleg-product .b-detail .page-width {
  margin-bottom: 0;
}

.page-template-aleg-product .d-img p {
  margin: 10px 0;
}

.page-template-aleg-product .d-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.page-template-aleg-product .d-table th,
.page-template-aleg-product .d-table td {
  border: 1px solid #000;
  padding: 5px 2px;
  text-align: center;
}

.page-template-aleg-product .d-table th {
  background-color: #A5ABD3;
  color: #000;
}

.page-template-aleg-product .d-table tr td:first-child {
  background-color: #D3D5EA;
}

.page-template-aleg-product .d-style1 tr td:first-child,
.page-template-aleg-product .d-style1 tr td:nth-last-child(2) {
  background-color: #D3D5EA;
}

.page-template-aleg-product .d-table tr.bg2 td:first-child,
.page-template-aleg-product .d-table tr.bg2 td:nth-last-child(2) {
  background-color: #EAECF5;
}

.page-template-aleg-product .d-table td {
  width: 120px;
}

.page-template-aleg-product .d-table tr td:first-child {
  width: 220px;
  position: relative;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
}

.page-template-aleg-product .d-table .nowrap {
  white-space: nowrap;
}

.page-template-aleg-product .d-table .pt2 tr td:first-child {
  width: 100px;
  text-align: center;
}

.page-template-aleg-product .d-table .pt2 tr td:nth-child(2) {
  background-color: #D3D5EA;
}

.page-template-aleg-product .d-table td {
  width: 100px;
}

/* .page-template-aleg-product .d-style1 tr td:first-child:after {
  content: "①";
  position: absolute;
  right: 20px;
}

.page-template-aleg-product .d-table tr.bg2 td:first-child:after {
  content: "②";
} */
.page-template-aleg-product .d-table th,
.page-template-aleg-product .d-table td {
  vertical-align: middle;
  font-size: 14px;
  height: 45px;
}

.page-template-aleg-product caption {
  caption-side: bottom;
  text-align: right;
  font-size: 14px;
  color: #000;
}

.page-template-aleg-product .bg2 span {
  border-top: 1px solid;
  display: block;
}

/* .page-template-aleg-product .bdt {
  border-top: 1.5px solid #000;
} */
.page-template-aleg-product .pdf-wrapper a,
.page-template-aleg-product .d-catalog a {
  color: var(--color_text-link);
  text-decoration: underline;
  text-decoration-color: var(--color_text-link);
  text-decoration-thickness: .5px;
  text-underline-offset: 4px;
}

.page-template-aleg-product .pdf-wrapper a {
  margin-right: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

.page-template-aleg-product .border {
  border-bottom: 1px solid #000;
}

.page-template-aleg-product .common-note .page-width {
  margin-top: 0;
}

.page-template-aleg-product .common-note ul {
  margin-left: 15px;
  line-height: 1.5rem;
  margin-top: 15px;
}

.page-template-aleg-product .high td span:after {
  content: "※";
  font-size: 8px;
  vertical-align: super;
}

.page-template-aleg-product .re-plate {
  display: flex;
  gap: 20px;
}

.page-template-aleg-product .detail-title {
  font-size: 23px !important;
}

.re-plate img {
  width: 65%;
}

/* d-free */
.page-template-aleg-product .d-free li {
  display: flex;
}

.page-template-aleg-product .d-free li::before {
  content: "・";
  flex-shrink: 0;
}

.page-template-aleg-product .d-free .center {
  text-align: center;
}

.page-template-aleg-product .d-free .bold {
  font-weight: bold;
}

.page-template-aleg-product .d-free .big {
  font-size: 20px;
}

.page-template-aleg-product .d-free p.blue {
  color: #80BFCE;
}

.page-template-aleg-product .d-free p.green {
  color: #64B267;
}

.page-template-aleg-product .d-free .shape01 {
  padding: 10px;
  text-align: center;
  color: #fff !important;
}

.page-template-aleg-product .d-free .shape01.blue {
  background: #80BFCE;
}

.page-template-aleg-product .d-free .shape01.green {
  background: #64B267;
}

.page-template-aleg-product .d-free .cards {
  display: flex;
  gap: 15px;
}

.page-template-aleg-product .d-free .cards .card {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  text-align: justify;
}

.page-template-aleg-product .d-free .cards .card dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-template-aleg-product .d-free .cards.blue .card {
  background: #E2F8FD;
}

.page-template-aleg-product .d-free .cards.green .card {
  background: #E8FCEF;
}

.page-template-aleg-product .d-free .cards .card dt {
  color: #114EA2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.page-template-aleg-product .d-free .cards .card dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.page-template-aleg-product .d-free .cards .card dd p {
  font-weight: 500;
  margin-bottom: 15px;
}

.page-template-aleg-product .d-free .cards .card dd small {
  margin-top: auto;
  font-weight: 500;
  color: #F07E0C;
  font-size: 14px;
  /* height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.page-template-aleg-product .sup {
  font-size: 14px;
}

.page-template-aleg-product .d-free .raw {
  display: flex;
  gap: 20px;
}

.page-template-aleg-product .d-free .raw .col2 {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .page-template-aleg-product .d-free .sp-left {
    text-align: left;
  }

  .page-template-aleg-product .d-free .big {
    font-size: 18px;
  }

  .page-template-aleg-product .d-free .shape01 {
    padding: 5px;
  }

  .page-template-aleg-product .d-free .cards {
    flex-direction: column;
    gap: 10px;
  }

  .page-template-aleg-product .d-free .cards .card {
    padding: 10px;
  }

  .page-template-aleg-product .d-free .cards .card dt {
    margin-bottom: 10px;
  }

  .page-template-aleg-product .d-free .cards .card dd p {
    margin-bottom: 10px;
  }

  .page-template-aleg-product .d-free .cards .card dd small {
    margin-top: auto;
    font-weight: 500;
    color: #F07E0C;
    font-size: 14px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page-template-aleg-product .d-free .raw {
    flex-direction: column;
    gap: 0;
  }

  .page-template-aleg-product .d-free .raw .col2 {
    width: 100%;
  }

  .page-template-aleg-product .sup {
    font-size: 10px;
  }
}

/*----------- ブランド詳細2----------*/
.brand-second .cat-ttl {
  display: flex;
  margin-bottom: 40px;
}

.brand-second .cat-ttl01 {
  border-bottom: solid 3px #0331AB;
}

.brand-second .cat-ttl02 {
  border-bottom: solid 3px #E90819;
}

.brand-second .cat-ttl span {
  min-width: 380px;
  padding: 10px 45px;
  min-height: 65px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  gap: 12px;
}

.brand-second .cat-ttl.new span::after {
  background-image: url(../images/new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 59px;
  height: 59px;
}

.brand-second .cat-ttl01 span {
  background: linear-gradient(to left, #0331AB, #0178BC);
  color: #fff;
}

.brand-second .cat-ttl02 span {
  background: linear-gradient(to left, #E70012, #FF5865);
  color: #fff;
}

.brand-second .img-bnr {
  width: 38%;
  aspect-ratio: 380/340;
  font-size: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.brand-second .img-bnr:hover {
  opacity: .8;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}

.brand-second .img-bnr01 {
  background-image: url(../images/bnr01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-second .btns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.brand-second .btns a {
  padding: 15px 30px;
  border-radius: 100vh;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.brand-second .btns .btn01 {
  background: linear-gradient(to left, #0331AB, #0178BC);
}

.brand-second .lineup-detail .table-wrap {
  margin: 13px 0;
}

.brand-second .lineup-detail .table-wrap td img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.brand-second .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.brand-second .flex-box .text {
  width: 55%;
}

.brand-second .flex-box .text p {
  font-size: 16px;
}

.brand-second .flex-box .img {
  width: 38%;
}

.brand-second .LED-lineup h2 {
  text-align: center;
}

.brand-second h3 {
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 700;
}

.brand-second h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.brand-second .LED-type .flex-box .type {
  width: 48%;
  margin-bottom: 40px;
}

.brand-second .LED-type .flex-box .type h4 {
  margin-bottom: 0;
}

.brand-second .LED-type .flex-box .type .tab {
  font-size: 0.9em;
  color: var(--color_red);
  border: solid 1px var(--color_red);
  width: 180px;
  text-align: center;
  border-radius: 40px;
}

.brand-second .icon {
  position: relative;
  padding: 15px 0;
}

.brand-second .icon::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
}

.brand-second .icon1::after {
  width: 60px;
  height: 60px;
  background: url(../images/LED-type_before1.png) no-repeat center right;
  background-size: contain;
}

.brand-second .icon2::after {
  background: url(../images/LED-type_before2.png) no-repeat center right;
  background-size: contain;
}

.brand-second .icon3::after {
  background: url(../images/LED-type_before3.png) no-repeat center right;
  background-size: contain;
}

.brand-second .icon4::after {
  background: url(../images/LED-type_before4.png) no-repeat center right;
  background-size: contain;
}

.brand-second .lineup-menu .flex-box {
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.brand-second .lineup-menu .flex-box a {
  width: 29%;
  background-color: var(--color_red);
  padding: 20px 40px;
  margin: 16px;
  position: relative;
  color: #fff;
  text-align: center;
}

.brand-second .r-right {
  transform: translateX(150%) translatey(-40%) rotate(135deg);
}

.brand-second .lineup-detail {
  margin-bottom: 80px;
}

.brand-second .lineup-detail h3 {
  background-color: var(--color_red);
  color: #fff;
  padding-left: 20px;
  margin-bottom: 20px;
}

.brand-second .lineup-detail h3 span {
  font-size: 0.8em;
}

.brand-second .lineup-detail .main h4::before,
.lineup-detail .option h4::before {
  content: "";
  border-left: 8px solid var(--color_red);
  padding-right: 10px;
}

.brand-second .lineup-detail .main .flex-box img {
  width: 30%;
}

.brand-second .option .grid-box {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.brand-second .lineup-detail tr td:first-child:after {
  display: none;
}

.brand-second .to-lineup {
  text-align: center;
  font-weight: 700;
}

.brand-second .to-lineup a span.r-right {
  transform: translateX(200%) rotate(-45deg);
  color: var(--color_red);
}

.brand-second table {
  width: 100%;
}

.brand-second table tr th {
  background-color: var(--color_right-gray);
  border: 0;
}

.brand-second table tr td {
  border: 0;
  border-bottom: 1px var(--color_right-gray) solid;
  line-height: 2.5;
}

.brand-second .table-wrap tr td:first-child,
.brand-second .table-wrap tr td:nth-last-child(2) {
  background-color: #fff;
}

.brand-second .pdf-dw {
  margin: 40px 0;
}

.brand-second .pdf-dw h5 {
  background-color: var(--color_right-gray);
  padding: 10px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.brand-second .pdf-dw h5::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  width: 20px;
  height: 20px;
  background: url(/images/dw-icon.png) no-repeat center right;
  background-size: contain;
}

.pdf-dw p a,
.option .grid-box a {
  color: var(--color_text-link);
  text-decoration: underline;
  line-height: 2;
}

.option .grid-box a {
  position: relative;
  padding-right: 25px;
}

.option .grid-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/dw-iconb.png) no-repeat top left;
  background-size: contain;
}

.kakomi.flex-box {
  justify-content: left;
  align-items: center;
}

.kakomi .tab {
  font-size: 0.8em;
  border: solid 1px var(--color_gray);
  text-align: center;
  border-radius: 40px;
  padding: 0 20px;
  margin-right: 10px;
}

.orenge {
  background: #EE7801;
  width: 82px;
  height: 23px;
  padding: 0px 19px 0px 19px;
  gap: 10px;
  color: #fff;
}

.light-orange {
  background: #F6AC00;
  width: 82px;
  height: 23px;
  padding: 0px 19px 0px 19px;
  gap: 10px;
  color: #fff;
}

.light-orange2 {
  background: #f9bf2c;
  width: 82px;
  height: 23px;
  padding: 0px 19px 0px 19px;
  gap: 10px;
  color: #fff;
}

.light-green {
  background: #c2d84e;
  width: 82px;
  height: 23px;
  padding: 0px 19px 0px 19px;
  gap: 10px;
  color: #fff;
}

.brand-second table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

.brand-second table tr th {
  background-color: var(--color_right-gray);
  border: 0;
  padding: 8px;
  width: 100px;
}

.brand-second table tr td {
  border: 0;
  border-bottom: 1px var(--color_right-gray) solid;
  line-height: 2;
  vertical-align: middle;
  padding: 8px;
}

.brand-second .grid-box img {
  object-fit: cover;
  width: 363px;
  height: 257px;
}

/*----------- お知らせ -----------*/
.news-header .category {
  display: inline-block;
  padding: 5px 10px;
}

.news-header .date {
  color: var(--color_gray);
}

.news-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-title h3 {
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 5px;
}

.news-container a.read-more {
  color: var(--color_text-link);
  text-decoration: underline;
}

.news-content {
  margin-bottom: 17px;
}

.news-container {
  border-bottom: 1px solid var(--color_right-gray);
  padding: 40px;
}

.news-list .sidebar {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.news-list .sidebar-section {
  margin-bottom: 20px;
}

.news-list .sidebar-section h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.news-list .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list .sidebar-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list .sidebar-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.news-list .sidebar-list li:last-child {
  border-bottom: none;
}

.news-list .sidebar-list a {
  text-decoration: none;
  color: #000;
  flex-grow: 1;
}

.news-list .sidebar-list .arrow {
  margin-left: 10px;
  color: #000;
}

.news-list .news-flex {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.news-wrapper {
  margin-left: 15px;
  flex: 1;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-top: 60px;
}

.pagination li {
  margin: 0 5px;
}

.pagination a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #000;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

.pagination .active a {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.pagination .next a {
  border: none;
}

.news-content {
  color: var(--color_gray);
}

.btn a {
  border: 2px solid var(--color_red);
  border-radius: 30px;
  padding: 15px 80px;
  color: var(--color_red);
  box-shadow: 0px 2px #5656564d;
}

.btn {
  margin: 35px auto;
  text-align: center;
}

.btn--details {
  margin: 35px auto;
}

.btn--detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  margin: 0 auto;
  padding: 15px 70px;
  border: 2px solid #E60012;
  border-radius: 30px;
  color: #E60012;
  box-shadow: 0px 2px #5656564d;
  font-size: 1em;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 40px;
}

.page-template-page-aleg .content img {
  /*  object-fit: cover;*/
  width: 100%;
  /*  height: 210px;*/
  object-fit: contain;
  aspect-ratio: 370 / 210;
}

.page-template-page-aleg .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.next .r-right {
  right: -10PX;
  color: var(--corol_blue);
}

/*----------- お知らせ詳細 -----------*/
.artice .to-list {
  text-align: center;
  margin-top: 80px;
}

.artice .news-title {
  margin-bottom: 15px;
  margin-top: 8px;
}

.related-info {
  margin-top: 30px;
}

.related-info span {
  display: block;
  text-decoration: underline;
  text-decoration-color: var(--color_gray);
  text-decoration-thickness: 5%;
  padding-bottom: 3px;
}

.to-list .r-right {
  transform: translateX(-25%) rotate(-135deg);
}

/*----------- 会社概要 -----------*/
section.policy {
  text-align: center;
}

h2.b-b {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

h2.b-b::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: var(--grade);
  margin: 0 auto;
  margin-top: 10px;
}

.policy span {
  font-size: 12px;
  display: block;
  color: #919191;
}

.policy p {
  margin: 40px 0 25px 0;
}

.policy img {
  width: 650px;
}

.policy.wave-bg {
  background-position: bottom;
}

section.attempt {
  background-color: #F8F8F8;
}

.attempt .title,
.attempt {
  position: relative;
}

section.attempt:after {
  content: "Brightlite";
  color: #fff;
  font-size: 240px;
  position: absolute;
  bottom: -65px;
  right: 0;
  font-weight: bold;
}

.attempt .page-width {
  padding-bottom: 105px;
}

.attempt h3,
.attempt h4 {
  color: var(--corol_blue);
}

.attempt .title {
  padding: 10px 60px;
  width: 950px;
  margin: 15px auto;
}

.attempt .title h3 {
  padding-bottom: 13px;
}

.attempt h3:before {
  content: url(../images/about-i.png);
  position: absolute;
  top: -20px;
  left: 20px;
}

.attempt .content h4 {
  margin-bottom: 15px;
}

.attempt .content {
  background-color: #fff;
  margin: 30px 75px;
  padding: 30px 65px;
}

.attempt .item {
  margin: 45px 0;
}

section.about-us .page-width {
  margin-top: 12px;
  padding-top: 12px;
}

.about-us table {
  width: 75%;
  border-collapse: collapse;
  margin: 0 auto;
}

.about-us th,
.about-us td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.about-us th {
  background-color: #f2f2f2;
  text-align: center;
  padding: 15px;
}

.about-us td {
  padding-left: 15px;
  line-height: 1.5rem;
}

iframe {
  margin-bottom: 5px;
}

/*----------- 会社概要 En -----------*/
.products-lamp > div {
  margin-bottom: 80px;
}

.products-lamp h4 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #544c99;
}

.products-lamp h5 {
  font-weight: bold;
  font-size: 20px;
}

.products-lamp .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.prodImg {
  width: 38%;
}

.prodText {
  width: 55%;
}

/*----------- privacy policy -----------*/
.prpoli-contents .content h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.prpoli-contents .content {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*----------- 404 -----------*/
.not-found {
  margin: 60px;
}

.error404 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.error404 section.contact-banner {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
}

/*----------- コンタクトフォーム -----------*/
.contact-page {
  padding: 40px 0;
}

.contact-thanks-content .contact-thanks-btn {
  margin-top: 10px;
}

.contact-thanks-content .contact-thanks-btn .b-btn {
  display: inline-block;
  text-decoration: none;
}

.contact-page .page-width {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
}

.contact-page h1 {
  font-size: 2em;
  margin-bottom: 20px;
  text-align: center;
}

.contact-page .contact-form-wrapper {
  margin-top: 20px;
}

.contact-page label {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}

.contact-page input,
.contact-page textarea {
  color: #000;
}

.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="tel"],
.contact-page select,
.contact-page textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddddea;
  border-radius: 4px;
  background: #f4f4ff;
}

.contact-page input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  width: 200px;
  text-align: center;
  margin: 15px auto;
}

.form-submit-btn {
  text-align: center;
}

.contact-page input[type="submit"]:hover {
  background-color: #005a87;
}

.form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.form-flex > p {
  flex: 0 0 30%;
  max-width: 180px;
  margin: 0;
}

.form-flex > div {
  flex: 0 0 68%;
  min-width: 0;
  margin: 0;
}

.form-flex > div > p {
  margin: 0;
}

.form-flex:has(textarea) {
  align-items: flex-start;
}

.form-flex span {
  font-size: 16px;
  color: #FF0004;
}

.form-flex .form__select {
  color: #000000 !important;
}

span.wpcf7-spinner {
  display: none;
}

form.wpcf7-form.init br {
  display: none;
}

input[type="checkbox"] {
  all: revert;
}

.form-check {
  background-color: #fafafa;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
}

.form-check a {
  color: var(--color_text-link, #0078bb);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-check a:hover {
  opacity: 0.85;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px;
}

.about-txt {
  font-size: 18px;
  font-weight: 500;
}

/* Thanks message */
.wpcf7-response-output {
  display: none;
}

/*----------- page-relica-g3 -----------*/
.page-product-container {
  text-align: center;
}

.page-product-inner {
  margin-bottom: 30px;
}

.page-product-contents {
  margin-bottom: 60px;
}

.page-product-h3 {
  font-size: 22px;
}

.p-feature-img {
  max-width: 300px;
}

.page-product-list {
  margin-bottom: 60px;
}

.page-product-list .p-feature-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2em;
}

.page-product-list .p-feature-item:not(:last-child) {
  margin-bottom: 4em;
}

.product-detail-list p {
  margin: 20px 0;
}

.page-product-catalog-title {
  margin-bottom: 20px;
}

.page-product-catalog-link {
  color: var(--color_text-link);
  text-decoration: underline;
  text-decoration-color: var(--color_text-link);
  text-decoration-thickness: .5px;
  text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .page-product-list .p-feature-item {
    flex-direction: column;
  }

  .page-product-h3 {
    font-size: 20px;
  }
}

/*----------- page-ot-driver-series -----------*/
.page-product__inner {
  padding: 40px 0 60px;
}

.page-product_sec_title {
  background: transparent;
  border-left: solid 8px #e60011;
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  padding: 0.25em 0.5em;
  margin: 10px 0;
}

.page-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  padding: 60px 0;
}

.page-product-detail_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 40px 0;
  }
}

/*----------- patternA -----------*/
.patternA .ttl01 {
  font-size: 23px !important;
  font-weight: bold;
  margin-bottom: 30px;
}

.patternA .ttl02 {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 20px;
  background: #EA0A0A;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  min-width: 325px
}

.patternA .section {
  margin: 50px 0;
}

.patternA .dl01 {
  line-height: 1.8;
}

.patternA .dl01 dt {
  display: flex;
  font-weight: 500;
}

.patternA .dl01 dd + dt {
  margin-top: 10px
}

.patternA .dl02 {
  line-height: 1.8;
}

.patternA .dl02 dt {
  background: #EAEAEA;
  padding: 3px 15px;
  margin-top: 20px;
  font-weight: 500;
}

/*
.patternA .dl02 dd+dt{
  margin-top: 20px
}
*/
.patternA p {
  margin: 10px 0;
}

.patternA .strong {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .patternA .ttl01 {
    font-size: 20px !important;
  }

  .patternA .ttl02 {
    font-size: 18px !important;
    display: block;
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
  }

  .patternA .dl02 dt {
    padding: 0 10px;
  }

  .patternA .strong {
    font-size: 16px;
  }
}

.d-img .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.d-img .imgs .img {
  width: calc((100% - 40px) / 2);
}

.d-img .imgs .img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .d-img .imgs {
    gap: 20px;
  }

  .d-img .imgs .img {
    width: 100%;
  }
}

.b-btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.b-btns.mt0 {
  margin-top: 0;
}

/* 260219 追加 */
.btn-view-details {
  margin: 30px 0 0 auto;
  padding: 15px 30px;
  border-radius: 100vh;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: table;
  text-align: center;
  background: linear-gradient(to left, #0331AB, #0178BC);
}

.aleg-en-section {
  margin-top: 40px;
}

.aleg-en-section.mt100 {
  margin-top: 100px;
}

table.aleg-en {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table.aleg-en th,
table.aleg-en td {
  border: 1px solid #000;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle;
}

table.aleg-en thead th {
  background-color: #A5ABD3;
  font-weight: 700;
  color: #000;
}

table.aleg-en tbody th {
  background-color: #D3D5EA;
  white-space: nowrap;
}

table.aleg-en td {
  max-width: 200px;
}

.aleg-en-section .pdf-wrapper a,
.aleg-en-section .d-catalog a {
  color: var(--color_text-link);
  text-decoration: underline;
  text-decoration-color: var(--color_text-link);
  text-decoration-thickness: .5px;
  text-underline-offset: 4px;
}

.aleg-en-section .pdf-wrapper a {
  margin-right: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

.aleg-en-section .images > div:not(:last-child) {
  margin-bottom: 20px;
}

.aleg-en-section .medical-box {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  gap: 60px;
}

.aleg-en-section .medical-box .image {
  width: 365px;
}

.aleg-en-section .medical-box p {
  flex: 1;
}

.aleg-en-section .magnetron-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  margin-bottom: 40px;
}

.aleg-en-section .magnetron-items > div {
  width: calc((100% - 30px * 2) / 3);
}

.aleg-en-section .magnetron-items h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aleg-en-section .magnetron-items .tag {
  margin-top: 10px;
}

.aleg-en-section .magnetron-items .tag li {
  display: inline-block;
  border: 2px solid #000;
  font-weight: 700;
  padding: 0 6px;
  margin-bottom: 5px;
}

.page-template-page-utsuwa-en main {
  background: #0C0809;
  color: #fff;
  padding: 60px 0;
}

.aleg-en-section .utsuwa-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  gap: 20px;
}

.aleg-en-section .utsuwa-box .image {
  width: 520px;
}

.aleg-en-section .utsuwa-box .text {
  flex: 1;
}

.aleg-en-section.utsuwa-products-nav {
  margin-bottom: 80px;
}

.aleg-en-section.utsuwa-products-nav h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #707070;
  width: 340px;
  padding: 20px;
  margin: 0 auto 60px;
}

.aleg-en-section.utsuwa-products-nav ul {
  display: flex;
  justify-content: center;
  gap: 140px;
}

.aleg-en-section.utsuwa-products-nav ul li a {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.aleg-en-section.utsuwa-products-nav ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 15px;
  vertical-align: 5px;
}

.aleg-en-section h2.line {
  display: flex;
  align-items: center;
  gap: 60px;
}

.aleg-en-section h2.line::after {
  content: "";
  display: block;
  border-top: 1px solid #707070;
  flex: 1;
}

.page-template-page-utsuwa-en main .aleg-en-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.aleg-en-section .utsuwa-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}

.aleg-en-section .utsuwa-items > div {
  width: calc((100% - 50px * 2) / 3);
}

.aleg-en-section .image-big {
  margin-top: 60px;
}

.aleg-en-section .object-item {
  margin-top: 40px;
}

.aleg-en-section .object-item p {
  font-size: 20px;
}

.page-template-page-utsuwa-en .contact-banner {
  margin-top: 0;
}

/* 260318 追加 */
.uva_insect_trap_lamps-btns {
  display: flex;
  justify-content: space-between;
}

.uva_insect_trap_lamps-btns > a {
  width: 32%;
  background: #D6E3EA;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

.uva_insect_trap_lamps-title {
  background: #D6E3EA;
  font-size: 26px;
  font-weight: 700;
  padding: 10px;
}

.uva_insect_trap_lamps-flex {
  display: flex;
  justify-content: space-between;
}

.uva_insect_trap_lamps-flex > div {
  width: 48%;
}

.uva_insect_trap_lamps-flex .text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}