@charset "utf-8";
/* ===================================================================
 CSS Document
 file name  : ir_2.css
 style info : 投資家情報（2022年リニューアル用）
=================================================================== */
@media all and (max-width: 767px) {
  /*-----------------------------
	リンク（既存スタイル相殺）
	------------------------------*/
  #ir a {
    color: #002CB2;
  }
  /*-----------------------------
	カテゴリータイトル（ディレクトリタイトル）
	------------------------------*/
  .cat-ttl {
    width: 100%;
    margin: 0 auto 0;
  }
  .cat-ttl .inner {
    width: 100%;
  }
  .cat-ttl h2 {
    padding: 18px 4%;
    background: #E6E6E6;
    text-align: center;
  }
  .cat-ttl h2 img {
    height: 36px;
  }
  #ir .cat-ttl .bread-c {
    padding: 4px 4%;
    border-bottom: #ddd 1px solid;
    min-height: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 5px;
  }
  #ir .cat-ttl .bread-c li, #ir .cat-ttl .bread-c a {
    font-size: 11px;
    color: #444;
  }
  #ir .cat-ttl .bread-c li {
    display: inline-block;
  }
  #ir .cat-ttl .bread-c a {
    text-decoration: none;
  }
  #ir .cat-ttl .bread-c a:hover {
    text-decoration: underline;
  }
  #ir .cat-ttl .bread-c a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: relative;
    top: -1px;
  }
  /*-----------------------------
	>アイコン
	------------------------------*/
  .arrow01:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 7px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: relative;
    top: -1px;
  }
  .datelist1_li_pdf {
    position: relative;
    padding-left: 36px;
    font-size: 10px;
    line-height: 3;
  }
  .datelist1_li_pdf::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    background: url(/asset_v2/images/ic_pdf_01.png) no-repeat 0 0;
    background-size: 38px 36px;
    width: 38px;
    height: 36px;
  }
  .date, .pdf {
    text-align: right;
  }
  /*-----------------------------
	>アイコン
	------------------------------*/
  .s-menu01 {
    background: #E6E6E6;
  }
  .s-menu01 ul {
    text-align: left;
    padding: 20px 4% 0;
    margin: 20px auto 0;
    max-width: 520px;
    background: #E6E6E6;
  }
  .s-menu01.center ul {
    /*text-align: center;*/
  }
  .s-menu01 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 32%;
    margin-bottom: 6%;
    text-align: center;
  }
  .s-menu01 a {
    text-decoration: none;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    display: block;
    position: relative;
    white-space: nowrap;
  }
  .s-menu01 li img {
    display: block;
    margin: 0 auto 8px;
    padding: 0 15%;
  }
  /*-----------------------------
	Section common
	------------------------------*/
  .sec {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
  /*-----------------------------
	メニュー調整
	------------------------------*/

   /*会社情報表示・投資家情報非表示*/
  .js-inc_header .header_nav_menu_li:first-child {
    display: inherit!important;
}    
  .js-inc_header .header_nav_menu_li:nth-child(2) {
    display: none!important;
}        
  /*-----------------------------
	IR
	------------------------------*/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #ir.top {
    font-size: 16px;
  }
  #ir.top .sec01 {
    margin: 0 auto;
  }
  #ir.top .sec02, #ir.top .sec03, #ir.top .sec04, #ir.top .sec05 {
    margin: 0 auto 2rem auto;
  }
  #ir .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ir .column01 {}
  #ir .column01 ul {
    width: 100%;
  }
  #ir .column02 ul {
    width: 100%;
  }
  #ir .column02 li {
    width: 100%;
  }
  #ir .column03 ul {
    width: 100%;
  }
  #ir .column03 li {
    padding: 5px
  }
  #ir .column05 ul {
    width: 49%;
    display: flex;
  }
  #ir .column05 li {
    padding: 5px
  }
  #ir .w_l {
    width: 100%;
  }
  #ir .w_m {
    width: 100%;
  }
  #ir .w_s {
    width: 100%;
  }
  #ir h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 80%;
    padding: 1rem 0 0.75rem 0;
  }
  #ir h2 span {
    font-size: 12px;
    color: #ec3f48;
  }
  #ir.top h3 {
    padding: 8px 0;
    line-height: 120%;
    width: 100%;
    margin: 1rem 0;
    font-size: 17px;
    border-bottom: solid 2px #ec3f48;
  }
  #ir.top h3 a {
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    color: #403d33;
  }
  #ir .ircode {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 1rem 10px 0 10px;
    justify-content: end;
    max-width: 1000px;
    width: 100%;
    font-size: 12px;
  }
  #ir .ircode ul {
    display: flex;
  }
  #ir .ircode li {
    width: auto;
    margin: 0 0.5rem;
  }
  #ir .menubtn {
    border: solid 1px #bcbcbc;
    margin: 4px 0;
    display: block;
  }
  #ir .menubtn_2 {
    border: solid 1px #bcbcbc;
    margin: 6px;
    padding: 7px 10px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #403d33;
    text-decoration: none;
    line-height: 200%;
    align-items: center;
    justify-content: space-between;
  }
  #ir .w_m_sp {
    display: flex;
    flex-wrap: nowrap;
  }
  #ir .w_m_sp .menubtn_2 {
    width: 50%;
  }
  #ir.top .topbana01, #ir.top .topbana02 {
    height: auto;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
  }
  #ir.top .topbana03 {
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
  }
  #ir.top .topbana01 p, #ir.top .topbana02 p {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: solid 2px #ec3f48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1.2;
    color: #403d33;
    min-height: 47.2px;
  }
  #ir.top .topbana03 p {
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    line-height: 130%;
  }
  #ir.top .topbana03 {
    text-align: center;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }
#ir.top .topbana04 {
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    align-items: center;
  }  
#ir.top .topbana04 p{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: solid 2px #ec3f48;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    padding: 10px 15px;
    min-height: 47.2px;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    line-height: 130%;
  }
#ir.top .topbana04 span{
    font-size: 13px;
    line-height: 1.2;
  }
  
  #ir.top .menuicon {
    margin: 5px;
    max-width: 70px;
    display: none;
  }
  #ir.top .news .date, #ir.top .sec04 .date {
    font-size: 16px;
    margin: 0 1rem;
  }
  #ir.top .news dl {
    display: flex;
    border: none;
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: solid 1px #bcbcbc;
  }
  #ir.top .news dt {
    width: 100%;
    background-color: #fff;
    border: none;
    border-bottom: 0;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  #ir.top .news dd {
    width: 100%;
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 0;
  }
  #ir .linkbtn {
    max-width: 200px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #bcbcbc;
    padding: 7px 10px;
    color: #403d33;
    margin: 1.5rem auto;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 200%;
  }
  #ir .linkbtn_2 {
    max-width: 200px;
    width: 80%;
    background: #403d33;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 1rem auto;
    text-decoration: none;
    line-height: 1.2;
  }
  #ir .linkbtn_2 .datasize {
    font-size: 90%;
    display: block;
  }
  #ir .linklist {
    font-size: 16px;
    display: flex;
    text-decoration: none;
    color: #403d33;
    align-items: start;
  }
  #ir .linkarrow {
    margin-left: auto;
  }
  #ir .linkarrow::after {
    content: "›";
    color: #ec3f48;
    font-weight: 600;
    margin-left: 5px;
    font-size: 24px;
    line-height: 100%;
  }
  #ir .arrow {
    position: relative;
    display: flex;
    padding: 0 0 0 14px;
    color: #403d33;
    vertical-align: middle;
    text-decoration: none;
  }
  #ir .arrow::before, #ir .arrow::after {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #ir .menulink::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #403d33;
  }
  .mtn {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  /*-----------------------------
	リンク（既存スタイル相殺）
	------------------------------*/
 #ir a {
    color: #002CB2;
    text-decoration: none;
  }
  /*-----------------------------
	カテゴリータイトル（ディレクトリタイトル）
	------------------------------*/
  .cat-ttl {
    width: 100%;
    margin: 114px auto 0;
    background: #E6E6E6;
  }
  .sub-nav-has-2 .cat-ttl {
    margin-top: 156px;
  }
  .cat-ttl .inner {
    display: table;
    width: 1000px;
    height: 120px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #ir .cat-ttl h2, #ir .cat-ttl .bread-c {
    display: table-cell;
    vertical-align: middle;
  }
  #ir .cat-ttl h2 {
    width: auto;
  }
  #ir .cat-ttl .bread-c {
    width: calc(100% - 180px);
    text-align: right;
  }
  #ir .cat-ttl .bread-c li, #ir .cat-ttl .bread-c a {
    font-size: 12px;
    color: #444;
  }
  #ir .cat-ttl .bread-c li {
    display: inline-block;
  }
  #ir .cat-ttl .bread-c a {
    text-decoration: none;
  }
  .cat-ttl .bread-c a:hover {
    text-decoration: underline;
  }
  #ir .cat-ttl .bread-c a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: relative;
    top: -1px;
  }
  /*-----------------------------
	>アイコン
	------------------------------*/
  .arrow01:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 7px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: relative;
    top: -1px;
  }
  .datelist1_li_pdf {
    position: relative;
    padding-left: 36px;
    font-size: 10px;
    line-height: 3;
  }
  .datelist1_li_pdf::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    background: url(/asset_v2/images/ic_pdf_01.png) no-repeat 0 0;
    background-size: 38px 36px;
    width: 38px;
    height: 36px;
  }
  .date, .pdf {
    text-align: right;
  }
  /*-----------------------------
	>アイコン
	------------------------------*/
  .s-menu01 {
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    padding: 22px 0 5px;
    background: #E6E6E6;
  }
  .s-menu01 ul {
    width: 950px;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
  }
  .s-menu01 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 5.5% 25px;
    line-height: 1.4;
    width: 120px;
  }
  .s-menu01 a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    line-height: 1.35;
    display: block;
    margin: 0 -10px;
  }
  .s-menu01 li img {
    display: block;
    margin: 0 auto 12px;
  }
  /*-----------------------------
	Section common
	------------------------------*/
  .sec {
    width: 980px;
    padding: 0 30px;
    margin: 0 auto;
  }
  /*-----------------------------
	IR
	------------------------------*/
    /*ヘッダーの高さ*/
  .js-inc_header.l-header + .top {
    margin-top: 116px;
  }
    /*メニュー幅*/    
  .js-inc_header .sub-nav h3 {
    margin: 1px 20px 0 0!important;
}    
  .js-inc_header .sub-nav li {
    margin: 0 7px 0 0!important;
  }
  .js-inc_header .sub-nav.sub-nav-2 li a {
    padding: 10px 12px!important;
  }
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
  #ir.top {
    font-size: 15px;
  }
  #ir a:hover {
    transition: opacity .6s ease;
  }
  #ir.top .sec01 {
    margin: 0 auto;
  }
  #ir.top .sec02, #ir.top .sec03, #ir.top .sec04, #ir.top .sec05 {
    margin: 0 auto 2rem auto;
  }
  #ir .flebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #ir .column01 ul {
    width: 100%;
  }
  #ir .column02 ul {
    width: 49.3%;
  }
  #ir .column02 li {
    width: 100%;
  }
  #ir .column03 ul {
    width: 32%;
  }
  #ir .column03 li {
    padding: 5px
  }
  #ir .column05 ul {
    width: 19%;
  }
  #ir .column05 li {
    padding: 5px
  }
  #ir.top .sec01 .column02 {
    flex-wrap: nowrap;
    column-gap: 1.4%;
  }
  #ir.top .sec01 .column02 ul {
    width: 100%;
  }
  #ir.top .sec02 .column05 {
    justify-content: flex-start;
    column-gap: 1.25%;
  }
  #ir .w_l {
    width: 70%;
  }
  #ir .w_m {
    width: 50%;
  }
  #ir .w_s {
    width: 28%;
  }
  #ir h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 75%;
  }
  #ir h2 span {
    font-size: 12px;
    color: #ec3f48;
  }
  #ir.top h3 {
    padding: 6px 2px;
    line-height: 120%;
    width: 100%;
    margin: 0 0 0.5rem 0;  
    font-size: 17px;
    border-bottom: solid 2px #ec3f48;
  }
  #ir.top h3 a {
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    color: #403d33;
  }
  #ir .ircode {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 1rem 40px 0.5rem 40px;
    justify-content: end;
    max-width: 1000px;
    width: 100%;
    font-size: 13px;
  }
  #ir .ircode ul {
    display: flex;
  }
  #ir .ircode li {
    width: auto;
    margin: 0 0.5rem;
  }
  #ir .menubtn {
    border: solid 1px #bcbcbc;
    margin: 6px 0;
    display: block;
  }
  #ir .menubtn_2 {
    border: solid 1px #bcbcbc;
    margin: 0 0 5px 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    line-height: 200%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #403d33;
    text-decoration: none;
  }
  #ir.top .topbana01, #ir.top .topbana02 {
    height: 200px;
    display: flex;
    align-items: end;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    transition: opacity .6s ease; 
  }
  #ir .topbana01 a, #ir .topbana02 a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    color: #403d33;
    text-decoration: none;
  }
  #ir .topbana01:hover:has(a), #ir .topbana02:hover:has(a) {
    opacity: .8;
  }
  #ir .topbana01 a:hover, #ir .topbana02 a:hover {
    opacity: 1;
  }
  #ir.top .topbana04 {
    height: 135px;
    display: flex;
    align-items: end;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    transition: opacity .6s ease; 
  }    
 #ir.top .topbana04 li {
     width: 100%;   
    }  
  #ir .topbana04 a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    color: #403d33;
    text-decoration: none;
  }
  #ir .topbana04 .uptate{
   display: contents;
   font-size: 15px; 
  }
  #ir .topbana04:hover:has(a) {
    opacity: .8;
  }
  #ir .topbana04 a:hover {
    opacity: 1;
  }    
  #ir.top .img_ann {
    background: url(../images/img_ann.png) no-repeat;
    background-size: cover;
    background-position: left;
  }
  #ir.top .img_fin {
    background: url(../images/img_fin.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
  #ir.top .img_sus {
    background: url(../images/img_sus.png) no-repeat;
    background-size: cover;
    background-position: left;
  }
  #ir.top .img_pmt {
    background: url(../images/img_pmt.png) no-repeat;
    background-size: cover;
    background-position: left;
  }
  #ir.top .img_dl {
    background: url(../images/img_dl.png) no-repeat;
    background-size: cover;
    background-position: left;
  }    
  #ir.top .topbana03 {
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
  }
  #ir.top .topbana01 p, #ir.top .topbana02 p {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: solid 2px #ec3f48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 10px 12px;
    line-height: 1.2;
    min-height: 47.2px;
  }
  #ir.top .topbana04 p {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: solid 2px #ec3f48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 10px 12px;
    line-height: 1.2;
    min-height: 47.2px;
  }    
  #ir.top .topbana03 p {
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    line-height: 130%;
  }
  #ir.top .topbana03 {
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: #403d33;
    font-weight: bold;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ir.top .menuicon {
    margin: 5px;
    max-width: 50px;
  }
  #ir.top .news .date, #ir.top .sec04 .date {
    font-size: 16px;
    margin: 0 1rem;
  }
  #ir.top .news dl {
    display: flex;
    border: none;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #bcbcbc;
    padding: 10px;
  }
  #ir.top .news dt {
    width: 20%;
    background-color: #fff;
    border-top: none;
    margin: 0;
  }
  #ir.top .news dd {
    width: 80%;
    background-color: #fff;
    border-top: none;
    margin: 0;
  }
  #ir .linkbtn {
    max-width: 200px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #bcbcbc;
    padding: 5px 10px;
    color: #403d33;
    margin: 1rem auto;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    display: flex;
    line-height: 200%;
  }
  #ir .linkbtn_2 {
    max-width: 200px;
    width: 80%;
    background: #403d33;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 2rem auto;
    text-decoration: none;
    line-height: 1.2;
  }
  #ir .linkbtn_2 .datasize {
    font-size: 90%;
    display: block;
  }
  #ir .linklist {
    font-size: 15px;
    display: flex;
    text-decoration: none;
    color: #403d33;
    align-items: start;
    line-height: 140%;
    padding: 2px 0;
  }
  #ir .linkarrow::after {
    content: "›";
    color: #ec3f48;
    font-weight: 600;
    margin-left: 5px;
    font-size: 21px;
  }
  #ir .arrow {
    position: relative;
    display: flex;
    padding: 0 0 0 14px;
    color: #403d33;
    vertical-align: middle;
    text-decoration: none;
  }
  #ir .arrow::before, #ir .arrow::after {
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #ir .menulink::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #403d33;
  }
  .mtn {
    margin-top: 0;
  }
}