  @charset "utf-8";
/*/////第三階層共通CSS/////*/

/* existing
---------------------------------------------------*/
#contents.singleBl,
#contents.blogBl {
	width: 1088px;
/*	overflow: hidden;*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

#single_contents {
	width: 752px;
}

#single_contents > *:last-child{
    margin-bottom: 0 !important;
}

#side_contents {
	width: 304px;
    margin-top: 48px;
    font-weight: 700;
    font-size: 12px;
}

.web_page h1.heading_1 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.web_page h1.heading_1 + *{
    margin-top: 0;
}

.web_page h2 {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 4px solid #006CB5;
    color: #006CB5;
    padding-bottom: 5px;
    margin: 50px 0 20px 0;
    position: relative;
    line-height: 1.5;
}

.web_page h2:before{
    content: "　";
    height: 4px;
    width: 112px;
    display: inline-block;
    background: #02AEFF;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.web_page h3 {
    color: #006CB5;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #006CB5;
    margin-top: 40px;
}

.web_page h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.web_page .mt50{
    margin-top: 50px;
}

.web_page .mt0 {
  margin-top: 0;
}

.web_page .imgBl{
    margin: 50px 0;
    text-align: center;
}

.web_page .imgBl.mb5{
    margin-bottom: 5px;
}

.web_page img.border{
    border: 1px solid #000;
    box-sizing: border-box;
}

.web_page .pdf{
    margin: 0 0 0 3px;
    width: 18px;
    vertical-align: middle;
}

.web_page a.txtlink{
    color: #006CB5;
    text-decoration: underline;
}

.web_page a.txtlink:hover{
    text-decoration: none;
}

.web_page p{
    font-size: 16px;
    line-height: 1.75;
    margin-top: 20px;
}

.web_page .cap{
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}

.web_page .unit{
    font-size: 14px;
    text-align: right;
}

.web_page .unit + .tableLayout{
    margin-top: 0;
}

.web_page table{
    font-size: 16px;
    line-height: 1.687;
    width: 100%;
}

.web_page table th,
.web_page table td{
    border: 2px solid #ffffff;
    padding: 8px;
    text-align:left;
    vertical-align: top;    
}

.web_page table .fontS{
    font-size: 87.5%;
    line-height: 1.4;
    display: inline-block;
}

.web_page table.stripesDesign tr.label th,
.web_page table.stripesDesign tr th.label{
    background: #2EA7E0 !important;
    color: #fff;
    vertical-align: middle;
}

.web_page table.stripesDesign tr.label02 th,
.web_page table.stripesDesign tr th.label02{
    background: #accbe0 !important;
    color: #000;
    vertical-align: middle;
}

.web_page table.stripesDesign tr:nth-child(even) th{
    background: #EFF8FE;
}

.web_page table.stripesDesign tr:nth-child(even) td{
    background:#F7F7F7;
}

.web_page table.stripesDesign tr:nth-child(odd) th{
    background: #DCEEFA;
}

.web_page table.stripesDesign tr:nth-child(odd) td{
    background:#EAEAEA;
}


.web_page table.stripesDesign .white{
    background: #fff !important;
}

.web_page table.stripesDesign .tb-rl{
    writing-mode: vertical-lr;
    line-height: 1.6;
    display: block;
/*     text-orientation: upright; */
}


.web_page ul,
.web_page dl{
    font-size: 16px;
    line-height: 1.75;
}

.web_page ul ul{
    padding-left: 1em;
}

.web_page ul li{
    text-indent: -1em;
    padding-left: 1em;
}

.web_page ul li + li{
    margin-top: .5em;
}

.web_page > * + *,
.web_page h2 + h3{
    margin-top: 25px;
}

.web_page .btnDesign{
    max-width: 592px;
    margin: 0 auto;
}

.web_page .btnDesign + .btnDesign{
    margin-top: 20px;
}

.web_page .btnDesign a{
    background: #fff;
    display: table;
    padding: 11px 32px;
    border-radius: 50px;
    font-weight: 700;
    color: #006CB5;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 70px;
}

.web_page .btnDesign.pdfver a:after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/img/common/icn_pdf.svg") no-repeat right center;    
    background-size: 24px auto;
    position: absolute;
    top: calc(50% - 14px);
    right: 70px;
}

.web_page .btnDesign a span{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
}

.web_page .column02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.web_page .column02 > *{
    width: 360px;
    margin: 0;
}

.web_page .list_num li{
  text-indent: -1.3em;
  padding-left: 1.3em;    
}

.web_page .list_dot {
}

.web_page .list_dot li{
  margin-top: .5em;
  text-indent: -1.3em;
  padding-left: 1.3em;    
}

.web_page .list_dot li::before {
  content: " -　";
}

.web_page .list_dot a{
    color: #006cb6;
    text-decoration: underline;
}

.web_page .list_dot a:hover{
    text-decoration: none;
}

.web_page .link_pdf {
  background: url("/img/common/icn_pdf.svg") no-repeat right 3px;
  background-size: 18px auto;
  padding: 0 20px 0 0;
}

.web_page .pagebackBtn {
    height: 58px;
    margin: 100px auto 0;
}

.web_page .pagebackBtn a{
    font-size: 18px;
    color: #006CB4;
    font-weight: 700;
    border: 1px solid #006CB5;
    padding: 0 20px;
    border-radius: 28px;
    background: #fff;
    line-height: 1.2;
    height: 100%;
    display: table;
    width: auto;
    box-sizing: border-box;
    margin: 0 auto;
}

.web_page .pagebackBtn a span{
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 32px auto;
    display: table-cell;
    min-height: 28px;
    line-height: 1.4;
    position: relative;
    vertical-align: middle;
    padding-right: 50px;
}

/* お問い合わせ */
.contactBl{
    background: #EFF8FE;
    margin-top: 50px !important;
}

.contactBl p.tit{
    font-size: 24px !important;
    padding: 12px 25px;
    color: #fff;
    font-weight: 700;
    background: #006CB5;
}

.contactBl dl{
    padding: 15px 25px;
}

.contactBl dt{
    font-weight: 700;
    margin-bottom: 1em;
}


/*タブ切り替え挙動*/
.tab_wrap ul.tab_area li {
  cursor: pointer;
}

.tab_wrap .tab_panel{
	display:none;
    transition: all 0.5s ease 0s;
}

.tab_wrap #cj_panelarea .tab_panel.active{
	display:block;
	z-index:1;
}

/* サイドメニューのデザイン
---------------------------------------------------*/
#side_contents .tit{
    text-align: center;
    color: #fff;
    background: #006CB5;
    padding: 14px 0;
    border-top: 1px solid #DDDCD6;
}

#side_contents ul{
    background: #EFF8FE;
    border-top: 1px solid #DDDCD6;
}

#side_contents ul li{
    border-bottom: 1px solid #DDDCD6;
}

#side_contents ul li a{
    padding: 7px 16px 7px 10px;
    display: block;
    color: #333333;
}

#side_contents ul li a span{
    display: block;
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 24px auto;
    min-height: 24px;
    line-height: 1.8;
    position: relative;
}

#side_contents ul li a span.pdf:after{
    content: "　";
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    background: url("/img/common/icn_pdf.svg") no-repeat right center;
    background-size: 18px auto;
    position: absolute;
    right: 25px;
    top: 0;
    height: 18px;    
}

#side_contents ul ul{
    display: none;
    background: #fff;
    border-top: 1px solid #DDDCD6;
}

#side_contents ul ul li{
    border: none;
}

#side_contents ul ul li a span{
    background: url("/img/common/icn_linearrow_right_blue.svg") no-repeat right center;
    background-size: 24px auto;
}

/*　 company サイドメニューアクティブ時　*/
body.Company#message #side_contents ul li.li01,
body.Company#keiei #side_contents ul li.li02,
body.Company#quality-policy #side_contents ul li.li03,
body.Company#kaisya-gaiyou #side_contents ul li.li04,
body.Company#soshikizu #side_contents ul li.li05,
body.Company#nlm_enkaku #side_contents ul li.li06,
body.Company#governance #side_contents ul li.li07,
body.Company#kaisha-annai #side_contents ul li.li08,
body.Company#download #side_contents ul li.li09{
    background:#ACCBE0;
}

/*　 ir サイドメニューアクティブ時　*/
body.Ir#keiei #side_contents ul li.li01,
body.Ir#zaimu #side_contents ul li.li02,
body.Ir.News #side_contents ul li.li03,
body.Ir.Ir-data#index #side_contents ul li.li04,
/*body.Ir.Individual #side_contents ul li.li06,*/
body.Ir.Stock#index #side_contents ul li.li05,
body.Ir#calendar #side_contents ul li.li06,
body.Ir#ir_mail #side_contents ul li.li07,
body.Ir#mail #side_contents ul li.li08,
body.Ir#release #side_contents ul li.li09,
/*body.Ir#koukoku #side_contents ul li.li09,*/
body.Ir.Qanda #side_contents ul li.li10{
    background:#ACCBE0;
}

body.Ir.Ir-data #side_contents ul ul.li04_sub,
body.Ir.Stock #side_contents ul ul.li06_sub{
    display: block;
}

body.Ir.Ir-data#p1 #side_contents ul li.li04_01,
body.Ir.Ir-data#p2 #side_contents ul li.li04_02,
body.Ir.Ir-data#p3 #side_contents ul li.li04_03,
body.Ir.Ir-data#p4 #side_contents ul li.li04_04,
/*body.Ir.Ir-data#p5 #side_contents ul li.li04_05,*/
body.Ir.Ir-data#p6 #side_contents ul li.li04_05,
body.Ir.Stock#p1 #side_contents ul li.li06_01,
body.Ir.Stock#p2 #side_contents ul li.li06_02,
body.Ir.Stock#p3 #side_contents ul li.li06_03,
body.Ir.Stock#p4 #side_contents ul li.li06_04,
body.Ir.Stock#p5 #side_contents ul li.li06_05,
body.Ir.Stock#p6 #side_contents ul li.li06_06,
body.Ir.Stock#p7 #side_contents ul li.li06_07{
    background:#ACCBE0;    
}

/*　 sustainability サイドメニューアクティブ時　*/
body.Sustainability.Download #side_contents ul li.li05,
body.Sustainability.Data #side_contents ul li.li06{
    background:#ACCBE0;
}
