/* 製品一覧ページ ++++++++++++++++++++ */
.products-list { padding: 80px 24px; max-width: 1200px; margin: 0 auto;}
.products-list p { line-height: 1.5;}
.products-list__title { font-size: 28px; text-align: center; margin-bottom: 40px;}
.products-list__lead { width: 80%; max-width: 800px; margin: 0 auto 80px;}
.products-list__contents { display: flex; flex-wrap: wrap; justify-content: space-between;}
.products-list__contents-item { width: 30%; margin-bottom: 60px;}
.products-list__contents-item-text h2 { font-size: 22px; font-weight: 500; color: #00A296; margin-bottom: 20px;}
.products-list__contents-item-text p { margin-bottom: 20px;}
.products-list__contents-item-text ul li { list-style: disc; margin-left: 25px; margin-bottom: 10px;}
.products-list__contents-item-text ul li:last-child { margin-bottom: 0;}
.products-list__contents-item-img { width: 100%; aspect-ratio: 1 /1; margin-bottom: 10px;}
.products-list__contents-item-img img { width: 100%; height: 100%; object-fit: contain;}


/* 製品詳細ページ ++++++++++++++++++++ */
.products-detail { padding: 80px 0; width: 90%; max-width: 800px; margin: 0 auto;}
.products-detail h1 { text-align: center; font-size: 28px; margin-bottom: 80px; color: #00A296; font-weight: 500;}
.products-detail h2, .products-detail h3, .products-detail h4, .products-detail p { line-height: 1.5;}
.products-detail__breadcrumb { display: flex; margin-bottom: 80px; font-size: 14px;}
.products-detail__breadcrumb p:first-child::after { content: ">"; margin: 0 10px;}
.products-detail__breadcrumb p:nth-child(2)::after { content: ">"; margin: 0 10px;}
.products-detail__top { display: flex; flex-direction: row-reverse; justify-content: space-between; margin-bottom: 60px;}
.products-detail__top-img { aspect-ratio: 1 / 1; width: 50%; height: 50%;}
.products-detail__top-img img { width: 100%; height: 100%; object-fit: contain;}
.products-detail__top-text { width: 48%;}
.products-detail__top-text p:first-of-type { font-size: 14px; margin-bottom: 0;}
.products-detail__top-text h2 { font-size: 30px; margin-bottom: 40px; }
.products-detail__top-text p { margin-bottom: 20px; line-height: 1.4;}
.products-detail__top-text span { font-size: 14px; line-height: 1.4; margin-bottom: 20px; display: block;}
.products-detail__top-table { width: 100%;}
.products-detail__top-table tr { border-bottom: 1px solid #ccc;}
.products-detail__top-table tr:first-of-type { border-top: 1px solid #ccc;}
.products-detail__top-table th { width: 30%; padding: 10px 20px; font-size: 14px;}
.products-detail__top-table td { width: 80%; padding: 8px 0; font-size: 14px; line-height: 1.5;}
.products-detail__topic { margin-bottom: 60px;}
.products-detail__topic h3 { font-size: 22px; margin-bottom: 20px; color: #00A296;}
.products-detail__topic h4 { font-size: 18px; margin: 20px 0 10px; color: #00A296;}
.products-detail__topic p { margin-bottom: 10px; line-height: 1.4;}
.products-detail__topic p:last-of-type { margin-bottom: 0;}
.products-detail__topic span { margin-bottom: 10px; display: block;}
.products-detail__topic ul li { margin-bottom: 10px; list-style: disc; margin-left: 20px; line-height: 1.5;}
.products-detail__topic ul li:last-of-type { margin-bottom: 0;}
.products-detail__topic-img02 { margin-bottom: 60px;}
.products-detail__topic-img02 h3 { font-size: 20px; color: #00A296;}
.products-detail__topic-img02 ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.products-detail__topic-img02 ul li { width: 48%; list-style: none; margin-left: 0; margin-top: 20px;}
.products-detail__topic-img02 ul li div { aspect-ratio: 4 / 3; list-style: none; margin-left: 0;}
.products-detail__topic-img02 ul li img { width: 100%; height: 100%; object-fit: cover; margin-bottom: 10px;}
.products-detail__topic-img02 p { text-align: center; font-size: 14px;}
.products-detail__topic-img01 div { width: 100%; aspect-ratio: 3 / 1; margin-top: 30px;}
.products-detail__topic-img01 div img { width: 100%; height: 100%; object-fit: cover;}
.products-detail__topic-textImg { display: flex; justify-content: space-between; margin-bottom: 60px;}
.products-detail__topic-text { width: 48%;}
.products-detail__topic-text h3 { font-size: 22px; margin-bottom: 20px; color: #00A296;}
.products-detail__topic-text h4 { font-size: 18px; margin: 20px 0 10px; color: #00A296;}
.products-detail__topic-img03 { width: 48%; aspect-ratio: 4 / 3;}
.products-detail__topic-img03 img { width: 100%; height: 100%; object-fit: cover;}
.products-detail__topic-tableFlex { margin-bottom: 20px;}
.products-detail__topic-tableFlex div { width: 100%; margin-bottom: 60px;}
.products-detail__topic-tableFlex div p { line-height: 1.4;}
.products-detail__topic-tableFlex h3 { font-size: 22px; margin-bottom: 20px; color: #00A296;}
.products-detail__topic-tableFlex p { margin-bottom: 5px;}
.products-detail__topic-tableFlex span { font-size: 12px; margin-bottom: 10px; display: block;}
.products-detail__topic-table { width: 100%; margin-bottom: 20px;}
.products-detail__topic-table tr { border-bottom: 1px solid #ccc;}
.products-detail__topic-table tr:first-of-type { border-top: 1px solid #ccc;}
.products-detail__topic-table th { width: 40%; padding: 5px 40px; font-size: 14px; line-height: 1.4;}
.products-detail__topic-table td { padding: 5px 0; font-size: 14px; line-height: 1.4;}
.products-detail__btn-area { margin: 140px 0 60px;}
.products-detail__btn { width: 90%; max-width: 600px; height: 60px; background: #00A296;  margin: 0 auto; border-radius: 30px;}
.products-detail__btn:first-of-type { margin-bottom: 20px;}
.products-detail__btn a { text-decoration: none;}
.products-detail__btn p { font-size: 22px; color: #fff; font-family: 'Engravers Gothic Regular', sans-serif; text-align: center; padding: 19px 0; line-height: 1.0;}
.products-detail__btn p::after { content: "→"; margin-left: 30px; vertical-align: middle; font-size: 16px;}


/* タブレット−1 ++++++++++++++++++++ */
@media print, screen and (max-width:1080px){
  
 
}
/* タブレット−2 ++++++++++++++++++++ */
@media print, screen and (max-width:880px){
  .products-list__contents-item { width: 45%;}

}

/* スマホ用 ++++++++++++++++++++ */
@media print, screen and (max-width:680px){
/* 製品一覧ページ ++++++++++++++++++++ */
  .products-list__lead { width: 100%; margin-bottom: 60px;}
  
/* 製品詳細ページ ++++++++++++++++++++ */
  .products-detail__top { display: block;}
  .products-detail__top-text { width: 100%; margin-bottom: 40px;}
  .products-detail__top-text h2 { font-size: 24px;}
  .products-detail__top-img { width: 60%; margin: 0 auto;}
  .products-detail__topic-tableFlex { display: block;}
  .products-detail__topic-textImg { display: block;}
  .products-detail__topic-text { width: 100%; margin-bottom: 20px;}
  .products-detail__topic-img03 { width: 100%;}
  .products-detail__topic-table th { padding: 5px 20px;}

  
}

@media print, screen and (max-width:480px){
/* 製品一覧ページ ++++++++++++++++++++ */
  .products-list { padding: 60px 24px 20px;}
  .products-list__contents { display: block;}
  .products-list__contents-item { width: 100%;  margin: 0 auto 60px;}
  
  
/* 製品詳細ページ ++++++++++++++++++++ */
  .products-detail { padding: 60px 0 40px;}
  .products-detail h1 { margin-bottom: 40px;}
  .products-detail__breadcrumb { margin-bottom: 60px;}
  .products-detail__top { margin-bottom: 40px;}
  .products-detail__top-img { width: 100%;}
  .products-detail__top-table th { width: 40%;}
  .products-detail__topic { margin-bottom: 40px;}
  .products-detail__topic-img02 { margin-bottom: 40px;}
  .products-detail__topic-img02 ul { margin-top: 30px; display: block;}
  .products-detail__topic-img02 ul li { width: 100%; margin-bottom: 20px;}
  .products-detail__topic-table th { width: 38%; padding: 5px 10px;}
  .products-detail__topic-tableFlex div { margin-bottom: 40px;}
  .products-detail__topic-textImg { margin-bottom: 40px;}
  .products-detail__btn-area { margin: 80px 0 40px;}
  
}