@charset "utf-8";
/* 製品情報ページ ページビジュアル */
.pv_pro{
  min-height: 415px;
  background: url(../../common/img/pp_visual.png) no-repeat center/cover;
}

.pi_inner{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 80px 0;
}
.pi_list{
  margin-top: 100px;
  &:first-child{
    margin-top: 0;
  }
}
.pl_box {
    max-width: 180px;
    width: 100%;
}
.pi_title{
  font-size: 3.2rem;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 25px;
}
.pro_name{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
  min-height: 75px;
  border-left: 5px solid var(--base-color);
  padding-left: 5px;
}
.pro_list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 25px;;
  margin-top: 60px;
}

/* pl_table */
.pl_table{
  margin-top: 5px;
  table{
    tr{
      td{
        text-align: center;
      }
    }
  }
}
.pt_th{
	background: #737373;
	padding: 5px 0;
	color: #FFF;
}
.pt_th_l{
	border-right: 1px solid #FFF !important;
}
.cell_l{
  width: 125px;
  padding: 5px 0;
  border-bottom: 1px solid #737373;
  border-right: 1px solid #737373;
  border-left: 1px solid #737373;
}
.cell_r{
  width: 60px;
	padding: 5px 0;
  border-bottom: 1px solid #737373;
  border-right: 1px solid #737373;
}
.gray_bg{
  background: var(--sub-color);
}
.pdf_link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cata{
  display: flex;
  justify-content: center;
  align-items: center;
}
.caution{
  text-decoration: underline;
  color: red;
}

/* 文字調整 */
.fs_14{
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  /* 製品情報ページ ページビジュアル */
  .pv_pro{
    min-height: 340px;
  }
  .pi_pro{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 15px 5%;
  }
  .pi_pro{
    gap: 10px;
  }
  .pp_img{
    display: flex;
    justify-content: center;
    width: 100%;
    figure{
      max-width: 240px;
    }
  }

	.pi_inner{
		padding: 40px 5%;
	}
  .pi_title {
    font-size: 2.4rem;
  }
  .pro_list{
    gap: 40px 10px;
    margin-top: 30px;
  }
	.pl_box{
		width: calc(50% - 5px);
	}
	.pro_name{
		font-size: 1.4rem;
	}
  .pl_table{
    table{
      font-size: 1.4rem;
    }
  }
}