@charset "UTF-8";
/* CSS Document */

.footer-contact {
    padding-top: 40px;
  padding-bottom: 40px;
  background: #e4eef8;
    text-align: center;
}

.footer-contact h2.m-head-ttl{
    font-weight: bold;
}
.footer-contact .btn {
  text-align: center;
   text-decoration: none;
  width: 500px;
  margin: 0 auto 20px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#246cad), to(#1d5699));
  background: -webkit-linear-gradient(#246cad, #1d5699);
  background: linear-gradient(#246cad, #1d5699);
}

.footer-contact .btn p{
    margin: 0px;
}

.footer-contact .btn p a{
      font-size: 2.0rem;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFF
}

.footer-contact .btn p a > br{
    display: none;
}

.footer-contact .btn span {
  position: relative;
  padding-left: 30px;
}

.footer-contact .btn span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
  background: url(https://www.njco.co.jp/assets/img/common/icon_contact.png) no-repeat left top;
  background-size: contain;
}

.footer-contact .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
  margin: 0 auto;
}

.footer-contact .menu > p {
  font-weight: bold;
}

.footer-contact .menu > div {
  line-height: 1.3;
  width: 290px;
  padding: 30px 30px;
  background: #2162a4;
}

.footer-contact .menu > div p {
  line-height: 1.6;
  margin: 0 0 0;
  color: #fff;
}

.footer-contact .menu > ul {
  font-size: 1.4rem;
  margin: 0;
  padding: 20px 40px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-contact .menu > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  list-style: none;
}

.footer-contact .menu > ul p {
  margin: 0;
}

.footer-contact .menu > ul p:first-child {
  font-weight: bold;
  width: 240px;
}

.footer-contact .menu > ul p:nth-child(3) {
  margin-left: 30px;
}

.footer-contact .menu .ttl {
  font-size: 1.8rem;
  margin: 0 0 20px;
  color: #fff;
}

.footer-contact .menu + .menu {
  border-top: 1px solid #bfcfdf;
}

.footer-sec01 {
  font-size: 1.4rem;
  padding: 20px 0 60px;
  color: #fff;
  background: #626262;
}

.footer-sec01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-sec01 .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-sec01 .box02 > div {
  width: 310px;
}

.footer-sec01 .logo {
  width: 223px;
}

.footer-sec01 .txt {
    font-size: 14px;
  line-height: 1.6;
}

.footer-sec01 .name {
    font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 8px 0 0;
}

.footer-sec01 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sec01 .sns a {
  max-width: 30px;
}

.footer-sec01 .sns a + a {
  margin-left: 10px;
}

.footer-sec01 .desc {
  margin-right: auto;
}

.footer-sec01 .list{
    width: 250px;
    margin-right: 70px;
}

.footer-sec01 .list p a {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer-sec01 .list p + p {
  margin-top: 35px;
}

.footer-sec01 .list ul + p {
  margin-top: 35px;
}

.footer-sec01 .list + .list {
  margin-left: 70px;
}

.footer-sec01 .img {
  margin: 0;
  /*border: 1px solid #f4f4f4;*/
}

.footer-sec01 .contact {
  margin-top: 11px;
  text-align: center;
}

.footer-sec01 .contact a {
  font-weight: bold;
  display: block;
  padding: 24px 0;
  border: 1px solid #4a7dab;
  background: -webkit-gradient(linear, left top, left bottom, from(#246cad), to(#1d5699));
  background: -webkit-linear-gradient(#246cad, #1d5699);
  background: linear-gradient(#246cad, #1d5699);
}

.footer-sec01 .contact a .inner {
  position: relative;
  padding-left: 30px;
    font-size: 1rem;
}

.footer-sec01 .contact a .inner:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
  background: url(https://www.njco.co.jp/assets/img/common/icon_contact.png) no-repeat left top;
  background-size: contain;
}

.footer-sec01 .download {
  text-align: center;
  background: #fff;
}

.footer-sec01 .download a {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 16px 0;
  color: #000;
}

.footer-sec01 .download a span {
  font-size: 1.3rem;
  font-weight: normal;
}

.footer-sec01 .download a:before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://www.njco.co.jp/assets/img/common/icon_download.png) no-repeat left top;
  background-size: contain;
}

.footer-sec01 ul {
  padding: 0;
}

.footer-sec01 li {
  margin: 10px 0;
  list-style: none;
}

.footer-sec01 a {
  text-decoration: none;
  color: #fff;
}

.footer-sec01-en {
  padding-bottom: 5px;
}

.footer-sec01 + .footer-sec01 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #727272;
}

.footer-sec01-en + .footer-sec01-en {
  border: none;
}

.footer-sec02 {
  font-size: 1.4rem;
  background: #404040;
}

.footer-sec02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
    font-size: 14px;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-sec02 a {
  text-decoration: none;
  color: #fff;
}

.footer-sec02 a + a {
  margin-left: 10px;
}

.footer-sec02-en .box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-mailalert--pc {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 40px;
  width: 280px;
  height: auto;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

.footer-mailalert--pc > div {
  font-weight: bold;
  padding: 20px 15px 10px;
  text-align: center;
  background: #e4eef8;
}

.footer-mailalert--pc > p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  padding: 0 15px 10px;
  text-align: justify;
  background: #e4eef8;
}

.footer-mailalert--pc .mail {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
    margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#246cad), to(#1d5699));
  background: -webkit-linear-gradient(#246cad, #1d5699);
  background: linear-gradient(#246cad, #1d5699);
}

.footer-mailalert--pc .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background: none;
}

.footer-mailalert--pc .download {
  font-size: 1.1rem;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  color: #000;
  border-top: 1px solid #ccc;
}

.footer-mailalert--pc .download span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.footer-mailalert--pc .download span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://www.njco.co.jp/assets/img/common/icon_download.png) no-repeat left top;
  background-size: contain;
}

.footer-mailalert--pc .download .p {
  font-size: 1.2rem;
  padding: 0;
  letter-spacing: -.04em;
}

.footer-mailalert--pc .download .p:before {
  display: none;
}

.footer-mailalert--sp {
  display: none;
}

.footer-mailmodal {
  width: 80%;
  margin: 0 autp;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

.footer-mailmodal > div {
  font-weight: bold;
  padding: 10px 20px 10px;
  text-align: center;
  background: #e4eef8;
}

.footer-mailmodal > p {
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 0;
  padding: 10px 20px 10px;
  text-align: justify;
  background: #fff;
}

.footer-mailmodal > a {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  margin: 18px auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#246cad), to(#1d5699));
  background: -webkit-linear-gradient(#246cad, #1d5699);
  background: linear-gradient(#246cad, #1d5699);
}

.footer-mailmodal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background: none;
}

.m-information {
  margin-top: 35px;
}

.m-information .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-information .ttl h3 {
  font-size: 1.8rem;
  margin: 0;
  padding-left: 10px;
  border-left: 5px solid #f3a35b;
}

.m-information .ttl a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
}

.m-information .news {
  margin: 20px 0 0;
  padding: 0;
}

.m-information .news li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-information .news .img {
  max-width: 60px;
}

.m-information .news li:nth-child(2n+1) {
  background: #f5f5f5;
}

.m-information .news a,
.m-information .news p {
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 10px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #000;
}

.m-information .news span {
  display: inline-block;
  width: 130px;
  margin-left: 10px;
}

.m-head-ttl {
  font-size: 4.0rem;
  margin: 0;
  padding: 40px 0 30px;
  text-align: center;
}

.m-head-ttl--en {
  font-size: 5.2rem;
  font-weight: 400;
  margin: 0;
  padding: 40px 0 30px;
  text-align: center;
}

.m-head-ttl--en span {
  font-size: 1.8rem;
  display: block;
}

.m-head-ttl--en2 {
  padding: 40px 0 0;
}

.m-head-ttl--en2 .anchorlink {
  margin-top: -90px;
  padding-top: 90px;
}

.m-link {
  position: relative;
  padding-left: 10px;
}

.m-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  margin-top: 1px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff7a22;
}

.m-outerlink {
  position: relative;
  padding-right: 20px;
}

.m-outerlink:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://www.njco.co.jp/assets/img/common/icon_link.svg) no-repeat left top;
  background-size: contain;
}

.m-arrow {
  position: relative;
  padding-left: 20px;
}

.m-arrow:before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #f3a35b;
  border-right: 3px solid #f3a35b;
}

.m-arrow--detail {
  font-size: 1.5rem;
  position: relative;
  padding: 15px 40px 15px 60px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}

.m-arrow--detail:before {
  position: absolute;
  top: 50%;
  left: 0;
  left: 40px;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media only screen and (max-width: 767px) {
    .ispc {
display: none;
}
    .footer-contact {
    padding-bottom: 25px;
  }

  .footer-contact .btn {
    font-size: 1.5rem;
    line-height: 1.6;
    width: calc(100% - 30px);
    margin-bottom: 20px;
    border-radius: 0;
  }

        .footer-contact .btn p a {
font-size: 1.2rem;
}
    .footer-contact .btn p a > br{
    display: inline;
}
    
  .footer-contact .btn span {
    display: inline-block;
    padding-left: 0;
  }

  .footer-contact .btn span:before {
    left: -50px;
  }

  .footer-contact .menu {
    margin: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact .menu > p {
    font-size: 1.4rem;
  }

  .footer-contact .menu > div {
    width: 100%;
    padding: 0;
  }

  .footer-contact .menu > div p {
    font-size: .9rem;
    padding: 15px 15px 0;
    color: #000;
    background: #fff;
  }

  .footer-contact .menu > ul {
    padding: 0 20px;
  }

  .footer-contact .menu > ul li {
    margin: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact .menu > ul p:first-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-contact .menu > ul p:nth-child(3) {
    margin-left: 10px;
  }

  .footer-contact .menu .ttl {
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }

  .footer-sec01 {
    padding: 20px 0 5px;
  }

  .footer-sec01 .box {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-sec01 .box02 {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-sec01 .box02 > div {
    width: 100%;
  }

  .footer-sec01 .box02 > div:nth-child(-n + 2) {
    width: 48%;
    margin-bottom: 11px;
  }

  .footer-sec01 .logo {
    width: 41%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-sec01 .txt {
    font-size: 1.0rem;
    text-align: center;
  }

  .footer-sec01 .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-sec01 .sns a {
    max-width: 25px;
  }

  .footer-sec01 .desc {
    width: 100%;
    margin: 0 auto;
  }

  .footer-sec01 .list {
    display: none;
  }

  .footer-sec01 .contact a {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 18px 0;
  }
    

  .footer-sec01 .contact a .inner {
    display: inline-block;
    padding-left: 0;
  }

  .footer-sec01 .contact a .inner:before {
    left: -50px;
  }

  .footer-sec01 .download a {
    font-size: 1.3rem;
  }

  .footer-sec01-en {
    padding-bottom: 5px;
  }

  .footer-sec01 + .footer-sec01 {
    padding-top: 20px;
  }

  .footer-sec02 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-sec02 .box > div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-sec02 a {
    font-size: .9rem;
  }

  .footer-sec02 small {
    font-size: .9rem;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .footer-mail--state {
    padding-bottom: 55px;
  }

  .footer-mailalert--pc {
    display: none;
  }

  .footer-mailalert--sp {
    font-size: 1.3rem;
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2162a4;
  }

  .footer-mailalert--sp a {
    text-decoration: none;
    color: #fff;
  }

  .footer-mailalert--sp span,
  .footer-mailalert--sp a {
    position: relative;
    padding-left: 10px;
  }

  .footer-mailalert--sp span:before,
  .footer-mailalert--sp a:before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 6px;
    height: 6px;
    margin: auto;
    margin-top: 1px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    opacity: .5;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
    
    .products-footer-mailalert--sp span:before,
  .products-footer-mailalert--sp a:before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 6px;
    height: 6px;
    margin: auto;
    margin-top: 1px;
    content: '';
    /*-webkit-transform: translateY(-50%) rotate(45deg);
    transform: none;
    opacity: .5;
    border-top: none;
    border-right: none;*/
  }

  .footer-mailalert--sp .close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    background: none;
  }
}