@charset "UTF-8";
main {
  margin: 0 auto;
  padding-bottom: 210px;
}

#sidebar aside {
  width: 263px;
}
#sidebar aside h3 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  border-top: 4px solid #ec6835;
  background-color: #000;
  color: #fff;
  padding: 12px 10px 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
}
#sidebar aside .widget {
  margin-bottom: 40px;
}
#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: 1px 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: 18px 10px;
}
#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: 1.8rem;
  line-height: 1.3333333333;
  color: #333333;
  text-decoration: none;
  padding: 18px 20px;
  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: 6px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/arrow-right-s.png);
  background-size: contain;
}
#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: 1.8rem;
  line-height: 1.3333333333;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  padding: 18px 20px;
}
#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: 20px;
}
#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: 10px;
  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: 15px;
}
#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: 260px;
  height: 140px;
  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: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-top: 30px;
  position: relative;
}
#archive-post .full h3 {
  margin-bottom: 20px;
}
#archive-post .full .single-detail {
  padding-bottom: 80px;
  margin-bottom: 100px;
  border-bottom: 1px 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;
  max-width: 1200px;
  padding-top: 80px;
}
#archive-post .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#archive-post .header h2 {
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 7px;
  text-align: left;
  color: #333;
}
#archive-post .header h2::first-letter {
  color: #ec6835;
}
#archive-post .header h2 small {
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  color: #333;
  letter-spacing: normal;
  margin-left: 0.5em;
}
#archive-post .boxes {
  width: 873px;
  margin-top: 20px;
}
#archive-post .boxes .box {
  padding: 25px 0 20px;
  border-top: 1px solid #333;
}
#archive-post .boxes .box:last-of-type {
  border-bottom: 1px 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: 17px;
}
#archive-post .boxes .box .info.is_new .terms:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#archive-post .boxes .box .info .date {
  font-size: 2rem;
  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: 14px;
  display: flex;
}
#archive-post .boxes .box .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #ec6835;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#archive-post .boxes .box .info .terms a + a {
  margin-left: 29px;
}
#archive-post .boxes .box .title {
  margin-top: 25px;
}
#archive-post .boxes .box .title a {
  font-size: 1.8rem;
  line-height: 1;
  /* 游明朝体 */
  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: 70px;
}
#archive-post .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
#archive-post .paged .tablenav .page-numbers.current {
  border: 1px 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: 10px 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;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 120px;
}
#archive-works strong {
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 7.92px;
  font-size: 3.6rem;
  line-height: 1.5277777778;
}
#archive-works .message {
  margin-top: 30px;
}
#archive-works .message p {
  letter-spacing: 4.32px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
#archive-works h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#archive-works h3 .en {
  letter-spacing: 3.52px;
  text-align: left;
  color: #ec6835;
  font-size: 1.6rem;
  font-weight: 500;
}
#archive-works h3 .title {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 7.92px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
#archive-works .posts {
  width: 100%;
}
#archive-works .posts .boxes {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
}
#archive-works .posts .boxes .box {
  width: 373px;
  margin-left: 40px;
}
#archive-works .posts .boxes .box:nth-of-type(3n + 1) {
  margin-left: 0;
}
#archive-works .posts .boxes .box:nth-of-type(n + 4) {
  margin-top: 20px;
}
#archive-works .posts .boxes .box.is_new:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#archive-works .posts .boxes .box .img {
  width: 373px;
  height: 260px;
}
#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: 100%;
  background-color: #ddd;
}
#archive-works .posts .boxes .box .img .noimage::after {
  content: "NO IMAGE";
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
#archive-works .posts .boxes .box .title {
  padding: 20px;
}
#archive-works .posts .boxes .box .title a {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 4.8px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}
#archive-works .posts .paged {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
#archive-works .posts .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  width: 100%;
  clear: both;
}
#archive-works .posts .paged .tablenav a {
  text-decoration: none;
}
#archive-works .posts .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
#archive-works .posts .paged .tablenav .page-numbers.current {
  border: 1px solid #ccc;
  background-color: #ec6835;
  color: #fff;
}
#archive-works .posts .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-works .posts .paged .tablenav .page-numbers.prev, #archive-works .posts .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: 10px auto;
}
#archive-works .posts .paged .tablenav .page-numbers.prev {
  background-image: url(../img/common/pagination-left.png);
}
#archive-works .posts .paged .tablenav .page-numbers.next {
  background-image: url(../img/common/pagination-right.png);
}
#archive-works .parts-categories {
  margin-top: 54px;
}

.parts-categories {
  width: 100%;
}
.parts-categories h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parts-categories h3 .en {
  letter-spacing: 3.52px;
  text-align: left;
  color: #ec6835;
  font-size: 1.6rem;
  font-weight: 500;
}
.parts-categories h3 .title {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 7.92px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
.parts-categories .boxes {
  display: flex;
  flex-wrap: wrap;
  width: 1094px;
  padding: 55px 45px 40px;
  background-color: #f1f1f1;
  margin: 35px auto 0;
}
.parts-categories .boxes .box {
  margin-left: 55px;
}
.parts-categories .boxes .box:nth-of-type(3n + 1) {
  margin-left: 0;
}
.parts-categories .boxes .box:nth-of-type(n + 4) {
  margin-top: 49px;
}
.parts-categories .boxes .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 54px;
  background-color: #cdcbca;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 4.3px;
  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;
  max-width: 1200px;
  padding-top: 80px;
}
#single-post .single-detail {
  width: 873px;
}
#single-post .single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
  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: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #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: 17px;
}
#single-post .single-detail .info.is_new .terms:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#single-post .single-detail .info .date {
  font-size: 2rem;
  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: 14px;
  display: flex;
}
#single-post .single-detail .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #ec6835;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#single-post .single-detail .info .terms a + a {
  margin-left: 29px;
}
#single-post .single-detail .post_detail {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-top: 40px;
  margin-bottom: 115px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
#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: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 12px;
}
#single-post .single-detail .post_detail p img.alignright {
  text-align: right;
}
#single-post .single-detail .post_detail pre {
  margin: 20px 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: 5px;
}
#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: 5px;
  display: inline;
}
#single-post .single-detail .post_detail img.alignleft {
  margin: 5px;
  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: 50px;
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}
#single-post .single-detail .post_detail h2 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left: 4px solid #ec6835;
  background-color: #000;
  color: #fff;
}
#single-post .single-detail .post_detail h3 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #f4f4f4;
  color: #333;
}
#single-post .single-detail .post_detail h4 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 4px solid #ec6835;
  color: #333;
}
#single-post .single-detail .post_detail h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
}
#single-post .single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: block;
  top: 0.1em;
  left: 0;
  border: 4px solid #ec6835;
  border-radius: 50%;
}
#single-post .single-detail .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
}
#single-post .single-detail .post_detail h6:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: block;
  top: 0.1em;
  left: 0;
  border: 4px solid #333333;
  border-radius: 50%;
}
#single-post .single-detail .post_detail table {
  margin: 35px auto;
}
#single-post .single-detail .post_detail table th,
#single-post .single-detail .post_detail table td {
  padding: 15px;
  border: solid 1px #ccc;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  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: 1160px;
  padding-top: 80px;
}
#single-work .single-detail {
  width: 100%;
}
#single-work .single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
  width: 611px;
  height: 401px;
}
#single-work .single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#single-work .single-detail > .title {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#single-work .single-detail .slider {
  margin-top: 25px;
}
#single-work .single-detail .main {
  position: relative;
  width: 100%;
  height: 675px;
}
#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: 28px;
  height: 46px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
}
#single-work .single-detail .pagination .swiper-button-prev {
  left: 20px;
}
#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: 20px;
}
#single-work .single-detail .pagination .swiper-button-next:after {
  background-image: url(../img/common/slider-arrow-right.png);
}
#single-work .single-detail .thumbs {
  padding: 20px;
  background-color: #ededed;
  margin-top: 18px;
  position: relative;
}
#single-work .single-detail .thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
}
#single-work .single-detail .thumbs .pagination .swiper-button-prev {
  left: 40px;
}
#single-work .single-detail .thumbs .pagination .swiper-button-next {
  right: 40px;
}
#single-work .single-detail .description {
  display: flex;
  justify-self: center;
}
#single-work .single-detail .description dl {
  width: 1047px;
}
#single-work .single-detail .parts-categories {
  margin-top: 54px;
}
/**
製品情報 一覧
*/
/*
.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;
}
#single_otherpost .list,
#single_otherpost .prev,
#single_otherpost .next {
  margin-right: 10px;
}
#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: 200px;
}
#single_otherpost .list a {
  width: 200px;
  text-decoration: none;
  font-weight: 500;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}
#single_otherpost a.current {
  border: 1px solid #ccc;
  background-color: #ec6835;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}