.corp_ir_2018-app {
  text-align: left;
}
.corp_ir_2018-app br.SP {
  display: none;
}
.corp_ir_2018-app strong {
  font-weight: bold;
}
.corp_ir_2018-caption {
  margin: 5px 0 0 32px;
  color: #888;
  font-size: 10px;
}
.corp_ir_2018-caption > a {
  display: inline-block;
  padding-left: 20px;
  background: url("../../img/link_mark.png") no-repeat left 2px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-caption {
  font-size: 11px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-caption > a {
  background-position: left 1px;
}
.corp_ir_2018-categoryFilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
  padding: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.corp_ir_2018-categoryFilter__headline {
  width: 100px;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.corp_ir_2018-categoryFilter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.corp_ir_2018-categoryFilter__list:after {
  content: '';
  display: block;
  width: 135px;
}
.corp_ir_2018-categoryFilter__item {
  width: 135px;
  font-size: 12px;
  line-height: 18px;
}
.corp_ir_2018-categoryFilter__item:not(:nth-last-child(-n+3)) {
  padding-bottom: 10px;
}
.corp_ir_2018-categoryFilter__item > label {
  cursor: pointer;
  display: block;
  position: relative;
}
.corp_ir_2018-categoryFilter__item > label > input {
  display: none;
}
.corp_ir_2018-categoryFilter__item > label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 22px;
  background-color: #fff;
  opacity: 0;
}
.corp_ir_2018-categoryFilter__item > label:hover:after {
  opacity: 0.4;
}
.corp_ir_2018-categoryFilter__labelWrap {
  display: block;
  position: relative;
  padding-left: 22px;
}
.corp_ir_2018-categoryFilter__labelWrap:before,
.corp_ir_2018-categoryFilter__labelWrap:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
}
.corp_ir_2018-categoryFilter__labelWrap:before {
  border: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.corp_ir_2018-categoryFilter__labelWrap:after {
  display: none;
  background: url("../img/check.gif") no-repeat center;
}
input:checked + .corp_ir_2018-categoryFilter__labelWrap:after {
  display: block;
}
.corp_ir_2018-categoryFilter__labelBody {
  display: block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.corp_ir_2018-app.lang-jp .corp_ir_2018-categoryFilter__labelBody {
  font-weight: bold;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-categoryFilter__labelBody {
  font-size: 10px;
}
.corp_ir_2018-categoryFilter__labelBody--info {
  background-color: #c0c0c0;
}
.corp_ir_2018-categoryFilter__labelBody--release {
  border: 1px solid #c0c0c0;
  color: #888;
  line-height: 16px;
}
.corp_ir_2018-categoryFilter__labelBody--earnings {
  background-color: #7c97b4;
}
.corp_ir_2018-categoryFilter__labelBody--events {
  background-color: #d79b9b;
}
.corp_ir_2018-categoryFilter__labelBody--stock {
  background-color: #8ea470;
}
.corp_ir_2018-eventDesc {
  padding: 15px 0 5px 25px;
  font-weight: normal;
}
.corp_ir_2018-eventDesc a {
  text-decoration: underline;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-eventDesc {
  font-size: 12px;
}
.corp_ir_2018-eventHeadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-eventHeadline__title {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  padding-left: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../../../ir/img/ir_li1.gif") no-repeat;
  font-weight: bold;
  white-space: normal;
}
.corp_ir_2018-eventHeadline__date {
  width: 110px;
  color: #898989;
  text-align: right;
  white-space: nowrap;
}
.corp_ir_2018-app.lang-jp .corp_ir_2018-eventHeadline__title {
  background-position: left 2px;
  font-size: 15px;
  line-height: 1.2;
}
.corp_ir_2018-app.lang-jp .corp_ir_2018-eventHeadline__date {
  margin-top: -2px;
  font-size: 14px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-eventHeadline__title {
  background-position: left 3px;
  font-size: 14px;
  line-height: 1.4;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-eventHeadline__date {
  font-size: 11px;
}
.corp_ir_2018-linkToNews {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
.corp_ir_2018-linkToNews > a {
  display: inline-block;
  padding-right: 20px;
  background: url("../../img/link_mark.png") no-repeat right center;
  vertical-align: top;
}
.corp_ir_2018-listArea {
  -webkit-transition: opacity 200ms ease-out;
     -moz-transition: opacity 200ms ease-out;
       -o-transition: opacity 200ms ease-out;
          transition: opacity 200ms ease-out;
}
.corp_ir_2018-listArea.is-hide {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  opacity: 0;
}
.corp_ir_2018-newsDateList__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-newsDateList__itemDate {
  display: table-cell;
  vertical-align: top;
  width: 92px;
  color: #515151;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.corp_ir_2018-newsDateList__itemContent {
  display: table-cell;
  vertical-align: top;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsDateList__itemDate {
  width: 65px;
  font-size: 11px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsDateList__itemDate > span {
  color: #afafaf;
}
.corp_ir_2018-newsItem {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.corp_ir_2018-newsItem__icon {
  display: table-cell;
  width: 110px;
  line-height: 0;
  background: no-repeat left 3px;
  -moz-background-size: auto 13px;
    -o-background-size: auto 13px;
       background-size: auto 13px;
}
.corp_ir_2018-newsItem__text {
  display: table-cell;
}
.corp_ir_2018-newsItem__icon--info {
  background-image: url("../img/catetory_icon/info.gif");
}
.corp_ir_2018-newsItem__icon--release {
  background-image: url("../img/catetory_icon/release.gif");
}
.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings.gif");
}
.corp_ir_2018-newsItem__icon--events {
  background-image: url("../img/catetory_icon/events.gif");
}
.corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock.gif");
}
.corp_ir_2018-newsItem__icon--events.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_events.gif");
}
.corp_ir_2018-newsItem__icon--release.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_release.gif");
}
.corp_ir_2018-newsItem__icon--info.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_info.gif");
}
.corp_ir_2018-newsItem__icon--release.corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock_release.gif");
}
.corp_ir_2018-newsItem__icon--info.corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock_info.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--info {
  background-image: url("../img/catetory_icon/info-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--release {
  background-image: url("../img/catetory_icon/release-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--events {
  background-image: url("../img/catetory_icon/events-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--events.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_events-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--release.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_release-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--info.corp_ir_2018-newsItem__icon--earnings {
  background-image: url("../img/catetory_icon/earnings_info-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--release.corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock_release-en.gif");
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsItem__icon--info.corp_ir_2018-newsItem__icon--stock {
  background-image: url("../img/catetory_icon/stock_info-en.gif");
}
.corp_ir_2018-newsLink {
  display: inline-block;
  background: url("../../cmn_img/news_li.gif") left 3px no-repeat transparent;
  padding-left: 32px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}
.corp_ir_2018-newsLink span {
  color: #787878;
}
.corp_ir_2018-newsLink--pdf {
  background-image: url("../../cmn_img/news_pdf.gif");
}
.corp_ir_2018-newsLink--movie {
  background-image: url("../../cmn_img/movie_li.gif");
}
.corp_ir_2018-newsLink--blank:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 2px;
  background: url("../../cmn_img/arrow_blank.gif") no-repeat;
}
.corp_ir_2018-newsLink--no,
.corp_ir_2018-newsLink--pdf-no,
.corp_ir_2018-otherLangLink--no,
.corp_ir_2018-otherLangLink--pdf-no {
  opacity: 0.5;
  cursor: default;
  color: inherit !important;
}
.corp_ir_2018-newsLink--no:hover,
.corp_ir_2018-newsLink--pdf-no:hover,
.corp_ir_2018-otherLangLink--no:hover,
.corp_ir_2018-otherLangLink--pdf-no:hover {
  text-decoration: none;
}
.corp_ir_2018-app.lang-jp .corp_ir_2018-newsList__itemTexts .corp_ir_2018-newsLink,
.corp_ir_2018-app.lang-jp .corp_ir_2018-newsList__itemMainLink .corp_ir_2018-newsLink {
  font-size: 14px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-newsList__itemTexts .corp_ir_2018-newsLink,
.corp_ir_2018-app.lang-en .corp_ir_2018-newsList__itemMainLink .corp_ir_2018-newsLink {
  font-size: 13px;
}
.corp_ir_2018-newsList__item:not(:last-child) {
  padding-bottom: 10px;
}
.corp_ir_2018-otherLang {
  background: url("../../cmn_img/news_sublink.gif") no-repeat 38px top;
  padding-left: 56px;
  margin-top: 5px;
}
.corp_ir_2018-otherLang span {
  color: #787878;
}
.corp_ir_2018-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.corp_ir_2018-pager__item a {
  cursor: pointer;
}
.corp_ir_2018-pager__item.is-hidden {
  pointer-events: none;
  opacity: 0.3;
}
.corp_ir_2018-pager__item.is-current {
  color: #c5c5c5;
}
.corp_ir_2018-pager__item.is-current > a:hover {
  color: inherit;
  text-decoration: none;
}
.corp_ir_2018-pager--year {
  font-size: 12px;
}
.corp_ir_2018-pager--year .corp_ir_2018-pager__item:not(:last-child) {
  padding-right: 7px;
}
.corp_ir_2018-filter--bottom .corp_ir_2018-pager--year {
  padding-top: 25px;
}
.corp_ir_2018-pager--page {
  font-size: 13px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-pager--page {
  font-size: 12px;
}
.corp_ir_2018-filter--top .corp_ir_2018-pager--page {
  padding-bottom: 15px;
}
.corp_ir_2018-filter--bottom .corp_ir_2018-pager--page {
  padding-top: 20px;
}
.corp_ir_2018-pager--page .corp_ir_2018-pager__item:not(:last-child):after {
  content: '|';
  padding: 0 10px;
  color: #c5c5c5;
}
.corp_ir_2018-pager__item--later > a,
.corp_ir_2018-pager__item--older > a {
  display: block;
  height: 100%;
  background: url("../../img/link_after_ov.png") no-repeat;
}
.corp_ir_2018-pager__item--later > a:after,
.corp_ir_2018-pager__item--older > a:after {
  content: '';
  display: block;
  width: 26px;
  height: 100%;
  background: #fff url("../../img/link_after.png") no-repeat;
}
.corp_ir_2018-pager__item--later > a:hover:after,
.corp_ir_2018-pager__item--older > a:hover:after {
  visibility: hidden;
}
.corp_ir_2018-pager__item--later > a {
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.corp_ir_2018-pager__item--later > a,
.corp_ir_2018-pager__item--later > a:after {
  background-position: center center;
}
.corp_ir_2018-pager__item--older > a,
.corp_ir_2018-pager__item--older > a:after {
  background-position: center center;
}
.corp_ir_2018-pastAnnualReportsCaption {
  padding: 15px 0 20px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-pastAnnualReportsCaption {
  font-size: 85%;
  line-height: 1.4;
}
.corp_ir_2018-releaseCaption {
  font-size: 12px;
}
.corp_ir_2018-releaseHeaderArea {
  position: relative;
  margin: 35px 56px 35px;
}
.corp_ir_2018-releasePan {
  display: none;
}
.corp_ir_2018-releaseTitle {
  height: 53px;
  background: url("../../release/img/title.gif") no-repeat left top;
}
.corp_ir_2018-releaseTitle__inner {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.corp_ir_2018-selectYear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corp_ir_2018-selectYear__headline {
  padding-right: 8px;
  color: #898989;
  font-size: 12px;
  font-weight: bold;
}
.corp_ir_2018-selectYear__body {
  position: relative;
  width: 130px;
  height: 28px;
}
.corp_ir_2018-selectYear__body > select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  border: 1px solid #bebebe;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #5e5e5e;
  font-size: 12px;
}
.corp_ir_2018-selectYear__body > select::-ms-expand {
  display: none;
}
.corp_ir_2018-selectYear__body > select:hover {
  background-color: #f6f6f6;
}
.corp_ir_2018-selectYear__body:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 15px;
  border-top: 4px solid #d1d1d1;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
}
.corp_ir_2018-subItemsArea {
  margin: 5px 0 0 32px;
}
.corp_ir_2018-subItemsArea.has-border {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.corp_ir_2018-subItemsArea__headline {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.corp_ir_2018-subItemsArea__headline:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background-color: #ccc;
}
.corp_ir_2018-subItemsArea__headline:not(:last-child) {
  margin-bottom: 12px;
}
.corp_ir_2018-subItemsArea__caption {
  color: #888;
  font-size: 12px;
}
.corp_ir_2018-subItemsArea__caption:not(:last-child) {
  margin-bottom: 12px;
}
.corp_ir_2018-subLinkList__item:not(:last-child) {
  padding-bottom: 6px;
}
.corp_ir_2018-topTopics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 856px;
  margin: 0 auto;
  padding: 4px 28px 0 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eaeaea;
}
.corp_ir_2018-topTopics > .sp_bnr_skm {
  margin-left: -4px;
}
.corp_ir_2018-topTopics br.SP {
  display: none;
}
.corp_ir_2018-topTopics__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 10px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  text-align: left;
}
.corp_ir_2018-topTopics.is-2col .corp_ir_2018-topTopics__box {
  width: 592px;
}
.corp_ir_2018-topTopics.is-3col .corp_ir_2018-topTopics__box {
  width: 290px;
}
.corp_ir_2018-topTopics.has-highlights .corp_ir_2018-topTopics__box {
  width: 330px;
}
a.corp_ir_2018-topTopics__box {
  position: relative;
  overflow: hidden;
}
a.corp_ir_2018-topTopics__box:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #f0f0f0;
}
a.corp_ir_2018-topTopics__box .corp_ir_2018-topTopics__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../../img/link_after.png") no-repeat;
}
a.corp_ir_2018-topTopics__box:hover {
  color: inherit;
  text-decoration: none;
}
a.corp_ir_2018-topTopics__box:hover:after {
  display: block;
}
a.corp_ir_2018-topTopics__box:hover .corp_ir_2018-topTopics__title:before {
  background-image: url("../../img/link_after_ov.png");
}
.corp_ir_2018-topTopics__title {
  position: relative;
  margin-bottom: 5px;
  padding: 5px 0;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
  color: #ce0000 !important;
  font-weight: bold;
  line-height: 1.3;
}
a.corp_ir_2018-topTopics__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../../img/link_after.png") no-repeat;
}
a.corp_ir_2018-topTopics__title:hover {
  text-decoration: none;
}
a.corp_ir_2018-topTopics__title:hover:before {
  background-image: url("../../img/link_after_ov.png");
}
div.corp_ir_2018-topTopics__title a {
  color: #ce0000 !important;
}
.corp_ir_2018-topTopics__content {
  font-size: 12px;
}
html[lang="en"] .corp_ir_2018-topTopics__content {
  font-size: 11px;
}
ul.corp_ir_2018-topTopics__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  padding-bottom: 5px;
}
ul.corp_ir_2018-topTopics__content > li {
  padding-right: 12px;
}
ul.corp_ir_2018-topTopics__content > li > a {
  background: url("../../../ir/img/news_icon2.png") 0 0 no-repeat;
  padding-left: 18px;
}
p.corp_ir_2018-topTopics__content {
  padding-bottom: 5px;
}
.corp_ir_2018-topTopics.stockMeeting_notice .corp_ir_2018-topTopics__box {
  padding: 10px 15px;
}
.corp_ir_2018-topTopics.stockMeeting_notice .corp_ir_2018-topTopics__box .meetingCaution {
  color: #e60012;
  font-weight: bold;
}
.corp_ir_2018-topTopics.stockMeeting_notice .corp_ir_2018-topTopics__box .meetingCaution span {
  text-decoration: underline;
}
.corp_ir_2018-topTopics.stockMeeting_notice .corp_ir_2018-topTopics__box .meetingCaution a {
  color: #e60012;
  background: url("../../../ir/img/news_icon2.png") no-repeat 0 3px;
  padding: 2px 0 5px 18px;
  margin-left: 5px;
}
.corp_ir_2018-yearHeadline {
  font-weight: bold;
  background-color: #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.corp_ir_2018-app.lang-jp .corp_ir_2018-yearHeadline {
  padding: 8px 20px;
  font-size: 16px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-yearHeadline {
  padding: 14px 20px;
  font-size: 14px;
}
.corp_ir_2018-app.lang-en .corp_ir_2018-yearHeadline > span {
  font-size: 73%;
  padding-left: 1em;
  font-weight: normal;
}
.corp_ir_2018-yearsPager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.corp_ir_2018-yearsPager__item:not(:last-child):after {
  content: '|';
  padding: 0 14px;
  color: #e5e5e5;
}
.corp_ir_2018-yearsPager__item.is-current {
  color: #c5c5c5;
  font-weight: bold;
}
.corp_ir_2018-yearsPager__item.is-current > a:hover {
  color: inherit;
  text-decoration: none;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-newsYearList__item {
  padding-bottom: 45px;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-newsYearList__item:last-child {
  padding-bottom: 20px;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-newsDateList {
  padding: 30px 0 0 20px;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-newsDateList__item {
  padding-top: 0;
  background-image: none;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-newsDateList__item:last-child {
  padding-bottom: 0;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-listArea.is-past .corp_ir_2018-newsYearList {
  background: url("../../cmn_img/line_dot.gif") repeat-x;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-listArea.is-past .corp_ir_2018-newsYearList__item {
  padding: 8px 10px;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-app.page-annual .corp_ir_2018-listArea.is-past .corp_ir_2018-newsDateList {
  padding: 0;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-filter--top {
  padding-bottom: 14px;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-newsYearList__item:not(:last-child) {
  padding-bottom: 45px;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-newsDateList__item {
  display: block;
  width: auto;
  padding: 12px 3px 12px 10px;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-newsList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-newsList__itemTexts {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  white-space: normal;
}
.corp_ir_2018-app.page-earnings .corp_ir_2018-newsList__itemDate {
  width: 100px;
  text-align: right;
  white-space: nowrap;
}
.corp_ir_2018-app.page-earnings.lang-en .corp_ir_2018-newsDateList__item {
  padding: 14px 3px 14px 10px;
}
.corp_ir_2018-app.page-earnings.lang-en .corp_ir_2018-newsList__itemDate {
  margin-top: 3px;
  font-size: 11px;
}
.corp_ir_2018-app.page-events .corp_ir_2018-filter--top {
  padding-bottom: 14px;
}
.corp_ir_2018-app.page-events .corp_ir_2018-yearHeadline {
  margin-bottom: 35px;
}
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList {
  padding: 0 20px;
}
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__item,
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__itemDate,
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__itemContent {
  display: block;
  width: auto;
}
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__item {
  padding: 0 0 60px;
  background-image: none;
}
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__itemDate {
  margin-bottom: 10px;
  white-space: normal;
}
.corp_ir_2018-app.page-events .corp_ir_2018-newsDateList__itemContent {
  padding-left: 25px;
}
.corp_ir_2018-app.page-events .corp_ir_2018-pager--year {
  background: url("../../cmn_img/line_dot.gif") repeat-x left top;
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-yearHeadline > span {
  font-size: 85%;
  font-weight: normal;
}
@media screen and (min-width: 760px), print {
  .corp_ir_2018-app.page-meeting.lang-en .corp_ir_2018-yearHeadline > span {
    display: block !important;
    padding-left: 0 !important;
    padding-top: 5px;
  }
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-newsYearList__item:not(:last-child) {
  padding-bottom: 45px;
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-newsDateList {
  margin-left: 10px;
  padding: 12px 0;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-newsDateList__item {
  padding-top: 0;
  background-image: none;
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-newsDateList__item:last-child {
  padding-bottom: 0;
}
.corp_ir_2018-app.page-meeting .corp_ir_2018-filter--top {
  padding-bottom: 14px;
}
.corp_ir_2018-app.page-news .corp_ir_2018-filter--top {
  padding-bottom: 30px;
}
.corp_ir_2018-app.page-news .corp_ir_2018-newsLink {
  padding-left: 18px;
  background: url("../../../ir/img/news_icon1.png") no-repeat left 3px;
}
.corp_ir_2018-app.page-news .corp_ir_2018-newsLink--pdf {
  background-image: url("../../../ir/img/news_icon2.png");
}
.corp_ir_2018-app.page-release {
  padding: 0 56px;
}
.corp_ir_2018-app.page-release .corp_ir_2018-filter--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.corp_ir_2018-app.page-release .corp_ir_2018-newsDateList__item {
  padding: 30px 0;
}
.corp_ir_2018-app.page-release .corp_ir_2018-newsDateList__itemDate {
  width: 112px;
}
.corp_ir_2018-app.page-release .corp_ir_2018-newsList__item:not(:last-child) {
  padding-bottom: 16px;
}
.corp_ir_2018-app.page-report .corp_ir_2018-filter--top {
  padding-bottom: 14px;
}
.corp_ir_2018-app.page-report .corp_ir_2018-newsYearList__item:not(:last-child) {
  padding-bottom: 45px;
}
.corp_ir_2018-app.page-report .corp_ir_2018-newsDateList {
  margin-left: 10px;
  padding: 12px 0;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-app.page-report .corp_ir_2018-newsDateList__item {
  padding-top: 0;
  background-image: none;
}
.corp_ir_2018-app.page-report .corp_ir_2018-newsDateList__item:last-child {
  padding-bottom: 0;
}
.corp_ir_2018-app.page-securities .corp_ir_2018-filter--top {
  padding-bottom: 14px;
}
.corp_ir_2018-app.page-securities .corp_ir_2018-newsYearList__item:not(:last-child) {
  padding-bottom: 45px;
}
.corp_ir_2018-app.page-securities .corp_ir_2018-newsDateList {
  margin-left: 10px;
  padding: 12px 0;
  background: url("../../cmn_img/line_dot.gif") repeat-x left bottom;
}
.corp_ir_2018-app.page-securities .corp_ir_2018-newsDateList__item {
  padding-top: 0;
  background-image: none;
}
.corp_ir_2018-app.page-securities .corp_ir_2018-newsDateList__item:last-child {
  padding-bottom: 0;
}
.corp_ir_2018-app.page-top .corp_ir_2018-newsDateList {
  background: url("../../cmn_img/line_dot.gif") repeat-x;
}
.corp_ir_2018-app.page-top .corp_ir_2018-newsLink {
  padding-left: 18px;
  background: url("../../../ir/img/news_icon1.png") no-repeat left 3px;
}
.corp_ir_2018-app.page-top .corp_ir_2018-newsLink--pdf {
  background-image: url("../../../ir/img/news_icon2.png");
}
