@charset "UTF-8";

/*/////共通事項ここから//////////////////////////////////////////*/
body {
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6, span, a, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.is-hidden {
    display: none;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.otherHeader .addBox {
    padding-top: 14px;
}

.sp {
    display: none;
}

.Nav__global {
    position: relative;
}

.Nav__global__item:hover {
    text-decoration: none;
}

.IRmain {
    position: relative;
}

@media all and (min-width: 768px) {
    .IRmain {
        min-width: 1010px;
    }

}

.IRmain a {
    color: #525252;
}

.iconPdf {
    margin-left: 3px;
    vertical-align: middle;
}

.iconXls {
    display: inline-block;
    width: 38px;
    height: 18px;
    background-image: url(/assets/img/ir/icon_xls.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
    vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------------------------------
  IR top
------------------------------------------------------------------------------------------------------------------------*/
/*//////エクストラ情報ここから////////////////////////////////////*/

.extraInfo {
    max-width: 1140px;
}

#pagePath {
    display: table-cell;
    width: 965px;
    height: 65px;
    vertical-align: middle;
}

#pagePath > li {
    display: inline-block;
    color: #525252;
    font-size: 1.1rem;
    vertical-align: middle;
}

#pagePath > li > span {
    /*vertical-align: 1px;*/
}

#pagePath .pagePath__home {
    padding-right: 6px;
    color: #0065B2;
}

.englishPage {
    display: table-cell;
    padding-left: 15px;
    width: 160px;
    vertical-align: middle;
}

.englishPage a {
    display: block;
    color: #fff;
    background: #555;
    height: 38px;
    width: 160px;
    line-height: 38px;
    text-align: center;
}

.englishPage a:hover {
    text-decoration: none;
}

/*//////メインエリアここから/////////////////////////////////////*/
.Page__wrapper {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 100px;
    position: relative;
}

.IRindex__info {
    position: relative;
    padding-right: 0;
}

.IRindex__info .MainView .MainView__slide .MainView__slide__items .slick-list .slick-track {
    width: 100%;
}

.IRindex__info .MainView .MainView__slide .MainView__slide__items .slick-list .slick-track .MainView__slide__item {
    width: 100%;
}

.IRmain__hdg {
    margin-bottom: 35px;
}

.IRmain__hdg__inner {
    display: table-cell;
    padding: 0 55px;
    width: 850px;
    height: 220px;
    background: url(/assets/img/ir/IR_mainVisual.png) center top no-repeat;
    vertical-align: middle;
}

.IRmain__hdg .hdg {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
}

.IRmain__hdg .txt {
    color: #fff;
    font-size: 2rem;
}

.IRmain__realtime {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 220px;
}
.IRmain__realtime iframe {
    border: none;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {

  .inLink {
    padding-top: 60px;
    margin-top: -60px;
  }
    .IRmain__realtime {
        padding-top: 36%;
        padding-bottom: 36%;
        overflow: hidden;
        width: auto;
        position: relative;
        margin-bottom: 35px;
        height: 100%;
    }

    .IRmain__realtime iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* safariバグ対策 */
        width: 800px;
        max-width: 100%;
    }
}

@media screen and (max-width: 375px) {

    .IRmain__realtime {
        padding-top: 40%;
        padding-bottom: 40%;

    }

}

.IRmain__realtime-sub iframe {
    border: none;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .IRmain__realtime-sub {
        position: relative;
        height: 0;
        padding-top: 30%;
        padding-bottom: 30%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .IRmain__realtime-sub iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        /* safariバグ対策 */
        width: 800px;
        max-width: 100%;

    }
}

/*//////重要なお知らせここから/////////////////////////////////////*/

.IR__important {
    margin: 0 -290px 35px 0;
    background: #fcf2f2;
    padding: 20px 0;
}

.IR__important__head {
  position: relative;
    text-align: center;
    display: table-cell;
    width: 260px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #c00008;
    vertical-align: middle;
}

.IR__important__body {
    display: table-cell;
    width: 860px;
    padding: 8px 75px 8px 30px;
    margin-top: 20px;
    overflow: hidden;
    vertical-align: middle;
}
@media all and (min-width: 768px) {
    .IR__important__body {
        border-left: 1px solid #ddd;
    }
}
.IR__important__description {
    font-size: 1.4rem;
    line-height: 1.8;
}

/*//////IRカレンダーここから/////////////////////////////////////*/

.IR__calendar {
    position: relative;
    margin-bottom: 40px;
    padding-right: 240px;
    border: solid 1px #ddd;
}

.IR__calendar__head {
    display: table-cell;
    padding: 10px 0;
    width: 270px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .4rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.IR__calendar__body {
    display: table-cell;
    padding: 10px 0;
    width: 600px;
    height: 80px;
    padding-left: 40px;
    vertical-align: middle;
}

.IR__calendar__body dl {
    overflow: hidden;
    margin: 5px 0;
}

.IR__calendar__body dt {
    display: block;
    float: left;
    width: 150px;
    font-size: 1.6rem;
}

.IR__calendar__body dd {
    overflow: hidden;
    font-size: 1.6rem;
}
.IR__calendar__body dt:nth-child(n + 3),
.IR__calendar__body dd:nth-child(n + 3) {
    margin-top: 8px;
}
.IR__calendar__body dd a {
    text-decoration: underline;
}

.IR__calendar__link {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    width: 270px;
    text-align: center;
}

.IR__calendar__link a {
    display: inline-block;
    padding-left: 15px;
    background: url(/assets/img/ir/icon-arrow01-r.png) left .4em no-repeat;
    background-size: 8px auto;
}

/*//////IRニュースここから/////////////////////////////////////*/
.IR__news {
    margin-bottom: 60px;
}

.IR__news__inner {
    float: left;
    padding-right: 20px;
    width: calc(100% - 270px);
    background: #fff;
}

.IR__info {
    margin-bottom: 40px;
}

.IR__news__titleWrapper {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #8a8a8a;
}

.IR__news__title {
    padding: 8px 110px 8px 15px;
    border-left: 5px solid #0272c0;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .2rem;
}

.IR__news__lineup {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
}

.IR__news__lineup a {
    display: inline-block;
    padding-left: 15px;
    background: url(/assets/img/ir/icon-arrow01-r.png) left .4em no-repeat;
    background-size: 8px auto;
}

.IR__news__menu li {
    overflow: hidden;
    margin-bottom: 10px;
}

.IR__news__menu li .date {
    display: block;
    float: left;
    padding-top: 2px;
    width: 135px;
    color: #878787;
    font-size: 1.3rem;
}

.IR__news__menu li p {
    overflow: hidden;
    letter-spacing: .2rem;
}

.IR__docs {
    float: right;
    margin-bottom: 40px;
    padding: 30px 20px;
    width: 270px;
    background: #e5f1f9;

}

.IR__docs__up {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.IR__docs__head {
    margin-bottom: 25px;
    font-size: 2.2rem;
    font-weight: 500;
}

.IR__docs__downloadAll {
    margin: 0 auto 15px;
    width: 200px;
}

.IR__docs__downloadAll a {
    display: block;
    padding: 8px 10px 9px;
    color: #fff;
    background: #555;
}

.IR__docs__downloadAll a:hover {
    text-decoration: none;
}

.IR__docs__description {
    line-height: 1.7;
}

.IR__docs__list {
    margin-right: -5px;
}

.IR__docs__list li {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(/assets/img/ir/icon-arrow01-r.png) 3px .4em no-repeat;
    background-size: 8px auto;
}

/*//////IR株価リンクここから//////////////////////////////*/

.IR__stock {
    float: right; 
    width: 270px; 
    margin-bottom: 40px;
}

.IR__stock .IR__stock__link {
    display: block;
    background: #0272c0;
    text-align: center; 
    padding: 10px 25px; 
    width: 100%;
    height: 58px; 
    line-height: 1;
    font-size: 2rem; 
    color: #fff; 
    text-decoration: none;
}

.IR__stock .IR__stock__small {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .IR__stock {
        float: none; 
        width: 100%; 
        margin-bottom: 35px;
    }
    
    .IR__stock .IR__stock__link {
        padding: 10px 15px;
        width: 100%;
        height: 39px; 
    }
}

/*//////IRカテゴリーメニューここから//////////////////////////////*/
.IR__categoryMenu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px 18px;
}

.IR__categoryItem {
    margin: 0 10px 20px;
    padding: 1px 25px 20px;
    width: calc(25% - 20px);
    border: 1px solid #ddd;
}

.IR__category__title {
    margin: 0 -24px 20px;
    padding: 13px 25px 15px;
    background: #eee;
    font-size: 2rem;
    font-weight: 500;
}

.IR__insideList li {
    margin-bottom: 12px;
    padding-left: 20px;
    background: url(/assets/img/ir/icon-arrow01-r.png) 3px .4em no-repeat;
    background-size: 8px auto;
    letter-spacing: -.01rem;
}

.IR__insideList li .new {
    display: inline-block;
    margin-left: 3px;
    color: #c5151c;
}

/*//////IR広告&免責事項ここから//////////////////////////////*/

.IR__notice {
    margin-bottom: 20px;
    padding: 20px;
    background: #eee;
}

.IR__notice ul {
    text-align: center;
    letter-spacing: -.4em;
}

.IR__notice ul li {
    display: inline-block;
    padding: 0 25px;
    letter-spacing: normal;
}

.IR__notice ul li + li {
    border-left: 1px solid #ccc;
}

/*------------------------------------------------------------------------------------------------------------------------
  IR 下層
------------------------------------------------------------------------------------------------------------------------*/
.main__contents {
    float: right;
    width: calc(100% - 280px);
}

.main__contents p,
.main__contents ul,
.main__contents ol,
.main__contents dl,
.main__contents table {
    margin-bottom: 20px;
}

.main__contents p {
    line-height: 1.785;
}

.sub__contents {
    float: left;
    width: 240px;
}

/*////IR下層メインコンテンツ////////////////////////////////////////////////*/
.hdg-type01 {
    margin-bottom: 30px;
}

.hdg-type01 > .lay {
    display: table-cell;
    width: 860px;
    height: 125px;
    font-size: 3rem;
    font-weight: 500;
    vertical-align: middle;
}

.hdg-type01 > .lay .date {
    font-weight: normal;
    font-size: 1.5rem;
}

.hdg-type02 {
    margin-bottom: 30px;
    padding: 16px 20px;
    border-left: 5px solid #0272c0;
    background: #f7fbfe;
    font-size: 1.8rem;
    font-weight: 700;
}

.hdg-type03 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

.sectionBlk01 {
    padding-bottom: 60px;
}

.sectionBlk01 a {
    text-decoration: underline;
}

.sectionBlk01 a:hover {
    text-decoration: none;
}

.sectionBlk01:last-of-type {
    padding-bottom: 0;
}

.sectionBlk02 {
    padding-bottom: 60px;
}

.sectionBlk01 .sectionBlk02:last-of-type {
    padding-bottom: 0;
}

.text-em01 {
    text-decoration: underline;
}

.list-disc01 {
    padding-left: 25px;
}

.list-disc01 li {
    position: relative;
    padding-left: 12px;
}

.list-disc01 li::before {
    content: '';
    position: absolute;
    top: .6em;
    left: 2px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #333;
}

.list-link01 li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(/assets/img/ir/icon-arrow01-r.png) left .4em no-repeat;
    background-size: 8px auto;
}

.list-link01 li a {
    text-decoration: none;
}

.list-link01 li a:hover {
    text-decoration: underline;
}

.list-link01 li:last-of-type {
    margin-bottom: 0;
}

.main__contents .img01 {
    margin-bottom: 80px;
    text-align: center;
}

.segmentBlk01 {
    margin-bottom: 20px;
    padding: 20px 25px;
    border: 1px solid #ddd;
}

.segmentBlk01 p:last-of-type,
.segmentBlk01 ul:last-of-type,
.segmentBlk01 ol:last-of-type,
.segmentBlk01 dl:last-of-type,
.segmentBlk01 table:last-of-type {
    margin-bottom: 0;
}

.segmentBlk01Title {
    border-bottom: 1px solid #ddd;
    padding-bottom: .6em;
}


.segmentBlk02 {
    margin-bottom: 20px;
    padding: 20px 50px;
    border: 1px solid #ddd;
}
.segmentBlk02 p:last-of-type,
.segmentBlk02 ul:last-of-type,
.segmentBlk02 ol:last-of-type,
.segmentBlk02 dl:last-of-type,
.segmentBlk02 table:last-of-type {
    margin-bottom: 0;
}

.segmentBlk02Title,
h3.segmentBlk02Title {
    border-bottom: 1px solid #ddd;
    padding-bottom: .6em;
    font-size: 2rem;
    margin-bottom: .9em;
}

@media screen and (max-width: 767px) {

    .segmentBlk02 {
        padding: 14px 15px;
    }

    .segmentBlk02Title {
        padding-bottom: .8em;
    }
}


.align-type01 {
    text-align: left;
}

.align-type02 {
    text-align: center;
}

.align-type03 {
    text-align: right;
}

/*////IR下層ローカルナビ////////////////////////////////////////////////*/
.sub__contents .Nav__IRlocal {
    margin-bottom: 35px;
}

.sub__contents .Nav__IRlocal .title {
    display: table-cell;
    padding: 0 35px;
    width: 240px;
    height: 120px;
    background: #84b4dc;
    color: #fff;
    font-size: 3rem;
    vertical-align: middle;
}
.sub__contents .Nav__IRlocal .title:hover {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .sub__contents .Nav__IRlocal .title {
    pointer-events: none;
  }
}

.sub__contents .Nav__IRlocal .title .en {
    display: block;
    font-size: 1.5rem;
}

.sub__contents .Nav__IRlocal .localnavi > li {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
}

.sub__contents .Nav__IRlocal .localnavi > li > a {
    display: block;
    position: relative;
    padding: 11px 5px 12px 55px;
    font-weight: 500;
}

.sub__contents .Nav__IRlocal .localnavi > li > a::before {
    display: block;
    content: '';
    position: absolute;
    top: .8em;
    left: 25px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #84b4dc url(/assets/img/ir/icon-IRlocal__list.png) 9px center no-repeat;
}

.sub__contents .Nav__IRlocal .localnavi > li.current,
.sub__contents .Nav__IRlocal .localnavi > li.parents {
    padding: 20px 0 15px;
    border: 0;
    background-color: #f3f8fc;
}

.sub__contents .Nav__IRlocal .localnavi > li.current > a {
    background-color: #eee;
}

.sub__contents .Nav__IRlocal .localnavi > li > ul > li {
    position: relative;
    margin-bottom: 5px;
}

.sub__contents .Nav__IRlocal .localnavi > li > ul > li::before {
    display: block;
    content: '';
    position: absolute;
    top: .8em;
    left: 27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #84b4dc;
}

.sub__contents .Nav__IRlocal .localnavi > li > ul > li a {
    display: block;
    padding: 3px 5px 3px 40px;
}

.sub__contents .Nav__IRlocal .localnavi > li > ul > li.current a {
    background-color: #eee;
}

.sub__contents .Nav__IRlocal .localnavi > li .new {
    display: inline-block;
    margin-left: 3px;
    color: #c5151c;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  レスポンシブ767px以下
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

    /*////共通事項////////////////////////////////////////////////*/
    .sp {
        display: block;
    }

    span.sp,
    img.sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    body {
        min-width: 320px;
    }

    /*------------------------------------------------------------------------------------------------------------------------
      IR top
    ------------------------------------------------------------------------------------------------------------------------*/
    /*////スマホ用ローカルナビ/////////////////////////////////*/
    .sp__localNav {
        position: relative;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0 15px;
    }

    .localNav__opened {
        display: none;
        position: absolute;
        z-index: 100;
        /*top: 41px;*/
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #eee;
    }

    .localNav__opened-inner {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        padding-bottom: 30vh;
    }

    .sp__localNav__head {
        display: inline-block;
        padding: 9px 0;
        min-height: 40px;
        font-size: 1.875rem;
        font-weight: 500;
    }

    #sp__localNav__btn {
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: url(/assets/img/ir/icon-arrow01-b.png) center center no-repeat;
        background-size: 9px auto;
        text-indent: 100%;
        white-space: nowrap;
    }

    [aria-expanded="true"].open #sp__localNav__btn {
        background-image: url(/assets/img/ir/icon-arrow01-t.png);
    }

    .localNav__title {
      display: block;
        font-size: 2.25rem;
        background: #e1e1e1;
        padding: 10px 15px;
        font-weight: 500;
    }

    .localNav__items01 {
        font-size: 1.75rem;
        padding: 0 15px 15px;
    }
    .localNav__item01 {}

    .localNav__link {
        display: block;
        position: relative;
        padding: 0 0 0 25px;
        border-bottom: 1px solid #ccc;
        font-weight: 500;
    }

    .localNav__link a {
        display: block;
        text-decoration: none;
        font-weight: 500;
        padding: 9px 0 9px 0;
    }

    .localNav__title:hover, .localNav__link:hover, .localNav__item02 > a:hover {
        text-decoration: none;
    }


    .plusMinus {
        overflow: hidden;
        position: absolute;
        top: 9px;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        text-indent: -9999px;
        white-space: nowrap;
        cursor: pointer;
        padding: .8em;
    }

    .plusMinus::before {
        display: block;
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 9px;
        height: 1px;
        background: #535353;
        margin-top: .4em;
        margin-left: .4em;
    }

    .plusMinus::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 4px;
        width: 1px;
        height: 9px;
        background: #535353;
        margin-top: .4em;
        margin-left: .4em;
    }

    [data-accordion].open .plusMinus::after {
        display: none;
    }

    .localNav__items02 {
        display: none;
        font-size: 1.375rem;
    }

    .localNav__item02 {
        border-bottom: 1px solid #ccc;
        margin-left: 15px;
        display: block;
        background: url(/assets/img/ir/icon-arrow01-r.png) 13px 1.4em no-repeat;
        background-size: 6px auto;
        font-weight: 500;

    }

    .localNav__item02 .red {
        color: #bc1c28;
        letter-spacing: -.03rem;
    }

    .localNav__item02 > a {
        padding: 12px 30px;
        display: block;


    }

    #pagePath {
        display: block;
        padding: 10px 0;
        width: auto;
        height: auto;
    }

    .englishPage {
        display: block;
        float: right;
        margin-bottom: 10px;
        padding-left: 0;
        width: 80px;
    }

    .englishPage a {
        height: 25px;
        width: auto;
        font-size: 1.25rem;
        line-height: 25px;
    }

    .IRmain__figure--sp {
        margin: 0 auto 25px;
    }

    /*//////メインエリアここから/////////////////////////////////////*/
    .Page__wrapper {
        padding: 0 15px 50px;
    }

    .IRindex__info {
        padding-right: 0;
    }

    /*//////重要なお知らせここから/////////////////////////////////////*/
    .IR__important {
        margin: 0 0 35px;
        padding: 15px;
    }

    .IR__important__head {
        display: block;
        margin-bottom: 5px;
        width: auto;
        height: auto;
        font-size: 2.25rem;
        border-right: 0;
    }

    .IR__important__body {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: 1.5;
    }

    .IR__important__description {
        line-height: 1.5;
    }

    /*///IRカレンダー////////////////////////////////////////////*/
    .IR__calendar {
        margin-bottom: 35px;
        padding: 15px;
    }

    .IR__calendar__head {
        display: block;
        margin: 0 0 5px;
        padding: 0;
        width: auto;
        font-size: 2.25rem;
        text-align: center;
    }

    .IR__calendar__body {
        display: block;
        padding: 0;
        width: auto;
        height: auto;
        padding-left: 0;
        vertical-align: middle;
    }

    .IR__calendar__body dl {
        margin: 0 0 5px;
    }

    .IR__calendar__body dt {
        display: block;
        float: none;
        width: auto;
        font-size: 1.75rem;
        text-align: center;
    }

    .IR__calendar__body dd {
        display: block;
        float: none;
        width: auto;
        font-size: 1.75rem;
        text-align: center;
    }
    .IR__calendar__body dd:nth-child(n + 3) {
        margin-top: 0;
    }
    
    .IR__calendar__link {
        position: static;
        margin-top: 0;
        width: auto;
    }

    .IR__calendar__link a {
        padding-left: 12px;
        background-size: 6px auto;
    }

    /*//////IRニュースここから/////////////////////////////////////*/
    .IR__news {
        margin-bottom: 0;
        background: #fff;
    }

    .IR__news__inner {
        float: none;
        padding-right: 0;
        width: auto;
    }

    .IR__info,
    .IR__press {
        margin-bottom: 30px;
    }

    .IR__news__titleWrapper {
        margin-bottom: 15px;
        padding-bottom: 3px;
    }

    .IR__news__title {
        padding: 4px 80px 4px 10px;
        border-left: 3px solid #0272c0;
        font-size: 2.25rem;
    }

    .IR__news__lineup {
        right: 0;
        margin-top: -9px;
    }

    .IR__news__lineup a {
        padding-left: 12px;
        background-size: 6px auto;
    }

    .IR__news__menu li {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .IR__news__menu li .date {
        float: none;
        margin-bottom: 3px;
        padding-top: 0;
        width: auto;
        font-size: 1.25rem;
    }

    .IR__docs {
        float: none;
        margin-bottom: 35px;
        padding: 15px 15px;
        width: auto;
        background: #e5f1f9;
    }

    .IR__docs__up {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .IR__docs__head {
        margin-bottom: 0;
        font-size: 2.25rem;
    }

    .IR__docs__downloadAll,
    .IR__docs__description {
        display: none;
    }

    .IR__docs__list {
        margin-right: -5px;
    }

    .IR__docs__list li {
        margin-bottom: 15px;
        padding-left: 12px;
        background-size: 6px auto;
    }

    /*//////IRカテゴリーメニュー/////////////////////////////////////*/
    .IR__categoryMenu {
        display: block;
        margin: 0;
    }

    .IR__categoryItem {
        margin: 0 0 20px;
        padding: 1px 15px 5px;
        width: auto;
        border: 1px solid #ddd;
    }

    .IR__category__title {
        margin: 0 -14px 20px;
        padding: 7px 15px 8px;
        font-size: 2rem;
    }

    .IR__insideList li {
        margin-bottom: 15px;
        padding-left: 12px;
        background-size: 6px auto;
    }

    /*//////IR広告&免責事項ここから//////////////////////////////*/
    .IR__notice {
        padding: 10px;
    }

    /*------------------------------------------------------------------------------------------------------------------------
      IR 下層
    ------------------------------------------------------------------------------------------------------------------------*/
    .main__contents,
    .sub__contents {
        float: none;
        width: auto;
    }

    .sub__contents {
        margin-top: 35px;
        padding-top: 35px;
        border-top: 1px solid #ddd;
    }
    .sub__contents__borderNone {
        border-top: none;
    }

    /*////IR下層メインコンテンツ////////////////////////////////////////////////*/
    .hdg-type01 {
        margin-bottom: 20px;
    }

    .hdg-type01 > .lay {
        display: block;
        width: auto;
        height: auto;
        font-size: 2.5rem;
    }

    .hdg-type02 {
        margin-bottom: 15px;
        padding: 11px 12px;
        border-left: 3px solid #0272c0;
        font-size: 1.5rem;
    }

    .hdg-type03 {
        margin-bottom: 5px;
        font-size: 1.625rem;
    }

    .sectionBlk01 {
        padding-bottom: 10px;
    }

    .sectionBlk02 {
        padding-bottom: 30px;
    }

    .sectionBlk01 .sectionBlk02:last-of-type {
        padding-bottom: 0;
    }

    .list-disc01 {
        padding-left: 15px;
    }

    .list-link01 li {
        margin-bottom: 1em;
        padding-left: 12px;
        background-size: 6px auto;
    }

    @media screen and (max-width: 767px) {
        .list-link01 li {
            margin-bottom: .3em;
        }

    }

    .main__contents .img01 {
        margin-bottom: 35px;
    }

    .segmentBlk01 {
        padding: 15px 15px;
    }

    .align-type01 {
        text-align: left;
    }

    .align-type02 {
        text-align: center;
    }

    .align-type03 {
        text-align: right;
    }

    /*////IR下層ローカルナビ////////////////////////////////////////////////*/
    .sub__contents .Nav__IRlocal {
        margin-bottom: 20px;
    }

    .sub__contents .Nav__IRlocal .title {
        display: block;
        padding: 16px 15px;
        width: auto;
        height: auto;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        background: #fff;
        color: #333;
        font-size: 2.25rem;
    }

    .sub__contents .Nav__IRlocal .title .en {
        display: none;
    }

    .sub__contents .Nav__IRlocal .localnavi > li {
        border-bottom: 1px solid #d9d9d9;
        font-size: 2rem;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > a {
        padding: 10px 5px 10px 15px;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > a::before {
        display: none;
    }

    .sub__contents .Nav__IRlocal .localnavi > li.current,
    .sub__contents .Nav__IRlocal .localnavi > li.parents {
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fff;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > ul {
        padding-left: 15px;
        border-top: 1px solid #d9d9d9;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > ul > li {
        margin-bottom: 0;
        padding: 0 0 1px;
        border-bottom: 1px solid #d9d9d9;
        font-size: 1.375rem;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > ul > li:last-of-type {
        border-bottom: 0;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > ul > li::before {
        display: none;
    }

    .sub__contents .Nav__IRlocal .localnavi > li > ul > li a {
        margin: 1px 0 0;
        padding: 12px 5px 12px 10px;
    }

}

/*////IR下層 grids ////////////////////////////////////////////////*/

.IR-grids {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.IR-gridCol {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .IR-grids {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .IR-gridCol {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

/*////IR下層 meida ////////////////////////////////////////////////*/

.IR-media {
    margin-bottom: 20px;

    padding: 10px;
    overflow: hidden;
    color: inherit;
    text-decoration: none !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    border: 1px solid #dddddd;
}

.IR-media--itemCenter {
    align-items: center;
}

.IR-media:hover {
    text-decoration: none;
}

.IR-mediaImg {
    margin-right: 1.2em;
    min-width: 110px;
    width: 110px;
}

.IR-mediaImg + .mediaImg {
    margin-bottom: 10px;
}

.IR-mediaBody {
    margin-top: .3em;
}

.IR-mediaBody > *:last-child {
    margin-bottom: 0;
}

.IR-mediaTitle {
    font-size: 1.6rem;
    margin-bottom: .3em;
    color: #525252;
    font-weight: 500;
}

.IR-mediaText {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .IR-media {
        margin-bottom: 16px;
    }
}

/*////IR下層 box ////////////////////////////////////////////////*/

.IR-box {
    margin-bottom: 20px;
    padding: 25px 50px 15px;
    background: #e5f1f9;
}

.IR-boxHead {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.7em;
}
.IR-boxHead:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.IR-boxHead > *:last-child {
    margin-bottom: 0;
}

.IR-boxTitle {
    margin-bottom: .8em;
    font-weight: bold;
}

h2.IR-boxTitle {
    margin-bottom: 1em;
}

h3.IR-boxTitle {
    margin-bottom: .8em;
}

.IR-boxDescription {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.IR-boxBtn {
    margin-right: 40px;
}

.IR-boxText {
}

.IR-boxBody {

}

.IR-boxBody > *:last-child {
    margin-bottom: 0;
}

.IR-boxTable {
}

.IR-boxTable tr {
}

.IR-boxTable th {
    font-weight: normal;
    vertical-align: top;
    width: 140px;
    color: #525252;
    text-align: left;
    padding-bottom: 10px;
}

.IR-boxTable td {
    vertical-align: top;
    text-align: left;
    width: auto;
    color: #525252;
    padding-bottom: 10px;

}

.IR-boxTable th > *:last-child,
.IR-boxTable td > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {

    .IR-box {
        padding: 13px 16px 10px;
    }

    h2.IR-boxTitle {
        margin-bottom: .5em;
    }

    .IR-boxDescription {
        display: none;
    }

    .IR-boxBtn {
        margin-right: 0;
    }

    .IR-boxTable th {
        width: 35%;
    }
}

.IR-boxNotice:before {
    content: '（注）';
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1.3rem;
    margin-left: -.5em;
}

.IR-boxNotice ol,
.IR-boxNotice ul {
    margin-left: 1.2em;
    margin-top: 5px;
}

.IR-boxNotice ol li,
.IR-boxNotice ul li {
    list-style-type: decimal;
    font-size: 1.3rem;
    margin-bottom: .3em;
}

.IR-boxNotice ul li {
    list-style-type: disc;
}

@media screen and (max-width: 767px) {

}

/*////IR下層 btn ////////////////////////////////////////////////*/

.IR-btn_group {
    margin-right: -8px;
    margin-left: -8px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.IR-btn_group li {
    text-align: center;
    list-style-type: none;
    margin-right: 8px;
    margin-left: 8px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {

    .IR-btn_group li {
        width: calc(50% - 16px);
    }

}

.main__contents .IR-btn,
.main__contents .IR-btn-white,
.IR-btn,
.IR-btn-white {
    margin-bottom: 10px;
}

.IR-btn-white a,
.IR-btn a {
    display: inline-block;
    padding: 6px 19px 7px;
    color: #fff;
    background: #555;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .IR-btn-white a,
    .IR-btn a {
        padding: 6px 10px 7px;
    }
}


.IR-btn-white a {
    color: #005ca2;
    background: #fff;
    padding: 11px 22px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.IR-btn-white a .iconXls,
.IR-btn-white a .iconPdf {
    margin-right: -6px;
}

@media screen and (max-width: 767px) {
    .IR-btn-white a {
        padding: 6px 10px 7px;
        font-size: 1rem;
    }
    .IR-btn-white a .iconXls,
    .IR-btn-white a .iconPdf {
        margin-right: 0;
    }

}

.IR-btn--right {
    text-align: right;
}

.IR-btn--center {
    text-align: center;
}

.IR-btn--arrow a {
    padding-left: 14px;
}

.IR-btn--arrow a:before {
    content: '';
    display: inline-block;
    padding-left: 14px;
    background: url(/assets/img/ir/icon-arrow01-r-white.png) left .5em no-repeat;
    background-size: 8px auto;
    width: 12px;
    height: 18px;
}


/*////IR下層 list ////////////////////////////////////////////////*/

.IR-list_none li a,
.IR-list li a,
.IR-list_arrow li a,
.IR-list_2col li a,
.IR-list_inline li a,
.IR-list_ancherNav li a {
    text-decoration: none;
}

.IR-list_none li a:hover,
.IR-list li a:hover,
.IR-list_arrow li a:hover,
.IR-list_2col li a:hover,
.IR-list_inline li a:hover,
.IR-list_ancherNav li a:hover {
    text-decoration: underline;
}

.IR-list_none ul,
.IR-list ul,
.IR-list_arrow ul,
.IR-list_2col ul {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 1.2em;
}

.IR-list {
    margin-left: 1.8em;
}

ol.IR-list li {
    list-style-type: decimal;
}

ul.IR-list li {
    list-style-type: disc;
}

.IR-list li {
    margin-bottom: 1em;
}

.IR-list_none {
    margin-left: 0;
}

.IR-list_none li {
    list-style-type: none;
}

.IR-list_arrow {
    margin-left: 0;
}

ul.IR-list_arrow li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 1.4em;
    background: url(/assets/img/ir/icon-arrow01-r.png) 3px .4em no-repeat;
    background-size: 8px auto;
}

.IR-list_2col {
    margin-left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.IR-list_2col li {
    list-style-type: none;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 10px;
    padding-left: 1.4em;
    background: url(/assets/img/ir/icon-arrow01-r.png) 3px .4em no-repeat;
    background-size: 8px auto;
}

.IR-list_2col li ul {
    margin-left: 0;
}

.IR-list_2col li li {
    margin-right: 0;
    width: 100%;
}

.IR-list_inline,
.IR-list_ancherNav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: -10px;
}

.IR-list_inline li,
.IR-list_ancherNav li {
    box-sizing: border-box;
    padding-right: 1em;
    min-width: 20%;
    list-style-type: none;
    margin-top: 10px;
    padding-left: 2em;
    background: url(/assets/img/ir/icon-arrow01-r.png) 8px .4em no-repeat;
    background-size: 8px auto;
    white-space: nowrap;
}

.IR-list_ancherNav li {
    list-style-type: none;
    background: url(/assets/img/ir/icon-arrow01-b.png) 8px .6em no-repeat;
    background-size: 10px auto;
}

.IR-list_ancherNav li a {
    color: #005ca2;
}

@media screen and (max-width: 767px) {

    .IR-list_2col.library_list_sp {
        display: block;
    }
    .IR-list_2col.library_list_sp li {
      width: 100%;
      margin-right: 0;
    }

    .IR-list_inline,
    .IR-list_ancherNav {
        margin-left: 0;
    }

    .IR-list_arrow li,
    .IR-list_2col li,
    .IR-list_inline li {
        background-size: 6px auto;
    }
}

.IR-list_box {
    margin-bottom: 10px;
    align-items: stretch;
    clear: both;
    display: flex;
    flex-wrap: wrap;

    margin-right: -1%;
    margin-left: -1%;

}

.IR-list_box li {
    list-style-type: none;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 16px;

    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #ccc;
    border-left: 3px solid #0272c0;
}

.IR-list_box a {
    height: 60px;
    padding: 1em .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #eee;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    line-height: 1.4;

}

/*////IR下層 table ////////////////////////////////////////////////*/

.IR-table {
    width: 100%;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-collapse: separate;
    border-spacing: 0;
}

.IR-table tr,
.IR-table td,
.IR-table th {
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}

.IR-table th {
    padding: 14px 20px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    vertical-align: top;
    font-weight: normal;
    background-color: #eee;

}

.IR-table td {
    padding: 14px 20px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.IR-table .IR-tableBg-gray {
    background-color: #eee;
}

.IR-table .IR-tableBg-blue {
    background-color: #f7fbfe;
}

.IR-table .IR-tableW-short {
    width: 20%;
}

.IR-table .IR-tableW-medium {
    width: 28%;
}

.IR-table .IR-tableW-large {
    width: 60%;
    text-align: center;
}

.IR-table .IR-tableText-right {
    text-align: right;
}
.IR-table .IR-tableText-center {
    text-align: center;
}

.IR-table th *:last-child,
.IR-table td *:last-child {
    margin-bottom: 0;
}

.IR-table--borderless {
    border-right: 0;
}

.IR-table--borderless th {
    padding-left: 0;
    border-left: 0;
    background-color: #fff;
}

.IR-table--borderless td {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
}

@media screen and (max-width: 767px) {

    .IR-table th {
        padding: 10px 5px;
    }

    .IR-table td {
        padding: 10px 5px;
    }

    .IR-responsive-table {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .IR-responsive-table table {
        width: auto;
    }

    .IR-responsive-table table th,
    .IR-responsive-table table td {
        white-space: nowrap;
    }

}

/*////IR下層 レポート ////////////////////////////////////////////////*/

.IR-report {
    margin-bottom: 20px;
    padding: 25px 50px 15px;
    background: #e5f1f9;
}

.IR-reportHead {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 23px;
}

.IR-reportHead > *:last-child {
    margin-bottom: 0;
}

.IR-reportTitle {
    margin-bottom: 1em;
    font-size: 2rem;
}

.IR-reportBody {
    margin-right: -1.4em;
    margin-left: -1.4em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.IR-reportBody-colFirst,
.IR-reportBody-colLast {
    margin-right: 1.4em;
    margin-left: 1.4em;
    margin-bottom: 1.4em;

}

.IR-reportBody-colFirst {
    width: 40%;
    text-align: center;
}

.IR-reportBody-colLast {
    width: calc(60% - 2.8em);
}

@media screen and (max-width: 767px) {

    .IR-report {
        padding: 15px;
    }

    .IR-reportHead {
        margin-bottom: 16px;
    }

    .IR-reportBody {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .IR-reportBody-colFirst,
    .IR-reportBody-colLast {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

.IR-reportSubTitle01 {
    font-weight: bold;
    color: #333;
    margin-bottom: .5em;
}

.IR-reportSubTitle01 a {
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
}

.IR-reportSubTitle01 a:hover {
    text-decoration: underline;
}

.IR-reportText {
    font-size: .9em;
}

.IR-reportSubTitle02 {
    font-weight: bold;
    padding-top: .2em;
    padding-bottom: .2em;
    margin-bottom: .5em;
    padding-left: .5em;
    border-left: 4px solid #0172c0;
    margin-top: 2em;
}

.IR-reportList {
    border-top: 1px solid #ddd;
}

.IR-reportList li {
    list-style-type: decimal;
    list-style-position: inside;
    border-bottom: 1px solid #ddd;
    padding-bottom: .8em;
    padding-top: .8em;
}
.IR-reportList--upperRoman li {
    list-style-type: upper-roman;
}

.IR-reportList li a {
    text-decoration: none;
}

.IR-reportList li a:hover {
    text-decoration: underline;
}

.IR-reportText-center {
    text-align: center;
    font-size: .9em;
}

/*////IR下層 バックナンバー ////////////////////////////////////////////////*/

.IR-backNumber {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.IR-BN-box {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    padding: 1.6em;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

    .IR-backNumber {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .IR-BN-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

.IR-BN-title {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
    color: #525252;
    padding-bottom: .5em;
    margin-bottom: 1.6em;
    position: relative;
}

.IR-BN-title:before {
    display: block;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #0272c0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.IR-BN-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    text-align: center;
}

.IR-BN-Body {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
}

.IR-BN-img {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}
.IR-BN-img--full {
    width: calc(100% - 20px);
}

.IR-BN-text {
    margin-top: .4em;
    font-size: 1.4rem;
    color: #525252;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.IR-BN-text--full {
  max-width: 100%;
}

/*////IR下層 iframe ////////////////////////////////////////////////*/

.IR-iframe #tcs_title_link li {
    margin-bottom: 30px;
}

.IR-iframe #tcs_title_link li {
    display: inline;
    margin: 0 0 0 30px;
}

.IR-iframe #tcs_title_link li:first-child {
    display: inline;
    margin: 0 0 0 0;
}

.IR-iframe ul#tcs_title_link {
    padding-left: 0;
}


/*//// header追随 ////////////////////////////////////////////////*/

@media all and (max-width: 767px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }
    #sp__localNav {
        margin-top: 60px !important;
    }
}


/* 20180524追加 */

.IR-reportList02 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: .8em;
  padding-top: .8em;
  font-size: 1.4rem;
  margin: 1em 0;
}
.IR-reportList02 a {
  text-decoration: none;
}
.IR-reportList02 a:hover {
  text-decoration: underline;
}

@media all and (min-width: 768px) {
.IR-twoColumnBetween {
  display: flex;
  justify-content: space-between;
  }
}
