/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/page/page-temp/blog/blog.scss ***!
  \*****************************************************************************************************************************************************************************************/
.centering, .centering_fix {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.centeringY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centeringX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centering_fix {
  position: fixed;
}

.centering_fix {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-blog-archive .blog-cate_ttl {
  border-left: 4px solid #F16D1A;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.page-blog-archive .archive-list article .cnt1 {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #f8f8f8;
}
.page-blog-archive .archive-list article .cnt3 {
  padding: 0;
}
.page-blog-archive .archive-list article .cnt3 .desc {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #bbb;
}
@media screen and (max-width: 959px) {
  .page-blog-archive > div {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .page-blog-archive > div .item-l .inner {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .page-blog-archive > div .item-l .inner .item {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .page-blog-archive > div .item-l .inner .item > .item {
    margin-right: 0;
  }
}
.page-blog-content {
  width: 100% !important;
  max-width: 1400px;
}
@media screen and (max-width: 640px) {
  .page-blog-content.page-content {
    padding: 0 0 2.5rem;
  }
}
.page-blog-content .inner {
  background-color: #f7f9f9;
}
.page-blog-content .blog-cnt h2 {
  background-color: #edf1f3;
  color: #555;
}
@media screen and (max-width: 640px) {
  .page-blog-content .item-l {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 959px) {
  .page-blog-content > div {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .page-blog-content > div .item-l .inner {
    margin-right: 0 !important;
  }
}

.blog-header {
  color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .blog-header {
    margin-bottom: 0;
  }
}
.blog-header::before {
  content: "";
  background-color: rgba(255, 135, 69, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media all and (-ms-high-contrast: none) {
  .blog-header::before {
    background-color: rgba(255, 135, 69, 0.95);
  }
}
.blog-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: inherit;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.blog-header__img {
  background-position: center;
  background-size: cover;
  position: relative;
}
.blog-header__img.sp-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .blog-header__img.sp-only {
    display: block;
  }
}
.blog-header__img.pc-only {
  display: block;
}
@media screen and (max-width: 959px) {
  .blog-header__img.pc-only {
    display: none;
  }
}
.blog-header__img::before {
  content: "";
  padding-top: 56%;
}
.blog-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .page-blog-content .blog-header__top {
    margin-bottom: 0.5rem;
  }
}
.blog-cnt a {
  color: #F16D1A !important;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline !important;
}
.blog-cnt a:hover {
  text-decoration: none !important;
}

.bhc-inner {
  /* padding: 2rem 3% 2rem; */
  padding: 1rem 3% 1.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .bhc-inner {
    padding: 1rem 3% 2rem;
  }
}
@media screen and (max-width: 959px) {
  .bhc-inner {
    padding: 1rem 3%;
  }
}
.bhc-inner p, .bhc-inner h1 {
  margin: 0;
}
.bhc-inner .post-time {
  text-align: right;
  font-weight: bold;
}
.bhc-inner .post-time time {
  font-weight: bold;
  font-size: 0.85rem;
  white-space: nowrap;
}
.bhc-inner .post-cat .item {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .bhc-inner .post-cat .item {
    font-size: 0.75rem;
    line-height: 0.75rem;
    /* padding: .5rem 1rem; */
    padding: 0.375rem 1rem;
  }
}
.bhc-inner .title {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 1px 1px 10px rgba(209, 19, 29, 0.7);
}
@media screen and (max-width: 959px) {
  .bhc-inner .title {
    /* font-size: 1.5rem; */
    font-size: 1.2rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .archive-list article .cnt1 {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=blog.css.map*/