@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 25.3333333333vw;
}

[data-ruby] {
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 4.5333333333vw;
  position: relative;
  text-align: center;
}
[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
}

/**
テクニカルノート
*/
#archive-note {
  margin: 7.3333333333vw auto 0;
  padding-bottom: 13.3333333333vw;
  width: 92vw;
}
#archive-note .app-categories {
  border-top: solid 0.1333333333vw #ccc;
  padding-top: 7.3333333333vw;
}
#archive-note .app-categories .title {
  font-size: 4.2666666667vw;
  line-height: 1.28125;
  font-weight: bold;
  color: #333;
  padding-left: 6.8vw;
  background: url(../img/common/icon-note.png) left center no-repeat;
  background-size: 5.2vw auto;
}
#archive-note .app-categories .title + .catSearch {
  margin-top: 7.3333333333vw;
}
#archive-note .app-categories .title + .keywordSearch {
  margin-top: 7.3333333333vw;
}
#archive-note .app-categories .catSearch .subtitle {
  color: #0b80c6;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 6.6666666667vw;
}
#archive-note .app-categories .catSearch .subtitle::before {
  content: "";
  display: block;
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#archive-note .app-categories .catSearch ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
#archive-note .app-categories .catSearch ul li {
  margin-left: 2.6666666667vw;
}
#archive-note .app-categories .catSearch ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
#archive-note .app-categories .catSearch ul li:nth-of-type(n + 3) {
  margin-top: 2.6666666667vw;
}
#archive-note .app-categories .catSearch ul li.current-cat a {
  color: #fff;
  background-color: #0b80c6;
}
#archive-note .app-categories .catSearch ul li a {
  width: 44.6666666667vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8vw;
  border: solid 0.2666666667vw #0b80c6;
  background-color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#archive-note .app-categories .keywordSearch .subtitle {
  color: #0b80c6;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 6.6666666667vw;
}
#archive-note .app-categories .keywordSearch .subtitle::before {
  content: "";
  display: block;
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#archive-note .app-categories .keywordSearch ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
  gap: 0.6666666667vw;
}
#archive-note .app-categories .keywordSearch ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6666666667vw;
}
#archive-note .app-categories .keywordSearch ul li ul {
  margin: 0;
}
#archive-note .app-categories .keywordSearch ul li.current-cat a {
  color: #fff;
  background-color: #0b80c6;
}
#archive-note .app-categories .keywordSearch ul li a {
  padding: 0 0.6666666667vw;
  height: 5.8666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8vw;
  border: solid 0.2666666667vw #0b80c6;
  background-color: #fff;
  font-size: 2.4vw;
  line-height: 1.3333333333;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#archive-note .post-count {
  text-align: right;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 10.5333333333vw;
}
#archive-note .post-count strong {
  font-weight: bold;
}
#archive-note .list {
  margin-top: 2vw;
}
#archive-note .list ul li {
  padding: 1.6vw 0 2.1333333333vw;
  border-top: solid 0.2666666667vw #ccc;
}
#archive-note .list ul li:last-of-type {
  border-bottom: solid 0.2666666667vw #ccc;
}
#archive-note .list ul li .info {
  display: flex;
}
#archive-note .list ul li .info .date {
  font-size: 2.4vw;
  line-height: 1.1111111111;
  text-align: left;
  color: #777;
}
#archive-note .list ul li .info .categories {
  border-left: 0.2666666667vw solid #ccc;
  margin-left: 1.3333333333vw;
  padding-left: 1.3333333333vw;
  display: flex;
}
#archive-note .list ul li .info .categories .category {
  background-color: #7b90a1;
  font-size: 2.4vw;
  line-height: 1;
  padding: 0 0.8vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 2.9333333333vw;
  text-decoration: none;
}
#archive-note .list ul li .info .categories .category + .category {
  margin-left: 1.3333333333vw;
}
#archive-note .list ul li .title {
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  letter-spacing: 0.2133333333vw;
  text-align: left;
  color: #333;
  margin-top: 1.3333333333vw;
}
#archive-note .list ul li .title a {
  text-decoration: none;
}
#archive-note .paged {
  width: 100%;
  margin-top: 8vw;
}
#archive-note .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both;
}
#archive-note .paged .tablenav a {
  text-decoration: none;
}
#archive-note .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: transparent;
  border: 0.2666666667vw solid #ccc;
  color: #333333;
  font-size: 3.2vw;
  line-height: 1;
  margin-right: 1.3333333333vw;
}
#archive-note .paged .tablenav .page-numbers.current {
  border: 0.2666666667vw solid #ccc;
  background-color: #041a2e;
  color: #fff;
}
#archive-note .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-note .paged .tablenav .page-numbers.prev, #archive-note .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: 1.3333333333vw auto;
}
#archive-note .paged .tablenav .page-numbers.prev {
  background-image: url(../img/common/icon-pagination-left.png);
}
#archive-note .paged .tablenav .page-numbers.next {
  background-image: url(../img/common/icon-pagination-right.png);
}

/**
テクニカルノート 詳細
*/
#single-note {
  width: 92vw;
  margin: 9.3333333333vw auto 0;
  border-top: solid 0.2666666667vw #ccc;
  padding-top: 8vw;
  padding-bottom: 9.3333333333vw;
}
#single-note .header {
  border-left: 0.8vw solid #0b80c6;
  padding: 0 3.4666666667vw;
}
#single-note .header h3 {
  font-size: 5.0666666667vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
}
#single-note .header .date {
  margin-top: 2.6666666667vw;
  font-size: 2.4vw;
  line-height: 1.1111111111;
  color: #777;
}
#single-note .header .download {
  margin-top: 8vw;
}
#single-note .download {
  width: 82.6666666667vw;
  margin: 0 auto;
}
#single-note .download h4 {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #999;
  width: 100%;
}
#single-note .download .links {
  display: flex;
  align-items: center;
  margin-top: 2vw;
}
#single-note .download .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 9.3333333333vw;
  border-radius: 0.8vw;
  border: solid 0.2666666667vw #0b80c6;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#single-note .download .links a:before {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon-pdf.png) left center no-repeat;
  background-size: contain;
  margin-right: 1.2vw;
}
#single-note .download .links a + a {
  margin-left: 2.6666666667vw;
}
#single-note .contents {
  margin-top: 7.3333333333vw;
}
#single-note .contents section {
  padding-bottom: 8vw;
}
#single-note .contents section + section {
  border-top: 0.2666666667vw solid #ccc;
  padding-top: 8vw;
}
#single-note .contents p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-top: 1.5em;
  margin-bottom: 1.8em;
}
#single-note .contents p:first-child {
  margin-top: 0;
}
#single-note .contents p:last-child {
  margin-bottom: 0;
}
#single-note .contents b {
  margin-top: 1.5em;
  position: relative;
  padding-left: 6.5333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.625;
  color: #0b80c6;
  font-weight: bold;
}
#single-note .contents b:first-child {
  margin-top: 0;
}
#single-note .contents b::before {
  content: "";
  display: block;
  width: 4vw;
  height: 0.8vw;
  position: absolute;
  top: 0.75em;
  left: 0;
  background-color: #0b80c6;
}
#single-note .contents figure {
  margin: 4.6666666667vw 0;
}
#single-note .contents figure:last-child {
  margin-bottom: 0;
}
#single-note .contents figure figcaption.left {
  text-align: left;
}
#single-note .contents figure > figcaption {
  font-size: 3.2vw;
  line-height: 1.5833333333;
  font-weight: bold;
}
#single-note .contents figure img + figcaption {
  margin-top: 1.3333333333vw;
}
#single-note .contents figure.center {
  text-align: center;
}
#single-note .contents figure.floatLeft {
  float: left;
  margin: 0 32px 1.8em 0;
}
#single-note .contents figure.floatRight {
  float: right;
  margin: 0 0 1.8em 32px;
}
#single-note .contents ul {
  margin: 1.2em;
}
#single-note .contents ul:first-of-type {
  margin-top: 0.65em;
}
#single-note .contents ul li::before {
  content: "・";
}
#single-note .contents ol {
  margin: 1.2em;
}
#single-note .contents ol:first-of-type {
  margin-top: 0.65em;
}
#single-note .contents ol li {
  list-style: decimal outside;
}
#single-note .contents li {
  line-height: 1.65;
}
#single-note .contents h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
#single-note .contents h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-note .contents h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
#single-note .contents h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-note .contents h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#single-note .contents .halfs figure {
  width: 48.5%;
  padding: 0;
  margin: 0 0 1.8em 3%;
  border: none;
  box-sizing: border-box;
}
#single-note .contents .halfs figure:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
#single-note .contents .triple figure {
  width: 32%;
  padding: 0;
  margin: 0 0 1.8em 1.3%;
  border: none;
  box-sizing: border-box;
}
#single-note .contents .triple figure:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
#single-note .contents .table table {
  width: 100%;
  margin: 0 0 1.8em;
  background: #cccccc;
  border-collapse: separate;
  border-spacing: 1px;
}
#single-note .contents .table table thead th {
  text-align: center;
  padding: 12px 16px;
  background: #ffffff;
}
#single-note .contents .table table tbody th {
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 16px;
  background: #ffffff;
  border: none;
  width: auto;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
}
#single-note .contents .table table tbody td {
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 16px;
  background: #ffffff;
  border: none;
}
#single-note .option {
  margin-top: 10.6666666667vw;
}
#single-note .option h3 {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 8vw;
  padding: 1.2vw 0 1.4666666667vw 2.6666666667vw;
  display: flex;
  align-items: center;
}
#single-note .option ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.3333333333vw;
}
#single-note .option ul li {
  width: 41.6vw;
  margin-left: 5.3333333333vw;
}
#single-note .option ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
#single-note .option ul li:nth-of-type(n + 3) {
  margin-top: 2.6666666667vw;
}
#single-note .option ul li::before {
  display: none;
}
#single-note .option ul li a {
  text-decoration: none;
}
#single-note .option ul li .img {
  width: 41.6vw;
  height: 29.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-note .option ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-note .option ul li p {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#single-note .note {
  margin-top: 10.6666666667vw;
}

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

.single-detail {
  margin-bottom: 13.3333333333vw;
}
.single-detail .thumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4.6666666667vw;
}
.single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-detail > .title {
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  font-weight: bold;
  margin-bottom: 4.6666666667vw;
}
.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 a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #0b80c6;
}
.single-detail .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  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::before {
  content: "・";
}
.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 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
.single-detail .post_detail h2 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  background-color: #e3e5e6;
  color: #0b80c6;
}
.single-detail .post_detail h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
.single-detail .post_detail h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.single-detail .post_detail h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
.single-detail .post_detail h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.single-detail .post_detail h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.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;
  font-size: 3.7333333333vw;
  line-height: 2;
}
.single-detail .post_detail table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.single-detail .post_detail table th a {
  color: #fff;
}
.single-detail .post_detail table td {
  background: #eeeeee;
  color: #666666;
}
.single-detail .info {
  display: flex;
  margin-bottom: 2.4vw;
  align-items: flex-start;
}
.single-detail .info.is-new {
  background: url(../img/common/icon-new.png) left top no-repeat;
  background-size: 6.6666666667vw auto;
  background-position: left 0.5333333333vw;
  padding-left: 10vw;
}
.single-detail .info .date {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  margin-right: 4vw;
  height: 5.3333333333vw;
}
.single-detail .info .terms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.3333333333vw;
}
.single-detail .info .terms .term {
  float: left;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0666666667vw 1.3333333333vw;
  font-size: 3.2vw;
  background-color: #fff;
  text-decoration: none;
  margin-right: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  border-radius: 0.6666666667vw;
}
.single-detail .info .terms .term.active {
  background-color: #3b87ae;
  color: #fff;
}
.single-detail .info .terms .term:last-of-type {
  margin-right: 0;
}

/**
製品詳細
*/
#single-products .thumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 6.6666666667vw;
}
#single-products .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
#single-products .info {
  display: flex;
  margin-bottom: 2.6666666667vw;
  align-items: center;
}
#single-products .info .terms {
  display: flex;
  flex-wrap: wrap;
}
#single-products .info .terms .term {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5333333333vw 0.6666666667vw;
  font-size: 2.4vw;
  line-height: 1;
  text-decoration: none;
  background-color: #357ca2;
  color: #fff;
  padding: 0.8vw 1.3333333333vw;
  margin-right: 1.3333333333vw;
}
#single-products .info .terms .term.is-btn {
  border-radius: 0.5333333333vw;
}
#single-products .info .terms .term:last-of-type {
  margin-right: 0;
}
#single-products h3 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.2666666667vw solid #031433;
  padding-top: 0;
  padding-bottom: 3.3333333333vw;
  margin-top: 0;
  margin-bottom: 6.6666666667vw;
  position: relative;
  padding-left: 5.3333333333vw;
}
#single-products h3::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 1.0666666667vw;
  background-color: #031433;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#single-products .images {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6666666667vw;
  margin-bottom: 5.3333333333vw;
  width: 100%;
  min-height: 66vw;
}
#single-products .images img {
  display: block;
}
#single-products .images .main {
  width: 66vw;
  min-height: 66vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-products .images .thumbnails ul li {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3333333333vw;
}
#single-products .images .thumbnails ul li:last-of-type {
  margin-bottom: 0;
}
#single-products .maker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  color: #333333;
  margin-left: 2.5333333333vw;
}
#single-products h4 {
  color: #031433;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  position: relative;
  padding-left: 3.3333333333vw;
  padding-bottom: 2vw;
  border-bottom: 0.2666666667vw solid #031433;
}
#single-products h4:before {
  position: absolute;
  content: "";
  width: 0.9333333333vw;
  height: 5.0666666667vw;
  background-color: #031433;
  display: block;
  top: 0.9333333333vw;
  left: 0;
}
#single-products .post_detail {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin-bottom: 7.3333333333vw;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
#single-products .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-products .post_detail a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #0b80c6;
}
#single-products .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-bottom: 1em;
}
#single-products .post_detail p img.alignright {
  text-align: right;
}
#single-products .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-products .post_detail .wp-caption {
  max-width: 100%;
}
#single-products .post_detail .alignleft {
  float: left;
}
#single-products .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-products .post_detail .alignright {
  float: right;
}
#single-products .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
#single-products .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-products .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
#single-products .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
#single-products .post_detail ul {
  margin: 1.2em;
}
#single-products .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-products .post_detail ul li::before {
  content: "・";
}
#single-products .post_detail ol {
  margin: 1.2em;
}
#single-products .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-products .post_detail ol li {
  list-style: decimal outside;
}
#single-products .post_detail li {
  line-height: 1.65;
}
#single-products .post_detail h1 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#single-products .post_detail h2 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#single-products .post_detail h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
#single-products .post_detail h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-products .post_detail h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
#single-products .post_detail h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-products .post_detail h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#single-products .post_detail table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#single-products .post_detail table th,
#single-products .post_detail table td {
  padding: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
#single-products .post_detail table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#single-products .post_detail table th a {
  color: #fff;
}
#single-products .post_detail table td {
  background: #eeeeee;
  color: #666666;
}
#single-products .related_dissertation {
  margin-bottom: 10.6666666667vw;
}
#single-products .freearea {
  margin-bottom: 10.6666666667vw;
}
#single-products #single_otherpost {
  margin-bottom: 16vw;
}
#single-products #single_otherpost .link {
  display: flex;
  justify-content: center;
}

#sidebar {
  margin-top: 10.6666666667vw;
}
#sidebar aside + aside {
  margin-top: 8vw;
}
#sidebar aside h3 {
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 8vw;
  padding-left: 2.6666666667vw;
  display: flex;
  align-items: center;
}
#sidebar aside .side_navi ul li {
  border-bottom: 0.1333333333vw solid #ccc;
}
#sidebar aside .side_navi ul li a {
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  height: 13.3333333333vw;
  background: url(../img/common/arrow-right-bk@2x.png) right 2.5333333333vw center no-repeat;
  background-size: 1.4666666667vw auto;
  text-decoration: none;
  padding-left: 1.6vw;
}

/**
新着情報 一覧
*/
/**
製品情報 一覧
*/
/*
.post-type-products {
    // display: flex;
    // flex-wrap: wrap;
    // justify-content: space-between;

    margin: 0 auto vw(110);
    position: relative;
    // background-color: rgba(255, 255, 255, 0.7);
    @include bgwhite();
    padding: vw(60) vw(30);

    .boxes {
        margin-bottom: vw(100);

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

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

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

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

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

                margin-left: vw(50);

                &:nth-of-type(odd) {
                    margin-left: 0;
                }

                .info {

                    display: flex;
                    margin-bottom: vw(8);
                    align-items: flex-start;

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

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

                        .term {
                            float: left;

                            @include term-products();

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

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


                }

                .maker {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    min-height: vw(50);
                    @include fontsize(24);
                    font-weight: bold;
                    line-height: 1;
                    text-align: left;
                    color: #333333;
                    margin-bottom: vw(8);
                }

                .img {
                    width: vw(300);
                    height: vw(300);
                    margin-bottom: vw(14);

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

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


                .title {
                    @include fontsize(28, 30);
                    min-height: vw(90);

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


    .paged {
        // width: 100%;
        width: auto;
        margin-left: vw(-30);
        margin-right: vw(-30);
        // 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: vw(78);
                height: vw(78);
                background-color: transparent;
                border: vw(2) solid #031433;
                color: #031433;
                @include fontsize(25);
                margin-right: vw(10);

                &.current {
                    border: vw(2) 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: vw(9) 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 {
  width: 10.4vw;
  height: 10.4vw;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .prev a {
  background-image: url(../img/common/icon-arrow01-blue-left.png);
}
#single_otherpost .next a {
  background-image: url(../img/common/icon-arrow01-blue-right.png);
}
#single_otherpost .list {
  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 #031433;
  color: #031433;
  font-size: 3.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2vw auto;
}
#single_otherpost a.current {
  border: 0.2666666667vw solid #031433;
  background-color: #031433;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

#single-standard_products .single-detail {
  width: 100%;
}
#single-standard_products .single-detail > .title {
  border-bottom: 0.1333333333vw solid #031433;
  padding-bottom: 1.6vw;
  position: relative;
  padding-left: 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
#single-standard_products .single-detail > .title::before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 0.4vw;
  background-color: #031433;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -0.8vw;
}
#single-standard_products .single-detail .taxlink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 6.6666666667vw;
}
#single-standard_products .single-detail .taxlink a {
  font-size: 2.1333333333vw;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
#single-standard_products .single-detail .taxlink::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.5333333333vw;
  background: url(../img/common/icon-menu-s-bk.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.0666666667vw;
}
#single-standard_products .single-detail .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#single-standard_products .single-detail .link .tax a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 10.6666666667vw;
  background-color: #357ca2;
  color: #fff;
  font-size: 3.2vw;
  text-decoration: none;
}
#single-standard_products .single-detail .link .tax a::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3.7333333333vw;
  background: url(../img/common/icon-menu.png) center center no-repeat;
  background-size: contain;
  margin-right: 2vw;
}
#single-standard_products .single-detail .link .list {
  margin-top: 4vw;
}
#single-standard_products .single-detail .link .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.6666666667vw;
  height: 6.6666666667vw;
  border: solid 0.1333333333vw #031433;
  color: #031433;
  text-decoration: none;
  font-size: 2.1333333333vw;
  line-height: 1.5;
}

#archive-database h3 {
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  padding-bottom: 1.3333333333vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 4vw;
  padding-left: 5.3333333333vw;
}
#archive-database h3::before {
  width: 2.6666666667vw;
  height: 1.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.6666666667vw;
}
#archive-database .boxes {
  width: 100%;
  margin: 0 auto;
}
#archive-database .boxes table {
  width: 100%;
}
#archive-database .boxes table thead tr th {
  border: solid 0.2666666667vw #ccc;
  background-color: #ddd;
  font-size: 2.4vw;
  padding: 1.6vw 0;
}
#archive-database .boxes table thead tr th.product_name {
  width: 24vw;
}
#archive-database .boxes table thead tr th.cas_no {
  width: 17.3333333333vw;
}
#archive-database .boxes table thead tr th.product_code {
  width: 13.3333333333vw;
}
#archive-database .boxes table thead tr th.supplier {
  width: 16vw;
}
#archive-database .boxes table thead tr th.btn {
  width: 17.3333333333vw;
}
#archive-database .boxes table tbody td {
  border: solid 0.2666666667vw #ccc;
  text-align: left;
  vertical-align: middle;
  padding: 1.3333333333vw;
  font-size: 2.4vw;
}
#archive-database .boxes table tbody td .btn {
  text-decoration: none;
  width: 14.6666666667vw;
  height: 5.3333333333vw;
  background-color: #357ca2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#archive-database .boxes ul {
  display: flex;
  flex-wrap: wrap;
}
#archive-database .boxes ul li {
  width: 24vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333333;
  margin-bottom: 5.3333333333vw;
  position: relative;
  margin-left: 4vw;
}
#archive-database .boxes ul li:nth-of-type(5n + 1) {
  margin-left: 0;
}
#archive-database .paged {
  margin-top: 6.6666666667vw;
}

/**
データベース
*/
#single-database {
  width: 100%;
}
#single-database h3 {
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.2666666667vw solid #031433;
  padding-top: 0;
  padding-bottom: 2.4vw;
  margin-top: 0;
  margin-bottom: 5.3333333333vw;
  position: relative;
  padding-left: 5.3333333333vw;
}
#single-database h3::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 1.0666666667vw;
  background-color: #031433;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.8vw;
  left: 0;
}
#single-database .overview {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#single-database .overview .images {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 66.6666666667vw;
  margin: 0 auto;
}
#single-database .overview .images img {
  display: block;
}
#single-database .overview .images .main {
  width: 66.6666666667vw;
  min-height: 50vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-database .overview .images .thumbnails {
  margin-top: 2.6666666667vw;
}
#single-database .overview .images .thumbnails ul {
  display: flex;
}
#single-database .overview .images .thumbnails ul li {
  width: 13.4666666667vw;
  height: 10.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-database .overview .images .thumbnails ul li + li {
  margin-left: 1.2vw;
}
#single-database .overview .images .thumbnails ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-database .overview .summary {
  width: 92vw;
  margin: 6.5333333333vw auto 0;
}
#single-database .overview .summary table {
  width: 100%;
}
#single-database .overview .summary table tr {
  display: block;
  border-bottom: 0.2666666667vw solid #031433;
}
#single-database .overview .summary table tr + tr {
  margin-top: 4vw;
}
#single-database .overview .summary table tr th {
  width: 29.0666666667vw;
  height: 10.6666666667vw;
  text-align: center;
  vertical-align: middle;
  background-color: #031433;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.25;
}
#single-database .overview .summary table tr td {
  font-size: 3.2vw;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 2.6666666667vw;
}
#single-database .info {
  display: flex;
  margin-bottom: 2.6666666667vw;
  align-items: center;
}
#single-database .info .terms {
  display: flex;
  flex-wrap: wrap;
}
#single-database .info .terms .term {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5333333333vw 0.6666666667vw;
  font-size: 2.4vw;
  line-height: 1;
  text-decoration: none;
  background-color: #357ca2;
  color: #fff;
  margin-right: 1.3333333333vw;
}
#single-database .info .terms .term.is-btn {
  border-radius: 0.5333333333vw;
}
#single-database .info .terms .term:last-of-type {
  margin-right: 0;
}
#single-database .maker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.8666666667vw;
  font-weight: bold;
  line-height: 1.29;
  color: #333333;
  margin-left: 1.2vw;
}
#single-database h4 {
  color: #031433;
  margin-top: 8vw;
  margin-bottom: 2.1333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
#single-database h4:before {
  content: "■";
  margin-right: 0.6666666667vw;
}
#single-database .post_detail {
  font-size: 3.2vw;
  line-height: 1.25;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
#single-database .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-database .post_detail a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #0b80c6;
}
#single-database .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-bottom: 1em;
}
#single-database .post_detail p img.alignright {
  text-align: right;
}
#single-database .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-database .post_detail .wp-caption {
  max-width: 100%;
}
#single-database .post_detail .alignleft {
  float: left;
}
#single-database .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-database .post_detail .alignright {
  float: right;
}
#single-database .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
#single-database .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-database .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
#single-database .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
#single-database .post_detail ul {
  margin: 1.2em;
}
#single-database .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-database .post_detail ul li::before {
  content: "・";
}
#single-database .post_detail ol {
  margin: 1.2em;
}
#single-database .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-database .post_detail ol li {
  list-style: decimal outside;
}
#single-database .post_detail li {
  line-height: 1.65;
}
#single-database .post_detail h1 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#single-database .post_detail h2 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#single-database .post_detail h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
#single-database .post_detail h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-database .post_detail h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
#single-database .post_detail h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-database .post_detail h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#single-database .post_detail table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#single-database .post_detail table th,
#single-database .post_detail table td {
  padding: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
#single-database .post_detail table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#single-database .post_detail table th a {
  color: #fff;
}
#single-database .post_detail table td {
  background: #eeeeee;
  color: #666666;
}
#single-database .description table {
  width: 100%;
}
#single-database .description table tbody tr th {
  width: 32vw;
  vertical-align: middle;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.25;
  padding: 2vw 0;
  border: solid 0.2666666667vw #ccc;
  background-color: #ddd;
}
#single-database .description table tbody tr td {
  font-size: 3.2vw;
  line-height: 1.25;
  padding: 2vw 2.6666666667vw;
  border: solid 0.2666666667vw #ccc;
}
#single-database .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10.6666666667vw;
  width: 100%;
}
#single-database .btns .btn.cart button,
#single-database .btns .btn.cart a, #single-database .btns .btn.contact button,
#single-database .btns .btn.contact a {
  font-size: 3.7333333333vw;
  background-color: #3b87ae;
  color: #fff;
}
#single-database .btns .btn.cart button::before,
#single-database .btns .btn.cart a::before, #single-database .btns .btn.contact button::before,
#single-database .btns .btn.contact a::before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 1.0666666667vw;
}
#single-database .btns .btn.cart button::before {
  background-image: url(../img/common/icon-calc.png);
}
#single-database .btns .btn.contact {
  margin-top: 5.3333333333vw;
}
#single-database .btns .btn.contact a::before {
  background-image: url(../img/common/icon-mail.png);
}
#single-database .btns .btn.list {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 3.2vw;
  margin-top: 5.3333333333vw;
}
#single-database .btns .btn.list a {
  width: 53.3333333333vw;
  height: 10.6666666667vw;
  border: solid 0.2666666667vw #031433;
}
#single-database .btns .btn button,
#single-database .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74.6666666667vw;
  height: 14.9333333333vw;
  text-decoration: none;
}
#single-database .btns .btn button {
  border: 0;
}
#single-database .btns .btn button:hover {
  opacity: 0.65;
  cursor: pointer;
}
#single-database #single_otherpost .link {
  display: flex;
  justify-content: center;
}

#archive-news.page-news .inner .main .list ul li .contents {
  padding-top: 0;
}
#archive-news.layout-info .inner {
  width: 92vw;
  margin: 10vw auto 0;
  padding-bottom: 13.3333333333vw;
}
#archive-news.layout-info .inner .main .list {
  margin-top: 5.3333333333vw;
}
#archive-news.layout-search .inner {
  width: 92vw;
  margin: 10vw auto 0;
  padding-bottom: 13.3333333333vw;
}
#archive-news.layout-search .inner .main {
  width: 100%;
}
#archive-news.layout-search .inner .main .search {
  background-color: #eee;
  padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
}
#archive-news.layout-search .inner .main .search .title {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: justify;
  color: #333;
}
#archive-news.layout-search .inner .main .search .s {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: justify;
  color: #333;
  margin-top: 3.3333333333vw;
}
#archive-news.layout-search .inner .main .search .s .label {
  font-size: 3.7333333333vw;
  letter-spacing: 0.3733333333vw;
  text-align: left;
  color: #333;
  font-weight: normal;
  display: block;
  margin-bottom: 2vw;
}
#archive-news.layout-search .inner .main .post-count {
  text-align: left;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 10.5333333333vw;
}
#archive-news.layout-search .inner .main .post-count strong {
  font-weight: bold;
}
#archive-news.layout-search .inner .main .list {
  margin-top: 3.6vw;
}
#archive-news.layout-search .inner .main .list ul li .contents {
  padding-top: 0;
}
#archive-news .inner .main .notfound {
  text-align: center;
  margin-top: 13.3333333333vw;
  display: block;
  margin-bottom: 26.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
#archive-news .inner .main .message {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-bottom: 7.3333333333vw;
  display: block;
}
#archive-news .inner .main h3.type01 {
  padding-bottom: 1.3333333333vw;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  height: 11.4666666667vw;
  border-bottom: 0.2666666667vw solid #0b80c6;
  text-align: left;
  color: #0b80c6;
  padding-left: 19.0666666667vw;
}
#archive-news .inner .main h3.type01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: attr(data-ruby);
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 11.2vw;
  background-color: #0b80c6;
  margin-right: 2.6666666667vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-family: "Gantari", sans-serif;
}
#archive-news .inner .main h3.type02 {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  display: flex;
  align-items: center;
  height: 11.4666666667vw;
  background-color: #d1d8dd;
  position: relative;
  padding-left: 3.6vw;
}
#archive-news .inner .main h3.type02::before {
  content: "";
  display: block;
  width: 0.8vw;
  height: 6.6666666667vw;
  background-color: #0b80c6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#archive-news .inner .main h3 .date {
  margin-left: 0.5em;
}
#archive-news .inner .main .list ul li {
  display: flex;
  padding: 3.3333333333vw 0;
  border-bottom: 0.2666666667vw solid #ccc;
}
#archive-news .inner .main .list ul li:first-of-type {
  border-top: 0.2666666667vw solid #ccc;
}
#archive-news .inner .main .list ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
}
#archive-news .inner .main .list ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#archive-news .inner .main .list ul li .contents {
  padding-top: 1.3333333333vw;
  margin-left: 2.6666666667vw;
  width: 61.3333333333vw;
}
#archive-news .inner .main .list ul li .contents .info {
  display: flex;
  align-items: center;
}
#archive-news .inner .main .list ul li .contents .info .date {
  color: #777777;
  font-size: 2.4vw;
  border-right: 0.2666666667vw solid #ccc;
  padding-right: 1.3333333333vw;
  margin-right: 1.3333333333vw;
}
#archive-news .inner .main .list ul li .contents .info .post_type {
  display: flex;
  align-items: center;
  height: 3.4666666667vw;
  padding: 0 1.6vw;
  border: solid 0.2666666667vw #0b80c6;
  font-size: 2.4vw;
  text-align: left;
  color: #0b80c6;
}
#archive-news .inner .main .list ul li .contents .info .taxonomies {
  margin-top: 0;
}
#archive-news .inner .main .list ul li .contents .taxonomies {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.8666666667vw;
}
#archive-news .inner .main .list ul li .contents .taxonomies a {
  display: flex;
  align-items: center;
  padding: 0 1.3333333333vw;
  height: 2.9333333333vw;
  background-color: #7b90a1;
  font-size: 2.4vw;
  text-decoration: none;
  color: #fff;
}
#archive-news .inner .main .list ul li .contents .taxonomies a + a {
  margin-left: 1.3333333333vw;
}
#archive-news .inner .main .list ul li .contents .taxonomies a.term-new {
  background-color: #baa250;
}
#archive-news .inner .main .list ul li .contents .title {
  margin-top: 1.3333333333vw;
  word-break: break-all;
}
#archive-news .inner .main .list ul li .contents .title a {
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#archive-news .inner .main .list ul li .contents .text {
  word-break: break-all;
  margin-top: 2vw;
  font-size: 3.2vw;
  line-height: 1.4166666667;
  color: #333;
}
#archive-news .inner .main .btns {
  background-color: #eee;
  padding: 5.3333333333vw 4vw;
  margin-top: 10.6666666667vw;
}
#archive-news .inner .main .btns .btn {
  display: block;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.2666666667vw #041a2e;
  text-decoration: none;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  color: #041a2e;
}
#archive-news .inner .main .btns .btn + .btn {
  margin-top: 4vw;
}
#archive-news .inner .main .btns .btn::before {
  content: "";
  display: block;
  width: 3.2vw;
  height: 2.9333333333vw;
  background: url(../img/common/icon-toc-navy@2x.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.0666666667vw;
  top: 0.1333333333vw;
  position: relative;
}
#archive-news .inner .main .paged {
  width: 100%;
  margin-top: 6.6666666667vw;
}
#archive-news .inner .main .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both;
}
#archive-news .inner .main .paged .tablenav a {
  text-decoration: none;
}
#archive-news .inner .main .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: transparent;
  border: 0.2666666667vw solid #ccc;
  color: #333333;
  font-size: 3.2vw;
  line-height: 1;
  margin-right: 1.3333333333vw;
}
#archive-news .inner .main .paged .tablenav .page-numbers.current {
  border: 0.2666666667vw solid #ccc;
  background-color: #041a2e;
  color: #fff;
}
#archive-news .inner .main .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-news .inner .main .paged .tablenav .page-numbers.prev, #archive-news .inner .main .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: 1.3333333333vw auto;
}
#archive-news .inner .main .paged .tablenav .page-numbers.prev {
  background-image: url(../img/common/icon-pagination-left.png);
}
#archive-news .inner .main .paged .tablenav .page-numbers.next {
  background-image: url(../img/common/icon-pagination-right.png);
}

#single-news .inner {
  width: 92vw;
  margin: 10vw auto 0;
  padding-bottom: 13.3333333333vw;
}
#single-news .inner .main .info {
  border-left: 0.8vw solid #0b80c6;
  padding-left: 3.8666666667vw;
  padding-bottom: 2.4vw;
}
#single-news .inner .main .info h3 {
  position: relative;
  font-size: 5.0666666667vw;
  line-height: 1.2631578947;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
}
#single-news .inner .main .info .date {
  font-size: 2.4vw;
  line-height: 1;
  text-align: left;
  color: #777;
  margin-top: 2.6666666667vw;
}
#single-news .inner .main .post_detail {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  padding-bottom: 6.6666666667vw;
  border-bottom: 0.1333333333vw solid #e3e5e6;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
#single-news .inner .main .post_detail .thumbnail {
  width: 64vw;
  margin: 0 auto;
}
#single-news .inner .main .post_detail .content {
  margin-top: 8vw;
}
#single-news .inner .main .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-news .inner .main .post_detail a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #0b80c6;
}
#single-news .inner .main .post_detail p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-bottom: 1em;
}
#single-news .inner .main .post_detail p img.alignright {
  text-align: right;
}
#single-news .inner .main .post_detail pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-news .inner .main .post_detail .wp-caption {
  max-width: 100%;
}
#single-news .inner .main .post_detail .alignleft {
  float: left;
}
#single-news .inner .main .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-news .inner .main .post_detail .alignright {
  float: right;
}
#single-news .inner .main .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
#single-news .inner .main .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-news .inner .main .post_detail img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
#single-news .inner .main .post_detail img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
#single-news .inner .main .post_detail ul {
  margin: 1.2em;
}
#single-news .inner .main .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-news .inner .main .post_detail ul li::before {
  content: "・";
}
#single-news .inner .main .post_detail ol {
  margin: 1.2em;
}
#single-news .inner .main .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-news .inner .main .post_detail ol li {
  list-style: decimal outside;
}
#single-news .inner .main .post_detail li {
  line-height: 1.65;
}
#single-news .inner .main .post_detail h1 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#single-news .inner .main .post_detail h2 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#single-news .inner .main .post_detail h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
#single-news .inner .main .post_detail h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-news .inner .main .post_detail h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
#single-news .inner .main .post_detail h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
#single-news .inner .main .post_detail h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#single-news .inner .main .post_detail table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#single-news .inner .main .post_detail table th,
#single-news .inner .main .post_detail table td {
  padding: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
#single-news .inner .main .post_detail table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#single-news .inner .main .post_detail table th a {
  color: #fff;
}
#single-news .inner .main .post_detail table td {
  background: #eeeeee;
  color: #666666;
}
#single-news .inner .main .link {
  display: flex;
  justify-content: center;
  padding-top: 8vw;
}
#single-news .inner .main .link a {
  font-size: 3.2vw;
  line-height: 1.5833333333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56vw;
  height: 10.6666666667vw;
  border-radius: 0.4vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #fff;
}