@charset "utf-8";
/* ===================================================================
 CSS Document
 file name  : ir_2_common.css
 style info : 投資家情報下層ページ（2022年リニューアル用）
=================================================================== */

@media all and (max-width: 767px) {
  /*-----------------------------
	Section common
	------------------------------*/
  .sec {
    width: 100%;
    margin: 10px auto;
  }
  #ir.content .sec:last-of-type {
    padding-bottom: 30px;
  }
  #ir.content .page-ttl {
    width: 100%;
    padding: 0 4% 20px;
    margin: 1rem auto 0;
  }
  .sp_scroll {
    overflow-x: auto;
    overflow-scrolling: touch;
    white-space: nowrap;
  }

  /*-----------------------------
	IR
	------------------------------*/
  #ir.content {
    font-size: 16px;
  }
  #ir.content p {
    margin: 0.2rem 0 1rem 0;
  }
  #ir.content .sec *:first-child {
    margin-top: 0;
  }
  #ir.content .page-ttl h3 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    border-bottom: 2px solid #ec3f48;
    min-height: auto;
  }
  #ir.content .page-ttl h3:has(span.as) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ir.content .page-ttl .as {
    font-size: 16px;
    margin: auto 0 0 auto;
    font-weight: normal;
    text-align: right;
  }
  p.as {
    font-size: 16px;
    margin: auto 0 0 auto;
    font-weight: normal;
    text-align: right;
  }
  #ir.content h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 4px;
  }
  #ir.content .sttl {
    border-bottom: #DDD 2px solid;
    margin: 0 auto 1rem;
  }
  #ir.content h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #ir.content h5::before {
    content: '■';
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  #ir.message h5::before {
    display: none;
  }

  .link_list li, .faq_qlink li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  .link_list li:last-of-type, .faq_qlink li:last-of-type {
    margin-bottom: 0;
  }
  .link_list li::before, .faq_qlink li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    display: inline-block;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #403d33;
  }
  #ir.content .library_link li::before {
    content: url(/ir/images/library_i.gif);
    position: relative;
    margin: 0 0.3em 0 0;
    top: 1px;
  }
  #ir.content .headimg {
    margin-top: 1rem;
    height: 120px;
    background-size: cover;
  }
  #ir.content .lib_box {
    /* border: 1px solid #bbb; */
    /* background: #efefef; */
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 0 0.5rem;  
  }
  #ir.content .lib_box .box_l, 
  #ir.content .lib_box .box_r {
    width: 100%;
  }
  #ir.content .lib_box .box_r {
    text-align: center;
  }
  #ir.content .lib_box img {
    border: 1px solid #bbb;
    margin: 0 0 1rem 0;  
  }    
  #ir.content table.local_table {
    width: 100%;
   margin-bottom: 2rem;
  }
  #ir.content table.local_table td,
  #ir.content table.local_table th {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 12px;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.4;
  }
  #ir.content table.local_table th {
    background: #efefef;
    text-align: center;
    white-space: nowrap;
  }
  #ir.content  table.local_table td:nth-of-type(even) {
    background: #f8f8f8;
  }
  #ir.content .local_table.sptable {
    width: 100%;
  }
  #ir.content table.local_table.sptable td,
  #ir.content table.local_table.sptable th {
    width: 100%;
    display: inline-block;
  }
  #ir.content table.local_table.sptable th {
    border: none;
  }
  #ir.content table.local_table.sptable tr:first-of-type th {
    border-top: 1px solid #bbb;
  }
  
  #ir .notes {
    margin: 1rem 0;
    font-size: 14px;
  }
  #ir .notes li {
    text-indent: -1.25em;
    padding-left: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent2 li {
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes.indent2 li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent3 li {
    text-indent: -2.6em;
    padding-left: 2.6em;
  }
  
  /*-----------------------------
	topics
	------------------------------*/
  #ir.content.topics dl,  #ir.content.topics dl dt , #ir.content.topics dl dd {
    display: block;
  }
  #ir.content.topics dl dt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0em;
  }
  #ir.content.topics dl dd {
    padding-bottom: 0.7em;
  }

  /*-----------------------------
  intellectual
	------------------------------*/
  #ir.content.intellectual .sign {
    width: 100%;
    text-align: center;
  }
  #ir.content.intellectual .sign img {
        width: 86%;
        max-width: 195px;
  }
  #ir.content.intellectual .message_text {
    margin-bottom: 3rem;
  }
  #ir.content.intellectual .sign p {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    font-size: 90%;
    text-align: center;
    line-height: 1.3;
  }
  #ir.content.intellectual h6 {
    font-size: 1em;
    font-weight: 600;
  }

  /*-----------------------------
	policy message
	------------------------------*/
  #ir.content.message h4 {
    padding: 0;
    margin: 1rem 0;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-break: keep-all;
    /*border-bottom: none;*/
  }
  #ir.message img {
    width: 100%;
  }
  #ir.content.message .message_text {
    margin-bottom: 3rem;
  }
  #ir.message .message_text p {
    margin-top: 1.2em!important;
  }
  #ir .sign {
    margin: 1rem 0;
    text-align: right;
  }
  #ir .sign p {
    margin: 0;
    text-align: left;
    font-size: 15px;
    display: inline-block;
  }
  #ir .sign p span {
    font-size: 16px;
    font-weight: bold;
  }
  /* ▼2025年版▼ */
  #ir.message .message_text h6 {
    margin-top: 2rem;
    font-size: 16px;
  }
  #ir.message .mes_img {
    background: #fff;
    width: 100%;
    padding: 0 0 2em;
    max-width: 320px;
    margin: 0 auto;
  }
  #ir.message .sign.mes_img {
    text-align: center;
  }

  #ir.message .sign.mes_img img {
    width: 75%;
    text-align: center;
  }
  #ir.message .sign.mes_img p {
    display: block;
    margin: 0.5rem 0 0;
    text-align: center;
  }
  /* ▲2025年版▲ */

  /*-----------------------------
	financial highlight_ann / financial highlight_qj
	------------------------------*/
  #ir.content.highlight_ann .link_list,
  #ir.content.highlight_qj .link_list {
    margin-bottom: 1rem;
  }
  #ir.content.highlight_ann .link_list li,
  #ir.content.highlight_qj .link_list li {
    display: inline-block;
    text-align: right;
  }
  #ir.content.highlight_ann .highlight-frame,
  #ir.content.highlight_qj .highlight-frame {
    width: 760px;
    max-width: 100%;
    margin: 0;
    border: none;
    height: 950px;
    display: block;
  }

  /*-----------------------------
	event calendar
	------------------------------*/
  #ir.content.calendar table.local_table th {
    width: 100%;
    display: block;
    border-bottom: none;
    font-weight: bold;
  }
  #ir.content.calendar table.local_table td:nth-of-type(1){
    text-align: left;
    background: #f8f8f8;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  #ir.content.calendar table.local_table td:nth-of-type(2){
    background: #fff;
    display: block;
    border-bottom: none;
  }
  #ir.content.calendar table.local_table tr:last-of-type td:nth-of-type(2) {
    border-bottom: 1px solid #bbb;
  }

  /*-----------------------------
	stock_bond stock_info
	------------------------------*/
  #ir.content.stock_info table.local_table th {
    text-align: left;
  }
  #ir.content.stock_bond .dor_dividends {
    display: block;
  }
  #ir.content.stock_bond .dor_dividends dt { 
    display: inline-block;
    width: 7em;
  }
  #ir.content.stock_bond .dor_dividends dd {
    display: inline-block;
    width: 11em;
    text-align: right;
  }
  #ir.content table .notes {
    margin: 0;
  } 
/*-----------------------------
  stock_bond dividend
	------------------------------*/
  #ir.content.dividend table.local_table td,
  #ir.content.faq  table.local_table.q8tab td {
    text-align: center;
  }
  #ir.content.dividend table.local_table span,
  #ir.content.faq  table.local_table.q8tab span{
    display: block;
    margin: auto;
    width: 1.5em;
    text-align: right;
  }
  /*-----------------------------
	stock_bond stock_price
	------------------------------*/
  #ir.content.stock_price .sp_scroll img {
    max-width: none;
    width: auto;
  }
  #ir.content.stock_price table.local_table td {
    background: #fff;
    text-align: center;
  }
  #ir.content.stock_price table.local_table td:nth-of-type(even) {
    background: #f8f8f8;
  }
  /*-----------------------------
	stock_bond stockholder
	------------------------------*/
  #ir.content.stockholder .sec p {
    margin-top: 0;
  }
  #ir.content.stockholder table.local_table td:nth-of-type(2),
  #ir.content.stockholder table.local_table td:nth-of-type(3) {
    text-align: right;
  }
  /*-----------------------------
  stock_bond stock_affairs
	------------------------------*/
  #ir.content.stock_affairs table.local_table th {
    text-align: left;
  }
  /*-----------------------------
	stock_bond rating
	------------------------------*/
  #ir.content.rating td {
    text-align: center;
  }
  #ir.content.rating tr:not(:first-of-type) th {
    text-align: left;
  }
  /*-----------------------------
	stock_bond coverage
	------------------------------*/
  #ir.content.coverage tr td:nth-of-type(2) {
    text-align: center;
    word-break: keep-all;
  }
  
  /*-----------------------------
	libraly
	------------------------------*/
  .lib_list {
    margin-top: 1em;
  }
  .lib_list li {
    font-size: 15px;
  }
  .lib_list li::before {
    content: url(/ir/images/library_i.gif);
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  
  /*-----------------------------
	faq
	------------------------------*/
  a#faq {
    display: block;
    visibility: hidden;
  }

  #ir.content.faq .faq_question {
    display: flex;
    text-align: left;
  }
  #ir.content.faq .faq_question dt {
    display: inline-block;
    width: 2.6em;
  }
  #ir.content.faq .faq_question dd {
    display: inline-block;
    width: calc(100% - 2.6em);
  }
  #ir.content.faq .faq_answer {
    border: 1px solid #bbb;
  }
  #ir.content.faq .faq_answer dt {
    display: block;
    background: #efefef;
    padding: 10px 12px;
    font-weight: bold;
  }
  #ir.content.faq .faq_answer dd {
    display: block;
    padding: 10px;
  }
  #ir.content.faq .faq_qlink {
    margin-top: 0!important;
    margin-bottom: 2em!important;
    text-align: right;
  }
  #ir.content.faq .faq_qlink li {
    display: inline-block;
  }
  #ir.content.faq a[id*="q"],#ir.content.faq a[id="menu_anchor"] {
    margin-top: -30px;
    padding-top: 30px;
    display: block;
    visibility: hidden;
  }
  #ir.content.faq table.local_table.q5tab span {
    display: block;
    margin: auto;
    width: 4em;
    text-align: right;
  }
  #ir.content.faq table.local_table.q7tab tr:not(:first-of-type) {
    font-size: 15px;
  }
  #ir.content.faq table.local_table.q7tab tr:not(:first-of-type) th {
    text-align: left;
  }

  /*-----------------------------
	personal
	------------------------------*/
  #ir.content.personal .headimg {
    background-image: url("/ir/personal/images_global/pict01.jpg");
    background-position: 30% center;
  }

  #ir.content.personal .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    margin-top: 1rem;
  }
  #ir.content.personal .flebox .menubtn {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    min-height: 60px;
    padding: 10px;
    margin: 0;
  }
  /*-----------------------------
	stockholders
	------------------------------*/
  #ir.content.stockholders .headimg {
    background-image: url("/ir/stockholders/images_global/pict01.jpg");
    background-position: center;
    margin-bottom: 20px;
  }
  
  #ir.content.stockholders .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 8px;
  }
  #ir.content.stockholders .flebox .menubtn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 10px;
    margin: 0;
  }
  #ir.content.stockholders .flebox .menubtn .btn_t {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
  }
  #ir.content.stockholders .flebox .menubtn p {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 1.2;
    margin: 5px 0 0;
    padding: 0;
  }
  #ir.content.stockholders .menubtn ul {
    margin-top: 5px!important;
    line-height: 1.2;
    font-size: 14px;
  }  
  #ir.content.stockholders .link_list li::before {
    top: 4px;
  }
  /*-----------------------------
	sitemap
	------------------------------*/
  #ir.content.sitemap .flebox {
    flex-direction: column;
    gap: 2em;
  }
  #ir.content.sitemap .sttl::after {
    content: "›";
    color: #ec3f48;
    font-weight: 600;
    margin-left: 5px;
    font-size: 22px;
    line-height: 1;
  }
  #ir.content.sitemap .smbox {
    width: 100%;
  }
  #ir.content.sitemap .smbox h4.sttl:not(:first-child) {
    margin-top: 2rem;
  }

  /* 関連リンク SPレイアウト */
  #ir.content section.sec.has_rel_link {
    margin-top: 2em;
  }
  #ir.content .related_link {
    background: #efefef;
    padding: 10px 16px;
  }

  #ir.content .related_link h4 {
    font-size: 16px;
  }
  #ir.content .related_link ul.link_list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 4px;
  }
  #ir.content .related_link ul.link_list li {
    list-style: none;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 14px;
    width: calc(50% - 3px);
    height: auto;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0;
  }

  #ir.content .related_link ul.link_list .rls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
  }
  #ir.content .related_link ul.link_list .rls a {
    width: 100%;
    height: 100%;
    padding: 0.2em 0.4em;
    padding-left: 1em;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #ir.content .related_link ul.link_list .link-l {
    flex-direction: row;
  }
  #ir.content .related_link ul.link_list .link-l li {
    width: calc(50% - 2px);
    min-height: 62px;
  }
  #ir.content .related_link ul.link_list .link-ms {
    flex-direction: column;
  }

  #ir.content .related_link ul.link_list .link-ms div li {
    font-size: 0.85em;
    width: calc(50% - 2px);
    min-height: 40px;
  }

  #ir.content .related_link ul.link_list .link-ms .link-s li a[target="_blank"]::after {
    content: url(/assets/common/images/icon-window.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  #ir.content .related_link ul.link_list li::before {
    inset: auto;
    left: 6px;
  }
  
   #ir.personal .lib_box img {
     border: none;
     margin: 0 0 2rem 0;
     inline-size: auto;
     max-width: 190px;
     width: 100%;  
  }  
 
}

@media all and (min-width: 768px) {
  /*-----------------------------
	Section common
	------------------------------*/
  .js-inc_header.l-header + #ir.content {
    margin-top: 155px;
  }
  /*nav3層目なしページ*/
  .js-inc_header.l-header + #ir.content.topics,
  .js-inc_header.l-header + #ir.content.personal,
  .js-inc_header.l-header + #ir.content.stockholders,
  .js-inc_header.l-header + #ir.content.intellectual,
  .js-inc_header.l-header + #ir.content.sitemap,
  .js-inc_header.l-header + #ir.content.koukoku {
    margin-top: 116px;
  }
  .sec {
    margin: 0 auto 3rem auto;
  }
  #ir.content section.sec:last-of-type {
    padding-bottom: 60px;
  }

  #ir.content .page-ttl {
    width: 980px;
    padding: 0 30px 30px;
    margin: 0 auto;
  }
  /*-----------------------------
	IR
	------------------------------*/
  #ir.content {
    font-size: 16px;
  }
  #ir.content p {
    margin: 1rem 0 0;
  }
  #ir.content .sec *:first-child {
    margin-top: 0;
  }
  p.as {
    font-size: 16px;
    margin: auto 0 0 auto;
    font-weight: normal;
    text-align: right;
  }
  #ir.content .sttl {
        border-bottom: #DDD 2px solid;
        margin: 0 auto 1.3rem;
        padding: 0 0 10px 0;
  }      
  #ir.content h4 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 6px;
  }
   #ir.intellectual h4 {
   clear: both;
  }
  #ir.content h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #ir.content h5::before {
    content: '■';
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  #ir.message h5::before {
    display: none;
  } 
  #ir.content .lib_box {
    /*border: 1px solid #bbb;
    background: #efefef;*/
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
  }
  #ir.content .lib_box .box_l {
    width: auto;
  }
  #ir.content .lib_box .box_r {
    width: auto;
    margin: auto 0;
    max-width: 300px;
  }
  #ir.content .lib_box img {    
    border: 1px solid #bbb;      
    max-width: 300px;
    margin: 0;
  }
    
  #ir.content .headimg {
    margin-top: 1rem;
    height: 200px;
    background-size: cover;
  }
  .link_list li, .faq_qlink li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  .link_list li:last-of-type, .faq_qlink li:last-of-type {
    margin-bottom: 0;
  }
  .link_list li::before, .faq_qlink li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    display: inline-block;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #403d33;
  }
  #ir.content .library_link li::before {
    content: url(/ir/images/library_i.gif);
    position: relative;
    margin: 0 0.3em 0 0;
    top: 1px;
  }
  #ir .notes {
    margin: 1rem 0;
    font-size: 14px;
  }
  #ir .notes li {
    text-indent: -1.25em;
    padding-left: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent2 li {
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes.indent2 li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent3 li {
    text-indent: -2.6em;
    padding-left: 2.6em;
  }

  #ir.content table.local_table {
    width: 100%;
  }
  #ir.content table.local_table td,
  #ir.content table.local_table th {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 12px 18px;
    vertical-align: middle;
    font-weight: normal;
  }
  #ir.content table.local_table th {
    background: #efefef;
    text-align: center;
    white-space: nowrap;
  }
  #ir.content table.local_table td:nth-of-type(even) {
    background: #f8f8f8;
  }
    
#ir.content .faq_answer table.local_table {
    width:100%;
}    
    
 #ir.content .faq_answer table.local_table td,    
 #ir.content .faq_answer table.local_table th {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 8px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
  }
#ir.content .faq_answer table.local_table th {
    background: #f9f9f9;
    text-align: center;
    white-space: nowrap;
  }    
#ir.content .faq_answer table.local_table td:nth-of-type(even) {   
    background: #f9f9f9;
    text-align: center;
    white-space: nowrap;
  }    
    .page-header__sub-title span {
    font-size: 14px;
     font-weight: 400;
     display: block
    }
  /*-----------------------------
	topics
	------------------------------*/
  #ir.content.topics dl {
    display: table-row;
  }
  #ir.content.topics dl dt, #ir.content.topics dl dd {
    display: table-cell;
    padding-bottom: 0.5em;
    box-sizing: border-box;
  }
  #ir.content.topics dl dt {
    width: 7em;
    white-space: nowrap;
    padding-left: 0.9em;
  }
  
  /*-----------------------------
  intellectual
	------------------------------*/
  #ir.content.intellectual .sign {
float: right;
        text-align: center;
        width: 20%;
        padding: 0 0 0 2.5rem;
        max-width: 340px;
        margin-bottom: 0;
        margin-top: 0.2em;
        background: #fff;
  }
  #ir.content.intellectual .message_text {
    margin-bottom: 3rem;
  }
  #ir.content.intellectual .message_text img {
    max-width: 920px;
    margin: 1.5rem 0;
  }
  #ir.content.intellectual .sign img {
    margin: 0 auto;
  }

  #ir.content.intellectual .sign p {
    display: block;
    margin: 1em auto 0;
    font-size: 90%;
    text-align: center;
    line-height: 1.3;
  }
  #ir.content.intellectual .sign::after {
    content: "";
    clear: both;
    display: inline-block;
  }
  #ir.content.intellectual h6 {
    font-size: 1em;
    font-weight: 600;
  }
  #ir.content.intellectual h6 + p {
    margin: 0 0 1.5rem;
  }


  /*-----------------------------
	policy message
	------------------------------*/
  #ir.content.message .message_text {
    margin-bottom: 3rem;
  }
  #ir.message .message_text p {
    margin-top: 1.2em!important;
  }

  #ir .sign {
    margin: 1rem 0;
    text-align: right;
  }
  #ir .sign p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    display: inline-block;
  }
  #ir .sign p span {
    font-size: 16px;
    font-weight: bold;
  }

  /* ▼2025年版▼ */
  #ir.message .message_text h6 {
    margin-top: 2rem;
    font-size: 16px;
  }
  #ir.message .mes_img {
    background: #fff;
    float: right;
    width: 50%;
    max-width: 460px;
    padding: 0.5em 0 1.5em 3em;
    margin: 0;
  }
  #ir.message .sign.mes_img {
    width: 37%;
    max-width: 384px;
    text-align: center;
  }
  #ir.message .sign.mes_img p {
    display: block;
    margin: 0.5rem 0 0;
    text-align: center;
  }
  /* ▲2025年版▲ */
 
   /*-----------------------------
	policy disclosure
	------------------------------*/
   #ir.disclosure img {
    width: 100%;
    max-width: 600px;
  }
  /*-----------------------------
	financial highlight
	------------------------------*/
  #ir.content.highlight_ann .link_list,
  #ir.content.highlight_qj .link_list {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  #ir.content.highlight_ann .link_list li,
  #ir.content.highlight_qj .link_list li {
    display: inline-block;
    text-align: right;
  }
  #ir.content.highlight_ann .highlight-frame,
  #ir.content.highlight_qj .highlight-frame {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    height: 800px;
    display: block;
  }


/*-----------------------------
	event calendar
	------------------------------*/
  #ir.content.calendar table.local_table th {
    width: 17%;
  }
  #ir.content.calendar table.local_table td:nth-of-type(1){
    text-align: center;
    background: #f8f8f8;
    width: 15%;
  }
  #ir.content.calendar table.local_table td:nth-of-type(2){
    background: #fff;
  }
 
 /*-----------------------------
	event policy_meeting
	------------------------------*/
 
 .t_le_main_link{
  line-height: 120%;
 }
  .t_le_main_link li{
  margin-bottom: 5px;
 }
 
 .t_le_main_link li::before, .t_le_main_old_link li::before {
    content: '■';
    color: #666;
    font-size: 1rem;
    margin-right: 5px;
}
  
  /*-----------------------------
	stock_bond stock_bond
	------------------------------*/
  #ir.content.stock_bond .dor_dividends {
    display: block;
  }
  #ir.content.stock_bond .dor_dividends dt { 
    display: inline-block;
    width: 8em;
  }
  #ir.content.stock_bond .dor_dividends dd {
    display: inline-block;
    width: 11em;
    text-align: right;
  }
  #ir.content table .notes {
    margin: 0;
  } 
  /*-----------------------------
  stock_bond dividend
	------------------------------*/
  #ir.content.dividend table.local_table td,
  #ir.content.faq  table.local_table.q8tab td {
    text-align: center;
  }
  #ir.content.dividend table.local_table span,
  #ir.content.faq  table.local_table.q8tab span{
    display: block;
    margin: auto;
    width: 1.5em;
    text-align: right;
  }
  /*-----------------------------
	stock_bond stockholder
	------------------------------*/
  #ir.content.stockholder .sec p {
    margin-top: 0;
  }
  #ir.content.stockholder table.local_table td:nth-of-type(2),
  #ir.content.stockholder table.local_table td:nth-of-type(3) {
    text-align: right;
    padding-right: 7%;
  }
   #ir.content.stockholder img {
    max-width: 500px;
  } 
  /*-----------------------------
	stock_bond stock_price
	------------------------------*/
  #ir.content.stock_price table.local_table td {
    text-align: center;
    background: #fff;
  }
  #ir.content.stock_price table.local_table td:nth-of-type(even) {
    background: #f8f8f8;
  }
   #ir.content.stock_price img {
    max-width: 580px;
  }
  /*-----------------------------
	stock_bond rating
	------------------------------*/
  #ir.content.rating tr:not(:first-of-type) th {
    text-align: left;
  }
  #ir.content.rating td {
    text-align: center;
  }
  /*-----------------------------
	stock_bond coverage
	------------------------------*/
  #ir.content.coverage tr td:nth-of-type(2) {
    text-align: center;
    word-break: keep-all;
  }

  /*-----------------------------
	libraly
	------------------------------*/
  .lib_list {
    margin-top: 1em;
    margin: 0 0.5rem;  
  }
  .lib_list li::before {
    content: url(/ir/images/library_i.gif);
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  /*-----------------------------
	libraly annual
	------------------------------*/
  #ir.content.annual .ann_page {
    padding: 1rem;
  }
  /*-----------------------------
	faq
	------------------------------*/
  a#faq {
    display: block;
    visibility: hidden;
  }

  #ir.content.faq .faq_question {
    display: flex;
    text-align: left;
  }
  #ir.content.faq .faq_question dt {
    display: inline-block;
    width: 2.6em;
  }
  #ir.content.faq .faq_question dd {
    display: inline-block;
    width: calc(100% - 2.6em);
  }
  #ir.content.faq .faq_answer {
    border: 1px solid #bbb;
  }
  #ir.content.faq .faq_answer dt {
    display: block;
    background: #efefef;
    padding: 10px 12px;
    font-weight: bold;
  }
  #ir.content.faq .faq_answer dd {
    display: block;
    padding: 10px;
  }
  #ir.content.faq .faq_qlink {
    margin-top: 0!important;
    margin-bottom: 2em!important;
    text-align: right;
  }
  #ir.content.faq .faq_qlink li {
    display: inline-block;
  }
  #ir.content.faq a[id*="q"],#ir.content.faq a[id="menu_anchor"] {
    margin-top: -120px;
    padding-top: 120px;
    display: block;
    visibility: hidden;
  }
  
  #ir.content.faq table.local_table.q5tab span {
    display: block;
    margin: auto;
    width: 4em;
    text-align: right;
  }
  #ir.content.faq table.local_table.q7tab tr:not(:first-of-type) {
    font-size: 15px;
  }
  #ir.content.faq table.local_table.q7tab tr:not(:first-of-type) th {
    text-align: left;
  }

  /*-----------------------------
	personal
	------------------------------*/
  #ir.content.personal .headimg {
    background-image: url("/ir/personal/images_global/pict01.jpg");
  }

  #ir.content.personal .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    margin-top: 1rem;
  }
  #ir.content.personal .flebox a.menubtn {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    min-height: 60px;
    padding: 5px 10px;
    margin: 0;
  }
 
    #ir.personal .lib_box img {
     width: 190px;  
     border: none;
  }  
 
  /*-----------------------------
	stockholders
	------------------------------*/
  #ir.content.stockholders .headimg {
    background-image: url("/ir/stockholders/images_global/pict01.jpg");
  }
  
  #ir.content.stockholders .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 12px;
  }
  #ir.content.stockholders .flebox .menubtn {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 10px;
    margin: 0;
  }
  #ir.content.stockholders .flebox .menubtn .btn_t {
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
  }
  #ir.content.stockholders .flebox .menubtn p {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 1.2;
    margin: 5px 0 0;
    padding: 0;
  }
  #ir.content.stockholders .menubtn ul {
    margin-top: 5px!important;
    line-height: 1.2;
    font-size: 14px;
  }  
  #ir.content.stockholders .link_list li::before {
    top: 4px;
  }
  
  /*-----------------------------
	sitemap
	------------------------------*/
  #ir.content.sitemap .flebox {
    flex-direction: row;
  }
  #ir.content.sitemap .sttl::after {
    content: "›";
    color: #ec3f48;
    font-weight: 600;
    margin-left: 5px;
    font-size: 26px;
    line-height: 1;
  }
  #ir.content.sitemap .smbox {
    width: 48%;
  }
  #ir.content.sitemap .smbox h4.sttl:not(:first-child) {
    margin-top: 2rem;
  }

  #ir.content section.sec.has_rel_link {
    margin-top: 4em;
  }

  /* 関連リンク PCレイアウト */
  #ir.content .related_link {
    background: #efefef;
    padding: 16px;
  }
  #ir.content .related_link h4 {
    font-size: 16px;
  }
  #ir.content .related_link ul.link_list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 4px;
  }
  #ir.content .related_link ul.link_list li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin-bottom: 0!important;
    line-height: 1.2;
    padding: 0;
  }
  #ir.content .related_link ul.link_list .rls {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  #ir.content .related_link ul.link_list .rls a {
    width: 100%;
    height: 100%;
    padding: 0.2em 0.4em;
    padding-left: 1em;
    display: flex;
    align-items: center;
    text-align: left;
  }

  #ir.content .related_link ul.link_list .link-l {
    flex-direction: column;
    width: calc(25% - 2px);
  }
  #ir.content .related_link ul.link_list .link-l li {
    width: 100%;
    height: 62px;
  }
  #ir.content .related_link ul.link_list .link-ms {
    flex-direction: column;
    width: calc(75% - 2px);
  }
/*  #ir.content .related_link ul.link_list .link-ms > div {
    gap: 4px;
  }*/
  #ir.content .related_link ul.link_list .link-ms div li {
    font-size: 0.85em;
    width: calc(100% / 3 - 2.67px);
    height: 40px;
  }
  #ir.content .related_link ul.link_list .link-ms .link-s li a[target="_blank"]::after {
    content: url(/assets/common/images/icon-window.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  #ir.content .related_link ul.link_list li::before {
    inset: auto;
    left: 6px;
  }

}

#ir.content .tal { text-align: left!important; }
#ir.content .tac { text-align: center!important; }
#ir.content .tac img { margin: auto; }
#ir.content .tar { text-align: right!important; }
#ir.content .fwn { font-weight: normal!important; }
#ir.content .fwb { font-weight: bold!important; }
#ir.content .mt0 { margin-top: 0!important;}
#ir.content .mb0 { margin-bottom: 0!important; }
#ir.content .mt1 { margin-top: 1rem!important; }
#ir.content .mb1 { margin-bottom: 1rem!important; }
#ir.content p.tsup { text-align: right; margin-bottom: 0; }
#ir.content p.tsup_b { text-align: right; margin-top: 0; }
#ir.content .menubtn.w100 { width: 100%!important; }
#ir.content .linkbtn {
  max-width: none;
  min-width: 200px;
  width: fit-content;  
}

/* ▼トップメッセージ 2024年版▼ */
@media all and (max-width: 900px) {
  .sponly-900 { display: block; }
  .sponly-900 img { max-width: 692px; }
  .pconly-900 { display: none; }
}
@media all and (min-width: 901px) {
  .pconly-900 { display: block; }
  .sponly-900 { display: none; }
}
/* ▲トップメッセージ 2024年版▲ */

