@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
商品詳細表すべて
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*--------------------------
基本
---------------------------*/

/*　概要　商品詳細表　*/
.product-info-table {
  border: 1px solid #654929;
  border: 1px solid var(--text-color);
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
}

.product-info-block {
  width: 100%;
}

.tablemidashi {
  background-color: #E0BDA1;
  background-color: var(--background-color);
  min-width: 140px;
  width: 140px;
  padding: 15px 0 15px 15px;
  font-size: 1.4rem;
  border-color: #654929;
  border-color: var(--text-color);
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: flex;
  align-items: center;
}

.tabletext {
  padding: 15px;
  border-color: #654929;
  border-color: var(--text-color);
  border-bottom: 1px solid;
  width: 100%;
  font-size: 1.4rem;
  background-color: #FFF;
  align-items: center;
  display: flex;
}

/*　PCのみ２列　*/
/*
@media screen and (min-width:769px) {
  .info-table-pcflex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }

  .info-table-pcflex .product-info-block {
    width: 50%;
  }

  .info-table-pcflex .product-info-block:nth-of-type(1) .tabletext {
    border-right: 1px solid;
  }
}
*/

/*--------------------------
sp
---------------------------*/

.product-info-table {
  border-bottom: none;
}

.product-info-block {
  display: block;
}

.product-info-block.table-itemSalary {
  display: flex;
}

.tablemidashi {
  min-width: 100%;
  width: 100%;
  border-right: none;
}


/*--------------------------
保証成分表
---------------------------*/
.tabletextall {
  width: 100%;
  font-size: 0;
}

.tabletextwrap {
  width: 100%;
}

.seibun-wrap {
  width: 33%;
}

.seibun-midashi {
  width: 130px;
  min-width: 130px;
  font-size: 1.4rem;
  background-color: #FFE8D6;
  padding: 15px;
  border-color: #654929;
  border-color: var(--text-color);
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
}

.last-block .tablemidashi,
.last-block .tabletext,
.lastblock-one .tablemidashi,
.last-block .seibun-midashi {
  border-bottom: none;
}

/*--------------------------
sp
---------------------------*/


.last-block .tablemidashi,
.last-block .tabletext,
.lastblock-one .tablemidashi,
.last-block .seibun-midashi {
  border-bottom: 1px solid;
}

.product-info-block.table-itemSalary .tablemidashi {
  width: 23%;
  min-width: 70px;
  border-right: 1px solid;
}

.product-info-block.table-itemSalary.stage01 .tablemidashi.tablemidashi02 {
  width: 100%;
  border-right: none;
}

.tabletextwrap {
  display: block;
}

.seibun-wrap {
  width: 100%;
}

.last-block .seibun-midashi {
  border-bottom: 1px solid;
}

.last-block .seibun-midashi:nth-last-child(1) {
  border-bottom: none;
}


/*--------------------------
1日当たりの給与量(g)
---------------------------*/
.product-info-blockv2 th {
  background-color: #E0BDA1;
  background-color: var(--background-color);
  min-width: 140px;
  width: 140px;
  padding: 15px 0 15px 15px;
  font-size: 1.4rem;
  border-color: #654929;
  border-color: var(--text-color);
  border-bottom: 1px solid;
  border-right: 1px solid;
  font-weight: normal;
}

.product-info-blockv2 td {
  text-align: center;
  font-size: 1.4rem;
  border-color: #654929;
  border-color: var(--text-color);
  border-bottom: 1px solid;
  border-right: 1px solid;
}

td.tablemidashiv2 {
  background-color: #E0BDA1;
  background-color: var(--background-color);
}

.table-itemSalaryv2 .salary-midashi02 {
  display: table-cell;
  background-color: #FFE8D6;
}

.product-info-blockv2 td.tabletext {
  display: table-cell;
  width: auto;
  padding: 5px;
}

th.salary-midashi {
  padding: 5px 0px 5px 15px;
}

.table-itemSalaryv3.product-info-blockv2 th {
  padding: 5px;
  text-align: center;
}

/*--------------------------
sp
---------------------------*/

.product-info-blockv2 th {
  min-width: 0px;
  width: 70px;
  text-align: center;
  padding: 5px 5px;
}

/*--------------------------
給与方法
---------------------------*/

.attention {
  background-color: #ff9097;
}

.attention-text {
  color: #ff505b;
}

/* 20240209 レイアウト変更 */

.fs-l-productLayout .grid-one.add-flex__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.fs-l-productLayout .grid-one.add-flex__wrap .add-product-table__wrap {
  width: 53%;
}

.fs-l-productLayout .grid-one.add-flex__wrap .fs-c-productReview {
  width: 44%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fs-l-productLayout .grid-one.add-flex__wrap {
    flex-direction: column;
  }

  .fs-l-productLayout .grid-one.add-flex__wrap .add-product-table__wrap {
    width: 100%;
  }

  .fs-l-productLayout .grid-one.add-flex__wrap .fs-c-productReview {
    width: 100%;
  }
}