.blog-wrapper {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  */
  margin-bottom: 80px;
}

.page-blog #l-contents-left {
  /*width: 735px;*/
}

.page-blog #l-contents-right {
  width: 240px;
}

/* main blog contents
-----------------------------***/
.page-blog .m-ttl {
  margin: 0 auto 30px;
  padding: 20px 0;
  text-align: center;
  color: #00479d;
  font-size: 24px;
  font-weight: 700;
  border-top: 4px solid #00479d;
  border-bottom: 4px solid #00479d;
}

.page-blog .blog_list {
  /*margin: 0 0 58px;*/
}
.page-blog .blog_list .blog_item {
  -webkit-box-flex: flex;
  -ms-flex: flex;
  display: flex;
  justify-content: space-between;
  /*margin: 0 0 16px;*/
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 0;
}
.page-blog .blog_list .blog_item:last-child {
  margin: 0;
}

.page-blog .blog-img-box {
  width: 48%;
  height: 200px;
  max-width: 320px;
  position: relative;
  overflow: hidden;
}
.page-blog .blog-img-box > .img{
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.page-blog .blog-img-box .label-new {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2px;
  overflow: hidden;
  width: 95px;
  height: 95px;
  margin: 0 0 0 auto;
}
.page-blog .blog-img-box .label-new .new {
  display: inline-block;
  position: absolute;
  z-index: 2;
  padding: 3px 0;
  right: -30px;
  top: 8px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  background-color: #da0011;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-blog .blog-text-box {
  padding: 10px 20px;
  width: 100%;
  flex: 1;
}
.page-blog .blog-ttl {
  font-size: 24px;
  color: #00479d;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /*opera*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-blog .blog-text {
  overflow: hidden;
  -webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /*opera*/
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 20px;
}

.page-blog .blog-btn {
  width: 100%;
  text-align: right;
}
.page-blog .blog-btn a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 15px;
  border: 1px solid #00479d;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #00479d;
  position: relative;
}
.page-blog .blog-btn a:hover {
  background-color: #00479d;
  color: #fff;
  opacity: 1;
}
.page-blog .blog-btn a::after {
  position: absolute;
  top: 30%;
  right: 10px;
  content: "\0bb";
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
}

.page-blog .case-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-blog .case_item {
  width: 31%;
  margin:  0 10px 30px 0px;
}

.page-blog .pager {
  margin: 0 0 100px;
}
.page-blog .pager ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-blog .pager ul li {
  margin: 0 10px 0 0;
  min-width: 60px;
  height: 60px;
  border: 1px solid #00479d;
}
.page-blog .pager ul li:last-child {
  margin: 0;
}
.page-blog .pager ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00479d;
  height: 100%;
  width: 100%;
}
.page-blog .pager ul li a.ture {
  background: #00479d;
  color: #fff;
  pointer-events: none;
}
.page-blog .pager ul li.end a {
  position: relative;
  padding: 0 45px 0 30px;
}
.page-blog .pager ul li.end a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 20px;
}
.page-blog .pager ul li.start a {
  position: relative;
  padding: 0 30px 0 45px;
}
.page-blog .pager ul li.start a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f100";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 20px;
}
.page-blog .pager ul li.all a {
    background: #00479d;
    color: #fff;
}

/** sidenavi
------------------------------****/
.blog-sidenavi-box {
  width: 100%;
}

.sidenavi-ttl {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #2980b9;
  color: #fff;
}
.category-ttl {
  padding: 20px 20px 20px 30px;
  text-align: center;
  font-weight: bold;
  color: #00479d;
  background-color: #ecf0f1;
  position: relative;
}
.category-ttl::before {
  position: absolute;
  top: 20px;
  left: 25px;
  content: "\f13a";
  font-family: "Font awesome 5 Free";
  font-weight: 900;
}

.category-link_item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.category-link_item:last-child {
  border-bottom: 1px solid #fff;
}

.category-link_item a {
  padding: 20px;
  font-size: 12px;
  text-align: center;
  position: relative;
  background-color: #f7f7f7;
}

.category-link_item a::before {
  position: absolute;
  top: 20px;
  left: 30px;
  content: "\f054";
  font-family: "Font awesome 5 Free";
  font-weight: 900;
  color: #00479d;
}
.blog-cate-block{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.btn-blog-cate{
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #3498db;
  border-radius: 5px;
  margin: 5px;
  width: 19%;
  height: 65px;
}
.btn-blog-cate::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "\0bb";
  color: white;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  height: 20px;
}
.blog-date{
  color: gray;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog-cate-name{
  display: inline-block;
  background-color: #3498db;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}


.page-blog .pager {
  margin: 0 0 100px;
}
.page-blog .pager ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-blog .pager ul li {
  margin: 0 10px 0 0;
  min-width: 60px;
  height: 60px;
  border: 1px solid #00479d;
}
.page-blog .pager ul li:last-child {
  margin: 0;
}
.page-blog .pager ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00479d;
  height: 100%;
  width: 100%;
}
.page-blog .pager ul li a.ture {
  background: #00479d;
  color: #fff;
  pointer-events: none;
}
.page-blog .pager ul li.end a {
  position: relative;
  padding: 0 45px 0 30px;
}
.page-blog .pager ul li.end a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 20px;
  }
.page-blog .pager ul li.start a {
  position: relative;
  padding: 0 30px 0 45px;
}
.page-blog .pager ul li.start a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f100";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 20px;
  }
  .page-blog .pager ul li.all a {
    background: #00479d;
    color: #fff;
  }


/* js accodion */
/* .category-link-list {
  display: none;
}

.category-link-list.js-active {
  display: block;
} */

  @media screen and (max-width: 768px) {
    .blog-wrapper {
      display: block;
      margin-bottom: 80px;
    }
    .page-blog #l-contents-left {
      width: 100%;
    }
    .page-blog #l-contents-right {
      width: 100%;
    }
    .page-blog .m-ttl {
      margin: 0 0 20px;
      font-size: 20px;
    }
    .page-blog .blog_list {
      margin: 0 0 30px;
    }
    .page-blog .blog_list li a {
      display: block;
    }

    .page-blog .blog_list .blog_item {
      display: block;
      margin: 0 0 16px;
    }
    .page-blog .blog_list .blog_item:last-child {
      margin: 0;
    }

    .page-blog .blog-img-box {
      width: 100%;
      max-width: 100%;
    }
    .page-blog .blog-img-box .label-new {
      top: 0;
      right: 0px;
    }
    .page-blog .blog-img-box .label-new .new {
      right: -50px;
      top: 16px;
      width: 160px;
      font-size: 12px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .page-blog .blog-text-box {
      width: 100%;
      padding: 10px 0;
    }
    .page-blog .blog-ttl {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .page-blog .blog-text {
      font-size: 15px;
      margin-bottom: 20px;
    }

    .page-blog .blog-btn {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 30px;
      display: flex;
      justify-content: center;
    }

    .page-blog .blog-btn a {
      padding: 15px;
      border-radius: 5px;
      font-size: 13px;

    }
    .page-blog .blog-btn a::after {
      top: 30%;
      right: 10px;
    }

    .page-blog .case-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .page-blog .case_item {
      width: 100%;
      margin:  0 10px 30px 0px;
    }

    .page-blog .pager {
      margin: 0  0 50px;
    }
    .page-blog .pager ul li {
      margin: 0 10px 0 0;
      min-width: 40px;
      height: 40px;
      border: 1px solid #00479d;
    }
    .page-blog .pager ul li:last-child {
      margin: 0;
    }
    .page-blog .pager ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00479d;
      height: 100%;
      width: 100%;
    }
    .page-blog .pager ul li a.ture {
      background: #00479d;
      color: #fff;
      pointer-events: none;
    }
    .page-blog .pager ul li.end ,.page-blog .pager ul li.start{
      display: none;
    }
    .page-blog .pager.single-pager ul {
      display: block;
    }
    .page-blog .pager.single-pager ul li {
      margin: 0;
    }
    .page-blog .pager.single-pager ul li:nth-child(2) {
      margin: 15px 0;
    }
    .page-blog .pager.single-pager ul li.end ,.page-blog .pager.single-pager ul li.start{
      display: block;
    }
    .page-blog .pager {
      margin: 0  0 50px;
    }
    .page-blog .pager ul li {
      margin: 0 10px 0 0;
      min-width: 40px;
      height: 40px;
      border: 1px solid #00479d;
    }
    .page-blog .pager ul li:last-child {
      margin: 0;
    }
    .page-blog .pager ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00479d;
      height: 100%;
      width: 100%;
    }
    .page-blog .pager ul li a.ture {
      background: #00479d;
      color: #fff;
      pointer-events: none;
    }
    .page-blog .pager ul li.end ,.page-blog .pager ul li.start{
      display: none;
    }
    .page-blog .pager.single-pager ul {
      display: block;
    }
    .page-blog .pager.single-pager ul li {
      margin: 0;
    }
    .page-blog .pager.single-pager ul li:nth-child(2) {
      margin: 15px 0;
    }
    .page-blog .pager.single-pager ul li.end ,.page-blog .pager.single-pager ul li.start{
      display: block;
    }

    .btn-blog-cate{
      width: 47%;
      height: 65px;
    }

  }
