/** @format */

/*
	subpage
*/

/* info */

body.info .contents.article_detail {
  padding: 7% 0%;
}

.wc_sns_Area {
  display: none;
}

.contents.article_detail .wc_title_sub {
  margin: 0.8% 0 0;
  color: var(--color-base-skyblue);
  font-size: 3.4rem;
  line-height: 1.3;
  text-align: center;
}
.contents.article_detail .wc_title h1 {
  margin: 1.7% 0 0;
  color: var(--color-base-skyblue);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.contents.article_detail .nc_article p,
.contents.article_detail .nc_article .video,
.contents.article_detail .nc_article .img {
  margin: 2.8em 0 0;
  font-size: 2.7rem;
}

.free_description_area {
  display: none;
}

.wc_spec {
  display: none;
}

.tag {
  display: none;
}

@media screen and (max-width: 640px) {
  .contents.article_detail .wc_title_sub {
    margin: 0.8% 0 0;
    color: var(--color-base-skyblue);
    font-size: 4.6rem;
    line-height: 1.3;
    text-align: center;
  }
  .contents.article_detail .wc_title h1 {
    margin: 1.7% 0 0;
    color: var(--color-base-skyblue);
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  .contents.article_detail .nc_article p,
  .contents.article_detail .nc_article .video,
  .contents.article_detail .nc_article .img {
    margin: 2.8em 0 0;
    font-size: 4rem;
  }
}
