@charset "UTF-8";
/**
新着詳細
*/
.single-basic {
  margin: 0 auto 0vw;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0vw 4vw;
}

.single-detail {
  margin-bottom: 13.3333333333vw;
}
.single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80vw;
}
.single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-detail > .title {
  font-weight: bold;
  margin-bottom: 1.3333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1.2352941176;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 1.3333333333vw 1.3333333333vw;
}
.single-detail .post_detail {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin-bottom: 13.3333333333vw;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
.single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-detail .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin-bottom: 1em;
}
.single-detail .post_detail p img.alignright {
  text-align: right;
}
.single-detail .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-detail .post_detail .wp-caption {
  max-width: 100%;
}
.single-detail .post_detail .alignleft {
  float: left;
}
.single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail .alignright {
  float: right;
}
.single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
.single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
.single-detail .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
.single-detail .post_detail ul {
  margin: 1.2em;
}
.single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ul li {
  list-style: disc outside;
}
.single-detail .post_detail ol {
  margin: 1.2em;
}
.single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ol li {
  list-style: decimal outside;
}
.single-detail .post_detail li {
  line-height: 1.65;
}
.single-detail .post_detail h1 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 4.5333333333vw;
  line-height: 1.2352941176;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 2.9333333333vw 1.6vw;
}
.single-detail .post_detail h2 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  position: relative;
  border-left: 0.9333333333vw solid #009000;
  border-bottom: 0.1333333333vw solid #b0a9a8;
  padding: 1.6vw 1.3333333333vw 2.6666666667vw;
}
.single-detail .post_detail h3 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  position: relative;
  border-bottom: 0.1333333333vw solid #b0a9a8;
  padding: 0 0 1.7333333333vw;
}
.single-detail .post_detail h4 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  position: relative;
  border-left: 0.4vw solid #009000;
  padding: 0.5333333333vw 1.6vw;
}
.single-detail .post_detail h5 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  position: relative;
  padding-left: 4.6666666667vw;
}
.single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #009000;
  display: block;
  top: 0.4em;
  left: 0;
}
.single-detail .post_detail h6 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
}
.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-detail .post_detail table th,
.single-detail .post_detail table td {
  padding: 3.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  line-height: 2;
  border: 0.2666666667vw solid #cccccc;
}
.single-detail .post_detail table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
.single-detail .post_detail table th a {
  color: #333333;
}
.single-detail .post_detail table td {
  color: #333333;
  background: #fff;
}
.single-detail .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
.single-detail .info .date {
  display: flex;
  align-items: center;
  font-size: 2.4vw;
  text-align: left;
  color: #666;
}
.single-detail .info .categories {
  margin-left: 1.3333333333vw;
}
.single-detail .info .categories .category {
  display: flex;
  align-items: center;
  height: 3.4666666667vw;
  background-color: #f16518;
  padding: 0 1.3333333333vw;
}
.single-detail .info .categories .category + .category {
  margin-left: 1.3333333333vw;
}
.single-detail .info .categories .category a {
  font-size: 2.4vw;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/**
新着情報 一覧
*/
.archive-list {
  margin: 0 auto;
  position: relative;
  padding: 0vw 4vw;
}
.archive-list h3 {
  font-weight: bold;
  margin-top: 4vw;
  font-size: 4.5333333333vw;
  line-height: 1;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 1.6vw 1.3333333333vw;
}
.archive-list h3:first-of-type {
  margin-top: 0;
}
.archive-list .note {
  text-align: center;
  width: 100%;
}
.archive-list .boxes {
  width: 100%;
}
.archive-list .boxes ul {
  display: flex;
  flex-wrap: wrap;
}
.archive-list .boxes ul li {
  width: 44vw;
  margin-left: 4vw;
}
.archive-list .boxes ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.archive-list .boxes ul li:nth-of-type(n + 3) {
  margin-top: 5.3333333333vw;
}
.archive-list .boxes ul li .img {
  width: 44vw;
  height: 33.0666666667vw;
}
.archive-list .boxes ul li .date {
  font-size: 2.4vw;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  margin-top: 1.6vw;
}
.archive-list .boxes ul li .title {
  margin-top: 1.6vw;
}
.archive-list .boxes ul li .title a {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  text-decoration: none;
}
.archive-list .boxes ul li .taxonomies {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.3333333333vw;
}
.archive-list .boxes ul li .taxonomies .term {
  margin: 0.3333333333vw;
  display: block;
}
.archive-list .list {
  margin-bottom: 13.3333333333vw;
}
.archive-list .list ul li {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/border01.png) left bottom no-repeat;
  padding-top: 3.4666666667vw;
  padding-bottom: 4.2666666667vw;
}
.archive-list .list ul li .date {
  display: flex;
  align-items: center;
  font-size: 2.4vw;
  text-align: left;
  color: #666;
}
.archive-list .list ul li .categories {
  margin-left: 1.3333333333vw;
}
.archive-list .list ul li .categories .category {
  display: flex;
  align-items: center;
  height: 3.4666666667vw;
  background-color: #f16518;
  padding: 0 1.3333333333vw;
}
.archive-list .list ul li .categories .category + .category {
  margin-left: 1.3333333333vw;
}
.archive-list .list ul li .categories .category a {
  font-size: 2.4vw;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.archive-list .list ul li .title {
  width: 100%;
  text-align: left;
  margin-top: 2.6666666667vw;
}
.archive-list .list ul li .title a {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.63;
  color: #333;
  text-decoration: underline;
}
.archive-list .paged {
  width: auto;
  margin-top: 10.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
.archive-list .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}
.archive-list .paged .tablenav a {
  text-decoration: none;
}
.archive-list .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.4vw;
  height: 10.4vw;
  background-color: transparent;
  border: 0.2666666667vw solid #aaaaaa;
  color: #333;
  font-size: 3.3333333333vw;
  margin-right: 1.3333333333vw;
}
.archive-list .paged .tablenav .page-numbers.current {
  border: 0.2666666667vw solid #aaaaaa;
  background-color: #009000;
  color: #fff;
}
.archive-list .paged .tablenav .page-numbers.dots {
  border: 0;
}
.archive-list .paged .tablenav .page-numbers.prev, .archive-list .paged .tablenav .page-numbers.next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#archive-works #works_categories {
  margin-top: 4.6666666667vw;
}
#archive-works #works_categories h4 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#archive-works #works_categories .taxonomies {
  margin-top: 2vw;
  background: url(../img/common/border01.png) center top no-repeat;
  background-size: auto 0.9333333333vw;
}
#archive-works #works_categories .taxonomies .taxonomy {
  background: url(../img/common/border01.png) center bottom no-repeat;
  background-size: auto 0.9333333333vw;
  padding-top: 3.4666666667vw;
  padding-bottom: 4.2666666667vw;
  display: flex;
  align-items: center;
}
#archive-works #works_categories .taxonomies .taxonomy h5 {
  width: 23.7333333333vw;
  text-align: left;
  font-size: 3.7333333333vw;
}
#archive-works #works_categories .taxonomies .taxonomy ul {
  width: 65.3333333333vw;
  display: flex;
  flex-wrap: wrap;
}
#archive-works #works_categories .taxonomies .taxonomy ul li {
  margin: 0.6666666667vw;
}
#archive-works #works_categories .taxonomies .taxonomy.area h5 {
  color: #00908b;
}
#archive-works #works_categories .taxonomies .taxonomy.color h5 {
  color: #f18e00;
}
#archive-works #works_categories .taxonomies .taxonomy.details h5 {
  color: #005800;
}
#archive-works .taxonomies a.term {
  font-size: 2.2666666667vw;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #999;
  border-radius: 0.6666666667vw;
  text-decoration: none;
  padding: 0.2666666667vw 1.0666666667vw;
}
#archive-works .taxonomies a.term.area {
  background-color: #00908b;
}
#archive-works .taxonomies a.term.color {
  background-color: #f18e00;
}
#archive-works .taxonomies a.term.details {
  background-color: #005800;
}
#archive-works .boxes {
  margin-top: 8vw;
}
/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  border-top: 0.2666666667vw solid #cccccc;
  padding-top: 4.4vw;
}
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single_otherpost .list,
#single_otherpost .prev,
#single_otherpost .next {
  margin-right: 1.3333333333vw;
}
#single_otherpost .prev,
#single_otherpost .next {
  width: 10.4vw;
  height: 10.4vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .list {
  display: none;
  width: 35.3333333333vw;
  margin-bottom: 0;
}
#single_otherpost .list a {
  width: 35.3333333333vw;
  text-decoration: none;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.4vw;
  height: 10.4vw;
  background-color: transparent;
  border: 0.2666666667vw solid #aaa;
  color: #333;
  font-size: 3.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2vw auto;
  text-decoration: none;
}
#single_otherpost a.current {
  border: 0.2666666667vw solid #aaa;
  background-color: #333;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

#searchform {
  position: relative;
  padding: 3.3333333333vw 2.6666666667vw 16.6666666667vw;
  background-color: #e1eff6;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#searchform .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
#searchform .title strong {
  display: block;
  font-weight: bold;
  position: relative;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  padding-left: 2.4vw;
  width: 56vw;
}
#searchform .title strong::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 1.0666666667vw;
  background-color: #031433;
  position: absolute;
  top: 2vw;
  left: -2.6666666667vw;
}
#searchform .title .message {
  font-size: 3.0666666667vw;
  line-height: 1.3043478261;
}
#searchform input,
#searchform select {
  border: 0.1333333333vw solid #cccccc;
  padding-left: 2vw;
  height: 9.3333333333vw;
  font-size: 3.7333333333vw;
}
#searchform select {
  width: 100%;
}
#searchform input {
  width: 100%;
  margin-top: 2.6666666667vw;
}
#searchform button {
  position: absolute;
  bottom: 3.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 4.5333333333vw auto 0;
  width: 53.3333333333vw;
  height: 10.6666666667vw;
  padding: 1.3333333333vw 4vw;
  background-color: #357ca2;
  font-size: 3.7333333333vw;
  font-weight: bold;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchform button:before {
  content: "";
  display: block;
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-size: contain;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  margin-right: 1.3333333333vw;
}
#searchform + .boxes {
  margin-top: 9.3333333333vw;
}

.archive-list #searchform {
  width: 100vw;
  margin-left: -4vw;
  margin-right: -4vw;
  margin-bottom: 5.3333333333vw;
}
.archive-list #searchform + .note {
  text-align: center;
  width: 100%;
  margin-bottom: 5.3333333333vw;
  line-height: 1.65;
}

.single-basic #searchform {
  width: 100vw;
  margin-left: -4vw;
  margin-right: -4vw;
  margin-bottom: 5.3333333333vw;
}
.single-basic #searchform + .note {
  text-align: center;
  width: 100%;
  margin-bottom: 5.3333333333vw;
  line-height: 1.65;
}

#single-works {
  margin: 0 auto 0vw;
  position: relative;
  padding: 0vw 4vw 14.6666666667vw;
}
#single-works > .title {
  font-weight: bold;
  margin-bottom: 1.3333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1.2352941176;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 1.3333333333vw 1.3333333333vw;
}
#single-works .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4vw;
}
#single-works .info .date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.4vw;
  text-align: right;
  color: #666;
}
#single-works .before_after {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}
#single-works .before_after .before,
#single-works .before_after .after {
  position: relative;
}
#single-works .before_after .before:before,
#single-works .before_after .after:before {
  content: "";
  width: 24.6666666667vw;
  height: 6.8vw;
  display: block;
  position: absolute;
  top: -1.3333333333vw;
  left: -1.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-bottom: 0.2666666667vw;
}
#single-works .before_after .before:before {
  background-color: #ebcd00;
}
#single-works .before_after .after:before {
  background-color: #e45326;
}
#single-works .before_after.type01 {
  width: 86vw;
  margin: 6.8vw auto;
}
#single-works .before_after.type01 .before {
  margin-top: 5.3333333333vw;
  width: 86vw;
  height: 64.5333333333vw;
}
#single-works .before_after.type01 .before:before {
  content: "BEFORE";
  font-size: 4.6vw;
}
#single-works .before_after.type01 .after {
  width: 86vw;
  height: 64.5333333333vw;
}
#single-works .before_after.type01 .after:before {
  content: "AFTER";
  font-size: 4.6vw;
}
#single-works .before_after.type02 {
  width: 86vw;
  margin: 10.6666666667vw auto;
}
#single-works .before_after.type02 .before {
  margin-top: 5.3333333333vw;
  width: 86vw;
  height: 64.5333333333vw;
}
#single-works .before_after.type02 .before:before {
  content: "BEFORE";
  font-size: 4.6vw;
}
#single-works .before_after.type02 .after {
  width: 86vw;
  height: 64.5333333333vw;
}
#single-works .before_after.type02 .after:before {
  content: "AFTER";
  font-size: 4.6vw;
}
#single-works .detail h4 {
  margin-top: 6vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#single-works .detail table {
  margin-top: 4.8vw;
}
#single-works .detail table tbody tr th,
#single-works .detail table tbody tr td {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  border: 0.1333333333vw solid #ccc;
}
#single-works .detail table tbody tr th {
  padding: 3.3333333333vw 0;
  background-color: #e0e0e0;
  width: 29.3333333333vw;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
#single-works .detail table tbody tr th a {
  color: #333333;
}
#single-works .detail table tbody tr td {
  padding: 3.2vw 3.2vw;
  color: #333333;
  background: #fff;
}
#single-works .detail table tbody tr td .taxonomies {
  display: flex;
  flex-wrap: wrap;
}
#single-works .detail table tbody tr td .taxonomies a {
  margin: 0.3333333333vw;
  display: block;
}
#single-works .detail table tbody tr td .taxonomies a.term {
  font-size: 2.4vw;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #999;
  border-radius: 0.6666666667vw;
  text-decoration: none;
  padding: 0.2666666667vw 1.0666666667vw;
}
#single-works .detail table tbody tr td .taxonomies a.term.area {
  background-color: #00908b;
}
#single-works .detail table tbody tr td .taxonomies a.term.color {
  background-color: #f18e00;
}
#single-works .detail table tbody tr td .taxonomies a.term.details {
  background-color: #005800;
}
#single-works .detail table tbody tr td .material h5 {
  display: inline-block;
  width: auto;
  min-width: 21.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  border: solid 1px #c5c5c5;
  background-color: #e7eddd;
  padding: 0 1.0666666667vw;
}
#single-works .detail table tbody tr td .material p {
  margin-top: 2vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#single-works .detail table tbody tr td .material p + h5 {
  margin-top: 3.3333333333vw;
}
#single-works .contact {
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-works .contact a {
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  background-color: #009000;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#single-works .contact a::before {
  right: 4vw;
  border-left: 2.9333333333vw solid #ffd800;
  border-top: 1.7333333333vw solid transparent;
  border-bottom: 1.7333333333vw solid transparent;
}
#single-works .post_detail {
  font-size: 2.1333333333vw;
  line-height: 1.5;
  margin-top: 10.6666666667vw;
  margin-bottom: 15.3333333333vw;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
#single-works .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-works .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin-bottom: 1em;
}
#single-works .post_detail p img.alignright {
  text-align: right;
}
#single-works .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-works .post_detail .wp-caption {
  max-width: 100%;
}
#single-works .post_detail .alignleft {
  float: left;
}
#single-works .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-works .post_detail .alignright {
  float: right;
}
#single-works .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
#single-works .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-works .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
#single-works .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
#single-works .post_detail ul {
  margin: 1.2em;
}
#single-works .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-works .post_detail ul li {
  list-style: disc outside;
}
#single-works .post_detail ol {
  margin: 1.2em;
}
#single-works .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-works .post_detail ol li {
  list-style: decimal outside;
}
#single-works .post_detail li {
  line-height: 1.65;
}
#single-works .post_detail h1 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 4.5333333333vw;
  line-height: 1.2352941176;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 2.9333333333vw 1.6vw;
}
#single-works .post_detail h2 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  position: relative;
  border-left: 0.9333333333vw solid #009000;
  border-bottom: 0.1333333333vw solid #b0a9a8;
  padding: 1.6vw 1.3333333333vw 2.6666666667vw;
}
#single-works .post_detail h3 {
  font-weight: bold;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  position: relative;
  border-bottom: 0.1333333333vw solid #b0a9a8;
  padding: 0 0 1.7333333333vw;
}
#single-works .post_detail h4 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  position: relative;
  border-left: 0.4vw solid #009000;
  padding: 0.5333333333vw 1.6vw;
}
#single-works .post_detail h5 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.4666666667vw;
  position: relative;
  padding-left: 4.6666666667vw;
}
#single-works .post_detail h5:before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #009000;
  display: block;
  top: 0.4em;
  left: 0;
}
#single-works .post_detail h6 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
}
#single-works .post_detail table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#single-works .post_detail table th,
#single-works .post_detail table td {
  padding: 3.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  line-height: 2;
  border: 0.2666666667vw solid #cccccc;
}
#single-works .post_detail table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
#single-works .post_detail table th a {
  color: #333333;
}
#single-works .post_detail table td {
  color: #333333;
  background: #fff;
}