@charset "UTF-8";
/* CSS Document */

.text-align--left {
  text-align: left !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--right {
  text-align: right !important;
}
.lxl-contents-inner > .h2:first-child {
  margin-top: 24px;
}
.searchPanel dl {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-top: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.searchPanel dt,
.searchPanel dd {
  padding: 16px 2%;
}
.searchPanel dt {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  width: 16%;
  padding: 24px 2%;
}
.searchPanel dd {
  background: #fff;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 75.8833%;
}
.searchPanel dt.col-2 {
  width: 16%;
  margin-left: 0;
}
.searchPanel dd.col-2 {
  width: 25.8833%;
  margin-left: 0;
}
.searchPanel_select {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.searchPanel_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.searchPanel_select select::-ms-expand {
  display: none;
}
.searchPanel_select.selectType01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #ffffff;
}
.searchPanel_select.selectType01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.searchPanel_select.selectType01 select {
  padding: 8px 38px 8px 8px;
  color: #333;
}
.searchPanel .type {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.searchPanel .type_img img {
  width: 100%;
}
.searchPanel .type li {
  width: 200px;
  margin-right: 18px;
  margin-bottom: 10px;
}
.searchPanel .type li:nth-child(3) {
  margin-right: 0;
}
.searchPanel label {
  display: flex;
}
.searchPanel input[type="text"] {
  border: 0;
  padding: 6px;
  font-size: 1.3em;
  color: #aaa;
  border: solid 1px #b5b5b5;
  border-radius: 5px;
  margin: 0;
  width: 96%;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  z-index: 2;
}
.searchPanel label {
  position: relative;
  display: block;
  word-break: break-all;
  cursor: default;
}
.searchPanel label span {
  display: inline-block;
}
.searchPanel label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.searchPanel label input[type="checkbox"] + span,
.searchPanel label input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 20px;
}
.searchPanel label input[type="checkbox"] + span::before,
.searchPanel label input[type="checkbox"] + span::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.searchPanel label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #616161 solid;
  border-radius: 5px;
}
.searchPanel label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
.searchPanel label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
}
.searchPanel label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchPanel label input[type="checkbox"] + span::before {
  border-color: #b5b5b5;
}
.searchPanel label input[type="checkbox"]:checked + span::before {
  background-color: #ef7a14;
  border-color: #ef7a14;
}
.searchPanel .type_img > label {
  display: block;
}
.list_displayPanel {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}
.list_displayTitle {
  font-weight: bold;
  padding: 0 16px;
}
.list_displayPanel ul {
  margin: 0;
}
.list_displayPanel ul li {
  display: inline-block;
  padding: 0 16px;
}
.searchPanel label span {
  display: inline-block;
}
.searchPanel label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.searchPanel label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
}
.searchPanel label input[type="radio"] + span::before {
  z-index: 0;
  top: 3px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #b5b5b5 solid;
}
.searchPanel label input[type="radio"]:checked + span::before {
  border-width: 2px;
}
.searchPanel label input[type="radio"]:checked + span::before {
  border-color: #ef7a14;
}
.searchPanel label input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #ef7a14;
  border-radius: 50%;
}
.lxl-btnLinks input.btn {
  min-width: 160px;
  padding: 12px 16px 11px 16px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  border: none;
}
.search_results {
  margin-top: 25px;
}
.search_results h3 {
  font-size: 26px;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #888888;
}
.search_results .no-record {
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
}
.search_results .stats > div{
  display:inline-block;
  width: 50%;
}
.search_results #resultStats {
  margin-top: 15px;
}
.search_results #lastModified{
  margin-top: 15px;
  text-align: right;
}
.search_results .pager {
  overflow: hidden;
  margin-top: 10px;
}
.search_results .pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
  margin-top: 0;
}
.search_results .pager ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
}
.search_results .pager ul li span,
.search_results .pager ul li a {
  display: block;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 0;
}
.search_results .pager ul li a {
  color: #333;
  text-decoration: none;
}
.search_results .pager ul li:hover a {
  cursor: pointer;
}
.search_results .pager ul li.current {
  background-color: #ef7a14;
  color: #fff;
}
.search_results .pager ul li.disable {
  pointer-events: none;
}
.search_results .pager ul li.disable a {
  color: #aaaaaa;
}
.search_results .pager ul li.navend,
.search_results .pager ul li.navend a {
  font-size: 18px;
  line-height: 1;
}
.search_results .results-comment{
  margin-top: 10px;
}
.resultsBox-2col {
  display: flex;
  flex-wrap: wrap;
}
.resultsBox .resultsBox-img {
  width: 264px;
}
.resultsBox .resultsBox-img img {
  width: 100%;
}
.resultsBox-txt {
  flex: 1;
  display: block;
  margin: 0;
  padding: 0 0 0 24px;
}
.resultsBox .resultsBox-head {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  padding-bottom: 5px;
}
.resultsBox h4.h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.resultsBox h4.h4,
.resultsBox-head-link {
  width: 50%;
}
.resultsBox-head-link {
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
}
.resultsBox-head-link li {
  font-size: 12px;
  padding: 0 10px 0 0;
}
.resultsBox .h5 {
  padding-left: 0;
  background: none;
  font-weight: bold;
}
.resultsBox-status {
  display: flex;
}
.resultsBox-status dt {
  width: 80px;
}
.resultsBox-status dd {
  display: block;
  flex: 1;
}
.resultsBox-tags li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 5px 2px;
}
.resultsBox-tags li a {
  font-size: 14px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 25px 6px 8px;
  color: #464646;
  text-decoration: none;
  position: relative;
}
.resultsBox-tags li a:hover {
  opacity: 0.75;
}
.resultsBox-tags li a::before,
.resultsBox-tags li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.resultsBox-tags li a::before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resultsBox {
  position: relative;
}
.resultsBox .lxl-btnLinks li {
  text-align: center;
  position: absolute;
  right: -2px;
  bottom: -2px;
  border-radius: 0;
}
.resultsBox .lxl-IndexLPanel .lxl-btnLinks a {
  min-width: 215px;
  border-radius: 0;
}
.resultsBox .lxl-btnLinks .copy-link{
  right: 280px;
  background-color: transparent;
  vertical-align: bottom;
}
.resultsBox .lxl-btnLinks .copy-link div{
  position: relative;
}
.resultsBox .lxl-btnLinks .copy-link span{
  padding: 0;
}
.resultsBox .lxl-btnLinks .copy-link .copy-link-btn{
  border: 1px solid #ee7a00;
  border-radius: 5px;
  color: #ee7a00;
  padding: 5px 10px;
  line-height: 38px;
}
.resultsBox .lxl-btnLinks .copy-link .copy-link-btn img{
  margin: 0;
  width: 38px;
}
.resultsBox .lxl-btnLinks .copy-link .copy-link-btn:hover{
  opacity: .6;
  background-color: transparent;
}
.resultsBox .lxl-btnLinks .copy-link-message{
  background-color: #808080;
  display: none;
  padding: 5px;
  position: absolute;
  top: -30px;
  z-index: 1000;
  width: 140px;
  left: 5px;
  border-radius: 0;
}

.lxl-linkpanel-photo {
  display: table;
  padding: 10px;
  border-bottom: solid 1px #e6e6e6;
}

.resultsBox ul.list-style-disc {
  list-style: disc;
  text-align: left;
}

.resultsBox .resultsBox-table a:link,
.resultsBox .resultsBox-table a:visited {
  color: #333;
  text-decoration: none;
}

.resultsBox .lxl-table {
  overflow: inherit;
  white-space: inherit;
}

.resultsBox .lxl-table .restables-origin:first-child {
  margin: 0;
}

.resultsBox .lxl-table .restables-clone:first-child {
  margin: 0;
}

.resultsBox .lxl-table table thead th,
.resultsBox .lxl-table table td {
  padding: 16px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}

.resultsBox .lxl-table table thead th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.resultsBox .lxl-table table td {
  vertical-align: top;
}

.resultsBox .lxl-table table td ul {
  padding-left: 16px;
  margin-top: 0;
}

.resultsBox table.restables-clone {
  display: none;
}
@media (max-width: 767px) {
  .resultsBox .resultsBox-table {
    margin: 5px 0;
  }
  .resultsBox table.restables-origin {
    display: none;
  }
  .resultsBox table.restables-clone {
    display: table;
  }
  .resultsBox .lxl-table table tr td:first-child {
    font-weight: bold;
    background-color: #f0f0f0;
    width: 40%;
  }
  .resultsBox .lxl-table table tr td {
    padding: 12px 4%;
    text-align: left;
  }
}

.lxl-contents-inner .read-text {
  font-size: 147%;
  line-height: 1.4;
  margin: 10px 0;
}

.productsBox .content-products {
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.productsBox .content-products .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.productsBox .content-products .iframe-360 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.productsBox .content-products .resultsBox {
  padding: 15px;
  background-color: #fff;
}

.productsBox .content-products .resultsBox .resultsBox-txt {
  padding: 0 0 0 0;
}

.productsBox .content-products .resultsBox .commentBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 32px;
  background-color: #f0f0f0;
}

.productsBox .content-products .resultsBox .commentBox .comment-img {
  width: 60px;
  margin-top: -10px;
}

.productsBox .content-products .resultsBox .commentBox .comment-txt {
  flex: 1;
}

.productsBox .content-products .resultsBox .commentBox .comment-txt span {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 680px;
}

.productsBox .content-products .resultsBox .commentBox .comment-txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 6px solid transparent;
}

.productsBox .content-products .resultsBox .lxl-btnLinks li {
  text-align: center;
  position: static;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.productsBox .content-products .resultsBox .lxl-IndexLPanel .lxl-btnLinks a {
  min-width: 215px;
  border-radius: 5px;
}

.productsBox .content-products .navigation {
  display: flex;
  flex: 1;
  /*border-top: 1px solid #cccccc;*/
  /*margin-top: 30px;*/
}

.productsBox .content-products .resultsBox .navigation li {
  flex: 1;
  /*padding: 20px 0 0;*/
}
.productsBox .content-products .resultsBox .navigation span {
  color: #ef7a00;
}
.productsBox .content-products .resultsBox .navigation span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.productsBox .content-products .resultsBox .navigation li a {
  text-decoration: none;
}
.productsBox .content-products .resultsBox .navigation .prev {
}

.productsBox .content-products .resultsBox .navigation .next {
  text-align: right;
}

.lxl-IndexLPanel p.lxl-btnLinks.gray a,
.lxl-IndexLPanel p.lxl-btnLinks.gray span,
.lxl-IndexLPanel .lxl-btnLinks.gray li a {
  background-color: #949292;
  min-width: 236px;
}

.slide-toggle {
}

.slide-toggle .lxl-col02-G03 .lxl-col-box01 {
  width: 310px;
}
.slide-toggle .lxl-col02-G03 .lxl-col-box02 {
  width: 460px;
}

.lxl-inCol-col02-G02 {
  margin-top: 16px;
  display: flex;
}

.lxl-inCol-col02-G02 .lxl-inCol {
  width: 50%;
  padding: 0;
}

.slide-toggle {
  margin-top: 20px;
}

.slide-toggle h3 {
  margin-top: 2px;
  padding: 12px 20px;
  background-color: #949292;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(https://www.lixil.co.jp/lineup/pic/seach_arrow_d.png);
  cursor: pointer;
}
.slide-toggle h3.active {
  background-image: url(https://www.lixil.co.jp/lineup/pic/seach_arrow_u.png);
}

.slide-toggle-body {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lxl-contents-inner .read-text {
    margin: 0 0 20px;
  }
  .productsBox .content-products .resultsBox {
    padding: 12px;
  }
  .productsBox .content-products .resultsBox .commentBox {
    margin-top: 15px;
    padding: 15px;
    background-color: #f0f0f0;
  }
  .productsBox .content-products .resultsBox .commentBox .comment-img {
    width: 28px;
    margin: 0;
  }
  .productsBox .content-products .resultsBox .commentBox .comment-txt span {
    width: 58vw;
    padding: 8px 12px;
  }
  .productsBox .content-products .resultsBox .commentBox .comment-txt:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 4px solid transparent;
  }
}

@media screen and (max-width: 767px) {
  .lxl-contents-inner {
    padding-top: 0 !important;
  }
  #lxl-contents-title h1 {
    width: 100%;
  }
  .h2 {
    margin-top: 35px;
  }
  .lxl-contents-inner > .h2:first-child {
    margin-top: 0;
  }
  dl.searchPanel,
  .searchPanel dt,
  .searchPanel dd {
    margin: 0;
    padding: 0;
  }
  .searchPanel dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .searchPanel dt,
  .searchPanel dd {
    padding: 12px 4%;
  }
  .searchPanel dt {
    width: 25%;
    padding: 20px 4%;
  }
  .searchPanel dd {
    width: 58.6666%;
  }
  .searchPanel dt.col-2 {
    width: 25%;
    margin-left: 0;
  }
  .searchPanel dd.col-2 {
    margin-left: 0;
    width: 58.6666%;
  }
  .searchPanel_select {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .searchPanel_select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .searchPanel_select select::-ms-expand {
    display: none;
  }
  .searchPanel_select.selectType01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    background: #ffffff;
  }
  .searchPanel_select.selectType01::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  .searchPanel_select.selectType01 select {
    padding: 8px 38px 8px 8px;
    color: #333;
  }
  .searchPanel input[type="text"] {
    border: 0;
    padding: 6px;
    font-size: 1.3em;
    color: #aaa;
    border: solid 1px #b5b5b5;
    border-radius: 5px;
    margin: 0;
    width: 94%;
  }
  .searchPanel .type {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .searchPanel .type li {
    width: 48%;
    margin-right: 0;
  }
  .searchPanel .type li:nth-child(odd) {
    margin-right: 4%;
  }
  .searchPanel label {
    display: flex;
  }
  .searchPanel label input[type="checkbox"] + span::before,
  .searchPanel label input[type="checkbox"] + span::after {
    top: 0;
  }
  .searchPanel label input[type="radio"] + span::before {
    top: 0;
  }
  .searchPanel .type_img > label {
    display: block;
  }
  .lxl-btnLinks input.btn {
    min-width: 120px;
    padding: 8px 16px 7px 16px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    border: none;
  }
  .search_results h3 {
    font-size: 20px;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #888888;
  }
  .search_results {
    margin-top: 15px;
  }

  .search_results #resultStats {
    margin-top: 15px;
  }
  .search_results .stats > div{
    display:block;
    width: 100%;
  }
  .search_results #lastModified{
    text-align: left;
    margin-top: 0;
  }
  .search_results .pager {
    overflow: hidden;
    margin-top: 25px;
  }
  .search_results .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    margin-top: 0;
  }
  .search_results .pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
  }
  .search_results .pager ul li span,
  .search_results .pager ul li a {
    display: block;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 0;
  }
  .search_results .pager ul li a {
    color: #333;
    text-decoration: none;
  }
  .search_results .pager ul li a:hover {
    cursor: default;
  }
  .search_results .pager ul li.current {
    background-color: #ef7a14;
    color: #fff;
  }
  .search_results .pager ul li.disable {
    cursor: none;
    pointer-events: none;
  }
  .search_results .pager ul li.disable a {
    color: #aaaaaa;
  }
  .search_results .pager ul li.navend,
  .search_results .pager ul li.navend a {
    font-size: 18px;
    line-height: 1;
  }
  h4.h4 {
    font-size: 15px;
  }
  .resultsBox-2col {
    display: block;
    flex-wrap: nowrap;
  }
  .resultsBox .resultsBox-img {
    width: 100%;
  }
  .resultsBox-txt {
    flex: 1;
    display: block;
    margin: 0;
    padding: 0 0 0 0;
  }
  .resultsBox .resultsBox-head {
    margin-top: 20px;
  }
  .resultsBox-head-link {
    display: flex;
    justify-content: initial;
    margin: 0 !important;
  }
  .resultsBox h4.h4 {
    margin-bottom: 5px;
  }
  .resultsBox h4.h4,
  .resultsBox-head-link {
    width: 100%;
  }
  .resultsBox .lxl-btnLinks li {
    text-align: center;
    position: static;
    right: 0;
    bottom: 0;
    border-radius: 5px;
  }
  .resultsBox .lxl-IndexLPanel .lxl-btnLinks a {
    min-width: auto;
    border-radius: 5px;
  }
  .resultsBox .lxl-btnLinks .copy-link .copy-link-btn{
    line-height: 33px;
  }
  .resultsBox .lxl-btnLinks .copy-link .copy-link-btn img{
    width: 33px;
  }
  .resultsBox .lxl-btnLinks .copy-link-message{
    left: 0;
  }
  .resultsBox-status dt {
    width: 70px;
  }
  .resultsBox-tags li a {
    font-size: 11px;
    padding: 6px 20px 6px 8px;
  }
  .resultsBox-tags li a::before {
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* KienNT40 */
.searchPanel_select .disabled{
	background: #eee !important;
    cursor: default !important;
    pointer-events: none !important; 
}
/* End */

/*NamNH67*/
* {
  scroll-behavior: smooth;
}
.lixil-loading {
  text-align: center;
}
.searchPanel .lxl-IndexLPanel .lxl-btnLinks a {
  min-width: 215px;
  border-radius: 0;
}
.searchPanel .lxl-IndexLPanel .lxl-btnLinks li{
  border-radius: 0;
}
.resultsBox-tags li:hover {
  cursor: pointer;
}
.error {
  font-style: italic;
  font-weight: bold;
  color: #ff2e2f;
}
/*End NamNH67*/

/*BachNV*/
.resultsBox-head-link li span{
  pointer-events:none;
  text-decoration: none;
  cursor: none;
  color: #ef7a00;
}
 /*End BachNV*/
