@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%;
    padding: 0 4% 30px;
    margin: 0 auto;
  }
  #ir.content .sec:last-of-type {
    padding-bottom: 30px;
  }
  #ir.content .page-ttl {
    width: 100%;
    padding: 0 4% 10px;
    margin: 0.5rem auto 0;
  }
  .sp_scroll {
    overflow-x: auto;
    overflow-scrolling: touch;
    white-space: nowrap;
  }

  /*-----------------------------
	IR
	------------------------------*/
  #ir.content {
    font-size: 18px;
  }
  #ir.content p {
    margin: 1rem 0 0;
  }
  #ir.content .sec *:first-child {
    margin-top: 0;
  }
  #ir.content .page-ttl h3 {
    text-align: left;
    font-size: 25px;
    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;
  }
  #ir.content .sttl {
    border-bottom: #DDD 2px solid;
    margin: 0 auto 1rem;
  }
  #ir.content h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 0 10px;
  }
  #ir.content h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #ir.content h5::before {
    content: '■';
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  .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: 11px;
    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(/corporate/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; */
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #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;
}    
  #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: 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: 15px;
  }
  #ir .notes li {
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent1 li {
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  #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.8em;
    padding-left: 2.8em;
  }
  
  /*-----------------------------
	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: 320px;
  }
  #ir.content.intellectual .sign p {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    font-size: 90%;
    text-align: center;
    line-height: 1.3;
  }

  /*-----------------------------
	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%;
    max-width: 350px;
  }
  #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: 20px;
    font-weight: bold;
  }

  /* ▼2024▼ */
  #ir.message .mes_img {
    padding-top: 1em;
    width: 100%;
    margin: auto;
  }
  #ir.message .mes_img img {
    width: 100%;
    max-width: unset;
  }
  #ir.message .message_text h6 {
    margin-top: 1em;
  }
  #ir.message .message_text h6.pic-title {
    display: block;
    text-align: center;
    background-color: #007b9e;
    color: white;
    padding: 2px;
    font-size: 18px;
  }
  #ir.message .message_text h6.pic-title.pic-title02 {
    background-color: #654479;
  }
  #ir.message h4 span.inline-block { display: inline-block; }
  /* ▲2024▲ */
  
  /*-----------------------------
	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: 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;
    white-space: inherit;  
  }
  #ir.content.stock_bond .dor_dividends {
    display: block;
  }
  #ir.content.stock_bond .dor_dividends dt { 
    display: inline-block;
    width: 5em;
  }
  #ir.content.stock_bond .dor_dividends dd {
    display: inline-block;
  }
/*-----------------------------
  stock_bond dividend
	------------------------------*/
  #ir.content.dividend table.local_table td,
  #ir.content.faq  table.local_table.q11tab td {
    text-align: center;
    line-height: 1.4;
  }
  #ir.content.dividend table.local_table th,
  #ir.content.faq  table.local_table.q11tab th {  
    line-height: 1.4;
  }
  #ir.content.dividend table.local_table span,
  #ir.content.faq  table.local_table.q11tab 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 th {  
    line-height: 1.4;
  }
  #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,
  #ir.content.stockholder .sec h5:first-of-type {
    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::before {
    content: url(/corporate/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"] {
    margin-top: -30px;
    padding-top: 30px;
    display: block;
    visibility: hidden;
  }
  #ir.content.faq table.local_table.q8tab span {
    display: block;
    margin: auto;
    width: 4em;
    text-align: right;
  }
  /*-----------------------------
	personal
	------------------------------*/
  #ir.content.personal .headimg {
    background-image: url("/corporate/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;
    font-size: 20px;
    color: #403d33;
    font-weight: bold;
    line-height: 1.2;
    min-height: 60px;
    padding: 10px;
    margin: 0;
  }
  /*-----------------------------
	stockholders
	------------------------------*/
  #ir.content.stockholders .headimg {
    background-image: url("/corporate/ir/stockholders/images_global/pict01.jpg");
    background-position: center;
  }
  
  #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: 20px;
    color: #403d33;
    font-weight: bold;
    line-height: 1.2;
  }
  #ir.content.stockholders .flebox .menubtn p {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #403d33;
    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: 15px;
  }  
  #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: bold;
    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(/corporate/ir/images/icon-window.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  #ir.content .related_link ul.link_list li::before {
    inset: auto;
    left: 6px;
  }

}

@media all and (min-width: 768px) {
  /*-----------------------------
	Section common
	------------------------------*/
  .js-inc_header.l-header + #ir.content {
    margin-top: 156px;
  }
  /*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: 117px;
  }
  .sec {
    width: 980px;
    padding: 0 30px 30px;
    margin: 0 auto;
  }
  #ir.content section.sec:last-of-type {
    padding-bottom: 60px;
  }

  #ir.content .page-ttl {
    width: 980px;
    padding: 0 30px 20px;
    margin: 0 auto;
  }
  /*-----------------------------
	IR
	------------------------------*/
  #ir.content {
    font-size: 18px;
  }
  #ir.content p {
    margin: 1rem 0 0;
  }
  #ir.content .sec *:first-child {
    margin-top: 0;
  }
  #ir.content .page-ttl h3 {
    text-align: left;
    font-size: 30px;
    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;
  }
  #ir.content .sttl {
    border-bottom: #DDD 2px solid;
    margin: 0 auto 1rem;
  } 
    
  #ir.content h4 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 6px;
  }
  #ir.content h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #ir.content h5::before {
    content: '■';
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  #ir.content .lib_box {
    /*border: 1px solid #bbb;*/
    /*background: #efefef;*/
    /*padding: 2em;*/
    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;
  }
#ir.content .lib_box img {
    border: 1px solid #bbb;
}    
  #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: 11px;
    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(/corporate/ir/images/library_i.gif);
    position: relative;
    margin: 0 0.3em 0 0;
    top: 1px;
  }
  #ir .notes {
    margin: 1rem 0;
    font-size: 15px;
  }
  #ir .notes li {
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  #ir .notes li:last-of-type {
    margin-bottom: 0;
  }
  #ir .notes.indent1 li {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  #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.8em;
    padding-left: 2.8em;
  }

  #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;
  }    
    

  /*-----------------------------
	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: 5em;
    white-space: nowrap;
    padding-left: 0.9em;
  }
    
  /*-----------------------------
  intellectual
	------------------------------*/
  #ir.content.intellectual .sign {
    display: inline-block;
    float: right;
    text-align: center;
    width: 400px;
    margin: 0 0 1.2em 1.2em;
  }
  #ir.content.intellectual .sign img {
    width: 80%;
  }
  #ir.content.intellectual .sign p {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    font-size: 90%;
    text-align: center;
    line-height: 1.3;
  }
  #ir.content.intellectual .sign::after {
    content: "";
    clear: both;
  }

  /*-----------------------------
	policy message
	------------------------------*/
  #ir.message img {
    width: 100%;
  }
  #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: 20px;
    font-weight: bold;
  }
  /* ▼2024▼ */
  #ir.content.message h4.sttl {
    margin-top: 1em;
  }
  #ir.message .mes_img {
    padding-top: 1em;
    width: 80%;
    margin: auto;
  }
  #ir.message .mes_img img {
    margin-bottom: 1em;
  }
  #ir.message .message_text h6 {
    margin-top: 1em;
  }
  #ir.message .message_text h6.pic-title {
    display: block;
    text-align: center;
    background-color: #007b9e;
    color: white;
    padding: 2px;
    font-size: 18px;
  }
  #ir.message .message_text h6.pic-title.pic-title02 {
    background-color: #654479;
  }
  /* ▲2024▲ */

  /*-----------------------------
	financial highlight
	------------------------------*/
  #ir.content.highlight_ann .link_list,
  #ir.content.highlight_qj .link_list {
    width: 760px;
    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;
    margin: 0 auto;
    border: none;
    height: 800px;
    display: block;
  }
  /*-----------------------------
	financial highlight
	------------------------------*/
  #ir.content.highlight_ann .link_list,
  #ir.content.highlight_qj .link_list {
    width: 760px;
    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;
    margin: 0 auto;
    border: none;
    height: 800px;
    display: block;
  }
  /*-----------------------------
	event press
	------------------------------*/
  #ir.content.press .lib_box .box_r,
  #ir.content.press .lib_box .box_r img {
    max-width: 180px;
  }
/*-----------------------------
	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;
  }
  
  /*-----------------------------
	stock_bond
	------------------------------*/
  #ir.content.stock_bond .dor_dividends {
    display: block;
  }
  #ir.content.stock_bond .dor_dividends dt { 
    display: inline-block;
    width: 5em;
  }
  #ir.content.stock_bond .dor_dividends dd {
    display: inline-block;
  }
  /*-----------------------------
  stock_bond dividend
	------------------------------*/
  #ir.content.dividend table.local_table td,
  #ir.content.faq  table.local_table.q11tab td {
    text-align: center;
    line-height: 1.4;
  }
  #ir.content.dividend table.local_table th,
  #ir.content.faq  table.local_table.q11tab th {  
    line-height: 1.4;
  }
  #ir.content.dividend table.local_table span,
  #ir.content.faq  table.local_table.q11tab span{
    display: block;
    margin: auto;
    width: 1.2em;
    text-align: right;
  }
  /*-----------------------------
	stock_bond stockholder
	------------------------------*/
  #ir.content.stockholder .sec p,
  #ir.content.stockholder .sec h5:first-of-type {
    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%;
  }
  /*-----------------------------
	stock_bond stock_price
	------------------------------*/
  #ir.content.stock_price table.local_table th {  
    line-height: 1.4;
  }
  #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;
  }
  /*-----------------------------
	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;
  }
  .lib_list li::before {
    content: url(/corporate/ir/images/library_i.gif);
    margin-right: 0.2em;
    color: #c1c1c1;
  }
  /*-----------------------------
	libraly annual
	------------------------------*/
  #ir.content.annual .lib_box .box_r,
  #ir.content.annual .lib_box .box_r img{
    max-width: 360px;
  }
  #ir.content.annual .ann_page {
    padding-left: 1em;
  }
  /*-----------------------------
	libraly factbook
	------------------------------*/
  #ir.content.factbook .lib_box .box_r,
  #ir.content.factbook .lib_box .box_r img{
    max-width: 100%;
  }
  /*-----------------------------
	libraly securities
	------------------------------*/
  #ir.content.securities .lib_box .box_r {
    width: 180px;
    text-align: center;
  }
  /*-----------------------------
	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.q8tab span {
    display: block;
    margin: auto;
    width: 4em;
    text-align: right;
  }
  /*-----------------------------
	personal
	------------------------------*/
  #ir.content.personal .headimg {
    background-image: url("/corporate/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: 20px;
    color: #403d33;
    font-weight: bold;
    line-height: 1.2;
    min-height: 60px;
    padding: 5px 10px;
    margin: 0;
  }
  
  /*-----------------------------
	stockholders
	------------------------------*/
  #ir.content.stockholders .headimg {
    background-image: url("/corporate/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: 20px;
    color: #403d33;
    font-weight: bold;
    line-height: 1.2;
  }
  #ir.content.stockholders .flebox .menubtn p {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #403d33;
    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: 15px;
  }  
  #ir.content.stockholders .link_list li::before {
    top: 4px;
  }
  
  /*-----------------------------
	sitemap
	------------------------------*/
  #ir.content.sitemap .flebox {
    flex-direction: row;
     gap: 2em;
  }
  #ir.content.sitemap .sttl::after {
    content: "›";
    color: #ec3f48;
    font-weight: bold;
    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;
  }


  /* 関連リンク PCレイアウト */

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

  #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:not(:has(.link-l)) .link-ms {
    width: 100%;
  }
  #ir.content .related_link ul.link_list:not(:has(.link-l)) .link-ms div li {
    width: calc(100% / 4 - 3px);
  }
  #ir.content .related_link ul.link_list .link-ms .link-s li a[target="_blank"]::after {
    content: url(/corporate/ir/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 .inlineblock { display: inline-block; }
#ir.content.message .inlineblock::after { content: "\00A0"; }
#ir.content .oblique { font-style: oblique; }
#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 i.italic { font-style: italic; }
#ir.content p.tsup { text-align: right; margin-bottom: 0; }
#ir.content p.tsup_b { text-align: left; margin-top: 0; }
#ir.content .menubtn.w100 { width: 100%!important; }
#ir.content .linkbtn {
  height: 45px;
  min-width: 200px;
  max-width: none;
  width: fit-content;
  padding: 10px;
  line-height: 1.2;
}

