@charset "UTF-8";
/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*----- Base -----*/
html { overflow-y: scroll; font-size: 62.5%;   background:#333333;}

body {
  font-family:"Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
    background: #FFFFFF;
  color:#333333;
}

body * { box-sizing: border-box; }

main {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
main {
  padding-top: 80px;
}
}


/*----- Layout -----*/

/*テーブルレイアウト*/
.disp-tb { display: table; width:100%; }
.disp-tc { display: table-cell; }
.disp-bl { display: block; }

/*フレックスボックス・・・justify-content等は使用するモジュールやページにおける配置の際に個別に指定*/
.disp-fl { display: -webkit-flex; display: flex; }
.fl-single-row { -webkit-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-align-items: center; align-items: center; }
.fl-multi-row { -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: center; align-items: center; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }

.mt-neg-5 { margin-top: -5px; }
.mt-neg-10 { margin-top: -10px; }

.mr-5  {margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }

.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }

.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }

.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }


/*----- Text -----*/

/*暫定対応用*/
.reset-margin { margin:0; }

.txt-18 { font-size: 1.8rem; }
.txt-16 { font-size: 1.6rem; }
.txt-14 { font-size: 1.4rem; }
.txt-12 { font-size: 1.2rem; }
.txt-11 { font-size: 1.1rem; }
.txt-10 { font-size: 1rem; }
.txt-8 { font-size: 0.8rem; }

.txt-bold { font-weight:bold; }
.txt-normal {font-weight:normal;}

.txt-head-30 { font-size:3rem;font-weight:bold; line-height: 1.3;}
.txt-head-18 { font-size:1.8rem;font-weight:bold; }
.txt-head-16 { font-size:1.6rem;font-weight:bold; }

.txt-c-red { color:#C8161F; }
.txt-c-blue { color:#022D72; }
.txt-c-grey { color:#767676; }
.txt-c-grey-b { color:#333333; }
.txt-c-white { color: #FFFFFF; }

.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/*Box*/
.container { width: 970px; margin: 0 auto;}
@media screen and (max-width: 992px){ 
  .container { width: 100%; padding:0 20px;}
}

/*----- Responsive -----*/
@media screen and ( min-width:769px ){
  .show-TB { display: none!important }
}

@media screen and ( max-width:768px ){
  .show-PC { display: none; }
  .break-TB { display: block; text-align: left;}
}


/*このページのトップへ*/
#scrollTop:hover {
  cursor: pointer;
}

@media screen and ( max-width: 768px) {
  #scrollTop { display:none; }
}
/*Parts*/


.newsTopics-label {
  display: inline-block;
  padding: 2 10px;
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  border-radius: 3px;
  width: 93px;
}

.label-news {
  background: #DE5B6B;
}

.label-statistics {
  background: #6D9B38;
}

.label-topic {
  background: #467CBA;
}

.label-event {
  background: #F8C51C;
}

.label-periodical {
  background: #CC9BFE;
}


.sectionHeader {
  padding: 43px 0 50px 0;
}

.sectionHeader h2{
  font-size: 2rem;
  font-weight: bold;
  color:#333333;
  border-left: solid 4px #009479;
  padding-left:15px;
  line-height:1.2;
}

#LinkPage {
    padding-right: 10px;
    color: #002972;
    font-size: 1.4rem;
    text-align: right;
    margin-top: 20px;
}

#LinkPage a:hover {
  cursor: pointer;
  }

#LinkPage a{
  color: #002972;
  text-decoration: none;
}


@media screen and (max-width:480px){
#LinkPage {
  text-align: center;
  }
}

.LinkPage-arrow {
  margin-right: 10px;
   font-weight: bold;
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    transform: scaleX(1.2);
}
#scrollTop {
    padding-right: 10px;
    color: #767676;
    font-size: 1.2rem;
    text-align: right;
    margin-top: 40px;
}

.scrollTop-arrow {
  padding-right: 5px;
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    transform: scaleX(1.2);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*ヘッダー*/
header {
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  padding-top: 20px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
  z-index: 100;
  position: fixed;
}
header .container { 
  justify-content: space-between;
}

.header-logoImg img {
  height: 54px;
}

.header-externalLink {
  font-size: 1.2rem; 
  color: #767676;
}
.header-externalLink img{
  padding-left:5px;
}

.Link_icon {
  padding-left:5px;
  background-image:url("../images/web_icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  }

.header-externalLink a{
  padding-left:5px;
  text-decoration: none;
  color: #767676;
}

@media screen and (max-width: 768px) {
header {
  height: 80px;
  padding-top: 15px;
}
.header-logoImg img {
  height: 48px;
}
.header-externalLink a{ 
   display: none!important;
 } 
}



/*キービジュアル(wrapper-keyVisual)*/
.wrapper-keyVisual {
  text-align: center;
  background-image:url("../images/main_image.jpg");
  background-repeat:no-repeat; 
  background-size:cover;
  height: 100%;
}

.wrapper-keyVisual .container {
  padding: 185px 0 165px 0;
}

.wrapper-keyVisual .container h1 {
  color: #FFFFFF;
  margin-bottom: 50px;
  font-size:5.4rem;
  font-weight:bold; 
  line-height: 1.3;
}

.wrapper-keyVisual .container p {
  color: #FFFFFF;
  margin-bottom: 50px;
  font-size:2.4rem;
  font-weight:bold; 
  line-height: 1.3;
}

.btn { 
  display:inline-block;
  width: 340px;
  height: 58px;
  padding: 16px;
  background: #1FAFFF;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 auto;
}

.btn_en { 
  display:inline-block;
  width: 424px;
  height: 85px;
  padding: 16px;
  background: #1FAFFF;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 auto;
}

.btn:hover {
  cursor: pointer;
  text-decoration:
  underline;
}

.btn_en:hover {
  cursor: pointer;
  text-decoration:
  underline;
}

.btn_en span {
  font-size:1.3rem;
}

.btn_fu {
  background: #FFA602;
}

@media screen and ( max-width: 992px ){
.wrapper-keyVisual span {
display: inline-block;
}

}

@media screen and (max-width:768px) {
.wrapper-keyVisual .container h1 {
  font-size:5rem;
}

}


@media screen and ( min-width:481px) and ( max-width: 690px ) {
.h1_en {
  font-size:3.4rem;
}

}


@media screen and (max-width:480px){
.wrapper-keyVisual .container {
  padding: 60px 0 60px 0;
}  
.wrapper-keyVisual .container h1 {
  font-size:3.4rem;
  color: #FFFFFF;
  margin-bottom: 30px;  
}
.wrapper-keyVisual .container p {
  font-size:1.8rem;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 30px;    
}
.h1_en {
  font-size:2.8rem!important;
}

.btn_en { 
  width: 340px;
  height: 88px;
  padding: 12px;
}
.btn_en span {
  font-size:1.2rem;
}


}




/*取扱製品カテゴリの紹介(wrapper-productCategory)*/
.wrapper-productCategory{
  background-color: #F9F9F9;
}
.productCategory-categories{
  padding-bottom: 50px;
}

.productCategory-categories a {
  text-decoration:none;
}

.productCategory-category {
  background-color: #FFFFFF;
  height: 170px;
  padding: 35px 35px 35px 35px;
}

.productCategory-category_en {
  background-color: #FFFFFF;
  height: 220px;
  padding: 25px 25px 25px 25px;
}

.productCategory-category ,
.productCategory-category_en {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,.1);
}

.productCategory-category:hover h3 ,
.productCategory-category_en:hover h3 {
  text-decoration: underline;
}

.H_a{
  height: 160px;
}

.H_b{
  height: 210px;
}

.productCategory-category p ,
.productCategory-category_en p {
  color: #666666;
  font-size: 1.2rem;
}

.productimage {
  width: 20%;
  padding-right:25px;
  vertical-align: middle;
}
.productimage img {
  margin: 0 auto;
  max-width: 110px;
  height: auto;
  width:auto;
}

.productCategory-category_en span {
  font-size: 1.7rem;
}

.productHeader {
  font-size: 2rem;
  color:#022D72;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}


@media screen and ( min-width: 993px) {
.productCategory-category:hover {
  padding: 34px 34px 34px 34px;
  border: solid 1px #022D72;
  cursor: pointer;
}

.productCategory-category_en:hover {
  padding: 24px 24px 24px 24px;
  border: solid 1px #022D72;
  cursor: pointer;
}

}

@media screen and ( min-width:769px) and ( max-width: 992px ) {

.productCategory-category:hover {
  padding: calc(2% - 1px);
  border: solid 1px #022D72;
  cursor: pointer;
}

.productCategory-category_en:hover {
  padding: calc(2% - 1px);
  border: solid 1px #022D72;
  cursor: pointer;
}
  
.productCategory-category {
  padding: 2%;
  height: 155px;    
} 
.productCategory-category_en {
  padding: 2%;
  height: 235px;    
} 
  .productCategory-category h3 {
  font-size: 1.8rem;
}
  .productCategory-category_en h3 {
  font-size: 1.7rem;
}
.productCategory-category p {
  font-size: 1.15rem;
}
.productCategory-category_en p {
  font-size: 1.1rem;
}

.H_a{
  height: 160px;
}
.H_b{
  height: 245px;
}

.productCategory-category_en span {
  font-size: 1.5rem;
  display: inline-block;
}

}


@media screen and ( min-width:893px) and ( max-width: 992px ) {
  
.H_b{
  height: 190px;
}

.H_c{
  height: 210px;
}

}


@media screen and ( min-width:769px) {
.productCategory-category ,
.productCategory-category_en {
    width: calc(50% - 5px);
}  

}

@media screen and (max-width:480px){
.productCategory-category ,
.productCategory-category_en {
  height: auto;
}

.productHeader {
  font-size: 1.8rem;
  color:#022D72;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.productCategory-category_en span {
  font-size: 1.5rem;
  display: inline-block;
}

}


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

.productCategory-category:hover {
  border: solid 1px #022D72;
  cursor: pointer;
}

.productCategory-category_en:hover {
  border: solid 1px #022D72;
  cursor: pointer;
}
  
  .productCategory-category  {
    width: 100%;
    border: 1px solid #FFF;
  }
  .productCategory-category_en  {
    width: 100%;
    border: 1px solid #FFF;
    height: auto;
  }

.productimage {
  width: 20%;
  padding-right:25px;
  vertical-align: middle;
}
.productimage img {
  margin: 0 auto;
  max-width: 95px;
  height: auto;
  width:auto;
}

.productCategory-categories .mr-10 {
  margin-right: -10px;
}

}

@media screen and ( min-width:481px) and ( max-width: 768px ) {
.productCategory-category_en span {
  font-size: 1.8rem;
  display: inline-block;
}
}



/*ニュース(wrapper-newsTopics)*/

.wrapper-newsTopics {
  padding-bottom: 50px;
  background: #FFFFFF;
}

.newsTopics-topicsRow {
  display: table;
  border-bottom: solid 1px #E5E5E5;
  padding: 10px 0px;
  width: 100%;
}

.newsTopics-topic {
  display: table-cell;
  padding-right: 28px;
  width: 100px;
}

.newsTopics-topic a {
  color: #022D72; 
  text-decoration: none; 
}

.topic-date {
  font-size: 1.2rem;
  color: #333333;
  width: 100px;  
}

.topic-title {
  font-size: 1.4rem;
  color: #022D72;  
  width: calc(100% - 200px);
  line-height: 1.5;
}


@media screen and ( max-width: 992px ){
  .newsTopics-topicsRow .newsTopics-topic:not(:last-child) { 
    display: inline-block;
    padding-bottom: 7px; 
   }
  .newsTopics-topicsRow .newsTopics-topic:last-child { display: block; width: 100%;}
}



/* NECAとは(wrapper-about)*/
.wrapper-about {
  background-color: #FFFFFF;
  padding-bottom: 50px;
}

.aboutHeader {
  font-size: 3rem;
  font-weight: bold;
  color:#002972;
  line-height:1.2;
  padding: 43px 0 50px 0;
}

.about-text {
  font-size: 1.6rem;
  color: #333333;
}

.content-outer {
  width: 100%;
  display: table;
  padding:80px;
}

@media screen and (max-width:768px) {
.content-outer {
  padding:30px;
}

}

.content-innerCell {
    display: table-cell;
    vertical-align: top;
}

.wrapper-about {
  vertical-align: top;
}

@media screen and (min-width: 993px) {
.wrapper-about .content-innerCell:first-child {
    padding-right: 0;
  }
.wrapper-about .content-innerCell:last-child {
    padding-left: 40px;
  }
}


@media screen and (max-width:992px) {
.wrapper-about  .content-innerCell {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
.wrapper-about  .content-innerCell:first-child {
    margin-bottom: 50px;
    text-align: center;
  }
.wrapper-about  .content-innerCell:last-child {
  text-align: center;
}
}

.wrapper-about 
.content-innerCell img {
  max-width: 470px;
  width: 100%;
  height: auto;
}

@media screen and (max-width:480px){
 .wrapper-about .content-innerCell img {
  width: 100%;
  }
  .content-innerCell span {
    display: inline-block;
    }  
}

/* NECA_image_logo */

.S3-content{
  margin: 0 auto 20px;
  text-align: center;
}

.text-3S-p {
  color: #666666;
  font-size: 1.5rem;
}

.text-Standardization {
  color: #41B3DA;
  font-size: 2.7rem;
}

.text-Safety {
  color: #5571AD;
  font-size: 2.7rem;
}

.text-Sutainable {
  color: #96C156;
  font-size: 2.7rem;
}

.border-Standardization {
  width: 75px;
  text-align: center;
  border-top: 2px solid #41B3DA;
  border-bottom: 2px solid #41B3DA;
  border-radius: 4px;
  margin: 25px auto;
}

.border-Safety {
  width: 75px;
  text-align: center;
  border-top: 2px solid #5571AD;
  border-bottom: 2px solid #5571AD;
  border-radius: 4px;
  margin: 25px auto;
}

.border-Sutainable {
  width: 75px;
  text-align: center;
  border-top: 2px solid #96C156;
  border-bottom: 2px solid #96C156;
  border-radius: 4px;
  margin: 25px auto;
}

/* NECAが目指すものづくりの将来像 */

.z5-content{
  margin: 0 auto 20px;
}

.text-Zero {
  color: #002972;
  font-size: 2rem;
  font-weight: bold
}

.text-z5-p {
  color: #666666;
  font-size: 2rem;
  font-weight: bold; 
}




/* NECA会員企業の紹介(wrapper-member)*/
.wrapper-member {
  background-color: #F9F9F9;
  padding-bottom: 50px;
  }
.BG_WH {
  background: #FFFFFF;
  }

.span-text{
  font-size: 1.2rem;
  color: #333333;
  font-weight: normal;
}

.wrapper-member
.content-innerCell {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.wrapper-member
.content-outer {
  padding: 30px 20px;
}

.logo-box {
  display: inline-block;
  width: 20%;
  height: 80px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.logo-box p {
  position: absolute;
  text-align: center;
  width:100%;
  color: #666666;
  line-height: 1.3rem;
}

.logo-box img {
  margin-bottom: 10px;
}

@media screen and (max-width:992px) and (min-width:769px) {
  .logo-box { width: 33.333%; }
}

@media screen and (max-width:768px) {
  .logo-box { width: 50%; }
}

@media screen and (max-width:486px) {
  .logo-box { width: 50%; }
  .disp-ib { display: inline-block; }

}

/* ページのTOPへ(wrapper-btn)*/

.wrapper-btn {
  padding-bottom: 50px;
  background-color: #F9F9F9;
}
.wrapper-btn p {
  text-align: center;
  padding: 50px 0;
}
