

@charset "UTF-8";

.image_center {
  text-align: center;
}

.image_right {
  text-align: right;
}

.image_left {
  text-align: left;
}

/*|||||||記事ページ,テーマ別レポート一覧ページ共通|||||||*/
/*img*/
.articleMain img,
.themeReportList img {
  max-width: 100%;
}

.indexList img {
  display: none;
}

_:-ms-input-placeholder,
.articleMain img,
_:-ms-input-placeholder,
.themeReportList img {
  width: 100%;
}

/*タイトル*/
.articleMain h1,
.articleMain h2,
.articleMain h3,
.articleMain h4,
.articleMain h5,
.articleMain h6,
.themeReportList h1,
.themeReportList h2,
.themeReportList h3,
.themeReportList h4,
.themeReportList h5,
.themeReportList h6 {
  font-weight: bold;
}

/*ul,ol*/
/*マーク付きリスト*/
.articleMain ul,
.themeReportList ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}

.articleMain ul li,
.themeReportList ul li {
  list-style: circle;
}

.articleMain li:not(:last-child),
.themeReportList li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.articleMain li > li:not(:last-child),
.themeReportList li > li:not(:last-child) {
  margin-bottom: 1rem;
}

.articleMain li a,
.themeReportList li a {
  display: inline !important;
}

/*番号リスト*/
.articleMain ol li,
.themeReportList ol li {
  position: relative;
  list-style: none;
  counter-increment: number;
  margin-bottom: 0.3rem;
}

.articleMain ol li::before,
.articleMain ol li::after,
.themeReportList ol li::before,
.themeReportList ol li::after {
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
}

.articleMain ol li::before,
.themeReportList ol li::before {
  content: "";
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #141414;
}

.articleMain ol li::after,
.themeReportList ol li::after {
  content: counter(number);
  line-height: 15px;
  color: #141414;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

/*table*/
.articleMain table,
.themeReportList table {
  table-layout: fixed;
  width: 100%;
}

.articleMain table caption,
.themeReportList table caption {
  font-weight: bold;
}

.articleMain table thead,
.themeReportList table thead {
  border-bottom: 3px solid #595757;
}

.articleMain table tbody tr,
.themeReportList table tbody tr {
  border-bottom: 1px solid #ccc;
}

.articleMain table tbody td,
.themeReportList table tbody td {
  vertical-align: top;
}

.articleMain table th,
.articleMain table td,
.themeReportList table th,
.themeReportList table td {
  padding: 0.5rem;
}

/*引用*/
.articleMain blockquote,
.themeReportList blockquote {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.articleMain blockquote blockquote,
.themeReportList blockquote blockquote {
  padding: 0.3rem 1rem;
  margin: 0 -0.3rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.articleMain blockquote blockquote:not(:last-child),
.themeReportList blockquote blockquote:not(:last-child) {
  margin-bottom: 0.6rem;
}

@media all and (min-width: 561px) {
}

@media all and (max-width: 560px) {
}

/*|||||||記事ページ|||||||*/
.articleMain {
  width: 100%;
  font-size: 1.15rem;
  line-height: 2;
  text-align: justify;
  word-break: break-word;
}

.articleMain p {
  text-indent: 1.1rem;
  margin-bottom: 0.8rem;
}

.articleMain li p {
  text-indent: 0rem;
  margin-bottom: 0.8rem;
}

/*記事ページ タイトル*/
.articleMain h1 {
  padding: 0.1rem 1rem;
  margin: 2rem 0rem 0.8rem 0rem;
  border-left: 8px solid #1caec2;
  background-color: #e8f8fa;
  color: #595757;
  font-size: 1.25rem;
  font-weight: bold;
}

.articleMain h2 {
  position: relative;
  margin-top: 1rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.articleMain h2::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  border-bottom: 1px solid #1caec2;
}

.articleMain h2::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 1px solid #c9c9ca;
}

.articleMain h3 {
  margin-top: 1rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1.15rem;
  font-weight: bold;
}

.articleMain h4 {
  margin-top: 1rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.articleMain h5 {
  margin-top: 1rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1.05rem;
  font-weight: bold;
}

.articleMain h6 {
  margin-top: 1rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1rem;
  font-weight: bold;
}

.articleMain a {
  color: #1caec2;
  display: initial;
}

.articleMain h1 a,
.articleMain h2 a,
.articleMain h3 a,
.articleMain h4 a,
.articleMain h5 a,
.articleMain h6 a {
  border-bottom: none;
}

/*記事ページ 概要,目次*/
.articleMain .summaryList,
.articleMain .indexList {
  margin-bottom: 2rem;
}

.articleMain .summaryList dt span,
.articleMain .indexList dt span {
  display: inline-block;
  padding: 0.2rem 2rem 0.2rem;
  background-color: #1caec2;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  vertical-align: bottom;
}

.articleMain .summaryList dd {
  padding: 1rem 1.5rem 1rem 1rem;
  border: 1px solid #1caec2;
}

.articleMain .indexList dd {
  padding: 1rem 1.84rem;
  border: 1px solid #1caec2;
}

.articleMain .indexList dd > ul {
  padding: 0;
  margin: 0;
}

.articleMain .summaryList ul,
.articleMain .indexList ul {
  margin: 0.5rem 0;
}

.articleMain .indexList li {
  list-style-type: none;
}

/*記事ページ 概要*/
.articleMain .summaryList li:not(:last-child) {
  margin-bottom: 1rem;
}

/*記事ページ 目次*/
.articleMain .indexList dd > ul > li {
  padding-left: 0;
}

.articleMain .indexList ul {
  font-size: 1.2rem;
}

.articleMain .indexList ul li {
  line-height: 1.5;
}

/*第2階層*/
.articleMain .indexList dd > ul > li > ul {
  font-size: 1.2rem;
}

.articleMain .indexList dd > ul > li > ul > li:not(:last-child) {
  margin-bottom: 0.3rem;
}

/*第3階層*/
.articleMain .indexList dd > ul > li > ul > li > ul {
  font-size: 1rem;
}

.articleMain .indexList dd > ul > li > ul > li > ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

/*第4階層以下*/
.articleMain .indexList dd > ul > li > ul > li > ul > li ul {
  font-size: 0.8rem;
}

/*記事ページ 本文*/
.articleMain section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.articleMain ol li {
  padding-left: 1.7rem;
}

@media all and (min-width: 561px) {
  .articleMain a:hover {
    background-color: #e8f8fa;
  }
}

/*記事ページ 音声表示*/
.articleMain .voice {
  margin-top: -3.5rem;
  margin-bottom: -0.5rem;
  text-align: right;
}

.articleMain .voice img {
  vertical-align: top;
  width: 30px;
  height: 40px;
}

.articleMain .voice audio {
  width: 280px;
  height: 40px;
}

@media all and (max-width: 560px) {
  /*sp記事ページ 本文*/
  .articleMain {
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify;
  }

  .articleMain ul li,
  .themeReportList ul li {
    list-style: circle;
    /* font-size: 1.1rem;*/
    text-align: justify;
  }

  /*記事ページ 英文レポート用*/
  .englishContainer .articleMain ul li {
    text-align: left;
  }

  .articleMain p.figTitle {
    margin-top: 1rem;
    padding: 0 0.2rem 0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }

  .articleMain p.source {
    font-size: 12px;
    text-indent: 0;
    text-align: left;
  }
  /*記事ページ 英文レポート用*/

  .articleMain ul,
  .themeReportList ul {
    padding-left: 1.5rem;
    margin: 0.5rem 0;
  }

  /*sp記事ページ タイトル*/
  .articleMain h1 {
    padding: 0.3rem 0.6rem;
    border-left-width: 5px;
    font-size: 1.15rem;
  }

  .articleMain h2 {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }

  .articleMain h3 {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }

  .articleMain h4 {
    margin-top: 0.5rem;
    font-size: 1.05rem;
  }

  .articleMain h5 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .articleMain h6 {
    margin-top: 0.5rem;
    font-size: 0.95rem;
  }

  /*sp記事ページ 概要、目次*/
  .articleMain .summaryList dt span,
  .articleMain .indexList dt span {
    padding: 0.2rem 1rem 0.2rem;
  }

  .articleMain .summaryList dd {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }

  .articleMain .indexList dd {
    padding: 0.8rem;
  }

  .articleMain .indexList ul {
    font-size: 1.15rem;
  }

  /*sp記事ページ 文節*/
  .articleMain section {
    margin-top: 1rem;
    margin-right: 3px;
    margin-left: 3px;
  }

  .articleMain p.writer {
    display: none;
  }

  /*sp記事ページ 音声表示*/
  .articleMain .voice {
    margin-top: -1rem;
    margin-bottom: -0.8rem;
    text-align: right;
  }
}

/*|||||||テーマ別レポート一覧ページ|||||||*/
.themeReportListPage .pageGuideTextArea {
  font-size: 1.3rem;
}

.themeReportList a {
  text-decoration: underline;
}

/*背景色エリア*/
.themeReportList {
  background-color: #f4f1e6;
  padding: 1em 1.5em;
  font-size: 1.15rem;
  line-height: 1.8;
}

.themeReportList ol li {
  padding-left: 2.2rem;
}

@media all and (min-width: 561px) {
  .themeReportList a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 560px) {
  .themeReportListPage .pageGuideTextArea {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 560px) {
  /*sp背景色エリア*/
  .themeReportList {
    background-color: #f4f1e6;
    padding: 1em 1em;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
  }
}

/* マークダウン併用CSSサンプル */

.articleMain hr {
  margin: 1rem 0;
}

.articleMain .line {
  text-decoration: underline;
}

.articleMain .yellow {
  background: linear-gradient(transparent 80%, yellow 80%);
}

.articleMain .small90 {
  font-size: 0.9em;
}

.articleMain .small80 {
  font-size: 0.8em;
}

.articleMain .small70 {
  font-size: 0.7em;
}

.articleMain .big105 {
  font-size: 1.05em;
}

.articleMain .big110 {
  font-size: 1.1em;
}

.articleMain .big120 {
  font-size: 1.2em;
}

.articleMain .big130 {
  font-size: 1.3em;
}

.articleMain .sup {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.articleMain .sub {
  font-size: 0.75em;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.articleMain .red {
  color: red;
}

.articleMain .blue {
  color: blue;
}

.articleMain .right {
  text-align: right;
}

.articleMain .center {
  text-align: center;
}

.articleMain .flame {
  border: 1px solid #000;
  margin: 1em 0;
  padding: 0 1em;
  width: 100%;
}

.articleMain .float {
  float: left;
  text-align: center;
}

.articleMain .remarks {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

.articleMain .remarks p {
  text-indent: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.articleMain .remarks ol li {
  list-style: decimal;
  margin-left: 1.2rem;
  padding-left: 0.3rem;
}

.articleMain .remarks ol li::before {
  content: none;
}

.articleMain .remarks ol li::after {
  content: none;
}

.articleMain .no-indent {
  text-indent: 0;
}

.articleMain .hanging {
  padding-left: 1em;
  text-indent: -1em;
}

.articleMain .hanging2 {
  padding-left: 2em;
  text-indent: -2em;
}

.articleMain .hanging3 {
  padding-left: 3em;
  text-indent: -3em;
}

.articleMain .hanging4 {
  padding-left: 4em;
  text-indent: -4em;
}

@media all and (max-width: 560px) {
  .articleMain .float {
    float: none;
  }
}





