@charset "UTF-8";
.eir_area_news {
    margin-top: 0;
}
.eir_area_news .eirDataArea .list-news > li:nth-child(n + 6) {
    display: none;
}
.eir_area_irtop .eirDataArea .list-news > li:nth-child(n + 4) {
    display: none;
}
.eir .eir_rss {
    display: none;
}
.eir_area_news .yearController {
    display: none;
}
.eir_area_news .cts-news__tabtitle {
    display: none;
}
.eir .newsTypeController {
    padding-left: 183px;
    margin-top: 0;
    margin-bottom: 50px;
}
.eir .s_eirTab {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    list-style: none;
    row-gap: 5px;
}
.eir .newsTypeController ul.s_eirTab > li {
    min-width: 200px;
    flex: none;
    margin: 0;
    margin-right: 8px;
    width: auto;
    box-sizing: border-box;
}
.eir .newsTypeController ul.s_eirTab > li:last-child {
    margin-right: 0;
}
.eir .newsTypeController ul.s_eirTab > li > a {
    border: 1px solid var(--color-text);
    color: var(--color-text);
    background-color: var(--color-white);
    font-size: 16px;
    font-weight: normal;
    min-height: 36px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.42;
    text-decoration: none;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.eir .newsTypeController ul.s_eirTab > li.active > a {
    border-color: var(--color-text);
    background-color: var(--color-text);
    color: var(--color-white);
}
.eir .newsTypeController ul.s_eirTab > li.active::after {
    display: none;
}
.eir .eir .eirDataArea {
    margin-top: 30px;
    padding-bottom: 0;
}
.eir .eirDataArea:last-child {
    padding-bottom: 0;
    margin-top: 0;
}
.eir .eirDataArea .list-news {
    border-bottom-color: var(--color-text);
}
.eir .eirDataArea .list-news > li {
    border-bottom: 1px solid var(--color-text);
    display: flex;
    width: auto;
    align-items: flex-start;
    line-height: 24px;
    padding: 20px 0;
}
.eir .eirDataArea .list-news > li:first-child {
    padding-top: 0;
}
.eir .eirDataArea .list-news > li > .date {
    font-size: inherit;
    padding: 0;
    display: block;
    font-weight: normal;
    width: 128px;
    letter-spacing: 0.1em;
}
.eir .eirDataArea .list-news > li > .date > span {
    display: block;
    width: auto;
}
.eir .eirDataArea .list-news > li > .tag {
    padding: 0;
    display: block;
    margin-right: 10px;
}
.eir .eirDataArea .list-news > li > .tag > span {
    width: 150px;
    min-height: 24px;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid var(--color-text);
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}
.eir .eirDataArea .list-news > li > .s_eirList_item_title {
    width: auto;
    display: block;
    padding: 0;
    margin-left: auto;
    width: calc(100% - 310px);
}
.eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl {
    padding: 0;
    display: block;
    width: auto;
}
/* 変更 */
.eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl > a {
    /* display: block; */
    display: inline;
    padding: 0;
    text-decoration: none;
    color: inherit;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    font-weight: normal;
}
/* eirItem_new 追加 */
.eir
    .eirDataArea
    .list-news
    > li
    > .s_eirList_item_title
    > .text_dtl
    > .eirItem_new {
    display: inline-block;
    margin-left: 5px;
    background-color: #dc1c1c;
    color: white;
    padding: 0 13px 0.5px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

.eir
    .eirDataArea
    .list-news
    > li
    > .s_eirList_item_title
    > .text_dtl
    > a[href$=".pdf"]:after {
    content: "";
    background-image: url(/assets/img/home/icn-pdf.svg);
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    top: -1px;
    margin-left: 6px;
}
.eir
    .eirDataArea
    .list-news
    > li
    > .s_eirList_item_title
    .s_eirList_item_comment {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.eir .eirDataArea .list-news > li > .s_eirList_item_title > .eirUseText {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    margin-top: 10px;
}
.eir .eirDataArea .list-news > li > .s_eirList_item_title > .eirUseText:empty {
    display: none;
}
.eir_area_news .noDataText {
    display: block;
    padding-top: 20px;
    line-height: 24px;
}
.eir p.cts-news__tabtitle {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: -36px;
    font-weight: normal;
}
.eir p.cts-news__tabtitle > span {
    font-weight: inherit;
    line-height: inherit;
}
.eir p.cts-news__tabtitle::after {
    display: none;
}
.eir ul.s_eirAnchor {
    margin: 0;
    column-gap: 50px;
    row-gap: 20px;
}
.eir ul.s_eirAnchor > li {
    margin: 0;
}
.eir .s_eirAnchor > li > a.year {
    line-height: 29px;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: none;
    padding: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.eir .s_eirAnchor > li.active > a.year {
    border-bottom: none;
}
.eir .s_eirAnchor > li > a.year::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: currentColor;
    border-radius: 2px;
    margin-top: 4px;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.eir .s_eirAnchor > li.active > a.year::after {
    opacity: 1;
}
.eir .yearController {
    margin-bottom: 50px;
}
.eir_area_irnews .s_eirTab {
    justify-content: flex-start;
}
.eir_area_irnews .newsTypeController {
    padding-left: 250px;
    margin-bottom: 80px;
}
.news .eir_area_news .yearController {
    display: block;
}
.news .eir_area_news .eirDataArea .list-news > li:nth-child(n + 6) {
    display: flex;
}
.news .eir_area_news .cts-news__tabtitle {
    display: block;
}
.news .eir .s_eirTab {
    justify-content: flex-start;
}
.news .eir .newsTypeController {
    padding-left: 250px;
    margin-bottom: 80px;
}
.highlightCanvas .qirLabel {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: normal;
}
.highlightCanvas .qirColumnWrapper {
    display: flex;
    column-gap: 4%;
    flex-wrap: wrap;
    row-gap: 70px;
}
.highlightCanvas .qirColumn {
    float: none;
    margin: 0;
    width: 48%;
}
.highlightCanvas .qirColumn:nth-of-type(2n) {
    float: none;
}
.highlightCanvas .qirNotes {
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
}
.highlightCanvas .qirNote_section {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.highlightCanvas .qirNote_title {
    font-size: inherit;
    margin-bottom: 20px;
    font-weight: inherit;
}
.highlightCanvas #qirNote {
    margin-top: 80px;
}
.highlightCanvas .qirTable table th {
    font-size: inherit;
    height: 40px;
    padding: 2px 3px;
}
.highlightCanvas .qirTable table td {
    font-size: inherit;
    height: 40px;
    box-sizing: border-box;
    padding: 2px 4px;
}
.highlightCanvas .ctrlBox .label {
    position: relative;
    display: flex;
    align-items: center;
}
.highlightCanvas .ctrlBox .label > [type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon {
    width: 16px;
    height: 16px;
    background-color: var(--color-white);
    border-radius: 3px;
    margin-left: 5px;
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    position: relative;
}
.highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon::before {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    border: 2px solid var(--color-white);
    box-sizing: border-box;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: -1px;
}
.highlightCanvas .ctrlBox .label > [type="checkbox"]:checked + .icon {
    background-color: var(--color-text);
    border-color: var(--color-text);
}
.highlightCanvas .ctrlBox .label > [type="checkbox"]:checked + .icon::before {
}
.highlightCanvas .ctrlBox li {
    margin-right: 11px;
}
.highlightCanvas .ctrlBox {
    margin-bottom: 14px;
}
.highlightCanvas .qirNote_section > p > a {
    color: inherit;
    text-decoration: none;
}
.highlightCanvas .pnexIcon {
    max-width: 105px;
    margin-left: auto;
    margin-top: 27px;
}
.highlightCanvas .pnexIcon > a {
    display: block;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.highlightCanvas .pnexIcon > a > img {
    display: block;
}
.eir_area_calendar .eirCalendar_figure {
    display: block;
}
.eir_area_calendar .eirCalendar_figure img {
    display: block;
    max-width: 100%;
    height: auto;
}
.eir_area_calendar .eirCalendar_figure .area-caution_zoom {
    display: none;
}
.eir_area_calendar .page-ir-calendar-txt-01 {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
}
.eir .s_eirHeading {
    border-bottom: 3px solid var(--color-text);
    margin-bottom: 20px;
    line-height: 29px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    font-weight: normal;
}
.eir_area_calendar .eirDataArea .list-news > li > .date {
    width: 188px;
}
.eir_area_calendar .eirDataArea .list-news > li > .s_eirList_item_title {
    width: calc(100% - 188px);
}
.eir_area_calendar .s_eirBlock {
    margin-bottom: 80px;
    margin-top: 50px;
}
.eir_area_calendar .s_eirBlock:last-child {
    padding-bottom: 0;
}
.eir_page_irlibrary .s_eirBlock .list-news > li > .s_eirIrLibraryText {
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
}
.eir_page_irlibrary
    .s_eirBlock
    .list-news
    > li
    > .s_eirIrLibraryText
    > .eirItem_title_link {
    color: inherit;
    text-decoration: none;
    display: inline;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.eir_page_irlibrary
    .s_eirBlock
    .list-news
    > li
    > .s_eirIrLibraryText
    > .eirItem_title_link[href$=".pdf"]:after {
    content: "";
    background-image: url(/assets/img/home/icn-pdf.svg);
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    top: -3px;
    margin-left: 6px;
}
.eir_page_irlibrary .eirDataArea .list-news > li {
    border-bottom: none;
    padding: 0;
    display: block;
}
.eir_page_irlibrary .eirDataArea .list-news > li > .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    width: auto;
    margin-bottom: 8px;
}
.eir_page_irlibrary .s_eirList_item_comment {
    line-height: inherit;
    display: block;
}
.eir_area_meeting .eirDataArea .list-news > li > .s_eirList_item_title {
    width: calc(100% - 150px);
}
.eir_area_meeting ul.s_eirAnchor {
    row-gap: 30px;
}
.eir_area_meeting .yearController {
    margin-bottom: 80px;
}
.eir_area_library .s_eirBlock:last-child {
    padding-bottom: 0;
}
.eir_area_library .eir_pnexNote_item {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.eir_area_library .eir_pnexNote_item > a {
    color: inherit;
    text-decoration: none;
}
.eir_area_library .eir_pnexNote_item-right {
    max-width: 105px;
    margin-left: auto;
    margin-top: 28px;
}
.eir_area_library .eir_pnexNote_item-right > a {
    display: block;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.eir_area_library .eir_pnexNote_item-right > a > img {
    display: block;
}
.eir_area_library .eir_pnexNote {
    margin-top: 78px;
}
.eir_area_library .eirDataArea .list-news > li > .s_eirList_item_title {
    width: calc(100% - 150px);
}
.eir_area_library ul.s_eirAnchor {
    column-gap: 39px;
}
.eir_area_library .yearController {
    margin-bottom: 80px;
}
[lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a {
    line-height: 1.2;
}
[lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a > br {
    display: none;
}
[lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li {
    min-width: 120px;
}
[lang="en"] .eir_area_irnews .newsTypeController {
    padding-left: 220px;
}
[lang="en"] .eir_pdfNote {
    display: none;
}
.eir_area_library
    .eirDataArea
    .list-news
    > li
    > .s_eirList_item_title
    > .text_dtl {
    display: flex;
    column-gap: 7px;
}
.eir_area_library .s_eirHeading {
    font-weight: normal;
}
@media screen and (max-width: 1239px) {
    .eir .newsTypeController ul.s_eirTab > li {
        width: auto;
        min-width: 130px;
    }
    [lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a > br {
        display: inline;
    }
}
@media screen and (min-width: 1001px) and (hover: hover) {
    .eir_page_irlibrary
        .s_eirBlock
        .list-news
        > li
        > .s_eirIrLibraryText
        > .eirItem_title_link:hover {
        color: var(--color-red);
    }
    .eir_area_library .eir_pnexNote_item > a:hover {
        text-decoration: underline;
    }
    .eir_area_library .eir_pnexNote_item-right > a:hover {
        opacity: 0.7;
    }
    .highlightCanvas .qirNote_section > p > a:hover {
        text-decoration: underline;
    }
    .eir .s_eirAnchor > li > a.year:hover {
        color: var(--color-red);
    }
    .eir .newsTypeController ul.s_eirTab > li > a:hover {
        background-color: var(--color-text);
        color: var(--color-white);
        border-color: var(--color-text);
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        > .text_dtl
        > a:hover {
        color: var(--color-red);
    }
    .highlightCanvas .pnexIcon > a:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 1000px) {
    .eir_area_news {
    }
    .eir .eirDataArea .list-news > li:nth-child(n + 6) {
    }
    .eir .eir_rss {
    }
    .eir_area_news .yearController {
    }
    .eir_area_news .cts-news__tabtitle {
    }
    .eir .newsTypeController {
    }
    .eir .s_eirTab {
    }
    .eir .newsTypeController ul.s_eirTab > li {
        min-width: 0;
        flex-grow: 1;
    }
    .eir .newsTypeController ul.s_eirTab > li:last-child {
    }
    .eir .newsTypeController ul.s_eirTab > li > a {
    }
    .eir .newsTypeController ul.s_eirTab > li.active > a {
    }
    .eir .newsTypeController ul.s_eirTab > li.active::after {
    }
    .eir .eir .eirDataArea {
    }
    .eir .eirDataArea .list-news {
    }
    .eir .eirDataArea .list-news > li {
    }
    .eir .eirDataArea .list-news > li:first-child {
    }
    .eir .eirDataArea .list-news > li > .date {
    }
    .eir .eirDataArea .list-news > li > .date > span {
    }
    .eir .eirDataArea .list-news > li > .tag {
    }
    .eir .eirDataArea .list-news > li > .tag > span {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl > a {
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        > .text_dtl
        > a[href$=".pdf"]:after {
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        .s_eirList_item_comment {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .eirUseText {
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        > .eirUseText:empty {
    }
    .eir_area_news .noDataText {
    }
    .eir p.cts-news__tabtitle {
        font-size: 16px;
    }
    .eir p.cts-news__tabtitle > span {
    }
    .eir p.cts-news__tabtitle::after {
    }
    .eir ul.s_eirAnchor {
        column-gap: 35px;
    }
    .eir ul.s_eirAnchor > li {
    }
    .eir .s_eirAnchor > li > a.year {
    }
    .eir .s_eirAnchor > li.active > a.year {
    }
    .eir .s_eirAnchor > li > a.year::after {
    }
    .eir .s_eirAnchor > li.active > a.year::after {
    }
    .eir .yearController {
    }
    .eir_area_irnews .s_eirTab {
    }
    .eir_area_irnews .newsTypeController {
        padding-left: 200px;
        margin-bottom: 50px;
    }
    .news .eir_area_news .yearController {
    }
    .news .eir_area_news .eirDataArea .list-news > li:nth-child(n + 6) {
    }
    .news .eir_area_news .cts-news__tabtitle {
    }
    .news .eir .s_eirTab {
    }
    .news .eir .newsTypeController {
        padding-left: 200px;
        margin-bottom: 50px;
    }
    .highlightCanvas .qirLabel {
    }
    .highlightCanvas .qirColumnWrapper {
        row-gap: 50px;
    }
    .highlightCanvas .qirColumn {
    }
    .highlightCanvas .qirColumn:nth-of-type(2n) {
    }
    .highlightCanvas .qirNote_section,
    .highlightCanvas .qirNotes {
        font-size: 14px;
        line-height: 24px;
    }
    .highlightCanvas .qirNote_title {
    }
    .highlightCanvas #qirNote {
        margin-top: 40px;
    }
    .highlightCanvas .qirTable table th {
        font-size: 13px;
    }
    .highlightCanvas .qirTable table td {
        font-size: 13px;
    }
    .highlightCanvas .ctrlBox .label {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon::before {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"]:checked + .icon {
    }
    .highlightCanvas
        .ctrlBox
        .label
        > [type="checkbox"]:checked
        + .icon::before {
    }
    .highlightCanvas .ctrlBox li {
    }
    .highlightCanvas .ctrlBox {
    }
    .highlightCanvas .qirNote_section > p > a {
    }
    .highlightCanvas .pnexIcon {
    }
    .highlightCanvas .pnexIcon > a {
    }
    .highlightCanvas .pnexIcon > a > img {
    }
    .eir_area_calendar .eirCalendar_figure {
    }
    .eir_area_calendar .eirCalendar_figure img {
    }
    .eir_area_calendar .eirCalendar_figure .area-caution_zoom {
    }
    .eir_area_calendar .page-ir-calendar-txt-01 {
    }
    .eir .s_eirHeading {
    }
    .eir_area_calendar .eirDataArea .list-news > li > .date {
    }
    .eir_area_calendar .eirDataArea .list-news > li > .s_eirList_item_title {
    }
    .eir_area_calendar .s_eirBlock {
    }
    .eir_area_calendar .s_eirBlock:last-child {
    }
    .eir_page_irlibrary .s_eirBlock .list-news > li > .s_eirIrLibraryText {
    }
    .eir_page_irlibrary
        .s_eirBlock
        .list-news
        > li
        > .s_eirIrLibraryText
        > .eirItem_title_link {
    }
    .eir_page_irlibrary
        .s_eirBlock
        .list-news
        > li
        > .s_eirIrLibraryText
        > .eirItem_title_link[href$=".pdf"]:after {
    }
    .eir_page_irlibrary .eirDataArea .list-news > li {
    }
    .eir_page_irlibrary .eirDataArea .list-news > li > .date {
    }
    .eir_page_irlibrary .s_eirList_item_comment {
    }
    .eir_area_meeting .eirDataArea .list-news > li > .s_eirList_item_title {
    }
    .eir_area_meeting ul.s_eirAnchor {
    }
    .eir_area_meeting .yearController {
    }
    .eir_area_library .s_eirBlock:last-child {
    }
    .eir_area_library .eir_pnexNote_item {
    }
    .eir_area_library .eir_pnexNote_item > a {
    }
    .eir_area_library .eir_pnexNote_item-right {
    }
    .eir_area_library .eir_pnexNote_item-right > a {
    }
    .eir_area_library .eir_pnexNote_item-right > a > img {
    }
    .eir_area_library .eir_pnexNote {
    }
    .eir_area_library .eirDataArea .list-news > li > .s_eirList_item_title {
    }
    .eir_area_library ul.s_eirAnchor {
    }
    .eir_area_library .yearController {
    }
    [lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li {
        min-width: 0;
    }
    [lang="en"] .eir_area_irnews .newsTypeController {
        padding-left: 160px;
    }
    [lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .eir_area_news {
        margin-top: 0;
        font-size: 14px;
    }
    .eir .eirDataArea .list-news > li:nth-child(n + 6) {
    }
    .eir .eir_rss {
    }
    .eir_area_news .yearController {
    }
    .eir_area_news .cts-news__tabtitle {
    }
    .eir .newsTypeController {
        padding-left: 0;
        box-shadow: inset 0 -1px var(--color-text);
        margin-bottom: 30px;
    }
    .eir .s_eirTab {
        flex-wrap: nowrap;
        margin-left: -3px;
        margin-right: -3px;
    }
    .eir .newsTypeController ul.s_eirTab > li {
        min-width: 0;
        width: auto;
        margin: 0;
        flex-grow: 1;
        padding: 0 3px;
        max-width: 33.33%;
    }
    .eir .newsTypeController ul.s_eirTab > li:last-child {
    }
    .eir .newsTypeController ul.s_eirTab > li.activeTarget > a {
        line-height: 1.2;
        height: 100%;
        font-size: 14px;
        padding: 10px 5px;
        min-height: 50px;
    }
    .eir .newsTypeController ul.s_eirTab > li.activeTarget > a > .sp {
        display: inline;
    }
    .eir .newsTypeController ul.s_eirTab > li.active > a {
    }
    .eir .newsTypeController ul.s_eirTab > li.active::after {
    }
    .eir .eirDataArea {
        margin-top: 10px;
    }
    .eir .eirDataArea .list-news {
        font-size: 16px;
    }
    .eir .eirDataArea .list-news > li {
        flex-wrap: wrap;
        padding-bottom: 18px;
    }
    .eir .eirDataArea .list-news > li:first-child {
    }
    .eir .eirDataArea .list-news > li > .date {
        width: 139px;
    }
    .eir .eirDataArea .list-news > li > .date > span {
    }
    .eir .eirDataArea .list-news > li > .tag {
        margin-right: 0;
    }
    .eir .eirDataArea .list-news > li > .tag > span {
        width: auto;
        min-width: 150px;
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title {
        width: 100%;
        margin-top: 18px;
        line-height: 28px;
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .text_dtl > a {
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        > .text_dtl
        > a[href$=".pdf"]:after {
        top: -3px;
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        .s_eirList_item_comment {
    }
    .eir .eirDataArea .list-news > li > .s_eirList_item_title > .eirUseText {
    }
    .eir
        .eirDataArea
        .list-news
        > li
        > .s_eirList_item_title
        > .eirUseText:empty {
    }
    .eir_area_news .noDataText {
    }
    .eir p.cts-news__tabtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .eir p.cts-news__tabtitle > span {
    }
    .eir p.cts-news__tabtitle::after {
    }
    .eir ul.s_eirAnchor {
        column-gap: 50px;
    }
    .eir ul.s_eirAnchor > li {
    }
    .eir .s_eirAnchor > li > a.year {
    }
    .eir .s_eirAnchor > li.active > a.year {
    }
    .eir .s_eirAnchor > li > a.year::after {
    }
    .eir .s_eirAnchor > li.active > a.year::after {
    }
    .eir .yearController {
        margin-bottom: 20px;
        margin-right: -10px;
    }
    .eir_area_irnews .s_eirTab {
    }
    .eir_area_irnews .newsTypeController {
        margin-bottom: 40px;
    }
    .eir_area_irnews .newsTypeController ul.s_eirTab > li {
        max-width: none;
    }
    .news .eir_area_news .yearController {
    }
    .news .eir_area_news .eirDataArea .list-news > li:nth-child(n + 6) {
    }
    .news .eir_area_news .cts-news__tabtitle {
    }
    .news .eir .s_eirTab {
    }
    .news .eir .newsTypeController {
        margin-bottom: 40px;
        padding-left: 0;
    }
    .highlightCanvas .qirLabel {
        font-size: 22px;
        line-height: 32px;
    }
    .highlightCanvas .qirColumnWrapper {
        display: block;
    }
    .highlightCanvas .qirColumn {
        width: auto;
    }
    .highlightCanvas .qirColumn:nth-child(n + 2) {
        margin-top: 40px;
    }
    .highlightCanvas .qirColumn:nth-of-type(2n) {
    }
    .highlightCanvas .qirNote_section,
    .highlightCanvas .qirNotes {
    }
    .highlightCanvas .qirNote_title {
    }
    .highlightCanvas #qirNote {
        margin-top: 35px;
    }
    .highlightCanvas .qirTable table th {
        font-size: 13px;
        height: 37px;
    }
    .highlightCanvas .qirTable table td {
        font-size: 13px;
        height: 37px;
    }
    .highlightCanvas .ctrlBox .label {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"] + .icon::before {
    }
    .highlightCanvas .ctrlBox .label > [type="checkbox"]:checked + .icon {
    }
    .highlightCanvas
        .ctrlBox
        .label
        > [type="checkbox"]:checked
        + .icon::before {
    }
    .highlightCanvas .ctrlBox li {
    }
    .highlightCanvas .ctrlBox {
    }
    .highlightCanvas .qirNote_section > p > a {
    }
    .highlightCanvas .pnexIcon {
    }
    .highlightCanvas .pnexIcon > a {
    }
    .highlightCanvas .pnexIcon > a > img {
    }
    .eir_area_calendar .eirCalendar_figure {
    }
    .eir_area_calendar .eirCalendar_figure img {
    }
    .eir_area_calendar .eirCalendar_figure .area-caution_zoom {
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        margin-top: 11px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .eir_area_calendar .page-ir-calendar-txt-01 {
        font-size: 14px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 25px;
    }
    .eir .s_eirHeading {
    }
    .eir_area_meeting .s_eirHeading {
        margin-bottom: 18px;
    }
    .eir_area_calendar .eirDataArea .list-news > li > .date {
    }
    .eir_area_calendar .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 155px);
        margin-top: 0;
        line-height: 24px;
    }
    .eir_area_calendar .s_eirBlock {
        margin-top: 17px;
        margin-bottom: 40px;
    }
    .eir_area_calendar .s_eirBlock:last-child {
    }
    .eir_area_calendar .eirCalendar_figure .page-ir-calendar-img-01 {
    }
    .eir_area_calendar .eirCalendar_figure .page-ir-calendar-img-01 .img {
        overflow: auto;
        display: block;
        margin-right: -20px;
        padding-right: 20px;
        padding-bottom: 22px;
    }
    .eir_area_calendar .eirCalendar_figure .page-ir-calendar-img-01 .img > img {
        width: 1200px;
        max-width: none;
    }
    .eir_area_calendar .eirDataArea .list-news > li {
        padding-bottom: 20px;
    }
    .eir_page_irlibrary .s_eirBlock .list-news > li > .s_eirIrLibraryText {
    }
    .eir_page_irlibrary
        .s_eirBlock
        .list-news
        > li
        > .s_eirIrLibraryText
        > .eirItem_title_link {
    }
    .eir_page_irlibrary
        .s_eirBlock
        .list-news
        > li
        > .s_eirIrLibraryText
        > .eirItem_title_link[href$=".pdf"]:after {
    }
    .eir_page_irlibrary .eirDataArea .list-news > li {
        padding-bottom: 0;
    }
    .eir_page_irlibrary .eirDataArea .list-news > li > .date {
    }
    .eir_page_irlibrary .s_eirList_item_comment {
        font-size: inherit;
    }
    .eir_area_meeting .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 120px);
        margin-top: 0;
    }
    .eir_area_meeting ul.s_eirAnchor {
        display: block;
    }
    .eir_area_meeting .yearController {
        margin-bottom: 40px;
    }
    .eir_area_meeting ul.s_eirAnchor > li:nth-child(n + 2) {
        margin-top: 20px;
    }
    .eir_area_meeting .eirDataArea .list-news > li > .date {
        width: 120px;
        line-height: 28px;
    }
    .eir_area_meeting .eirDataArea .list-news > li {
        padding-top: 18px;
    }
    .eir_area_library .s_eirBlock:last-child {
    }
    .eir_area_library .eir_pnexNote_item {
    }
    .eir_area_library .eir_pnexNote_item > a {
    }
    .eir_area_library .eir_pnexNote_item-right {
        margin-top: 20px;
    }
    .eir_area_library .eir_pnexNote_item-right > a {
    }
    .eir_area_library .eir_pnexNote_item-right > a > img {
    }
    .eir_area_library .eir_pnexNote {
        margin-top: 38px;
    }
    .eir_area_library .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 130px);
        margin-top: 0;
    }
    .eir_area_library ul.s_eirAnchor {
    }
    .eir_area_library .yearController {
        margin-bottom: 40px;
    }
    .eir_area_library .eirDataArea .list-news > li > .date {
        width: 120px;
    }
    .eir_area_library .s_eirHeading {
        margin-bottom: 18px;
    }
    [lang="en"] .eir_area_irnews .newsTypeController {
        padding-left: 0;
    }
    [lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a {
        font-size: 11px;
    }
}
@media screen and (max-width: 374px) {
    .eir .newsTypeController ul.s_eirTab > li.activeTarget > a {
        font-size: 12px;
    }
    .eir .eirDataArea .list-news {
        font-size: 14px;
    }
    .eir .eirDataArea .list-news > li > .date {
        width: 100px;
        letter-spacing: 0.05em;
    }
    .eir_area_calendar .eirCalendar_figure .area-caution_zoom {
        line-height: 25px;
    }
    .eir_area_calendar .eirDataArea .list-news > li > .date {
        width: 130px;
    }
    .eir_area_calendar .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 140px);
    }
    .eir_page_irlibrary .eirDataArea .list-news > li > .date {
        letter-spacing: 0;
        width: auto;
    }
    .eir_area_meeting .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 105px);
    }
    .eir_area_library .eirDataArea .list-news > li > .s_eirList_item_title {
        width: calc(100% - 105px);
    }
    [lang="en"] .eir_area_irnews .newsTypeController ul.s_eirTab > li > a {
        font-size: 10px;
    }
}
