@charset "UTF-8";

.p-pc__mr--s {
  margin-right: rem(30);
}

@media (max-width: 768px) {
  .p-pc__mr--s {
    margin-right: 0;
  }
}

.p-mt--ss {
  margin-top: rem(15);
}

.p-pc__mb--m {
  padding-bottom: rem(40);
}

@media (max-width: 768px) {
  .p-pc__mb--m {
    padding-bottom: 0;
  }
}

div {
  margin: 0;
}

/* SCSS Document */
/* 東リファブリックフロア | カーペット・ラグ＆マット */
/* コンセプトページ固有 */
/* .c-footer */
.c-footer {
  padding-top: 10.66667vw;
  padding-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .c-footer {
    padding-top: 64px;
    padding-bottom: 20px;
  }
}

.p-heading--lev1 {
  padding-top: 34.66667vw;
  text-align: center;
  font-size: 2.66667vw;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.392vw;
  color: #221815;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 152px;
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.11rem;
    transform-origin: top center;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0.01;
    transform: translateY(75px);
  }
}

.p-heading--lev1.is_active {
  opacity: 1;
  transform: translateY(0);
}

.p-heading--lev1>.p-heading--l {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 290%;
  letter-spacing: 0.15467vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1>.p-heading--l {
    font-size: 350%;
    letter-spacing: 0.0525rem;
  }
}

.p-heading--lev1>.p-heading--l:after {
  content: "\A";
  white-space: pre;
}

.p-heading--lev1>.p-heading--s {
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1>.p-heading--s {
    margin-top: 7px;
  }
}

.p-mt--s {
  margin-top: 1.875rem;
}

.p-mt--m {
  margin-top: 3.125rem;
}

.p-mt--l {
  margin-top: 6.875rem;
}

.p-mr--s {
  margin-right: 1.25rem;
}

.p-mr--m {
  margin-right: 3.125rem;
}

.p-pc__mr--s {
  margin-right: 1.25rem;
}

.p-layout--row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}

.p-accordion--qa7 {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.p-layout--qa7 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.p-layout--qa8--wrap {
  display: flex;
}

.p-layout--qa8 {
  width: 400px;
}

.p-icon--pdf::after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0.25rem;
  background: url("/product_carpet/fabric_floor/common/img/ico_common_pdf.svg") no-repeat;
}

@media (max-width: 768px) {
  .p-icon--pdf::after {
    width: 3.12907vw;
    height: 3.12907vw;
  }
}

.p-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 94%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4.375rem;
}

.p-heading--lev2 {
  width: 70%;
  margin: 0 auto;
  font-size: 2.25rem;
  letter-spacing: 6px;
  line-height: 1.636;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6";
}

.p-border {
  text-decoration: underline;
  cursor: pointer;
}

.p-txt {
  line-height: 2.31;
  font-size: 1rem;
  color: #221815;
  padding-top: 1.25rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Meiryo", -apple-system, BlinkMacSystemFont, sans-serif;
}

.p-txt--bold {
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
}

.p-link--txt {
  padding-bottom: 0.9375rem;
  padding-left: 0.375rem;
  border-bottom: 1px solid #ccc;
}

.p-link--txt + .p-link--txt{
  margin-top: 30px;
}

.p-txt--border {
  display: inline;
  cursor: pointer;
}

.p-txt--border ::before {
  content: ">";
  margin-right: 0.375rem;
}

.p-link__text {
  padding-bottom: 0.9375rem;
  padding-left: 0.375rem;
  border-bottom: 1px solid #ccc;
  display: inline;
  cursor: pointer;
}

.p-link__text ::before {
  content: ">";
  margin-right: 0.375rem;
}

.p-txt--p0 {
  padding: 0;
}

.p-txt--s {
  font-size: 0.75rem;
  line-height: 2.5;
}

.p-bg-gr {
  background: #f6f6f6;
  padding: 1.25rem;
}

.p-txt--c {
  text-align: center;
}

.p-txt--danger {
  color: #d92627;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d92627;
  background: #fff;
  padding: 0.25rem 0.75rem;
  margin-right: 0.75rem;
}

.p-txt__color--w {
  color: #fff;
}

.p-image {
  display: flex;
  justify-content: space-around;
}

.p-img--s {
  max-width: 78px;
  max-height: 60px;
  margin: 0 0.5rem;
}

.p-img--m {
  max-width: 220px;
  max-height: 220px;
  margin: 0 0.5rem;
}

.p-img {
  width: 100%;
  height: 100%;
}

.p-sp--show {
  display: none;
}

.p-pc--show {
  display: block;
}

.p-layout--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-layout--flex {
  display: flex;
}

.p-bg-l {
  background: #cccccc;
  width: 100%;
  height: 20px;
  margin-bottom: 12px;
}

.p-accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

.p-accordion__btn {
  display: flex;
  align-items: center;
  border-top: 1px solid #cccccc;
  color: #000000;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 35px 70px 35px 25px;
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-accordion__btn::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.p-accordion__btn::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.p-accordion__btn:focus,
.p-accordion__btn:hover {
  opacity: 0.8;
}

.p-accordion:last-child {
  border-bottom: 1px solid #cccccc;
}

.p-accordion__body {
  height: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 3.25945vw;
  transition: padding 0.25s, opacity 0.25s;
  display: flex;
}

.p-accordion__body> :last-child {
  margin-bottom: 0;
}

.p-accordion__txt {
  margin-bottom: 3.91134vw;
}

.p-accordion__answer {
  display: flex;
}

.p-accordion__title {
  color: #000000;
  line-height: 2.31;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Meiryo", -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (max-width: 768px) {
  .p-accordion__title {
    font-size: 3.73333vw;
    margin-right: 1.625rem;
  }
}

.p-accordion__qa {
  font-family: "Libre Baskerville", serif;
  font-size: 2.125rem;
  line-height: 1.382;
  padding-right: 3.125rem;
}

@media (max-width: 768px) {
  .p-accordion__qa {
    padding-right: 1.75rem;
    font-size: 1.75rem;
    line-height: 0.979;
  }
}

.p-accordion__ttl {
  color: #000000;
  line-height: 2.31;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .p-accordion__ttl {
    font-size: 3.73333vw;
  }
}

.is-accordion-active::after {
  content: none;
}

.is-accordion-open {
  height: auto;
  line-height: normal;
  opacity: 1;
  padding: 3.25945vw;
}

.p-accordion--pb--s {
  padding-bottom: 2.5rem;
}

.p-note {
  background: #f6f6f6;
  padding: 2.1875rem;
}

.p-note__list {
  width: 100%;
  height: auto;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
}

.p-note__item {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .p-note__item {
    flex-direction: column;
  }
}

.p-note__image {
  margin-right: 2rem;
}

.p-note__content {
  display: flex;
  align-items: center;
  width: 100%;
}

.p-note__content:first-child {
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .p-note__content:first-child {
    margin-right: 0;
  }
}

.p-note__wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.p-note__info {
  max-width: 150px;
  max-height: 60px;
}

@media (max-width: 768px) {
  .p-note__info {
    margin-right: 1.875rem;
  }
}

.p-note__info--l {
  max-width: 220px;
}

.p-note__table {
  max-width: 400px;
  max-height: 200;
}

@media (max-width: 768px) {
  .p-note__txt {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.p-note__wrap {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 768px) {
  .p-note__wrap {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-note__sp-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-qa4 {
  margin-right: 2.5rem;
}

@media (max-width: 768px) {
  .p-qa4 {
    margin-right: 0;
  }
}

.p-vert-table {
  border-bottom: 1px solid #ccc;
}

.p-vert-table table {
  min-width: 100%;
  table-layout: fixed;
  width: auto;
  border-collapse: collapse;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.p-vert-table thead th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #b2b2b2;
  color: #fff;
}

.p-vert-table th {
  font-weight: 700;
  vertical-align: middle;
}

.p-vert-table td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  background-color: #f6f6f6;
  text-align: center;
}

.p-vert-table td,
.p-vert-table th {
  padding: 1.375rem;
  white-space: nowrap;
  font-size: 1rem;
}

@media (max-width: 768px) {

  .p-vert-table td,
  .p-vert-table th {
    font-size: 2.08605vw;
    padding: 2.86832vw;
  }
}

.p-vert-table td:last-child,
.p-vert-table th:last-child {
  border-right-width: 1px;
}

.p-vert-table tbody tr:last-child td {
  border-bottom-width: 0;
}

.p-vert-table tbody .p-table--red {
  background: #ffecec;
}

.p-vert-table tbody .p-txt--l {
  text-align: left;
}

.p-vert-table .p-table--q3 {
  text-align: left;
}

.p-vert-table .p-table__txt--c {
  text-align: center;
}

.p-table__image {
  max-width: 100px;
  max-height: 55px;
}

.p-catch__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-catch__image {
  display: flex;
}

.p-product__table table {
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.p-product__table table th,
table td {
  border: 1px solid #ffffff;
}

.p-product__thead {
  background: #b2b2b2;
  border: 1px solid #ffffff;
}

.p-product__thead th {
  color: #fff;
  padding: 0.75rem;
}

.p-product__tbody {
  background: #f6f6f6;
}

.p-product__tbody td {
  padding: 0.25rem;
}

.p-product__tbody .p-td {
  padding: 0.25rem;
}

.p-product__thead th,
.p-product__tbody td {
  line-height: 1.625;
  white-space: nowrap;
  font-size: 14px;
  padding-top: 0.25rem;
}

@media (max-width: 768px) {

  .p-product__thead th,
  .p-product__tbody td {
    font-size: 2.08605vw;
    padding: 1.56454vw;
  }
}

.p-product__tbody td {
  border-bottom: 1px solid #ccc;
}

.p-product__txt--bold {
  font-weight: bold;
  text-align: center;
}

.p-product__bg--w {
  background: #fff;
}

.p-link {
  text-decoration: underline;
  display: block;
  padding: 0.25rem;
}

@media (max-width: 768px) {
  .p-link {
    padding: 0.5rem;
  }
}

.p-qa8 {
  display: flex;
}

.p-sp-row {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p-sp--show {
    display: block;
  }

  .p-sp__mt--s {
    margin-top: 1.5625rem;
  }

  .p-pc__mr--s {
    margin-right: 0;
  }

  .p-pc--show {
    display: none;
  }

  .p-layout--flex {
    flex-direction: column;
  }

  .p-layout--center {
    flex-direction: column;
  }

  .p-layout--qa7 {
    flex-direction: column;
  }

  .p-layout--qa8--wrap {
    width: 100%;
  }

  .p-layout--row {
    width: 100%;
  }

  .p-txt {
    font-size: 3.46667vw;
  }

  .p-catch__wrap {
    flex-direction: column;
  }

  .p-sp-row {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .c-menu__contact+.c-banners {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .c-menu__contact {
    /* width: 100%; */
  }
}

.p-accordion__content {
  overflow: auto;
}

@media only screen and (max-width: 540px) {
  .p-sp__mt {
    margin-top: 1.25rem;
  }

  .p-layout--qa8--wrap {
    flex-direction: column;
  }
}

.p-tam-question__flex-inline {
  display: inline-flex;
  flex-direction: column;
}

.p-tam-question__flex-inline p {
  margin: 0;
}

.p-tam-question__qa4-flex {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p-tam-question__qa4-flex {
  }
}

.p-tam-question__qa4-flex img {
  width: 80px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-tam-question__qa4-flex img {
  }
}

.p-tam-question__qa5-flex {
  display: flex;
  column-gap: 20px;
}

@media only screen and (max-width: 768px) {
  .p-tam-question__qa5-flex {
    flex-direction: column;
    row-gap: 30px;
  }
}

.p-tam-question__qa5-svg-flex {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-tam-question__qa5-svg-flex {
  }
}

.p-tam-question__qa5-svg-flex img {
  width: 70px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-tam-question__qa5-svg-flex img {
  }
}