#vi_lower {
  background-image: url("/cms/wp-content/themes/sdat_renew/img/product/alumipole/vi.webp");
}
@media screen and (max-width: 767px) {
  #vi_lower {
    background-position: left center;
  }
}

.cnav li {
  width: 8%;
}
.cnav li:first-child {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .cnav li {
    width: 25%;
  }
  .cnav li:first-child {
    width: 25%;
  }
  .cnav li:nth-child(8) {
    width: 25%;
  }
}

/* component
------------------------------------------*/
#contents .pdfLink01 li {
  margin-bottom: 0.5rem;
}
#contents .pdfLink01 a {
  background: #1f4584;
  color: #FFF;
  padding: 20px 50px 20px 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
#contents .pdfLink01 a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/cms/wp-content/themes/sdat_renew/img/cmn/link_blank.png") no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#contents .pdfLink01 a:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .pdfLink02 {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #000;
}
#contents .pdfLink02 li {
  margin-bottom: 0.5rem;
}
#contents .pdfLink02 a {
  background: #001650;
  color: #FFF;
  padding: 20px 50px 20px 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
#contents .pdfLink02 a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/cms/wp-content/themes/sdat_renew/img/cmn/link_blank.png") no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#contents .pdfLink02 a:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* categoryList
------------------------------------------*/
#contents .toplink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
#contents .toplink li {
  width: 48%;
}
#contents .categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .categoryList > * {
  width: 48%;
  padding-bottom: 80px;
  position: relative;
}
#contents .categoryList > * .thumb {
  margin-bottom: 3rem;
}
#contents .categoryList > * h2 {
  line-height: 1.3;
  margin-bottom: 2rem;
}
#contents .categoryList > * h2 span {
  font-size: 1.8rem;
}
#contents .categoryList > * ul {
  margin: 30px 30px 0 10px;
  border-left: solid 1px #d2d5df;
  padding-left: 15px;
}
#contents .categoryList > * ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
#contents .categoryList > * ul li::before {
  content: "";
  width: 10px;
  height: 3px;
  background: #50a6d8;
  position: absolute;
  left: 0;
  top: 12px;
}
#contents .categoryList > * .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0c1f55;
  text-align: right;
}
#contents .categoryList > * .btn a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  background: #1f4584;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  #contents .categoryList > * .btn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #contents .categoryList > * .btn a {
    font-size: 1.4rem;
  }
}
#contents .categoryList > * .btn a:hover {
  opacity: 0.8;
}
#contents .categoryList > * .btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .categoryList > *.wide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
}
#contents .categoryList > *.wide > * {
  width: 48%;
}
#contents .categoryList > *.wide > * .btn {
  margin-top: 6rem;
  position: relative;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .toplink {
    display: block;
  }
  #contents .toplink li {
    width: 100%;
    margin-bottom: 1rem;
  }
  #contents .categoryList > * {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
  #contents .categoryList > *.wide {
    display: block;
    padding-bottom: 0;
  }
  #contents .categoryList > *.wide > * {
    width: 100%;
  }
  #contents .categoryList > *.wide > * .btn {
    margin-top: 6rem;
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
  }
  #contents .categoryList .btn {
    position: relative;
  }
}

/* compare
------------------------------------------*/
#compare .noteslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: 4rem 0 0;
}
#compare .noteslist dt {
  width: 2em;
}
#compare .noteslist dd {
  width: calc(100% - 3em);
}
#compare .tableformat01 tbody td {
  text-align: center;
}
#compare .tableformat01 tbody tr.last th, #compare .tableformat01 tbody tr.last td {
  background: #eaf2f6;
}
#compare .tableformat01 tbody td.alumi {
  background: #ffe8d1 !important;
  color: #CC0000;
}
#compare .tableformat01.subtable {
  font-size: 1.4rem;
}
#compare .tableformat01.subtable th, #compare .tableformat01.subtable td {
  padding: 1rem 1rem 1rem 1rem;
}

/* lighting
------------------------------------------*/
#lighting .photo3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#lighting .photo3 li {
  width: 33.3333%;
}
#lighting .unitpolefeature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  grid-gap: 2rem;
}
#lighting .unitpolefeature li {
  font-weight: bold;
  color: #001650;
  padding: 1rem;
  background: #eaf2f6;
  width: calc(45% - 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#lighting .tableformat01 td.posm {
  vertical-align: middle;
}
#lighting .tilting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  margin-bottom: 6rem;
}
#lighting .tilting .photo {
  grid-row: 1;
  grid-column: 2;
  grid-row: span 3;
}
#lighting .tilting h2.htype02 {
  align-self: self-start;
  margin-bottom: 0;
}
#lighting .tilting .blueprint {
  grid-row: 2;
  grid-column: 1;
  align-self: self-start;
}
@media screen and (max-width: 767px) {
  #lighting .tilting {
    display: block;
  }
  #lighting .tilting h2.htype02 {
    margin-bottom: 3rem;
  }
}

/* flag
------------------------------------------*/
#flag .frontpoleHowto {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#flag .frontpoleHowto li {
  width: 31%;
  margin-bottom: 3rem;
}

/* mushizero
------------------------------------------*/
#mushizero .photoBlock {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#mushizero .photoBlock .photo {
  width: 35%;
}
#mushizero .photoBlock section {
  width: 60%;
  margin: 0;
}
#mushizero .photoBlock .sekourei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mushizero .photoBlock .sekourei li {
  width: 48%;
  margin-bottom: 2rem;
}
#mushizero .feature {
  display: flex;
  justify-content: space-between;
}
#mushizero .feature > * {
  width: 32%;
}
#mushizero .feature dt {
  background: #eaf2f6;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  color: #0f286c;
}
@media screen and (max-width: 767px) {
  #mushizero .photoBlock {
    display: block;
  }
  #mushizero .photoBlock .photo {
    width: 100%;
  }
  #mushizero .photoBlock section {
    width: 100%;
  }
  #mushizero .feature {
    display: block;
  }
  #mushizero .feature > * {
    width: 100%;
  }
}

/* jinja
------------------------------------------*/
#jinjaTorii .tableformat01 th, #jinjaTorii .tableformat01 td {
  padding: 0.5rem 0.5rem;
}

/* nobori
------------------------------------------*/
#nobori .noboriToritukeType {
  margin-bottom: 6rem;
}
#nobori .noboriToritukeType ul {
  display: flex;
  justify-content: space-between;
}
#nobori .noboriToritukeType ul li {
  width: 32%;
  background: #eaf2f6;
  padding: 2rem;
}
#nobori .noboriToritukeType dl {
  display: grid;
}
#nobori .noboriToritukeType dl dt {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0c1f55;
}
#nobori .noboriToritukeType dl dt span {
  font-size: 2.4rem;
}
#nobori .noboriToritukeType dl dt:after {
  content: "";
  background: #0c1f55;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  #nobori .noboriToritukeType ul {
    display: block;
  }
  #nobori .noboriToritukeType ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#nobori .noboriToritukeTypeZu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#nobori .noboriToritukeTypeZu > * {
  width: 48%;
  margin-bottom: 2rem;
}
#nobori .optionGuide {
  display: flex;
  justify-content: flex-start;
  grid-gap: 3rem;
  align-items: flex-start;
}
#nobori .optionGuide .dataTable {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#nobori .optionGuide .dataTable th, #nobori .optionGuide .dataTable td {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
#nobori .optionGuide .dataTable th {
  background: #F3F3F3;
  white-space: nowrap;
}
#nobori .optionGuide dt {
  margin: 1rem 0;
  border-bottom: 1px dashed #CCC;
}
@media screen and (max-width: 1024px) {
  #nobori .optionGuide {
    display: block;
  }
  #nobori .optionGuide > * {
    margin-bottom: 2rem;
  }
}

/* catalog
------------------------------------------*/
#catalog .fileDL {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw;
}
#catalog .fileDL li {
  background: #EFEFEF;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#catalog .fileDL li .photo {
  padding: 1rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #catalog .fileDL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
  #catalog .fileDL li {
    background: #EFEFEF;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  #catalog .fileDL li .photo {
    padding: 1rem;
    align-self: center;
  }
}