@charset "UTF-8";

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

@media (min-width: 992px) {
  body {
    padding-top: 68px;
  }
}

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.breadcrumb {
  background-color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  font-family: ionicons;
  content: "\f3d3";
  font-weight: bold;
}

.navbar {
  padding: 0.5rem 1rem;
}

.line-bar {
  height: 2px;
  background: linear-gradient(90deg, #EC6C00, #c70025);
  width: 100vw;
}

.breadcrumb {
  padding: 0.75rem 0.25rem;
}

.carousel-indicators .active {
  background-color: #006ab4;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (max-width: 992px) {
  .googlmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .googlmap iframe,
  .googlmap object,
  .googlmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.history {
  width: 100%;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.history th {
  padding: 16px 5px;
  border-right: solid 1px #d9d9d9;
  width: 20%;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  background-color: #767676;
}

.enkakuorange th {
  padding: 16px 15px 16px;
  border-right: solid 1px #d9d9d9;
  width: 20%;
  overflow: hidden;
  color: black;
  font-style: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  background-color: #f4f4f4;
}

.history td {
  border-right: solid 1px #d9d9d9;
  padding: 18px 13px;
  text-align: center;
  vertical-align: top;
  color: #595960;
  background-color: #fff;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.outline {
  width: 100%;
  border: 1.5px solid #EAECEF;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.outline th {
  border-bottom: solid 1px #f4f4f4;
  padding: 20px 15px;
  border-right: solid 1px #EAECEF;
  width: 20%;
  overflow: hidden;
  color: #fff;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  background-color: #767676;
}

.outline td {
  border-right: solid 1px #EAECEF;
  padding: 20px 18px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #EAECEF;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.top-line {
  border-top: solid 7px #EC6C00;
}

@media (max-width: 992px) {
  .cthyo th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-top: solid 1px #EAECEF;
  }

  .cthyo td {
    display: list-item;
    width: 100%;
  }
}

.enkhyo {
  width: 100%;
  border-top: 1.5px solid #EAECEF;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.enkhyo th {
  padding: 20px 15px 5px;
  border-top: solid 1px #EAECEF;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

.enkhyo td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #EAECEF;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

@media (max-width: 992px) {
  .enkhyo th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
  }

  .enkhyo td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}

.cover-img {
  height: 250px;
  display: table;
  width: 100%;
  background-size: cover;
}

.cover-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.imgcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imgleft {
  position: absolute;
  padding-top: 260px;
  padding-left: 50px;
  padding-right: 50px;
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a img {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

@media only screen and (max-width: 750px) {
  img {
    max-width: 100%;
  }
}

.ptitle {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #EC6C00;
}

.navbar-light .navbar-toggler {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

*:focus {
  outline: none !important;
}

.jxcolor {
  color: #006ab4;
}

.text-red {
  color: #c70024;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
}

.subtitle {
  height: 300px;
  position: relative;
}

.subtitle h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

a {
  color: #4D4D4D;
  text-decoration: none !important;
  transition: color .1s;
}

a:hover {
  color: #006ab4 !important;
}

.active a {
  color: #006ab4 !important;
}

@media only screen and (max-width:576px) {
  img.pcimg {
    display: none
  }
}

@media only screen and (min-width:577px) {
  img.mobiimg {
    display: none
  }
}

@media only screen and (max-width:751px) {
  img.pcjgimg {
    display: none
  }
}

@media only screen and (min-width:752px) {
  img.mobijgimg {
    display: none !important;
  }
}

.cnttxt {
  font-size: 1.040rem;
}

.indent {
  padding-left: 50px;
  text-indent: -3em;
}

.btn-primary {
  background: #EC6C00;
  border: 1px solid #EC6C00;
  color: #FFFFFF;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 2px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
  font-size: 8px;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 99;
}

.topBtn:before {
  content: "\f3d8";
  font-family: ionicons;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 34px;
}

.topBtn:hover {
  opacity: 0.7;
}

.card {
  border-radius: 0 !important;
  height: 100%;
}

.card div {
  padding: 20px;
}

.card img {
  width: 100%;
}

.rec-card h4 {
  color: #EC6C00;
}

.rec-card .card {
  border: 2px solid #EC6C00;
}

.rec_1 {
  background: url(https://www.nsclean.jp/images/right_left.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .rec_1 {
    background: url(https://www.nsclean.jp/images/rec_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.rec_1 h2 {
  text-shadow: 1px 1px 1px #EC6C00, -1px -1px 1px #EC6C00, 1px -1px 1px #EC6C00, -1px 1px 1px #EC6C00, 0px 0px 10px #df0615;
  color: #fff;
}

.rec_1 p {
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
  margin: 0;
  font-weight: 600;
}

.rec-list th, .rec-list td {
  border: none;
  padding: 5px 12px;
}

.rec-list th {
  color: #EC6C00;
}

.rikunabi {
  padding: 40px;
}

.rectitle h4 {
  padding: 5px 20px;
}

.text1 {
  margin: 0px;
}

.text2 {
  padding-left: 35px;
}

.number {
  display: inline-block;
  padding: 0 7px;
  margin: 0 !important;
  background-color: #EC6C00;
  color: #fff;
  border-radius: 50%;
  float: left;
}

@media (max-width:767px) {
  .table, .table th, .table td {
    display: block;
    width: 100%;
  }

  .table td {
    margin-bottom: 16px;
    padding: 0;
  }

  .table th {
    margin: 0 !important;
    padding: 2px !important;
    text-align: center;
    background: #ed6323;
    color: #fff;
    font-size: 1.125rem !important;
  }

  .table th.t2 {
    background: #e55126;
  }

  .table th.t3 {
    background: #db3f29;
  }

  .table th.t4 {
    background: #d12c2b;
  }

  .table th.t5 {
    background: #c91c2e;
  }
}

.business1 {
  padding: 15px;
}

.left {
  text-align: left;
}

.top_content {
  position: relative;
}

.top_content img {
  width: 100%;
  height: 100%;
}

.top_content:hover img {
}

.top_content h3 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500 !important;
  text-align: center;
  white-space: nowrap;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

div.message {
  font-weight: 400 !important;
  margin: 0 !important;
}

hr.new1 {
  background: linear-gradient(to right, #EC6C00, #c70024);
  height: 5px;
  margin: 0;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.carousel-control-next {
  width: 7% !important;
}

.carousel-control-prev {
  width: 7% !important;
}

.slide {
  position: relative;
}

.slide__caption {
  position: absolute;
}

a[class^="carousel-control"] {
  z-index: 3;
}

.carousel span[class^=ion] {
  font-size: 50px;
}

@media only screen and (max-width:751px) {
  .toppc {
    display: none
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

.ma {
  margin: 5px 0px;
}

.side {
  border-left: 8px solid #006ab4;
  padding-left: 10px;
}

iframe {
  border: none;
}

.nsblue {
  color: #000c5c;
}

.step {
  position: relative;
  text-align: center;
}

.step div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.btn-bg-ns {
  color: #ffffff;
  background-color: #000c5c;
  border: 1px solid #000c5c !important;
  border-radius: 0;
}

.btn-bg-ns:hover {
  color: #000c5c !important;
  border: 1px solid #000c5c !important;
  background: #ffffff !important;
  border-radius: 0;
}

.spacing{
  letter-spacing: -2px;
}

.wide{
  width: 220px;
}



.big_line{
  border: solid 2px #000c5c;
  padding: 10px;
}
