
/* 特集ページCSS */
@font-face {
  font-family: "jost";
  src: url(../font/jost-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "jost";
  src: url(../font/jost-SemiBold.ttf);
  font-weight: 600;
}

.single p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 16px;
}
.single-footer-img > img{width:270px !important; height:270px !important;}
@media (max-width: 768px) {
  .single p {
    font-size: 12px;
  }
  .single-footer-img > img{width:100% !important; height:auto !important;}
}
.single{max-width:100%;}
.single .single-body {
  margin: 60px 0 60px;
  line-height:170%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .single .single-body {
    margin: 30px 20px 80px;
  }
}
.single_image{margin:12px 0px; max-width:100%;}
.single .icon-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}
.splide-content{margin-top:20px !important; margin-bottom:20px !important;}
.single .icon-wrap img {
  width: 80px;
  height: 80px;
  margin-right: 14px;
}
.single a{color:#337ab7;}
.single br{line-height:150%;}

@media (max-width: 768px) {
  .single .icon-wrap img {
    margin-right: 10px;
	width: 60px;
	height: 60px;
  }
}

@media (max-width: 768px) {
  .single .icon-wrap span {
    font-size: 12px;
  }
}

.single .img-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.single .img-wrap img {
  height: auto;
  max-width: 900px;
  -o-object-fit: contain;
  object-fit: contain;
}

.single .toc {
  border: 1px solid #29abe2;
  border-radius: 7px;
  margin-bottom: 20px;
  max-width: 750px;
  padding: 20px 24px;
}

.single .toc-link {
  border: 1px solid #29abe2;
  border-radius: 8px;
  color: #29abe2;
  display: inline-block;
  font-family: "jost", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 10px;
  padding: 12px 26px 12px 16px;
  position: relative;
}

.single .toc-link::before {
  background: url(../img/single-triangle-blue.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  height: 9px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 6px;
}

.single .toc-title {
  color: #29abe2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .single .toc-title {
    font-size: 16px;
  }
}

.single .toc-item {
  margin-bottom: 4px;
}

.single .toc-item:nth-child(n + 6) {
  display: none;
}

.single .toc-item a {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
  padding: 8px 0 8px 16px;
  position: relative;
}

@media (max-width: 768px) {
  .single .toc-item a {
    font-size: 14px;
    padding: 0px 0 6px 16px;
  }
}

.single .toc-item a::before {
  background: url(../img/single-triangle-blue.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.single .single-footer {
  border: 1px solid #cccccc;
  /* margin: 10px auto 10px; */
  margin: 10px 0px 10px;
  max-width: 900px;
  padding: 40px;
}

@media (max-width: 768px) {
  .single .single-footer {
    max-width: 480px;
    padding: 20px 16px;
    /* width: 75.76%; */
	width: 100%;
  }
}

.single .single-footer-img {
  max-width: 290px;
  width: 100%;
}

@media (max-width: 768px) {
  .single .single-footer-img {
    max-width: 134px;
    width: 64.1%;
  }
}

.single .single-footer-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.single .single-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .single .single-footer-info {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-left: 10px;
  }
}

.single .single-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 12px 0;
}

@media (max-width: 768px) {
  .single .single-footer-item {
    font-size: 12px;
    margin: 0 0px;
    padding: 8px 0;
  }
}

.single .single-footer-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.single .single-footer-item span:nth-child(1) {
  width: 35%;
}

@media (max-width: 768px) {
  .single .single-footer-item span:nth-child(1) {
    width: 45%;
  }
}

.single .single-footer-item span:nth-child(2) {
  color: #29abe2;
  width: 65%;
}

@media (max-width: 768px) {
  .single .single-footer-item span:nth-child(2) {
    width: 55%;
  }
}

.single .single-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .single-footer-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .single .single-footer-tags {
    margin: 6px 0 0px;
  }
}

.single .single-footer-tags span {
  background: #999999;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 6px;
  padding: 8px 12px;
  text-align: center;
}

@media (max-width: 1160px) {
  .single .single-footer-tags span {
    margin-bottom: 6px;
    width: calc(50% - 6px * 2 / 2);
  }
}

@media (max-width: 768px) {
  .single .single-footer-tags span {
    border-radius: 6px;
    font-size: 12px;
    margin-right: 0;
    max-width: 120px;
    padding: 2px 4px;
    width: calc(50% - 4px / 2);
  }
}

@media (min-width: 1160px) {
  .single .single-footer-tags span {
    width: calc(25% - 6px * 4 / 4);
  }
}

.single .single-footer-tags span.is-active {
  background: #29abe2;
}

@media (max-width: 768px) {
  .single .single-footer-tags span:not(:nth-child(2n)) {
    margin-right: 4px;
  }
}

.single .single-footer-text {
  color: #000000;
  font-size: 16px;
}

@media (max-width: 768px) {
  .single .single-footer-text {
    font-size: 12px;
    line-height: 150%;
  }
}

.single .single-footer-title {
  color: #29abe2;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .single .single-footer-title {
    font-size: 16px;
    line-height: 150%;
  }
}

.single .single-footer-sub {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .single .single-footer-sub {
    margin: 9px 0px 0;
  }
}

.single .single-footer-sub a {
  background: #29abe2;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  max-width: 400px;
  padding: 24px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .single .single-footer-sub a {
    font-size: 16px;
    padding: 18px 0;
  }
}

.single .single-footer-sub a:before {
  background: url(../img/arrow-white.svg) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}

@media (max-width: 768px) {
  .single .single-footer-list {
    display: none;
  }
}

.single .single-footer-list-sp {
  display: none;
}

@media (max-width: 768px) {
  .single .single-footer-list-sp {
    display: block;
  }
}

span.lb-number,.lb-prev,.lb-next{display:none !important;}
.single .single-header-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .single-header-date {
  color: #b3b3b3;
  font-family: "jost", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  .single .single-header-date {
    font-size: 12px;
  }
}

.single .single-header {
  border: 2px solid #e6e6e6;
  padding: 30px;
}

@media (max-width: 768px) {
  .single .single-header {
    border: none;
    margin: 0 20px;
    padding: 0;
  }
}

.single .single-header-link.m-store {
  color: #29abe2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .single .single-header-link.m-store {
    font-size: 12px;
  }
}

.single .single-header-link.m-tag {
  background: #b3b3b3;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
}

@media (max-width: 768px) {
  .single .single-header-link.m-tag {
    background: #ffffff;
    border: #b3b3b3 solid 1px;
    color: #b3b3b3;
    font-size: 10px;
  }
}

.single .single-header-link.m-tag:not(:last-child) {
  margin-right: 6px;
}

.single .single-previous {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .single .single-previous {
    margin: 20px;
  }
}

.single .single-previous a {
  color: #29abe2;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 20px 6px 24px;
  position: relative;
}

@media (max-width: 768px) {
  .single .single-previous a {
    font-size: 14px;
    padding: 6px 20px 6px 16px;
  }
}

.single .single-previous a::before {
  background: url(../img/single-triangle.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

@media (max-width: 768px) {
  .single .single-previous a::before {
    height: 16px;
    width: 10px;
  }
}

.single .single-header-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single .single-thumbnail {
  max-width:100%;
  margin-top: 40px;
}
.single-thumbnail img{max-width:1000px; max-height:auto;}
@media (max-width: 768px) {
  .single .single-thumbnail {
    margin: 40px 20px 0;
  }
}

.single .other-article {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .single .other-article {
    margin: 30px 20px 50px;
  }
}

.single .other-article p {
  color: #29abe2;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .single .other-article p {
    font-size: 14px;
    margin: 0 auto 10px;
    max-width: 84.27%;
  }
}

.single .splide {
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .single .splide {
    margin: 0 auto 0px;
  }
}
.splide img{
    border-radius:4px;
	border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

@media (max-width: 768px) {
  .single .splide__pagination {
    bottom: -3rem;
  }
}

.single .splide__slide img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.single .content {
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 16px;
}

.single h1 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight:bold;
}

@media (max-width: 768px) {
  .single h1 {
    font-size: 18px;
  }
}

.single h2 {
  border-bottom: 2px solid #29abe2;
  color: #000000;
  font-size: 28px;
  margin: 10px 0 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .single h2 {
    font-size: 18px;
    margin: 20px 0 0px;
    line-height: 1.5;
  }
}

.single h3 {
  background: #e6e6e6;
  border-radius: 8px;
  color: #000000;
  font-size: 24px;
  margin: 10px 0 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 13px 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .single h3 {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height: 1.5;
    padding: 13px 18px;
  }
}

.single h4 {
  border-left: 8px solid #333333;
  color: #000000;
  font-size: 20px;
  margin: 10px 0 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .single h4 {
    border-left: 6px solid #333333;
    font-size: 16px;
    margin: 20px 0 20px;
    padding-left: 10px;
  }
}

.single ul,
.single ol {
  padding: 0;
  list-style: none;
}

/* ============ single view .end// ============ */
