/* ==========================================================
ignis Blog
Created: 2021-01

01.singleBlog
02.
========================================================== */
/* 1.singleBlog
* ------------------------- */
.singleBlog {
  margin-top: 9.7014925373%;
}
.singleBlog .contents {
  margin-bottom: 14.9253731343%;
}
.singleBlog .contents .heading {
  border-bottom: #c9caca 1px solid;
  padding-bottom: 5.9701492537%;
  margin-bottom: 11.1940298507%;
}
.singleBlog .contents .heading .date {
  line-height: 1;
  margin-bottom: 0.7142857143em;
}
.singleBlog .contents .heading .title {
  color: #d16c15;
  font-size: 1.2857142857em;
  letter-spacing: .04em;
  line-height: 1.5;
}
.singleBlog .contents .heading .title a {
  display: block;
  text-decoration: underline;
}
.singleBlog .contents .heading .title a:hover {
  text-decoration: none;
}
.singleBlog .contents .body + .heading {
  margin-top: 14.9253731343%;
}
.singleBlog .contents .body .post_imgage {
  margin: 2em 0;
}
.singleBlog .contents .body .post_imgage:first-child {
  margin-top: 0;
}
.singleBlog .contents .body .post_imgage:last-child {
  margin-bottom: 0;
}
.singleBlog .contents .body p + p {
  margin-top: 1.5em;
}
.singleBlog .contents .pager {
  margin-top: 11.1940298507%;
  padding-top: 4.4776119403%;
  border-top: #c9caca 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleBlog .contents .pager a {
  color: #d16c15;
  display: block;
}
.singleBlog .contents .pager .arrow.hide {
  opacity: 0;
  visibility: hidden;
}
.singleBlog .contents .pager .arrow a {
  position: relative;
}
.singleBlog .contents .pager .arrow a:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.5714285714em;
  height: 0.5714285714em;
  border-top: #d16c15 1px solid;
  position: absolute;
  top: 50%;
  margin-top: -0.2857142857em;
}
.singleBlog .contents .pager .arrow.prev a {
  padding-left: 1.0714285714em;
}
.singleBlog .contents .pager .arrow.prev a:before {
  border-left: #d16c15 1px solid;
  left: 0.1428571429em;
  transform: rotate(-45deg);
}
.singleBlog .contents .pager .arrow.next a {
  padding-right: 1.0714285714em;
}
.singleBlog .contents .pager .arrow.next a:before {
  border-right: #d16c15 1px solid;
  right: 0.1428571429em;
  transform: rotate(45deg);
}
.singleBlog .side .recentEntry .recent {
  color: #fff;
  font-size: 1.4285714286em;
  letter-spacing: .12em;
  line-height: 2.5;
  background-color: #c9caca;
  margin: 0 -5.9701492537% 4.4776119403%;
  padding: 0 5.9701492537%;
}
.singleBlog .side .recentEntry .list {
  margin-bottom: 7.4626865672%;
}
.singleBlog .side .recentEntry .list li {
  border-bottom: #c9caca 1px dashed;
}
.singleBlog .side .recentEntry .list li a {
  display: block;
  padding: 0.8571428571em 0;
}
.singleBlog .side .recentEntry .list li span {
  display: block;
}
.singleBlog .side .recentEntry .list li .date {
  color: #9fa0a0;
  line-height: 1;
  margin-bottom: 0.7142857143em;
}
.singleBlog .side .recentEntry .list li .text {
  line-height: 1.7857142857;
}
.singleBlog .side .recentEntry .archiveSelect {
  margin-top: 6.7164179104%;
}
.singleBlog .side .recentEntry .archiveSelect select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.8571428571em;
  line-height: 2.8571428571em;
  padding: 0 1.4285714286em;
  background: #fff;
  border-radius: 3px;
  border: #000 1px solid;
}
.singleBlog .side .recentEntry .archiveSelect select:-ms-expand {
  display: none;
}
.singleBlog .side .recentEntry .archiveSelect label {
  display: block;
  position: relative;
}
.singleBlog .side .recentEntry .archiveSelect label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0.7142857143em;
  margin-top: -2.5px;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .singleBlog {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 3.9285714286em;
  }
  .singleBlog .contents {
    width: 65%;
    margin-bottom: 0;
  }
  .singleBlog .contents .heading {
    padding-bottom: 1.4285714286em;
    margin-bottom: 3.5714285714em;
  }
  .singleBlog .contents .heading .title {
    font-size: 1.7142857143em;
    letter-spacing: .08em;
  }
  .singleBlog .contents .body + .heading {
    margin-top: 5.7142857143em;
  }
  .singleBlog .contents .pager {
    margin-top: 3.9285714286em;
    padding-top: 1.7857142857em;
  }
  .singleBlog .side {
    width: 28.3333333333%;
  }
  .singleBlog .side .recentEntry .recent {
    margin: 0 0 0.7em;
    padding: 0 5.8823529412%;
  }
  .singleBlog .side .recentEntry .list {
    margin-bottom: 3.5714285714em;
  }
  .singleBlog .side .recentEntry .list li a {
    padding: 1.0714285714em 0;
    transition: opacity .4s ease;
  }
  .singleBlog .side .recentEntry .list li a:hover {
    opacity: .7;
  }
  .singleBlog .side .recentEntry .list li a:hover .text {
    color: #d16c15;
  }
  .singleBlog .side .recentEntry .list li .date {
    margin-bottom: 0.5714285714em;
  }
  .singleBlog .side .recentEntry .list li .text {
    line-height: 1.7857142857;
    transition: color .4s ease;
  }
  .singleBlog .side .recentEntry .archiveSelect {
    margin-top: 2.1428571429em;
  }
}

/*# sourceMappingURL=blog.css.map */
