footer {
    width: 100%;
    background-color: #fffeec;
    margin-top: -8px;
    padding-bottom: 1px
}

footer .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative
}

footer .sitelink {
    margin: 10px auto 0 auto;
    text-align: center
}

footer .sitelink a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.4px;
    color: #595757;
    margin-top: 16px;
    transition: 0.2s all linear;
    border-bottom: 1px solid #fffeec
}

footer .sitelink a:hover {
    border-bottom: 1px solid #595757
}

footer .sitelink_sp {
    display: none
}

footer .footer_btn {
    display: block;
    margin: 23px auto 20px auto;
    background: url(/common/images/footer_btn.png) no-repeat center center;
    width: 231px;
    height: 54px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 19px;
    color: #fff;
    transition: 0.1s linear opacity
}

footer .footer_btn:hover {
    opacity: 0.7
}

footer .footer_logo {
    display: block;
    margin: 0 auto 20px auto;
    background: url(/common/images/footer_logo.png) no-repeat center center;
    width: 374px;
    height: 34px
}

footer .footer_copyright {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 16px;
    font-weight: 400;
    color: #595757;
    letter-spacing: 0.1rem;
    margin-bottom: 20px
}

footer .footer_copyright br {
    display: none
}

.gotop {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 47px;
    height: 61px;
    background: url(../images/btn_gotop.png) no-repeat center center;
    background-size: cover
}

@media screen and (max-width: 945px) {
    footer .sitelink {
        margin: 10px auto 0 auto
    }

    footer .sitelink a {
        font-size: 1.1rem;
        line-height: 2.2rem;
        letter-spacing: -0.4px;
        margin-top: 12px
    }
}

@media screen and (max-width: 767px) {
    footer {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    footer .inner {
        width: 100%;
        overflow: hidden
    }

    footer .sitelink {
        display: none
    }

    footer .sitelink_sp {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    footer .sitelink_sp a {
        display: block;
        width: 100%;
        height: 40px;
        border-bottom: 1px #ddd solid;
        padding-left: 16px;
        color: #595757;
        font-size: 11px;
        line-height: 40px
    }

    footer .footer_btn {
        width: 170px;
        height: 40px;
        background-size: cover;
        padding-top: 12px
    }

    footer .footer_logo {
        background-size: contain;
        width: 270px;
        height: 26px
    }

    footer .footer_copyright br {
        display: block
    }
}

.ir_footer {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #e99886;
    padding: 20px 0;
    border-bottom: 2px solid #e99886
}

.ir_footer .page_inner {
    width: 1000px;
    margin: 0 auto
}

.ir_footer .sec_ttl {
    color: #e99886
}

.ir_footer .ir_tb {
    display: table;
    width: 100%;
    margin-top: 10px
}

.ir_footer .ir_tb .ir_cell {
    display: table-cell;
    vertical-align: top
}

.ir_footer .ir_tb .ir_cell .footer_ttl {
    color: #e4806a !important;
    font-size: 15px;
    line-height: 27px
}

.ir_footer .ir_tb .ir_cell .footer_ttl.direct_link {
    color: #e4806a !important;
    font-size: 15px;
    line-height: 27px;
    position: relative
}

.ir_footer .ir_tb .ir_cell .footer_ttl.direct_link:before {
    content: ""
}

.ir_footer .ir_tb .ir_cell .direct_link {
    font-size: 14px;
    line-height: 25px;
    color: #595757 !important;
    display: block;
    position: relative
}

.ir_footer .ir_tb .ir_cell .direct_link:before {
    content: '・'
}

.ir_footer .ir_tb .ir_cell .direct_link:after {
    content: '●';
    margin-left: 3px;
    font-size: 8px;
    color: #fff;
    transition: 0.1s linear color
}

.ir_footer .ir_tb .ir_cell .direct_link:hover:after {
    content: '●';
    color: red
}

.ir_footer .ir_tb_sp {
    display: none
}

@media screen and (max-width: 1020px) {
    .ir_footer .page_inner {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 767px) {
    .ir_footer .ir_tb {
        margin-top: 5px
    }

    .ir_footer .ir_tb .ir_cell .footer_ttl {
        color: #e4806a !important;
        font-size: 14px;
        line-height: 30px
    }

    .ir_footer .ir_tb .ir_cell .footer_ttl.direct_link {
        color: #e4806a !important;
        font-size: 14px;
        line-height: 30px
    }

    .ir_footer .ir_tb .ir_cell .direct_link {
        font-size: 13px;
        line-height: 30px
    }
}

@media screen and (max-width: 625px) {
    .ir_footer {
        border-top: 0;
        padding: 20px 0 8px 0;
        margin-top: 30px;
    }

    .ir_footer .page_inner {
        width: 100%
    }

    .ir_footer .sec_ttl {
        padding-left: 10px;
        color: #e99886
    }

    .ir_footer .ir_tb {
        display: none
    }

    .ir_footer .ir_tb_sp {
        display: block;
        width: 100%;
        margin-top: 10px
    }

    .ir_footer .ir_tb_sp .ir_cell {
        display: block
    }

    .ir_footer .ir_tb_sp .ir_cell:first-child a:first-child {
        border-top: 1px #ddd solid
    }

    .ir_footer .ir_tb_sp .ir_cell p,
    .ir_footer .ir_tb_sp .ir_cell a {
        border-bottom: 1px #ddd solid
    }

    .ir_footer .ir_tb_sp .ir_cell .ir_sub_cell {
        display: none
    }

    .ir_footer .ir_tb_sp .footer_ttl {
        font-size: 11px;
        line-height: 40px;
        padding-left: 16px
    }

    .ir_footer .ir_tb_sp .footer_ttl.pure_ttl {
        position: relative;
        display: block;
        width: 100%;
        line-height: 40px;
        color: #e4806a
    }

    .ir_footer .ir_tb_sp .footer_ttl.pure_ttl:after {
        content: '';
        background: url(../images/btn_menu_off_sp.png) no-repeat center center;
        background-size: cover;
        width: 21px;
        height: 10px;
        position: absolute;
        top: 14px;
        bottom: auto;
        left: auto;
        margin: auto;
        right: 20px
    }

    .ir_footer .ir_tb_sp .footer_ttl.direct_link {
        color: #e4806a !important;
        font-size: 11px;
        line-height: 40px;
        position: relative;
        display: block
    }

    .ir_footer .ir_tb_sp .footer_ttl.direct_link:before {
        content: ''
    }

    .ir_footer .ir_tb_sp .direct_link {
        display: block;
        padding-left: 16px;
        font-size: 11px;
        line-height: 40px;
        color: #595757 !important;
        position: relative
    }

    .ir_footer .ir_tb_sp .direct_link:after {
        content: '';
        margin-left: 0
    }

    .ir_footer .ir_tb_sp .direct_link:before {
        content: '・'
    }
}

.common_ttl {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #dd5442;
    margin-bottom: 5px
}

.common_txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 35px;
    text-align: justify
}

.common_txt a {
    text-decoration: underline
}

.common_ps {
    font-size: 12px;
    line-height: 20px
}

.common_ps a {
    text-decoration: underline
}

.page_tag_ttl {
    font-size: 22px;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    color: #dc5441;
    background-color: transparent;
    border: 2px solid #dc5441;
    margin-bottom: 20px
}

.header_background {
    display: none
}

.page_banner {
    display: block;
    background-color: #fff;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 55px;
}

.page_banner .page_inner {
    width: 1000px;
    height: 240px;
    margin: 1px auto 0 auto;
    padding: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
           display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.page_banner .page_title {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding: 59px 20px 0 20px;
    height: 200px;
    text-align: center
}

.page_banner .page_title img {
    height: 82px
}

.page_banner .c-page--title{
    color: #000;

}

.page_banner .c-page--title span{
    font-weight: 500;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.page_banner .page_banner_navi {
    display: table-cell;
    vertical-align: top;
    width: 800px;
    position: relative;
}

.page_banner .page_banner_navi .banner_navi>li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
    position: relative
}

.page_banner .page_banner_navi .banner_navi>li>a {
    color: #000;
    padding: 5px 7px 5px 12px;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 10px 40px 10px 5px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page_banner .page_banner_navi .banner_navi>li>a:hover {
    color: #DF112B;
    opacity: 1;
    border-bottom: 1px solid #DF112B;
}

.page_banner .page_banner_navi .banner_navi>li>a:hover:before {
    background-color: #DF112B;
}

.page_banner .page_banner_navi .banner_navi>li>a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 auto 15px;
    background-color: #000;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page_banner .page_banner_navi .banner_navi>li>ul {
    background-color: #F4F4F4;
    padding: 15px 10px;
    position: absolute;
    top: 46px;
    left: 0;
    width: 110%;
    display: none;
    z-index: 10000;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.page_banner .page_banner_navi .banner_navi>li>ul.wide {
    width: 150%
}

.page_banner .page_banner_navi .banner_navi>li>ul>li>a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 7px 7px 7px 15px;
    color: #000;
    position: relative;
    white-space: nowrap;
}

.page_banner .page_banner_navi .banner_navi>li>ul>li>a:hover {
    text-decoration: underline
}

.page_banner .page_banner_navi .banner_navi>li>ul>li>a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 auto 15px;
    background-color: #000;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page_banner .page_banner_navi .toinvestors_navi {
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 14px;
    display: block;
    border-radius: 15px;
    border: 1px solid #edaf32;
    margin: 10px 2px;
    background-color: #edaf32;
    color: #fff
}

.page_banner .page_banner_navi .toinvestors_navi:before {
    content: url(../images/icon_navi.png);
    margin-right: 5px
}

.page_banner .page_banner_navi .toinvestors_navi:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #edaf32
}

.page_banner .page_banner_navi .toinvestors_navi:hover:before {
    content: url(../images/icon-navi-hover.png);
    margin-right: 5px
}

@media screen and (max-width: 1000px) {
    .page_banner .page_inner {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .page_banner {
        display: none
    }

    .header_background {
        display: block;
        background: url(/ir/images/img_page_sp.png) no-repeat center center, #e4806a;
        background-size: contain;
        text-align: center;
        padding: 25px 0;
        margin-bottom: 25px;
        border-bottom: 0
    }

    .header_title {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

section.page_info{
    display: none;
}
.page_info{
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page_info .page_inner {
    width: 1000px;
    margin: 0 auto;
    min-height: 40px;
    height: auto;
}

.page_info .breadcrumb{
    padding: 10px 0;
}

.page_info .breadcrumb li {
    display: inline;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.page_info .breadcrumb li a{
    color: #A0A0A0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.page_info .breadcrumb li a:hover {
    color: #DF112B;
    border-bottom: 1px solid #DF112B;
}

.page_info .breadcrumb li:after {
    content: '＞';
    margin: 0 10px;
    color: #A0A0A0;
}

.page_info .breadcrumb li:last-child:after {
    content: ''
}

.page_info .ir_menu {
    display: none
}

@media screen and (max-width: 1020px) {
    .page_info .page_inner {
        padding-top: 20px;
        width: calc(100% - 20px)
    }

    .page_info .breadcrumb {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .page_info .breadcrumb {
        display: none
    }
}

.sec_ttl {
    font-size: 22px;
    color: #dc5441;
    text-align: left
}

.page_navi .page_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center
}

.page_navi .page_inner .page_navi_btn {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 13px);
    height: 200px;
    margin-top: 20px;
    margin-right: 14px;
    overflow: hidden;
    text-align: left
}

.page_navi .page_inner .page_navi_btn:last-child {
    margin-right: 0
}

.page_navi .page_inner .page_navi_btn:hover {
    opacity: 0.7
}

/*.page_navi .page_inner .page_navi_btn.tp_message {
    background-size: cover;
    background: url(../images/bg_navi_message.jpg) no-repeat center center
}*/
.page_navi .page_inner .page_navi_btn {
    border: 1px solid #A0A0A0;
    background-size: 100% auto;
    background: url(../images/topmessage.png) no-repeat left top;
    background: url(../images/topmessage.png) no-repeat left top / 100% auto;
    position: relative;
}
.tag_message {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 10%;
}
.tag_message img {
  max-width: 110px;
}
.tag_message img {
    width: auto;
    max-height: 22px;
    max-width: 100%;
}
.page_navi_btn .c-btn--more {
    position: absolute;
    bottom: 5%;
    right: 0%;
    padding: 10px 33px 10px 0;
    margin-right: 10px;
    margin-left: 0;
}
.page_navi_btn .c-btn--more:after {
    width: 15px;
    left: calc(100% + -30px);
    margin-left: 0;
}
.page_navi_btn:hover .c-btn--more:after {
    width: 27px;
}

.page_navi .page_inner .page_navi_btn .tag {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    background-color: #dc5441
}

.page_navi .page_inner .page_navi_btn .tag img {
    display: block;
    margin-top: 5px
}

main .page_inner {
    width: 1000px;
    margin: 0 auto
}

.page_news {
    display: inline-block;
    vertical-align: top;
    width: 658px;
    margin-top: 40px;
    margin-right: 15px
}

.page_news .btn_news_more {
    position: relative;
    color: #e4806a !important;
    font-size: 16px;
    display: block;
    width: 120px;
    height: 25px;
    float: right;
    margin-top: -15px
}

.page_news .btn_news_more:before {
    content: url(../images/btn_readmore.png);
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.page_news .btn_news_more:hover {
    opacity: 0.7
}

.page_side {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-top: 40px
}

.page_side .lastest_report {
    border: 2px solid #df6453;
    padding: 15px;
    background-color: #fff
}

.page_side .lastest_report:nth-child(2) {
    margin-top: 15px
}

.page_side .lastest_report .lastest_ttl {
    font-size: 16px;
    color: #dc5441;
    position: relative
}

.page_side .lastest_report .lastest_ttl:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dc5441;
    margin-top: 12px;
    margin-bottom: 12px
}

.page_side .lastest_report .lastest_sub_ttl {
    margin-bottom: 10px
}

.page_side .lastest_report .report_file {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #595757 !important
}

.page_side .lastest_report .report_file:before {
    content: '＞';
    margin-right: 1px;
    font-size: 13px
}

.page_side .lastest_report .report_file:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 1px;
    margin-bottom: 4px
}

.page_side .lastest_report .report_all_file {
    display: block;
    height: 37px;
    width: 100%;
    background-color: #e4806a;
    color: #fff ;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    font-weight: 200;
    margin-top: 10px
}

.page_side .lastest_report .report_all_file:before {
    content: url(../images/btn_download.png);
    margin-right: 10px
}

.page_side .lastest_report .report_all_file:hover {
    /*background-color: #dc5441*/
}

.page_side .lastest_report .investor_link {
    display: block;
    background-color: #e4806a;
    width: 100%;
    height: 93px;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #fff !important;
    line-height: 93px;
    position: relative;
    padding-left: 55px
}

.page_side .lastest_report .investor_link:hover {
    background-color: #dc5441
}

.page_side .lastest_report .investor_link:before {
    content: url(../images/btn_investor.png);
    position: absolute;
    top: 15px;
    left: 35px
}

.page_side .lastest_report .digest_index_link {
    margin-top: 15px;
    display: block;
    background-color: #5ec0c5;
    width: 100%;
    height: 93px;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #fff !important;
    line-height: 93px;
    position: relative;
    padding-left: 55px
}

.page_side .lastest_report .digest_index_link:hover {
    background-color: #328a8f
}

.page_side .lastest_report .digest_index_link:before {
    content: url(../images/btn_digest_index.png);
    position: absolute;
    top: 15px;
    left: 25px
}

.page_side .analyst_report_link {
    display: none !important;
    margin-top: 15px;
    display: block;
    background-color: #5ec5b4;
    width: 100%;
    height: 93px;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    color: #fff !important;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    padding-top: 28px
}

.page_side .analyst_report_link:hover {
    background-color: #379888
}

.page_side .analyst_report_link:before {
    content: url(../images/icon_pdf_large.png);
    position: absolute;
    top: 22px;
    right: 24px
}

.page_side .analyst_report_link span {
    font-size: 12px
}

.page_link .page_inner {
    width: 1000px;
    margin: 0 auto
}

.page_link .page_inner .page_link_btn {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 13px);
    height: 176px;
    margin: 40px 14px 40px 0;
    border: 2px solid #df6453;
    background-color: #f6dbd2;
    position: relative;
    text-align: center;
    padding-top: 20px
}

.page_link .page_inner .page_link_btn:last-child {
    margin-right: 0
}

.page_link .page_inner .page_link_btn:last-child:after {
    content: url(../images/btn_outerlink.png);
    position: absolute;
    right: 10%;
    bottom: 25px
}

.page_link .page_inner .page_link_btn:before {
    content: url(../images/btn_link.png);
    position: absolute;
    left: 6px;
    top: 6px
}

.page_link .page_inner .page_link_btn:hover {
    background-color: #fff
}

.page_link .page_inner .page_link_btn img {
    margin-bottom: 15px
}

.page_link .page_inner .page_link_btn span {
    display: block;
    font-size: 18px;
    color: #dc5441
}

.page_link .page_inner .page_link_btn span.link_btn_ps {
    font-size: 12px;
    margin-top: 3px
}

@media screen and (max-width: 1020px) {

    main .page_inner,
    .page_navi .page_inner,
    .page_link .page_inner {
        width: calc(100% - 20px)
    }

    .page_link .page_inner {
        text-align: right
    }

    .page_news {
        width: calc(100% - 344px)
    }
}

@media screen and (max-width: 767px) {
    .sec_ttl {
        font-size: 15px
    }

    .page_navi .page_inner .page_navi_btn {
        display: block;
        width: 100%;
        height: 160px;
        margin-right: 0
    }

    .page_navi .page_inner .page_navi_btn {
        /*background: url(../images/bg_navi_message_fix.jpg) no-repeat center right;*/
        /*background-size: cover*/
        background: url(../images/topmessage.png) no-repeat left top / contain;
    }
.tag_message {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: -1em;
}

    .page_navi .page_inner .page_navi_btn.tp_policy {
        /*background: url(../images/bg_navi_policy_fix.jpg) no-repeat center center;*/
        /*background-size: cover*/
    }

    .page_navi .page_inner .page_navi_btn.tp_highlight {
        /*background: url(../images/bg_navi_highlight_fix.jpg) no-repeat center center;*/
        /*background-size: cover*/
    }

    .page_news {
        display: block;
        width: 100%;
        margin-top: 40px;
        margin-right: 0
    }

    .page_side {
        display: block;
        width: 100%;
        margin-top: 20px
    }

    .page_side .report_file {
        margin-right: 20px
    }

    .page_link .page_inner .page_link_btn {
        display: block;
        width: 100%;
        height: 175px;
        margin: 20px 0
    }
}

.topmessage_blc .topmessage_twin {
    float: right;
    width: calc(50% - 20px)
}

.topmessage_blc .topmessage_twin:last-child {
    margin-right: 37px
}

.topmessage_blc .topmessage_twin .topmessage_box {
    width: 100%;
    text-align: right
}

.topmessage_blc .topmessage_twin .topmessage_box p {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-right: 15px
}

.topmessage_blc .topmessage_twin .topmessage_box img {
    width: 154px;
    display: inline-block
}

.topmessage_blc .topmessage_twin img {
    width: 100%;
    max-width: 500px
}

@media screen and (max-width: 1020px) {
    .topmessage_blc .topmessage_twin {
        float: right;
        width: calc(50% - 10px)
    }

    .topmessage_blc .topmessage_twin:last-child {
        margin-right: 18px
    }
}

@media screen and (max-width: 767px) {
    .page_tag_ttl {
        font-size: 16px;
        line-height: 30px;
        padding: 0 10px;
        margin-top: 0;
        margin-bottom: 10px
    }

    .common_ttl {
        font-size: 13px;
        margin-bottom: 5px
    }

    .common_txt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
        font-weight: 300;
        margin-bottom: 25px
    }

    .common_txt.last {
        margin-bottom: 0;
    }

    .topmessage_blc .topmessage_twin {
        float: none;
        width: 100%
    }

    .topmessage_blc .topmessage_twin:last-child {
        margin-right: 0
    }

    .topmessage_blc .topmessage_twin img {
        display: block;
        margin: 0 auto 20px auto
    }

    .topmessage_blc .topmessage_twin .topmessage_box img {
        width: 154px;
        display: inline-block;
        margin-bottom: 0;
    }
}

.business_model {
    margin: 10px 0 50px 0;
}

.business_model .news_blc {
    width: 100%;
    margin-top: 12px;
    border-top: 2px solid #e37461;
    padding-top: 20px;
    text-align: center
}

.business_model .news_blc img {
    width: 100%;
    max-width: 700px
}

.business_model table.pc {
    display: table;
    width: 100%;
    margin-top: 30px
}

.business_model table.pc thead td {
    color: #fff;
    background-color: #5eb5b7;
    border: 1px solid #fff;
    font-size: 18px
}

.business_model table.pc tbody td:first-child {
    text-align: center;
    color: #5eb5b7;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px
}

.business_model table.pc td {
    text-align: left;
    border: 1px solid #5eb5b7;
    background-color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 7px 18px
}

.business_model div.sp {
    display: none
}

.irnews_tab {
    margin-top: 40px;
    margin-bottom: 30px
}

.irnews_tab li {
    display: inline-block;
    margin-right: 5px
}

.irnews_tab li span {
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.irnews_viewall {
    background-color: #bc1c21
}

.irnews_settlement {
    background-color: #dc5441
}

.irnews_disclosure {
    background-color: #6eb02f
}

.irnews_irfile {
    background-color: #f29600
}

.irnews_irnews {
    background-color: #5d9ed3
}

@media screen and (max-width: 767px) {

    .business_model {
        margin: 10px 0 0 0;
    }

    .business_model .news_blc {
        margin-top: 7px;
        padding-top: 7px
    }

    .business_model table.pc {
        display: none
    }

    .business_model div.sp {
        display: block
    }

    .business_model div.sp dl {
        width: 100%;
        text-align: left;
        border-bottom: 2px solid #5eb5b7;
        padding: 10px;
        background-color: #fff;
        margin-bottom: 0
    }

    .business_model div.sp dl dt {
        font-size: 13px;
        line-height: 21px;
        font-weight: bold
    }

    .business_model div.sp dl dt span {
        font-size: 14px;
        letter-spacing: 1px;
        color: #5eb5b7;
        margin-right: 10px
    }

    .business_model div.sp dl dd {
        font-size: 12px;
        line-height: 18px
    }

    .business_model div.sp dl:last-child {
        border-bottom: none
    }
}

.page_library {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.page_library select {
    display: block;
    width: 145px;
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: content-box;
    border: 2px solid #e4806a;
    background-color: #fff;
    height: 40px;
    font-size: 13px;
    line-height: 40px
}

.page_library select.library-select {
    margin-bottom: 20px
}

.page_library .news_blc {
    width: 100%;
    margin-top: 12px;
    border-top: 2px solid #e37461;
    padding: 10px 0 20px 0
}

.page_library .news_blc .narrow_inner {
    width: 910px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 25px
}

.page_library .news_blc .narrow_inner.last {
    padding-bottom: 0;
}

.page_library .news_blc .narrow_inner .common_ttl {
    margin-top: 15px
}

.page_library .news_blc .narrow_inner .stock-svg-pc {
    display: block;
    margin: 20px auto
}

.page_library .news_blc .narrow_inner .stock-svg-sp {
    display: none
}

.page_library .news_blc .stock_value_btn {
    display: block;
    margin: 10px auto;
    width: 460px;
    height: 80px;
    text-align: center;
    font-size: 22px;
    color: #fff !important;
    background-color: #e4806a;
    padding-top: 17px;
    position: relative
}

.page_library .news_blc .stock_value_btn:hover {
    /*background-color: #dc5441*/
}

.page_library .news_blc .stock_value_btn:before {
    position: absolute;
    content: url(../images/btn_stock.png);
    left: 10px;
    top: 5px
}

.page_library .news_blc .stock_value_btn:after {
    /*content: url(../images/btn_outerlink2.png);*/
    position: absolute;
    right: 10px;
    bottom: 10px
}

.page_library .news_blc .stock_value_btn span {
    font-size: 14px
}

.page_library .news_blc .libraries {
    display: inline-block;
    padding: 10px 0;
    position: relative
}

.page_library .news_blc .libraries.pdf_download .ttl {
    text-decoration: underline
}

.page_library .news_blc .libraries.pdf_download:hover .ttl {
    text-decoration: none
}

.page_library .news_blc .libraries .date {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.page_library .news_blc .libraries .ttl {
    display: inline-block;
    vertical-align: middle;
    color: #595757;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify
}

.page_library .news_blc .libraries:before {
    content: "";
    margin: -2px 5px 0 0;
    background: url(../images/icon_pdf_left_tag.png) no-repeat center center;
    background-size: content;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 12px
}

.page_library .news_blc .report .report_img,
.page_library .news_blc .report .report_ttl {
    display: inline-block;
    vertical-align: bottom
}

.page_library .news_blc .report .date {
    margin-left: 7px
}

.page_library .news_blc .kb {
    margin: 0 5px
}

.stock_table {
    color: #595757;
    font-size: 16px;
    line-height: 26px;
    background-color: #f2c1a9;
    border-bottom: 3px solid #fffdeb;
    position: relative
}

.stock_table:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: "";
    clear: both
}

.stock_table dt {
    display: inline-block;
    vertical-align: top;
    width: 226px;
    padding: 5px 18px;
    background-color: #f2c1a9
}

.stock_table dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 245px);
    padding: 5px 18px;
    background-color: #eeeeef;
    float: right;
    border-left: 4px solid #fffdeb
}

.stock_table dd a {
    text-decoration: underline
}

.stock_table dd a:hover {
    text-decoration: none
}

.stock_fixed_table {
    width: 100%
}

.stock_fixed_table thead tr td {
    background-color: #dc5441;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    border: 3px solid #fffdeb;
    padding: 5px 10px
}

.stock_fixed_table tbody tr td {
    border: 3px solid #fffdeb;
    background-color: #f2c1a9;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #595757;
    padding: 5px 10px
}

.stock_fixed_table tbody tr:nth-child(2n) td {
    background-color: #f8dfca
}

@media screen and (max-width: 1020px) {
    .page_library .news_blc .narrow_inner {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .page_library {
        margin-bottom: 0;
    }

    .page_library .news_blc {
        margin-top: 7px;
        padding-top: 4px;
    }

    .page_library .news_blc.last {
        padding-bottom: 0;
    }

    .page_library .news_blc .narrow_inner .stock-svg-pc {
        display: none
    }

    .page_library .news_blc .narrow_inner .stock-svg-sp {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 20px auto
    }

    .page_library .news_blc .stock_value_btn {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding-top: 10px;
        margin-bottom: 20px
    }

    .page_library .news_blc .stock_value_btn:before {
        top: 10px
    }

    .page_library .news_blc .stock_value_btn span {
        font-size: 11px
    }

    .page_library .news_blc .libraries {
        display: inline;
        padding-top: 0;
        padding-bottom: 10px
    }

    .page_library .news_blc .libraries .date {
        vertical-align: middle;
        width: 100px;
        font-size: 12px;
        line-height: 25px
    }

    .page_library .news_blc .libraries .ttl {
        vertical-align: middle;
        width: auto;
        font-size: 12px
    }

    .page_library .news_blc .libraries img {
        display: inline-block;
        vertical-align: top
    }

    .page_library .news_blc .kb {
        font-size: 12px
    }

    .page_library .news_blc dl {
        margin: 0 0 10px 0
    }

    .stock_table {
        font-size: 12px;
        line-height: 18px;
        border-bottom: 0
    }

    .stock_table dt {
        padding: 10px 18px;
        width: 100%;
        display: block
    }

    .stock_table dd {
        padding: 10px 18px;
        float: right;
        border-left: 0;
        display: block;
        width: 100%;
        overflow: hidden
    }

    .stock_fixed_table {
        width: 100%
    }

    .stock_fixed_table thead tr td,
    .stock_fixed_table tbody tr td {
        font-size: 12px;
        line-height: 18px;
        padding: 10px
    }
}

.pager_blc {
    margin: 0 0 30px 0
}

.pager_blc a {
    display: inline-block;
    vertical-align: top;
    height: 55px;
    width: 190px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    background-color: #f2c1a9;
    margin-right: 3px;
    border: 2px solid #f2c1a9
}

.pager_blc a:last-child {
    margin-right: 0
}

.pager_blc a:hover {
    background-color: #dc5441;
    border: 2px solid #dc5441;
    color: #fff
}

.pager_blc a.clicked {
    background-color: #dc5441;
    border: 2px solid #dc5441;
    color: #fff
}

.pager_blc a.clicked:hover {
    background-color: #dc5441;
    border: 2px solid #dc5441;
    color: #fff
}

.inquiry_contact_blc {
    border-top: 2px solid #e57e6b;
    border-bottom: 2px solid #e57e6b;
    padding: 20px 0;
    margin-bottom: 20px
}

.inquiry_contact_blc .common_ttl {
    font-size: 20px;
    line-height: 30px;
    display: inline;
    margin: 0 4px
}

.inquiry_contact_blc .common_txt {
    margin-top: 10px
}

.inquiry-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #dd5442
}

.inquiry-form {
    display: block;
    margin: 0 auto 40px;
    width: 412px;
    height: 55px;
    padding-top: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition: 0.2s ease opacity;
    border: 3px solid #f2f0df
}

.inquiry-form.yellow {
    background-color: #f08300
}

.inquiry-form:before {
    content: url(../images/img_trangle.png);
    position: absolute;
    top: 5px;
    left: 7px
}

.inquiry-form:hover {
    opacity: 0.7
}

.inquiry_blc {
    margin-top: 50px
}

.inquiry_blc .sec_ttl {
    margin-bottom: 15px
}

.calendar-img {
    margin-bottom: 40px;
    width: 100%;
    display: block
}

.calendar-img-sp {
    display: none
}

@media screen and (max-width: 1000px) {
    .pager_blc {
        margin: 20px 0
    }

    .pager_blc a {
        width: 17%;
        height: 40px;
        padding-top: 8px;
        margin-bottom: 6px
    }

    .pager_blc a.wide {
        width: 25%
    }
}

@media screen and (max-width: 767px) {
    .inquiry-form {
        width: 100%;
        margin-bottom: 20px
    }

    .pager_blc {
        margin: 10px 0
    }

    .pager_blc a {
        line-height: 40px;
        padding-top: 0;
        color: #fff;
        background-color: #f2c1a9;
        margin-right: 0;
        border: none;
        display: block;
        width: 100%;
        margin-bottom: 4px;
        font-size: 13px
    }

    .pager_blc a.wide {
        width: 100%
    }

    .inquiry_contact_blc {
        padding: 10px 0
    }

    .inquiry_contact_blc .common_ttl {
        font-size: 13px
    }

    .inquiry_blc {
        margin-top: 20px
    }

    .calendar-img {
        display: none
    }

    .calendar-img-sp {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px auto
    }
}

.guide_faq {
    padding: 10px 0
}

.guide_faq .faq_ttl {
    display: inline-block;
    font-size: 23px;
    line-height: 1.4;
    color: #dd5442;
    position: relative
}

.guide_faq .faq_ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dd5442
}

.guide_faq .faq_blc {
    margin-top: 25px
}

.guide_faq .faq_blc .faq_q {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #dd5442;
    position: relative;
    margin-bottom: 5px
}

.guide_faq .faq_blc .faq_q:before {
    content: "■"
}

.guide_faq .faq_blc .faq_a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 35px
}

.guide_faq .faq_blc .faq_a a {
    position: relative;
    display: inline-block
}

.guide_faq .faq_blc .faq_a a:hover {
    opacity: 0.7
}

.guide_faq .faq_blc .faq_a a:hover:after {
    opacity: 0.7
}

.guide_faq .faq_blc .faq_a a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000
}

@media screen and (max-width: 767px) {
    .guide_faq .faq_ttl {
        font-size: 15px
    }

    .guide_faq .faq_blc {
        margin-top: 10px
    }

    .guide_faq .faq_blc .faq_q {
        font-size: 13px;
        margin-bottom: 5px
    }

    .guide_faq .faq_blc .faq_a {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px
    }
}

.investor_banner {
    background-color: #dc5441;
    text-align: center;
    padding: 17px 0 10px 0
}

.investor_banner h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 10px
}

.investor_pager {
    margin: 20px 0;
    text-align: center
}

.investor_pager a:hover {
    opacity: 0.7
}

.investor_pager .investor_boxes {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    background: url(../images/img_investor_line.png) no-repeat center 68%;
    background-size: 80%
}

.investor_pager .investor_boxes p {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #dc5441;
    padding: 10px 15px;
    text-align: center;
    margin: 0 14px;
    cursor: pointer;
    border: 3px solid #dc5441;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    position: relative
}

.investor_pager .investor_boxes p.clicked,
.investor_pager .investor_boxes p:hover {
    background-color: #dc5441;
    color: #fff
}

.investor_pager .dots_boxes {
    margin: -25px 0 10px 0
}

.investor_pager .dots_boxes span {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 3px solid #dc5441;
    margin: 0 5px
}

.investor_pager .dots_boxes span:nth-child(2) {
    margin-right: 100px
}

.investor_pager .dots_boxes span:nth-child(4) {
    margin-right: 110px
}

.investor_pager .dots_boxes span:nth-child(5) {
    margin-right: 110px
}

.investor_pager .dots_boxes span:nth-child(7) {
    margin-right: 110px
}

.investor_pager .dots_boxes span:nth-child(8) {
    margin-right: 30px
}

.investor_pager .dots_boxes span.clicked {
    background-color: #dc5441
}

.inverstor_contents {
    width: 100%;
    margin: 0 auto;
    padding: 20px
}

.inverstor_contents .content {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.inverstor_contents .content .content_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.inverstor_contents .content .content_btn:first-child {
    left: -20px
}

.inverstor_contents .content .content_btn:last-child {
    right: -20px
}

.inverstor_contents .content .content_pic {
    width: calc(100% - 80px)
}

.investor_sp_only {
    display: none
}

.digest_pager {
    margin: 20px 0;
    text-align: center
}

.digest_ttl {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 70px
}

.digest_link {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    background-color: #e4806a;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    width: 100px;
    height: 100px;
    padding-top: 34px;
    position: relative
}

.digest_link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 6px;
    height: 11px;
    background: url(../images/icon_right.png) no-repeat center center;
    background-size: cover
}

.digest_link:hover {
    opacity: 0.7
}

.digest_lead {
    font-size: 34px;
    line-height: 67px;
    color: #231815;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    margin-top: 70px;
    margin-right: 20px
}

.digest_lead span {
    color: #009ea7
}

.digest_lead .digest_number {
    font-size: 72px;
    position: relative
}

.digest_lead .digest_number:after {
    content: "%";
    font-size: 20px;
    margin-right: 10px
}

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

.digest_section h3 {
    display: block;
    border: 3px solid #5ec0c5;
    text-align: center;
    height: 80px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    padding-top: 22px;
    color: #5ec0c5
}

.digest_section .digest_txt {
    display: inline-block;
    vertical-align: middle;
    # font-size: 42px;
    font-size: 34px;
    font-weight: bold;
    line-height: 55px;
    color: #5ec0c5;
    margin-bottom: 50px
}

.digest_section .digest_txt .digest_number {
    font-size: 72px;
    padding: 0 5px
}

.digest_section .digest_txt .digest_number.percent {
    position: relative
}

.digest_section .digest_txt .digest_number.percent:after {
    content: "%";
    font-size: 20px;
    margin-left: 5px
}

.digest_section .digest_blc {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #5ec0c5;
    position: relative;
}

.digest_section .digest_blc:before {
    content: '';
    display: block;
    border-radius: 100% 0% 0%;
    width: 15px;
    height: 15px;
    background: #5ec0c5;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 0;
}

.digest_section .digest_blc:after {
    content: '';
    display: block;
    border-radius: 100% 0% 0%;
    width: 15px;
    height: 15px;
    background: #5ec0c5;
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: 0;
}

.digest_section .digest_blc .graph_pic {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.digest_section .digest_blc .graph_text {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    width: 325px;
    text-align: justify;
    margin-left: 50px;
    letter-spacing: 0.5px;
    color: #000
}

.digest_section .digest_front {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 55px;
    color: #5ec0c5
}

.digest_section .digest_circle_blc {
    text-align: center
}

.digest_section .digest_circle_blc img {
    display: inline-block;
    vertical-align: top;
    width: 199px;
    margin-right: 32px
}

.digest_section .digest_circle_blc img:last-child {
    margin-right: 0
}

.digest_total {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #040000;
    margin-bottom: 50px
}

.digest_sub {
    padding-bottom: 50px
}

.digest_sub h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #009ea7;
    margin-bottom: 20px
}

.digest_sub p {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #009ea7;
    margin-bottom: 30px
}

.digest_toinverstor_btn {
    display: block;
    margin: 30px auto 80px auto;
    width: 460px;
    height: 80px;
    font-size: 20px;
    color: #fff !important;
    padding-top: 30px;
    position: relative;
    background-color: #dc5441
}

.digest_toinverstor_btn:hover {
    opacity: 0.7
}

.digest_toinverstor_btn:before {
    position: absolute;
    content: url(../images/btn_stock.png);
    left: 10px;
    top: 5px
}

@media screen and (max-width: 1024px) {
    .investor_pager a {
        display: inline-block;
        vertical-align: middle;
        width: 70px
    }

    .investor_pager a img {
        width: 100%
    }

    .investor_pager .investor_boxes {
        padding-top: 15px
    }

    .investor_pager .investor_boxes p {
        padding: 5px 7px;
        margin: 0 10px;
        border: 2px solid #dc5441;
        font-size: 12px
    }

    .investor_pager .dots_boxes {
        margin: -10px 0 10px 0
    }

    .investor_pager .dots_boxes span {
        border: 2px solid #dc5441
    }

    .investor_pager .dots_boxes span:nth-child(2) {
        margin-right: 70px
    }

    .investor_pager .dots_boxes span:nth-child(4) {
        margin-right: 75px
    }

    .investor_pager .dots_boxes span:nth-child(5) {
        margin-right: 75px
    }

    .investor_pager .dots_boxes span:nth-child(7) {
        margin-right: 75px
    }

    .investor_pager .dots_boxes span:nth-child(8) {
        margin-right: 35px
    }

    .digest_pager {
        width: 100%;
        margin: 20px auto
    }

    .digest_ttl {
        width: calc(100% - 120px);
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: 70px
    }

    .digest_ttl img {
        width: 100%
    }

    .digest_first_pic {
        width: 180px
    }

    .digest_lead {
        font-size: 20px;
        line-height: 37px
    }

    .digest_lead .digest_number {
        font-size: 35px
    }

    .digest_lead .digest_number:after {
        font-size: 15px;
        margin-right: 5px
    }

    .digest_section {
        margin-top: 35px;
        margin-bottom: 20px
    }

    .digest_section h3 {
        height: 50px;
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 13px
    }

    .digest_section .digest_txt {
        font-size: 20px;
        margin-bottom: 20px
    }

    .digest_section .digest_txt .digest_number {
        font-size: 35px
    }

    .digest_section .digest_txt .digest_number.percent:after {
        font-size: 15px
    }

    .digest_section .digest_blc {
        padding: 30px 20px
    }

    .digest_section .digest_blc .graph_pic {
        display: block;
        margin: 0 auto
    }

    .digest_section .digest_blc .graph_text {
        font-size: 14px;
        line-height: 24px;
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }

    .digest_section .digest_front {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 55px
    }

    .digest_section .digest_circle_blc {
        text-align: center
    }

    .digest_section .digest_circle_blc img {
        display: inline-block;
        vertical-align: top;
        width: 199px;
        margin-right: 32px
    }

    .digest_section .digest_circle_blc img:last-child {
        margin-right: 0
    }

    .digest_total {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .digest_sub {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .investor_sp_only {
        display: block
    }

    .investor_sp_content {
        display: none
    }

    .investor_sp_content.show {
        display: block
    }

    .investor_banner,
    .investor_pager,
    .inverstor_contents {
        display: none
    }

    .investor_sp_only {
        display: block;
        width: 100%;
        text-align: center
    }

    .investor_sp_only .index_ttl,
    .investor_sp_only .index_sub_ttl {
        width: 100%
    }

    .investor_sp_only .investor_sp_lead {
        font-size: 15px;
        line-height: 21px;
        color: #000;
        margin: 30px 0 20px 0
    }

    .investor_sp_only .page_inner {
        padding-bottom: 10px;
    }

    .investor_sp_only .page_inner .btn_full,
    .choose_blc .btn_full {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .investor_sp_only .page_inner .btn_half,
    .choose_blc .btn_half {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 8px);
        margin-bottom: 10px
    }

    .choose_blc .btn_half {
        width: calc(50% - 5px)
    }

    .choose_blc .btn_full,
    .choose_blc .btn_half {
        margin-bottom: 5px
    }

    .investor_sp_only .page_inner .btn_half:nth-child(2n) {
        margin-right: 10px
    }

    .choose_blc .btn_half:nth-child(2n) {
        margin-right: 5px
    }

    .investor_sp_only .page_inner .btn_full img,
    .investor_sp_only .page_inner .btn_half img,
    .choose_blc .btn_full img,
    .choose_blc .btn_half img {
        width: 100%
    }

    .choose_blc {
        width: calc(100% - 20px);
        margin: 10px auto 0 auto
    }

    .sp_next_pager {
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: center
    }

    .sp_next_pager p {
        display: none
    }

    .sp_next_pager p.on {
        display: block
    }

    .sp_next_pager p img {
        width: 100%;
        max-width: 300px
    }

    .content_sub_pic.on {
        display: block
    }

    .content_sub_pic {
        width: 100%;
        margin: 20px 0
    }

    .content_sub_pic {
        display: none
    }

    .sp_pager {
        margin: 10px auto;
        width: 100%;
        background-color: #fff;
        border-top: 2px solid #dc5441;
        border-bottom: 2px solid #dc5441;
        text-align: center
    }

    .sp_pager span {
        color: #000;
        display: inline-block;
        vertical-align: top;
        width: 40px;
        font-size: 16px;
        line-height: 1;
        height: 100%;
        padding: 15px 0;
        color: #dc5441
    }

    .sp_pager span.on {
        color: #fff;
        background-color: #dc5441
    }

    .digest_pager {
        margin: 0 auto
    }

    .digest_ttl {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-top: 20px
    }

    .digest_link {
        display: block;
        margin: 10px auto
    }

    .digest_first_pic {
        margin-top: 20px
    }

    .digest_lead {
        font-size: 16px;
        line-height: 33px;
        display: block;
        margin-top: 10px;
        margin-right: 0
    }

    .digest_lead .digest_number {
        font-size: 30px
    }

    .digest_lead .digest_number:after {
        font-size: 15px;
        margin-right: 5px
    }

    .digest_section {
        margin-top: 35px;
        margin-bottom: 20px
    }

    .digest_section h3 {
        height: 40px;
        font-size: 16px;
        margin-bottom: 10px;
        padding-top: 8px
    }

    .digest_section .digest_txt {
        font-size: 14px;
        margin-bottom: 0
    }

    .digest_section .digest_txt .digest_number {
        font-size: 35px
    }

    .digest_section .digest_txt .digest_number.percent:after {
        font-size: 15px
    }

    .digest_section .digest_blc {
        padding: 20px 10px
    }

    .digest_section .digest_blc .graph_pic {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    .digest_section .digest_blc .graph_text {
        font-size: 12px;
        line-height: 20px;
        margin-left: 0
    }

    .digest_section .digest_front {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 20px
    }

    .digest_section .digest_circle_blc img {
        display: inline-block;
        margin: 0 auto;
        padding: 10px;
        width: 180px
    }

    .digest_section .digest_circle_blc img:last-child {
        margin-right: auto
    }

    .digest_total {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: justify
    }

    .digest_total br {
        display: none
    }

    .digest_sub {
        padding-bottom: 10px
    }

    .digest_sub h5 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .digest_sub p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify
    }

    .digest_sub p br {
        display: none
    }

    .digest_toinverstor_btn {
        margin: 0 auto 30px auto;
        width: 100%;
        height: 60px;
        font-size: 16px;
        padding-top: 22px
    }
}

.finance_content {
    margin: 30px auto 50px auto
}

.finance_tab {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-weight: 200;
    line-height: 50px;
    color: #fff;
    background-color: #dc5441;
    text-align: center;
    position: relative;
    cursor: pointer
}

.finance_tab:before {
    content: url(../images/icon_slidedown.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

.finance_tab:nth-child(3) {
    background-color: #e4806a
}

.finance_tab:nth-child(5) {
    background-color: #f2c1a9
}

.finance_tab_detail {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    display: none
}

@media screen and (max-width: 767px) {
    .finance_content {
        margin: 20px auto
    }

    .finance_tab {
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }

    .finance_tab_detail {
        padding: 20px 10px
    }
}

.esg_contents {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 40px 0
}

.esg_contents .esg_header {
    width: 100%;
    height: 454px;
    background: url(../images/bg_esg_ttl.png) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    margin-bottom: 126px
}

.esg_contents .esg_header h3 {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 35px;
    margin-left: 30px
}

.esg_contents .esg_header h4 {
    font-size: 21px;
    line-height: 34px;
    color: #fff;
    margin-left: 30px
}

.esg_contents .esg_header .esg_btn {
    display: inline-block;
    vertical-align: top;
    width: 321px;
    height: 100px;
    margin-right: 18px;
    position: relative;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding-top: 10px;
    margin-top: 212px
}

.esg_contents .esg_header .esg_btn:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    content: url(../images/icon_down_arrow.png)
}

.esg_contents .esg_header .esg_btn:last-child {
    margin-right: 0
}

.esg_contents .esg_header .esg_btn.social {
    background-color: #5eb8ba
}

.esg_contents .esg_header .esg_btn.environment {
    background-color: #3da56f
}

.esg_contents .esg_header .esg_btn.governance {
    background-color: #e7a698
}

.esg_contents .esg_header .esg_btn span {
    font-size: 16px
}

.esg_contents .esg_copy {
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #e6968a
}

.esg_contents .esg_copy .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #595757;
    margin-bottom: 30px
}

.esg_contents .esg_copy .txt {
    font-size: 20px;
    line-height: 33px;
    color: #595757
}

.esg_contents .esg_full_photo {
    width: 100%;
    margin-top: 60px
}

.esg_contents .esg_social {
    width: 100%;
    margin-top: 85px
}

.esg_contents .esg_main h3 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    padding: 15px 0
}

.esg_contents .esg_main h3 span {
    display: block;
    font-size: 16px;
    margin-bottom: 15px
}

.esg_contents .esg_social h3 {
    background-color: #5eb8ba
}

.esg_contents .esg_enviroment h3 {
    background-color: #3da56f
}

.esg_contents .esg_govenance h3 {
    background-color: #e7a698
}

.esg_contents .esg_social .socail_blc {
    background: url(../images/bg_esg_hands.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0 230px 0
}

.esg_contents .esg_social .socail_blc p {
    font-size: 15px;
    line-height: 25px;
    display: block;
    width: 733px;
    margin: 0 auto 25px auto
}

.esg_contents .esg_social .socail_blc .light_blue {
    background-color: #a4d7e0;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    text-align: center
}

.esg_contents .esg_social .main_social {
    background-color: #fff;
    border: 1px solid #a4d7e0;
    padding: 75px 35px;
    text-align: center
}

.esg_contents .esg_social .main_social .ttl {
    font-size: 26px;
    line-height: 1;
    color: #5eb8ba;
    margin-bottom: 40px
}

.esg_contents .esg_social .main_social .box {
    border: 1px solid #a4d7e0;
    width: 100%;
    padding: 30px 60px;
    position: relative
}

.esg_contents .esg_social .main_social .box:before,
.esg_contents .esg_social .main_social .box:after {
    display: block;
    content: "";
    width: 95%;
    height: 6px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto
}

.esg_contents .esg_social .main_social .box:before {
    top: -3px
}

.esg_contents .esg_social .main_social .box:after {
    bottom: -3px
}

.esg_contents .esg_social .main_social .box p {
    text-align: justify;
    font-size: 20px;
    line-height: 30px
}

.esg_contents .esg_social .main_social .sub_ttl {
    font-size: 22px;
    line-height: 1;
    color: #5eb8ba;
    margin: 60px 0
}

.esg_contents .esg_social .main_social .message_box {
    text-align: center
}

.esg_contents .esg_social .main_social .message_box img {
    display: inline-block;
    vertical-align: top
}

.esg_contents .esg_social .main_social .message_box .message_right {
    display: inline-block;
    vertical-align: top;
    width: 550px;
    margin-left: 15px;
    margin-bottom: 60px
}

.esg_contents .esg_social .main_social .message_box .message_right p {
    font-size: 14px;
    line-height: 22px;
    color: #231815;
    text-align: justify
}

.esg_contents .esg_social .main_social .message_box .message_right p:nth-child(2) {
    margin-top: 22px
}

.esg_contents .esg_social .main_social .message_box .message_right span {
    font-size: 28px;
    margin-top: -33px;
    display: block
}

.esg_contents .esg_social .main_social .woman_pdf {
    display: block;
    margin: 0 auto 60px auto;
    background-color: #5eb8ba;
    text-align: center;
    height: 80px;
    width: 560px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding-top: 18px;
    position: relative
}

.esg_contents .esg_social .main_social .woman_pdf:hover {
    opacity: 0.7
}

.esg_contents .esg_social .main_social .woman_pdf:before {
    content: url(../images/btn_stock.png);
    position: absolute;
    top: 10px;
    left: 10px
}

.esg_contents .esg_social .main_social .woman_pdf span {
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom
}

.esg_contents .esg_social .main_social .woman_pdf img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.esg_contents .esg_social .main_social .four_graph {
    border-top: 1px solid #5eb8ba;
    padding: 0 0 10px 0
}

.esg_contents .esg_social .main_social .four_graph div {
    width: calc(50% - 24px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 20px 0
}

.esg_contents .esg_social .main_social .four_graph div:nth-child(2n+1) {
    margin-right: 20px
}

.esg_contents .esg_social .main_social .four_graph div .graph_ttl {
    font-size: 22px;
    color: #5eb8ba;
    margin: 25px 0 10px 0
}

.esg_contents .esg_social .main_social .four_graph div img {
    width: 100%
}

.esg_contents .esg_social .main_social .four_graph div .graph_number {
    font-size: 50px;
    color: #5eb8ba;
    display: block;
    margin-top: -82px
}

.esg_contents .esg_social .main_social .four_graph_ttl {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    font-size: 22px;
    line-height: 1;
    color: #5eb8ba;
    margin-top: -13px
}

.esg_contents .esg_social .main_social .four_graph_ttl span {
    font-size: 13px;
    margin-left: 20px
}

.esg_contents .esg_social .main_social .graph_comment {
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px
}

.esg_contents .esg_enviroment h3,
.esg_contents .esg_govenance h3 {
    margin: 60px 0 40px 0
}

.esg_contents .esg_enviroment .environment_blc img {
    width: 100%
}

.esg_contents .esg_enviroment .environment_blc p {
    display: none
}

.esg_contents .esg_enviroment .environment_blc p:last-child {
    margin-right: 0
}

.esg_contents .esg_govenance .esg_gov_blc {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    padding-top: 30px
}

.esg_contents .esg_govenance .esg_copy .txt {
    color: #e7a698
}

.esg_contents .esg_govenance .esg_gov_blc span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e7a698;
    margin-bottom: -10px
}

.esg_contents .esg_govenance .esg_gov_blc p {
    font-size: 22px;
    color: #e7a698;
    display: inline-block;
    background-color: #fffdeb;
    padding: 0 20px;
    margin-bottom: 50px
}

@media screen and (max-width: 1024px) {
    .esg_contents {
        width: calc(100% - 40px)
    }

    .esg_contents .esg_header {
        margin-bottom: 60px
    }

    .esg_contents .esg_header h3 {
        font-size: 36px;
        letter-spacing: 3px;
        margin-bottom: 30px;
        margin-left: 20px
    }

    .esg_contents .esg_header h4 {
        font-size: 16px;
        line-height: 28px;
        margin-left: 20px
    }

    .esg_contents .esg_header .esg_btn {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        height: 90px;
        margin-right: 2%;
        font-size: 20px;
        margin-top: 232px
    }

    .esg_contents .esg_header .esg_btn span {
        font-size: 13px
    }

    .esg_contents .esg_copy {
        padding: 20px 0
    }

    .esg_contents .esg_copy .ttl {
        font-size: 20px;
        margin-bottom: 20px
    }

    .esg_contents .esg_copy .txt {
        font-size: 16px;
        line-height: 28px
    }

    .esg_contents .esg_full_photo {
        margin-top: 40px
    }

    .esg_contents .esg_social {
        width: 100%;
        margin-top: 45px
    }

    .esg_contents .esg_main h3 {
        font-size: 18px;
        padding: 15px 0
    }

    .esg_contents .esg_main h3 span {
        display: block;
        font-size: 14px;
        margin-bottom: 10px
    }

    .esg_contents .esg_social .socail_blc p {
        width: 100%
    }

    .esg_contents .esg_social .main_social {
        padding: 30px 15px
    }

    .esg_contents .esg_social .main_social .ttl {
        font-size: 20px;
        margin-bottom: 20px
    }

    .esg_contents .esg_social .main_social .box {
        padding: 15px 20px
    }

    .esg_contents .esg_social .main_social .box p {
        font-size: 14px;
        line-height: 24px
    }

    .esg_contents .esg_social .main_social .sub_ttl {
        font-size: 20px;
        margin: 30px 0
    }

    .esg_contents .esg_social .main_social .message_box .message_right {
        width: calc(100% - 245px);
        margin-left: 10px;
        margin-bottom: 40px
    }

    .esg_contents .esg_social .main_social .message_box .message_right p:nth-child(2) {
        margin-top: 15px
    }

    .esg_contents .esg_social .main_social .message_box .message_right span {
        font-size: 23px;
        margin-top: -33px;
        margin-left: 50px
    }

    .esg_contents .esg_social .main_social .woman_pdf {
        width: calc(100% - 40px);
        font-size: 18px
    }

    .esg_contents .esg_social .main_social .four_graph div .graph_ttl {
        font-size: 18px
    }

    .esg_contents .esg_social .main_social .four_graph div .graph_number {
        font-size: 38px;
        margin-top: -62px
    }

    .esg_contents .esg_social .main_social .graph_comment {
        font-size: 12px;
        margin-top: 0
    }

    .esg_contents .esg_enviroment h3,
    .esg_contents .esg_govenance h3 {
        margin: 40px 0 20px 0
    }

    .esg_contents .esg_enviroment .environment_blc {
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {

    .esg_contents {
        width: calc(100% - 20px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .esg_contents .esg_header {
        margin-bottom: 20px;
        height: 400px;
        background: url(../images/bg_esg_ttl.png) no-repeat left center;
        margin-bottom: 60px
    }

    .esg_contents .esg_header h3 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        margin-left: 10px
    }

    .esg_contents .esg_header h4 {
        font-size: 12px;
        line-height: 20px;
        margin-left: 10px;
        margin-right: 10px
    }

    .esg_contents .esg_header .esg_btn {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        height: 60px;
        margin-right: 2%;
        font-size: 14px;
        margin-top: 220px
    }

    .esg_contents .esg_header .esg_btn span {
        font-size: 12px
    }

    .esg_contents .esg_header .esg_btn:after {
        content: "";
        bottom: 6px;
        background: url(../images/icon_down_arrow.png) no-repeat center center;
        background-size: cover;
        width: 30px;
        height: 10px;
        left: 0;
        right: 0;
        margin: auto
    }

    .esg_contents .esg_copy {
        padding: 15px 5px
    }

    .esg_contents .esg_copy .ttl {
        font-size: 16px;
        margin-bottom: 10px
    }

    .esg_contents .esg_copy .txt {
        font-size: 12px;
        line-height: 20px
    }

    .esg_contents .esg_full_photo {
        margin-top: 20px
    }

    .esg_contents .esg_social {
        width: 100%;
        margin-top: 25px
    }

    .esg_contents .esg_main h3 {
        font-size: 18px;
        padding: 15px 0
    }

    .esg_contents .esg_main h3 span {
        display: block;
        font-size: 14px;
        margin-bottom: 10px
    }

    .esg_contents .esg_social .socail_blc p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify
    }

    .esg_contents .esg_social .socail_blc .light_blue {
        padding: 15px
    }

    .esg_contents .esg_social .main_social {
        padding: 30px 15px
    }

    .esg_contents .esg_social .main_social .ttl {
        font-size: 14px;
        margin-bottom: 20px
    }

    .esg_contents .esg_social .main_social .box p {
        font-size: 12px;
        line-height: 20px
    }

    .esg_contents .esg_social .main_social .sub_ttl {
        font-size: 15px;
        margin: 30px 0
    }

    .esg_contents .esg_social .main_social .message_box .message_right {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .esg_contents .esg_social .main_social .message_box .message_right p {
        font-size: 12px;
        line-height: 20px
    }

    .esg_contents .esg_social .main_social .message_box .message_right p:nth-child(2) {
        margin-top: 15px
    }

    .esg_contents .esg_social .main_social .message_box .message_right span {
        font-size: 14px;
        margin-top: 3px;
        text-align: left;
        margin-left: 0
    }

    .esg_contents .esg_social .main_social .woman_pdf {
        width: 100%;
        font-size: 12px;
        padding-top: 32px;
        height: 100px
    }

    .esg_contents .esg_social .main_social .woman_pdf img {
        width: 30px;
        margin-top: 10px
    }

    .esg_contents .esg_social .main_social .four_graph_ttl {
        font-size: 20px;
        padding: 0 10px
    }

    .esg_contents .esg_social .main_social .four_graph_ttl span {
        font-size: 12px
    }

    .esg_contents .esg_social .main_social .four_graph div {
        display: block;
        width: 100%;
        margin: 50px 0
    }

    .esg_contents .esg_social .main_social .four_graph div:nth-child(2n+1) {
        margin-right: 0
    }

    .esg_contents .esg_social .main_social .four_graph div .graph_ttl {
        font-size: 14px
    }

    .esg_contents .esg_social .main_social .four_graph div .graph_number {
        font-size: 38px;
        margin-top: -50px
    }

    .esg_contents .esg_enviroment h3,
    .esg_contents .esg_govenance h3 {
        margin: 40px 0 20px 0
    }

    .esg_contents .esg_enviroment .environment_blc {
        background: url(../images/bg_esg_points_sp.png) no-repeat center bottom;
        background-size: contain;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 215px
    }

    .esg_contents .esg_enviroment .environment_blc img {
        display: none
    }

    .esg_contents .esg_enviroment .environment_blc p {
        text-align: center;
        color: #fff;
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 0
    }

    .esg_contents .esg_enviroment .environment_blc p:nth-child(2) {
        background-color: #89c39f
    }

    .esg_contents .esg_enviroment .environment_blc p:nth-child(3) {
        background-color: #359f8d
    }

    .esg_contents .esg_enviroment .environment_blc p:last-child {
        background-color: #3da56f
    }

}

.governance_system {
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {

    .governance_system {
        padding-bottom: 0;
    }

}

.governance_thinking h3,
.governance_system h3 {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #d05340;
    height: 80px;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin: 30px 0
}

.governance_thinking h3 br.for_sp {
    display: none
}

.governance_system .system_pic {
    width: 815px;
    display: block;
    margin: 0 auto
}

.governance_system .system_process {
    width: 100%
}

.governance_system h4 {
    font-size: 22px;
    color: #d05340;
    position: relative;
    display: block;
    margin-top: 45px;
    margin-bottom: 10px
}

.governance_system h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d05340;
    margin-top: 5px;
    margin-bottom: 5px
}

.governance_system .system_reason_table {
    width: 100%
}

.governance_system .system_reason_table>thead>tr>td {
    background-color: #f2c1a9;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    border: 3px solid #fffdeb;
    padding: 5px 10px;
    text-align: center
}

.governance_system .system_reason_table>thead>tr>td:first-child,
.governance_system .system_reason_table>tbody>tr>td:first-child {
    width: 10%;
    text-align: center
}

.governance_system .system_reason_table>thead>tr>td:nth-child(2),
.governance_system .system_reason_table>tbody>tr>td:nth-child(2) {
    width: 50%
}

.governance_system .system_reason_table>tbody>tr>td {
    border: 3px solid #fffdeb;
    background-color: #eeeeef;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #595757;
    padding: 5px 10px
}

.governance_system .system_reason_table>tbody>tr>td>table {
    width: 100%
}

.governance_system .system_reason_table>tbody>tr>td>table td:first-child {
    width: 27%
}

.governance_system .system_reason_sp {
    display: none
}

.governance_system .news_blc {
    border-top: none;
    padding: 0
}

.management_plan img {
    width: 100%
}

.management_plan .management_profit img,
.management_plan .management_newprofit img {
    border: 1px solid #ddd
}

.management_concept {
    border-top: 1px #d05340 solid;
    border-bottom: 1px #d05340 solid;
    text-align: center;
    padding-bottom: 40px;
    margin: 50px 0
}

.management_concept h2 {
    font-size: 22px;
    color: #d05340;
    padding-bottom: 30px;
    display: inline-block;
    width: 163px;
    margin-top: -35px;
    margin-top: -0.7em;
    vertical-align: middle;
    /*background-color: #fffdeb*/
    background-color: #fff
}

.management_concept p {
    font-size: 17px;
    line-height: 40px;
    color: #4d4d4d
}

.management_growth h3,
.management_position h3,
.management_profit h3,
.management_newprofit h3,
.management_point h3 {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #d05340;
    height: 80px;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.management_growth p {
    font-size: 15px;
    line-height: 34px;
    color: #4d4d4d;
    margin: 30px 0
}

.management_growth img {
    margin-bottom: -20px
}

.management_growth h4 {
    display: block;
    margin: 0 auto 70px auto;
    height: 125px;
    width: 800px;
    text-align: center;
    font-size: 22px;
    background-color: #f0aa3f;
    color: #fff;
    padding-top: 26px
}

.management_growth h4 span {
    font-size: 38px;
    padding: 0 7px
}

.management_position {
    text-align: center
}

.management_position p {
    font-size: 15px;
    line-height: 28px;
    color: #4d4d4d
}

.management_position_padding {
    margin-top: 40px
}

.management_position h4 {
    font-size: 22px;
    color: #d05340;
    position: relative;
    display: inline-block;
    margin-top: 35px
}

.management_position h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d05340;
    margin-top: 5px;
    margin-bottom: 5px
}

.management_position .position_other {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 80px
}

.management_position .position_other h4 {
    display: block
}

.management_position .position_other p {
    line-height: 34px
}

.management_profit p,
.management_newprofit p,
.management_point p {
    font-size: 15px;
    line-height: 34px;
    color: #4d4d4d;
    margin: 30px 0
}

.profit_other {
    margin-bottom: 70px
}

.profit_other h4 {
    font-size: 18px;
    line-height: 1;
    color: #d05340;
    margin: 45px 0 25px 0
}

.management_point p a {
    color: #da7c67;
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.management_point p a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #da7c67
}

.management_point {
    padding-bottom: 100px
}

@media screen and (max-width: 540px) {
    .esg_contents .esg_social .socail_blc {
        padding: 24px 0 90px 0;
        background-size: 100%;
        background-position-y: 89%
    }

    .esg_contents .esg_enviroment .environment_blc {
        padding-bottom: 126px
    }
}

@media screen and (max-width: 320px) {
    .esg_contents .esg_header .esg_btn {
        font-size: 12px
    }

    .esg_contents .esg_header .esg_btn span {
        font-size: 10px
    }

    .esg_contents .esg_enviroment .environment_blc {
        padding-bottom: 105px
    }
}

@media screen and (max-width: 1024px) {
    .governance_system .system_pic {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 800px) {
    .management_growth h4 {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .management_plan h4 {
        width: 100%
    }

    .management_concept {
        padding-bottom: 20px;
        margin: 30px 0
    }

    .management_concept h2 {
        font-size: 13px;
        padding-bottom: 20px;
        width: 130px;
        margin-top: 20px
    }

    .management_concept p {
        font-size: 12px;
        line-height: 18px;
        text-align: left
    }

    .management_concept p br {
        display: none
    }

    .management_growth h3,
    .management_position h3,
    .management_profit h3,
    .management_newprofit h3,
    .management_point h3,
    .governance_thinking h3,
    .governance_system h3 {
        height: 40px;
        padding-top: 12px;
        font-size: 14px
    }

    .governance_thinking h3 {
        height: 60px;
        line-height: 1.4
    }

    .governance_thinking h3 br.for_sp {
        display: block
    }

    .governance_thinking .common_txt {
        text-align: left
    }

    .management_growth p {
        font-size: 12px;
        line-height: 18px;
        color: #4d4d4d;
        margin: 15px 0
    }

    .management_growth p br.sp {
        display: none
    }

    .management_growth img {
        margin-bottom: -7px
    }

    .management_growth h4 {
        margin: 0 auto 30px auto;
        height: 70px;
        width: 100%;
        font-size: 15px;
        padding-top: 15px
    }

    .management_growth h4 span {
        font-size: 20px;
        padding: 0 3px
    }

    .management_position {
        text-align: left
    }

    .management_position p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify
    }

    .management_position_padding {
        margin-top: 10px
    }

    .management_position h4,
    .governance_system h4 {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px
    }

    .governance_system h4 {
        margin-top: 25px
    }

    .management_position h4:after,
    .governance_system h4:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #d05340;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .governance_system .system_pic {
        width: 100%
    }

    .governance_system .system_reason_table {
        display: none
    }

    .governance_system .system_reason_sp {
        display: block
    }

    .governance_system .system_reason_sp dl dt {
        display: block;
        background-color: #e78874;
        padding: 5px 10px;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .governance_system .system_reason_sp dl dt,
    .governance_system .system_reason_sp dl dd {
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        text-align: justify
    }

    .governance_system .system_reason_sp dl dd .ttl {
        font-weight: bold;
        margin-bottom: 4px
    }

    .governance_system .system_reason_sp dl dd table {
        width: 100%;
        margin-bottom: 20px
    }

    .governance_system .system_reason_sp dl dd table tr td:first-child {
        width: 30%
    }

    .management_position .position_other {
        margin: 50px 0
    }

    .management_position .position_other h4 {
        display: block
    }

    .management_position .position_other p {
        line-height: 18px
    }

    .management_profit p,
    .management_newprofit p,
    .management_point p {
        font-size: 12px;
        line-height: 18px;
        margin: 15px 0
    }

    .profit_other {
        margin-bottom: 40px
    }

    .profit_other h4 {
        font-size: 14px;
        margin: 25px 0 10px 0
    }

    .management_point {
        padding-bottom: 50px
    }

    .management_point.last {
        padding-bottom: 0;
    }

    .esg_contents .esg_govenance .esg_gov_blc p {
        font-size: 14px
    }

    .esg_contents .esg_govenance .common_txt {
        text-align: left
    }
}

.company_index_message {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #dc5441;
    padding-top: 10px;
    padding-left: 10px;
    position: relative
}

.company_index_message:hover,
.company_index_btn a:hover {
    opacity: 0.8
}

.company_index_message:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: url(../images/img_btn_messaage.png)
}


.company_index_message_box {
  box-shadow: 0 0 0.5px 0px #555, 0px 30px 40px 0px rgba(83, 83, 83, 0.15);
  display: block;
  position: relative;
  padding: 10px;
  min-height: 180px;
}
.company_index_message_box:hover {
    opacity: 0.8;
}
.company_index_message_box .tit {
  width: auto;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 5.5%;
  margin-top: -1.1em;
}
.company_index_message_box .obj {
  width: 40%;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -0.6em;
}
.company_index_message_box .c-btn--more {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding-right: 20px;
}
.company_index_message_box .c-btn--more::after {
    width: 15px;
    left: calc(100% + -25px);
}
.company_index_message_box:hover .c-btn--more::after {
    width: 30px;
}

.company_index_btn {
    margin: 60px 0;
    text-align: center
}

.company_index_btn a,
.company_index_btn .ImageMapLink {
    display: inline-block;
    width: calc(50% - 13px);
    background-size: 100%;
    margin-bottom: 20px;
    text-align: left;
    color: #bc1c21;
    position: relative
}

.company_index_btn > .company_index_btn_box,
.company_index_btn > .company_index_btn_box.ImageMapLink {
  box-shadow: 0px 30px 40px 0px rgba(83, 83, 83, 0.15);
  box-shadow: 0 0 0.5px 0px #555, 0px 30px 40px 0px rgba(83, 83, 83, 0.15);
  min-height: 230px;
  padding: 1px 10px 45px 0;
  display: inline-block;
  vertical-align: top;
  color: #DF112B;
  background: #fff;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}
.company_index_btn > a.company_index_btn_box:hover {
    opacity: 0.8;
}
.company_index_btn > .company_index_btn_box .tit {
  display: block;
  border-left: 10px solid;
  padding: 0 10px 0 1em;
  margin: 1.3em 0 1em 0;
  font-size: 24px;
  line-height: 1.2;
}
.company_index_btn > .company_index_btn_box .txt {
  line-height: 2;
  padding-left: 35px;
  display: block;
}
.company_index_btn > .company_index_btn_box .c-btn--more {
  color: #000;
  width: auto;
  margin-right: 40px;
  padding-right: 20px;
}
.company_index_btn > .company_index_btn_box .c-btn--more::after {
    width: 15px;
    left: calc(100% + -25px);
}
.company_index_btn > .company_index_btn_box .btn_grp_single {
  position: absolute;
  bottom: 0;
  right: 0;
}
.company_index_btn > .company_index_btn_box .btn_grp {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    padding: 0 1% 0 11%;
    justify-content: space-around;
}
.company_index_btn > .ImageMapLink.company_index_btn_box .c-btn--more:hover {
    opacity: 0.5;
}
.company_index_btn > a.company_index_btn_box:hover .c-btn--more::after,
.company_index_btn > .ImageMapLink.company_index_btn_box .c-btn--more:hover::after {
    width: 30px;
}



.company_index_btn a img {
    width: 100%
}
.company_index_btn .ImageMapLink img {
    width: 100%;
    /*vertical-align: top;*/
}
.company_index_btn a:nth-child(2n+1),
.company_index_btn .ImageMapLink:nth-child(2n+1) {
    margin-right: 20px
}

@media screen and (max-width: 950px) {
    .company_index_message {
        display: block;
        width: 100%;
        height: 250px;
        background-color: #dc5441;
        padding-top: 10px;
        padding-left: 10px;
        position: relative
    }

    .company_index_message::after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: url(../images/img_btn_messaage.png)
    }

    .company_index_btn {
        margin: 40px 0;
        text-align: center
    }

    .company_index_btn a,
    .company_index_btn .ImageMapLink {
        display: inline-block;
        width: calc(50% - 13px);
        background-size: 100%;
        margin-bottom: 10px;
        text-align: left;
        color: #bc1c21;
        position: relative
    }

    .company_index_btn a:nth-child(2n+1),
    .company_index_btn .ImageMapLink:nth-child(2n+1) {
        margin-right: 10px
    }

    .governance_system .system_pic {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 767px) {
    .company_index_message {
        height: 200px
    }

    .company_index_message:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        background: url(../images/img_btn_messaage.png) no-repeat bottom right;
        background-size: contain;
        width: 100%;
        height: 80%;
        display: block
    }

    .company_index_message img {
        width: 45%
    }

    .company_index_btn {
        margin: 20px 0
    }

    .company_index_btn a,
    .company_index_btn .ImageMapLink {
        display: block;
        width: 100%
    }


.company_index_message_box {
  min-height: 130px;
}
.company_index_message_box .tit {
  height: 22px;
}

.company_index_btn > .company_index_btn_box,
.company_index_btn > .company_index_btn_box.ImageMapLink {
    color: #DF112B;
    min-height: 180px;
}
.company_index_btn > .company_index_btn_box .c-btn--more {
    display: inline-block;
    width: auto;
}
.company_index_btn > .company_index_btn_box .tit {
    padding: 0 10px 0 0.5em;
    margin: 1em 0 1em 0;
    font-size: 20px;
}
.company_index_btn > .company_index_btn_box .txt {
    line-height: 1.5;
    padding: 0 20px;
    display: block;
}
.company_index_btn > .company_index_btn_box .c-btn--more {
    width: auto;
    margin-right: 40px;
    padding-right: 10px;
}
}

/* added 20200715 */
.globalStyle {
    font-family: 'Noto Sans JP', sans-serif;
}
.ImageMapLink a.link {
    display: inline-block;
    width: 30%;
    line-height: 0;
    position: absolute;
    left: 6%;
}
.ImageMapLink a.link._link1 {
    bottom: 27%;
}
.ImageMapLink a.link._link2 {
    bottom: 10%;
}

/* added 20201025 ------------------------------------------ */
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.irLibrary #yearList {
    margin-bottom: 20px;
}

.sec_ttl {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #7E7E7E;
}
.page_tag_ttl {
    color: #DF112B;
    border: none;
    border-left: 6px solid;
    line-height: 1.3;
    padding: 5px 15px 8px;
    font-size: 24px;
}
.governance_thinking h3, .governance_system h3 {
    background: none;
    color: #7E7E7E;
    font-weight: 400;
    font-size: 24px;
    height: auto;
    padding: 1em 1em;
    line-height: 1.2;
}
.governance_thinking h3,
.governance_system h3,
.governance_thinking h3,
.governance_system h3 {
    position: relative;
}
.governance_thinking h3:before,
.governance_system h3:before,
.governance_thinking h3:after,
.governance_system h3:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 15px 3px;
}
.governance_system h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.governance_system h4:after {
    background-color: #000;
}
.guide_faq .faq_ttl {
    color: #000;
    font-weight: 400;
    font-size: 24px;
}
.guide_faq .faq_ttl:after {
    background-color: #000;
    margin-top: 0.5em;
}
.page_library .news_blc {
    border-color: #000;
}
.page_library h3.sec_ttl {
    color: #000;
    font-size: 20px;
}
.common_ttl {
    color: #DF112B;
    font-size: 18px;
    font-weight: 300;
}

.page_side .lastest_report {
    border: 2px solid #A0A0A0;
}
.page_side .lastest_report .lastest_ttl {
    color: #222;
}
.page_side .lastest_report .lastest_ttl:after {
    background-color: #7E7E7E;
}
.page_news .irGroup {
    border-top: 2px solid #7E7E7E !important;
}
.page_news .btn_news_more {
    color: #222 !important;
}

.ir_footer {
    border-color: #222;
    padding: 30px 0 50px;
}
.ir_footer .sec_ttl {
    color: #7E7E7E;
    margin-bottom: 20px;
}
.ir_footer .ir_tb .ir_cell .footer_ttl,
.ir_footer .ir_tb .ir_cell .footer_ttl.direct_link {
    color: #000 !important;
    font-weight: 500;
    line-height: 2.7;
}
.ir_footer .ir_tb .ir_cell .direct_link {
    color: #222 !important;
    line-height: 2.2;
}
.ir_sub_cell {
    margin-bottom: 1em;
}

.finance_tab:before,
.finance_tab:after {
    content: "";
    background: #fff;
    width: 25px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    left: auto;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.finance_tab:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.finance_tab.on:after {
    opacity: 0;
    transform: rotate(0deg);
}
.finance_tab {
    font-size: 24px;
    height: auto;
    padding: 1em 3em;
    line-height: 1;
    background-color: #DF112B;
}
.finance_tab:nth-child(3) {
    background-color: #EA5442;
}
.finance_tab:nth-child(5) {
    background-color: #EF856E;
}

.guide_faq .faq_blc .faq_q {
    color: #7E7E7E;
    font-size: 20px;
    font-weight: 400;
}
.stock_table, .stock_table dd,
.stock_fixed_table thead tr td,
.stock_fixed_table tbody tr td,
.stock_fixed_table tbody tr:nth-child(2n) td {
    border-color: #fff;
}
.stock_fixed_table thead tr td {
    background-color: #DF112B;
}
.page_library .news_blc .stock_value_btn {
    height: auto;
    padding: 1.6em 3em;
    line-height: 1.3;
    font-size: 20px;
    background: #8D8D8D;
    width: 480px;
    max-width: 100%;
}
.page_library .news_blc .stock_value_btn::before {
    display: none;
}


.pager_blc {
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.pager_blc a {
    background: none;
    line-height: 1.3;
    color: #000;
    border: none;
    border-bottom: 2px solid;
    padding: 18px 0 22px 0;
    font-size: 18px;
    height: auto;
    width: auto;
    margin: 0 30px 0 0;
    position: relative;
    min-width: 120px;
}
.guide-page .pager_blc a {
    min-width: 180px;
}
.pager_blc a.clicked {
    color: #DF112B;
    background: none;
    border: none;
    border-bottom: 6px solid;
    padding: 18px 0 18px 0;
}
@media screen and (min-width: 767px) {
.pager_blc a:hover,
.pager_blc a.clicked:hover {
    background: none;
    border: none;
    color: #DF112B;
    border-bottom: 6px solid;
    padding: 18px 0 18px 0;
}
}
/*.pager_blc a:after {
    width: 100%;
    content: "";
    background: rgba(0,0,0,0);
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    display: none;
}*/
.pager_blc a:hover:after,
.pager_blc a.clicked:after {
    background: #DF112B;
}

.irLibrary dt:before {
    background-image: url(/assets/img/icon_grey.png) !important;
}
.page_news .btn_news_more:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/assets/img/icon_grey.png) right no-repeat !important;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: 3px;
}
#eirNewRelease .report_file:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/assets/img/icon_grey.png) right no-repeat !important;
    background-size: 100% auto;
}
.page_side .lastest_report .report_all_file {
    background: none;
    color: #DF112B ;
    border: 2px solid #DF112B;
    height: auto;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.6em 0.5em 0.8em;
    margin-top: 15px;
}
.page_side .lastest_report .report_all_file:before {
    content: "";
    background: url(/assets/img/icon_download.png) no-repeat center center;
    background-size: 20px auto;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin: 0px 10px -3px 0;
}
.page_side .lastest_report .report_all_file:hover {
    /*background-color: #ffd4ce;*/
}
.page_link_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 80px;
    max-width: 1000px;
}
.page_link_inner > a {
    width: 32%;
    padding: 0.8em 1em;
    min-height: 95px;
    box-shadow: 0px 30px 40px 0px rgba(83, 83, 83, 0.15);
    font-size: 19px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 4px solid #E3344A;

}

.page_link_inner > a,
.page_side .lastest_report .report_all_file {
    background: #fff;
    border-color: #E3344A;
    color: #E3344A;
    background: linear-gradient(to right, #E3344A 0%,#E3344A 90%,#fff 90%,#fff 100%);
    background-position: 200%;
    background-size: 200% 200%;
    background-repeat: no-repeat;
    transition: all 0.5s ease-out;
}
.page_link_inner > a:hover,
.page_side .lastest_report .report_all_file:hover {
    color: #fff;
    background-position: 1% 50%;
}

.page_link_inner > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + -60px);
    width: 25px;
    height: 1px;
    background-color: #E3344A;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 10px;
}
.page_link_inner > a.blank:after {
    width: 25px;
    height: 25px;
    background: url(/assets/img/blank_red3.png) no-repeat center;
    background-size: 18px auto;
}
.page_library .news_blc .stock_value_btn:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(/assets/img/blank_gray.svg) no-repeat center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_link_inner > a .mini {
    font-size: 13px;
}

.page_link_inner > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 40px;
    height: 40px;
}
.page_link_inner > .library:before {
    background: url(/assets/img/icon_folder.png) no-repeat center;
    background-size: 33px auto;
}
.page_link_inner > .stock:before {
    background: url(/assets/img/icon_card.png) no-repeat center;
    background-size: 33px auto;
}
.page_link_inner > .finance:before {
    background: url(/assets/img/icon_chart.png) no-repeat center;
    background-size: 33px auto;
}

.page_link_inner > a:hover:after {
    /*width: 18px;*/
    background: #fff;
}
.page_link_inner > .library:hover:before {
    background: url(/assets/img/icon_folder_w.png) no-repeat center;
}
.page_link_inner > .stock:hover:before {
    background: url(/assets/img/icon_card_w.png) no-repeat center;
}
.page_link_inner > .finance:hover:before {
    background: url(/assets/img/icon_chart_w.png) no-repeat center;
}
.page_link_inner > a.blank:hover:after {
    background: #E3344A url(/assets/img/blank_red_w.png) no-repeat center;
    background-size: 18px auto;
}

.page_side .lastest_report .report_all_file:hover:before {
    background: url(/assets/img/icon_download_w.png) no-repeat center center;
    background-size: 20px auto;
}


@media only screen and (max-width: 1370px) {
    .page_link_inner .normal:after {
        width: 30px;
    }
}
.page_link_inner .normal:hover:after {
    width: 35px;
}
@media screen and (max-width: 767px) {
.page_link_inner {
    display: block;
    padding: 0 10px;
    margin: 50px auto 50px;
}
.page_link_inner > a {
    width: 100%;
    margin: 15px auto;
}
}


@media screen and (max-width: 767px) {
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.header_background {
    background: none;
    text-align: left;
    margin-top: 25px;
    color: #000;
}
.pager_blc {
    border: none;
    width: 92%;
    margin: 0 auto 60px;
}
.pager_blc a,
.pager_blc a.clicked {
    margin-right: 0;
    padding: 15px 0 15px 0;
    font-size: 15px;
}
.pager_blc a.wide {
    width: auto;
}
.pager_blc a,
.pager_blc a:hover {
    background: none;
    border: none;
    border-bottom: 1px solid;
}
.pager_blc a.clicked:hover {
    background: none;
    border: none;
    border-bottom: 6px solid;
}

.finance_tab {
    font-size: 18px;
    padding: 0.7em 2em 0.9em;
}

.sec_ttl {
    font-size: 20px;
    line-height: 1.2;
}
.page_tag_ttl {
    font-size: 20px;
}
.guide_faq .faq_ttl,
.page_library h3.sec_ttl,
.governance_system h4 {
    font-size: 18px;
}
.guide_faq .faq_blc .faq_q {
    font-size: 16px;
}
.governance_thinking h3,
.governance_system h3,
.governance_thinking h3,
.governance_system h3 {
    font-size: 18px;
}
.governance_thinking h3:before,
.governance_system h3:before,
.governance_thinking h3:after,
.governance_system h3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    left: 0;
}
.governance_thinking h3:after,
.governance_system h3:after {
    right: 0;
    left: auto;
}

.page_library .news_blc .stock_value_btn {
    padding: 0.8em 2em;
    font-size: 17px;
}

.ir_footer .ir_tb_sp .footer_ttl.direct_link,
.ir_footer .ir_tb_sp .footer_ttl.pure_ttl {
    color: #444 !important;
}

}


.page_banner .page_banner_navi .banner_navi>li:nth-of-type(5) ~ li a {
    margin-right: 15px;
}
.entry_btn {
    height: auto;
    padding: 1.6em 3em;
    line-height: 1.3;
    font-size: 20px;
    background: #D18F21;
    background: #f08305;
    width: 380px;
    max-width: 100%;
    color: #fff !important;
    margin: 30px auto;
    display: block;
    box-shadow: 0px 30px 40px 0px rgb(83 83 83 / 15%);
    position: relative;
}
.entry_btn:after {
    content: "";
    width: 25px;
    height: 25px;
    /*background: url(/assets/img/blank_orange2.svg) no-repeat center;*/
    background: url(/assets/img/blank_white.png) no-repeat center;
    background-size: 15px auto ;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}





/***追記***/

.single_page {
    padding: 90px 0;
}

.single_page_title h1 {
    padding-left: 30px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 45px;
    border-left: 6px solid #DF112B;
}

.single_meta {
    text-align: right;
    margin-bottom: 20px;
}
.single_meta p {
    color: #7E7E7E;
    font-size: 16px;
}
.single_bottom_link {
    margin-bottom: 50px;
}

.single_bottom_link a {
    padding: 25px 45px;
    line-height: 1;
    font-size: 18px;
    background-color: #DF112B;
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: white;
}

.single_bottom_link a::before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    background-color: white;
}

.single_bottom_link a::after {
    content: 'MORE';
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
    font-size: 14px;
}


@media screen and (max-width: 767px) {


    .single_page {
        padding: 45px 0;
    }
    
    .single_page_title h1 {
        padding-left: 20px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        border-left: 6px solid #DF112B;
    }


    .single_bottom_link a {
        padding: 25px 10px;
        line-height: 1;
        font-size: 14px;
        width: calc(100% - 20px);
    }
}