<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**********************************************************************
	main - className : main
***********************************************************************/
.bdt {
  border-top: 1px solid #c4c5c7;
}

.m-table {
  display: none;
}

.img_circle_pc {
  display: block;
}

.img_circle_sp {
  display: none;
}

/**********************************************************************
	Article - className : Article
***********************************************************************/
.Article.container {
  margin-top: 80px;
  margin-bottom: 15px;
}
.Article .Article-image {
  margin-bottom: 30px;
}
.Article .Article-image img {
  border: 1px solid #b9b9b9;
}

/**********************************************************************
	ArticleConcept - className : ArticleConcept
***********************************************************************/
.ArticleConcept .m-table tbody th, .ArticleConcept .m-table tbody td {
  padding: 20px 25px;
}
.ArticleConcept .m-table tbody th {
  width: 35%;
}

/**********************************************************************
	ArticleMovie - className : ArticleMovie
***********************************************************************/
.ArticleMovie {
  background-color: #f5f5f5;
}

/**********************************************************************
	ArticleAbout - className : ArticleAbout
***********************************************************************/
.ArticleAbout.container_liquid {
  padding: 70px 20px 0;
}
.ArticleAbout .ArticleAbout-contents {
  margin-bottom: 60px;
}
.ArticleAbout .ArticleAbout-contents.profile {
  margin-bottom: 30px;
}
.ArticleAbout .authors-img a {
  color: #0068b7;
}
.ArticleAbout .authors-link {
  margin-top: -6px;
}
.ArticleAbout .authors-name {
  margin-bottom: 2px;
}
.ArticleAbout .bg-color-base_bg {
  padding: 35px;
}

@media only screen and (max-width: 936px) {
  /**********************************************************************
  	Article - className : Article
  ***********************************************************************/
  .Article .Article-image {
    margin-bottom: 10px;
  }

  /**********************************************************************
  	ArticleConcept - className : ArticleConcept
  ***********************************************************************/
  .ArticleConcept .m-table tbody th {
    width: 100%;
  }

  /**********************************************************************
  	ArticleMovie - className : ArticleMovie
  ***********************************************************************/
  .ArticleMovie .movie-name {
    margin-top: 5px;
  }

  /**********************************************************************
  	ArticleAbout - className : ArticleAbout
  ***********************************************************************/
  .ArticleAbout .bg-color-base_bg {
    padding: 20px;
  }

  /**********************************************************************
  	table - className : table
  ***********************************************************************/
  .img-table {
    display: none;
  }

  .m-table {
    display: table;
  }

  .img_circle_pc {
    display: none;
  }

  .img_circle_sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>