/** Shopify CDN: Minification failed

Line 63:65 Unexpected "{"

**/
.contents_wrapper{
  max-width: 900px;
  margin: auto;
}
.contents_wrapper p,
.contents_wrapper h3,
.contents_wrapper .gray_box,
.contents_wrapper .w600,
.contents_wrapper #toc{
  max-width: 600px;
  margin: 0 auto;
}
.contents_wrapper h2.article_section-title,
.contents_wrapper hr{
  max-width: 900px;
}
.contents_wrapper h3{
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 15px;
  margin: 20px auto;
}
.contents_wrapper h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #B2B4B5;
}
.contents_wrapper img{
  margin-bottom: 30px;
}
.contents_wrapper .w600 img{
  margin-bottom: 0;
}
.contents_wrapper .article_img img{
  margin-bottom: 0px;
}
.contents_wrapper p{
  margin: 30px auto;
}
.contents_wrapper h2.article_section-title{
  text-align: center;
  font-size: 1.4em;
  margin: 40px auto;
  padding-top: 40px;
  border-top: 1px solid #B2B4B5;
}
.contents_wrapper .gray_box{
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.article__body .article_eyecatch.new_eyecatch{margin-bottom:40px}{
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article__body .article_eyecatch.new_eyecatch{
  margin-bottom: 60px;
  }
  .contents_wrapper h2.article_section-title{
  margin: 60px auto;
  padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .product-spec-table .table-vertical table th,
  .product-spec-table .table-vertical table td{
    width: auto;/*縦並びのグラフを横並びにする*/
    display: table-cell;
    writing-mode: horizontal-tb;/*縦文字を横文字に*/
  }
  .table-vertical table{
    writing-mode: vertical-lr;/*列と行の入れ替え*/
  }
}