@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 62.5%;
}

body {
  font-family: Arial,Roboto,Helvetica,MS PGothic,Hiragino Kaku Gothic ProN,sans-serif,type-font,Roboto,Helvetica,sans-serif;
  /*font-family: -apple-system,BlinkMacSystemFont,"Arial","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.mincho {
  /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
  font-family: Arial,Roboto,Helvetica,MS PGothic,Hiragino Kaku Gothic ProN,sans-serif,type-font,Roboto,Helvetica,sans-serif;
}

a {
  word-wrap: break-word;
}
a:visited {
  color: #004e89;
}
a:hover {
  color: #004e89;
  text-decoration: none;
}
a:active {
  color: #004e89;
}

.text-center {
  text-align: center;
}

.text-red {
  color: red;
}

.text-bold {
  font-weight: bold;
}

.text-gray {
  color: #666;
}

.block-center {
  margin: 0 auto;
}

.elm-bg-white {
  background-color: white;
}

.elm-mb-0 {
  margin-bottom: 0 !important;
}

.elm-mb-20 {
  margin-bottom: 20px;
}

.elm-mb-40 {
  margin-bottom: 40px;
}

ul.module-disc-list {
  list-style: disc;
}
ul.module-disc-list li {
  margin-left: 1rem;
}

@media screen and (min-width: 788px), print {
  body {
    font-size: 1.6rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .elm-pc-disp-none {
    display: none;
  }

  .module-float-wrapper {
    overflow: hidden;
  }

  .text-small {
    font-size: 1.4rem;
  }

  header.layout-main-header {
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
    height: 100px;
    background-color: #fff;
  }
  header.layout-main-header .elm-logo-header {
    float: left;
    margin: 25px 0 0 0;
    width: 538px;
  }
  header.layout-main-header .elm-logo-header img {
    width: 100%;
  }
  header.layout-main-header nav {
    float: right;
    width: 547px;
    height: 100px;
  }
  header.layout-main-header nav ul {
    overflow: hidden;
  }
  header.layout-main-header nav ul li {
    width: 90px;
    float: left;
    font-size: 1.6rem;
  }
  header.layout-main-header nav ul li.elm-menu-home{
    display: none;
  }
  header.layout-main-header nav ul li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: center;
    /*line-height: 100px;*/
    height: 100px;
    text-decoration: none;
    color: #000;
    border-left: solid 1px #ddd;
    font-weight: bold;
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  header.layout-main-header nav ul li a:hover {
    background-color: #d9f1ff;
  }
  header.layout-main-header nav ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }
  header.layout-main-header nav ul li.elm-menu-lubricants {
    margin-right: 0;
    background-color: #ffe340;
    width: 90px;
  }
  header.layout-main-header nav ul li.elm-menu-recruit {
    margin-right: 0;
    background-color: #E82410;
    width: 90px;
  }
  header.layout-main-header nav ul li.elm-menu-lubricants a {
    background-color: #ffe340;
    border: none;
  }
  header.layout-main-header nav ul li.elm-menu-recruit a {
    background-color: #E82410;
    border: none;
    color: #fff;
  }
  header.layout-main-header nav ul li.elm-menu-faq {
    margin-right: 0;
    width: 90px;
  }
  header.layout-main-header nav ul li.elm-menu-lubricants {
    margin-right: 0;
    width: 90px;
  }
  header.layout-main-header nav ul li .module-subnavi {
    display: none;
  }
  header.layout-main-header .btn-burger {
    display: none;
  }

  .layout-main a.elm-link-button {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 400px;
    height: 50px;
    border: solid 2px #004889;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    color: #004889;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .layout-main a.elm-link-button.button-center{
    margin: 0 auto;
  }
  .layout-main a.elm-link-button span {
    height: 100%;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-left: 21.6px;
  }
  .layout-main a.elm-link-button span.txt-long {
    max-width: 70%;
  }
  .layout-main a.elm-link-button span:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #004889;
    border-right: solid 2px #004889;
    width: 8.48656px;
    height: 8.48656px;
    left: 21px;
    top: 20.25672px;
    transform: rotate(45deg);
  }
  .layout-main a.elm-link-button:hover {
    background-color: #004889;
    color: #fff;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .layout-main a.elm-link-button:hover span {
    position: relative;
    padding-left: 21.6px;
  }
  .layout-main a.elm-link-button:hover span:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8.48656px;
    height: 8.48656px;
    left: 21px;
    top: 20.25672px;
    transform: rotate(45deg);
  }
  .layout-main .elm-sds-link-button {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 400px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    color: #004889;
    background-color: #fee340;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }


  .subpage {
    margin-bottom: 40px;
  }
  .subpage h1 {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
    line-height: 150px;
    font-size: 4.0rem;
    font-weight: bold;
    color: white;
    background: transparent url(../images/common/bg-ttl-subpage.png) no-repeat center center/cover;
  }
  .subpage h1 span {
    display: block;
    margin: 0 auto;
    width: 1000px;
  }
  .subpage h2 {
    margin-bottom: 25px;
    line-height: 55px;
    font-size: 2.6rem;
    font-weight: bold;
    border-top: solid 5px #0063b5;
    border-bottom: solid 1px #0063b5;
  }
  .subpage h3 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 40px;
    border-left: solid 4px #004e89;
  }
  .subpage h4 {
    margin-bottom: 20px;
    padding: 0 0 5px 5px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #004e89;
    border-bottom: solid 2px #0063b5;
  }
  .subpage .elm-main-image {
    margin-bottom: 30px;
  }
  .subpage .elm-main-image.mb0 {
    margin-bottom: 0px;
  }
  .subpage .block-breadcrumb {
    margin: 0 auto 60px;
    width: 100%;
    min-width: 1000px;
    height: 40px;
    background-color: #eee;
  }
  .subpage .block-breadcrumb ul {
    margin: 0 auto;
    width: 1000px;
    color: #333333 !important;
  }
  .subpage .block-breadcrumb ul li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .subpage .block-breadcrumb ul li:after {
    display: inline-block;
    margin: 0 0.5rem;
    content: ">";
  }
  .subpage .block-breadcrumb ul li:last-child:after {
    content: "";
  }

/* ------------------ add new style 2020.10.12 ------------------ */
  .subpage #breadcrumb {
    margin: 0 auto 60px;
    width: 100%;
    min-width: 1000px;
    height: 40px;
    background-color: #eee;
  }
  .subpage #breadcrumb ul {
    margin: 0 auto;
    width: 1000px;
    color: #333333 !important;
  }
  .subpage #breadcrumb ul li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .subpage #breadcrumb ul li:after {
    display: inline-block;
    margin: 0 0.5rem;
    content: ">";
  }
  .subpage #breadcrumb ul li:last-child:after {
    content: "";
  }
/* ------------------ add new style 2020.10.12 ------------------ */

  .subpage .layout-contents-wrapper {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
  }
  .subpage .layout-contents-wrapper .block-left-contents {
    float: left;
    width: 690px;
  }
  .subpage .layout-contents-wrapper .block-left-contents section {
    margin-bottom: 40px;
  }
  .subpage .layout-contents-wrapper .block-right-contents {
    float: right;
    width: 250px;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi h4 {
    margin: 0;
    padding: 0 0 0 1.7rem;
    line-height: 60px;
    font-size: 2.0rem;
    color: white;
    background-color: #0063b5;
  }
  /*------------------ add new style -----------------*/
  .subpage .layout-contents-wrapper .block-right-contents #sidebar {
    margin: 0;
    padding: 0;
  }
  /*------------------ /add new style -----------------*/
  /*------------------ add new style -----------------*/
  .subpage .layout-contents-wrapper .block-right-contents #sidebar {
    width: 100%;
    box-sizing: border-box;
  }
  /*------------------ /add new style -----------------*/
  /*------------------ add new style -----------------*/
  .subpage .layout-contents-wrapper .block-right-contents #sidebar input[type=text] {
    width: 200px;
    box-sizing: border-box;
  }
  /*------------------ /add new style -----------------*/
  /*------------------ add new style -----------------*/
  .subpage .layout-contents-wrapper .block-right-contents h3.widget-sidebar-title.widget-title {
    margin: 0;
    padding: 0 0 0 1.7rem;
    line-height: 60px;
    font-size: 2.0rem;
    color: white;
    background-color: #0063b5;
    background-image: none;
    border: none;
  }
  /*------------------ /add new style -----------------*/

  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi h4 a {
    color: white;
    text-decoration: none;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi h4 a:hover {
    text-decoration: underline;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul {
    margin-bottom: 35px;
  }
  /* -------------------- add 20220426 --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li ul {
    display: none;
    margin-bottom: 0;
  }
  /* -------------------- /add 20220426 --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li ul li ul {
    display: block;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li {
    margin-bottom: 1px;
    min-height: 48px;
    background-color: #f3f3f3;
    font-size: 1.5rem;
  }
  /* -------------------- add 20220426 --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category ul li {
    background-color: #F1F8FE;
  }
  /* -------------------- /add 20220426 --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category ul li ul li {
    margin-bottom: 1px;
    min-height: 48px;
    background-color: #FFFFFF;
    border: solid 1px #E8E9E9;
    font-size: 1.5rem;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li a {
    display: block;
    box-sizing: border-box;
    min-height: 48px;
    margin-left: 1.7rem;
    padding: 1.2rem 0;
    text-decoration: none;
    color: black;
    position: relative;
    padding-left: 18px;
  }
  /* -------------------- add --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category ul li ul li a {
    padding-left: 32px;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li a:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #003882;
    border-right: solid 2px #003882;
    width: 7.07214px;
    height: 7.07214px;
    left: 1px;
    top: 20.46393px;
    transform: rotate(45deg);
  }
  /* -------------------- add --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category a {
    -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
             transition: 0.3s ease-in-out;
  }
  /* -------------------- add --------------------- */
.subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li a.btn_toggle:after {
    top: 18.46393px;
    transform: rotate(135deg);
    transition: 0.3s;
  }
  /* -------------------- add --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li a.btn_toggle.current:after {
      top: 22.46393px;
      transform: rotate(315deg);
      transition: 0.3s;
    }
  /* -------------------- add --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li ul li a:after {
      display: none;
    }
  /* -------------------- add --------------------- */
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category li ul li a span {
    position: absolute;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #003882;
    top: 0.8em;
    left: 0;
    }

  /* -------------------- add --------------------- */
.subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category ul li ul li a:after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 2px #003882;
  border-right: none;
  width: 7.07214px;
  height: 7.07214px;
  left: 15px;
  top: 22.46393px;
  transform: rotate(0);
  }
  /* -------------------- add --------------------- */
.subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul.list_wp_category ul li ul li a span {
    color: #003882;
    font-weight: bold;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li a:hover {
    color: #0063b5;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li.elm-2row {
    line-height: 24px;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li.elm-2row a {
    padding-top: calc((48px - 1.5rem) / 2 - 4px);
    padding-bottom: calc((48px - 1.5rem) / 2 - 4px);
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-bnr a:hover {
    transition-duration: .3s;
    opacity: 0.6;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-bnr img {
    width: 100%;
  }
  .subpage .layout-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .subpage .layout-flex section {
    margin-bottom: 0 !important;
  }
  .subpage .layout-flex h2.small-h2 {
    margin-bottom: 0px;
    padding: 1.0rem 0;
    font-size: 2.0rem;
    line-height: 1.5;
    border-bottom: none;
  }
  .subpage .layout-flex .block-2col {
    width: calc((100% - 28px) / 2 );
  }
  .subpage .layout-flex .elm-product-image img {
    vertical-align: bottom;
  }
  .subpage .layout-flex a.elm-link-button {
    background-color: white;
    font-size: 1.6rem;
    width: 100%;
  }
  .subpage .layout-flex a.elm-link-button:hover {
    background-color: #004889;
  }
  .subpage .elm-notice {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
  }
  .subpage .module-table {
    margin-bottom: 30px;
    width: 100%;
    border: solid 1px #cecece;
  }
  .subpage .module-table th {
    white-space: nowrap;
    padding: 20px 15px;
    padding: 20px 6px;/* add 190117 */
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #e5f3f9;
    border: solid 1px #cecece;
  }
  /* add 190117 */
  .subpage .module-table th.th-small {
    padding: 20px 6px;
  }
  .subpage .module-table td {
    padding: 20px 15px;
    vertical-align: top;
    font-size: 1.6rem;
    border: solid 1px #cecece;
  }
  .subpage .module-table th.elm-hcenter, .subpage .module-table td.elm-hcenter {
    text-align: center;
  }
  .subpage .module-table th.elm-vcenter, .subpage .module-table td.elm-vcenter {
    vertical-align: middle;
  }
  .subpage .module-table .elm-bg-gray {
    background-color: #f3f3f3;
  }
  .subpage .module-table .elm-gb-white {
    background-color: white;
  }
  .subpage .module-table .elm-question {
    display: inline-block;
    margin-left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    font-size: 0.9em;
    color: white;
    background-color: #0063b5;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
  }
  .subpage .elm-sentence {
    margin-bottom: 20px;
  }
  .subpage .elm-arrow-link {
    position: relative;
    padding-left: 14.4px;
  }
  .subpage .elm-arrow-link:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #004e89;
    border-right: solid 2px #004e89;
    width: 5.65771px;
    height: 5.65771px;
    left: 1px;
    top: 5.17115px;
    transform: rotate(45deg);
  }
  .subpage .elm-left-arrow-link {
    position: relative;
    padding-left: 14.4px;
  }
  .subpage .elm-left-arrow-link:after {
    display: block;
    content: "";
    position: absolute;
    border-bottom: solid 2px #004e89;
    border-left: solid 2px #004e89;
    width: 5.65771px;
    height: 5.65771px;
    left: 1px;
    top: 5.17115px;
    transform: rotate(45deg);
  }
  .subpage .elm-pdf-icon {
    font-size: 1.6rem;
    display: inline-block;
  }
  .subpage .elm-pdf-icon:after {
    display: inline-block;
    margin: 0 0.3em;
    width: 1.0em;
    height: 1.0em;
    content: " ";
    background: transparent url(../images/common/ico-pdf.png) center center/contain no-repeat;
  }
  .subpage .elm-other-window-icon {
    display: inline-block;
  }
  .subpage .elm-other-window-icon:after {
    display: inline-block;
    margin: 0 0.3em;
    width: 1.0em;
    height: 1.0em;
    content: " ";
    background: transparent url(../images/common/ico-newwin.png) center center/contain no-repeat;
  }
  .subpage .elm-anchor-icon {
    display: inline-block;
  }
  .subpage .elm-anchor-icon:after {
    display: inline-block;
    margin: 0 0.5em;
    width: 0.6em;
    height: 0.6em;
    content: "";
    background: transparent url(../images/common/ico-anchor.png) center center/contain no-repeat;
  }
  .subpage .elm-gray-box {
    margin: 0 0 30px;
    padding: 20px;
    background-color: #f3f3f3;
  }
  .subpage .elm-gray-border-box {
    margin: 0 0 30px;
    padding: 20px;
    border: solid 1px #cecece;
  }
  .subpage .elm-blue-box {
    margin: 0 0 30px;
    padding: 20px;
    background-color: #e5f3f9;
  }
  .subpage .module-faq-list {
    margin: 0 0 30px 0;
  }
  .subpage .module-faq-list dt {
    position: relative;
    padding: 15px 5.0rem;
    margin: 0 0 8px 0;
    background-color: #e5f3f9;
  }
  .subpage .module-faq-list dt:before {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0063b5;
    content: "Q.";
    font-family: Century Gothic, sans-serif;
  }
  .subpage .module-faq-list dt .elm-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    top: 10px;
    right: 10px;
    font-size: 4.0rem;
    cursor: pointer;
  }
  .subpage .module-faq-list dt .elm-toggle img {
    width: 100%;
  }
  .subpage .module-faq-list dd {
    display: none;
    position: relative;
    padding: 15px 5.0rem;
    margin: 0 0 30px;
  }
  .subpage .module-faq-list dd:before {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0063b5;
    content: "A.";
    font-family: Century Gothic, sans-serif;
  }

  .subpage .module-personaldata-list {
    margin: 0 0 30px 0;
    border-bottom: solid 2px #F3F3F3;
  }
  .subpage .module-personaldata-list dt {
    position: relative;
    padding: 15px 30px 15px 0;
    border-top: solid 2px #F3F3F3;
    font-weight: bold;
    cursor: pointer;
  }
  .subpage .module-personaldata-list dt .personaldata-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url('../images/personaldata/ico-open.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .subpage .module-personaldata-list dt .personaldata-toggle.open {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform-origin: 60% 25%;
  }
  .subpage .module-personaldata-list dd {
    display: none;
    position: relative;
    padding: 15px 0;
    margin: 0 0 30px;
  }
  .subpage .module-personaldata-list dd strong{
    font-weight: bold;
  }
  .subpage .module-personaldata-list dd p,
  .subpage .module-personaldata-list dd ul {
    margin: 0 0 1.0em;
  }
  .subpage .module-personaldata-list dd p:last-child,
  .subpage .module-personaldata-list dd ul:last-child {
    margin: 0;
  }

  .subpage .block-inquiry {
    margin-bottom: 30px;
  }
  .subpage .block-inquiry h4 {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
    color: black;
    background-color: #fee340;
    border: none;
  }
  .subpage .block-inquiry .elm-area {
    display: inline-block;
    margin: 8px 0 0;
    font-weight: bold;
  }
  .subpage .block-inquiry .elm-freedial {
    padding: 10px;
    background-color: #fffbc7;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number {
    position: relative;
    display: inline-block;
    padding: 0 0 0 50px;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number:before {
    position: absolute;
    width: 38px;
    height: 22px;
    top: 15px;
    left: 5px;
    content: " ";
    background: transparent url(https://shell-lubes.co.jp/images/common/ico-freedial.png) center center/contain no-repeat;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number a {
    color: black;
    text-decoration: none;
  }
  .subpage .block-inquiry .elm-inquiry-info {
    padding: 10px;
    font-size: 1.4rem;
    background-color: #f2e8b1;
  }
  .subpage .block-inquiry .elm-inquiry-info table {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .subpage .block-inquiry .elm-inquiry-info table th, .subpage .block-inquiry .elm-inquiry-info table td {
    padding: 10px;
  }

  footer.layout-main-footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
    background-color: #00468c;
    color: #dddddd;
  }
  footer.layout-main-footer .block-main-footer {
    overflow: hidden;
  }
  footer.layout-main-footer .block-main-footer a {
    color: #dddddd;
    text-decoration: none;
  }
  footer.layout-main-footer .block-main-footer a:hover {
    text-decoration: underline;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi li {
    margin-right: 2.0rem;
    float: left;
    font-size: 1.6rem;
    position: relative;
    padding-left: 18px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi li:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7.07214px;
    height: 7.07214px;
    left: 1px;
    top: 8.46393px;
    transform: rotate(45deg);
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi {
    float: left;
    width: 166px;
    width: 250px;
    overflow: hidden;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi:nth-child(1) {
    width: 333px;
    width: 250px;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi .elm-ttl a {
    font-size: 1.4rem;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul {
    width: 166px;
    width: 250px;
    float: left;
    list-style: disc;
    list-style-position: inside;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul li {
    padding-left: 2.0rem;
    text-indent: -2.0rem;
  }
  footer.layout-main-footer .block-main-footer .block-footer-navi .module-footer-navi ul li a {
    font-size: 1.2rem;
    margin: 0 0 0 -5px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 50px;
    overflow: hidden;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 {
    overflow: hidden;
    margin-bottom: 10px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li {
    width: 120px;
    float: left;
    font-size: 1.3rem;
    position: relative;
    padding-left: 14.4px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:nth-child(2) {
    width: 150px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:last-child {
    width: 200px;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-subnavi02 li:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 5.65771px;
    height: 5.65771px;
    left: 1px;
    top: 6.17115px;
    transform: rotate(45deg);
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-copy {
    font-size: 1.2rem;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-logo-footer {
    position: absolute;
    width: 240px;
    right: 0;
    top: 45px;
  }
  footer.layout-main-footer .block-navi-border {
    padding: 40px 0;
    border-top: solid 1px #2d628e;
    border-bottom: solid 1px #2d628e;
  }

  a#toPageTop {
    display: block;
    text-decoration: none;
    background-color: #ddd;
    color: #004e89;
    padding: 10px 15px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 2.0rem;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

/*---------- 190117 add for product START ------------*/
.modal-overlay {
	z-index:2000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.50);
}

#frame-modal{
	position:fixed;
	display:none;
	z-index: 3000;
	width: 90%;
	height: 90%;
	max-width: 760px;
	max-height: 720px;
	margin:0;
	border:none;
	background:#fff;
	text-align: center;
}
		#frame-modal .body-modal{
			position:relative;
		}
		#frame-modal h3{
			background:#004e89;
			color: #FFFFFF;
			font-size: 2.0rem;
			font-weight: bold;
			padding: 5px 10px;
		}
		#frame-modal h4{
		    margin-bottom: 20px;
			padding: 0 0 5px 5px;
			font-size: 2.0rem;
			font-weight: bold;
			color: #004e89;
			border-bottom: solid 2px #0063b5;
			text-align: left;
		}
		#frame-modal .block-modal-content{
			margin: 10px;
			height: 600px;
			overflow: auto;
			position: relative;
		}
		#frame-modal .block-modal-content li{
			position: relative;
			padding-left: 7.0em;
			padding-top: 0;
			margin-bottom: 20px;
			text-align: left;
		}
		#frame-modal .block-modal-content li span{
			position: absolute;
			left: 0;
			top: 0;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			background:#CCCCCC;
			min-width: 8.0em;
			font-size: 1.2rem;
			text-align: center;
			padding: 4px 0;
			color: #000000;
		}
		#frame-modal .block-modal-content p{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			text-align: center;
			width: 64px;
		}
		#frame-modal p.modal-close-01{
			position: absolute;
			top: 0;
			right: 0;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 40px;
		}
		#frame-modal p.modal-close-01 a{
			display: block;
			width: 40px;
			height: 40px;
			overflow: hidden;
			text-indent: 100%;
			white-space: nowrap;
			background-image: url("../images/product/img-btn-close.png");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
		}
 		#frame-modal p.modal-close-02 a{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			background-color: #999999;
			padding: 4px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			color: #FFFFFF;
			text-decoration: none
		}
 		#wrap-sds,#wrap-leaf{
			display: none;
		}
		 .fixed {
			position: fixed;
			width: 100%;
			height: 100%;
		}
		p.block-gray{
			background-color: #F1F1F1;
			padding: 20px;
		}


/*---------- 190117 add for product END ------------*/

/*---------- 200804 add for product START ------------*/
.product-table.module-table-small{
	width: 100%;
}
		.product-table.module-table-small thead{
			display: block;
			background-color: #e5f3f9 !important;
		}
		.product-table.module-table-small tbody{
			display: block;
			background-color: #ffffff;
			max-height: 700px;
			overflow-y: auto;
		}
		.product-table.module-table-small th{
			font-size: 12px;
			vertical-align: middle;
			text-align: center;
			font-weight: 600;
			padding: 4px;
		}
		.product-table.module-table-small th span{
			font-size: 14px;
		}
		.product-table.module-table-small td{
			font-size: 12px;
			vertical-align: top;
			padding: 4px;
		}
		.product-table.module-table-small th,.product-table.module-table-small td{
			table-layout:fixed;
		}
		.product-table.module-table-small thead tr{
			border: solid 1px #cecece !important;
			border-bottom: none;
			display: block;
		}
		.product-table.module-table-small thead tr.avi{
			/*display: block;*/
		}
		.product-table.module-table-small td{
			border: solid 1px #cecece !important;
			table-layout:fixed;
		}
		.product-table.module-table-small th.check,
		.product-table.module-table-small td.check{
			width: 80px;
			width: 10%;
			font-size: 10px;
		}
		.product-table.module-table-small th.pname,
		.product-table.module-table-small th.ename,
		.product-table.module-table-small th.pstyle,
		.product-table.module-table-small td.pname,
		.product-table.module-table-small td.ename,
		.product-table.module-table-small td.pstyle{
			width: 82px;
			width: 15%;
		}
		.product-table.module-table-small th.psum,
		.product-table.module-table-small td.psum{
			width: 284px;
			width: 35%;
		}
		.product-table.module-table-small th.avi-check{
			width: 55px;
      width: 65px;
			font-size: 10px;
		}
    .product-table.module-table-small th.avi-check span{
			width: 55px;
      width: 65px;
			font-size: 12px;
		}
		.product-table.module-table-small td.avi-check{
			width: 10%;
			font-size: 10px;
		}
		.product-table.module-table-small th.avi-pname{
			width: 75px;
		}
		.product-table.module-table-small td.avi-pname{
			width: 12%;
		}
		.product-table.module-table-small th.avi-ename{
			width: 75px;
		}
		.product-table.module-table-small td.avi-ename{
			width: 12%;
		}
		.product-table.module-table-small th.avi-sum{
			width: 160px;
      width: 156px;
		}
		.product-table.module-table-small td.avi-sum{
			width: 22%;
		}
		.product-table.module-table-small th.avi-stnd1{
			width: 70px;
      width: 82px;
		}
		.product-table.module-table-small td.avi-stnd1{
			width: 12%;
		}
		.product-table.module-table-small th.avi-stnd2{
			width: 70px;
      width: 82px;
		}
		.product-table.module-table-small td.avi-stnd2{
			width: 12%;
		}
		.product-table.module-table-small th.avi-style{
			width: 104px;
      width: 64px;
			font-size: 10px !important;
		}
		.product-table.module-table-small th.avi-style span a.font-size-small{
			font-size: 10px !important;
		}
		.product-table.module-table-small td.avi-style{
			width: 10%;
		}
		/* ---- Firefoxのみtheadのセル幅変更 ----- */
		@-moz-document url-prefix() {
			.product-table.module-table-small th.avi-check{
				width: 55px;
        width: 60px;
			}
			.product-table.module-table-small th.avi-pname{
				width: 60px;
        width: 74px;
			}
			.product-table.module-table-small th.avi-ename{
				width: 60px;
        width: 74px;
			}
			.product-table.module-table-small th.avi-sum{
				width: 140px;
			}
			.product-table.module-table-small th.avi-stnd1{
				width: 70px;
        width: 75px;
			}
			.product-table.module-table-small th.avi-stnd2{
				width: 70px;
        width: 75px;
			}
			.product-table.module-table-small th.avi-style{
				width: 104px;
        width: 61px;
			}
		}
		/* ---- ここまで ----- */
	.product-table.module-table-small caption{
		width: 100%;
		display: block;
		font-size: 22px;
		font-weight: 600;
		color: #004E89;
		margin-top: 20px;
		margin-bottom: 17px;
	}
	.product-table.module-table-small caption span{
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		width: 20px;
		height: 4px;
		background-color: #004E89;
		margin-right: 10px;
	}
  .product-table.module-table-small caption ul li{
    padding-left: 1.5em;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
	}
  .product-table.module-table-small caption ul li span{
    position: absolute;
    left: 0;
    top: 0;
		display: inline;
		width: auto;
		height: auto;
		background-color: transparent;
		margin-right: 0;
	}
  ul.list-under-img-center{
    display: inline-block;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 9px;
  }

 /*---------- 200804 add for product END ------------*/

}
@media only screen and (max-width: 787px) {
  body {
    margin-top: 50px;
    font-size: 1.4rem;
  }

  .elm-sp-disp-none {
    display: none;
  }

  header.layout-main-header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  header.layout-main-header.transparent {
    opacity: 0.0;
  }
  header.layout-main-header.underBar {
    border-bottom: solid 1px #ccc;
  }
  header.layout-main-header .elm-logo-header {
    position: relative;
    padding: 0 20px;
    width: calc(100% - 100px);
    height: 50px;
  }
  header.layout-main-header .elm-logo-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: calc(100% - 30px);
    max-width: 427px;
    max-height: 40px;
  }
  header.layout-main-header nav {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  header.layout-main-header nav ul li {
    border-bottom: solid 1px #2d628e;
    background-color: #004889;
  }
  header.layout-main-header nav ul li.elm-menu-inquiry{
    display: none;
  }
  header.layout-main-header nav ul li.elm-menu-home{
    display: block;
  }
  header.layout-main-header nav ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 50px;
    color: white;
    text-decoration: none;
  }
  header.layout-main-header nav ul li a .rightArrow {
    display: inline-block;
    position: relative;
    padding-left: 21.6px;
  }
  header.layout-main-header nav ul li a .rightArrow:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 8.48656px;
    height: 8.48656px;
    left: 1px;
    top: 20.75672px;
    transform: rotate(45deg);
  }
  header.layout-main-header nav ul li a .hasSubNavi {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #25578e;
    width: 50px;
    height: 50px;
    content: "";
    border-left: solid 1px #5c7e9e;
  }
  header.layout-main-header nav ul li a .hasSubNavi:after {
    position: absolute;
    content: "";
    background-color: white;
    width: 24px;
    height: 4px;
    top: 23px;
    left: 13px;
  }
  header.layout-main-header nav ul li a .hasSubNavi:before {
    position: absolute;
    content: "";
    background-color: white;
    width: 4px;
    height: 24px;
    top: 13px;
    left: 23px;
  }
  header.layout-main-header nav ul li a .hasSubNavi.minus:before {
    display: none;
  }
  header.layout-main-header nav ul li a br{
    display: none;
  }
  header.layout-main-header nav .module-subnavi {
    display: none;
    border-top: solid 1px #5c7e9e;
  }
  header.layout-main-header nav .module-subnavi li {
    border-bottom: solid 1px #5c7e9e;
    background-color: #25578e;
  }
  header.layout-main-header .btn-burger, header.layout-main-header .btn-burger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header.layout-main-header .btn-burger {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ffe340;
  }
  header.layout-main-header .btn-burger span {
    position: absolute;
    content: " ";
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #004889;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  header.layout-main-header .btn-burger span:nth-of-type(1) {
    top: 15px;
  }
  header.layout-main-header .btn-burger span:nth-of-type(2) {
    top: 25px;
  }
  header.layout-main-header .btn-burger span:nth-of-type(3) {
    top: 35px;
  }
  header.layout-main-header .btn-burger.active span:nth-of-type(1) {
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header.layout-main-header .btn-burger.active span:nth-of-type(2) {
    display: none;
  }
  header.layout-main-header .btn-burger.active span:nth-of-type(3) {
    -moz-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  .layout-main a.elm-link-button {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    line-height: 40px;
    border: solid 1px #004889;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    color: #004889;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .layout-main a.elm-link-button span {
    display: inline-block;
    position: relative;
    padding-left: 21.6px;
  }
  .layout-main a.elm-link-button span:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #004889;
    border-right: solid 2px #004889;
    width: 8.48656px;
    height: 8.48656px;
    left: 1px;
    top: 15.75672px;
    transform: rotate(45deg);
  }
  .layout-main .elm-sds-link-button {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    color: #004889;
    background-color: #fee340;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

  .subpage h1 {
    box-sizing: border-box;
    margin-bottom: 2.0rem;
    padding: 0 1.0rem;
    width: 100%;
    line-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    background-color: #44adef;
  }
  .subpage h2 {
    margin-bottom: 1.0rem;
    padding: 0 1.0rem;
    border-top: solid 3px #0063b5;
    line-height: 37px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #e5f3f9;
  }
  .subpage h3 {
    margin-bottom: 1.0rem;
    padding: 0 1.0rem;
    border-left: solid 3px #004e89;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .subpage h4 {
    margin-bottom: 1.0rem;
    padding: 0 1.0rem;
    line-height: 28px;
    border-bottom: solid 2px #0063b5;
    font-size: 1.5rem;
    color: #004e89;
    font-weight: bold;
  }
  .subpage .elm-main-image {
    margin-bottom: 10px;
  }
  .subpage .elm-main-image img {
    width: 100%;
  }
  .subpage .block-breadcrumb {
    display: none;
  }
  .subpage .layout-contents-wrapper .block-left-contents {
    margin: 0 12px 20px;
  }
  .subpage .layout-contents-wrapper .block-left-contents section {
    margin-bottom: 20px;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi h4 {
    margin: 0;
    padding: 0 0 0 1.7rem;
    line-height: 45px;
    font-size: 1.3rem;
    color: white;
    background-color: #0063b5;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi h4 a {
    color: white;
    text-decoration: none;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul {
    margin-bottom: 0;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li {
    margin-bottom: 1px;
    line-height: 45px;
    background-color: #f3f3f3;
    font-size: 1.3rem;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li a {
    display: block;
    margin-left: 1.7rem;
    text-decoration: none;
    color: black;
    position: relative;
    padding-left: 18px;
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-navi ul li a:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #003882;
    border-right: solid 2px #003882;
    width: 7.07214px;
    height: 7.07214px;
    left: 1px;
    top: 18.96393px;
    transform: rotate(45deg);
  }
  .subpage .layout-contents-wrapper .block-right-contents .module-side-bnr {
    display: none;
  }
  .subpage .layout-flex a.elm-link-button {
    background-color: white;
  }
  .subpage .layout-flex .elm-product-image {
    margin-top: -1rem;
    background-color: #e5f3f9;
  }
  .subpage .layout-flex .elm-product-image img {
    width: 100%;
    vertical-align: bottom;
  }
  .subpage .elm-notice {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
  }
  .subpage .module-table {
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #cecece;
  }
  .subpage .module-table th {
    white-space: nowrap;
    padding: 12px;
    vertical-align: top;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #e5f3f9;
    border: solid 1px #cecece;
  }
  .subpage .module-table td {
    padding: 12px;
    vertical-align: top;
    font-size: 1.3rem;
    border: solid 1px #cecece;
  }
  .subpage .module-table th.elm-hcenter, .subpage .module-table td.elm-hcenter {
    text-align: center;
  }
  .subpage .module-table th.elm-vcenter, .subpage .module-table td.elm-vcenter {
    vertical-align: middle;
  }
  .subpage .module-table .elm-bg-gray {
    background-color: #f3f3f3;
  }
  .subpage .module-table .elm-gb-white {
    background-color: white;
  }
  .subpage .module-table .elm-question {
    display: inline-block;
    margin-left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    font-size: 0.9em;
    color: white;
    background-color: #0063b5;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
  }
  .subpage .elm-sentence {
    margin-bottom: 1.0rem;
  }
  .subpage .elm-arrow-link {
    position: relative;
    padding-left: 14.4px;
  }
  .subpage .elm-arrow-link:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 2px #004e89;
    border-right: solid 2px #004e89;
    width: 5.65771px;
    height: 5.65771px;
    left: 1px;
    top: 5.17115px;
    transform: rotate(45deg);
  }
  .subpage .elm-left-arrow-link {
    position: relative;
    padding-left: 14.4px;
  }
  .subpage .elm-left-arrow-link:after {
    display: block;
    content: "";
    position: absolute;
    border-bottom: solid 2px #004e89;
    border-left: solid 2px #004e89;
    width: 5.65771px;
    height: 5.65771px;
    left: 1px;
    top: 5.17115px;
    transform: rotate(45deg);
  }
  .subpage .elm-pdf-icon {
    font-size: 1.6rem;
    display: inline-block;
  }
  .subpage .elm-pdf-icon:after {
    display: inline-block;
    margin: 0 0.3em;
    width: 1.0em;
    height: 1.0em;
    content: " ";
    background: transparent url(../images/common/ico-pdf.png) center center/contain no-repeat;
  }
  .subpage .elm-other-window-icon {
    display: inline-block;
  }
  .subpage .elm-other-window-icon:after {
    display: inline-block;
    margin: 0 0.3em;
    width: 1.0em;
    height: 1.0em;
    content: " ";
    background: transparent url(../images/common/ico-newwin.png) center center/contain no-repeat;
  }
  .subpage .elm-anchor-icon {
    display: inline-block;
  }
  .subpage .elm-anchor-icon:after {
    display: inline-block;
    margin: 0 0.5em;
    width: 0.6em;
    height: 0.6em;
    content: "";
    background: transparent url(../images/common/ico-anchor.png) center center/contain no-repeat;
  }
  .subpage .elm-gray-box {
    margin: 0 0 1.0rem;
    padding: 12px;
    background-color: #f3f3f3;
  }
  .subpage .elm-gray-border-box {
    margin: 0 0 1.0rem;
    padding: 12px;
    border: solid 1px #cecece;
  }
  .subpage .elm-blue-box {
    margin: 0 0 1.0rem;
    padding: 12px;
    background-color: #e5f3f9;
  }
  .subpage .module-faq-list {
    margin: 0 0 20px 0;
  }
  .subpage .module-faq-list dt {
    position: relative;
    padding: 15px 5.0rem;
    margin: 0 0 8px 0;
    background-color: #e5f3f9;
  }
  .subpage .module-faq-list dt:before {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0063b5;
    content: "Q.";
    font-family: Century Gothic, sans-serif;
  }
  .subpage .module-faq-list dt .elm-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    top: 10px;
    right: 10px;
    font-size: 4.0rem;
    cursor: pointer;
  }
  .subpage .module-faq-list dt .elm-toggle img {
    width: 100%;
  }
  .subpage .module-faq-list dd {
    display: none;
    position: relative;
    padding: 15px 5.0rem;
    margin: 0 0 30px;
  }
  .subpage .module-faq-list dd:before {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0063b5;
    content: "A.";
    font-family: Century Gothic, sans-serif;
  }

  .subpage .module-personaldata-list {
    margin: 0 0 30px 0;
    border-bottom: solid 2px #F3F3F3;
  }
  .subpage .module-personaldata-list dt {
    position: relative;
    padding: 15px 30px 15px 0;
    border-top: solid 2px #F3F3F3;
    font-weight: bold;
    cursor: pointer;
  }
  .subpage .module-personaldata-list dt .personaldata-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 2%;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url('../images/personaldata/ico-open.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .subpage .module-personaldata-list dt .personaldata-toggle.open {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform-origin: 60% 25%;
  }
  .subpage .module-personaldata-list dd {
    display: none;
    position: relative;
    padding: 15px 0;
    margin: 0 0 30px;
  }
  .subpage .module-personaldata-list dd strong{
    font-weight: bold;
  }
  .subpage .module-personaldata-list dd p,
  .subpage .module-personaldata-list dd ul {
    margin: 0 0 1.0em;
  }
  .subpage .module-personaldata-list dd p:last-child,
  .subpage .module-personaldata-list dd ul:last-child {
    margin: 0;
  }


  .subpage .block-inquiry {
    margin-bottom: 20px;
  }
  .subpage .block-inquiry h4 {
    margin: 0;
    padding: 12px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    background-color: #fee340;
    border: none;
  }
  .subpage .block-inquiry .elm-area {
    display: inline-block;
    margin: 5px 5px;
    font-weight: bold;
  }
  .subpage .block-inquiry .elm-freedial {
    padding: 10px;
    background-color: #fffbc7;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number {
    display: block;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 325px;
    line-height: 45px;
    font-size: 2.3rem;
    font-weight: bold;
    color: black;
    text-decoration: none;
    border: solid 2px #5aa944;
    background-color: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number a span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
  }
  .subpage .block-inquiry .elm-freedial .elm-phone-number a span:before {
    position: absolute;
    width: 38px;
    height: 22px;
    top: 12px;
    left: 0px;
    content: " ";
    background: transparent url(https://shell-lubes.co.jp/images/common/ico-freedial.png) center center/contain no-repeat;
  }
  .subpage .block-inquiry .elm-inquiry-info {
    padding: 10px;
    font-size: 1.4rem;
    background-color: #f2e8b1;
  }

  footer.layout-main-footer {
    background-color: #00468c;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li, footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li {
    border-bottom: solid 2px #2d628e;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a, footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a {
    display: block;
    padding: 0 0 0 18px;
    font-size: 1.4rem;
    line-height: 45px;
    color: white;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a span, footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  footer.layout-main-footer .block-main-footer ul.module-subnavi li a span:after, footer.layout-main-footer .block-main-footer ul.elm-subnavi02 li a span:after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7.07214px;
    height: 7.07214px;
    left: 1px;
    top: 18.96393px;
    transform: rotate(45deg);
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-logo-footer {
    padding: 15px 0 0;
    text-align: center;
  }
  footer.layout-main-footer .block-main-footer .module-subnavi02 .elm-copy {
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.1rem;
    color: #c1c1c1;
  }

  a#toPageTop {
    display: none !important;
  }

/*---------- 190117 add for product START ------------*/
.modal-overlay {
	z-index:2000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.50);
}

#frame-modal{
	position:fixed;
	display:none;
	z-index: 3000;
	width: 90%;
	height: 90%;
	max-width: 760px;
	max-height: 320px;
	margin:0;
	border:none;
	background:#fff;
	text-align: center;
}
		#frame-modal .body-modal{
			position:relative;
		}
		#frame-modal h3{
			background:#004e89;
			color: #FFFFFF;
			font-size: 2.0rem;
			font-weight: bold;
			padding: 5px 10px;
		}
		#frame-modal h4{
		    margin-bottom: 20px;
			padding: 0 0 5px 5px;
			font-size: 2.0rem;
			font-weight: bold;
			color: #004e89;
			border-bottom: solid 2px #0063b5;
			text-align: left;
		}
		#frame-modal .block-modal-content{
			margin: 10px;
			height: 200px;
			overflow: auto;
			position: relative;
		}
		#frame-modal .block-modal-content li{
			position: relative;
			padding-left: 7.0em;
			padding-top: 0;
			margin-bottom: 20px;
			text-align: left;
		}
		#frame-modal .block-modal-content li span{
			position: absolute;
			left: 0;
			top: 0;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			background:#CCCCCC;
			min-width: 8.0em;
			font-size: 1.2rem;
			text-align: center;
			padding: 4px 0;
			color: #000000;
		}
		#frame-modal .block-modal-content p{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			text-align: center;
			width: 64px;
		}
		#frame-modal p.modal-close-01{
			position: absolute;
			top: 0;
			right: 0;
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 40px;
		}
		#frame-modal p.modal-close-01 a{
			display: block;
			width: 40px;
			height: 40px;
			overflow: hidden;
			text-indent: 100%;
			white-space: nowrap;
			background-image: url("../images/product/img-btn-close.png");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
		}
 		#frame-modal p.modal-close-02 a{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			background-color: #999999;
			padding: 4px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			color: #FFFFFF;
			text-decoration: none
		}
 		#wrap-sds,#wrap-leaf{
			display: none;
		}
		 .fixed {
			position: fixed;
			width: 100%;
			height: 100%;
		}
		p.block-gray{
			background-color: #F1F1F1;
			padding: 10px;
		}



/*---------- 190117 add for product END ------------*/

}
@media screen and (min-width: 788px), print {
  .layout-main-bnr {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
  }
  .layout-main-bnr ul {
    min-width: 1100px;
  }
  .layout-main-bnr ul li.elm-main-bnr {
    margin: 0 auto;
    text-align: center;
    width: 1100px !important;
    line-height: 480px;
    color: white;
  }
  .layout-main-bnr ul li.elm-main-bnr p {
    display: inline-block;
    padding: 0 0 2.4rem;
    line-height: 6.6rem;
    font-size: 5.3rem;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: #004482 1px 1px 20px, #004482 -1px 1px 20px, #004482 1px -1px 20px, #004482 -1px -1px 20px;
  }
  .layout-main-bnr ul li.elm-main-bnr p .elm-main-small-text {
    font-size: 3.4rem;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide01 {
    background: transparent url(../images/index/bnr-main01.jpg) no-repeat center center/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide02 {
    background: transparent url(../images/index/bnr-main04.jpg) no-repeat center center/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide03 {
    background: transparent url(../images/index/bnr-main02.jpg) no-repeat center top/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide04 {
    background: transparent url(../images/index/bnr-main03.jpg) no-repeat center top/cover;
  }

  .toppage h2 {
    margin-bottom: 40px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #004889;
  }
  .toppage .block-item {
    width: 100%;
    min-width: 1100px;
    margin: 0 auto 50px;
    padding: 60px 0 50px;
    background: transparent url(../images/index/bg_top.png) no-repeat center center/cover;
  }
  .toppage .block-item .module-item {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .toppage .block-item .module-item .elm-item-list {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .toppage .block-item .module-item .elm-item-list a.elm-link-button {
    width: 200px;
  }
  .toppage .block-item .module-item .module-item-list {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .toppage .block-item .module-item .module-item-list li {
    width: 320px;
    height: 120px;
    margin-bottom: 20px;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toppage .block-item .module-item .module-item-list li:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-box-shadow: 2px 4px 20px 4px #bfe3ec;
    -webkit-box-shadow: 2px 4px 20px 4px #bfe3ec;
    box-shadow: 2px 4px 20px 4px #bfe3ec;
  }
  .toppage .block-item .module-item .module-item-list li.element-4col {
    width: 235px;
  }
  .toppage .block-item .module-item .module-item-list li a {
    display: block;
    height: 35px;
    padding-top: 85px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .toppage .block-item .module-item .module-item-list li a.diesel {
    background: transparent url(../images/index/ico-item-diesel.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.gas {
    background: transparent url(../images/index/ico-item-gas.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.gear {
    background: transparent url(../images/index/ico-item-gear.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.ship {
    background: transparent url(../images/index/ico-item-ship.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.indust {
    background: transparent url(../images/index/ico-item-indust.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.grease {
    background: transparent url(../images/index/ico-item-grease.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.plane {
    background: transparent url(../images/index/ico-item-plane.png) no-repeat center 20px;
  }
  .toppage .block-item .module-item .module-item-list li a.car {
    background: transparent url(../images/index/ico-item-car.png) no-repeat center 20px;
    padding-top: 70px;
  }
  .toppage .block-item .module-item .module-about-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .toppage .block-item .module-item .module-about-list li {
    width: 475px;
    background-color: white;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toppage .block-item .module-item .module-about-list li:hover {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -moz-box-shadow: 2px 4px 25px 4px #bfe3ec;
    -webkit-box-shadow: 2px 4px 25px 4px #bfe3ec;
    box-shadow: 2px 4px 25px 4px #bfe3ec;
  }
  .toppage .block-item .module-item .module-about-list li a {
    text-decoration: none;
    color: black;
  }
  .toppage .block-item .module-item .module-about-list li a h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    color: #004889;
  }
  .toppage .block-item .module-item .module-about-list li a p.elm-image {
    margin-bottom: 25px;
  }
  .toppage .block-item .module-item .module-about-list li a p.elm-sentence {
    margin-bottom: 35px;
    padding: 0 20px;
  }
  .toppage .block-notice {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    background-color: white;
  }
  .toppage .block-notice .module-notice {
    position: relative;
    margin: 0 auto;
    width: 1000px;
  }
  .toppage .block-notice .module-notice .elm-notice-list {
    position: absolute;
    top: 0;
    right: 0;
  }
  .toppage .block-notice .module-notice .elm-notice-list a.elm-link-button {
    width: 200px;
  }
  .toppage .block-notice .module-notice .module-notice-list {
    overflow: hidden;
    margin-bottom: 50px;
    border-top: solid 1px #a7a9ac;
  }
  .toppage .block-notice .module-notice .module-notice-list dt {
    float: left;
    padding: 20px 0 0 20px;
    font-size: 1.8rem;
  }
  .toppage .block-notice .module-notice .module-notice-list dd {
    padding: 20px 0 20px 200px;
    font-size: 1.8rem;
    border-bottom: solid 1px #a7a9ac;
  }
  .toppage .block-notice .module-notice .module-notice-list dd a {
    color: black;
  }
}

/* --------------------------------------- */
.layout-sub-bnr {
  background-color: #004889;
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  padding: 50px 0;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr {
    min-width: 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }
}
.layout-sub-bnr ul {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr ul {
    width: auto;
    display: block;
  }
}
.layout-sub-bnr ul li.elm-sub-bnr {
  text-align: left;
  width: 350px;
  background-color: #FFFFFF;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr ul li.elm-sub-bnr {
    text-align: center;
    width: auto;
    margin-bottom: 12px;
  }
  .layout-sub-bnr ul li.elm-sub-bnr:last-child {
    margin-bottom: 0;
  }
  .layout-sub-bnr ul li.elm-sub-bnr a {
    text-decoration: none;
  }
  .layout-sub-bnr ul li.elm-sub-bnr a img {
    width: 100%;
    height: auto;
  }
}
.layout-sub-bnr ul li.elm-sub-bnr:hover {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-box-shadow: 2px 2px 10px 2px #0A2D4D;
  -webkit-box-shadow: 2px 2px 10px 2px #0A2D4D;
  box-shadow: 2px 2px 10px 2px #0A2D4D;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr ul li.elm-sub-bnr:hover {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-box-shadow: 0 0 0 0 #0A2D4D;
    -webkit-box-shadow: 0 0 0 0 #0A2D4D;
    box-shadow: 0 0 0 0 #0A2D4D;
  }
}

.layout-sub-bnr a.elm-link-button {
  display: block;
  padding: 0;
  box-sizing: border-box;
  width: 350px;
  height: 150px;
  text-decoration: none;
  text-align: left;
  font-size: 1.6rem;
  color: #000000;
  background-color: #FFFFFF;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr a.elm-link-button {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: left;
    font-size: 1.6rem;
    color: #000000;
    background-color: #FFFFFF;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
.layout-sub-bnr a.elm-link-button span.txt {
  display: block;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  padding-right: 21.6px;
}
@media only screen and (max-width: 787px) {
  .layout-sub-bnr a.elm-link-button span.txt {
    display: block;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    padding-right: 21.6px;
    text-align: center;
  }
}
.layout-sub-bnr a.elm-link-button span.txt:after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 2px #004889;
  border-right: solid 2px #004889;
  width: 8.48656px;
  height: 8.48656px;
  right: 21px;
  top: 14.25672px;
  transform: rotate(45deg);
}
.layout-sub-bnr a.elm-link-button:hover {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.layout-sub-bnr a.elm-link-button:hover span.txt {
  position: relative;
  padding-right: 21.6px;
}
.layout-sub-bnr a.elm-link-button:hover span.txt:after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 2px #004889;
  border-right: solid 2px #004889;
  width: 8.48656px;
  height: 8.48656px;
  right: 21px;
  top: 14.25672px;
  transform: rotate(45deg);
}

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


@media only screen and (max-width: 787px) {
  .layout-main-bnr {
    width: 100%;
  }
  .layout-main-bnr ul li.elm-main-bnr {
    text-align: center;
    width: 100%;
    line-height: 270px;
    color: white;
  }
  .layout-main-bnr ul li.elm-main-bnr p {
    display: inline-block;
    line-height: 2.5rem;
    font-size: 2.3rem;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: #004482 1px 1px 20px, #004482 -1px 1px 20px, #004482 1px -1px 20px, #004482 -1px -1px 20px;
  }
  .layout-main-bnr ul li.elm-main-bnr p .elm-main-small-text {
    font-size: 1.5rem;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide01 {
    background: transparent url(../images/index/bnr-main01.jpg) no-repeat center center/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide02 {
    background: transparent url(../images/index/bnr-main04.jpg) no-repeat center center/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide03 {
    background: transparent url(../images/index/bnr-main02.jpg) no-repeat center top/cover;
  }
  .layout-main-bnr ul li.elm-main-bnr .slide04 {
    background: transparent url(../images/index/bnr-main03.jpg) no-repeat center top/cover;
  }

  .toppage h2 {
    margin-bottom: 18px;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004889;
  }
  .toppage .block-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 12px 1px;
    background-color: #d5ebf7;
  }
  .toppage .block-item .module-item {
    position: relative;
  }
  .toppage .block-item .module-item .elm-item-list {
    position: absolute;
    top: 0;
    right: 0;
  }
  .toppage .block-item .module-item .elm-item-list a.elm-link-button {
    width: 100px;
  }
  .toppage .block-item .module-item .module-item-list {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .toppage .block-item .module-item .module-item-list li {
    width: 48%;
    height: 150px;
    height: 20.0vw;
    margin-bottom: 15px;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toppage .block-item .module-item .module-item-list li a {
    display: block;
    height: 20px;
    padding-top: 110px;
    padding-top: 14.0vw;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    color: #0063b5;
  }
  .toppage .block-item .module-item .module-item-list li a.diesel {
    background: transparent url(../images/index/ico-item-diesel.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.gas {
    background: transparent url(../images/index/ico-item-gas.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.gear {
    background: transparent url(../images/index/ico-item-gear.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.ship {
    background: transparent url(../images/index/ico-item-ship.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.indust {
    background: transparent url(../images/index/ico-item-indust.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.grease {
    background: transparent url(../images/index/ico-item-grease.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.plane {
    background: transparent url(../images/index/ico-item-plane.png) no-repeat center 10px/40%;
  }
  .toppage .block-item .module-item .module-item-list li a.car {
    background: transparent url(../images/index/ico-item-car.png) no-repeat center 10px/40%;
    padding-top: 11.0vw;
  }
  .toppage .block-item .module-item .module-about-list li {
    width: 100%;
    background-color: white;
    margin-bottom: 25px;
  }
  .toppage .block-item .module-item .module-about-list li a {
    text-decoration: none;
    color: black;
  }
  .toppage .block-item .module-item .module-about-list li a h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004889;
  }
  .toppage .block-item .module-item .module-about-list li a p.elm-image {
    margin-bottom: 15px;
  }
  .toppage .block-item .module-item .module-about-list li a p.elm-image img {
    width: 100%;
  }
  .toppage .block-item .module-item .module-about-list li a p.elm-sentence {
    font-size: 1.4rem;
    padding: 0 20px 15px;
  }
  .toppage .block-notice {
    padding: 20px 10px 0 10px;
  }
  .toppage .block-notice .module-notice {
    position: relative;
  }
  .toppage .block-notice .module-notice h2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .toppage .block-notice .module-notice .elm-notice-list {
    position: absolute;
    top: 0;
    right: 12px;
  }
  .toppage .block-notice .module-notice .elm-notice-list a.elm-link-button {
    width: 100px;
  }
  .toppage .block-notice section.elm-mb-40 p {
    text-align: center;
  }
  .toppage .block-notice section.elm-mb-40 p a.elm-link-button {
    width: 200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .toppage .block-notice .module-notice .module-notice-list dt {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.4rem;
    font-weight: bold;
    border-top: solid 2px #e0e0e0;
  }
  .toppage .block-notice .module-notice .module-notice-list dd {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 499px) {
  .layout-main-bnr ul li.elm-main-bnr {
    line-height: 135px;
  }

  .toppage .block-item .module-item .module-item-list li {
    height: 75px;
  }
  .toppage .block-item .module-item .module-item-list li a {
    padding-top: 55px;
    font-size: 1.2rem;
  }
}
.tab_area {
  overflow: hidden;
  display: table;
  margin: 0;
  width: 100%;
}

.tab_area li {
  /*Tabの装飾*/
  width: calc(100% / 3);
  height: 60px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  color: #0063b5;
  background-color: #f3f3f3;
  font-size: 1.8rem;
  font-weight: bold;
}

.all_area {
  overflow: hidden;
}

.all_area div.content_area {
  /*Tabの内容を表示するエリアの装飾*/
  background: #ffffff;
  padding: 30px 10px 10px 2px;
  border-top: 4px solid #0063b5;
}

.tab_area li.select {
  /*アクティブタブの装飾*/
  background-color: #0063b5;
  background-image: none;
  color: #fff;
}

.hide {
  display: none;
}

@media screen and (min-width: 788px), print {
  #mainSlide .slick-list {
    padding: 0 calc((100% - 1100px) / 2) !important;
  }
  #mainSlide .slick-prev {
    width: calc((100% - 1100px)/ 2);
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    left: 0;
    z-index: 500;
  }
  #mainSlide .slick-prev:before {
    display: none;
  }
  #mainSlide .slick-next {
    width: calc((100% - 1100px)/ 2);
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    right: 0;
    z-index: 500;
  }
  #mainSlide .slick-next:before {
    display: none;
  }
}
@media only screen and (max-width: 787px) {
  #mainSlide .slick-prev {
    display: none !important;
  }
  #mainSlide .slick-next {
    display: none !important;
  }
}
#whatsNew {
  border-bottom: solid 1px #A7A9AC;
}
#whatsNew dl {
  border-top: solid 1px #A7A9AC;
}
#whatsNew dl dt {
  padding-top: 10px;
  color: #666;
}
#whatsNew dl dd {
  padding-bottom: 10px;
}

.layout_pad_l_20 {
  padding-left: 20px;
}

.layout_mag_t_10 {
  margin-top: 10px;
}

.layout_mag_t_20 {
  margin-top: 20px !important;
}

.layout_mag_t_30 {
  margin-top: 30px;
}

.layout_mag_t_40 {
  margin-top: 40px;
}

.subpage h5 {
  margin-bottom: 20px;
  padding: 0 0 5px 0px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #0063b5;
}

h2.h2_style02 {
  background: #e5f3f9;
  border: none;
  font-size: 1.8rem;
  padding-left: 20px;
  margin-bottom: 10px;
}

ul.list_style02 {
  margin-bottom: 20px;
}

ul.list_style02 li {
  margin-left: 30px;
  list-style-type: none;
  padding-bottom: 0.5rem;
}

ul.list_style02 li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #2d628e;
  position: relative;
  left: -15px;
  top: -3px;
}

ul.list_style03 {
  margin: 10px 0 0px 10px;
}

ul.list_style03 li {
  list-style-type: none;
  padding-bottom: 0.5rem;
  font-size: 95%;
}

ul.list_style04 {
}
ul.list_style04 li {
  position: relative;
  padding-left: 1.5em;
}
ul.list_style04 li span {
  position: absolute;
  left: 0;
  top: 0;
}

ul.list_style05 {
}
ul.list_style05 li {
  position: relative;
  padding-left: 1.0em;
}
ul.list_style05 li span {
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------------------------------------
add
---------------------------------------------- */
ul.list_image_col2{
  letter-spacing: -0.4em;
}
    ul.list_image_col2 li{
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      margin-right: 30px;
      margin-bottom: 64px;
      vertical-align: top;
      width: 330px;
    }
    ul.list_image_col2 li img{
      width: 100%;
      height: auto;
    }
    ul.list_image_col2 li:nth-child(even){
      margin-right: 0;
    }
    ul.list_image_col2 li p{
      position: relative;
    }
    ul.list_image_col2 li p.element-image{
      line-height: 0;
      vertical-align: bottom;
      margin-bottom: 14px;
    }
    ul.list_image_col2 li p.element-image span{
      position: absolute;
      left: 0;
      bottom: 0;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding: 12px 27px;
      color: #FFFFFF;
      background-color: #333333;
    }
    ul.list_image_col2 li p.element-title{
      font-size: 24px;
      font-weight: bold;
    }
    ul.list_image_col2 li p.element-title span{
      display: block;
      font-size: 16px;
      font-weight: normal;
    }
    ul.list_image_col2 li p.element-title span.limited{
      display: inline;
      color:#E60000;
    }
    ul.list_image_col2 li a{
      -webkit-transition: 0.3s ease-in-out !important;
       -moz-transition: 0.3s ease-in-out !important;
         -o-transition: 0.3s ease-in-out !important;
            transition: 0.3s ease-in-out !important;
            text-decoration: none;
            color: #333333;
    }
    ul.list_image_col2 li a:hover p.element-image span{
      background-color: #47B1F1;
    }
    ul.list_image_col2 li a:hover p.element-image img{
      opacity:0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha( opacity=60 )";
  	}
.list_pagenation{
  letter-spacing: -0.4em;
  text-align: center;
}
    .list_pagenation li{
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      box-sizing: border-box;
      position: relative;
      margin: 0 1px;
    }
    .list_pagenation li a{
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      text-decoration: none;
      color: #333333;
      background-color: #EEEEEE;
    }
    .list_pagenation li.navi a{
      display: block;
      width: 60px;
      height: 40px;
      position: relative;
      text-decoration: none;
      color: #333333;
      background-color: transparent;
    }
    .list_pagenation li.current a{
      color: #FFFFFF;
      background-color: #333333;
    }
    .list_pagenation li a:hover{
      color: #FFFFFF;
      background-color: #333333;
    }
    .list_pagenation li a span{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
    }

.pagination{
  letter-spacing: -0.4em;
  text-align: center;
}
    .pagination span,
    .pagination a{
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: normal;
      width: 40px;
      height: 40px;
      text-decoration: none;
      color: #333333;
      background-color: #EEEEEE;
      box-sizing: border-box;
      position: relative;
      margin: 0 1px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      vertical-align: middle;
      line-height: 1.0;
      padding: 0.5em 0;
    }
    .pagination a span{
      display: inline;
      width: auto;
      height: auto;
      color: auto;
      background-color: transparent;
      margin: 0;
    }
    /*.pagination li.current a{
      color: #FFFFFF;
      background-color: #333333;
    }*/
    .pagination a:hover{
      color: #FFFFFF;
      background-color: #333333;
    }
    /*.pagination li a span{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
    }*/

    /************************
    / ページネーション cocoon style 変更
    /************************/
    /*次のページ　ボタン*/
    .pagination-next-link {
    background: #233B6C;
    color:#fff;
    font-weight: bold;
    border-radius: 8px;
    }
    .pagination-next-link a:hover{
    background: #506185;
    color:#ccc;
    }
    /*ページナンバーリンク*/
    .page-numbers{
        border-radius: 0;
        color:#333333;
        font-weight: bold;
    }
    .pagination a:hover {
        background: #333333;
        color:#FFFFFF;
    }
    .pagination .current{
        color: #ffffff;
        background-color: #333333;
        border: none;
        border-radius: 0;
    }
    .pagination-next{
        display: none;
    }



.block_lubricants p{
  margin-bottom: 3.5em;
}
    .block_lubricants._contents-news p{/*for news*/
      margin-bottom: 1.5em !important;
    }
    .block_lubricants._contents-news table > tbody > tr > td > p:last-child{/*for news*/
      margin-bottom: 0 !important;
    }
    .block_lubricants._contents-news ul{/*for news*/
      margin-bottom: 1.5em !important;
    }
    .block_lubricants._contents-news table{/*for news*/
      border-collapse: collapse !important;
      margin-bottom: 1.5em !important;
    }
    .block_lubricants._contents-news table > tbody > tr > td{/*for news*/
      border: solid 1px #cecece !important;
    }

.block_lubricants h2{
  border: solid 1px #0063B5;/* 内側の線になる一本線の枠線をひく*/
  outline: solid 2px #0063B5;/* 外側の線になる5pxの一本線の枠線をひく*/
  outline-offset: 3px;/* 内側の線になる一本線の枠線をひく*/
  margin: 5px;/* outlineの値＋outline-offsetの値*/
  color: #00428E;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 10px 19px;
}
    .block_lubricants h2.element_for_h1{
      display: block;
      width: auto;
      border: none;
      outline: none;
      outline-offset: 0;
      margin: 0;
      font-size: 32px;
      margin-bottom: 0;
      line-height: 1.3;
      padding: 0 0 15px;
      color: #333333;
      box-sizing: border-box;
      position: relative;
      border-bottom: solid 4px #E2F1FD;
      margin-bottom: 40px;
    }
    .block_lubricants h2.element_for_h1 span{
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 160px;
      height: 4px;
      background-color: #0063B5;
    }
    .block_lubricants h2.element_for_h1 span.limited{
      display: inline;
      color:#E60000;
      position: static;
      width: auto;
      height: auto;
      background-color: transparent;
      font-size: 16px;
    }
.element_date_catogory {
  margin-bottom: 32px;
  color: #333333;
}
    .element_date_catogory span{
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      margin-left: 24px;
      color: #FFFFFF;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-color: #47B1F1;
      padding: 0 14px;
    }
.block_lubricants h3{
  background-color: #0063B5;
  padding: 2px 25px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 22px;
  border: none;
  line-height: 1.45;
  font-size: 20px;
}
.block_lubricants h4{
  background-color: #FFE340;
  padding: 2px 25px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
  border: solid 1px #0063B5;
  line-height: 1.45;
  font-size: 20px;
}
.block_lubricants h5{
  background-color: #FFFFFF;
  padding: 2px 25px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
  border-bottom: solid 1px #0063B5;
  border-left: solid 8px #0063B5;
  line-height: 1.45;
  font-size: 20px;
}
.block_lubricants h6{
  background-color: #FFFFFF;
  padding: 2px 15px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 22px;
  border-bottom: solid 2px #DCDDDD;
  border-left: solid 2px #DCDDDD;
  line-height: 1.45;
  font-size: 16px;
}
.block_lubricants table{
  border-collapse: separate;
  border-spacing: 0 4px;
  width: 100%;
  font-size: 16px;
}
.block_lubricants table tbody tr th{
  width: 30%;
  padding: 20px 26px;
  text-align: left;
  vertical-align: middle;
  background-color: #F3F3F3;
  border-bottom: solid 2px #F3F3F3;
}
.block_lubricants table tbody tr td{
  width: 70%;
  padding: 20px 26px;
  vertical-align: middle;
  text-align: left;
  background-color: #FFFFFF;
  border-bottom: solid 2px #F3F3F3;
}
.block_lubricants .element_contact_yellow{
  margin-bottom: 20px;
  text-align: center;
}
    .block_lubricants .element_contact_yellow dt{
      background-color: #FFE340;
      font-weight: bold;
      font-size: 24px;
    }
    .block_lubricants .element_contact_yellow dd{
      background-color: #FEFBC6;
      font-weight: bold;
      font-size: 28px;
      padding: 18px 10px;
    }
    .block_lubricants .element_contact_yellow dd a{
      color: #00428E;
    }
.block_lubricants .element_contact_blue{
  margin-bottom: 20px;
  text-align: center;
  border: solid 1px #DCDDDD;
}
    .block_lubricants .element_contact_blue dt{
      background-color: #0063B5;
      font-weight: bold;
      font-size: 24px;
      color: #FFFFFF;
    }
    .block_lubricants .element_contact_blue dd{
      background-color: #FFFFFF;
      font-weight: bold;
      font-size: 28px;
      padding: 18px 10px;
    }
    .block_lubricants .element_contact_blue dd a{
      color: #00428E;
    }
.block_lubricants .element_link{
  border: solid 1px #004889;
  padding: 24px 21px;
}
    .block_lubricants .element_link a{
      color: #00428E;
      font-weight: bold;
      position: relative;
      padding-left: 1.0em;
    }
    .block_lubricants .element_link a:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #004889;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -6px;
    }
    a.link_pdf{
      padding-right: 20px;
/*      background-image: url(../images/common/ico-pdf.png);*/
      background-image: url(../images/wp/ico_pdf.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 14px auto;
    }
    a.link_xls{
      padding-right: 20px;
      background-image: url(../images/wp/ico_xls.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 14px auto;
    }
    a.link_doc{
      padding-right: 20px;
      background-image: url(../images/wp/ico_doc.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 14px auto;
  }
    a.link_zip{
      padding-right: 20px;
      background-image: url(../images/wp/ico_zip.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 14px auto;
  }
    a.link_blank{
      padding-right: 20px;
      background-image: url(../images/common/ico-newwin.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 14px auto;
  }
  .wp-block-embed-youtube .wp-block-embed__wrapper {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      margin-top: 30px;
  }
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
  }

  /*
  .wp-block-image img{
    width: 100%;
    height: auto;
  }
  */

  .module-news-list{
  }
  .module-news-list li{
    border-top: solid 1px #DCDDDD;
    padding: 40px 0;
    font-size: 18px;
  }
  .module-news-list li:last-child{
    border-bottom: solid 1px #DCDDDD;
  }
  .module-news-list li span{
    display: block;
    margin-bottom: 1.0em;
  }
@media only screen and (max-width: 787px) {
  .module-news-list{
  }
  .module-news-list li{
    padding: 15px 0;
    font-size: 14px;
  }
}

.subpage a:link {
  color: #004e89;
}

.txt_page h3, .txt_page h4, .txt_page h5 {
  margin-top: 30px;
}

.txt_page small {
  font-size: 90%;
}

.txt_page ul.list_style01 {
  margin-bottom: 20px;
}

.txt_page ul.list_style01 li {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 10px;
}

.font_size_small {
  font-size: 90%;
}

table.module-table-small tr td {
  font-size: 1.2rem !important;
  padding: 5px !important;
}

table.module-table-small {
  margin-bottom: 5px !important;
}

table.module-table-small tr th {
  text-align: center;
  font-size: 1.4rem !important;
}

/* add 190117 */
table.module-table-small tr th.th-small {
  font-size: 1.0rem !important;
}

table.module-table-small tr td:nth-child(1), table.module-table-small tr td:nth-child(2) {
  background-color: #f3f3f3;
  /*width: 100px;*//* add 190117 */
}

table.module-table-small tr th:nth-child(3) {
  /*width: 50%;*//* add 190117 */
}

table.module-table-aviation tr th:nth-child(3) {
  width: 30%;
}

.module-faq-list a[target=_blank]:after {
  display: inline-block;
  margin: 0 0.3em;
  width: 1.0em;
  height: 1.0em;
  content: " ";
  background: transparent url(../images/common/ico-newwin.png) center center/contain no-repeat;
}

.font-color-red {
  color: #DE0003;
}

/* アクセス */
.access_iframe {
  width: 100%;
  height: 400px;
}

/* 社長挨拶 */
.president_tit {
  background: url(../images/profile/president_bg_03.jpg) no-repeat top left;
  background-size: auto;
  padding: 60px 20px 0px 300px;
  min-height: 200px;
}

.president_tit h2 {
  border: none;
  font-size: 230%;
  color: #004e89;
  background: none !important;
}

/* 経営理念 */
.vision_area1 {
  border: 1px solid #D9D9D9;
  padding: 20px 40px 30px;
  margin: 32px 0;
}

.vision_area1 p {
  text-align: center;
}

.vision_area1 .txt1 {
  font-weight: bold;
  font-size: 180%;
  line-height: 1.3;
}

.vision_area1 .txt1 span {
  font-size: 2rem;
}

.vision_area1 .txt2 {
  font-size: 2rem;
  margin: 30px 0 10px;
}

.vision_area1 dl {
  display: table-row;
  background-color: #fffbc7;
}

.vision_area1 dt {
  font-size: 2rem;
  width: 120px;
  color: #e24500;
  padding: 20px 10px;
  margin: 0 0 10px;
  display: table-cell;
  border-bottom: 10px solid #fff;
  font-weight: bold;
}

.vision_area1 dd {
  font-size: 1.6rem;
  padding: 0 10px;
  width: 530px;
  display: table-cell;
  border-bottom: 10px solid #fff;
  vertical-align: middle;
}

.locations_page table tr td:nth-child(1) {
  width: 35%;
}

.locations_page table tr td:nth-child(3) {
  width: 23%;
}

@media only screen and (max-width: 787px) {
  .vision_main {
    margin: 0 6px;
  }

  .vision_area1 {
    padding: 10px 20px;
  }

  .vision_area1 .txt1 {
    font-size: 150%;
  }

  .vision_area1 .txt1 span {
    font-size: 1.6rem;
  }

  .vision_area1 dl,
  .vision_area1 dt,
  .vision_area1 dd {
    display: block;
  }

  .vision_area1 dt {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 10px 5px 10px;
    border: none;
  }

  .vision_area1 dd {
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
  }

  .president_tit {
    background-size: cover;
    height: 200px;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0;
  }

  .president_tit h2 {
    font-size: 1.8rem;
    padding-top: 210px;
    padding-left: 0;
  }

  .president_tit p {
    display: none;
  }

  .table-wrap {
    width: 100%;
    overflow: auto;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-right: 1px solid #ccc;
  }

  .table-wrap table {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 15px) right/50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    border-collapse: collapse;
    min-width: 600px;
    margin-bottom: 10px;
  }

  .subpage .table-wrap table.module-table th {
    background-color: rgba(0, 155, 216, 0.2);
    white-space: normal;
  }

  table.module-table-small tr td:nth-child(1), table.module-table-small tr td:nth-child(2) {
    background-color: rgba(100, 100, 100, 0.2);
    /*width: 80px;*/
  }

  .table-wrap .module-table tr th:last-child, .table-wrap .module-table tr td:last-child, .table-wrap .module-table {
    border-right: none !important;
  }

  table.module-table-small tr th:nth-child(3) {
    /*width: 280px;*/
  }

  .locations_page table tr td {
    padding: 10px 5px !important;
  }

  .locations_page table tr td:nth-child(1) {
    width: 25%;
  }

  	.elm-copy{
		margin-top: 10px;
	}

/*---------- 200804 add for product START ------------*/
.product-table.module-table-small{
}
		.product-table.module-table-small tbody{
			max-height: 300px;
		}
		.table-wrap table.product-table.module-table-small thead {
			background-color: #e5f3f9 !important;
			border: solid 1px #cecece !important;
		}
		.table-wrap table.product-table.module-table-small tbody tr td {
			border: solid 1px #cecece !important;
		}
/*---------- 200804 add for product END ------------*/


}

.box_redline{
  border: solid 1px #F00000 !important;
  padding: 12px !important;
}
.box_redline .font_color_red{
  color: #F00000 !important;
}
.area_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.area_youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* WP Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

.layout-index-banner{
  width: 1100px;
  margin: 40px auto;
  text-align: center;
}
.layout-index-banner img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 787px) {
  .layout-index-banner{
    width: auto;
    margin: 20px auto;
    padding-top: 20px;
  }

  .product-table.module-table-small caption {
    padding-left: 1.5em;
	}
  .product-table.module-table-small caption ul li{
    padding-left: 1.5em;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
	}
  .product-table.module-table-small caption ul li span{
    position: absolute;
    left: 0;
    top: 0;
		display: inline;
		width: auto;
		height: auto;
		background-color: transparent;
		margin-right: 0;
	}
  ul.list-under-img-center{
    display: inline-block;
    text-align: left;
    margin-right: 0;
    margin: 0 auto 30px;
    font-size: 10px;
  }


}