@charset "UTF-8";

body {
  padding-top: 3rem;
  padding-bottom: 15rem;
  color: #5a5a5a;
}

@media (min-width: 992px) {
  body {
    padding-top: 66px;
    padding-bottom: 10rem;
  }
}

.carousel-item {
  height: 80vh;
  min-height: 300px;
  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;
}

@media screen and (max-width: 576px) {
  .resp>div {
    padding: 15px !important;
  }
}

@media (min-width: 768px) {
  .space {
    padding-top: 50px;
  }
}


.border-right, .border-right2, .border-right3 {
  border-right: 0 !important;
}

@media screen and (min-width: 992px) {
  .border-right3 {
    border: 1px solid rgba(0, 0, 0, .125) !important;
  }
}

@media screen and (max-width: 991px) {
  .border-right2 {
    border: 1px solid rgba(0, 0, 0, .125) !important;
  }
}

@media screen and (max-width: 767px) {
  .border-right, .border-right3 {
    border: 1px solid rgba(0, 0, 0, .125) !important;
  }
}

.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.1rem 1rem 0.4rem 1rem;*/
  padding: 0 1rem;
}

.breadcrumb {
  padding: 0.75rem 0.25rem;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* iframe {
  width: 610px !important;
  height: 550px !important;
  border: none;
  margin: 0;
  padding: 0;
} */

@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%;
  }
}

.cthyo {
  width: 100%;
  border: 1.5px solid #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.cthyo th {
  padding: 15px 15px 14px;
  border-top: solid 1px #eaebee;
  border-right: solid 1px #eaebee;
  width: 20%;
  overflow: hidden;
  color: #595960;
  font-style: normal;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #f8f8f8;
  padding-top: 15px;
}

.cthyo td {
  padding: 15px 18px 14px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

@media (max-width: 992px) {
  .cthyo th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    padding-top: 10px;
  }

  .cthyo td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}

.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: 17px 18px 10px;
  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: 35px;
}

@media (max-width: 992px) {
  img.imgleft {
    display: none;
  }
}

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 #e94709;
}

.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;
  box-shadow: none !important;
}

.jxcolor {
  color: #e94709;
}

section.jxcolor{
  color: #767676;
}

.ftlinecolor {
  color: #EAECEF;
}

html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
}

.subtitle {
  height: 340px;
  position: relative;
}

.subtitle h1,
.subtitle h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

a {
  color: #4D4D4D;
  text-decoration: none !important;
  transition: color .1s;
}

a:hover {
  color: #e94709;
}

.active a {
  color: #e94709 !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:563px) {
  img.mobiimg {
    width: 368px;
  }
}

@media only screen and (max-width:460px) {
  img.mobiimg {
    width: 276px;
  }
}

@media only screen and (max-width:370px) {
  img.mobiimg {
    width: 184px;
  }
}

@media only screen and (min-width:991px) {
  img.mobitop {
    display: none;
  }
}

.navbar-brand {
  margin-right: 0 !important;
}

.cnttxt {
  font-size: 1.040rem;
}

.indent {
  padding-left: 50px;
  text-indent: -3em;
}

.btn-primary {
  background: #e94709;
  border: 1px solid #e94709;
  color: #FFFFFF;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
}

.navbar .navbar-nav :not(.disabled):hover,
.navbar .navbar-nav :not(.disabled):focus {
  color: #e94709;
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainVisual video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

@media all and (-ms-high-contrast:none) {

  /* for IE11 */
  .mainVisual video {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@supports (-ms-ime-align:auto) {

  /* for edge */
  .mainVisual video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

main {
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  .mainVisual {
    height: 760px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

.bg-jxcolor {
  background-color: #e94709;
}

.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0px;
}

.nav-link::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e94709;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.nav-link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mobitop {
  z-index: 1;
  display: inline-block;
}

.topcon>div {
  border: 1px solid #dee2e6;
}

.topcon a:hover {
  color: inherit;
}

section a {
  color: #e94709;
}

section a:hover {
  color: #767676;
}

.title {
  margin: 0 -15px;
}

.comtop .card-title {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.comtop .card-title a {
  position: absolute;
  width: 100%;
  bottom: inherit;
}

.comtop h4 {
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: normal !important;
  font-size: 21px !important;
}

.comcontent {
  background-color: #000;
  border: none;
}

.comcontent img {
  height: 100%;
}

.com-office {
  width: 100% !important;
}

.com-office td {
  border-left: 1px solid #eaebee;
}

.comcontent td {
  font-weight: normal;
}

.address-map {
  max-width: 100%;
  width: 640px;
  height: 500px;
  border: none;
}

.com-office .card {
  transition: all .2s ease 0s;
}

.com-office .card:hover {
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.25);
  color: inherit;
}

.com-office a:hover {
  color: inherit;
}

.block {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
}

.mapImages {
  width: 100%;
}

.bg-jxgray {
  padding: 2px 5px 0px 5px ;
  background-color: #767676 !important;
}

.cthyo button a:hover {
  color: inherit;
}

.btn-outline-secondary {
  color: #5a5a5a !important;
  border-color: #5a5a5a !important;
  border-radius: 0;
}

.btn-outline-secondary:hover {
  color: #5a5a5a !important;
  background-color: #eaebee !important;
  border-color: #e1e1e1 !important;
}

.xydar:hover {
  color: #d7003a ;
  background-color: #ffe6e6 ;
  border-color: #ffe6e6 ;
}

.xydar {
  color: #d7003a;
  border-color: #d7003a ;
  border-radius: 0;
}

.btn-outline-link {
  border-radius: 0;
}

.btn-outline-jx {
  color: #e94709 !important;
  border: 2px solid #e94709 !important;
  border-radius: 0;
}

.btn-outline-jx:hover {
  color: #e94709 !important;
  background-color: #eaebee !important;
  border-color: #e1e1e1 !important;
}

.btn-bg-jx {
  color: #ffffff;
  background-color: #e94709;
  border: 1px solid #ffffff !important;
  border-radius: 0;
}

.btn-bg-jx:hover {
  color: #e94709 !important;
  border: 1px solid #e94709 !important;
  background: #ffffff !important;
  border-radius: 0;
}

.link-color {
  color: #FFFFFF !important;
}

.outline-secondary {
  color: #5a5a5a !important;
  border-color: #5a5a5a !important;
  border-radius: 0;
}

.outline-danger {
  color: #d7003a !important;
  border-color: #d7003a !important;
  border-radius: 0;
}

.outline-jx {
  color: #e94709 !important;
  border-color: #e94709 !important;
  border-radius: 0;
}

.busi {
  display: flex;
}

@media screen and (max-width: 991px) {
  .busi {
    display: block !important;
  }
}

.busi-con {
  display: flex;
}

.busi-list {
  padding-left: 20px !important;
  font-size: large;
}

.oilimg {
  display: grid;
  height: fit-content;
  text-align: center;
  margin-left: 50px;
}

.car-list {
  list-style: none;
  font-size: large;
}

.car-table img {
  padding-top: 10px;
  margin-right: 30px;
}

.car-box {
  position: relative;
  width: 100%;
  background-color: #eaebee;
  padding: 20px;
}

.car-contact {
  border: 1px solid #767676;
}

.car-body {
  display: flex;
  justify-content: space-around;
}

.car-body span {
  margin: auto 0 !important;
}

.oil {
  width: 124px;
  height: auto;
  margin-top: 0 !important;
}

.oil-list {
  width: 840px;
}

.car-table td {
  width: 600px;
}

.car-table small {
  white-space: normal;
}

.oilen1 img {
  width: inherit;
  padding-right: 10px;
}

.pick-text {
  display: inline-block;
  padding: 16px;
  color: #fff;
  background-color: #000;
  opacity: .5;
}

.pick-text:hover {
  background-color: #000;
  opacity: .7;
}

.pick-logo {
  display: inline-grid;
}

.pick-content {
  border: 1px solid #767676;
  padding: 16px;
  display: flex;
}

.pick-content h4 {
  width: fit-content;
}

.pick-content img {
  height: fit-content;
}

.one {
  width: fit-content;
  text-align: center;
  display: inline-block;
  background-color: #767676;
  color: #fff;
  padding: 8px;
  margin-right: 5px;
  border-radius: 5px;
  letter-spacing: 2px;
}

.car {
  width: 100%;
  height: 100%;
}

.pickup {
  background-color: #eb5e1b;
  color: #fff;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}

.pickcon {
  width: fit-content;
}

.retucon {
  width: 100%;
}

.retu {
  height: 100px;
  margin-bottom: 20px;
  line-height: 100px;
}

.en {
  background: #eb5e1b none repeat scroll 0 0;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 16px;
  float: left;
}

.en p {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  height: 100px;
  width: 100px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.retu h5 {
  display: inline-block;
  margin: 25px 20px;
}

.bg-jxlightgray {
  background-color: #f3f4f3 !important;
}

.itiban section h4 span {
  margin-right: 66px;
}

.itiban .inner{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.itiban .inner img{
  width: 80px;
  margin: auto;
}

.niban {
  display: flex;
  justify-content: space-between;
}

.sanban {
  text-align: center;
  margin: auto;
}

.sanban img {
  display: block;
  margin: auto;
  padding-bottom: 16px;
}

.yonban {
  overflow: hidden;
}

.goban {
  float: left;
  margin: 8px 0;
  width: 100%;
}
.font-size-s{
  font-size: 17px!important;
}

.goban {
  float: left;
  margin: 8px 0;
  width: 100%;
}
.goban h5 {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .itiban section h4  {
    text-indent: -13.3rem;
    padding-left: 13.3rem;
  }
}

@media screen and (max-width: 991px) {
  .itiban section h4 {
    text-align: center;
  }
  .itiban section h4 span {
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 8px;
  }
  .niban {
    display: block !important;
  }
  .busi-ness {
    display: block !important;
  }
  .itiban .en{
    margin: auto;
  }
}

.busi-ness {
  display: flex;
}

.busi-contact {
  display: flex;
  justify-content: center;
}

.busi-contact h5{
  height: 50px;
}

.link-color:hover {
  color: #767676 !important;
}

.paraffin {
  float: right;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 200px;
}

.emclean {
  float: right;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.pickup1 {
  background-color: #f3f4f3;
  padding: 0;
}

.border_line {
  margin-left: 2px;
  padding-left: 8px;
  border-left: 6px solid #767676;
  margin-bottom: 8px !important;
}

.product p {
  padding-left: 16px;
  margin-bottom: 32px;
}

.enkhyo th {
  white-space: nowrap;
}

.sen .enkhyo {
  border-bottom: solid 1px #EAECEF !important;
}

@media screen and (max-width:991px) {
  .sen .enkhyo {
    border: none !important;
  }

  .sen td {
    border-top: solid 1px #EAECEF !important;
  }

}

.industrialoil {
  height: 100%;
}

@media screen and (max-width:460px) {
  .busi-ness .d-flex {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .ddcon {
    display: block !important;
  }

  .ddcon img {
    margin: auto !important;
  }
}

.cthyo-no {
  width: inherit;
  border: 1.5px solid #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.cthyo-no th {
  padding: 14px 15px 11px;
  border-top: solid 1px #eaebee;
  border-right: solid 1px #eaebee;
  overflow: hidden;
  color: #595960;
  font-size: 100%;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #f8f8f8;
  
}

.cthyo-no td {
  padding: 14px 18px 11px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.woman-table td{
  border-right: 1px solid #eaebee;
}

@media print{
  .cthyo-no.no2{
    display: none;
  }
}

@media screen and (max-width:576px) {
  .cthyo-no th {
    padding: 8px 8px 5px !important;
  }

  .cthyo-no td {
    padding: 8px 4px 5px !important;
  }

  .offtable tr td:first-child {
    width: 48%;
  }
}

@media screen and (max-width:767px) {
  .no1 {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .no2 {
    display: none;
  }
}

.confirm th {
  padding-bottom: 20px !important;
}

.confirm td {
  vertical-align: middle !important;
}

img.gas {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.word_space {
  letter-spacing: -1px;
}

.box {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 30px;
  margin-bottom: 15px;
}

.box:hover{
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px){
  .no_pad{
    padding: 0px;
  }
}

@media (max-width:576px) {
   .skima{
    display: none;
  }
}

.enn{
  margin-bottom: 20px;
}

@media (max-width:560px){
  
  .enn{
    width:100%;
    margin-left: 32%;
  }
  .p-pc{
    padding: 0px 0px;
  }

}

@media (min-width:561px){
  .br-sp{
    display:none;
  }
  .p-pc{
    padding: 0 5px;
  }
}

.itiban button {
  margin:1rem 0px;
}

.inner{
  margin-bottom: 1.5rem;
}

ul.list_parentheses{
  padding:0;
  margin:0;
}
 
.listnc li{
  list-style-type:none;
  padding-left: 0 !important;

}
ul.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.only-company{
  color:white;
  background-color: #e94709;
  display: inline-block;
}

@media(max-width:575px){
  .go-contact-box a button{
    margin-bottom: .5rem;
  }
}

.messagetext{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:1200px){
  .messagetext{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

ol {
	margin-left: 10px;
} 


.list {
	list-style-type: none;
	counter-increment: cnt;
}

.list::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.4em;
	 width: 2.4em; 
}

.mlmb {
  margin-bottom: 0;
  margin-left: 0;
}

.listpadding {
  padding-left: 0;
  margin-left: 0;
}

.listmargin {
  margin-bottom: 0 !important;

}


a.link-inline {
  color: #369;
  text-decoration: underline !important;
}
.link-inline:hover{
  text-decoration: none !important;
}


.lead img{
  vertical-align: -1px;
  margin:0 12.65px 0 8px;
  width: 12px;
  height: auto;    
}

.breadcrumb{
  margin-left:0 !important;
}

.text-right {
  margin-top: 40px;
}

.justify {
  text-align: justify;
}

.band {
  margin-top: 30px;
  padding: 13px 13px 9px;
  background-color: #f4f4f4;
}

.spbr {
  display: none;
}

@media (max-width: 381px) {
  .spbr {
      display: block;
  }
}

@media (max-width: 460px) {
  .tcmd {
    text-align: center;
  }
}

.heipdf {
  height: 24px;
}
