@charset "UTF-8";
#sidebar {
  width: 100%;
  margin-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
#sidebar aside {
  width: 100%;
}
#sidebar aside h3 {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: bold;
  border-top: 0.8vw solid #ec6835;
  background-color: #000;
  color: #fff;
  padding: 2.9333333333vw 3.2vw;
  position: relative;
  display: flex;
  align-items: center;
}
#sidebar aside .widget {
  margin-bottom: 5.3333333333vw;
}
#sidebar aside .widget:last-of-type() {
  margin-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories > li,
#sidebar aside .widget ul.wp-block-archives > li, #sidebar aside .widget > ul > li {
  border-bottom: 0.1333333333vw solid #999999;
}
#sidebar aside .widget ul.wp-block-categories > li.cat-item-none,
#sidebar aside .widget ul.wp-block-archives > li.cat-item-none, #sidebar aside .widget > ul > li.cat-item-none {
  padding: 3.0666666667vw 1.3333333333vw;
}
#sidebar aside .widget ul.wp-block-categories > li a,
#sidebar aside .widget ul.wp-block-archives > li a, #sidebar aside .widget > ul > li a {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  padding: 3.0666666667vw 3.2vw;
  display: flex;
  align-items: center;
}
#sidebar aside .widget ul.wp-block-categories > li a:after,
#sidebar aside .widget ul.wp-block-archives > li a:after, #sidebar aside .widget > ul > li a:after {
  content: "";
  display: block;
  width: 1.4666666667vw;
  height: 2.4vw;
  margin-left: 2.1333333333vw;
  background: url(../img/common/arrow-right-s.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar aside .widget ul.wp-block-categories > li h4,
#sidebar aside .widget ul.wp-block-archives > li h4, #sidebar aside .widget > ul > li h4 {
  font-size: 2.4vw;
  line-height: 1.3333333333;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  padding: 2.4vw 2.6666666667vw;
}
#sidebar aside .widget ul.wp-block-categories > li .children,
#sidebar aside .widget ul.wp-block-archives > li .children, #sidebar aside .widget > ul > li .children {
  padding-left: 2em;
  padding-bottom: 2.6666666667vw;
}
#sidebar aside .widget ul.wp-block-categories > li .children a,
#sidebar aside .widget ul.wp-block-archives > li .children a, #sidebar aside .widget > ul > li .children a {
  padding: 0;
}
#sidebar aside .widget ul.wp-block-categories > li .children a:before,
#sidebar aside .widget ul.wp-block-archives > li .children a:before, #sidebar aside .widget > ul > li .children a:before {
  content: "・";
}
#sidebar aside .widget ul.wp-block-categories > li .children li,
#sidebar aside .widget ul.wp-block-archives > li .children li, #sidebar aside .widget > ul > li .children li {
  border: 0;
  margin-bottom: 1.3333333333vw;
  line-height: 1.5;
}
#sidebar aside .widget ul.wp-block-categories > li .children li:last-of-type,
#sidebar aside .widget ul.wp-block-archives > li .children li:last-of-type, #sidebar aside .widget > ul > li .children li:last-of-type {
  margin-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories > li .children li .children,
#sidebar aside .widget ul.wp-block-archives > li .children li .children, #sidebar aside .widget > ul > li .children li .children {
  padding-left: 1.6em;
  padding-bottom: 2vw;
}
#sidebar aside .widget ul.wp-block-categories > li .children li .children:last-of-type,
#sidebar aside .widget ul.wp-block-archives > li .children li .children:last-of-type, #sidebar aside .widget > ul > li .children li .children:last-of-type {
  padding-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories > li .children li .children a,
#sidebar aside .widget ul.wp-block-archives > li .children li .children a, #sidebar aside .widget > ul > li .children li .children a {
  background: none;
}
#sidebar aside .banners .banner a {
  display: block;
}
#sidebar aside .banners .banner a:hover {
  opacity: 0.65;
}
#sidebar aside .banners .banner .banner-blog {
  display: block;
  width: 34.6666666667vw;
  height: 18.6666666667vw;
  background: url(../img/common/banner-blog.jpg) center center no-repeat;
  background-size: contain;
}

/**
新着情報 一覧
*/
#archive-post .full h3,
#archive-post .boxes h3,
#archive-post .list h3 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-top: 4vw;
  position: relative;
}
#archive-post .full h3 {
  margin-bottom: 2.6666666667vw;
}
#archive-post .full .single-detail {
  padding-bottom: 10.6666666667vw;
  margin-bottom: 13.3333333333vw;
  border-bottom: 0.1333333333vw solid #031433;
}
#archive-post .full .single-detail .post_detail {
  margin-bottom: 0;
}
#archive-post .full .single-detail:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#archive-post .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 89.3333333333vw;
  padding-top: 10.6666666667vw;
}
#archive-post .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#archive-post .header h2 {
  width: 100%;
  font-size: 7.4666666667vw;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 1.0453333333vw;
  text-align: left;
  color: #333;
  text-align: center;
}
#archive-post .header h2::first-letter {
  color: #ec6835;
}
#archive-post .header h2 img {
  height: 6vw;
}
#archive-post .header h2 small {
  display: block;
  font-size: 3.7333333333vw;
  line-height: 1.3392857143;
  text-align: center;
  color: #333;
  letter-spacing: normal;
  margin-top: 1em;
  font-weight: 500;
}
#archive-post .boxes {
  margin-top: 2.6666666667vw;
}
#archive-post .boxes .box {
  padding: 3.7333333333vw 0 4.6666666667vw;
  border-top: 0.2666666667vw solid #333;
}
#archive-post .boxes .box:last-of-type {
  border-bottom: 0.2666666667vw solid #333;
}
#archive-post .boxes .box .info {
  display: flex;
  align-items: center;
}
#archive-post .boxes .box .info.is_new .terms a:last-of-type {
  margin-right: 2.9333333333vw;
}
#archive-post .boxes .box .info.is_new .terms:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8vw;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 4.6666666667vw;
}
#archive-post .boxes .box .info .date {
  font-size: 3.7333333333vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #333;
}
#archive-post .boxes .box .info .terms {
  margin-left: 1.8666666667vw;
  display: flex;
}
#archive-post .boxes .box .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8vw;
  background-color: #ec6835;
  text-align: center;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 2vw;
}
#archive-post .boxes .box .info .terms a + a {
  margin-left: 2.9333333333vw;
}
#archive-post .boxes .box .title {
  margin-top: 2.5333333333vw;
}
#archive-post .boxes .box .title a {
  font-size: 3.7333333333vw;
  line-height: 1.25;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}
#archive-post .paged {
  width: 100%;
  margin-top: 9.3333333333vw;
}
#archive-post .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both;
}
#archive-post .paged .tablenav a {
  text-decoration: none;
}
#archive-post .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
  background-color: transparent;
  border: 0.1333333333vw solid #ccc;
  color: #333;
  font-size: 4.4vw;
  line-height: 1;
  margin-right: 2.4vw;
}
#archive-post .paged .tablenav .page-numbers.current {
  border: 0.1333333333vw solid #ccc;
  background-color: #ec6835;
  color: #fff;
}
#archive-post .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-post .paged .tablenav .page-numbers.prev, #archive-post .paged .tablenav .page-numbers.next {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4vw auto;
}
#archive-post .paged .tablenav .page-numbers.prev {
  background-image: url(../img/common/pagination-left.png);
}
#archive-post .paged .tablenav .page-numbers.next {
  background-image: url(../img/common/pagination-right.png);
}

/**
導入実績 一覧
*/
#archive-works .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 89.3333333333vw;
  padding-top: 10.6666666667vw;
  padding-bottom: 16vw;
}
#archive-works strong {
  display: block;
  letter-spacing: 0.896vw;
  font-size: 5.6vw;
  line-height: 1.0476190476;
  width: 89.3333333333vw;
  margin: 0 auto;
}
#archive-works strong br {
  display: none;
}
#archive-works .message {
  width: 89.3333333333vw;
  margin: 6.6666666667vw auto 0;
}
#archive-works .message p {
  letter-spacing: 0.576vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
#archive-works h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#archive-works h3 .en {
  letter-spacing: 0.76vw;
  text-align: left;
  color: #ec6835;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
#archive-works h3 .title {
  font-size: 5.6vw;
  line-height: 1.0476190476;
  font-weight: 500;
  letter-spacing: 0.8933333333vw;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
}
#archive-works .posts .boxes {
  margin-top: 2.6666666667vw;
}
#archive-works .posts .boxes .box + .box {
  margin-top: 1.3333333333vw;
}
#archive-works .posts .boxes .box.is_new:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.8666666667vw;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 2.1333333333vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 2vw;
}
#archive-works .posts .boxes .box .img {
  width: 100%;
}
#archive-works .posts .boxes .box .img a {
  text-decoration: none;
}
#archive-works .posts .boxes .box .img .noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 71.4666666667vw;
  background-color: #ddd;
}
#archive-works .posts .boxes .box .img .noimage::after {
  content: "NO IMAGE";
  font-size: 5.6vw;
  line-height: 1.3571428571;
}
#archive-works .posts .boxes .box .title {
  padding: 5.3333333333vw 6.6666666667vw;
}
#archive-works .posts .boxes .box .title a {
  font-size: 5.6vw;
  line-height: 1.3571428571;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.64vw;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}
#archive-works .paged {
  width: 100%;
  margin-top: 9.3333333333vw;
}
#archive-works .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both;
}
#archive-works .paged .tablenav a {
  text-decoration: none;
}
#archive-works .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
  background-color: transparent;
  border: 0.1333333333vw solid #ccc;
  color: #333;
  font-size: 4.4vw;
  line-height: 1;
  margin-right: 2.4vw;
}
#archive-works .paged .tablenav .page-numbers.current {
  border: 0.1333333333vw solid #ccc;
  background-color: #ec6835;
  color: #fff;
}
#archive-works .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-works .paged .tablenav .page-numbers.prev, #archive-works .paged .tablenav .page-numbers.next {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4vw auto;
}
#archive-works .paged .tablenav .page-numbers.prev {
  background-image: url(../img/common/pagination-left.png);
}
#archive-works .paged .tablenav .page-numbers.next {
  background-image: url(../img/common/pagination-right.png);
}
#archive-works .parts-categories {
  margin-top: 17.8666666667vw;
}

.parts-categories {
  width: 100vw;
  margin-left: -5.3333333333vw;
  margin-right: -5.3333333333vw;
}
.parts-categories h3 {
  margin-top: 9.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parts-categories h3 .en {
  letter-spacing: 0.4693333333vw;
  text-align: left;
  color: #ec6835;
  font-size: 2.1333333333vw;
  font-weight: 500;
}
.parts-categories h3 .title {
  font-size: 4.8vw;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 1.056vw;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
}
.parts-categories .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.7333333333vw;
  padding: 8vw 5.3333333333vw 5.3333333333vw;
  background-color: #f1f1f1;
}
.parts-categories .boxes .box {
  width: 100%;
  padding: 0;
}
.parts-categories .boxes .box + .box {
  margin-top: 5.3333333333vw;
}
.parts-categories .boxes .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.6666666667vw;
  background-color: #cdcbca;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.896vw;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

/**
新着詳細
*/
#single-post .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 89.3333333333vw;
  padding-top: 10.6666666667vw;
}
#single-post .single-detail {
  width: 100%;
}
#single-post .single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 5.3333333333vw auto 6.6666666667vw;
  width: 100%;
}
#single-post .single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#single-post .single-detail > .title {
  font-size: 4vw;
  line-height: 1.1666666667;
  font-weight: bold;
  margin-bottom: 3.3333333333vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: solid 0.1333333333vw #333;
}
#single-post .single-detail .info {
  display: flex;
  align-items: center;
}
#single-post .single-detail .info.is_new .terms a:last-of-type {
  margin-right: 2.9333333333vw;
}
#single-post .single-detail .info.is_new .terms:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8vw;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 4.6666666667vw;
}
#single-post .single-detail .info .date {
  font-size: 3.7333333333vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #333;
}
#single-post .single-detail .info .terms {
  margin-left: 1.8666666667vw;
  display: flex;
}
#single-post .single-detail .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8vw;
  background-color: #ec6835;
  text-align: center;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 2vw;
}
#single-post .single-detail .info .terms a + a {
  margin-left: 2.9333333333vw;
}
#single-post .single-detail .post_detail {
  font-size: 3.7333333333vw;
  line-height: 1.25;
  margin-top: 5.3333333333vw;
  margin-bottom: 15.3333333333vw;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
#single-post .single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-post .single-detail .post_detail a {
  color: #ec6835;
}
#single-post .single-detail .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.25;
  margin-bottom: 1em;
}
#single-post .single-detail .post_detail p img.alignright {
  text-align: right;
}
#single-post .single-detail .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-post .single-detail .post_detail .wp-caption {
  max-width: 100%;
}
#single-post .single-detail .post_detail .alignleft {
  float: left;
}
#single-post .single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-post .single-detail .post_detail .alignright {
  float: right;
}
#single-post .single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
#single-post .single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-post .single-detail .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
#single-post .single-detail .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
#single-post .single-detail .post_detail ul {
  margin: 1.2em;
}
#single-post .single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-post .single-detail .post_detail ul li {
  list-style: disc outside;
}
#single-post .single-detail .post_detail ol {
  margin: 1.2em;
}
#single-post .single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-post .single-detail .post_detail ol li {
  list-style: decimal outside;
}
#single-post .single-detail .post_detail li {
  line-height: 1.65;
}
#single-post .single-detail .post_detail h1 {
  padding: 0;
  margin-top: 10vw;
  margin-bottom: 10vw;
  font-size: 4.8vw;
  line-height: 1.3333333333;
}
#single-post .single-detail .post_detail h2 {
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  position: relative;
  padding-left: 4.6666666667vw;
  padding-bottom: 2vw;
  border-bottom: 0.2666666667vw solid #031433;
}
#single-post .single-detail .post_detail h2:before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 1.0666666667vw;
  background-color: #031433;
  display: block;
  top: 0.7em;
  left: 0;
}
#single-post .single-detail .post_detail h3 {
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  position: relative;
  padding-left: 3.3333333333vw;
  padding-bottom: 2vw;
  border-bottom: 0.2666666667vw solid #031433;
}
#single-post .single-detail .post_detail h3:before {
  position: absolute;
  content: "";
  width: 0.9333333333vw;
  height: 5.0666666667vw;
  background-color: #031433;
  display: block;
  top: 0.9333333333vw;
  left: 0;
}
#single-post .single-detail .post_detail h4 {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
#single-post .single-detail .post_detail h4:before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #031433;
  display: block;
  top: 0.5em;
  left: 0;
}
#single-post .single-detail .post_detail h5 {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
#single-post .single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: transparent;
  display: block;
  top: 0.5em;
  left: 0;
  border: 0.6666666667vw solid #031433;
  border-radius: 1.3333333333vw;
}
#single-post .single-detail .post_detail h6 {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
}
#single-post .single-detail .post_detail table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#single-post .single-detail .post_detail table th,
#single-post .single-detail .post_detail table td {
  padding: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
  color: #333;
}
#single-post .single-detail .post_detail table th {
  background-color: #fdf2ee;
  text-align: center;
  vertical-align: middle;
}
#single-post .single-detail .post_detail table th a {
  color: #333;
}
#single-post .single-detail .post_detail table td {
  background: #fff;
}

/**
新着詳細
*/
#single-work .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  max-width: 154.6666666667vw;
  padding-top: 10.6666666667vw;
}
#single-work .single-detail {
  width: 100%;
}
#single-work .single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 5.3333333333vw auto 6.6666666667vw;
  width: 81.4666666667vw;
  height: 53.4666666667vw;
}
#single-work .single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#single-work .single-detail > .title {
  font-size: 3.7333333333vw;
  line-height: 1.9642857143;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#single-work .single-detail .slider {
  margin-top: 3.3333333333vw;
}
#single-work .single-detail .main {
  position: relative;
  width: 100%;
  height: 90vw;
}
#single-work .single-detail .main li {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#single-work .single-detail .main li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-work .single-detail .pagination .swiper-button-prev,
#single-work .single-detail .pagination .swiper-button-next {
  padding: 0;
  background-color: transparent;
  border: 0;
}
#single-work .single-detail .pagination .swiper-button-prev:after,
#single-work .single-detail .pagination .swiper-button-next:after {
  content: "";
  width: 3.7333333333vw;
  height: 6.1333333333vw;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
}
#single-work .single-detail .pagination .swiper-button-prev {
  left: 2.6666666667vw;
}
#single-work .single-detail .pagination .swiper-button-prev:after {
  background-image: url(../img/common/slider-arrow-left.png);
}
#single-work .single-detail .pagination .swiper-button-next {
  right: 2.6666666667vw;
}
#single-work .single-detail .pagination .swiper-button-next:after {
  background-image: url(../img/common/slider-arrow-right.png);
}
#single-work .single-detail .thumbs {
  padding: 2.6666666667vw;
  background-color: #ededed;
  margin-top: 2.4vw;
  position: relative;
}
#single-work .single-detail .thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.3333333333vw;
}
#single-work .single-detail .thumbs .pagination .swiper-button-prev {
  left: 5.3333333333vw;
}
#single-work .single-detail .thumbs .pagination .swiper-button-next {
  right: 5.3333333333vw;
}
#single-work .single-detail .description {
  display: flex;
  justify-self: center;
}
#single-work .single-detail .description dl {
  width: 139.6vw;
}
#single-work .single-detail .parts-categories {
  margin-top: 7.2vw;
}
/**
製品情報 一覧
*/
/*
.post-type-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin: 0 auto size(100);
    position: relative;
    // background-color: rgba(255, 255, 255, 0.7);
    @include bgwhite();
    padding: size(100) size(113) size(170) size(142);

    .list {
        width: size(800);

        h3 {
            @include fontsize(16);
            font-weight: bold;
            line-height: 1.5;
            color: #333333;
            border-bottom: size(1) solid #031433;
            padding-bottom: size(18);
            margin-bottom: size(45);

            position: relative;
            padding-left: size(19);

            &::before {
                content: "";
                display: block;
                width: size(10);
                height: size(3);
                background-color: #031433;
                position: absolute;
                top: size(10);
                left: 0;
            }
        }

        ul {
            display: flex;
            flex-wrap: wrap;

            li {
                width: size(180);
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                color: #333333;
                margin-bottom: size(40);
                position: relative;

                margin-left: size(20);

                &:nth-of-type(4n+1) {
                    margin-left: 0;
                }

                .info {

                    display: flex;
                    margin-bottom: size(4);
                    align-items: flex-start;

                    // &.is-new {
                    //     background: url(../img/common/icon-new.png) left top no-repeat;
                    //     background-size: size(50) auto;
                    //     padding-left: size(75);
                    // }

                    .date {
                        display: flex;
                        align-items: center;
                        @include fontsize(16);
                        margin-right: size(30);
                        height: size(30);
                    }

                    .terms {
                        display: flex;
                        flex-wrap: wrap;
                        margin-bottom: size(-10);

                        .term {
                            float: left;

                            @include term-products();

                            margin-right: size(10);
                            margin-bottom: size(10);

                            &:last-of-type {
                                margin-right: 0;
                            }
                        }
                    }


                }

                .maker {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    min-height: size(36);
                    @include fontsize(14);
                    font-weight: bold;
                    line-height: 1.29;
                    text-align: left;
                    color: #333333;
                    margin-bottom: size(4);
                }

                .img {
                    width: size(180);
                    height: size(180);
                    margin-bottom: size(8);

                    a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: size(180);
                        height: size(180);
                    }

                    img {
                        object-fit: cover;
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                    }
                }


                .title {
                    @include fontsize(16, 20);
                    min-height: size(60);

                    a {
                        text-decoration: none;
                        // border-bottom: size(1) solid #333;
                        // padding-bottom: size(2);
                    }
                }
            }
        }
    }


    .paged {
        width: 100%;
        // position: absolute;
        // bottom: 0;

        .tablenav {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
            clear: both;

            a {
                text-decoration: none;
            }

            .page-numbers {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: size(50);
                height: size(50);
                background-color: transparent;
                border: size(1) solid #031433;
                color: #031433;
                @include fontsize(18, 18);
                margin-right: size(10);

                &.current {
                    border: size(1) solid #031433;
                    background-color: #031433;
                    color: #fff;
                }

                &.dots {
                    border: 0;
                }

                &.prev,
                &.next {
                    overflow: hidden;
                    text-indent: 1000%;
                    white-space: nowrap;
                    position: relative;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: size(6) auto;
                }

                &.prev {
                    background-image: url(../img/common/icon-arrow01-blue-left.png);
                }

                &.next {
                    background-image: url(../img/common/icon-arrow01-blue-right.png);
                }
            }
        }
    }
}
*/
/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: center;
}
#single_otherpost .list,
#single_otherpost .prev,
#single_otherpost .next {
  margin-right: 1.3333333333vw;
}
#single_otherpost .prev,
#single_otherpost .next {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .prev a {
  background-image: url(../img/common/pagination-left.png);
}
#single_otherpost .next a {
  background-image: url(../img/common/pagination-right.png);
}
#single_otherpost .list {
  width: 53.3333333333vw;
}
#single_otherpost .list a {
  width: 53.3333333333vw;
  text-decoration: none;
  font-weight: 500;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
  background-color: transparent;
  border: 0.1333333333vw solid #ccc;
  color: #333333;
  font-size: 4.4vw;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.3333333333vw auto;
}
#single_otherpost a.current {
  border: 0.1333333333vw solid #ccc;
  background-color: #ec6835;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}