@charset "UTF-8";
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

==オイルページのスタイル設定ファイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/
@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  .pc {
    display: none !important;
  }
}

#oil {
  /*  ==================================================
　　　　　　　　　オイル販売トップページ
==================================================   */
  /*********************************
               ヘッダー
*********************************/
  /*********************************
                フッター
*********************************/
}

#oil #oil-main .oil-top-mainimg {
  width: 100%;
  text-align: center;
  position: relative;
}

#oil #oil-main .oil-top-mainimg .-txt {
  max-width: 900px;
  padding: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
  box-sizing: border-box;
}

#oil #oil-main .oil-top-mainimg .-txt img {
  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-top-mainimg .-txt {
    justify-content: center;
    text-align: center;
  }
  #oil #oil-main .oil-top-mainimg .-txt img {
    margin-bottom: 0;
    width: 280px;
  }
}

#oil #oil-main .oil-top-mainimg .bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 0;
  /*
                img{
                    margin: 0 auto;
                }
                */
}

#oil #oil-main .oil-top-mainimg .bx-wrapper ul.bxslider li {
  background: url(img/oil/oil-top-main1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-top-mainimg .bx-wrapper ul.bxslider li {
    height: 350px;
  }
}

#oil #oil-main .oil-top-mainimg .bx-wrapper ul.bxslider li.slide02 {
  background-image: url(img/oil/oil-top-main2.jpg);
}

#oil #oil-main .oil-top-mainimg .bx-wrapper ul.bxslider li.slide03 {
  background-image: url(img/oil/oil-top-main3.jpg);
}

#oil #oil-main .oil-top-mainimg .bx-wrapper .bx-pager {
  display: none;
}

#oil #oil-main .oil-topics {
  background: #163259;
  padding: 20px 0;
}

#oil #oil-main .oil-topics__box {
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
}

#oil #oil-main .oil-topics__box .-topics {
  color: #fff;
}

#oil #oil-main .oil-topics__box .-topics span {
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 0 20px;
  margin-right: 20px;
}

#oil #oil-main .oil-topics__box .-topics a.-link {
  display: inline-block;
  padding: 0 20px;
  border-radius: 20px;
  background: #f1891c;
  color: #fff;
  margin-left: 20px;
}

#oil #oil-main .oil-top-box {
  padding: 100px 0;
}

#oil #oil-main .oil-top-box h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  width: 540px;
  margin: 0 auto 20px;
  border-bottom: solid 5px #FF8D00;
}

#oil #oil-main .oil-top-box h2 span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-top-box h2 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 28px;
  }
}

#oil #oil-main .oil-top-box p.description-text {
  text-align: center;
  padding-bottom: 100px;
  font-size: 18px;
}

#oil #oil-main .oil-top-box ul {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-top-box ul {
    justify-content: space-around;
  }
}

#oil #oil-main .oil-top-box ul li {
  width: 32%;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-top-box ul li {
    width: 46%;
  }
}

#oil #oil-main .oil-top-box ul li:nth-child(1) {
  width: 100%;
}

#oil #oil-main .oil-top-box ul li a {
  color: #fff;
  display: block;
}

#oil #oil-main .oil-top-box ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

#oil #oil-main .oil-top-box ul li a p {
  background: #323232;
  text-align: left;
  padding: 0.5em 0 0.5em 20px;
  position: relative;
}

#oil #oil-main .oil-top-box ul li a p::before {
  display: block;
  content: "";
  width: 14px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: center;
  background: url(img/oil/icon1.png) no-repeat;
}

@media screen and (max-width: 799px) {
  #oil #oil-main {
    padding: 0 10px;
  }
  #oil #oil-main table {
    display: table !important;
  }
  #oil #oil-main tbody {
    display: table-row-group !important;
  }
  #oil #oil-main tr {
    display: table-row !important;
  }
  #oil #oil-main td, #oil #oil-main th {
    display: table-cell !important;
    word-break: break-all !important;
  }
}

#oil #oil-main .oil-under-mainimg {
  width: 100%;
  height: 300px;
  background: url(img/oil/oil-under-main.jpg) center no-repeat;
  background-size: cover;
}

#oil #oil-main .oil-under__box {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 90px;
}

#oil #oil-main .oil-under__box__nav {
  width: 22%;
  /* スマホサイドナビ */
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-under__box__nav {
    display: none;
  }
}

#oil #oil-main .oil-under__box__nav ul {
  list-style: none;
}

#oil #oil-main .oil-under__box__nav ul li a {
  font-size: 0.85em;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  background: #325992;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
}

#oil #oil-main .oil-under__box__nav ul li a:hover, #oil #oil-main .oil-under__box__nav ul li a.is-active {
  border: solid 1px #333;
  border-bottom: none;
  color: #333;
  background: #fff;
}

@media screen and (min-width: 800px) {
  #oil #oil-main .oil-under__box__nav ul {
    width: 100%;
    position: sticky;
    padding: 0 !important;
    top: 70px;
  }
}

#oil #oil-main .oil-under__box__content {
  width: 70%;
  /**======================================================================
                    オイルパターン１　（ピックアップ）
======================================================================**/
  /**======================================================================
                    オイルパターン１　（ピックアップ）ここまで
======================================================================**/
  /**======================================================================
                    オイルパターン2　（食品機械用）
======================================================================**/
  /**======================================================================
    オイルパターン2　（食品機械用）ここまで
======================================================================**/
  /**======================================================================
                    オイルパターン3　（自動車用）
======================================================================**/
  /**======================================================================
    オイルパターン3　（自動車用）ここまで
======================================================================**/
  /**======================================================================
                    オイルパターン4　（切削油）
======================================================================**/
  /**======================================================================
    オイルパターン4　（切削油）ここまで
======================================================================**/
  /**======================================================================
    オイルパターン5　　シンプルページ
======================================================================**/
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-under__box__content {
    width: 100%;
  }
}

#oil #oil-main .oil-under__box__content h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  width: 540px;
  margin: 0 auto 40px;
  border-bottom: solid 5px #FF8D00;
}

#oil #oil-main .oil-under__box__content h2 span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-under__box__content h2 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 28px;
  }
}

#oil #oil-main .oil-under__box__content p.description-text {
  text-align: center;
  padding-bottom: 100px;
}

#oil #oil-main .oil-under__box__content_1 table {
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_1 table {
    margin-bottom: 40px !important;
  }
}

#oil #oil-main .oil-under__box__content_1 table tbody tr td {
  padding: 10px 20px;
}

@media screen and (max-width: 799px) {
  #oil #oil-main .oil-under__box__content_1 table tbody tr td .table-img {
    width: 200px;
  }
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:first-child {
  background: #D9E0EB;
  padding: 15px 0;
  border: solid #333 1px;
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:first-child td {
  text-align: center;
  font-weight: bold;
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) {
  border: solid #333 1px;
  border-top: none;
  font-size: 14px;
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:first-child {
  background: #EDEDED;
}

@media screen and (min-width: 1081px) {
  #oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:first-child {
    width: 18%;
  }
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:nth-child(2) {
  width: 350px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:nth-child(2) {
    border-bottom: solid #333 1px !important;
    text-align: center;
  }
}

#oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:nth-child(3) {
  border-left: solid 1px #333;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_1 table tbody tr:not(:first-child) td:nth-child(3) {
    border-left: none;
  }
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_1 table {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #oil #oil-main .oil-under__box__content_1 tbody {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #oil #oil-main .oil-under__box__content_1 tr {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #oil #oil-main .oil-under__box__content_1 td, #oil #oil-main .oil-under__box__content_1 th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #oil #oil-main .oil-under__box__content_1 table th, #oil #oil-main .oil-under__box__content_1 table td {
    border-bottom: none !important;
  }
}

#oil #oil-main .oil-under__box__content_2 {
  /*
    @media screen and (max-width: 1080px) {

        table{display:block!important; width: 100%!important;box-sizing:border-box!important;margin-bottom: 40px!important;}
        tbody{display:block!important; width: 100%!important;box-sizing:border-box!important;}
        tr{display:block!important; width: 100%!important;box-sizing:border-box!important;}
        td,th{display:block!important; width: 100%!important;box-sizing:border-box!important;}
        table th, table td{
            border-bottom: none!important;
        }

    }

*/
}

#oil #oil-main .oil-under__box__content_2 table {
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_2 table tbody tr {
    padding: 0 !important;
  }
}

#oil #oil-main .oil-under__box__content_2 table tbody tr td {
  padding: 10px 20px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_2 table tbody tr td {
    border-bottom: solid #333 1px !important;
  }
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:first-child {
  background: #EDEDED;
  padding: 15px 0;
  border: solid #333 1px;
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:first-child td {
  text-align: center;
  font-weight: bold;
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:first-child td:nth-child(1) {
  border-right: 1px #333 solid;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_2 table tbody tr:first-child td:nth-child(1) {
    border-right: none;
  }
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) {
  border: solid #333 1px;
  border-top: none;
  font-size: 14px;
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) td:nth-child(1) {
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  width: 150px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) td:nth-child(1) {
    width: 30%;
  }
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) td:nth-child(2) {
  width: 310px;
  border-left: solid 1px #333;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) td:nth-child(2) {
    border-bottom: none !important;
  }
}

#oil #oil-main .oil-under__box__content_2 table tbody tr:not(:first-child) td:nth-child(3) {
  text-align: center !important;
}

#oil #oil-main .oil-under__box__content_3 > h3 {
  color: #000;
  padding-bottom: 20px;
}

#oil #oil-main .oil-under__box__content_3 div.text--box {
  padding: 20px;
  background: rgba(28, 48, 93, 0.1);
  margin-bottom: 60px;
}

#oil #oil-main .oil-under__box__content_3 div.text--box h3 {
  font-size: 22px;
  color: #1C305D;
  text-align: center;
  padding-bottom: 10px;
}

#oil #oil-main .oil-under__box__content_3 table {
  margin-bottom: 80px;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr td {
  padding: 10px 20px;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:first-child {
  background: #EDEDED;
  padding: 15px 0;
  border: solid #333 1px;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:first-child td {
  text-align: center;
  font-weight: bold;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:first-child td:nth-child(1) {
  border-right: 1px #333 solid;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:not(:first-child) {
  border: solid #333 1px;
  border-top: none;
  font-size: 14px;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:not(:first-child) td:nth-child(1) {
  padding: 20px 10px;
  text-align: left;
  font-weight: bold;
  width: 260px;
}

@media screen and (max-width: 1080px) {
  #oil #oil-main .oil-under__box__content_3 table tbody tr:not(:first-child) td:nth-child(1) {
    width: 30%;
  }
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:not(:first-child) td:nth-child(2) {
  border-left: solid 1px #333;
}

#oil #oil-main .oil-under__box__content_3 table tbody tr:not(:first-child) td:nth-child(2) p {
  padding: 5px 0;
}

#oil #oil-main .oil-under__box__content_4 > h3 {
  color: #000;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

#oil #oil-main .oil-under__box__content_4 > h3 span img {
  display: block;
}

#oil #oil-main .oil-under__box__content_4 div.text--box {
  padding: 20px;
  background: rgba(28, 48, 93, 0.1);
  margin-bottom: 60px;
}

#oil #oil-main .oil-under__box__content_4 div.text--box h3 {
  font-size: 19px;
  color: #046031;
  text-align: center;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#oil #oil-main .oil-under__box__content_4 div.text--box h3 span img {
  display: block;
}

#oil #oil-main .oil-under__box__content_4 table {
  margin-bottom: 80px;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr td {
  padding: 10px 20px;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:first-child {
  background: #EDEDED;
  padding: 15px 0;
  border: solid #333 1px;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:first-child td {
  text-align: center;
  font-weight: bold;
  border-right: 1px #333 solid;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:first-child td:nth-child(3) {
  border-right: none;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:not(:first-child) {
  border: solid #333 1px;
  border-top: none;
  font-size: 14px;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:not(:first-child) td {
  border-right: solid 1px #333;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:not(:first-child) td:nth-child(1) {
  padding: 20px 10px;
  text-align: left;
  width: 90px;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:not(:first-child) td:nth-child(3) {
  border-right: none;
}

#oil #oil-main .oil-under__box__content_4 table tbody tr:not(:first-child) td:nth-child(3) p {
  padding: 5px 0;
}

#oil #oil-main .oil-under__box__content_5 div.text--box h3 {
  font-size: 22px;
  color: #1C305D;
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
}

#oil #globalHead h2 a {
  width: 280px;
}

#oil #globalHead ul li.oil-hd-contact {
  background: #FF8D00;
}

@media (max-width: 767px) {
  #oil #globalHead nav.gnav ul li.oil-hd-contact a {
    background: #FF8D00;
  }
}

#oil .contact-box {
  padding-top: 30px;
  background: #D9E0EB;
}

@media screen and (max-width: 799px) {
  #oil .contact-box {
    padding-top: 10px;
  }
}

#oil .contact-box p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

#oil .contact-box > div {
  display: flex;
  justify-content: center;
  padding: 10px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  #oil .contact-box > div {
    display: block;
    padding: 0 0 30px 0;
    max-width: 90%;
  }
}

#oil .contact-box > div div {
  margin: 0;
  text-align: center;
}

#oil .contact-box > div div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  #oil .contact-box > div div {
    text-align: center;
    margin: 30px auto;
    width: 50%;
  }
  #oil .contact-box > div div img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

#oil #globalFoot {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 799px) {
  #oil #globalFoot {
    text-align: center;
  }
}

#oil #globalFoot .-box1 {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 799px) {
  #oil #globalFoot .-box1 {
    display: block;
    margin: 20px 0;
  }
}

#oil #globalFoot .-box1 div {
  margin: 0 20px;
}

#oil #globalFoot .-box2 {
  max-width: 960px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 799px) {
  #oil #globalFoot .-box2 {
    display: block;
  }
}

#oil #globalFoot .-box2 div ul {
  list-style: none;
  display: flex;
  padding: 0;
}

@media screen and (max-width: 799px) {
  #oil #globalFoot .-box2 div ul {
    display: block;
  }
}

#oil #globalFoot .-box2 div ul li a {
  color: #fff;
  margin: 0 10px;
}

#oil #globalFoot .-box2 div p {
  color: #fff;
}

#oil #globalFoot .pagetop {
  position: fixed;
  z-index: 10000;
  top: 80%;
  right: 20px;
}

#globalFoot .pagetop a {
  background: url(img/common/img_pagetop.png) no-repeat center center !important;
  width: 38px !important;
  padding: 0 !important;
  height: 43px !important;
  display: block !important;
  text-indent: -9999px !important;
}

#globalFoot .pagetop a:hover {
  background: url(img/common/img_pagetop-ov.png) no-repeat center center !important;
}

@media only screen and (max-width: 767px) {
  #globalFoot .pagetop {
    bottom: 5px !important;
    right: 5px !important;
    width: auto !important;
    top: inherit !important;
  }
}
