/*irtop*/
#irTopHeader {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
}
#latestLib {
    width: 40.35%;
    border-radius: 10px;
    background-color: #E9F3F1;
    box-sizing: border-box;
    padding: 5rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#latestLib > h3,
#latestLib > .eir {
    width: 100%;
}
section.content #latestLib > h3,
section.content .irCalWrap > h3 {
    font-size: 2rem;
}
/*#latestLib ul.s_eirList li:nth-child(n+3) {
    display: none;
}*/
#irTopHeader ul.bn {
    width: 57%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-content: space-between;*/
    align-content: flex-start;
}
#irTopHeader ul.bn li {
    list-style: none;
    width: 47.69%;
}
#irTopHeader ul.bn li:nth-child(n+3) {
    margin-top: 2rem;
}
#irTopHeader ul.bn li a {
    display: block;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#irTopHeader ul.bn li a span {
    background-color: rgba(0,158,138,0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.8rem 2rem;
    line-height: 1;
    color: #fff;
    background-image: url(/asset/img/common/arw_w.svg);
    background-repeat: no-repeat;
    background-position: center right 2rem;
    background-size: 14.6px;
    z-index: 10;
}
#irTopHeader ul.bn li a img {
    vertical-align: bottom;
    overflow: hidden;
    border-radius: 10px;
    transition: 1s all;
}
.stock-newsWrap {
    margin: 8rem 0;
    display: flex;
    justify-content: space-between;
}
.irStock,
.irCalWrap {
    width: 47.71%;
    background-color: #E6F3F1;
    border-radius: 10px;
    box-sizing: border-box;
}
.irStock {
    text-align: center;
    display: flex;
    align-items: center;
}
.irStock img {
    width: 60%;
}
.irStock {
    padding: 4rem;
}
.irCalWrap {
    padding: 4rem 5rem;
}
.irCalWrap ul {
    margin-bottom: 2.5rem;
}
.irCalWrap li {
    list-style: none;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: solid 1px #C2C2C2;
    position: relative;
    padding-left: 23.47%;
}
.irCalWrap li span {
    font-weight: bold;
    color: #009E8A;
    position: absolute;
    left: 0;
    top: 0;
}
ul.report-mm {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
    gap: 1.5em;
    flex-wrap: wrap;
}
ul.report-mm li {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    /*margin: 0 1.5rem;*/
}

ul.report-mm li img {
    vertical-align: bottom;
    /*max-width: 352px;*/
    max-width: 400px;
}
#irLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3rem;
}
#irLinks li {
    list-style: none;
    width: 23.5%;
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 1.8rem;
}
#irLinks li span {
    display: block;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
#irLinks li span img {
    vertical-align: bottom;
    transition: 1s all;
}

/*eir style reset*/
#irTopHeader  ul.eirGroup.s_eirList {
    margin-bottom: 3rem;
}
#irTopHeader .s_eirList_item {
    padding: 0;
    border-top: none;
    border-bottom: solid 1px #C2C2C2;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#irTopHeader .s_eirList_item::after,
#irNews .s_eirList_item::after,
.irCalWrap li::after,
#irLibraryWrap .s_eirList_item::after,
#meetingWrap .year_sec dd li::after,
dl.day-txt dd::after  {
    content: "";
    display: block;
    width: 9%;
    height: 1px;
    background-color: #009E8A;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.irCalWrap li::after {
    width: 6.77%;
}
#irTopHeader .s_eirList_item_size {
    display: none;
}

#irTopHeader .s_eirModule_titleBox {
    margin-left: 0;
}
#irTopHeader .s_eirList_item_date {
    display: none;
}
#irTopHeader  ul.eirGroup.s_eirList li:nth-child(n+4) {
    display: none;    
}
#irTopHeader p.btn-a {
    text-align: center;
}
#irTopHeader .irTop_zipLink {    
    margin-bottom: 0 !important;
}
#irTopHeader span.s_eirModule_type_icon.s_eirModule_type_icon-pdf,
#irNews span.s_eirModule_type_icon.s_eirModule_type_icon-pdf,
#irLibraryWrap span.s_eirModule_type_icon.s_eirModule_type_icon-pdf,
#meetingWrap .year_sec dd li span.pdf,
dl.day-txt dd span.pdf  {
    background-image: url(/asset/img/common/pdf.svg);
    background-size: 18px 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 18px;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    line-height: 2;
}
#irTopHeader span.s_eirModule_type_icon.s_eirModule_type_icon-pdf + figure.s_eirModule_type_figure,
#irNews span.s_eirModule_type_icon.s_eirModule_type_icon-pdf + figure.s_eirModule_type_figure,
#irLibraryWrap span.s_eirModule_type_icon.s_eirModule_type_icon-pdf + figure.s_eirModule_type_figure {
    display: none;
}
#irNews .s_eirList {
    margin-bottom: 4rem;
}
#irNews .s_eirList_item,
#irLibraryWrap .s_eirList_item,
dl.day-txt dd {
    border-top: none;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-bottom: solid 1px #C2C2C2;
    position: relative;
}
#irNews .s_eirList_item::after,
#irLibraryWrap .s_eirList_item::after,
#meetingWrap .year_sec dd li::after,
dl.day-txt dd::after  {
    width: 3.3%;
}
#irNews .s_eirModule_date_time,
#irLibraryWrap .s_eirModule_date_time,
dl.day-txt dt {
    font-weight: bold;
    color: #009E8A;
}
#irNews .s_eirModule_category_icon,
#irLibraryWrap .s_eirModule_category_icon {
    color: #fff;
    border: none;
    background-color: #EE8AAA;
    border-radius: 3px;
    width: 5em;
    font-size: 12px;
    padding: 0.3em 0 0.2em;
    line-height: 1;
    text-align: center;    
}
#irNews .s_eirList_item_category,
#irLibraryWrap .s_eirList_item_category {
    margin-left: 1.3rem;
}
#irNews .s_eirModule_titleBox,
#irLibraryWrap .s_eirModule_titleBox {
    display: block;
    width: 90%;
    margin-left: 0;
    margin-top: 1.5rem;    
}
#latestLib .s_eirModule_title_label,
#irNews .s_eirModule_title_label,
#irLibraryWrap .s_eirModule_title_label {
    color: #000;
}
#irNews .s_eirList_item_size,
#irLibraryWrap .s_eirList_item_size {
    display: none;
}
#irNews .s_eirList_item_type,
#irLibraryWrap .s_eirList_item_type {
    margin-top: 1.5rem;
}
/*irlower*/
.irlower .pagettl + section.content {
    margin-top: 8rem;
}
.irlower .switch {
    width: 678px;
    margin-bottom: 3rem;
}
.irlower .switch li {
    width: 23.89%;
    position: relative;
}
.irlower .switch li.active a {
    z-index: 2;
    position: relative;
}
.irlower .switch li.active::after {
    content: "";
    background-color: #009E8A;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: 1; 
    width: 100%; 
}
.libraryLeadtxt {
    margin-bottom: 6rem;
}
#irLibraryWrap .s_eirSelect,
.fmselectWrap .fmselect {
    border:none;
    border-bottom: solid 2px #BCDAD2;
    border-radius: 0;
    color: #000;
    background: url(/asset/img/common/selectArrow.svg);
    background-size: 18px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
    height: inherit;
    padding: 0 30px 0 10px;
    text-align: center;
}
section.content #irLibraryWrap h3 {
    text-align: left;
    padding-left: 1rem;
    padding-bottom: 0;
}
section.content #irLibraryWrap h3 span {
    font-size: 1.8rem;
    line-height: 1.3;
}
section.content #irLibraryWrap h3::before,
section.content #irLibraryWrap h3::after {
    width: 4px;
    left: 0;
    top: 0;
    margin: 0;
}
section.content #irLibraryWrap h3::before {
    height: 15px;
    top: 5px;
}
section.content #irLibraryWrap h3::after {
    height: 5px;
}
#irLibraryWrap .eirGroup.s_eirList {
    margin-top: -2rem;
}
#irLibraryWrap .eir_pdfNote {
    margin-top: 1rem;
}
.inner2 #irLibraryWrap p.eir_pdfNote_item + p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #5F5F5F;
}
#irLibraryWrap .eir_pnexNote.s_eirBlock {
    background-color: #F5F6FA;
    border-radius: 10px;
    padding: 3rem;
    margin-bottom: 8rem;
}
.inner2 #irLibraryWrap p.eir_pnexNote_item + p {
    margin-top: 0;
}
.inner2 #irLibraryWrap p.eir_pnexNote_item a:link,
.inner2 #irLibraryWrap p.eir_pnexNote_item a:visited {
    color: #5F80BF;
    text-decoration: underline;
}
#irLibraryWrap.securities .s_eirList_item {
    align-items: center;
}
#irLibraryWrap.securities .s_eirModule_titleBox {
    margin-top: 0;
    width: 80%;
    box-sizing: border-box;
    padding-left: 3rem;
}
#irLibraryWrap.securities .s_eirList_item_type {
    margin-top: 0;
}
#irLibraryWrap.securities .eir_area_area_yuho_004 .eir_yuhoCsv_head {
    border-bottom: none;
    font-size: 1.8rem;
    margin: 6rem 0 3rem;
}
h3.eir_yuhoCsv_head + .eir_yuhoCsv_item {
    margin-top: 0;
}
#irLibraryWrap.securities .eir_yuhoCsv.s_eirBlock {
    margin-bottom: 3rem;
}
#irLibraryWrap.irNews,
#irLibraryWrap.presentation {
    margin-bottom: 8rem;
} 
/*relatedvideo*/
#contentWrap.relatedVideo section.content h3 {
    margin:10rem 0 4rem;
}
.presenWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

#contentWrap.investor .presenWrap {
    display: table;
    margin: 0 auto 8rem;
}

.presenWrap .movie {
    width: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#contentWrap.investor .presenWrap .movie,
#contentWrap.investor .presenWrap .presenDetail {
    width: 100%;
}
#contentWrap.investor .presenWrap .movie img {
    width: 802px;
    height: auto;
}
#contentWrap.investor .presenWrap .presenDetail {
    margin-top: 2rem;
}

.presenWrap .movie::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/asset/img/ir/library/seminar/mov-btn.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
    left: 50%;
    top: 50%;
    margin-left: -39px;
    margin-top: -39px;
    pointer-events: none;
}
.presenWrap .presenDetail {
    width: 45.6%;
}
.presenWrap.noMov .presenDetail {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
}
.presenWrap.noMov .presenDetail a[target="_blank"].txtlink2 {
    text-decoration: underline;
    color: #5F80BF;
}
.presenWrap .presenDetail ul {
    margin-top: 2rem;
}
.presenWrap .presenDetail li {
    list-style: none;
    font-size: 1.4rem;
}
.presenWrap .presenDetail li + li {
    margin-top: 1rem;
}
.presenWrap .presenDetail li a:link,
.presenWrap .presenDetail li a:visited,
dl.day-txt.docs dd a:link,
dl.day-txt.docs dd a:visited,
.pastmeeting .movWrap p a.pdf:link ,
.pastmeeting .movWrap p a.pdf:visited {
    color: #5F80BF;
    text-decoration: underline;
    line-height: 1.5;
    font-weight: bold;
}
.pastmeeting .movWrap p a.pdf:link ,
.pastmeeting .movWrap p a.pdf:visited {
    font-weight: normal;
}
.presenWrap .presenDetail li span.pdf,
dl.day-txt.docs dd span.pdf,
.pastmeeting .movWrap p a.pdf span {
    background-image: url(/asset/img/common/pdf2.svg);
    background-size: 13px 28px;
    background-repeat: no-repeat;
    background-position: right 1px top;
    padding-top: 0.5rem;
    padding-right: 2rem;

}
dl.day-txt.docs {
    margin-bottom: 4rem;
}
dl.day-txt.docs dt {
    font-weight: bold;
    margin-bottom: 1.5rem;
}
dl.day-txt.docs dd {
    line-height: 1.75;
}
.fmselectWrap {
    text-align: center;
    margin-bottom: 3rem;
}
.fmselectWrap .fmselect {
    appearance: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 35px 10px 10px;
    text-align: left;
}
#meetingWrap .year_sec {
    margin-bottom: 2rem;
}
#meetingWrap .year_sec dt {
    border-radius: 10px;
    background-color: #E9F3F1;
    padding: 2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
}
#meetingWrap .year_sec dd li {
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: solid 1px #C2C2C2;
    position: relative;
    margin-bottom: 4rem;
    padding-right: 3.5rem;
    box-sizing: border-box;
}

#meetingWrap .year_sec dd li b {
    font-weight: bold;
    display: block;
    color: #009E8A;
    margin-bottom: 1rem;
}
#meetingWrap .year_sec dd li span.pdf,
dl.day-txt dd span.pdf {
    position: absolute;
    right: 0.5rem;
    top: 2.6rem;
}
.inner2 #meetingWrap .year_sec dd li p + p {
    margin-top: 0;
}
.inner2 #meetingWrap .year_sec dd li p + p.note {
    color: #5F5F5F;
}
#meetingWrap .year_sec dd li div.correct {
    box-sizing: border-box;
    padding-left: 2em;
    display: flex;
    width: 100%;
    margin-top: 0.5em;
}

#meetingWrap .year_sec dd li div.correct p {
    width: 18%;
}
#meetingWrap .year_sec dd li div.correct p b {
    display: inline-block;    
    margin-left: 0.5em;
}
#meetingWrap .year_sec dd li div.correct p:last-child {
    display: block;
    width: calc(100% - 15% - 0.5em);
    position: relative;
}
#meetingWrap .year_sec dd li div.correct p span.pdf {
    top: 0;
    right: -3rem;
}

#meetingWrap .year_sec dd li + li {
    margin-top: -1em;
}

#meetingWrap .tableType1 td .movWrap {
    margin-top: 0;
}
#meetingWrap dl + .tableType1 {
    margin-top: 6em;
}
#meetingWrap .tableType1 td.nolink {
    color: #999;
}
#meetingWrap .tableType1 td.nolink span.note {
    color: #000;
    font-size: 1.3rem;
}

/*publicnotice*/
.publicnotice dl.day-txt,
.stock .tableType1,
#meetingWrap,
#irporicyWrap,
#irCal,
#shareholders {
    margin-bottom: 8rem;
}
dl.day-txt dt {
    margin-bottom: 1rem;
}
dl.day-txt dd {
    position: relative;
    padding: 0 3.5rem 2rem 0;
    margin-bottom: 2rem;
    line-height: 1.75;
}
dl.day-txt dd span.pdf {
    top: 0;
}
/*report*/
#irLibraryWrap.report .s_eirModule_date {
    width: 100%;
}
#irLibraryWrap.report .eir_area_area_press_006 .eir_pdfNote {
    padding-top: 0;
}
/*irporicy*/
dl#irporicyWrap {
    line-height: 1.75;
}
dl#irporicyWrap dt {
    font-weight: bold;
    margin-bottom: 1rem;
}
dl#irporicyWrap dd + dt {
    margin-top: 3rem;
}
/*calender*/
figure.ircalfig {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4rem;
}
figure.ircalfig img {
    vertical-align: bottom;
}
/*shareholders*/
section.content #shareholders h5 {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
#shareholders .tableType2 {
    /*table-layout: fixed;*/
    margin: 2rem 0 0;
}
#shareholders .tableType2 td ul li {
    text-indent: -1em;
    margin-left: 1em;
}
#shareholders .tableType2 th:first-child:not(tr:nth-child(2) th:first-child) {
    /*width: 27.26%;*/
    width: 15%;
    vertical-align:middle;
    border-top: solid 1px #c8c5c4;
}
#shareholders .tableType2 tr:first-child th:first-child {
    border-right: solid 2px #fff;
    border-top: none !important;
}
#shareholders table.tableType2 + .note {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#shareholders table.tableType2 + ul.note li + li {
    margin-top: 0;
}
#shareholders ul.note + h4 {
    margin-top: 4em;
}
.shareholderbn {
    text-align: center;
    margin: -2rem 0 8rem;
    
}
.shareholderbn img {
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.1);    
    border-radius: 10px;
    overflow: hidden;
}
.moreMovWrap {
    display: none;
}
.irmorebtn {
    margin-bottom: 8rem;
}
/*irFAQ*/
.faq .localNav {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8rem;
}
.faq .localNav li {
    margin: 0 1.5%;
}
.faq .localNav li:nth-child(n+5) {
    margin-top: 3rem;
}
#faqWrap,
.presentationQA {
    margin-bottom: 8rem;
}
#faqWrap ul {
    list-style: none;
}
#faqWrap ul li,
.presentationQA dd {
    padding-bottom: 2.5rem;
    border-bottom: solid 1px #C2C2C2;
    margin-bottom: 2.5rem;
    cursor: pointer;
}
.presentationQA dd {
    cursor: default;
    line-height: 1.75;
    padding-left: 1.2em;
}
.presentationQA dd:last-child {
    border-bottom: none;
}
#faqWrap ul li h4 {
    background-image: url(/asset/img/common/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    padding-left: 1.2em;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.presentationQA {
    margin-top: 4rem;
}
.presentationQA dt {
    font-weight: bold;
    color: #009E8A;
    line-height: 1.75;
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 1.7rem;
}
#faqWrap ul li h4::before,
.presentationQA dt::before {
    content: "Q.";
    background-color: transparent;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    bottom: inherit;
    padding-top: inherit;
}
.presentationQA dt::before {
    position: absolute;
    left: 0;
    top: 0;
}
#faqWrap ul li h4::after {
    display: none;
}
#faqWrap ul li h4.open {
    background-image: url(/asset/img/common/minus.svg);
}
#faqWrap ul li p {
    display: none;
    margin-top: 1.7rem;
    position: relative;
    padding-left: 1.2em;
}
#faqWrap ul li p::before,
.presentationQA dd:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 0;
}
.presentationQA dd {
    position: relative;
}
#faqWrap ul + h3 {
    margin-top: 6rem;
}
#faqWrap ul li a:link,
#faqWrap ul li a:visited {
    color: #009E8A;
    text-decoration: underline;
}
/*investor*/
#msgWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
    align-items: center;
}
#msgWrap figure {
    width: 50%;
}
#msgWrap figure img {
    border-radius: 10px;
}
#msgWrap > div {
    width: 45%;
}
#msgWrap > div p:first-child {
    font-weight: bold;
    font-size: 1.8rem;
}
.investor .relateLink,
#forinvestor {
    margin: 0 0 8rem;
}
#forinvestor p b {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1.5rem 0;
    display: block;
}
#forinvestor p.btn-a {
    text-align: center;
}
.investor figure.pdf {
    text-align: center;
    margin: -3rem 0 8rem;
}
.investor figure.pdf img {
    border-radius: 10px;
    border: solid 1px #eee;
}
.pastmeeting .movWrap p {
    text-align: center;
    margin-top: 1.5rem;
}
.presentationQA dd p.bold + p {
    margin-top: 0;
}
.bknews {
    border: solid 1px red;
    padding: 1.5em;
    margin-bottom: 4em;
}
section.content .bknews .ttl {
    text-align: left;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.bknews dl {
    display: flex;
}
.bknews dt {
    width: 18%;
    line-height: 1.75;
    font-weight: bold;
    color: #333;
}
.bknews dd {
    width: 82%;
}
.bknews dd .sbt {
    font-weight: bold;
    margin-bottom: -1.5em;
    color: #333;
}

a.pdfIcon {
    background-image: url(/asset/img/common/pdf.svg);
    background-size: 16px 23px;
    background-repeat: no-repeat;
    background-position: right center;
    /*color: #009E8A;*/
    padding-right: 1.5em;
}
span.indent {
    text-indent: -1em;
    margin-left: 2em;
    display: inline-block;
}

@media(hover: hover) {
    #latestLib .s_eirModule_title_label:hover,
    #irNews .s_eirModule_title_label:hover,
    #irLibraryWrap .s_eirModule_title_label:hover {
        color: #009E8A;
    }
    #irLinks li:hover img,
    #irTopHeader ul.bn li a:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all;
        opacity: 0.7;
    }
    .inner2 #irLibraryWrap p.eir_pnexNote_item a:hover,
    .presenWrap .presenDetail li a:hover,
    dl.day-txt.docs dd a:hover,
    .pastmeeting .movWrap p a.pdf:hover,
    #faqWrap ul li a:hover {
        text-decoration: none;
    }
    .presenWrap .movie:hover,
    .shareholderbn a:hover {
        opacity: 0.7;
    }
    a.pdfIcon:hover {
        color: #009E8A;
    }

}
@media screen and (max-width: 767px) {
    #irTopHeader,
    #irTopHeader ul.bn,
    ul.report-mm,
    #irLinks {
        display: block;
    }
    #latestLib,
    #irTopHeader ul.bn,
    #irTopHeader ul.bn li,
    .irStock,
    .irCalWrap,
    ul.report-mm li,
    #irLinks li {
        width: 100%;
    }
    #latestLib,
    .irCalWrap {
        padding: 4rem 2.4rem;
        margin-bottom: 2rem;
    }
    section.content #latestLib > h3,
    section.content .irCalWrap > h3 {
        font-size: 1.9rem;
    }
    #irTopHeader ul.bn li,
    #irTopHeader ul.bn li:nth-child(n+3) {
        margin-bottom: 2rem;
    }
    #irTopHeader ul.bn li:last-child {
        margin-bottom: 0;
    }
    #irTopHeader ul.bn li a img {
        width: 100%;
    }

    /*eir style reset*/
    #latestLib .s_eirModule_titleBox {
        font-size: 1.4rem;
    }
    #irNews .s_eirModule_date,
    #irLibraryWrap .s_eirModule_date {
        position: inherit;
        left: inherit;
        top: inherit;
        font-size: 1.6rem;
    }
    #irNews .s_eirList_item_category,
    #irLibraryWrap .s_eirList_item_category {
        margin-top: 0;
    }
    #irNews .s_eirModule_titleBox ,
    #irLibraryWrap .s_eirModule_titleBox {
        width: 86.47%;
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    #irNews span.s_eirModule_type_icon.s_eirModule_type_icon-pdf,
    #irLibraryWrap span.s_eirModule_type_icon.s_eirModule_type_icon-pdf {
        width: 20px;
        padding-top: 27px;
        background-size: 100% auto;
    }
    #irNews .s_eirList_item::after,
    #irLibraryWrap .s_eirList_item::after,
    #meetingWrap .year_sec dd li::after,
    dl.day-txt dd::after {
        width: 8.82%;
    }
    .stock-newsWrap {
        margin: 6rem 0;
        display: block;
    }
    .irStock {
        padding: 3rem;
        margin-bottom: 2rem;
    }
    .irStock img {
        width: 100%;
    }
    .irCalWrap li {
        padding-left: 0;
        font-size: 1.4rem;
    }
    .irCalWrap li span {
        position: inherit;
        left: inherit;
        top: inherit;
        font-size: 1.4rem;
        display: block;
        margin-bottom: 1rem;
    }
    .irCalWrap .btn-a a {
        min-width: inherit;
        width: 93.1%;
    }
    ul.report-mm {
        margin-bottom: 5rem;
    }
    ul.report-mm li {
        margin: 0;
    }
    ul.report-mm li img {
        width: 100%;
    }
    ul.report-mm li + li,
    #irLinks li + li {
        margin-top: 2rem;
    }
    .irlower .pagettl + section.content {
        margin-top: 5rem;
    }
    .irlower .switch {
        width: 108%;
        margin-left: -4%;
        background-color: transparent;
        border-radius: 0;
    }
    .irlower .switch li {
        line-height: 1.18;
        border: solid 1px #009E8A;
    }
    .irlower .switch li.active::after {
        display: none;
    }
    .irlower .switch li.active {
        background-color: #009E8A;
    }
    .irlower .switch li a:link,
    .irlower .switch li a:visited {
        color: #009E8A;
    }
    .irlower .switch li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .libraryLeadtxt {
        font-size: 1.4rem;
    }
    #irLibraryWrap .s_yearController {
        text-align: center;
    }
    #irLibraryWrap .eir_pdfNote_item:first-child {
        text-align: center;
    }
    #irLibraryWrap .eir_pnexNote.s_eirBlock {
        font-size: 1.4rem;
        margin-bottom: 6rem;
    }
    #irLibraryWrap.securities .s_eirModule_titleBox {
        padding-left: 0;
    }
    #irLibraryWrap.irNews,
    #irLibraryWrap.presentation,
    #meetingWrap,
    .publicnotice dl.day-txt,
    .stock .tableType1,
    #irporicyWrap,
    #irCal,
    #shareholders {
        margin-bottom: 6rem;
    } 

    /*relatedvideo*/
    #contentWrap.relatedVideo section.content h3 {
        margin:6rem 0 4rem;
    }
    .presenWrap {
        display: block;
    }
    .presenWrap .movie,
    .presenWrap .presenDetail {
        width: 100%;
    }
    .presenWrap .movie {
        margin-bottom: 2rem;
    }
    .presenWrap .movie::after {
        width: 55px;
        height: 55px;
        margin-left: -27.5px;
        margin-top: -27.5px;
        background-size: 100% auto;
    }
    figure.ircalfig.sp-only {
        position: relative;
    }   
    figure.ircalfig.sp-only a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(245,246,250,0.7);
    }
    
    figure.ircalfig.sp-only figcaption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #009E8A;
        font-weight: bold;
        font-size: 1.4rem;
        pointer-events: none;
        cursor: pointer;
        box-sizing: border-box;
        padding-top: 1rem;
        z-index: 2;
    }
    #shareholders .tableType2 {
        table-layout: auto;        
    }
    #shareholders .tableType2 th:first-child:not(tr:nth-child(2) th:first-child) {
        width: 20%;
    }
    #shareholders .note {
        font-size: 12px;
    }
    
    .faq .localNav {
        margin-top: 5rem;
    }
    .faq .localNav li {
        width: 50%;
        margin: 0;
        min-height: 4em;
    }
    .faq .localNav li:nth-child(n+5) {
        margin-top: 0;
    }
    #faqWrap ul li h4 {
        padding-right: 4rem;
    }
    #msgWrap {
        display: block;
    }
    #msgWrap figure,
    #msgWrap > div {
        width: 100%;
    }
    #msgWrap figure {
        margin-bottom: 1.5rem;
    }
    .inner2 #msgWrap  p + p {
        margin-top: 1.5rem;
        text-align: center;
    }
    .investor figure.pdf {
        margin-bottom: 4rem;
    }
    ul.report-mm li img {
        max-width: inherit;
    }
    #irLinks li span img {
        width: 100%;
    }

    .shareholderbn {
        margin-bottom: 5rem;
    }

}