.pageTtl {
  margin: 22px auto 72px;
}
@media screen and (min-width: 768px) {
  .pageTtl {
    margin: 45px auto 103px;
  }
}
@media screen and (min-width: 1240px) {
  .pageTtl {
    transform: translateX(60px);
  }
}

@media screen and (min-width: 768px) {
  main {
    display: flex;
    align-items: flex-start;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    grid-gap: 80px;
  }
}

#catNav {
  padding: 20px 0;
  background-color: #A1C800;
}
#catNav > .inner {
  width: 100%;
}
#catNav .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1px;
}
#catNav .list > li > a {
  width: 100%;
  height: 63px;
  padding: 0 14px;
  background: #fff url(../images/products/architecture/icon_arrow-green.svg) right 14px center/18px no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#catNav .list > li.here > a {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  #catNav {
    width: 240px;
    padding: 40px 20px 100px;
    border-bottom-right-radius: 60px;
    flex-shrink: 0;
  }
  #catNav .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
  }
  #catNav .list > li {
    width: 100%;
  }
  #catNav .list > li > a {
    background-color: #fff;
    font-size: 20px;
  }
  #catNav .list > li .sublist {
    margin: 10px 0;
  }
  #catNav .list > li .sublist li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #catNav .list > li .sublist li a {
    padding: 10px 0;
    line-height: 1.1875;
    display: inline-block;
  }
  #catNav .list > li .sublist li span {
    font-size: 16px;
    line-height: 1.1875;
    display: inline-block;
  }
  #catNav .list > li .sublist li span:last-child {
    margin-left: 5px;
    font-size: 75%;
  }
  #catNav .list > li .sublist li span:first-child {
    margin-left: 0;
    font-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  #catNav {
    width: 300px;
  }
  #catNav .list li > a {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  #catNav {
    width: 340px;
    padding: 40px 40px 100px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (min-width: 1240px) {
  #catNav {
    width: 300px;
    padding-left: 0;
    margin-left: calc(50vw - 600px);
    position: relative;
  }
  #catNav::before {
    content: "";
    width: calc(50vw - 600px);
    height: 100%;
    background-color: #A1C800;
    display: block;
    position: absolute;
    top: 0;
    left: calc(-50vw + 600px);
  }
}

#dlSec {
  width: 100%;
  padding: 40px 0;
}
#dlSec .secTtl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#dlSec .typeLink {
  margin-bottom: 40px;
}
#dlSec .typeLink .list {
  display: grid;
}
#dlSec .typeLink .list li {
  padding: 7px 10px 4px 0;
  background: url(../images/products/architecture/icon_arrow-gray.png) right center/10px no-repeat;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#dlSec .typeLink .list li a {
  font-size: 16px;
  line-height: 1.1875;
}
#dlSec .typeLink .list li a span {
  display: inline-block;
}
#dlSec .typeLink .list li a span:last-child {
  margin-left: 5px;
  font-size: 75%;
}
#dlSec .typeLink .list li a span:first-child {
  margin-left: 0;
  font-size: 100%;
}
#dlSec .typeBlk {
  margin-bottom: 40px;
}
#dlSec .typeBlk .ttl {
  padding: 3px 20px;
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#dlSec .typeBlk .ttl img {
  width: 8.5px;
  margin-right: 9px;
}
#dlSec .typeBlk .ttl span {
  display: inline-block;
}
#dlSec .typeBlk .ttl span:last-child {
  margin-left: 5px;
  font-size: 80%;
}
#dlSec .typeBlk .ttl span:nth-child(2) {
  font-size: 100%;
}
#dlSec .typeBlk .tableWrap {
  width: 100%;
  overflow: scroll;
}
#dlSec .typeBlk .tableWrap table {
  white-space: nowrap;
}
#dlSec .typeBlk .tableWrap table td, #dlSec .typeBlk .tableWrap table th {
  padding: 7px 30px 7px 10px;
  font-size: 14px;
  vertical-align: middle;
}
#dlSec .typeBlk .tableWrap table th {
  font-weight: 700;
}
#dlSec .typeBlk .tableWrap table thead {
  border-bottom: 3px solid #000;
}
#dlSec .typeBlk .tableWrap table thead th small {
  margin-left: 5px;
  font-weight: 400;
  font-size: 100%;
  display: inline-block;
}
#dlSec .typeBlk .tableWrap table tbody td .list {
  width: 130px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
#dlSec .typeBlk .tableWrap table tbody td .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
#dlSec .typeBlk .tableWrap table tbody td .list a img {
  width: 30px;
  display: block;
}
#dlSec .typeBlk .tableWrap table tbody td .list a span {
  display: inline-block;
}
#dlSec .typeBlk .tableWrap table tbody td .list a.disabled {
  opacity: 0.3;
}
#dlSec .typeBlk .tableWrap table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #dlSec {
    width: calc(100% - 240px - 40px);
    max-width: 820px;
    padding: 0 0 150px;
  }
  #dlSec > .inner {
    width: calc(100% - 20px);
    margin: 0 20px 0 0;
  }
  #dlSec .secTtl {
    padding-bottom: 20px;
    margin-bottom: 38px;
    font-size: 32px;
    line-height: 0.625;
  }
  #dlSec .typeBlk {
    width: calc(100% - 20px);
    margin: 0 20px 40px 0;
  }
  #dlSec .typeBlk .ttl {
    padding: 0px 12px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  #dlSec .typeBlk .ttl img {
    width: 8px;
    margin-right: 10px;
  }
  #dlSec .typeBlk .ttl span:last-child {
    font-size: 66.66%;
  }
  #dlSec .typeBlk .ttl span:nth-child(2) {
    font-size: 100%;
  }
  #dlSec .typeBlk .tableWrap table {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #dlSec {
    width: calc(100% - 300px - 40px);
  }
  #dlSec .typeBlk .tableWrap table {
    white-space: normal;
  }
  #dlSec .typeBlk .tableWrap table td, #dlSec .typeBlk .tableWrap table th {
    padding: 7px 10px 7px 10px;
  }
  #dlSec .typeBlk .tableWrap table tbody td .list {
    grid-gap: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #dlSec {
    width: calc(100% - 340px - 80px);
  }
}
@media screen and (min-width: 1240px) {
  #dlSec {
    width: 100%;
  }
  #dlSec > .inner {
    width: 100%;
  }
  #dlSec .typeBlk {
    width: 100%;
  }
}