

.main-container .page-main > .template-section-wrapper {
  margin-left: 270px;
}

body > .template-section-wrapper {
  margin-left: 270px !important;
}

@media screen and (max-width: 1200px) {
  .main-container .page-main > .template-section-wrapper {
    margin-left: 240px;
  }
  body > .template-section-wrapper {
    margin-left: 240px !important;
  }
}

@media screen and (max-width: 767px) {
  .main-container .page-main > .template-section-wrapper {
    margin-left: 0;
  }
  body > .template-section-wrapper {
    margin-left: 0 !important;
  }
}
.page-content-width {
  margin-top: 0;
  width: auto;
  max-width: 1100px;
}

@media screen and (max-width: 1516px) {
  .page-content-width {
    margin: 0 80px;
  }
}

@media screen and (max-width: 1116px) {
  .page-content-width {
    margin: 0 40px;
  }
}
@media screen and (max-width: 896px) {
  .page-content-width {
    margin: 0 16px;
  }
}
/*
** 【記事】左ナビ+パンくず（デザイン02）
*/
.template-section-left:nth-child(n+1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px!important;
  flex: 0 0 270px;
  border-right: 1px solid #E6E6E6;
  z-index: 50;
}
.template-section-center:nth-child(n+1) {
  width: auto!important;
  flex: 1;
}
.breadcrumb {
  margin: 0 0 80px!important;
}

@media screen and (max-width: 1200px) {
  .template-section-left:nth-child(n+1) {
    width: 240px!important;
    flex: 0 0 240px;
  }
}

@media screen and (max-width: 767px) {
  .template-section-left:nth-child(n+1) {
    display: none;
  }
  .breadcrumb {
    margin: 0 0 40px!important;
  }
}

/*
** ログインしないでお気に入り保存
==================================================*/
.reviews .not-login {
  z-index: 99;
}


.breadcrumb {
  border-bottom: 1px solid #EBEEEF;
  margin: 0 -40px 80px;
  font-size: 12px;
}
.breadcrumb-inner {
  padding: 16px 24px;
}
.mod-panel-layout {
  display: flex;
  align-items: center;
  word-spacing: 0;
}
.mod-panel-layout > li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li {
  margin: 0;
}
.breadcrumb li + li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 16px;
  border-top: 2px solid #171717;
  border-right: 2px solid #171717;
  transform: rotate(45deg);
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 0 24px;
    font-size: 10px;
  }
  .breadcrumb-inner {
    padding: 8px 16px;
  }
  .breadcrumb li + li:before {
    margin: 0 8px;
  }
}



/*
** kv画像
*/
.kv {
  max-width: 720px;
  margin: 0 auto 80px;
}
.kv img {
  border-radius: 6px;
}
.post-list-cat {
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  border-radius: 3px;
  background: #ECECEC;
  padding: 4px 12px;
  margin: 16px 0 16px;
}
.post-list-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 16px;
}
.post-list-ttl span {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}
.post-list-time {
  display: inline-block;
  color: #999;
  margin: 0 0 32px;
}

@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 40px;
  }
  .kv img {
    margin-bottom: 20px;
  }
  .post-list-cat {
    margin: 0 0 10px;
  }
  .post-list-ttl {
    font-size: 16px;
    margin: 0 0 4px;
  }
  .post-list-time {
    font-size: 12px;
    margin: 0 0 16px;
  }
}

/*
** ボタン
*/
.btn {
  margin: 0 0 80px;
}
.btn-right {
  text-align: right;
}
.btn-center {
  text-align: center;
}
.btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 240px;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  background: #fff;
}
.btn a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn a:hover {
    color: #fff;
    background: #333;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 0 0 40px;
  }
}

