/* =============================================================
   JTrust v2 - IR TOP PAGE
   /common/css/v2/ir.css
============================================================= */



/* ========================================
   決算動画 + 株価
======================================== */
.jt2-ir_top {
    padding: 32px 0 36px;
}
.jt2-ir_top_grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
}
/* 左: 決算動画 */
.jt2-ir_video {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    background: #0d1c3d;
}
.jt2-ir_video_link {
    display: block;
    position: relative;
}
.jt2-ir_video_img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
}
.jt2-ir_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: block;
}
.jt2-ir_video_play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #1a5294;
}

/* 右: 株価情報 */
.jt2-ir_stock {
    flex: 0 0 280px;
    border: 1px solid #d0d8e4;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.jt2-ir_stock iframe {
    flex: 1;
    display: block;
    min-height: 0;
    width: 100%;
    border: 0;
    overflow: hidden; 
}
@media (max-width: 1080px) {
.jt2-ir_top_grid {
    display: flex;
    flex-direction: column;
}
.jt2-ir_video_img {
    min-height: unset;
}
.jt2-ir_stock {
    flex: 0 0 280px;
    min-height: 400px;
}
}
/* 株価チャートページ */
.jt2-inner_adj{
    max-width: 100%!important;
}
.jt2-ir_stockchart {
    width: 90%;
    margin: 0 auto 40px auto;
}
.jt2-ir_stockchart iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.jt2-btn_stock_chart {
    display: block;
    text-align: center;
    background: var(--color-jt2-blue);
    color: #fff;
    padding: 9px 0;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.jt2-btn_stock_chart,
.jt2-btn_stock_chart a:visited {
    color: #fff!important;
}
.jt2-btn_stock_chart:hover {
    background: #fff;
    color: var(--color-jt2-blue)!important;
    text-decoration: none;
    border: 1px solid var(--color-jt2-blue);
}
/* ========================================
   IR活動直近の予定
======================================== */
.jt2-ir_calendar {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #e8edf3;
}
.jt2-ir_calendar_head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.jt2-title_borderbottom{
    border-bottom: 2px solid var(--color-jt2-blue);
}
a.jt2-rss_icon {
    display: flex;
    transition: opacity 0.4s;
}
a.jt2-rss_icon:hover{
    opacity: 0.8;
}
.btn_wrap_margin_adj{
    margin-top: 0;
}
.jt2-section_title {
    font-size: 18px;
    font-weight: 700;
    color: #00A0E8;;
    margin: 0;  
}
.jt2-btn_calendar {
    font-size: 13px;
    color: #1a5294;
    text-decoration: none;
    border: 1px solid #1a5294;
    padding: 5px 14px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.jt2-btn_calendar:hover {
    background: #1a5294;
    color: #fff;
    text-decoration: none;
}
.jt2-calendar_row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 14px 4px;
    border-bottom: 1px dotted var(--color-jt2-light-gray);
    font-size: 15px;
}
.jt2-calendar_row:hover{
    background: var(--color-jt2-light-blue);
}
.jt2-calendar_date {
    color: #000;
    min-width: 130px;
    flex-shrink: 0;
}
.jt2-calendar_text {
    line-height: 1.6;
    width: 100%;
}
.jt2-calendar_text a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
}
.jt2-calendar_text a:hover {
    color: #1a5294;
    text-decoration: none;
}
.jt2-calendar_empty {
    font-size: 13px;
    color: #888;
    padding: 16px 0;
}

/* ========================================
   最新の決算資料
======================================== */
.jt2-ir_library {
    padding: 40px 0;
}
.jt2-ir_library_box {
    border: 1px solid var(--color-jt2-light-gray2);
    padding: 2px 20px;
    border-radius: 6px;
}
.jt2-ir_library_head {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jt2-btn_library_more {
    font-size: 13px;
    color: #1a5294;
    text-decoration: none;
}
.jt2-btn_library_more:hover {
    text-decoration: underline;
}
.jt2-ir_library_body {
    display: flex;
    padding: 10px 0;
}
.jt2-library_links {
    width: 76%;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.jt2-library_links li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 4px;
    transition: opacity 0.4s;
}
.jt2-library_links li a:hover {
    opacity: 0.68;
    text-decoration: none;
}
.jt2-library_links li a img {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}
.jt2-library_links  span{
    color:var(--color-jt2-light-gray2);
}
.jt2-library_zip {
    width: 24%;
    display: flex;
    border-radius: 10px;
}
.jt2-btn_zip {
    width: 30%;
    display: block;
    background: #EEEFEF;
    color: #000;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s;
}
.jt2-library_zip > div{
    font-size: 10px;
    color: #888;
}
a.jt2-btn_zip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
}
.jt2-icon_zip{
    display: flex;
    width: 25%;
    height: 100%;
    color: #fff;
    background: url(/common/images/ir_icon_zipfile.svg) no-repeat center;
    background-color: var(--color-jt2-blue);
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 8px;
}
.jt2-btn_zip:hover {
    background: var(--color-jt2-light-blue);
    text-decoration: none;
}
.jt2-icon_zip span{
    font-size: 10px;
    color: #fff;
    padding-top:calc(50% + 16px);
    font-weight: 700;
}
.jt2-zip-info {
    width: 75%;
    text-align: center;
    padding: 6px;
}
.jt2-zip-info span {
    display: block;
    font-size: 10px;
    color: var(--color-jt2-light-gray2);
}
/* ========================================
   IRバナーナビ
======================================== */
.jt2-ir_banners {
    background: #fff;
    padding: 32px 0;
    border-top: 1px solid #e8edf3;
}
.jt2-ir_banner_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.jt2-ir_banner_grid a {
    display: block;
}
.jt2-ir_banner_grid img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.4s;
}
.jt2-ir_banner_grid a:hover img {
    opacity: 0.8;
}
/* ========================================
   IRニュース・お知らせ
======================================== */
.jt2-ir_news {
    background: #fff;
    padding: 40px 0 60px;
    border-top: 1px solid #e8edf3;
}
.jt2-ir_news_head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0;
    border-bottom: 2px solid #1a5294;
    padding-bottom: 0;
}
.jt2-ir_news_title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    white-space: nowrap;
    padding-bottom: 10px;
}
.jt2-ir_news_tabs {
    display: flex;
    gap: 4px;
    align-self: flex-end;
}
.jt2-tab {
    padding: 8px 20px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    background: #f0f3f7;
    border: 1px solid #d0d8e4;
    border-bottom: none;
    transition: background 0.15s, color 0.15s;
    user-select: none;
}
.jt2-tab.is_active,
.jt2-tab:hover {
    background: #1a5294;
    color: #fff;
    border-color: #1a5294;
}
.jt2-tab_content {
    display: none;
    padding-top: 4px;
}
.jt2-tab_content.is_active {
    display: block;
}



/* =============================================
   RESPONSIVE - md (max-width: 820px)
============================================= */
@media (max-width: 820px) {
.jt2-library_links {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    padding: 0 16px;
    margin-top:20px
 }
.jt2-library_zip{
    width: 100%;
}
.jt2-ir_library_body {
    flex-direction: column;
    gap: 20px;
    padding: 0;
}
.jt2-icon_zip{
    width:15%;
    border-radius: 0 0 0 8px;
}
.jt2-zip-info {
    width: 85%;
}
.jt2-ir_library_box {
    padding: 0px;
}
.jt2-zip-info{
    border-radius: 0 0 8px 0;
}
.h2_title_paddingadj{
    padding-left: 16px;
}
}
/* =============================================
   RESPONSIVE - md (max-width: 768px)
============================================= */
@media (max-width: 768px) {
.jt2-inner {
    padding: 0 16px;
}
.jt2-page_head {
    padding: 20px 0 16px;
}
.jt2-ir_top {
    padding: 24px 0;
}
.jt2-ir_top_grid {
    flex-direction: column;
    gap: 20px;
}
.jt2-ir_video {
    width: 100%;
}
.jt2-ir_stock {
    flex: none;
    width: 100%;
}
.jt2-ir_stock_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.jt2-calendar_row {
    flex-direction: column;
    gap: 4px;
}
.jt2-ir_library {
    padding: 24px 0 28px;
}
.jt2-ir_banners {
    padding: 24px 0;
}
.jt2-ir_banner_grid {
    grid-template-columns: repeat(2, 1fr);
}
.jt2-ir_news_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.jt2-ir_news_tabs {
    flex-wrap: wrap;
}
.jt2-tab {
    padding: 7px 14px;
    font-size: 12px;
}
.jt2-ir_stock iframe {
    min-height: 360px;
}
}
/* =============================================
   RESPONSIVE - SP (max-width: 430px)
============================================= */
 @media (max-width: 430px) {
  .jt2-ir_banner_grid {
    grid-template-columns: 1fr;
  }
 }