@charset "UTF-8";

/*!
greeting.html内のコンテンツを「nabtesco.com」に合わせて修正するにあたり、
css,img等ファイル一式を/corporate/greeting_item/フォルダに格納します
■引用元
https://www.nabtesco.com/about/company/philosophy/
*/


#contentswrapper .contents_greeting p {
  font-size: 13.6px;
  line-height: 1.9;
}
#contentswrapper .contents_greeting .l-grid .c-textXLarge {
  font-size: 18px;
}
#contentswrapper .contents_greeting .l-grid {
  margin-left: 0px;
  margin-right: 0px;
}

form.search {
  box-sizing: content-box !important;
}

#contentswrapper .contents_greeting h2 {
  padding-bottom: 8px;
}

#contentswrapper .contents_greeting {
  width: 720px;
  float: right;
  padding-bottom: 50px;
}

#contentswrapper .contents_greeting .title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#contentswrapper .contents_greeting .title h1 {
  border-left: 5px solid #2e82b8;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  font-size: 2.7em;
  line-height: 100%;
}
#contentswrapper .contents_greeting .title h1 span {
  display: block;
  color: #2c81b7;
  font-size: 0.35em;
  padding-top: 8px;
  line-height: 130%;
}
#contentswrapper .contents_greeting {
  padding-bottom: 25px;
  line-height: 190%;
}

@media only screen and (min-width: 769px) {
  #contentswrapper .contents_greeting {
    width: 73.4%;
  }
}

@media only screen and (max-width: 768px) {
  #contentswrapper .contents_greeting {
    width: 96%;
    margin: 0 2%;
    float: none;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #contentswrapper .contents_greeting .title h1 {
    border-left: 0px solid #2e82b8;
    border-bottom: 3px solid #2e82b8;
    padding-bottom: 12px;
    text-align: center;
    font-size: 2em;
  }
  #contentswrapper .contents_greeting .title {
    border-bottom: none;
  }
}











#contentswrapper .contents_greeting_en p {
  font-size: 13.6px;
  line-height: 1.9;
}
#contentswrapper .contents_greeting_en .l-grid {
  margin-left: 0px;
  margin-right: 0px;
}
#contentswrapper .contents_greeting_en .l-headingBarLv2 {
  margin-top: 80px;
}
#contentswrapper .contents_greeting_en .l-grid .c-textXLarge {
  font-size: 16px;
}

form.search {
  box-sizing: content-box !important;
}

#contentswrapper .contents_greeting_en h2 {
  padding-bottom: 8px;
}

#contentswrapper .contents_greeting_en {
  width: 720px;
  float: right;
  padding-bottom: 50px;
}

#contentswrapper .contents_greeting_en .title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#contentswrapper .contents_greeting_en .title h1 {
  border-left: 5px solid #2e82b8;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  font-size: 2em;
  line-height: 100%;
}
#contentswrapper .contents_greeting_en .title h1 span {
  display: block;
  color: #2c81b7;
  font-size: 0.35em;
  padding-top: 8px;
  line-height: 130%;
}
#contentswrapper .contents_greeting_en {
  padding-bottom: 25px;
  line-height: 190%;
}

@media only screen and (min-width: 769px) {
  #contentswrapper .contents_greeting_en {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  #contentswrapper .contents_greeting_en {
    width: 96%;
    margin: 0 2%;
    float: none;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #contentswrapper .contents_greeting_en .title h1 {
    border-left: 0px solid #2e82b8;
    border-bottom: 3px solid #2e82b8;
    padding-bottom: 12px;
    text-align: center;
    font-size: 1.3em;
  }
  #contentswrapper .contents_greeting_en .title {
    border-bottom: none;
  }
}