@charset "UTF-8";

@import url(csr.css);

.products .section {
    margin-top: 20px;
}

/* TODO：フロント側のエラー表示 */
.error-message{
    color: #f00;
    margin: 2px;
   /* position: absolute; */
}
.form-error {
    border: 1px solid red !important;
}

div.message.error {
    color: red;
    margin: 10px;
    text-align: center;
}

strong, b {
    font-weight: bold;
}

.product_movie {
    text-align: center;
}

/*-------------お知らせ-------------*/
.news_genre_news {
    background-color: #fa786e;
}
.news_genre_press {
    background-color: #fa786e;
}
.news_genre_ir {
    background-color: #10C753;
}
.news_genre_product {
    background-color: #0186d0;
}
.news_genre_exhibition {
    background-color: #999;
}
.news_genre_exhibition2 {
    background-color: #999;
}
.news_genre_society {
    background-color: #999;
}
.news_genre_none {
    display: none;
}


/*-------------wysiwyg-area-------------*/


.c-fig figcaption ,
.wysiwyg-area .c-fig figcaption { text-align: center; }
.wysiwyg-area a {     text-decoration: underline; color: #0059af; }
.wysiwyg-area a:hover {     text-decoration: none; }



.wysiwyg-area h1 , .wysiwyg-area h2  {
  font-family: "Noto Sans Japanese";
}

.wysiwyg-area h1{
  margin-top: 20px;
  letter-spacing: .05em; 
  font-size: 171%;
  line-height: 1;
}
.wysiwyg-area h2 {
  margin: 50px 0 20px;
  font-size: 171%;
  line-height: 1.3636;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h2 {
    font-size: 157%;
  }
}
.wysiwyg-area h2 a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wysiwyg-area h2 a:hover {
    opacity: .7;
  }
}
.wysiwyg-area h2 .ico-arrow {
  font-size: 67%; 
  color: #b6b6b8;
}
.wysiwyg-area h2 .ico-arrow:before {
  top: -2px;
  left: 7px;
}
.wysiwyg-area h2-line {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #e8e8e8;
}

.wysiwyg-area h3 {
  margin: 40px 0 20px;
  font-size: 129%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h3 {
    margin: 20px 0;
    font-size: 107%;
  }
}
.wysiwyg-area h3 .ico-arrow {
  font-size: 89%; 
  color: #b6b6b8;
}
.wysiwyg-area h3 .ico-arrow:before {
  left: 4px;
}

.wysiwyg-area h4 {
  margin: 60px 0 20px;
  padding: 12px 0 12px 5px;
  font-size: 114%;
  font-weight: bold; 
  color: #0059af;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h4 {
    margin: 30px 0 20px;
    padding: 0;
    font-size: 100%;
    font-weight: normal; 
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-contents .wysiwyg-area h4 {
    padding-bottom: 12px;
    font-size: 114%;
    font-weight: bold; 
    border-bottom: 1px solid #d5d5d5;
  }
}

.wysiwyg-area h5 {
  margin: 60px 0 20px;
  padding: 12px 0 12px 5px;
  font-size: 114%;
  font-weight: bold; 
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h5 {
    margin: 30px 0 20px;
    padding: 0;
    font-size: 100%;
    font-weight: normal; 
    border: none;
  }
}

.wysiwyg-area h6 {
  margin: 40px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h6 {
    margin: 20px 0;
    font-size: 86%;
  }
}




@media screen and (min-width: 768px) {
  .wysiwyg-area table {
 width:100%;


  }
}


@media screen and (max-width: 767px) {
  .wysiwyg-area table th img,.wysiwyg-area table td img {
    max-width: 375px; 
}
}




.c-box-border .wysiwyg-area h3,
.c-box-border .wysiwyg-area h4,
.c-box-border .wysiwyg-area h5,
.c-box-border .wysiwyg-area h6  {
margin-top: 0;
}









/*-------------/wysiwyg-area-------------*/



.contact_heat input[type=checkbox] {
    position: relative;
    width: 30px;
    height: 30px;
    background: #eee;
    
        border: none;
    border-radius: 0;
    -webkit-appearance: none;
    
}

.contact_heat input[type=checkbox]:checked:after {
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "\ea10";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    font-size: 171%;
}



/*-------------image LR-------------*/




@media screen and (min-width: 768px) {
  .pc_img_maxw25per {
    max-width: 25% !important;
  }
  .pc_img_maxw33per {
    max-width: 33.33% !important;
  }
  .pc_img_maxw50per {
    max-width: 50% !important;
  }
  .pc_img_maxw66per {
    max-width: 66.66% !important;
  }
  .pc_img_maxw75per {
    max-width: 75% !important;
  }
  .pc_img_maxw77per {
    max-width: 77.77% !important;
  }
  .pc_img_maxwfull {
    max-width: 100% !important;
  }
}

/*-------------/image LR-------------*/

/*-------------image 2-------------*/
.products .grid--12.gutter--40px {
    margin-top: 0px; 
}
/*-------------/image 2-------------*/




/*-------------table -------------*/

.c-table-scroll-w480 th,
.c-table-scroll-w480 td {

     width: auto; 
     /*     width: auto !important; */
}


/*-------------/table -------------*/



/*-------------ir -------------*/
.c-heading-lv2 + .c-btn-download-wrap  {
    width:300px;
}
/*-------------/ir -------------*/




/*-------------common -------------*/
.text-r { text-align: right !important; }
.text-l { text-align: left !important; }
.text-c { text-align: center !important; }



/*-------------/common -------------*/




/*------------- nca -------------*/
.nca .fig-hero_bg_eng {
    background: url(/img/ja/nca/top/hero_01_eng.jpg) center/cover;
}
/*------------- /nca -------------*/



/*------------- tcf -------------*/
.tcf .fig-hero_bg_eng {
    background: url(/img/ja/tcf/top/hero_01_eng.jpg) no-repeat center/cover;
}
/*------------- /tcf -------------*/


/*------------- pagetop -------------*/
.pagetop {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
right:1%;
    margin-left: auto;
}
/*------------- /pagetop -------------*/



/*------------- company/about/management -------------*/
.c-table-line_management th, .c-table-line_management td {
font-weight: normal !important;
}


/*------------- /company/about/management -------------*/


/*------------- contact -------------*/
.contact-scroll-note {overflow: auto;height: 10em; padding:1em;    border: 1px solid #d5d5d5;}
@media screen and (max-width: 767px){.contact-scroll-note {auto;height: 15em;}}

/*------------- /contact -------------*/



/*------------- IR -------------*/
.c-table-ircalendar th {
    width: auto;
}
/*------------- /IR -------------*/


/*------------- catalog -------------*/
.wysiwyg-area ul.c-list-catalog   > li:before {
   content: none;
   display: none !important;
}



.wysiwyg-area ul.c-list-catalog > li {
    margin-left: 0;
    text-indent: 0;
}

@media screen and (max-width: 767px){
    .c-btn {
    display:flex; 
    } 
}

@media screen and (max-width: 767px){
.catalog .c-btn-gray-wrap{ max-width: 100%;
    }
}


.catalog .c-link-journal {
  text-decoration: underline; 
  color: #0059af;
}


.catalog-loginmessage {
    background-color: #f7f7f7;
    padding: 20px;
}


/*------------1810------------*/

.catalog .c-box-border img {
    max-width: 370px !important;
    max-height: 260px !important;
}

.catalog .c-list-catalog .c-fig img {
    max-height: 175px !important;
}



@media screen and (max-width: 767px){
.catalog .c-fig-l {
    float: none;
    margin-right: 0;
    }
}

@media screen and (max-width: 767px){
.catalog .c-fig {
    width: 100%;
    }
}


@media screen and (max-width: 767px){
.catalog .c-list-catalog .c-fig img {
    width: auto !important;
    height: auto !important;
    max-height: 227px !important;
    max-width: 100% !important;
}
}

@media screen and (max-width: 767px){
.catalog .c-fig-l-catalog {
        float: none;
    }
}

@media screen and (max-width: 767px){
.catalog .c-box-border img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 227px !important;
    }
}


/*------------181025------------*/
.catalog span.note {
    font-size: 80%;
    color: #666666 !important;
    margin-left: 10px;
}


.eng .catalog span.note {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.3em;
}




.catalog .blue {
    color: #0059af; 
}

@media screen and (max-width: 767px){
.catalog .blue {
    font-size: 95%;
}
}

.catalog span.category {
    font-size: 80%;
    color: #000 !important;
    margin-left: 10px;
}



/*------------181030------------*/



/*------------- /catalog -------------*/

.catalog .salespoint  {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;

}
.catalog .salespoint .c-heading-lv4 {
        border-bottom: 0;
        margin-bottom: 10px;
}



/*------------- Remediation -------------*/
.pc_width_max_350px {
  max-width: 350px !important;
}


.pc_height_max_220px {
  /*max-height: 220px !important;*/
  max-width: 350px !important;
}

@media screen and (max-width: 767px){
    .pc_height_max_220px {
  max-height: 220px !important;
  max-width:90% !important;
width:auto !important;
    } 
}




/*------------- /Remediation -------------*/



/*------------- NCA ENG -------------*/
.footer-nav-nca-corp {
    color: #fff;
    width: 60%;
    text-align: right;
}
.footer-nav-nca-corp-in {
    display: inline-block;
    text-align: left;
}

.footer-nav-nca-corp-in address,
.footer-bottom-nca-corp-in address {
    font-style: normal;
}


.footer-bottom-nca-corp { display: none; }
@media screen and (max-width: 1024px){
.footer-bottom-nca-corp { display: block;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 28px 0;
        text-align: center;
    }
}
.footer-bottom-nca-corp-in {    display: inline-block;
    text-align: left;
}







/*------------- / NCA ENG -------------*/



.bg-blue {
    background: #e5ebf7;    
}


/*----- 役員一覧 ---*/
img.name-s { height: 16px; }
@media screen and (max-width: 767px){
img.name-s { height: 14px; }
}
/*----- /役員一覧 ---*/


/*----- コーポレート・ガバナンス ---*/
img.name-s1 { height: 13px; margin-bottom: 10px !important; }
@media screen and (max-width: 767px){
img.name-s1 { height: 14px; }
}
/*----- /コーポレート・ガバナンス ---*/




/*------------- list -------------*/

.c-list-decimal_04 > li {
  margin-left: 1.6em;
  list-style: decimal;
  /*text-indent: -1.6em;*/
}
.c-list-decimal_04 > li:before {
  padding-right: .4em;
}
.c-list-decimal_04 > li > * {
  text-indent: 0;
}

/*------------- / list -------------*/


/*------------- media -------------*/
.tsunagaru ul li { width: 67%; }
@media screen and (max-width: 767px){ .tsunagaru ul li { width: 100%; } }
.tsunagaru ul li img { margin: 0; }

@media screen and (min-width: 768px){ .w500-l { float: left; width: 524px;}}


/*------------- media -------------*/



.main #anc01 {margin-top: -60px;  padding-top: 60px;}



/*-----------重要なお知らせ--------*/
.c-box-important div { vertical-align: bottom; }
.c-box-important div ul {  margin: 20px 0;}
@media screen and (max-width: 767px){ .c-box-important div ul {  width: auto; }}
/*
.c-box-important div:first-of-type { width: 70%;}
@media screen and (max-width: 767px){ .c-box-important div:first-of-type { width: auto;}}
*/
.c-box-important div ul li { margin: 10px 0; padding-bottom: 10px; border-bottom: 1px solid #e8e8e8; display: flex; }
@media screen and (max-width: 767px){ .c-box-important div ul li { display:block; }}
.c-box-important div ul li:last-child { padding-bottom: 0; border-bottom: none; }



.c-box-important div p { width: 80%;}
.c-box-important div p.float_r { width: 86px; margin-bottom: 20px; }
@media screen and (max-width: 767px){ .c-box-important div p.float_r { width:auto; margin-bottom:auto; }}

.c-box-important div .date { margin-right:0; width: 20%;}

@media screen and (min-width:767px) and (max-width:900px){.c-box-important div p { width: 68%;} }
@media screen and (min-width:767px) and (max-width:900px){.c-box-important div .date { margin-right:0; width: 32%;}}

@media screen and (max-width: 767px){ .c-box-important div .date { width:auto}}


/*--headerリンク調整--*/

.header-link > li { padding: 0 18px;}

/*-------*/
.w21p { width: 21% !important;}
.w25p { width: 25% !important;}

/*----IR　ニュース　　-----*/
.c-list-border-pdf .txt {  width: calc(100% - 344px);}
@media screen and (max-width: 767px){ .c-list-border-pdf .txt { width: auto; }}

/*---- search　　-----*/

@media screen and (max-width: 960px) {
  .header-link-search {
      left: -63vw;
      top:45px;
      width: 90vw;
  }
.header-link-search .gsc-input-box {
  height: 37px;
}

.gsc-results-wrapper-overlay {
  box-sizing: border-box;
  top: 12% !important;
  left: 5% !important;
  height: 86% !important;
  width: 90% !important;
}
}



@media screen and (min-width: 961px) {
  .header.is-sticky .gsc-modal-background-image-visible {
height: 1080px !important;
}
/*
.gsc-results-wrapper-visible {
  top: 100px!important;
  height: 800px !important;
}
*/
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .header-link-search {
    left: -400px !important;
    top:42px;
    width: 400px !important;
}
table.gsc-search-box {
  width: 93% !important;
}
.gsc-results-wrapper-overlay {
  width: 90% !important;
}

}


.csr-management-fig li dl dd,.csr-management-fig li p {
  font-size: 1.56rem;
}


/*---icon---*/

.ico-cup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  line-height: 0;
}

.ico-cup::before {
  content: url(/img/ja/ico_cup_w.svg);
  width: 90% !important;
}

.ico-link_w {
  display: inline-flex;
  justify-content: right;
  align-items: center;
  width: 1em;
  line-height: 0;
}
.ico-link_w::before {
  content: url(/img/ja/ico_link_w.svg);
  width: 55% !important;
  margin-top: -0.3em;
}

.contact .form-note {
  width: 14em;
  display: block;
  line-height: 1.6;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px){
  .contact .form-note {
    width: auto;
  }
  }


/*------Cookie---------*/


.cf2OTb td:first-child,.cf2OTb th:first-child { max-width:250px; }
.cf1M40 td:nth-child(2),.cf1M40 th:nth-child(2) { min-width : initial !important; }

/*
#cookiefirst-cookies-table p+div.cf1tXD { margin-top : 2em;}
.cfAfdC svg { display : none !important; }
*/
.cookiefirst-cookie-declaration h3 , .cookiefirst-root h3, #cookie-policy-area h2 {
    margin: 60px 0 20px;
    padding: 12px 0 12px 5px;
    font-size: 114%;
    font-weight: bold;
    color: #0059af;
    border-bottom: 1px solid #d5d5d5;
  }

  .cookiefirst-cookie-declaration h4 , .cookiefirst-root h4, #cookie-policy-area h3  {
  margin: 60px 0 20px;
  padding: 12px 0 12px 5px;
  font-size: 114%;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
}

.cf2OTb td, .cf2OTb th {
  font-weight: normal !important;
  padding: .5rem !important;
 }

#cookiefirst-policy-button button {
  display: inline-block !important;
  text-align: center !important;
  color: #fff !important;
  padding: 1em 1.5em !important;
  background: #0d3078 !important;
  margin: 1.5em 0;  
}

#cookiefirst-policy-button button:first-child {
  margin-right: 1em;
}

#cookiefirst-policy-button button:hover {
  opacity: 0.8;
 
}

#cookie-policy-area  ul {
  margin: 1em 0;
}

#cookie-policy-area  ul > li:before {
  content: "・";
}

#cookie-policy-area  ul > li {
  margin-left: 1em;
  text-indent: -1em;
}

#cookiefirst-cookies-table table { margin-top: 40px ;}
#cookiefirst-cookies-table a { color: #0D3078; }
.cookiefirst-cookies-link a { color: #0D3078; }
