@charset "UTF-8";
/* color
=================================================================== */
/* common
=================================================================== */
/* layout
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
/* ========================================================================================================= マジカルポケットoverride */
.irp-library-quarter-category > div {
  margin-bottom: 80px; }

/* ========================================================================================================= ir common */
.irTextBlock > dt {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 15px; }

/* ========================================================================================================= ir TOP */
/*ーーーーーーーーーーーーーーーーーーーー ir*/
.ir .contentsNav {
  margin-bottom: 15px; }

/* ========================================================================================================= ir articleText 記事 */
.articleText .articleText__contents {
  margin-bottom: 110px; }
  .articleText .articleText__contents .articleText__contents--leader {
    margin-bottom: 40px; }
  .articleText .articleText__contents .articleText__contents--list > li {
    margin-bottom: 50px; }
    .articleText .articleText__contents .articleText__contents--list > li h3 {
      margin-bottom: 15px; }
    .articleText .articleText__contents .articleText__contents--list > li > dl {
      margin-bottom: 35px; }
      .articleText .articleText__contents .articleText__contents--list > li > dl > dt {
        margin-bottom: 10px; }

/* ========================================================================================================= ir Event */
.irEvent {
  margin-bottom: 60px; }
  .irEvent .irEvent__info {
    margin-bottom: 60px; }
    .irEvent .irEvent__info .h3--text20 {
      margin-bottom: 35px; }
    .irEvent .irEvent__info .irEvent__info--title {
      font-size: 16px;
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #000;
      border-bottom: 1px solid var(--colorB); }
    .irEvent .irEvent__info .list__underline {
      margin-bottom: 30px; }
      .irEvent .irEvent__info .list__underline:last-of-type {
        margin-bottom: 0; }
    .irEvent .irEvent__info .list__underline--lr > li > dl > dd {
      text-align: left; }
    .irEvent .irEvent__info:last-of-type {
      margin-bottom: 0; }

/* ========================================================================================================= ir Topmessage */
.irTopmessage .contentsKv {
  overflow: hidden; }
.irTopmessage .textBlock {
  justify-content: center; }
  .irTopmessage .textBlock > dt {
    width: 0; }
  .irTopmessage .textBlock > dd {
    width: calc(100% - 190px); }

/* ========================================================================================================= ir stockInfo 株価情報 */
.stockInfo .stockInfo__graph {
  min-height: 600px;
  background-color: #f7f7f7;
  margin-bottom: 20px; }

/* ========================================================================================================= ir FinalInfo 決算情報 */
.irFinalInfo .textNav {
  margin-bottom: 55px; }
  .irFinalInfo .textNav > li {
    font-size: 14px;
    opacity: .4;
    line-height: 60px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
    .irFinalInfo .textNav > li:hover, .irFinalInfo .textNav > li:active {
      opacity: 1; }
    .irFinalInfo .textNav > li.selected {
      opacity: 1;
      font-weight: 600; }
.irFinalInfo .irFinalInfo__download {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid var(--colorB); }
  .irFinalInfo .irFinalInfo__download > dd, .irFinalInfo .irFinalInfo__download > dt {
    align-self: center; }
  .irFinalInfo .irFinalInfo__download > dt {
    font-size: 20px;
    line-height: 1; }
.irFinalInfo .textNav__contents .list__underline--lr.long > li > dl > dt {
  font-weight: 600; }
.irFinalInfo .list__underline--lr.long > li > dl > dd .list__underline > li .pdfLink span.text--aside {
  display: block;
  margin-top: 5px; }
.irFinalInfo .irEvent .irEvent__info {
  margin-bottom: 0; }
.irFinalInfo .irEvent .irEvent__info .irEvent__info--title {
  position: relative;
  cursor: pointer;
  border-bottom: none !important;
  padding-right: 50px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  .irFinalInfo .irEvent .irEvent__info .irEvent__info--title:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #000;
    background-color: var(--colorB);
    opacity: .2;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .irFinalInfo .irEvent .irEvent__info .irEvent__info--title .irEvent--toggleArrow {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    background-color: #000;
    background-color: var(--colorB); }
    .irFinalInfo .irEvent .irEvent__info .irEvent__info--title .irEvent--toggleArrow:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 5px;
      height: 5px;
      border: 1px solid;
      border-color: transparent transparent #fff #fff;
      border-color: transparent transparent var(--colorW) var(--colorW);
      top: calc(50% - 2px);
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .irFinalInfo .irEvent .irEvent__info .irEvent__info--title.selected:after {
    opacity: 1; }
  .irFinalInfo .irEvent .irEvent__info .irEvent__info--title.selected .irEvent--toggleArrow::after {
    top: calc(50% + 2px);
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg); }
.irFinalInfo .irEvent--toggleWrapper {
  display: none;
  padding: 30px 0; }

/* ========================================================================================================= ir irResults 業績 */
.irResults .irResults__contents .irResults__contents--main {
  position: relative;
  margin-bottom: 75px; }
  .irResults .irResults__contents .irResults__contents--main .h3--text20 {
    margin-bottom: 30px;
    padding-right: 110px;
    line-height: 1.3;
    text-align: left; }
  .irResults .irResults__contents .irResults__contents--main .text--graphUnit {
    position: absolute;
    top: 7px;
    right: 0; }
  .irResults .irResults__contents .irResults__contents--main .irResults--graph {
    min-height: 315px;
    background-color: #f7f7f7;
    margin-bottom: 35px; }
  .irResults .irResults__contents .irResults__contents--main:nth-last-child(-n+2) {
    margin-bottom: 35px; }
.irResults .table {
  table-layout: fixed;
  line-height: 1; }
  .irResults .table thead th, .irResults .table tbody th {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: inherit; }
    @media (prefers-color-scheme: light) {
      .irResults .table thead th, .irResults .table tbody th {
        background-color: rgba(0, 0, 0, 0.1); } }
    @media (prefers-color-scheme: dark) {
      .irResults .table thead th, .irResults .table tbody th {
        background-color: rgba(255, 255, 255, 0.1); } }
  .irResults .table thead th, .irResults .table tbody td {
    font-family: 'Heebo', sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 20px 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid; }
    @media (prefers-color-scheme: light) {
      .irResults .table thead th, .irResults .table tbody td {
        border-color: rgba(0, 0, 0, 0.1); } }
    @media (prefers-color-scheme: dark) {
      .irResults .table thead th, .irResults .table tbody td {
        border-color: rgba(255, 255, 255, 0.1); } }
  .irResults .table thead th {
    font-size: 14px; }
    .irResults .table thead th span {
      opacity: .5; }
  .irResults .table tbody td {
    font-size: 16px; }

/* ========================================================================================================= ir irRf 業績予想 */
.irRf .table, .irSr .table {
  table-layout: fixed;
  margin-bottom: 25px;
  line-height: 1.4; }
  .irRf .table thead th, .irRf .table tbody th, .irSr .table thead th, .irSr .table tbody th {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: inherit; }
    @media (prefers-color-scheme: light) {
      .irRf .table thead th, .irRf .table tbody th, .irSr .table thead th, .irSr .table tbody th {
        background-color: rgba(0, 0, 0, 0.1); } }
    @media (prefers-color-scheme: dark) {
      .irRf .table thead th, .irRf .table tbody th, .irSr .table thead th, .irSr .table tbody th {
        background-color: rgba(255, 255, 255, 0.1); } }
  .irRf .table thead th, .irSr .table thead th {
    text-align: center;
    line-height: 1.5;
    padding: 21px;
    border-width: 0 1px 0 0;
    vertical-align: top; }
    .irRf .table thead th span, .irSr .table thead th span {
      font-size: 12px; }
    .irRf .table thead th:nth-child(1), .irSr .table thead th:nth-child(1) {
      background-color: transparent;
      border: none; }
  .irRf .table tbody th, .irSr .table tbody th {
    padding: 0 30px; }
  .irRf .table tbody tr, .irSr .table tbody tr {
    border-width: 0 0 1px 0; }
  .irRf .table tbody td, .irSr .table tbody td {
    font-size: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.03em;
    padding: 18px 65px;
    border-width: 0 1px 0 0; }
    .irRf .table tbody td.up, .irSr .table tbody td.up {
      color: #0bd34a; }
    .irRf .table tbody td.down, .irSr .table tbody td.down {
      color: #ff0000; }
    .irRf .table tbody td:last-of-type, .irSr .table tbody td:last-of-type {
      text-align: center; }
  .irRf .table thead th, .irRf .table tbody tr, .irRf .table tbody td, .irSr .table thead th, .irSr .table tbody tr, .irSr .table tbody td {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid; }
    @media (prefers-color-scheme: light) {
      .irRf .table thead th, .irRf .table tbody tr, .irRf .table tbody td, .irSr .table thead th, .irSr .table tbody tr, .irSr .table tbody td {
        border-color: rgba(0, 0, 0, 0.1); } }
    @media (prefers-color-scheme: dark) {
      .irRf .table thead th, .irRf .table tbody tr, .irRf .table tbody td, .irSr .table thead th, .irSr .table tbody tr, .irSr .table tbody td {
        border-color: rgba(255, 255, 255, 0.1); } }

/* ========================================================================================================= ir irSr 株主還元 */
.irSr .table {
  table-layout: auto; }
  .irSr .table tbody tr th {
    width: 264px; }
  .irSr .table tbody td {
    text-align: center;
    padding: 18px 10px; }

/* ========================================================================================================= ir irSreport 有価証券報告書等 */
.irSreport .irSreport__section .list__underline > li:last-child {
  margin-bottom: 0; }
  .irSreport .irSreport__section .list__underline > li:last-child:before {
    display: none; }
.irSreport .lineWrapper.irSreport__other {
  padding: 45px 50px 30px; }
.irSreport .irSreport__other .list__underline {
  margin-bottom: 0; }

/* ========================================================================================================= ir irMts 中長期戦略 */
.irMts .irMts__graph {
  background-color: #e8e8e8; }
.irMts .irMts__contents > dl {
  margin-bottom: 50px; }
  .irMts .irMts__contents > dl > dt {
    line-height: 1.5;
    margin-bottom: 20px; }

/* ========================================================================================================= ir irGrowth 成長の軌跡 */
.irGrowth .list__underline--lr.noline > li > dl > dt, .irHg .list__underline--lr.noline > li > dl > dt {
  position: relative; }
  .irGrowth .list__underline--lr.noline > li > dl > dt:after, .irHg .list__underline--lr.noline > li > dl > dt:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    top: auto;
    bottom: 30px;
    background-color: #000;
    background-color: var(--colorB);
    opacity: .3; }
.irGrowth .list__underline--lr > li > dl:before, .irHg .list__underline--lr > li > dl:before {
  border-bottom: 1px dotted #000;
  border-bottom: 1px dotted var(--colorB);
  background-color: transparent; }
.irGrowth .list__underline--lr > li > dl:after, .irHg .list__underline--lr > li > dl:after {
  opacity: .15; }

/* ========================================================================================================= ir irOutlook 見通し */
.irOutlook h3.text21 {
  margin-bottom: 15px; }
.irOutlook .h3--text20 {
  margin-bottom: 30px; }
.irOutlook .irOutlook__graph {
  position: relative;
  height: 500px;
  background-color: #272727;
  padding: 30px 30px 70px 30px;
  border-radius: 8px; }
  .irOutlook .irOutlook__graph canvas {
    width: 100%;
    height: 100%; }
  .irOutlook .irOutlook__graph .irOutlook__graph--text, .irOutlook .irOutlook__graph .irOutlook__graph--aside {
    position: absolute;
    bottom: 20px;
    z-index: 2; }
  .irOutlook .irOutlook__graph .irOutlook__graph--text {
    font-size: 10px;
    left: 20px;
    color: #fff; }
  .irOutlook .irOutlook__graph .irOutlook__graph--aside {
    right: 20px;
    white-space: nowrap;
    font-size: 0; }
    .irOutlook .irOutlook__graph .irOutlook__graph--aside li {
      display: inline-block;
      text-indent: -9999px;
      height: 36px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-color: #424242;
      border-radius: 5px; }
      .irOutlook .irOutlook__graph .irOutlook__graph--aside li:nth-child(1) {
        width: 146px;
        background-image: url("../img/contents/ir/outlook/graph--1-v=0908.png");
        margin-right: 8px; }
      .irOutlook .irOutlook__graph .irOutlook__graph--aside li:nth-child(2) {
        width: 163px;
        background-image: url("../img/contents/ir/outlook/graph--2-v=0908.png"); }

/* ========================================================================================================= ir irCorpgov コーポレートガバナンス */
.irCorpgov .irEvent {
  margin-bottom: 90px; }
  .irCorpgov .irEvent .irEvent__info .list__underline > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .irCorpgov .irEvent .irEvent__info .list__underline > li:last-child:before {
      display: none; }

/* ========================================================================================================= ir irGm 株主総会 */
.irGm .irGm__contents .irGm__contents--title {
  cursor: pointer;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: 10px;
  line-height: 1.5; }
  .irGm .irGm__contents .irGm__contents--title:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .irGm .irGm__contents .irGm__contents--title span {
    font-size: 16px;
    font-weight: normal; }
  .irGm .irGm__contents .irGm__contents--title .irGm__contents--title--arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 39px;
    right: 0;
    border-radius: 50%;
    background-color: #000;
    background-color: var(--colorB); }
    .irGm .irGm__contents .irGm__contents--title .irGm__contents--title--arrow:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 5px;
      height: 5px;
      border: 1px solid;
      border-color: transparent transparent #fff #fff;
      border-color: transparent transparent var(--colorW) var(--colorW);
      top: calc(50% - 2px);
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .irGm .irGm__contents .irGm__contents--title.selected:before {
    opacity: 0; }
  .irGm .irGm__contents .irGm__contents--title.selected .irGm__contents--title--arrow::after {
    top: calc(50% + 2px);
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg); }
.irGm .irGm__contents .irEvent {
  display: none;
  margin-bottom: 0; }
.irGm .irGm__contents .irGm__map {
  min-height: 365px;
  background-color: #ebebeb;
  margin-top: 30px; }
.irGm .irGm__contents .textRight {
  text-align: right; }
  .irGm .irGm__contents .textRight .mapLink--icon {
    display: inline-block; }
.irGm .irGm__contents .list__underline--lr.noline > li > dl {
  margin-bottom: 20px; }

/* ========================================================================================================= ir irAnalyst アナリストカバレッジ */
.irAnalyst .rating--1, .irAnalyst .rating--2, .irAnalyst .rating--3, .irAnalyst .rating--4, .irAnalyst .rating--5 {
  color: #fff;
  text-align: center; }
.irAnalyst .rating--1 {
  background-color: #0bd34a; }
.irAnalyst .rating--2 {
  background-color: rgba(11, 211, 74, 0.5); }
.irAnalyst .rating--3 {
  background-color: #9c9c9c; }
.irAnalyst .rating--4 {
  background-color: rgba(255, 0, 0, 0.5); }
.irAnalyst .rating--5 {
  background-color: red; }
.irAnalyst .irAnalyst__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%; }
  .irAnalyst .irAnalyst__list > li {
    line-height: 1.3;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .irAnalyst .irAnalyst__list > li:nth-child(1) {
      width: calc(310 / 820 * 100%); }
    .irAnalyst .irAnalyst__list > li:nth-child(2) {
      width: calc(510 / 820 * 100%); }
    .irAnalyst .irAnalyst__list > li:nth-child(3) {
      width: 290px;
      padding-right: 0; }
.irAnalyst .irAnalyst__list--title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1; }
  .irAnalyst .irAnalyst__list--title:before {
    opacity: .2; }
.irAnalyst .irAnalyst__list--contents {
  margin-bottom: 60px; }
  .irAnalyst .irAnalyst__list--contents .list__underline > li {
    padding-bottom: 20px;
    margin-bottom: 20px; }
.irAnalyst .irAnalyst__list--aside {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  justify-content: flex-end; }
  .irAnalyst .irAnalyst__list--aside > ul {
    position: relative;
    font-size: 0;
    margin-left: 25px; }
    .irAnalyst .irAnalyst__list--aside > ul:before, .irAnalyst .irAnalyst__list--aside > ul:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: auto;
      height: auto;
      top: -100%;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      opacity: .5; }
    .irAnalyst .irAnalyst__list--aside > ul:before {
      content: "買い"; }
    .irAnalyst .irAnalyst__list--aside > ul:after {
      content: "売り";
      left: auto;
      right: 0; }
    .irAnalyst .irAnalyst__list--aside > ul > li {
      display: inline-block;
      width: 105px;
      height: 22px;
      margin-right: 5px; }
      .irAnalyst .irAnalyst__list--aside > ul > li:last-child {
        margin-right: 0; }
.irAnalyst .irAnalyst__list--text > li {
  margin-bottom: 7px; }

/* ========================================================================================================= ir irToindivid 個人投資家の皆様へ */
.irToindivid .contentsKv__bgGray {
  margin-bottom: 0; }
  .irToindivid .contentsKv__bgGray .contentsKv__bgGray--main .contentsKv__bg {
    height: 466px; }
  .irToindivid .contentsKv__bgGray .contentsKv__bgGray--main .contentsKv__bgGray--text {
    flex-direction: column; }
    .irToindivid .contentsKv__bgGray .contentsKv__bgGray--main .contentsKv__bgGray--text dt, .irToindivid .contentsKv__bgGray .contentsKv__bgGray--main .contentsKv__bgGray--text dd {
      width: 100%; }
    .irToindivid .contentsKv__bgGray .contentsKv__bgGray--main .contentsKv__bgGray--text dt {
      font-size: 21px;
      margin-bottom: 40px; }
.irToindivid .h3 {
  margin-bottom: 35px; }
.irToindivid .irToindivid__business {
  margin-bottom: 40px; }
  .irToindivid .irToindivid__business .irToindivid__business--main > li {
    position: relative;
    padding-bottom: 90px; }
    .irToindivid .irToindivid__business .irToindivid__business--main > li > dl > dt {
      margin-bottom: 30px; }
      .irToindivid .irToindivid__business .irToindivid__business--main > li > dl > dt a {
        position: relative;
        padding-top: calc(436 / 886 * 100%); }
        .irToindivid .irToindivid__business .irToindivid__business--main > li > dl > dt a span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto; }
    .irToindivid .irToindivid__business .irToindivid__business--main > li .btn {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
.irToindivid h4.text18 {
  margin-bottom: 35px;
  text-align: center; }
.irToindivid .irToindivid__graph--list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 340px;
  padding-bottom: 45px; }
  .irToindivid .irToindivid__graph--list > li {
    position: relative;
    width: 52px;
    height: 100%;
    text-align: center; }
    .irToindivid .irToindivid__graph--list > li .graphLine {
      position: absolute;
      width: 100%;
      height: 0%;
      bottom: 0;
      transition-duration: 0.6s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition-duration: 0.6s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.6s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.6s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s; }
      .irToindivid .irToindivid__graph--list > li .graphLine > p {
        position: absolute;
        width: 100%;
        bottom: calc(100% + 50px);
        font-size: 12px;
        line-height: 1; }
      .irToindivid .irToindivid__graph--list > li .graphLine .graphNum {
        position: absolute;
        width: 100%;
        bottom: calc(100% + 15px);
        color: #fff;
        color: var(--colorW);
        font-size: 13px;
        line-height: 24px;
        background-color: #000;
        background-color: var(--colorB);
        border-radius: 3px;
        box-shadow: 3px 3px rgba(0, 0, 0, 0.1); }
        .irToindivid .irToindivid__graph--list > li .graphLine .graphNum:before, .irToindivid .irToindivid__graph--list > li .graphLine .graphNum:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          width: 0;
          height: 0;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: 100%;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 3px solid #000;
          border-top: 3px solid var(--colorB); }
        .irToindivid .irToindivid__graph--list > li .graphLine .graphNum:before {
          top: calc(100% + 3px);
          left: calc(50% + 3px);
          border-top: 3px solid rgba(0, 0, 0, 0.1); }
      .irToindivid .irToindivid__graph--list > li .graphLine:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 0; }
    .irToindivid .irToindivid__graph--list > li > p {
      position: absolute;
      width: 100%;
      top: calc(100% + 15px);
      font-size: 11px;
      line-height: 1.4; }
.irToindivid .irToindivid__graph {
  position: relative;
  margin-bottom: 40px; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(1) .graphLine {
    background-color: #91c7fc; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(2) .graphLine::after {
    background-color: #9ccafa; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(3) .graphLine::after {
    background-color: #a4ccf7; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(4) .graphLine::after {
    background-color: #adcdf5; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(5) .graphLine::after {
    background-color: #b4cef3; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(6) .graphLine::after {
    background-color: #bed0f1; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(7) .graphLine::after {
    background-color: #c5d1ef; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(8) .graphLine::after {
    background-color: #d0d3ec; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(9) .graphLine::after {
    background-color: #d7d4ea; }
  .irToindivid .irToindivid__graph .irToindivid__graph--list > li:nth-child(10) .graphLine::after {
    background-color: #ddd5e7; }
  .irToindivid .irToindivid__graph .text--graphUnit {
    text-align: left;
    margin-bottom: 65px; }
.irToindivid .irToindivid__block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .irToindivid .irToindivid__block .irToindivid__block--left {
    width: calc(100% - 375px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--num {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-right: 20px; }
      .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--num dt {
        position: relative;
        align-self: center;
        padding-bottom: 5px;
        margin-right: 20px; }
        .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--num dt:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          top: auto;
          bottom: 0;
          height: 2px;
          background-color: #000;
          background-color: var(--colorB); }
      .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--num dd strong {
        font-size: 60px;
        margin-right: 7px; }
      .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--num dd span {
        font-size: 27px; }
    .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--aside {
      line-height: 1;
      align-self: center; }
      .irToindivid .irToindivid__block .irToindivid__block--left .irToindivid__block--left--aside dt {
        margin-bottom: 8px; }
  .irToindivid .irToindivid__block .btn {
    align-self: center; }
.irToindivid .irToindivid__market {
  margin-bottom: 40px; }
  .irToindivid .irToindivid__market .text--gray {
    line-height: 1.6;
    margin-top: 14px; }
    .irToindivid .irToindivid__market .text--gray strong {
      display: block; }
  .irToindivid .irToindivid__market .irToindivid__market--title {
    background-color: #000;
    background-color: var(--colorB);
    color: #fff;
    color: var(--colorW);
    text-align: center;
    line-height: 65px;
    margin-bottom: 35px; }
  .irToindivid .irToindivid__market .irToindivid__market--subtitle {
    text-align: center; }
    .irToindivid .irToindivid__market .irToindivid__market--subtitle .underlineCommon {
      padding-bottom: 5px; }
      .irToindivid .irToindivid__market .irToindivid__market--subtitle .underlineCommon:before {
        opacity: 1; }
  .irToindivid .irToindivid__market .irToindivid__market--subtitle--line {
    text-align: center;
    margin-bottom: 20px; }
    .irToindivid .irToindivid__market .irToindivid__market--subtitle--line span {
      display: inline-block;
      width: 130px;
      line-height: 33px;
      border: 1px solid #000;
      border: 1px solid var(--colorB);
      border-radius: 33px; }
    .irToindivid .irToindivid__market .irToindivid__market--subtitle--line.sp {
      opacity: 0; }
  .irToindivid .irToindivid__market .column.column--2 {
    position: relative;
    margin-bottom: 40px; }
    .irToindivid .irToindivid__market .column.column--2 .irToindivid__market--subtitle--line.pc {
      width: calc(200% + 45px); }
  .irToindivid .irToindivid__market .irToindivid__market--zooom {
    text-align: center;
    margin-bottom: 60px; }
    .irToindivid .irToindivid__market .irToindivid__market--zooom > dt {
      cursor: pointer;
      margin-bottom: 15px; }
      .irToindivid .irToindivid__market .irToindivid__market--zooom > dt img {
        border-radius: 6px;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .irToindivid .irToindivid__market .irToindivid__market--zooom > dt:hover img, .irToindivid .irToindivid__market .irToindivid__market--zooom > dt:active img {
        transform: scale(1.02); }
    .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom {
      position: relative;
      display: inline-block;
      width: auto;
      padding: 0 35px 0 47px;
      margin: 0 auto;
      text-align: center;
      line-height: 38px;
      background-color: #000;
      background-color: var(--colorB);
      color: #fff;
      color: var(--colorW);
      border-radius: 38px;
      border: 2px solid #000;
      border: 2px solid var(--colorB);
      cursor: pointer;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:before, .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 17px;
        left: 10px;
        opacity: .5;
        pointer-events: none;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:before {
        opacity: 1;
        background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
      .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:after {
        opacity: 0;
        background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); }
      .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:hover, .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:active {
        background-color: #fff;
        background-color: var(--colorW);
        color: #000;
        color: var(--colorB); }
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:hover:before, .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:active:before {
          opacity: 0; }
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:hover:after, .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:active:after {
          opacity: 1; }
      @media (prefers-color-scheme: light) {
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:before {
          background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:after {
          background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); } }
      @media (prefers-color-scheme: dark) {
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:before {
          background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
        .irToindivid .irToindivid__market .irToindivid__market--zooom .btn--zoom:after {
          background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); } }
  .irToindivid .irToindivid__market .text--graphUnit {
    margin: 55px 0 0;
    padding-right: 13px; }
  .irToindivid .irToindivid__market .irToindivid__graph--list {
    position: relative;
    height: 200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px; }
    .irToindivid .irToindivid__market .irToindivid__graph--list:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 1px;
      top: auto;
      bottom: 45px;
      background-color: rgba(0, 0, 0, 0.1); }
    .irToindivid .irToindivid__market .irToindivid__graph--list > li {
      width: 28px; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li .graphLine {
        background-color: #cccccc; }
        .irToindivid .irToindivid__market .irToindivid__graph--list > li .graphLine > p {
          width: auto;
          bottom: calc(100% + 45px);
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          color: #676eda;
          text-align: center;
          white-space: nowrap;
          line-height: 1.3; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li .graphNum {
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 0 7px;
        font-size: 11px;
        line-height: 22px; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li > p > span {
        display: block;
        white-space: nowrap; }
        .irToindivid .irToindivid__market .irToindivid__graph--list > li > p > span:nth-child(2) {
          margin-top: 5px; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--1 .graphNum, .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--2 .graphNum, .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--3 .graphNum {
        background-color: #676eda; }
        .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--1 .graphNum:after, .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--2 .graphNum:after, .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--3 .graphNum:after {
          border-top: 3px solid #676eda; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--1 .graphLine {
        background-color: #9ac9fa; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--2 .graphLine {
        background-color: #bed0f0; }
      .irToindivid .irToindivid__market .irToindivid__graph--list > li.color--3 .graphLine {
        background-color: #ddd5e7; }
  .irToindivid .irToindivid__market .irToindivid__graph--center {
    display: flex;
    flex-direction: column;
    width: min-content;
    margin: 0 auto; }
    .irToindivid .irToindivid__market .irToindivid__graph--center .text--graphUnit {
      margin: 15px 0 0;
      padding-right: 25px; }
    .irToindivid .irToindivid__market .irToindivid__graph--center .irToindivid__graph--list {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-self: center;
      width: 516px; }
      .irToindivid .irToindivid__market .irToindivid__graph--center .irToindivid__graph--list > li {
        margin: 0 13px; }
.irToindivid .irToindivid__business--detail > li > h5 {
  margin-bottom: 30px; }
.irToindivid .irToindivid__business--detail > li .irToindivid__business--detail--main span.text15 {
  display: block;
  margin-bottom: 12px; }
.irToindivid .irToindivid__business--detail > li .irToindivid__business--detail--main span.text--gray {
  line-height: 1;
  display: block; }
.irToindivid .irToindivid__business--detail > li .btn {
  margin-top: 30px; }
.irToindivid .modal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .irToindivid .modal .modal__contents .modal__contents--main {
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .irToindivid .modal .modalImg--close {
    position: fixed; }

/* ========================================================================================================= ir irFaq よくある質問 */
.irFaq .btn.width {
  margin: 45px auto 0; }
  .irFaq .btn.width > a {
    font-size: 18px; }
.irFaq .faq__list.faq__list--new > li {
  padding-left: 95px; }
  .irFaq .faq__list.faq__list--new > li .date {
    position: absolute;
    top: 20px;
    left: 0; }

/* ========================================================================================================= ir irMedia IRメディア */
.irMedia .columnNews__text {
  padding-left: 65px; }
  .irMedia .columnNews__text > a {
    line-height: 1.5; }
.irMedia .contentsKv {
  height: inherit; }
  .irMedia .contentsKv .gridContents {
    height: 100%; }
    .irMedia .contentsKv .gridContents .irMedia__pickup {
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .irMedia .contentsKv .gridContents .irMedia__pickup .irMedia__pickup--img {
        width: calc(50% + 85px); }
        .irMedia .contentsKv .gridContents .irMedia__pickup .irMedia__pickup--img a {
          position: relative; }
          .irMedia .contentsKv .gridContents .irMedia__pickup .irMedia__pickup--img a span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover; }
      .irMedia .contentsKv .gridContents .irMedia__pickup .irMedia__pickup--text {
        align-self: flex-end;
        width: calc(50% - 115px);
        padding-top: 110px; }
        .irMedia .contentsKv .gridContents .irMedia__pickup .irMedia__pickup--text .columnNews__text {
          margin-bottom: 20px; }
.irMedia .newsDetail__contents .video--wrapper {
  margin-bottom: 35px; }

/* ========================================================================================================= ir irRr 企業調査レポート */
.irRr .irRr__leader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .irRr .irRr__leader > dt {
    width: 200px; }
    .irRr .irRr__leader > dt span {
      display: block;
      text-indent: -9999px;
      height: 0;
      padding-top: calc(62 / 192 * 100%);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url("../img/contents/ir/research-report/logo--b.svg"); }
      @media (prefers-color-scheme: light) {
        .irRr .irRr__leader > dt span {
          background-image: url("../img/contents/ir/research-report/logo--b.svg"); } }
      @media (prefers-color-scheme: dark) {
        .irRr .irRr__leader > dt span {
          background-image: url("../img/contents/ir/research-report/logo--w.svg"); } }
  .irRr .irRr__leader > dd {
    width: calc(100% - 240px); }
    .irRr .irRr__leader > dd .text--indent {
      margin-top: 15px; }
    .irRr .irRr__leader > dd .btn.width {
      width: 370px; }
    .irRr .irRr__leader > dd .btn.icon.blank > a:before {
      background-image: url("../img/common/btnIcon--blankB.svg"); }
    .irRr .irRr__leader > dd .btn.icon.blank > a:after {
      background-image: url("../img/common/btnIcon--blankW.svg"); }
    @media (prefers-color-scheme: light) {
      .irRr .irRr__leader > dd .btn.icon.blank > a:before {
        background-image: url("../img/common/btnIcon--blankB.svg"); }
      .irRr .irRr__leader > dd .btn.icon.blank > a:after {
        background-image: url("../img/common/btnIcon--blankW.svg"); } }
    @media (prefers-color-scheme: dark) {
      .irRr .irRr__leader > dd .btn.icon.blank > a:before {
        background-image: url("../img/common/btnIcon--blankW.svg"); }
      .irRr .irRr__leader > dd .btn.icon.blank > a:after {
        background-image: url("../img/common/btnIcon--blankB.svg"); } }
    .irRr .irRr__leader > dd .btn.icon.blank:hover > a:after {
      opacity: 0; }

.corpZoom {
  text-align: center; }

.irCorpgov .btn--zoom {
  position: relative;
  width: auto;
  padding: 0 35px 0 47px;
  display: inline-block;
  margin: 25px auto 0;
  text-align: center;
  line-height: 38px;
  background-color: #fff;
  color: #2b2b2b;
  border-radius: 38px;
  border: 2px solid #fff;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .irCorpgov .btn--zoom:before, .irCorpgov .btn--zoom:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 17px;
    left: 10px;
    opacity: .5;
    pointer-events: none;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .irCorpgov .btn--zoom:before {
    opacity: 1;
    background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
  .irCorpgov .btn--zoom:after {
    opacity: 0;
    background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); }
  .irCorpgov .btn--zoom:hover, .irCorpgov .btn--zoom:active {
    background-color: #2b2b2b;
    color: #fff; }
    .irCorpgov .btn--zoom:hover:before, .irCorpgov .btn--zoom:active:before {
      opacity: 0; }
    .irCorpgov .btn--zoom:hover:after, .irCorpgov .btn--zoom:active:after {
      opacity: 1; }
  @media (prefers-color-scheme: light) {
    .irCorpgov .btn--zoom:before {
      background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
    .irCorpgov .btn--zoom:after {
      background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); } }
  @media (prefers-color-scheme: dark) {
    .irCorpgov .btn--zoom:before {
      background-image: url("../img/contents/ir/toindivid/icon__zoom--b.svg"); }
    .irCorpgov .btn--zoom:after {
      background-image: url("../img/contents/ir/toindivid/icon__zoom--w.svg"); } }

.irRf #irp-highlight-table-forecast .table .r1 th {
  font-size: 14px !important; }

.irCalendar--wrapper {
  margin-bottom: 60px; }

/*========================================================================================================== 修正 2020/10/23 */
/*ーーーーーーーーーーーーーーーーーーーー ir*/
.ir .topIr {
  margin-bottom: 110px; }

.irToindivid .irToindivid__market .irToindivid__market--title {
  border-top: 2px solid #000;
  border-top: 2px solid var(--colorB);
  border-bottom: 2px solid #000;
  border-bottom: 2px solid var(--colorB);
  background-color: transparent;
  color: #000;
  color: var(--colorB);
  line-height: 52px; }

.irToindivid .irToindivid__market .irToindivid__market--subtitle--line span {
  background-color: #ebebeb;
  background-color: var(--bgGray);
  border: none;
  margin-top: 15px; }
