.main-wrapper {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  overflow: hidden;
}

article.post-inner {
    margin: 30px;
}

.main-wrapper #blog, .main-wrapper #sidebar {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.main-wrapper #blog {
  width: 690px;
}

.main-wrapper #sidebar {
  width: 310px;
  padding-left: 60px;
}

.post-list {
  position: relative;
  display: block;
  width: 100%;
}

.post-list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 310px;
  height: auto;
  margin: 0 70px 35px 0;
  background-color: #f1f8fb;
}

.post-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}

.post-list li a:hover::before {
  position: absolute;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: solid 2px #1f98d0;
}

.post-list li:nth-child(odd) {
  clear: both;
}

.post-list li:nth-child(2n) {
  margin-right: 0;
}

.post-list li figure {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
}

.post-list li figure img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-list li .meta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
}

.post-list li .meta h3, .post-list li .meta time {
  display: block;
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.post-list li .meta .cats span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4em;
  color: #fff;
  background-color: #1f98d0;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-pagenavi {
  clear: both;
  overflow: hidden;
  display: block;
  font-size: 1.8em;
  text-align: center;
  color: #000000;
}

.wp-pagenavi span, .wp-pagenavi a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}

.wp-pagenavi .pages {
  background: url('../images/common/bg_ttl3.png');
  color: #fff;
  box-sizing: border-box;
}

.wp-pagenavi .current::after, .wp-pagenavi a:hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1f98d0;
}

.previouspostslink, .nextpostslink {
  width: 38px;
  color: #fff;
  background-color: #1f98d0;
}

.nextpostslink {
  margin: 0 !important;
}

.previouspostslink:hover::after, .nextpostslink:hover::after {
  display: none;
}

/* サイドバー */

.side-menu {
  position: relative;
  margin-bottom: 40px
}

.side-ttl {
  color: #fff;
  font-size: 1.6em;
  padding: 15px 20px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 0 auto 20px auto;
}

.side-menu ul {
  position: relative;
  font-size: 1.6em;
}

.cat-item, .side-news li {
  margin-bottom: 10px;
}

.cat-item a, .side-news li a {
  position: relative;
  color: #1f98d0;
  transition: .3s;
}

.cat-item a:hover, .side-news li a:hover {
  opacity: .8;
}

.cat-item a::before , .side-news li a::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border: solid 3px #1f98d0;
  border-radius: 50%;
}

.tag-cloud-link {
  display: inline-block;
  font-size: 1.3em !important;
  color: #1f98d0;
  line-height: 1;
  padding: 3px 15px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 10px;
  border: solid 2px #1f98d0;
  transition: .3s;
}

.tag-cloud-link:hover {
  opacity: .8;
}

.wpp-list li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #bababa;
  overflow: hidden;
  clear: both;
}

.wpp-list li img {
  float: left;
  box-sizing: border-box;
  width: 84px;
  height: 58px;
  object-fit: cover;
}

.wpp-list li>div {
  float: left;
  box-sizing: border-box;
  width: 166px;
  padding-left: 10px;
  font-size: .9em;
  color: #000000;
}

.wpp-list li .time {
  display: block;
}

.wpp-list li .category-wrap {
  display: none;
}

/* 記事内 */

.single {
  position: relative;
  font-size: 1.6em;
  color: #000000;
}

.post-meta {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.post-meta a {
  transition: .3s;
}

.post-meta a:hover {
  opacity: .7;
}

.post-meta time, .post-meta .post-cats, .post-meta .post-cats span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.post-meta time {
  font-size: 1.1em;
  margin-right: 10px;
}

.post-meta .post-cats span {
  font-size: .9em;
  color: #fff;
  background-color: #1f98d0;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-right: 5px;
}

.post-meta h2 {
  font-size: 1.4em;
  margin: 20px auto;
  padding-bottom: 3px;
  border-bottom: solid 2px #b5b5b5;
}

.post-tags {
  display: block;
  margin-bottom: 30px;
}

.post-tags span {
  display: inline-block;
  font-size: .8em;
  color: #1f98d0;
  line-height: 1;
  padding: 3px 15px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 10px;
  border: solid 2px #1f98d0;
  transition: .3s;
}

.post-inner img {
  display: block;
  margin: 0 auto 1em auto;
}

.post-inner p {
  display: block;
  text-align: left;
  margin: 0 auto 1em auto;
}

.post-inner a {
  color: #1a0dab;
}

.post-inner a:hover {
  text-decoration: underline;
}

.post-inner h2 {
  color: #1f98d0;
  margin: 2em auto 1em auto;
}

.post-inner h3, .post-inner h4 {
  color: #1f98d0;
  margin: 1.5em auto 1em auto;
}

.post-inner iframe {
  display: block;
  margin: 1.5em auto 1em auto;
  max-width: 100%;
  height: auto;
}

.post-inner blockquote {
  display: inline-block;
  box-sizing: border-box;
  font-size: .8em;
  background-color: #eee;
  color: #555;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  position: relative;
}

.post-inner blockquote p {
  margin: 0 auto;
}

.post-inner blockquote::before {
  content: '”';
  font-size: 400%;
  line-height: 1;
  color: #999;
  position: absolute;
  left: 10px;
  top: 10px;
}

.post-inner table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.post-inner table th, .post-inner table td {
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  padding: 10px;
}

.post-inner table th {
  background-color: #f2f2f2;
}

.post-inner ul, .post-inner ol {
  padding-left: 1em;
  box-sizing: border-box;
}

.post-inner ul>li, .post-inner ol>li {
  list-style: inherit;
}

.post-link {
  position: relative;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

.post-link>div {
  display: inline-block;
  vertical-align: middle;
  color: #1f98d0;
}

.blog-all {
  position: relative;
  box-sizing: border-box;
  margin: 0 20px;
  border: solid 2px #1f98d0;
}

.blog-all a {
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-all a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #1f98d0;
  border-right: 2px solid #1f98d0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next_post_link a, .previous_post_link a {
  position: relative;
}

.next_post_link a::after, .previous_post_link a::after {
  position: absolute;
  content: '';
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #1f98d0;
  border-right: 2px solid #1f98d0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next_post_link a::after {
  right: -20px;
}

.previous_post_link a::after {
  left: -20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-list {
  position: relative;
  display: block;
  width: 100%;
}

.news-list li {
  position: relative;
  font-size: 1.6em;
  color: #000000;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #b8b8b8;
}
.news-list li a {
  transition: .3s;
}
.news-list li a:hover {
  opacity: .7;
}

.news-list li h3 {
  font-size: 1em;
}

.news-list li .meta {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}

.news-list li .meta time, .news-list li .meta .cats {
  display: inline-block;
  vertical-align: baseline;
}

.news-list li .meta .cats {
  margin-left: 10px;
}

.news-list li .meta .cats span {
  color: #fff;
  font-size: .8em;
  display: inline-block;
  vertical-align: baseline;
  padding: 5px 15px;
}

span.product-info,.post-cats.product-info {
  background-color: #03acc8 !important;
}

span.company-info,.post-cats.company-info {
  background-color: #00a0e9 !important;
}

span.other-news,.post-cats.other-news {
  background-color: #35a594 !important;
}

@media (max-width:1000px) {
  .main-wrapper {
    padding: 30px 0;
  }
  .main-wrapper #blog, .main-wrapper #sidebar {
    float: none;
  }
  .main-wrapper #blog {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-wrapper #sidebar {
    width: 100vw;
    margin: 0 -10px;
    padding-left: 0;
  }
  .post-list li {
    float: none;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .post-list li figure {
    height: 230px;
  }
  .wp-pagenavi {
    margin-top: 30px;
  }
  /* サイドバー */
  .side-menu {
    margin-bottom: 0;
  }
  .side-menu .side-ttl {
    margin: 0 auto;
  }
  .cat-item, .side-news li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    border-bottom: solid 2px #bebebe;
    margin: 0 auto;
  }
  .cat-item::after, .side-news li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cat-item a, .side-news li a {
	display: block;
    position: relative;
    color: #1f98d0;
    transition: .3s;
  }
  .tagcloud {
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .wpp-list li {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
  }
  .wpp-list li:last-child {
    border: none;
  }
  .wpp-list li img {
    width: 50%;
    height: auto;
	min-height: 115px;
    padding-right: 20px;
  }
  .wpp-list li>div {
	position: absolute;
	top: 0;
	right: 0;
    width: 50%;
	height: 100%;
    padding: 10px;
  }
  .wpp-list li .time {
    display: block;
  }
  .wpp-list li .category-wrap {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .wpp-list li .category-wrap a {
    display: inline-block;
    line-height: 1;
    font-size: .8em;
    color: #fff;
    background-color: #1f98d0;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-right: 5px;
  }
  .wpp-list li .category-wrap a:last-child {
    margin-right: 0;
  }
  /* 記事内 */
  .single {
    position: relative;
    font-size: 1.6em;
    color: #000000;
  }
  .post-meta {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .post-meta time, .post-meta .post-cats, .post-meta .post-cats span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .post-meta time {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    margin-right: 10px;
  }
  .post-meta .post-cats span {
    font-size: .9em;
    color: #fff;
    background-color: #03acc8;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .post-meta h2 {
    font-size: 1.4em;
    margin: 20px auto;
    padding-bottom: 3px;
    border-bottom: solid 2px #b5b5b5;
  }
  .post-tags {
    display: block;
    margin-bottom: 30px;
  }
  .post-tags span {
    display: inline-block;
    font-size: .8em;
    color: #1f98d0;
    line-height: 1;
    padding: 3px 15px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 10px;
    border: solid 2px #1f98d0;
    transition: .3s;
  }
  .post-inner h2, .post-inner h3 {
    font-size: 1.2em;
    margin: 2em auto .5em auto;
  }
  .post-inner h2 {
    padding-bottom: 5px;
    border-bottom: solid 2px #b5b5b5
  }
}

.news-inner h2, .news-inner h3, .news-inner h4 {
  font-size: 1.1em;
}

.news-inner h2 {
  padding-bottom: 10px;
  border-bottom: dashed 1px #b5b5b5
}