.sp-only {
  display: none;
}

p {
  letter-spacing: 0.32px;
  line-height: 28px;
}

h3 {
  font-size: 36px;
  letter-spacing: 0.72px;
}

.contents__title {
  font-size: 42px;
  font-weight: bold;
  border-bottom: solid 4px #c7000a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 48px;
}

.options__ttl {
  font-size: 36px;
  padding: 40px 0;
  position: relative;
  padding-left: 16px;
}

.options__ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 80px);
  background-color: #c7000a;
  position: absolute;
  top: 40px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .options__ttl {
    font-size: 20px;
    padding: 32px 0 24px 14px;
  }
  .options__ttl::before {
    height: calc(100% - 48px);
    top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 24.5px;
  }
  h3 {
    font-size: 20px;
  }
  .contents__title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 16px!important;
    line-height: 36px;
  }
}

.company__box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  padding-top: 32px;
}

.company__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% / 3);
  padding: 32px 20px;
}

.company__box-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub__links-arrow {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding: 16px 3em 16px 0;
  border-bottom: 1px solid #dddddd;
  color: #000;
  word-break: break-word;
}

.sub__links-arrow:hover {
  color: #c7000a;
}

.sub__links-arrow:hover::after {
  right: 1.5em;
}

.sub__links-arrow-twoLine {
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.sub__links-arrow::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  color: #c7000a;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

@media screen and (max-width: 768px) {
  .company__box .container {
    display: block;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .company__box-item {
    width: 100%;
    padding: 16px 0;
  }
  .company__box-item img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .sub__links-arrow {
    font-size: 14px;
  }
}

@media screen and (min-width: 1199px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 39px;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 3.5%;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}

.contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

.contents__flex-img {
  width: 47%;
}

.contents__flex-text {
  width: 50%;
}

.second__box h3 {
  padding-top: 56px;
  padding-bottom: 32px;
}

.second__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.second__box-text .btn__more {
  margin-top: 56px;
}

.second__box-text-inner {
  width: 59%;
}

.second__box-text-inner ul {
  padding-top: 24px;
}

.second__box-text-inner ul li {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 24.5px;
  padding-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.second__box-text-inner p {
  padding-bottom: 1em;
}

.second__box-text img {
  width: 37%;
  height: 100%;
}

.greeting__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .second__box-text {
    display: block;
      text-align: center;
  }
  .second__box-text img {
    width: 90%;
/*    padding-top: 24px;*/
      max-width: 300px;
  }
  .second__box-text-inner {
    width: 100%;
  }
  .second__box-text-inner-text {
    width: 140px !important;
  }
  .greeting__figure {
    padding-bottom: 1em;
  }
}

a[href*=".pdf"] .disclosure__ico--pdf:before {
  content: url(../../ir/img/disclosure/icon-pdf.svg);
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.news__list-top {
  padding-right: 32px;
}

@media print, screen and (max-width: 768px) {
  .governance .pt-h2 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .policy .options__ttl {
    padding: 24px 0 24px 14px;
  }
}

.strategy .main__contents {
  padding-top: 120px;
}

.strategy .main__contents.pt-top {
  padding-top: 50px;
}

.strategy .contents__maintenance__ttl--h3 {
  margin-bottom: 32px;
}

.strategy .contents__bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 24px;
}

.strategy .contents__bottom-title::before {
  border-top: 2px solid #c7000a;
  content: "";
  width: 0.7em;
  margin-top: 14px;
  margin-right: 16px;
}

.strategy__strengthening__market__wrapper {
  padding: 50px;
  margin: 48px 0 0 0;
  background-color: #eee;
}

.strategy .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.strategy .row.renewal_system {
  margin-bottom: 80px;
}

.strategy .row.renewal_system .col:first-child {
  margin-right: 80px;
}

.strategy .row.renewal_system .col--2 {
  width: calc(50% - 40px);
}

.strategy .row.renewal_system figcaption {
  margin-top: 16px;
}

.strategy .col:first-child {
  margin-right: 40px;
}

.strategy .col--2 {
  width: calc(50% - 20px);
}

.strategy .border-box .options__list {
  margin-top: -16px;
}

.strategy .border-box .options__list + .text-notes {
  margin-top: -24px;
  margin-bottom: 40px;
}

.strategy .options__list {
  margin-bottom: 40px;
}

.strategy .options__list li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .strategy .options__list li {
    font-size: 14px;
    padding-bottom: 14px;
  }
}

.strategy .options__list li:last-child {
  padding-bottom: 0;
}

.strategy .options__list li:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.strategy .text-notes {
  margin-top: 16px;
}

.strategy .border-box .text-notes {
  margin-top: 0;
}

.strategy .table {
  width: 100%;
  border-collapse: collapse;
}

.strategy .table__strategy__strengthening--01 {
  width: 60%;
  margin-top: 48px;
}

.strategy .table__strategy__strengthening--01 td {
  background-color: #fff;
}

.strategy .table__color--red {
  color: #c7000a;
}

.strategy .table__weight--nomarl {
  font-weight: 400;
}

.strategy .table__weight--bold {
  font-weight: bold;
}

.strategy .table__bgc--none {
  background-color: transparent;
}

.strategy .table__display--block {
  display: block;
  margin-bottom: 16px;
}

.strategy .table__display--block:last-child {
  margin-bottom: 0;
}

.strategy .table--border th {
  padding: 14px 30px;
  border: 1px solid #000;
  background-color: #efefef;
  font-size: 18px;
  line-height: 1.5;
}

.strategy .table--border td {
  padding: 14px 30px;
  border: 1px solid #000;
  line-height: 1.5;
}

.strategy .table__strategy__strengthening--01 th {
  font-size: 14px;
  background-color: #fff;
}

.strategy .table__strategy__strengthening--01 td {
  font-size: 14px;
}

.strategy__share p {
  margin-bottom: 48px;
}

.strategy__share .row .col--2:first-child {
  width: calc(57% - 20px);
}

.strategy__share .row .col--2:last-child {
  width: calc(43% - 20px);
}

.strategy__share__list {
  font-weight: bold;
}

.strategy__share__list__item {
  text-indent: -1.25em;
  padding-left: 1em;
}

.strategy__share__list__item + .strategy__share__list__item {
  margin-top: 16px;
}

.strategy__share__list__heading {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}

.border-box {
  padding: 56px;
}

.border-box--small {
  padding: 24px;
}

.border-box--red {
  border: 1px solid #c7000a;
}

.border-box--gray {
  border: 1px solid #bbbbbb;
}

.border-box > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.standard__contents-title {
  padding-top: 0;
  padding-left: 65px;
  padding-bottom: 40px;
  position: relative;
}

.standard__contents-title span {
  padding-right: 16px;
  font-family: "Oswald", sans-serif;
  color: #c7000a;
  position: absolute;
  left: 0;
}

h2.standard__contents-title {
  font-size: 42px;
  font-weight: bold;
  border-bottom: solid 4px #c7000a;
  position: relative;
  padding-left: 65px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}

h2.standard__contents-title span {
  position: absolute;
  left: 0;
}

.strategy__strengthening__content {
  margin-bottom: 64px;
}

.strategy__strengthening__content:last-of-type {
  margin-bottom: 0;
}

.strategy__strengthening__content.strategy__strengthening__type {
  margin-top: 80px;
}

.strategy__strengthening__summary__strong {
  font-weight: bold;
}

.strategy__strengthening__summary + .strategy__strengthening__summary {
  margin-top: 24px;
}

.strategy__strengthening__market__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strategy__strengthening__market__data .border-box {
  width: calc(100% - 1.25em - 16px);
}

.strategy__strengthening__market__data .strategy__strengthening__summary__strong {
  width: 1.25em;
}

.strategy__strengthening__services .strategy__strengthening__figure {
  width: 50%;
  margin: 16px auto 0;
}

.strategy__strengthening__services .row {
  margin-top: 40px;
}

.strategy__strengthening__type p + p {
  margin-top: 24px;
}

.strategy__strengthening__type .btn__more {
  padding: 30px 50px;
  margin-top: 48px;
}

.strategy__strengthening__type__sec + .strategy__strengthening__type__sec {
  margin-top: 80px;
}

.strategy__strengthening__type__sec .text-notes {
  margin-top: 24px;
}

.strategy__strengthening__type .table {
  margin-top: 96px;
}

.strategy__strengthening__summary__strong--pt {
  display: inline-block;
  margin-top: 16px;
  vertical-align: top;
}

.strategy__strengthening .border-box {
  display: inline-block;
  max-width: 520px;
  margin-right: 5px;
  margin-top: 16px;
  margin-bottom: 12px;
  background-color: #fff;
}

.strategy__strengthening__figure {
  padding: 10px;
  background-color: #fff;
}

.strategy__strengthening .text-notes {
  margin-top: 0;
}

.strategy__growth .strategy__strengthening__figure {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .strategy .main__contents {
/*    padding-top: 64px;*/
  }
  .strategy .main__contents.pt-top {
    padding-top: 20px;
  }
  .strategy .row {
    display: block;
  }
  .strategy .row .col:first-child {
    margin-right: 0;
  }
  .strategy .row .col + .col {
    margin-top: 32px;
  }
  .strategy .row .col--2 {
    width: 100%;
  }
  .strategy .table__strategy__strengthening--01 {
    width: 100%;
    margin-bottom: 0;
  }
  .strategy .border-box .options__list {
    margin-top: 0;
  }
  .strategy .border-box .options__list + .text-notes {
    margin-bottom: 28px;
  }
  .strategy .options__list {
    margin-top: 0;
    margin-bottom: 28px;
  }
  .strategy .options__list:last-child {
    margin-bottom: 0;
  }
  .strategy .options__list li {
    padding-bottom: 10px;
  }
  .strategy .contents__bottom-title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .strategy .contents__bottom-title::before {
    margin-top: 9px;
    margin-right: 10px;
  }
  .strategy .row.renewal_system {
    margin-bottom: 64px;
  }
  .strategy .row.renewal_system .col:first-child {
    margin-right: 0;
  }
  .strategy .row.renewal_system .col--2 {
    width: 100%;
  }
  .strategy__strengthening__services .strategy__strengthening__figure {
    width: 100%;
    margin: 16px auto 0;
  }
  .strategy__strengthening__type .table {
    margin-top: 80px;
  }
  .strategy__strengthening__type .table:last-child {
    margin-top: 32px;
  }
  .strategy__strengthening__type .table.sp-only {
    display: table;
  }
  h2.standard__contents-title {
    padding-left: 35px;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .strategy__share__list {
    font-size: 14px;
  }
  .strategy__share .row .col--2:first-child {
    width: 100%;
  }
  .strategy__share .row .col--2:last-child {
    width: 100%;
  }
  .standard__contents-title {
    padding-left: 30px;
    padding-bottom: 14px;
  }
  .standard__contents-title span {
    padding-right: 0;
  }
  .standard__contents-title + .standard__contents-title {
    padding-top: 14px;
  }
  .border-box {
    padding: 28px;
  }
  .strategy__growth .strategy__strengthening__figure {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .strategy__strengthening__market__wrapper {
    padding: 20px;
  }
  .strategy__strengthening__market {
    padding: 20px;
  }
  .btn__more:after {
    right: 3em;
  }
}

/*20220524追加*/	
.movie_wrap{	
height: 0px;	
padding-bottom: 60%;	
width: 78%;	
}	
@media (max-width: 768px){	
.movie_wrap{	
padding-bottom: 90%;	
}	
}
/*# sourceMappingURL=ir.css.map */

.external-link{
    position: absolute;
    z-index: 999;
    top:35px;
    right: 15px;

}
.icon-blank:before { content: "\e908"; }


.add_bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 16px;
}

/*.add_bottom-title::before {
  border-top: 2px solid #c7000a;
  content: "";
  width: 0.7em;
  margin-top: 14px;
  margin-right: 16px;
}*/
@media screen and (max-width: 768px){
  .add_bottom-title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  /*.add_bottom-title::before {
    margin-top: 9px;
    margin-right: 10px;
  }*/
}


/*----------IR TOP----------*/
.ir_who {
    margin-top: 30px;
}
.ir_who .container {
    max-width: 1200px;
    margin: auto;
    padding-right: 40px;
    padding-left: 40px;
}
.ir_who__box{
    max-width: none;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}
.ir_who__box-img{
    width: 40%;
}
.ir_who__box-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ir_who__box-in{
    width: auto;
    flex-grow: 1;
    background: #fff;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    
    padding: 20px;
    color: #000;
    
    display: grid;
    grid-template-rows: 100px 1fr 100px;
    justify-items: center;
    align-items: center;
}
.ir_who .btn__more{
    border: none;
    padding: 20px;
}
.ir_who .btn__more:after{
    right: 2.8em;
}
.ir_who .btn__more:hover:after{
    right: 2.6em;
}
.ir_who .btn__more:hover{
    background: transparent;
    color: #ee000c;
}
.ir_who__ttl-main{
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0;
 }
.ir_who__ttl-sub{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    justify-self: end;
    align-self: end;
    text-align: right;
    padding: 0;
}
@media screen and (max-width: 768px){
    .ir_who {
        display: block;
    }
    .ir_who__box{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .ir_who__box-in{
        grid-column: 1/2;
        grid-row: 2/3;
        border-top: none;
        border-right: solid 1px #ddd;
    }
    .ir_who__box-img{
        grid-column: 1/2;
        grid-row: 1/2;
        
        width: 100%;
    }
    .ir_who__ttl-main{
        font-size: 4.3vw;
    }
    .ir_who__ttl-sub{
        font-size: 3vw;
    }
}

/*---------------------------------------------*/
.ir_topmess{
    margin-bottom: 60px;
}
.ir_topmess a{
    text-decoration: none;
}
.ir_topmess .container {    
    max-width: 1200px;
    margin: auto;
    padding-right: 40px;
    padding-left: 40px;
}
.ir_topmess_box{
    width: 100%;
    height: auto;
    margin: 0;
    
    display: grid;
    grid-template-columns: 60% 40%; 
    
}

.ir_topmess_imgbox{
    width: 100%;
    height: auto;
}
.ir_topmess_imgbox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ir_topmess_txtbox{
    box-sizing: border-box;
    width: auto;
    background: #fff;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    
    padding: 20px;
    color: #000;
    
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    justify-items: center;
    align-items: center;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01{
    text-decoration: none;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: 100%;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01 span{
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #c7000a;
    position: relative;
    background: transparent;
    border: none;
    padding-right: 25px;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01:hover span{
    background: transparent;
    border: none;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01 span:after{
    position: absolute;
    top: 15px;
    right: 5px;
    width: 13px;
    height: 13px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    -webkit-transition: right 0.5s;
    transition: 0.5s;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01:hover span:after{
    right: 0;
}
.ir_topmess .ir_topmess_box .ir_topmess-txt01 > div{
    font-size: 25px;
    padding: 10px 0;
    color: #000;
}

.ir_topmess .ir_topmess_box .ir_topmess-txt03{
    width: 100%;
    height: 100%;
    
    font-size: 21px;
    
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.ir_topmess .ir_topmess_box > div > div{
    font-weight: bold;
    color: #000000;
    padding: 0;
}
.icon-arrow-right{
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 768px){
    .ir_topmess .container {    
        padding-right: 16px;
        padding-left: 16px;
    }
    .ir_topmess_box{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .ir_topmess_txtbox{
        padding: 10px;
        border-right: solid 1px #ddd;
        
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ir_topmess .ir_topmess_box .ir_topmess-txt01{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }   
    .ir_topmess .ir_topmess_box .ir_topmess-txt01 span{
        align-self: center;
    }
    .ir_topmess .ir_topmess_box .ir_topmess-txt01 > div{
        align-self: center;
        padding: 30px 0;
    }
    .ir_topmess .ir_topmess_box .ir_topmess-txt03 > div{
        text-align: end;
        font-size: 18px;
    }
    
}
    
    
/*----------IR TOP----------*/


/*----------IR news----------*/
.ir_news_grid{
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr 80px;
    grid-gap: 40px;
    justify-items: center;
    align-items: start;
    margin-bottom: 20px;
}
.news__text {
    font-size: 13px;
}
    
.ir_news_grid .gr1{
    grid-column: 1/2;
    grid-row: 1/2;
}
.ir_news_grid .gr2{
    grid-column: 1/2;
    grid-row: 2/3;
    
    padding: 20px 40px;
}
.ir_news_grid .gr3{
    grid-column: 2/3;
    grid-row: 1/3;
    
    width: 100%;
    height: 100%;
    
/*--仮--*/
    background: #eff;
}

@media screen and (max-width: 768px){
    .ir_news_grid{
        display: block;
    }
    .ir_news_grid .gr1{
        margin-bottom: 32px;
    }
    .ir_news_grid .gr2{
        width: 100%;
        padding: 22px 40px;;
        margin-bottom: 32px;
    }
    .ir_news_grid .gr3{
        width: 100%;
/*--仮--*/
        height: 500px;
    }
}
/*----------IR news----------*/



/*---------------------------------------*/
/*ここから↓　新フッターメニュー・フッターのスタイル*/
/*---------------------------------------*/

/*------ menu list -------*/
.box_grid{
    display: grid;
    grid-template-columns: repeat( 3, minmax(100px,1fr) ) ;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    margin: 70px 0 90px 0;
}
@media screen and (max-width: 768px){
    .box_grid{
        display: block;
    }
}

.box_grid .company__box-item{
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
}
@media screen and (max-width: 768px){
    .box_grid .company__box-item{
        margin-bottom: 30px;
    }
}

.box_grid .company__box-item__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.box_grid .company__box-item .box_grid_img{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box_grid .company__box-item .box_grid_img img:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 2;
}
.box_grid .company__box-item .box_grid_img img:nth-of-type(2):hover{
    transform: scale(1.1);
}


.box_grid .sub__links-arrow{
    position: relative;
    width: 100%;
    padding: 15px 24px 15px 0;
    border: none;
    word-break: break-word;
    
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.box_grid .sub__links-arrow:after{
    right: 15px;
}
.box_grid .sub__links-arrow:hover:after{
    right: 5px;
}

.box_grid .sub__links-arrow.red{
    color: #c7000a;
    font-size: 18px;
    border-bottom: solid 1px #c7000a;
    padding: 20px 24px 20px 0;
}
.box_grid .sub__links-arrow.red:after{
    display: none;
}
.box_grid .sub__links-arrow.red:hover{
    color: #c7000a;
}

@media screen and (max-width: 768px){
    .box_grid .sub__links-arrow.red{
        font-size: 19px;
        padding: 23px 24px 23px 0;
    }
}



.box_grid .sub__links-arrow:hover{
    color: #ee000c;
}

.box_grid .company__box-item > ul{
    list-style: none;
    padding: 0;
}
/*------ menu list -------*/


.footer_dislink{
    background-color: #092b65;    
    padding: 50px;
}
.footer_dislink .footerLinks__box-ttl{
    padding: 0;
}
@media screen and (max-width: 768px){
    .footer_dislink{
        padding: 20px;
    }
    .footer_dislink .footerLinks__box-ttl{
        padding-top: 8px;
        font-size: 15px;
    }
}

.ir .footerLinks__box{
/*    display: none;*/
}
.ir .footerLinks{
    padding-top: 40px;
    content: '';
}

/*3/9追加*/
.irstockchart,.irdocument{
    border: solid 1px #b3b3b3;
    width: 292px;
/*    height: 350px;*/
    border-spacing: 0;
}


.irstockcharthead td{
    border-bottom: solid 1px #b3b3b3;
    padding: 10px;
    text-align: right;
    margin: 0;
    font-size: 13px;
/*    width: 50%;*/
}
.irstockcharthead td:first-child{
    color: #fff;
    background-color: #808080;
}
.irstockcharthead .icon-arrow-right{
    font-size: 12px;
}
.irstockchart-textl{
    text-align: left;
    padding: 10px 0;
    padding-left: 10%;
    font-size: 14px;
}
.irstockcharthead{
    border: solid 1px #b3b3b3;
    width: 290px;
}
.irdocument{
    margin-top: 30px;
}
.irdocumenthead{
    color: #fff;
    background-color: #082b65;
    text-align: center;
}
.irdocumenthead td{
    padding: 10px 0;
}
.irdocument-textl{
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
/*    padding-bottom: solid 1px #b3b3b3;*/
}
.irdocument-texth{
    text-align: left;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
/*    border-bottom: solid 1px #b3b3b3;*/
}
.irdocument-dl{
    font-size: 14px;
    
}
.irdocument-dlbt{
    display: block;
    border: solid 1px #c7000a;
    background: #c7000a;
    color: #fff;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
}
.irdocument-textl .icon-arrow-right{
    color: #082b65;
    font-size: 18px;
}


@font-face {
  font-family: 'jes_c';
  src:
    url('../fonts/jes_c.ttf?bjja3j') format('truetype'),
    url('../fonts/jes_c.woff?bjja3j') format('woff'),
    url('../fonts/jes_c.svg?bjja3j#jes_c') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'jes_c' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-arrow-down2:before { content: "\ea3e"; }
@media screen and (max-width: 768px) {
    .irstockchart,.irdocument{
    width: 80%;
}
    .irstdsp table{
        margin: auto;
    }
    .irstdsp table:last-child{
    margin-top: 30px;
}
    
}


@media screen and (max-width: 768px) {
    .irstdsp{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .irdocument{
        width: 293px;
    }
    #stock_chart{
        width: auto;
        margin: 0;
        margin-left: 9px;
    }
}


.irp_comment a{
    text-decoration: underline;
}