  @charset "UTF-8";
.ir_page {
  padding: 48px 0;
}
.ir_page__ttl {
  font-size: 1.25em;
  padding: 4px 0 4px 24px;
  border-left: 3px solid #3651A8;
  margin: 0 0 24px 0;
}
.ir_page__sub {
  font-size: 1em;
  margin: 40px 0 24px;
  padding: 16px;
}
.ir_page__lst {
  margin: 24px 0 48px;
}
.ir_page__lst li {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.ir_page__lst li:first-child {
  border-top: 1px solid #ccc;
}
.ir_page__lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}
.ir_page__lst li a span,
.ir_page__lst li a time {
  padding-right: 24px;
}
.ir_page__lst li a p {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.ir_page__lst.icon_lst li a {
  position: relative;
}
.ir_page__lst.icon_lst li a::before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}
.ir_page__schedule_lst {
  margin: 24px 0 48px;
}
.ir_page__schedule_lst dl {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #222;
}
.ir_page__schedule_lst dl:first-child {
  border-top: 1px solid #ccc;
}
.ir_page__schedule_lst dl dt {
  -ms-flex-preferred-size: 140px;
      flex-basis: 170px;
  padding-right: 24px;
}
.ir_page__schedule_lst dl dt .small {
  font-size: 0.875em;
}
.ir_page__schedule_lst dl dd {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.ir_page__schedule_lst dl dd .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  margin-top: 4px;
}
.ir_page__schedule_lst dl dd .links a {
  display: block;
  border-left: 1px solid #ccc;
  padding: 0 16px;
}
.ir_page__schedule_lst dl dd .links a:first-child {
  border-left: none;
  padding: 0 16px 0 0;
}
.ir_page__document {
  margin: 48px 0 0 0;
}
.ir_page__document-dl {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
}

.ir_page__document-dl:first-child {
  border-top: 1px solid #ccc;
}
.ir_page__document-dl:first-child.integrated-report {
  border-top: none;
  padding-top: 0;
}

.ir_page__document-dl dt {
  font-size: 1.125em;
  font-weight: bold;
}
.ir_page__document-dl dd {
  margin: 16px 0 0 0;
}
.ir_page__document-dl dd .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  flex-wrap: wrap;
}
.ir_page__document-dl dd .links li {
  border-left: 1px solid #ccc;
     /* width: 50%;*/
    padding: 0 20px;
}

.ir_page__document-dl dd .links li a {
  display: block;
  font-size: 1.125em;
}
.ir_page__document-dl dd .links li a.a_display {
    display: inline;
}

.ir_page__document-dl dd .links li a[class^=icon_] {
  padding: 0 0 0 24px;
}
.ir_page__document-dl dd .links li:first-child {
  border-left: none;
  padding: 0 20px;
}
.ir_page__document-dl dd.border-top {
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #ddd;
}
.ir_page__table {
  margin: 48px 0 64px;
}
.ir_page__table table {
  width: 100%;
}
.ir_page__table table tr th, .ir_page__table table tr td {
  padding: 24px;
  border: 1px solid #CBCBCB;
  vertical-align: middle;
  font-size: 0.875em;
}
.ir_page__table table tr th {
  background: #E5E5E5;
  width: 27.5%;
  font-weight: bold;
}
.ir_page__table table tr td ul li {
  padding: 0 0 0 1.25em;
  text-indent: -1.25em;
  margin: 16px 0 0 0;
}
.ir_page__table table tr td ul li:first-child {
  margin: 0;
}
.ir_page-item {
  margin: 0 0 120px;
}
.ir_page .faq {
  padding: 48xp 0 120px;
}
.ir_page .faq-block {
  padding: 24px 0 64px;
  border-top: 1px dotted #ccc;
}
.ir_page .faq-block-question {
  padding: 0 0 0 80px;
  background: url(/images/common/icon_q.png) no-repeat 0 0;
  background-size: 64px auto;
  margin: 0 0 24px;
  min-height: 64px;
}
.ir_page .faq-block-question h3 {
  padding: 20px 0 16px 0;
}
.ir_page .faq-block-answer {
  padding: 16px 0 0 80px;
  background: url(/images/common/icon_a.png) no-repeat 0 0;
  background-size: 64px auto;
  min-height: 64px;
}
.ir_page .faq-block-answer .links {
  margin-top: 24px;
  border-left: 1px solid #3651A8;
  padding: 8px 0 8px 24px;
}
.ir_page .faq-block-answer .links h4 {
  font-size: 0.875em;
}
.ir_page .faq-block-answer .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.ir_page .faq-block-answer .links ul li {
  margin-left: 16px;
}
.ir_page .faq-block-answer .links ul li a {
  font-size: 0.875em;
}
.ir_page .faq-block-answer .links ul li:first-child {
  margin-left: 0;
}
.ir_page .faq-block.border-none {
  border-top: none;
}
.ir_page .caption {
  font-size: 0.875em;
  margin: 24px 0;
}
.ir_page .caption02 {
  font-size: 0.875em;
  margin: 0;
}

.ir_page .schedule {
  margin: 48px 0;
}
.ir_page .ufj-link {
  margin: 48px 0;
}
.ir_page .ufj-link a {
  background: #A1B3ED url(../../images/common/blank_icon.png) no-repeat 95% 50%;
  display: block;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 1.375em;
}
.ir_page .icon_pdf {
  background: url(/images/common/icon_pdf.png) no-repeat 0 50%;
  background-size: 16px 16px;
}
.ir_page .icon_movie {
  background: url(/images/common/icon_movie.png) no-repeat 0 50%;
  background-size: 16px 16px;
}
.ir_page .dividend-lead {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 48px;
}
.ir_page .dividend-sub {
  margin: 24px 0 8px;
  font-size: 1.25em;
}
.ir_page .dividend-figure-ttl {
  font-size: 1.25em;
  margin: 48px 0 16px;
  color: #666;
}

.ir_page .s_eirAnchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
    margin-left: 0px;
  padding: 0;
  list-style: none;
}

.ir_page .s_eirAnchor li {
margin: 0 40px 15px 0;
}

.ir_page .s_eirAnchor a {
  font-size: 1.2rem;
  width: auto;
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
    .ir_page .eirAnchorLink .s_eirAnchor a {
      font-size: 1rem;
    }
}

.ir_page .s_eirAnchor a::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: #3651A8 1px solid;
  border-right: #3651A8 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -5px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ir_page {
    padding: 24px 0;
  }
  .ir_page__schedule_lst dl {
    display: block;
  }
  .ir_page__schedule_lst dl dt {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    padding-right: 0;
  }
  .ir_page__schedule_lst dl dd .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    margin-top: 4px;
  }
  .ir_page__schedule_lst dl dd .links a {
    display: block;
    border-left: 1px solid #ccc;
    padding: 0 16px;
  }
  .ir_page__schedule_lst dl dd .links a:first-child {
    border-left: none;
    padding: 0 16px 0 0;
  }
  .ir_page__document-dl dd .links {
    display: block;
  }
  .ir_page__document-dl dd .links li {
    border-left: none;
    padding: 0;
    margin: 0 0 8px 0;
  }
  .ir_page__document-dl dd .links li a {
    display: block;
    font-size: 1.125em;
  }
  .ir_page__document-dl dd .links li a[class^=icon_] {
    padding: 0 0 0 24px;
  }
  .ir_page__document-dl dd .links li:first-child {
    border-left: none;
    padding: 0 0 0 0;
  }
}
.top__chart {
  padding: 80px 0 0 0;
}
.top__chart__body {
  background: #f2f2f2;
  padding: 24px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__chart__header {
  text-align: center;
  margin-right: 32px;
  padding-right: 48px;
  border-right: 1px solid #222;
}
.top__chart__header h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.25;
}
.top__chart__header p {
  font-size: 0.875em;
  line-height: 1.85;
}
.top__chart-item {
  margin: 0 24px;
  line-height: 1;
}
.top__chart-item h3 {
  margin-bottom: 4px;
  color: #666;
}
.top__chart-item p {
  font-size: 3.25em;
  color: #666;
}
.top__chart-item p.open_ {
  color: #3651A8;
}
.top__chart .trade_update {
  text-align: right;
  font-size: 0.875em;
  color: #666;
  padding: 4px 0 0 0;
}

.chart {
  margin: 48px 0 0 0;
}

@media screen and (max-width: 767px) {
  .top__chart {
    padding: 7.5% 0 0 0;
  }
  .top__chart__body {
    background: #f2f2f2;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__chart__header {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .top__chart__header h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.85;
  }
  .top__chart__header p {
    font-size: 0.875em;
    line-height: 1;
  }
  .top__chart-item {
    width: 33%;
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    line-height: 1;
    text-align: center;
  }
  .top__chart-item h3 {
    margin-bottom: 16px;
  }
  .top__chart-item p {
    font-size: 2em;
  }
  .top__chart .trade_update {
    text-align: right;
    font-size: 0.875em;
    color: #666;
    padding: 4px 0 0 0;
  }
  .c-indent03 {
text-indent: -1em;
        padding-left: 2em !important;
}

}


p.guideline01 {
    font-size: 80%;
    margin-top: -30px;
}

/*en ir financial-results*/

.long-word01 {
    display: flex;
}

.long-word01 span {
    padding: 0 1em;
}

section#stock_information table#table_info th {
}
section#stock_information table#table_info td {
    text-align: right;
    padding-left: 2em;
}

section#stock_information  div.si-box {
    margin-top: 1em;
    margin-bottom: 2em;

}
section#stock_information  div.si-box  p.si-box_title{
    font-weight: bold;
}
section#stock_information  div.si-box  p.si-box_unit{
    text-align: right;
    margin-top: -2em;
    font-size: 80%;
}

section#stock_information div.si-box table {
    width: 100%;
}

section#stock_information div.si-box table th,section#stock_information div.si-box table td {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px dotted #CBCBCB;
    text-align: right;
    font-size: 0.875em;
    padding: 1em;
    vertical-align: middle;
}
section#stock_information div.si-box table tr:first-child {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}
section#stock_information div.si-box table tr:last-child {
    border-bottom: 1px solid #CBCBCB;
}
section#stock_information div.si-box table#Owner-specific_distribution tr:last-child {
    border-top: 1px solid #CBCBCB;
}
section#stock_information div.si-box table td:first-child {
    text-align: left;
}
section#stock_information div.si-box table th {
    text-align: center;
    background: #E5E5E5;
    font-weight: bold;
}

section#stock_information p.table_comment {
    font-size: 80%;
    margin-top: 0.5em;
    text-indent: -1.7em;
    margin-left: 3em;
}

.c-indent01 {
    text-indent: -1.2em;
    padding-left: 1.2em;
}



p.p-margin01 {
    margin-bottom: 1em;
    margin-top: 1em;
}

p.p-brh01 {
    line-height: 1.3;
}

p.p-brh01 br {
    display: block;
    content: "";
    margin: 10px 0;
}

.c-indent02 {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
.c-indent03 {
    padding-left: 1.8em;
}

p.p-brh02 {
    line-height: 1.3;
}

.dividend .caption2 {
    margin-top: 0;
}

.dividend h4.dividend-figure-ttl {
    border-top: 1px solid #707070;
    padding-top: 1em;
    margin-top: 3em;
	}
	
.ir_page__ttl_areabox {
display:flex;
}

.ir_page__ttl_areabox h2.ir_page__ttl {
font-size: 1.25em;
  padding: 4px 0 4px 24px;
  border-left: 3px solid #3651A8;
  margin: 0 0 0.5em 0;
  width: 60%;
}

.ir_page__ttl_areabox .ir_page__note {
 padding-left: 1em;
  text-indent: -1em;
}



@media screen and (max-width: 767px) {

.ir_page__ttl_areabox {
display:block;
}

.ir_page__ttl_areabox h2.ir_page__ttl {
font-size: 1.25em;
  padding: 4px 0 4px 24px;
  border-left: 3px solid #3651A8;
  margin: 0 0 0 0;
  width: 100%;
}

.ir_page__ttl_areabox .ir_page__note {
text-indent: -1em;
    margin-bottom: 2em;
    padding: 4px 0 4px 37px;
    border-left: 3px solid #3651A8;
}

}


.ir_page-item p.first{
}

@media screen and (max-width: 767px) {
.ir_page-item p.first{
  padding-left: 5.2em;
  text-indent: -5.2em;
}}

.ir_page-item p.first_attention{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
  }

@media screen and (max-width: 767px) {
.ir_page-item p.first_attention{

}}



