@charset "UTF-8";
main {
  padding-top: 160px;
  width: 1080px;
  margin: 0 auto 35px;
}

header {
  border-bottom: 1px solid #ccc;
}

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

/**
テクニカルノート
*/
#archive-note {
  margin-top: 75px;
  padding-bottom: 70px;
}
#archive-note .app-categories {
  border-top: solid 1px #ccc;
  padding-top: 28px;
}
#archive-note .app-categories .title {
  font-size: 18px;
  line-height: 1.8333333333;
  font-weight: bold;
  color: #333;
  padding-left: 36px;
  background: url(../img/common/icon-note.png) left center no-repeat;
  background-size: 30px auto;
}
#archive-note .app-categories .title + .catSearch {
  margin-top: 29px;
}
#archive-note .app-categories .title + .keywordSearch {
  margin-top: 29px;
}
#archive-note .app-categories .catSearch .subtitle {
  color: #0b80c6;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
}
#archive-note .app-categories .catSearch .subtitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #0b80c6;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#archive-note .app-categories .catSearch ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#archive-note .app-categories .catSearch ul li {
  margin-left: 10px;
}
#archive-note .app-categories .catSearch ul li:nth-of-type(4n + 1) {
  margin-left: 0;
}
#archive-note .app-categories .catSearch ul li:nth-of-type(n + 5) {
  margin-top: 10px;
}
#archive-note .app-categories .catSearch ul li.current-cat a {
  color: #fff;
  background-color: #0b80c6;
}
#archive-note .app-categories .catSearch ul li a {
  width: 260px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #0b80c6;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#archive-note .app-categories .keywordSearch .subtitle {
  color: #0b80c6;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
}
#archive-note .app-categories .keywordSearch .subtitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #0b80c6;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#archive-note .app-categories .keywordSearch ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 3px;
}
#archive-note .app-categories .keywordSearch ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
#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 {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #0b80c6;
  background-color: #fff;
  padding: 0px 6px;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#archive-note .post-count {
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 40px;
}
#archive-note .post-count strong {
  font-weight: bold;
}
#archive-note .list {
  margin-top: 15px;
}
#archive-note .list ul li {
  padding: 14px 0 18px;
  border-top: solid 1px #ccc;
}
#archive-note .list ul li:last-of-type {
  border-bottom: solid 1px #ccc;
}
#archive-note .list ul li .info {
  display: flex;
}
#archive-note .list ul li .info .date {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #777;
}
#archive-note .list ul li .info .categories {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
}
#archive-note .list ul li .info .categories .category {
  background-color: #7b90a1;
  font-size: 12px;
  line-height: 1;
  padding: 0 6px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 18px;
  text-decoration: none;
}
#archive-note .list ul li .info .categories .category + .category {
  margin-left: 10px;
}
#archive-note .list ul li .title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: left;
  color: #333;
  margin-top: 6px;
}
#archive-note .list ul li .title a {
  text-decoration: none;
}
#archive-note .paged {
  width: 100%;
  margin-top: 50px;
}
#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: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
#archive-note .paged .tablenav .page-numbers.current {
  border: 1px 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: 7px 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 {
  margin: 70px auto 0;
  border-top: solid 1px #ccc;
  padding-top: 35px;
  padding-bottom: 70px;
}
#single-note .header {
  border-left: 3px solid #0b80c6;
  padding: 0 20px;
}
#single-note .header h3 {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
}
#single-note .header .date {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  color: #777;
}
#single-note .download {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#single-note .download h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #999;
}
#single-note .download .links {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
#single-note .download .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #0b80c6;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#single-note .download .links a:before {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  background: url(../img/common/icon-pdf.png) left center no-repeat;
  background-size: contain;
  margin-right: 9px;
}
#single-note .download .links a + a {
  margin-left: 10px;
}
#single-note .contents {
  margin-top: 40px;
  padding: 0 20px;
}
#single-note .contents section {
  padding-bottom: 60px;
}
#single-note .contents section + section {
  border-top: 1px solid #ccc;
  padding-top: 60px;
}
#single-note .contents p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  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: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #0b80c6;
  font-weight: bold;
}
#single-note .contents b:first-child {
  margin-top: 0;
}
#single-note .contents b::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #0b80c6;
}
#single-note .contents figure {
  margin: 35px 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: 16px;
  line-height: 1.5;
  font-weight: bold;
}
#single-note .contents figure img + figcaption {
  margin-top: 10px;
}
#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 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#single-note .contents h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#single-note .contents h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0b80c6;
  display: block;
  top: 11px;
  left: 0;
}
#single-note .contents h5 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}
#single-note .contents h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#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(3n+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: 40px;
}
#single-note .option h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 36px;
  padding: 9px 0 11px 9px;
  display: flex;
  align-items: center;
}
#single-note .option ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#single-note .option ul li {
  width: 160px;
}
#single-note .option ul li + li {
  margin-left: 23px;
}
#single-note .option ul li::before {
  display: none;
}
#single-note .option ul li a {
  text-decoration: none;
}
#single-note .option ul li .img {
  width: 160px;
  height: 114px;
  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: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#single-note .note {
  margin-top: 60px;
}

/**
新着詳細
*/
.single-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 100px;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 100px 113px 170px 142px;
}

.single-detail {
  width: 800px;
}
.single-detail .thumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-detail > .title {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  margin-bottom: 30px;
}
.single-detail .post_detail {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 115px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
.single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-detail .post_detail a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 1px solid #0b80c6;
}
.single-detail .post_detail p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 12px;
}
.single-detail .post_detail p img.alignright {
  text-align: right;
}
.single-detail .post_detail pre {
  margin: 20px 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: 5px;
}
.single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail img.alignleft {
  margin: 5px;
  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: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
.single-detail .post_detail h2 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
.single-detail .post_detail h3 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
.single-detail .post_detail h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-detail .post_detail h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0b80c6;
  display: block;
  top: 11px;
  left: 0;
}
.single-detail .post_detail h5 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-detail .post_detail h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-detail .post_detail table {
  margin: 35px auto;
}
.single-detail .post_detail table th,
.single-detail .post_detail table td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
  border: 1px solid #fff;
}
.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: 18px;
  align-items: flex-start;
}
.single-detail .info.is-new {
  background: url(../img/common/icon-new.png) left top no-repeat;
  background-size: 50px auto;
  padding-left: 75px;
}
.single-detail .info .date {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 30px;
  height: 30px;
}
.single-detail .info .terms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.single-detail .info .terms .term {
  float: left;
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  background-color: #fff;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.single-detail .info .terms .term:hover, .single-detail .info .terms .term.active {
  background-color: #3b87ae;
  color: #fff;
  opacity: 1;
}
.single-detail .info .terms .term:last-of-type {
  margin-right: 0;
}

/**
製品詳細
*/
#single-products {
  width: 800px;
}
#single-products .thumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
#single-products .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
#single-products .info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
#single-products .info .terms {
  display: flex;
  flex-wrap: wrap;
}
#single-products .info .terms .term {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 10px;
  text-decoration: none;
  background-color: #357ca2;
  color: #fff;
  margin-right: 10px;
}
#single-products .info .terms .term.is-btn {
  border-radius: 4px;
}
#single-products .info .terms .term:last-of-type {
  margin-right: 0;
}
#single-products h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  border-bottom: 1px solid #031433;
  padding-top: 0;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  padding-left: 19px;
}
#single-products h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #031433;
  position: absolute;
  top: 10px;
  left: 0;
}
#single-products .images {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 40px;
  width: 100%;
  min-height: 560px;
}
#single-products .images img {
  display: block;
}
#single-products .images .main {
  width: 560px;
  min-height: 560px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-products .images .thumbnails ul li {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#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: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #333333;
  margin-left: 9px;
}
#single-products h4 {
  color: #031433;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #031433;
}
#single-products h4:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 26px;
  background-color: #031433;
  display: block;
  top: 0px;
  left: 0;
}
#single-products .post_detail {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
#single-products .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-products .post_detail a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 1px solid #0b80c6;
}
#single-products .post_detail p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 12px;
}
#single-products .post_detail p img.alignright {
  text-align: right;
}
#single-products .post_detail pre {
  margin: 20px 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: 5px;
}
#single-products .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-products .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
#single-products .post_detail img.alignleft {
  margin: 5px;
  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: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#single-products .post_detail h2 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#single-products .post_detail h3 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#single-products .post_detail h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#single-products .post_detail h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0b80c6;
  display: block;
  top: 11px;
  left: 0;
}
#single-products .post_detail h5 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}
#single-products .post_detail h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#single-products .post_detail table {
  margin: 35px auto;
}
#single-products .post_detail table th,
#single-products .post_detail table td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
  border: 1px solid #fff;
}
#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: 80px;
}
#single-products .freearea {
  margin-bottom: 80px;
}
#single-products #single_otherpost .link {
  display: flex;
  justify-content: center;
}

#sidebar {
  width: 200px;
}
#sidebar aside + aside {
  margin-top: 30px;
}
#sidebar aside h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 36px;
  padding: 9px 0 11px 9px;
  display: flex;
  align-items: center;
}
#sidebar aside .side_navi ul li {
  border-bottom: 1px solid #ccc;
}
#sidebar aside .side_navi ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  background: url(../img/common/arrow-right-bk.png) right 10px center no-repeat;
  background-size: 7px auto;
  text-decoration: none;
  padding-left: 12px;
}

/**
新着情報 一覧
*/
.archive-list {
  /*
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

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

      padding: vw(100) vw(113) vw(170) vw(142);

      .full,
      .boxes,
      .list {
          h3 {
              @include fontsize(16);
              font-weight: bold;
              line-height: 1.5;
              color: #333333;
              border-bottom: vw(1) 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;
              }
          }
      }

      .full {
          h3 {
              // @include fontsize(24);
              margin-bottom: vw(20);
          }

          .single-detail {
              padding-bottom: vw(80);
              margin-bottom: vw(100);
              border-bottom: vw(1) solid #031433;

              .post_detail {
                  margin-bottom: 0;
              }

              &:last-of-type {
                  padding-bottom: 0;
                  margin-bottom: 0;
                  border-bottom: 0;
              }
          }
      }

      .boxes {
          width: vw(800);

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

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

                  margin-left: vw(20);

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

                  .info {

                      display: flex;
                      margin-bottom: vw(4);
                      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);
                      // }

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

                      .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(36);
                      @include fontsize(14);
                      font-weight: bold;
                      line-height: 1.29;
                      text-align: left;
                      color: #333333;
                      margin-bottom: vw(4);
                  }

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

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

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


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

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

      }

      .list {
          width: vw(800);

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


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

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

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

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

                          .term {
                              float: left;
                              @include term-info();

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

                  }


                  .title {
                      @include fontsize(18);

                      a {
                          text-decoration: none;
                          border-bottom: vw(1) solid #333;
                          padding-bottom: vw(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: vw(50);
                  height: vw(50);
                  background-color: transparent;
                  border: vw(1) solid #031433;
                  color: #031433;
                  @include fontsize(18, 18);
                  margin-right: vw(10);

                  &.current {
                      border: vw(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: vw(6) auto;
                  }

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

                  &.next {
                      background-image: url(../img/common/icon-arrow01-blue-right.png);
                  }
              }
          }
      }
  */
}

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

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

    .list {
        width: vw(800);

        h3 {
            @include fontsize(16);
            font-weight: bold;
            line-height: 1.5;
            color: #333333;
            border-bottom: vw(1) 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(180);
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                color: #333333;
                margin-bottom: vw(40);
                position: relative;

                margin-left: vw(20);

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

                .info {

                    display: flex;
                    margin-bottom: vw(4);
                    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);
                    // }

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

                    .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(36);
                    @include fontsize(14);
                    font-weight: bold;
                    line-height: 1.29;
                    text-align: left;
                    color: #333333;
                    margin-bottom: vw(4);
                }

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

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

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


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

                    a {
                        text-decoration: none;
                        // border-bottom: vw(1) solid #333;
                        // padding-bottom: vw(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: vw(50);
                height: vw(50);
                background-color: transparent;
                border: vw(1) solid #031433;
                color: #031433;
                @include fontsize(18, 18);
                margin-right: vw(10);

                &.current {
                    border: vw(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: vw(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/icon-arrow01-blue-left.png);
}
#single_otherpost .next a {
  background-image: url(../img/common/icon-arrow01-blue-right.png);
}
#single_otherpost .list {
  width: 200px;
}
#single_otherpost .list a {
  width: 200px;
  text-decoration: none;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #031433;
  color: #031433;
  font-size: 18px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
#single_otherpost a.current {
  border: 1px solid #031433;
  background-color: #031433;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

/**
データベース
*/
#archive-news.page-news .inner .main .list ul li .contents {
  padding-top: 0;
}
#archive-news.layout-info .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 75px;
  padding-bottom: 70px;
}
#archive-news.layout-info .inner .main {
  width: 850px;
}
#archive-news.layout-info .inner .main .list {
  margin-top: 25px;
}
#archive-news.layout-search .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 75px;
  padding-bottom: 70px;
}
#archive-news.layout-search .inner .main {
  width: 100%;
}
#archive-news.layout-search .inner .main .search {
  background-color: #eee;
  padding: 12px 20px 16px;
}
#archive-news.layout-search .inner .main .search .title {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  color: #333;
}
#archive-news.layout-search .inner .main .search .s {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  color: #333;
  margin-top: 10px;
}
#archive-news.layout-search .inner .main .search .s .label {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: left;
  color: #333;
  font-weight: normal;
}
#archive-news.layout-search .inner .main .post-count {
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 40px;
}
#archive-news.layout-search .inner .main .post-count strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
}
#archive-news.layout-search .inner .main .list {
  margin-top: 15px;
}
#archive-news.layout-search .inner .main .list ul li .contents {
  padding-top: 0;
}
#archive-news .inner .main .notfound {
  text-align: center;
  margin-top: 100px;
  display: block;
  margin-bottom: 200px;
  font-size: 20px;
  line-height: 1.7;
}
#archive-news .inner .main .message {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: justify;
  color: #333;
  margin-bottom: 25px;
  display: block;
}
#archive-news .inner .main h3.type01 {
  padding-bottom: 10px;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: 2px solid #0b80c6;
  text-align: left;
  color: #0b80c6;
  padding-left: 143px;
}
#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: 120px;
  height: 54px;
  background-color: #0b80c6;
  margin-right: 23px;
  color: #fff;
  font-size: 22px;
  font-family: "Gantari", sans-serif;
}
#archive-news .inner .main h3.type02 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  display: flex;
  align-items: center;
  height: 66px;
  background-color: #d1d8dd;
  position: relative;
  padding-left: 27px;
}
#archive-news .inner .main h3.type02::before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  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: 15px 0;
  border-bottom: 1px solid #ccc;
}
#archive-news .inner .main .list ul li:first-of-type {
  border-top: 1px solid #ccc;
}
#archive-news .inner .main .list ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
#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: 10px;
  margin-left: 20px;
  width: 680px;
}
#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: 14px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
#archive-news .inner .main .list ul li .contents .info .post_type {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  border: solid 1px #0b80c6;
  font-size: 12px;
  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: 10px;
}
#archive-news .inner .main .list ul li .contents .taxonomies a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 18px;
  background-color: #7b90a1;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
#archive-news .inner .main .list ul li .contents .taxonomies a + a {
  margin-left: 10px;
}
#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: 10px;
}
#archive-news .inner .main .list ul li .contents .title a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  text-decoration: none;
}
#archive-news .inner .main .list ul li .contents .text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
#archive-news .inner .main .btns {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  padding: 30px 20px;
  margin-top: 40px;
}
#archive-news .inner .main .btns .btn {
  width: 250px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #041a2e;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #041a2e;
}
#archive-news .inner .main .btns .btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-toc-navy.png) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
  top: 1px;
  position: relative;
}
#archive-news .inner .main .paged {
  width: 100%;
  margin-top: 50px;
}
#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: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
#archive-news .inner .main .paged .tablenav .page-numbers.current {
  border: 1px 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: 7px 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 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 75px;
  padding-bottom: 70px;
}
#single-news .inner .main {
  width: 850px;
}
#single-news .inner .main .info {
  border-left: 3px solid #0b80c6;
  padding-left: 18px;
  padding-bottom: 20px;
}
#single-news .inner .main .info h3 {
  position: relative;
  font-size: 34px;
  line-height: 1.2352941176;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
}
#single-news .inner .main .info .date {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #777;
  margin-top: 20px;
}
#single-news .inner .main .post_detail {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e5e6;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
#single-news .inner .main .post_detail .thumbnail {
  float: left;
  width: 280px;
  margin-right: 30px;
  margin-bottom: 50px;
}
#single-news .inner .main .post_detail .content {
  margin-top: 60px;
}
#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: 1px solid #0b80c6;
}
#single-news .inner .main .post_detail p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 12px;
}
#single-news .inner .main .post_detail p img.alignright {
  text-align: right;
}
#single-news .inner .main .post_detail pre {
  margin: 20px 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: 5px;
}
#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: 5px;
  display: inline;
}
#single-news .inner .main .post_detail img.alignleft {
  margin: 5px;
  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: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#single-news .inner .main .post_detail h2 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#single-news .inner .main .post_detail h3 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#single-news .inner .main .post_detail h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#single-news .inner .main .post_detail h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0b80c6;
  display: block;
  top: 11px;
  left: 0;
}
#single-news .inner .main .post_detail h5 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}
#single-news .inner .main .post_detail h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#single-news .inner .main .post_detail table {
  margin: 35px auto;
}
#single-news .inner .main .post_detail table th,
#single-news .inner .main .post_detail table td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
  border: 1px solid #fff;
}
#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: 30px;
}
#single-news .inner .main .link a {
  font-size: 14px;
  line-height: 1.7142857143;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #ccc;
  background-color: #fff;
}