@charset "UTF-8";
/* Scss Document */
.document_detail .press_number {
  color: #0058aa;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .document_detail .press_number {
    margin-bottom: 10px;
  }
}
.document_detail .press_number span {
  font-size: 2rem;
}
.document_detail .document_contents a,
.document_detail .market_notice a {
  color: #0058aa;
  text-decoration: underline;
}
.document_detail .document_contents table {
  width: 100% !important;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: none;
  border-bottom: none;
  margin-bottom: 16px;
}
.document_detail .document_contents table th, .document_detail .document_contents table td {
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-top: none;
  border-right: none;
  padding: 3px 5px;
}
.document_detail .document_contents table th {
  background: #EFEFEF;
  min-height: 32px;
  color: #333 !important;
}
.document_detail .document_contents .document_title_box {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 32px 0;
  margin-bottom: 32px;
  border-top: 1px dotted #0058aa;
  border-bottom: 1px dotted #0058aa;
}
@media only screen and (max-width: 600px) {
  .document_detail .document_contents .document_title_box {
    padding: 20px 0;
  }
}
.document_detail .document_contents .document_title_box .document_title {
  font-size: 1.6em;
}
@media only screen and (max-width: 600px) {
  .document_detail .document_contents .document_title_box .document_title {
    font-size: 2.35rem;
  }
}
.document_detail .document_contents .document_title_box .document_subtitle {
  margin-top: 16px;
  font-size: 1em;
}
.document_detail .document_contents p {
  margin-bottom: 16px;
}
.document_detail .document_contents h1, .document_detail .document_contents h2, .document_detail .document_contents h3 {
  font-weight: bold;
  margin-bottom: 16px;
}
.document_detail .document_contents h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #136595;
  font-size: 2.5rem;
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  .document_detail .document_contents h1 {
    font-size: 2.35rem;
  }
}
.document_detail .document_contents h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .document_detail .document_contents h2 {
    font-size: 1.8rem;
  }
}
.document_detail .document_contents h3 {
  color: #129fe8;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 2px solid #129fe8;
}
.document_detail .document_contents em {
  font-style: italic;
}
.document_detail .document_contents blockquote {
  background: url(/service/parts/img/service_report_bg.gif);
  padding: 20px;
  margin: 24px 0;
  box-shadow: 0 6px 18px rgba(11, 103, 169, 0.4);
}
.document_detail .document_contents ul, .document_detail .document_contents ol {
  margin-bottom: 16px;
  padding-left: 20px;
}
.document_detail .document_contents ul li {
  list-style: disc inside !important;
}
.document_detail .document_contents ol li {
  list-style: decimal inside !important;
}
.document_detail .report_text {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 24px;
}
.document_detail .p-report__others--rel {
  margin-top: 0;
}
.document_detail .p-report__others--rel ~ .p-report__others--rel {
  margin-top: 24px;
}
.document_detail .p-report__others--rel.media .p-report__others__list {
  display: block;
}
@media only screen and (max-width: 768px) {
  .document_detail .p-report__others--rel.media .p-report__others__list li {
    width: 100%;
  }
  .document_detail .p-report__others--rel.media .p-report__others__list li + li {
    margin-top: 16px;
  }
}
.document_detail .p-report__others--rel.media .p-report__others__list figcaption {
  font-size: 1.2rem;
}
.document_detail .p-report__others--rel.media .p-report__others__list figcaption .media_public_date {
  color: #777;
}
.document_detail .p-report__others--rel.media .p-report__others__list figcaption .media_name {
  color: #777;
  display: inline-block;
  background: #fff;
  padding: 1px 5px;
  border: 1px solid #777;
  border-radius: 3px;
  margin: 3px 0;
}
.document_detail .p-report__others--rel.media .p-report__others__list figcaption .media_contents {
  font-size: 1.3rem;
}
.document_detail .market_notice {
  background: #eff5f8;
  padding: 32px;
  margin-top: 64px;
}

.p-press-detail-pdf {
  line-height: 1.5;
  position: relative;
  margin-top: 10px;
  height: 100%;
  min-height: 100%;
}
.p-press-detail-pdf a {
  color: blue;
  text-decoration: underline;
}
.p-press-detail-pdf .logo {
  display: block;
}
.p-press-detail-pdf .logo img {
  width: 180px;
}
.p-press-detail-pdf .press_header h1 {
  font-size: 3rem;
  font-weight: bold;
  float: left;
  width: 350px;
}
.p-press-detail-pdf .press_header h1 p {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.p-press-detail-pdf .press_header ul.company_info {
  width: 350px;
  float: right;
}
.p-press-detail-pdf .press_header ul.company_info .company_name {
  font-size: 1.6rem;
}
.p-press-detail-pdf .press_header ul.company_info .company_address {
  position: relative;
  padding-left: 90px;
}
.p-press-detail-pdf .press_header ul.company_info .company_address span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-press-detail-pdf .press_header ul.company_info li:last-child {
  margin-top: 10px;
}
.p-press-detail-pdf .contents {
  padding-top: 20px;
  clear: both;
}
.p-press-detail-pdf .contents .press_title_box {
  text-align: center;
  margin-bottom: 20px;
}
.p-press-detail-pdf .contents .press_title_box .press_title {
  font-size: 1.7rem;
}
.p-press-detail-pdf .contents .chartjs {
  text-align: center;
  margin: 20px 0;
}
.p-press-detail-pdf .contents table {
  margin: 20px auto;
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
}
.p-press-detail-pdf .contents table th {
  background: #eee;
}
.p-press-detail-pdf .contents table th, .p-press-detail-pdf .contents table td {
  border-color: #bbb !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-bottom: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
  padding: 3px 5px;
}
.p-press-detail-pdf .press_footer {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #bbb;
}/*# sourceMappingURL=document_detail.css.map */