/* ==========================================
IR template仕様した場合
==========================================*/

/* font-size変更機能 */
.js_fontSize_area h2:not(.style-reset) {
    /* font-size: 16px; */
    font-size: 1em;
}

.js_fontSize_area h3:not(.style-reset) {
    /* font-size: 15px; */
    font-size: .9375em;
}

.js_fontSize_area h4:not(.style-reset) {
    /* font-size: 14px; */
    font-size: .875em;
}


.js_fontSize_area h5:not(.style-reset) {
    /* font-size: 13px; */
    font-size: .8125em;
}

.js_fontSize_area h6:not(.style-reset) {
    /* font-size: 12px; */
    font-size: .75em;
}

.js_fontSize_area th:not(.style-reset),
.js_fontSize_area td:not(.style-reset),
.js_fontSize_area dd:not(.style-reset),
.js_fontSize_area dt:not(.style-reset),
.js_fontSize_area p:not(.style-reset),
.js_fontSize_area li:not(.style-reset) {
    font-size: .75em;
}
/* END font-size変更機能 */


/* IRニュース カテゴリ */
#xj-select-category {
    margin: 40px 0 0 52px;
}

#xj-select-category ul {
    list-style: none;
    margin-left: 0;
}

#xj-select-category li {
    display: inline-block;
}

#xj-select-category li::after {
    content: "｜";
    display: inline-block;
}

#xj-select-category li:last-of-type::after {
    content: none;
}

#xj-select-category li a {
    color: #231815;
    display: inline-block;
    padding: 0 18px;
}

#xj-select-category li:nth-child(1).active a {
    color: #c91423;
}

#xj-select-category li:nth-child(2).active a {
    color: #29abe2;
}

#xj-select-category li:nth-child(3).active a {
    color: #8a2eff;
}

#xj-select-category li:nth-child(4).active a {
    color: #00d02b;
}

#xj-select-category li:nth-child(5).active a {
    color: #4e4e76;
}

#xj-select-category li:nth-child(6).active a {
    color: #999;
}

.page-template-ir-template .post-cont th:not(.style-reset),
.page-template-ir-template .post-cont td:not(.style-reset) {
    padding: 10px;
    border: 1px solid #CCC;
}

.page-template-ir-template .post-cont th:not(.style-reset) {
    background: #F5F5F5;
}

.page-template-ir-template .xj_chart_header_first,
.page-template-ir-template .xj_chart_header,
.page-template-ir-template .xj_chart_title,
.page-template-ir-template .graphp-box .xj_chart_q,
.page-template-ir-template .graphp-box .xj_chart_q_last {
    background-color: #F5F5F5;
}

.ir-ttl {
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.4;
}

.graph-container {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 24px -24px;
}

.graph-container .graphp-box {
    width: calc(100% / 2 - 24px);
    margin: 24px 0 0 24px;
}

.graphp-box h3,
.graphp-box h5 {
    background: #DDDDDD;
    padding: 4px;
    font-size: .875em;
    text-align: center;
}

.graphp-box .table-box {
    overflow-x: scroll;
}

.graphp-box p {
    margin-bottom: 10px !important;
}

.graphp-box .xj_chart_table_caption {
    display: none;
}

.graphp-box .table-box th,
.graphp-box .table-box td {
    padding: 4px !important;
    border: 1px solid #CCC;
}

.graphp-box .xj_chart_header_first,
.graphp-box .xj_chart_header,
.graphp-box .xj_chart_title,
.graphp-box .xj_chart_q,
.graphp-box .xj_chart_q_last {
    background-color: #F5F5F5;
}

.graphp-box table {
    margin-bottom: 0 !important;
}

.ir-content .content {
    margin-bottom: 50px;
}

.pdf-box p {
    margin-top: 10px !important;
}

.ir-content .yearSelect {
    margin-bottom: 16px;
    max-width: 200px;
    width: 100%;
}

.ir-content .yearSelect select {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 5px;
    font-size: .75em;
    width: 100%;
    appearance: auto;
}

select.none {
    display: none;
}

table.memo th {
    white-space: nowrap;
}

/* FAQ */
.question dl {
    margin-bottom: 10px;
    overflow: hidden;
}

.question.answer dl {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.question dl dt,
.question dl dd {
    float: none;
    width: 100%;
    margin-left: 0;
    line-height: 1.83;
}

.question dl dd {
    text-indent: -1.6em;
    padding-left: 1.6em;
    box-sizing: border-box;
}

.question dl dt:before {
    content: "Q. ";
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.question dl dd:before {
    content: "A. ";
    color: #053C63;
    font-size: 16px;
    font-weight: normal;
}

/* ================= 投資家向け説明会  =================*/
.seminar_title {
    background: #4e4e76;
    color: #ffffff;
    margin-bottom: 16px;
    padding: 8px;
    font-weight: 700;
    font-size: .9375em;
}

.seminar_photo {
    margin-bottom: 16px;
}

/* ================= Topメッセージ  =================*/
.ir-top-mes__intro {
    display: flex;
    flex-wrap: wrap;
}

.ir-top-mes__intro-txt-area {
    width: calc(100% - 240px);
    padding-right: 16px;
}

.ir-top-mes__intro-pic {
    width: 240px;
}

.ir-top-mes__intro-pic img {
    max-width: 100%;
}

.ir-top-mes__intro-pic-caption {
    text-align: center;
    margin-top: 8px;
    font-size: .75em;
}

.post-cont .ir-top-mes h2 {
    font-size: 1em;
}

@media (max-width:1024px) {
    #xj-select-category {
        margin: 40px 0 0 -9px;
    }

    #xj-select-category li a {
        padding: 0 9px;
    }
}

@media (max-width: 750px) {
    .table-box {
        overflow-x: scroll;
    }

    .graph-container {
        display: block;
        margin: 0;
    }

    .graph-container .graphp-box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .ir-outline table th {
       min-width: 120px;
    }

    /* ================= Topメッセージ  =================*/
    .ir-top-mes__intro {
        display: block;
    }

    .ir-top-mes__intro-txt-area {
        width: 100%;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .ir-top-mes__intro-pic {
        width: 120px;
        margin: 0 0 0 auto;
    }

    .ir-top-mes__intro-pic-caption {
        font-size: 11px;
    }

    /* ================= 業績・財務ハイライトページ  =================*/
    .page-id-598 .xj_chart_header {
        min-width: 120px;
    }
}

.page-template-ir-template .post-cont .officer-profile th:not(.style-reset) {
    width: 140px;
}

/* 20230220 seminar font */

@media (max-width: 750px) {
	ul.ir_seminar .seminar_info table th,
	ul.ir_seminar .seminar_info table td{
    font-size: .65em;
	}
}

/* 20250319 ir benefit */
.qr__column{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
	margin-top:-1em;
	margin-bottom:2em;
}
.qr__column .qr__column-qr{
	width:100px;
}
.qr__column .qr__column-url{
	width:calc(100% - 120px);
}

@media (max-width: 750px) {
.qr__column{
	display:block;
}
.qr__column .qr__column-qr{
	width:100px;
}
.qr__column .qr__column-url{
	width:100%;
}
}