/*---------- 共通 ----------*/
.mb30 {
    margin-bottom: 50px;
}
.mb20 {
    margin-bottom: 58px;
}
.mt20 {
    margin-top: 20px;
}
.w100per {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.vaTop {
    vertical-align: top;
}
.w150 {
    width: 150px;
}

img {
    max-width: 100%;
}

/*メニュー*/
.sideNav2 .home {
    margin-bottom: 25px;
}

/*見出し*/
h2 {
    margin: 30px 0 40px;
}
h3 {
    color: #2d2d2d;
    margin-bottom: 20px;
}

/*---------- サブメニュー ----------*/
ul .dmir {
    text-align: right;
    padding-right: 40px;
}

/*---------- IRトップ ----------*/
div.irTopMenu {
    width: 305px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 32px;
}
div.irTopMenu:nth-child(2n) {
    margin-right: 10px;
}
div.irTopMenu h3 {
    color: #000000;
    background-color: #bfbfbf;
    font-size: 14px;
    padding: 5px;
}
div.irTopMenu h3 a {
    color: #000000;
}
div.irTopMenu h3 a:hover {
    text-decoration: none;
}
div.irTopMenu ul {
    margin-left: 10px;
}
div.irTopMenu ul a {
    font-size: 14px;
    color: #000;
    line-height: 210%;
}
div.irTopMenu ul a:hover {
    text-decoration: none;
}

div.sec-ir__right h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 155%;
}
div.sec-ir__right p {
    font-size: 14px;
    line-height: 214%;
    margin-top: 23px;
}
div.sec-ir__right p a {
    color: #1d2088;
}
div.sec-ir__right p a:hover {
    text-decoration: none;
}

/*---------- ニュース一覧 ----------*/
/* ニュースのカテゴリーで絞り込み */
#filterMenu {
    margin-bottom: 20px;
}
#filterMenu ul {
    font-size: 0;
}
#filterMenu ul li {
    display: inline-block;
    width: 102px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ada365;
    background-color: #94853c;
    padding: 3px 0;
    font-weight: bold;
}
#filterMenu ul li:last-child {
    margin-right: 0;
}

#filterMenu ul li.here,
#filterMenu ul li:hover {
    color: #666;
    background-color: #fff;
}

/*---------- XJページ ----------*/
/*年度選択*/
div#intervalMenu {
    margin-bottom: 30px;
}

/*リスト*/
div.irList {
    margin-bottom: 40px;
}
table.listTbl {
    width: 100%;
}
table.listTbl td {
    vertical-align: top;
    padding-bottom: 10px;
}
table.listTbl td.date {
    width: 110px;
    font-size: 12px;
}
table.listTbl td.label {
    width: 70px;
    padding-top: 2px;
}
table.listTbl td a {
    color: #000;
}
table.listTbl td a:hover {
    text-decoration: none;
}
table.listTbl td a.pdf span.unit:before {
    content: url('/ir/img/icon_pdf.png');
    display: inline-block;
    margin: -5px 5px 0;
    vertical-align: -5px;
}

/*PDFアイコンを揃えるリスト*/
td.pdfRight span.text {
    display: inline-block;
    width: 320px;
}
td.pdfRight span.unit {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-left: 10px;
    white-space: nowrap;
}

/*カテゴリーラベル*/
table.listTbl td.label span {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 60px;
    vertical-align: middle;
}
table.listTbl td.label span.label1 {
    background-color: #dd6767;
}
table.listTbl td.label span.label2 {
    background-color: #66b5d5;
}
table.listTbl td.label span.label3 {
    background-color: #5eb083;
}
table.listTbl td.label span.label4 {
    background-color: #d3a5eb;
}
table.listTbl td.label span.label5 {
    background-color: #ddae67;
}

/*Adobe Readerダウンロード*/
div#download {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-size: 12px;
    width: 560px;
    max-width: 100%;
    margin: 20px auto 0;
}

div#download a {
    display: block;
    width: 140px;
    margin-right: 10px;
}

div#download img {
    object-fit: contain;
}

/*---------- 会社概要 ----------*/
dl.companyOfficer {
    width: 200px;
    margin-bottom: 10px;
}
dl.companyOfficer dt {
    float: left;
    clear: left;
    width: 100px;
}
dl.companyOfficer dd {
    float: left;
    width: 100px;
}

/*---------- 社長メッセージ ----------*/
.messageTxt p {
    text-indent: 1em;
}
.mb1em {
    margin-bottom: 1em;
}
.messageTxt .right {
    float: right;
}

/*---------- 役員プロフィール ----------*/
dl.officerCareer {
    width: 380px;
}
dl.officerCareer dt {
    float: left;
    clear: left;
    width: 90px;
    margin-bottom: 5px;
}
dl.officerCareer dd {
    float: left;
    width: 290px;
    margin-bottom: 5px;
}

/*---------- 主要な経営指標の推移 ----------*/
div.financialGraph {
    display: inline-block;
    width: 290px;
    margin: 0 20px 30px 0;
    vertical-align: top;
    text-align: right;
}
div.financialGraph:nth-child(2n) {
    margin-right: 0;
}
div.financialGraph h3 {
    margin-bottom: 0;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
}
table.financialTbl td {
    text-align: right;
}

/*---------- IRカレンダー ----------*/
.pd5Tbl th,
.pd5Tbl td {
    padding: 5px;
}

/*---------- FAQ ----------*/
ul.faqList li {
    font-size: 14px;
    margin-bottom: 10px;
}
ul.faqList li a {
    color: #000;
}
ul.faqList li a:hover {
    text-decoration: none;
}
.faqSection {
    margin-bottom: 58px;
}

/*---------- お問い合わせ ----------*/
p.require {
    color: #ff0000;
}
.contactTbl {
    margin: 0 auto 20px;
    border-collapse: collapse;
}
.contactTbl th {
    background: #cccccc none repeat scroll 0 0;
    border-bottom: 1px dotted #ffffff;
    padding: 15px 10px;
}
.contactTbl td {
    background: #ededed none repeat scroll 0 0;
    border-bottom: 1px dotted #999999;
    padding: 15px 10px;
}

/*---------- 株主メモ ----------*/
.c-page__content .sec-ir__right dl {
    display: block;
    font-size: 0;
}
.c-page__content .sec-ir__right hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 30px;
}
.c-page__content .sec-ir__right dt {
    font-size: 14px;
    font-weight: bold;
    width: 33.2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    letter-spacing: 0.8px;
    line-height: 210%;
}
.c-page__content .sec-ir__right dt p {
    margin-left: 30px;
}
.c-page__content .sec-ir__right dd {
    font-size: 14px;
    width: 66.6%;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 35px;
    letter-spacing: 0.8px;
    line-height: 210%;
}
.c-page__content .sec-ir__right dd a:link,
.c-page__content .sec-ir__right dd a:visited {
    color: #1d2088;
}
.c-page__content .sec-ir__right dd a:hover {
    text-decoration: none;
}
.c-page__content .sec-ir__right dd p {
    margin-left: 30px;
}
.c-page__content .sec-ir__right dd span {
    display: block;
    font-size: 12px;
    line-height: 200%;
    margin-bottom: 42px;
}
.c-page__content .sec-ir__right dd span:last-of-type {
    margin-bottom: 5px;
}
.c-page__content .sec-ir__right dt.first,
.c-page__content .sec-ir__right dd.first {
    margin-top: 0px;
}
.c-page__content .first {
    margin-top: 0px;
}
#notes div.sec-ir__right p {
    margin-top: 4px;
}

/*---------- アナリストカバレッジ ----------*/
#analyst div.sec-ir__right p {
    margin-top: 4px;
}

.qirBox_asteriskNote {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qirBox_asteriskNote_item {
    padding-left: 1em;
}
.qirBox_asteriskNote_item::before {
    content: '※';
    display: inline-block;
    text-indent: -1em;
}
.qirLang-en .qirBox_asteriskNote_item::before {
    content: '*';
}

.qirBox_carefulNote_title {
    font-weight: bold;
}
.qirBox_carefulNote_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qirBox_carefulNote_list_item {
    padding-left: 1em;
}
.qirBox_carefulNote_list_item::before {
    content: '・';
    display: inline-block;
    text-indent: -1em;
}

/*---------- 業績ハイライト ----------*/
.sec-ir__right .tblC {
    width: 100%;
    background: url('/img/common/bg02.gif') top left repeat-x;
}

.sec-ir__right .tblC thead th {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    background: url('/img/common/dotted01.gif') bottom left repeat-x;
}

.sec-ir__right .tblC tbody th {
    padding: 11px 5px;
    vertical-align: top;
    text-align: left;
    background: url('/img/common/dotted01.gif') bottom left repeat-x;
}

.sec-ir__right .tblC tbody td {
    padding: 11px 5px;
    vertical-align: top;
    background: url('/img/common/dotted01.gif') bottom left repeat-x;
}

.sec-ir__right .arrow01 {
    background: url('/img/common/arrow01.gif') 1px 0.3em no-repeat;
    padding-left: 16px;
}
.sec-ir__right .arrow01 a {
    padding: 2px 8px;
}

/*---------- main ----------*/
/*
.c-page__main h1 {
  font-size: 34px;
  padding-top: 36px;
}

.c-page__main .c-page__main__tx {
  font-size: 30px;
  line-height: 180%;
  margin-top: 102px;
}
*/

/*---------- sp ----------*/
@media only screen and (max-width: 640px) {
    .c-page__main .c-page__main__tx {
        font-size: 18px;
        line-height: 180%;
        margin-top: 28px;
    }
}

/*---------- 英語ページ ----------*/
.financial__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.financial__item {
    width: 46%;
    margin-bottom: 80px;
}
.financial__item.financial__item2 {
    width: 100%;
}

.financial__item img {
    width: 100%;
    object-fit: cover;
}

.financial__table {
    margin-top: 30px;
    font-size: 12px;
}

.financial__table table {
    border-collapse: collapse;
    border: 1px solid #c7d5de;
    width: 100%;
}

.financial__table th {
    background-color: #758fa0;
    border: 1px solid #c7d5de;
    color: #ffffff;
    padding: 10px 5px;
}

.financial__table td {
    text-align: right;
    border: 1px solid #c7d5de;
    padding: 10px 5px;
}

.financial__notes {
    font-size: 16px !important;
}

.financial__notes ul {
    margin-bottom: 30px;
}

.financial__notes li {
    line-height: 2;
}

.financial__indent {
    padding-left: 1em;
    text-indent: -1em;
}

.library__date {
    margin-right: 10px;
    min-width: fit-content;
}

.library__select {
    padding: 2px 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

.library__list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.library__list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.library__list li:not(:last-child) {
    margin-bottom: 1rem;
}

.library__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.library__list a::after {
    content: url('/common/images/pdf.png');
    margin-left: 5px;
}

.enir-contact-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.en-page__main__tx {
    font-family: 'DINNextLTPro-Condensed';
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-top: 45px;
}

.financial__graph {
    width: 100%;
}
.financial__graph .financial__graph--wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
}
.financial__graph--wrap .name-bold {
    width: 100%;
    font-weight: bold;
    margin-bottom: 18px;
    padding-left: 15px;
}
.financial__graph--wrap .name {
    width: 50%;
    display: block;
    margin-bottom: 18px;
    padding-left: 15px;
    box-sizing: border-box;
}
.financial__graph--wrap .number {
    width: 10%;
    display: block;
    margin-bottom: 18px;
}
.financial__graph--wrap .name-ttl,
.financial__graph--wrap .number-ttl {
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .financial__item {
        width: 100%;
    }

    .library__list a {
        margin-left: 0;
    }

    .library__date {
        width: 100%;
    }

    .en__h2 {
        margin: 30px 0 !important;
    }

    .financial__graph .financial__graph--wrap {
        font-size: 11px;
        word-break: break-all;
    }
    .financial__graph .financial__graph--wrap .name {
        padding-left: 0;
        width: 34%;
        padding-right: 10px;
    }
    .financial__graph .financial__graph--wrap .number {
        width: 13.2%;
    }
    .financial__graph .financial__graph--wrap .number.number-ttl {
        font-size: 10px;
    }
    .financial__graph .financial__graph--wrap .name-bold {
        padding-left: 0;
    }
}
