/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* headimage */

.column-headimage {
  height: 48vw;
}
.column-headimage h1.global {
  font-size: 6vw;
  text-shadow: 0 3px 6px rgba(0,0,0,.32);
  top: -2vw;
}
.column-headimage h1.global span {
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}

/* -------------------------------------------------- */
/* feature */

.feature {
  padding-top: 10px;
}
.feature-slider {
  padding: 0 44px !important;
}
.feature-title {
  font-size: 1.6rem;
}
.feature .swiper-button-prev,
.feature .swiper-button-next {
  background: var(--text-color2) url(../images/arrow-right-white.webp) no-repeat center center / 8.5px 13.1px;
  height: 32px;
  width: 32px;
}
.feature .swiper-button-prev {
  left: 0;
}
.feature .swiper-button-next {
  right: 0;
}

/* -------------------------------------------------- */
/* posts */

.detail-posts {
  padding-top: 10px;
}
.posts-content {
  margin-bottom: 40px;
}
.posts-label {
  margin-bottom: 30px;
}
.posts-list {
  margin-bottom: 25px;
}
.posts-item {
  border-width: 0;
  border-bottom-width: 1px;
  margin-bottom: 25px;
  min-height: initial;
}
.posts-item a {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts-image {
  float: none;
  height: 35.733vw; 
  margin-right: 0;
  min-width: initial;
  width: 38.4vw;
}
.posts-head {
  padding: 0;
  width: calc(100% - 42.4vw);
}
.posts-title {
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.posts-text {
  padding: 15px 0 20px;
}

/* side */

.posts-side .posts-label {
  color: var(--main-color2);
  font-size: 2rem;
}
.posts-side .posts-search,
.posts-side-cat,
.posts-side-recom {
  margin-bottom: 40px;
}
.posts-side-cat ul,
.posts-side-archive ul {
  font-size: 1.6rem;
}
.posts-side-cat ul li,
.posts-side-archive ul li {
  margin: 10px 0;
}
.posts .cta {
  margin-bottom: 40px;
  margin-left: -4vw;
}
.posts .cta .wrapper {
  width: 100vw;
}

/* -------------------------------------------------- */
/* post */

.post {
  padding-bottom: 40px;
}
.post-head {
  margin-bottom: 20px;
}
.post-head-image {
  height: 53.33vw;
  margin-bottom: 20px;
}
.post-head .posts-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.post-lead p {
  line-height: 1.65;
}
.post-body {
  margin-bottom: 15px;
  padding: 0;
}
.post-body #toc_container {
  line-height: 1.65;
  margin-bottom: 20px;
  padding: 4vw;
}
.post-body #toc_container p.toc_title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.post-body .toc_list ol {
  padding-left: 0;
}
.post-body .toc_list ol ol {
  padding-left: 0;
}
.post-body section {
  margin-bottom: 40px;
}
.post-body h1 {
  font-size: 2.4rem;
}
.post-body h2 {
  font-size: 2rem;
}
.post-body h3 {
  font-size: 1.8rem;
}
.post-body h4,
.post-body h5,
.post-body h6 {
  font-size: 1.6rem;
}
.post-body p {
  line-height: 1.65;
  margin-bottom: 20px;
  padding: 0;
}
.post-body img {
  margin: 0 0 20px;
}
.post-foot {
  margin-bottom: 40px;
}
.post-foot a {
  font-size: 1.6rem;
}

}
