@charset "UTF-8";



/* bootstrap.css上書き・追加
-------------------------------------------------------------------------------- */

.navbar {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 10px;
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  header .container-fluid {
    padding-left: 0px;
  }
  header .container-fluid .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.navbar-toggle {
  margin-right: 0px;
}
.navbar-inverse {
  background-color: #003399;
  border-color: transparent;
  border-radius: 0;
  border: 0px;
}
@media (max-width: 767px) {
  .navbar-inverse {
    margin-top: -50px;
  }
  .navbar-inverse {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav {
    background-color: #003399;
  }
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #0050b4;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000066;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000066;
}
.navbar-inverse .navbar-toggle {
  background-color: #c8c8b4;
  border: 1px solid #b4b4a0;
  border-radius: 6px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #0050b4;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
  border-radius: 0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000066;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  border-color: #000066;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000066;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000066;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-collapse {
  border-top: 0px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.dropdown-menu {
  padding: 0px 0px;
  background-color: #003399;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  padding: 8px 14px;
  color: #ffffff;
  font-weight: bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #0050b4;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #000066;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #0050b4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0050b4;
  }
}
.nav-justified {
  display: table;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .nav-justified {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-justified {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .nav-justified {
    width: 1140px;
  }
}
.nav-justified > li {
  float: none;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .nav-justified > li:nth-child(1) {
    width: 12%;
  }
  .nav-justified > li:nth-child(2) {
    width: 15%;
  }
  .nav-justified > li:nth-child(3) {
    width: 20%;
  }
  .nav-justified > li:nth-child(4) {
    width: 23%;
  }
  .nav-justified > li:nth-child(5) {
    width: 15%;
  }
  .nav-justified > li:nth-child(6) {
    width: 15%;
  }
}



/* ナビに区切りケイ追加
-------------------------------------------------------------------------------- */

@media (max-width: 767px) {
  ul.navbar-nav li {
    border-bottom: 1px solid #0050b4;
  }
  ul.navbar-nav li a {
    border-bottom: 1px solid #0050b4;
  }
}
@media (max-width: 767px) {
  ul.dropdown-menu {
    padding: 0px 0px 5px;
  }
}
ul.dropdown-menu li {
  border-bottom: 1px solid #0050b4;
}
@media (max-width: 767px) {
  ul.dropdown-menu li {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 14px;
  }
}



/* 
-------------------------------------------------------------------------------- */

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #fcfcf2;
}
h1,h2,h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
a:link {
  color: #0066ff;
  text-decoration: none;
}
a:visited {
  color: #6666cc;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
a:active {
  color: #6666cc;
  text-decoration: underline;
}



/* 
-------------------------------------------------------------------------------- */

h1 {
  background-image: none;
}
h1 img {
  margin: 0px;
  padding: 0px;
  /*width: 200px;*/
  width: 230px;/*2025*/
}
@media (min-width: 360px) {
  h1 img {
    width: 270px;/*2025*/
  }
}
@media (min-width: 375px) {
  h1 img {
    width: 285px;/*2025*/
  }
}
@media (min-width: 768px) {
  h1 {
    /*background-image: url(../../images/elogo.png);*/
    background-image: url(../../images/elogo2.png);/*2025*/
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 25px 0px;
  }
  h1 img {
    margin: 0px auto;
    /*width: 246px;*/
    width: 360px;/*2025*/
  }
}



/* index
-------------------------------------------------------------------------------- */

#ngsLeadArea {
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  #ngsLeadArea {
    margin: 15px 0px 0px;
  }
}
#ngsLeadArea p {
  margin: 0px;
  padding: 0px;
  background-image: url(../../images/topmain_photo_sm.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #ngsLeadArea p {
    background-image: url(../../images/topmain_photo.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
#ngsLeadArea p img {
  opacity: 0.6;
}
@media (min-width: 768px) {
  #ngsLeadArea p img {
    opacity: 0.3;
  }
}
#ngsLeadAreaInner {
  margin: 0px;
  padding: 0px;
  position: relative;
}
#ngsLead {
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #000000;/*幅約600〜767px用*/
}
@media (min-width: 768px) {
  #ngsLead {
    text-align: center;
    margin: auto;
    height: 4.14em;/*中央配置のためにauto以外にする*/
    width: 100%;/*中央配置のためにauto以外にする*/
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
  }
}
#ngsLead h2 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  margin: 0px auto;
  padding: 10px;
  display: inline-block;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  #ngsLead h2 {
    padding: 8px 12px;
    text-align: center;
  }
}
#ngsMain {
  margin: 15px 0px 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  #ngsMain {
    margin: 25px 0px 0px;
  }
}
#ngsServiceArea {
  background-color: #f0f0dc;
  margin: 0px 0px 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  #ngsServiceArea {
    margin: 0px;
  }
}
#ngsServiceArea h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0px 0px 0.5em;
  padding: 0px;
  text-align: center;
}
#ngsServiceArea h4 {
  display: none;
}
@media (min-width: 768px) {
  #ngsServiceArea h3 {
    display: none;
  }
  #ngsServiceArea h4 {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#ngsServiceArea #ngsServiceList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#ngsServiceArea #ngsServiceList li {
  font-size: 14px;
  line-height: 1.25;
  margin: 6px 0px 0px;
  padding: 0px;
}
#ngsServiceArea #ngsServiceList li a {
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #000000;
  background-color: #c8c8b4;
  display: block;
  margin: 0px;
  padding: 8px;
  border: 1px solid #b4b4a0;
  border-radius: 6px;
}
#ngsServiceArea #ngsServiceList li a:hover,
#ngsServiceArea #ngsServiceList li a:focus {
  color: #ffffff;
  background-color: #0050b4;
}
#ngsTopicsArea {
  background-color: #ffffff;
  padding: 10px;
}
#ngsTopicsArea h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0px 0px 0.75em;
  padding: 0px 0px 0.5em;
  border-bottom: 1px solid #000000;
  text-align: center;
}
@media (min-width: 768px) {
  #ngsTopicsArea h3 {
    text-align: left;
    padding: 0px 0px 0.25em;
  }
}
#ngsTopicsList {
  padding-left: 0px;
  list-style: none;
}
#ngsTopicsList li {
  font-size: 14px;
  margin: 0px 0px 0.5em;
  padding: 0px 0px 0px 14px;
  background-image: url(../../images/marker_link.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
}
#ngsTopicsList li span {
  font-size: 12px;
}



/* 
-------------------------------------------------------------------------------- */

footer {
  text-align: center;
  margin: 15px 0px 0px;
  padding: 0px 0px 15px;
  clear: both;
}
@media (min-width: 768px) {
  footer {
    text-align: left;
    margin: 25px 0px 0px;
    padding: 0px 0px 25px;
  }
}
footer p {
  font-size: 12px;
  line-height: 1.67;
  margin: 0px;
  padding: 0px;
}
footer p#ngsCorpName {
  margin: 0px;
  padding: 10px 0px 0px;
  border-top: 5px solid #cccccc;
}
footer p img {
  margin: 0px auto 0.335em;
  padding: 0px;
}
footer small,
footer .ngsCreator {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  footer small,
  footer .ngsCreator {
    display: block;
  }
}
@media (min-width: 768px) {
  footer p {
    font-size: 12px;
    line-height: 1.5;
  }
  footer small,
  footer .ngsCreator {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  footer #ngsPP {
    float: right;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  footer #ngsCopy {
    margin-top: -19px;
    /*padding-left: 110px;*/
    padding-left: 175px;/*2025*/
  }
}



/* 
-------------------------------------------------------------------------------- */

#ngsSubHeader {
  margin-top: -10px;
}
@media (min-width: 768px) {
  #ngsSubHeader {
    margin-top: -5px;
  }
}
#ngsTopicPath {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #ngsTopicPath {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #ngsTopicPath br {
    display: none;
  }
}



/* 
-------------------------------------------------------------------------------- */

body.ngsSubPage #ngsMain {
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body.ngsSubPage #ngsMain {
    margin: 25px 0px 0px;
    margin: 0px;
  }
}
#ngsTitleArea {
  color: #ffffff;
  background-color: #000066;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 992px) {
  #ngsTitleArea {
    background-color: transparent;
    text-align: left;
    height: 450px;
    padding: 0px;
    border-top: 5px solid #000066;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  body#ngsProfilePage #ngsTitleArea {
    background-image: url(../../images/pagetitle_profile.jpg);
  }
  body#ngsPartnerPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_partner.jpg);
  }
  body#ngsServicePage #ngsTitleArea {
    background-image: url(../../images/pagetitle_service.jpg);
  }
  body.ngsServicePage #ngsTitleArea {
    background-image: url(../../images/pagetitle_service.jpg);
  }
  body#ngsCareersPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_careers.jpg);
  }
  body#ngsContactPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_contact.jpg);
  }
  body#ngsThanksPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_contact.jpg);
  }
  body#ngsPrivacyPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_privacy.jpg);
  }
  body#ngsSitemapPage #ngsTitleArea {
    background-image: url(../../images/pagetitle_sitemap.jpg);
  }
}
#ngsTitleArea h2 {
  color: #ffffff;
  margin: 0px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 0 6px #000066;
}
@media (min-width: 992px) {
  #ngsTitleArea h2 {
    font-size: 24px;
    padding: 9px 13px;
  }
}
#ngsContentsArea {
  margin: 0px;
  padding: 1em 12px 1em;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #ngsContentsArea {
    border-top: 5px solid #ffffff;
  }
}
@media (min-width: 992px) {
  #ngsContentsArea {
    border-top: 5px solid #000066;
  }
}



/* profile
-------------------------------------------------------------------------------- */

body#ngsProfilePage #ngsContentsArea {
  padding: 1em 12px 1em;
}
dl#ngsProfile {
  border-bottom: 1px dashed #999999;
  font-size: 14px;
  line-height: 1.5;
}
dl#ngsProfile dt {
  background-image: url(../../images/marker_large.gif);
  background-repeat: no-repeat;
  background-position: 4px 1.5em;
  padding: 1em 0px 0px 14px;
  border-top: 1px dashed #999999;
  font-weight: bold;
  color: #003399;
}
@media (max-width: 767px) {
  dl#ngsProfile dt {
    margin-bottom: 0.5em;
  }
}
dl#ngsProfile dt#ngsProfileTop {
  border-top-style: none;
}
dl#ngsProfile dd {
  margin: 0px 0px 1em 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  dl#ngsProfile dd {
    margin: -1.5em 0px 1em 200px;
    padding: 0px;
  }
}

/*2024.6追加*/
dl#ngsProfile dd ul {
  padding-left: 0;
  list-style: none;
  margin: 0px;
}
dl#ngsProfile dd ul li {
  background-image: url(../../images/marker_small.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  padding-left: 14px;
}
/*End*/

#ngsMap {
  position: relative;
  padding-bottom: 75%; /*地図の縦横比*/
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 1.5em;
}
#ngsMap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
#ngsProfileRinen p strong {
  font-weight: bold;
  color: #ffffff;
  background-color: #003399;
  display: inline-block;
  padding: 0px 4px 1px;
  margin: 0px 1px;
}
@media (min-width: 360px) {
  #ngsProfileRinen p br {
    display: none;
  }
}
#ngsProfileRinen ul {
  padding-left: 0;
  list-style: none;
  margin: 0px;
}
#ngsProfileRinen ul li {
  background-image: url(../../images/marker_small.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  padding-left: 14px;
}
table#ngsProfilePartner th {
  padding-right: 3em;
  font-weight: normal;
}
table#ngsProfileKousei th {
  padding-right: 4em;
  font-weight: normal;
}
table#ngsProfileKousei caption {
  caption-side: bottom;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  margin-right: -0.5em;
}



/* partner
-------------------------------------------------------------------------------- */

body#ngsPartnerPage #ngsContentsArea {
  padding: 1em 12px 2.43em;
}
body#ngsPartnerPage #ngsContentsArea h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ngsPartnerCol {
  margin: 1em 0px 0px;
  padding: 0px 0px 1em;
  width: 100%;
  border-bottom: 1px dashed #999999;
  overflow: hidden;
}
.ngsPartnerName {
  margin: 0px 0px 1em;
  padding: 0px;
  width: 100%;
}
dl.ngsPersonalHistory {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .ngsPartnerCol {
    clear: both;
    width: 100%;
  }
  .ngsPartnerName {
    clear: both;
    float: left;
    margin: 0px;
    width: 200px;
  }
  dl.ngsPersonalHistory {
    float: right;
    width: 496px;
  }
}
@media (min-width: 992px) {
  dl.ngsPersonalHistory {
    width: 473px;
  }
}
@media (min-width: 1200px) {
  dl.ngsPersonalHistory {
    width: 623px;
  }
}
.ngsPartnerName p {
  line-height: 1.5;
  margin: 0px;
}
@media (max-width: 767px) {
  .ngsPartnerName p {
    display: inline;
  }
  .ngsPartnerName p:nth-of-type(1):after {
    content: " ｜";
  }
}
dl.ngsPersonalHistory dt {
  font-weight: normal;
  line-height: 1.5;
}
dl.ngsPersonalHistory dd {
  line-height: 1.5;
  margin: -1.5em 0px 0px 4.5em;
  padding: 0px;
}



/* service ローカルナビ
-------------------------------------------------------------------------------- */

@media (min-width: 992px) {
  .ngsServicePage #ngsTitleArea h2 {
    padding: 9px 13px 5px;
  }
}
#ngsTitleArea h2 a {
  color: #ffffff;
  text-decoration: none;
}
.ngsServicePage #ngsServiceList {
  margin: 0px 13px 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 991px) {
  .ngsServicePage #ngsServiceList {
    display: none;
  }
}
.ngsServicePage #ngsServiceList li {
  font-size: 12px;
  line-height: 1.25;
  margin: 5px 0px 0px;
  padding: 0px;
  display: block;
}
.ngsServicePage #ngsServiceList li a {
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #000000;
  color: #ffffff;
  background-color: #c8c8b4;
  background-color: #ffffff;
  background-color: #003399;
  display: block;
  margin: 0px;
  padding: 8px 10px;
  border: 1px solid #b4b4a0;
  border-radius: 6px;
}
.ngsServicePage #ngsServiceList li a:hover,
.ngsServicePage #ngsServiceList li a:focus {
  color: #ffffff;
  background-color: #0050b4;
}
.ngsServicePage #ngsServiceList li.active a {
  color: #ffffff;
  background-color: #000066;
}
.ngsServicePage #ngsServiceList li:nth-of-type(1) a {
  color: #ffffff;
  background-color: transparent;
}
.ngsServicePage #ngsServiceList li:nth-of-type(1) a:hover,
.ngsServicePage #ngsServiceList li:nth-of-type(1) a:focus {
  color: #ffffff;
  background-color: #0050b4;
}



/* service 共通
-------------------------------------------------------------------------------- */

body.ngsServicePage #ngsContentsArea h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.75em 0px 0.125em;
}
@media (max-width: 767px) {
  body.ngsServicePage #ngsContentsArea h3 {
    line-height: 1.25;
    margin: 0.875em 0px 0.25em;
  }
}
body.ngsServicePage #ngsContentsArea p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  line-height: 1.5;
  margin: 0px;
}



/* service0 index
-------------------------------------------------------------------------------- */

body#ngsService0Page #ngsContentsArea {
  padding: 1em 12px 1.75em;
}
ul.ngsDetailList {
  padding-left: 0px;
  list-style: none;
}
ul.ngsDetailList li {
  margin: 0.5em 0px 0px;
  padding: 0px 0px 1em 14px;
  border-bottom: 1px dashed #999999;
  background-image: url(../../images/marker_link.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
}
ul.ngsDetailList li a {
  font-weight: bold;
}



/* service1 assurance
-------------------------------------------------------------------------------- */

body#ngsService1Page #ngsContentsArea {
  padding: 1em 12px 2.25em;
}
body.ngsServicePage #ngsContentsArea h4 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  background-image: url(../../images/marker_large.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  margin: 0.75em 0px 0.125em;
  padding: 0px 0px 0px 14px;
}
@media (max-width: 767px) {
  body.ngsServicePage #ngsContentsArea h4 {
    line-height: 1.25;
    margin: 0.875em 0px 0.25em;
  }
}
body.ngsServicePage #ngsContentsArea p.ngsExCaption {
  margin: 0.25em 0px 0px;
}
body.ngsServicePage #ngsContentsArea ul.ngsExList {
  margin: 0px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
body.ngsServicePage #ngsContentsArea ul.ngsExList li {
  background-image: url(../../images/marker_small.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  padding-left: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}



/* service2 transaction-1
-------------------------------------------------------------------------------- */

body#ngsService2Page #ngsContentsArea {
  padding: 1em 12px 2.45em;
}



/* service3 transaction-2
-------------------------------------------------------------------------------- */

body#ngsService3Page #ngsContentsArea {
  padding: 1em 12px 2.45em;
}



/* service4 ipo
-------------------------------------------------------------------------------- */

body#ngsService4Page #ngsContentsArea {
  padding: 1em 12px 2.45em;
}



/* service2,3,4 共通Table
-------------------------------------------------------------------------------- */

#ngsTimeBox {
  background-image: url(../../images/time_bg_1.png);
  background-repeat: no-repeat;
  margin: 1em auto 0px;
  padding: 0px;
  width: 660px;
}
table#ngsTime {
  margin: 0px;
  padding: 0px;
  width: 645px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-right: none;
  border-bottom: 1px solid #333333;
  border-left: none;
}
table#ngsTime tr,
table#ngsTime th,
table#ngsTime td {
  display: block;
}
table#ngsTime tr {
  margin: 0px;
  padding: 0px;
  width: 161px;
  float: left;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
table#ngsTime th {
  margin: 0px;
  padding: 6px 0px;
  padding: 9px 0px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #333333;
  border-left: none;
  color: #ffffff;
  background-image: url(../../images/time_bg_2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #0066cc;
}
table#ngsTime th#ngsTimeTH1 {
  background-image: none;
  background-color: #0066cc;
  border-left: 1px solid #333333;
}
table#ngsTime td {
  margin: 0px;
  padding: 6px 8px;
  width: 100%;
  vertical-align: top;
}
ul.ngsTimeList {
  padding-left: 0;
  list-style: none;
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
}
ul.ngsTimeList li {
  background-image: url(../../images/marker_large.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  padding-left: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
table#ngsService {
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 660px;
  background-color: #ffffff;
}
table#ngsService tr,
table#ngsService th,
table#ngsService td {
  display: block;
}
table#ngsService tr {
  margin: 0px;
  padding: 15px 0px 0px;
  background-image: url(../../images/srvc_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
table#ngsService tr:nth-of-type(1) {
  float: left;
  width: 480px;
}
table#ngsService tr:nth-of-type(2) {
  float: right;
  width: 168px;
}
table#ngsService th {
  margin: 0px;
  padding: 6px;
  height: auto;
  width: 100%;
  background-color: #c8c8b4;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
table#ngsService td {
  background-color: #f0f0dc;
  margin: 0px;
  padding: 6px;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}
ul.ngsSpotList {
  padding-left: 0;
  list-style: none;
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
}
ul.ngsSpotList li {
  background-image: url(../../images/marker_small.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  padding-left: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  #ngsTimeBox {
    background-image: none;
    margin: 1em auto 0px;
    padding: 0px;
    width: 100%;
  }
  table#ngsTime tr,
  table#ngsTime th,
  table#ngsTime td {
    display: block;
  }
  table#ngsTime {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-style: none;
  }
  table#ngsTime tr {
    padding-top: 15px;
    background-image: url(../../images/time_xs.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: none;
    width: 100%;
    border-bottom: none;
  }
  table#ngsTime tr:nth-of-type(1) {
    padding-top: 0px;
    background-image: none;
  }
  table#ngsTime tr:nth-of-type(4) {
    border-right: none;
  }
  table#ngsTime th {
    margin: 0px;
    padding: 6px;
    height: auto;
    width: 100%;
    text-indent: 0px;
    border: 1px solid #333333;
    background-color: #0066cc;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background-image: none;
  }
  table#ngsTime th#ngsTimeTH1:before {
    content: "① ";
  }
  table#ngsTime th#ngsTimeTH2:before {
    content: "② ";
  }
  table#ngsTime th#ngsTimeTH3:before {
    content: "③ ";
  }
  table#ngsTime th#ngsTimeTH4:before {
    content: "④ ";
  }
  table#ngsTime th br {
    display: none;
  }
  table#ngsTime th span:before {
    content: " ";
  }
  table#ngsTime td {
    vertical-align: top;
    margin: 0px;
    padding: 6px;
    width: 100%;
    border-top: none;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    background-color: #ffffff;
  }
  table#ngsService tr,
  table#ngsService th,
  table#ngsService td {
    display: block;
  }
  table#ngsService {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-style: none;
  }
  table#ngsService tr {
    margin: 0px;
    padding: 15px 0px 0px;
    background-image: none;
  }
  table#ngsService tr:nth-of-type(1) {
    float: none;
    width: 100%;
  }
  table#ngsService tr:nth-of-type(2) {
    float: none;
    width: 100%;
  }
  table#ngsService tr:nth-of-type(1):before {
    content: "▲ ①〜③に対して";
  }
  table#ngsService tr:nth-of-type(2):before {
    content: "▲ ④に対して";
  }
  table#ngsService th {
    background-image: none;
    background-color: #c8c8b4;
    margin: 0px;
    padding: 6px;
    height: auto;
    width: 100%;
    text-indent: 0px;
    font-weight: bold;
    text-align: center;
  }
  table#ngsService td {
    background-color: #f0f0dc;
    margin: 0px;
    padding: 6px;
    width: 100%;
    vertical-align: top;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}



/* careers
-------------------------------------------------------------------------------- */

body#ngsCareersPage #ngsContentsArea {
  padding: 1em 12px 1em;
}
body#ngsCareersPage #ngsContentsArea dl {
  border-bottom: 1px dashed #999999;
  font-size: 14px;
  line-height: 1.5;
}
body#ngsCareersPage #ngsContentsArea dt {
  background-image: url(../../images/marker_large.gif);
  background-repeat: no-repeat;
  background-position: 4px 1.5em;
  padding: 1em 0px 0px 14px;
  border-top: 1px dashed #999999;
  font-weight: bold;
  color: #003399;
}
@media (max-width: 767px) {
  body#ngsCareersPage #ngsContentsArea dt {
    margin-bottom: 0.5em;
  }
}
body#ngsCareersPage #ngsContentsArea dt#ngsCareersTop {
  border-top-style: none;
}
body#ngsCareersPage #ngsContentsArea dd {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px 0px 1em 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body#ngsCareersPage #ngsContentsArea dd {
    margin: -1.5em 0px 1em 200px;
    padding: 0px;
  }
}



/* contact
-------------------------------------------------------------------------------- */

body#ngsContactPage #ngsContentsArea {
  padding: 1em 12px 1.6em;
}
#ngsContactLead {
  margin: 1em 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
ul.ngsContactList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.5;
}
ul.ngsContactList li {
  background-image: url(../../images/marker_link.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
  margin: 0.5em 0px 0px;
  padding: 0px 0px 0.5em 14px;
}
#ngsContactPage #ngsContentsArea strong {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #ff0000;
}
form#ngsContactForm {
  margin: 35px 0px 0px;
}
form#ngsContactForm .form-group p {
  font-size: 13px;
  line-height: 1.5;
  color: #ff0000;
  margin-bottom: 5px;
  padding-left: 13px;
}
#ngsContactForm input#ngsName,
#ngsContactForm input#ngsCompany,
#ngsContactForm input#ngsSection,
#ngsContactForm input#ngsMailaddress,
#ngsContactForm input#ngsPhone {
  background-color: #f0f0dc;
  border: 1px solid #c8c8b4;
}
#ngsContactForm input#ngsName:focus,
#ngsContactForm input#ngsCompany:focus,
#ngsContactForm input#ngsSection:focus,
#ngsContactForm input#ngsMailaddress:focus,
#ngsContactForm input#ngsPhone:focus {
  background-color: #ffffff;
}
#ngsContactForm textarea {
  background-color: #f0f0dc;
  border: 1px solid #c8c8b4;
}
#ngsContactForm textarea:focus {
  background-color: #ffffff;
}
body#ngsContactPage #ngsContactForm input.btn-primary {
  font-weight: bold;
}
body#ngsThanksPage #ngsContentsArea {
  padding: 1em 12px 1.6em;
}
#ngsThanksLead {
  margin: 1em 0px 280px;
  padding: 0px;
}
#ngsThanksLead p {
  margin: 1em auto 35px;
  padding: 2em 0px;
  width: 100%;
  background-color: #f0f0dc;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}



/* privacy
-------------------------------------------------------------------------------- */

@media (max-width: 991px) {
  body#ngsPrivacyPage #ngsTitleArea h2 br {
    display: none;
  }
}
body#ngsPrivacyPage #ngsContentsArea {
  padding: 1em 12px 1.5em;
}
body#ngsPrivacyPage #ngsContentsArea h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin: 1em 0px 0.125em;
}
body#ngsPrivacyPage #ngsContentsArea p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  line-height: 1.5;
}
body#ngsPrivacyPage #ngsContentsArea dl {
  font-size: 14px;
  line-height: 1.5;
}
body#ngsPrivacyPage #ngsContentsArea dt {
  font-weight: normal;
}
body#ngsPrivacyPage #ngsContentsArea dd {
  margin-top: -1.5em;
  margin-left: 3em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body#ngsPrivacyPage #ngsContentsArea ol {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}



/* sitemap
-------------------------------------------------------------------------------- */

body#ngsSitemapPage #ngsContentsArea {
  padding: 1em 12px 2.43em;
}
ul#ngsSitemapList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dashed #999999;
}
ul#ngsSitemapList li.ngsSmlistParent {
  background-image: url(../../images/marker_link.gif);
  background-repeat: no-repeat;
  background-position: 4px 1.5em;
  margin: 0px 0px 1em;
  padding: 1em 0px 0px 14px;
}
ul#ngsSitemapList li.ngsSmlistParent p {
  margin: 0px 0px 1em;
  font-size: 14px;
  line-height: 1.5;
}
ul#ngsSitemapList li ul {
  margin: 0px 0px 0px 12px;
  padding: 0px;
}
@media (min-width: 768px) {
  ul#ngsSitemapList li ul {
    margin: 0px 0px 0px 76px;
  }
}
ul.ngsSmlistInner {
  list-style-type: none;
}
ul.ngsSmlistInner li {
  background-image: url(../../images/marker_link.gif);
  background-repeat: no-repeat;
  background-position: 4px 1.5em;
  margin: 0px 0px 1em;
  padding: 1em 0px 0px 14px;
  border-top: 1px dashed #999999;
}
ul#ngsSitemapList li.ngsSmlistParent ul.ngsSmlistInner li.ngsSmlistParent {
  background-image: url(../../images/marker_dropdown.gif);
  background-repeat: no-repeat;
  background-position: 3px 1.5em;
}
