p .article-text-link {
  color: #2a138d;
  border-bottom: solid 1px;
}

#goPageTopBtn a {
   /* display: none; */
}

div:after,
dl:after,
ul:after {
  content: none;
  visibility: visible;
}

a:hover {
  text-decoration: none;
}

.text a:visited,
a:hover {
  color: inherit;
}

#newSitelogo div img.imgLogo,
div .image img,
span img div,
.share img,
div .publish-at img,
img.article-image {
  opacity: 1 !important;
}

.section .h3-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 767px) {
 .section .h3-title.-mgTop {
   margin-top: 3rem;
  }
  .section .h3-title.-mgBottom {
    margin-bottom: 3rem;
  }
}

.section .comment .text {
  margin: 0 0 2rem;
}

.section .comment .h3-text:nth-child(n + 2) {
  margin-top: 0.3rem;
}

.section .comment {
  margin-top: 1.5rem;
}

.section .comment .h3-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: left;
  color: #404040;
  margin: 0 0 2rem;
}

.section .h4-text {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

#content-index {
  margin-top: 0;
  background: #f7f7f7;
  text-align: left;
}

/*
.linkbox a {
  border: 1px solid #000;
  padding: 8px;
  color: #ccc;
  background: #000;
  transition: all .3s ease-out;
  line-height: 4rem;
  margin: 0 1rem 0 0;
}

.linkbox a:hover {
  color: #ccc;
  background: 000;
  text-decoration: none;
}
*/

.linkbox a {
  color: #2a138d;
  font-weight: bold;
}

.linkbox .pitLink {
  color: #2a138d !important;
  font-weight: bold;
}

.linkbox.-fontLeft a {
  display: block;
  text-align: left;
  width: fit-content;
}

.note {
  font-size: 1rem;
}

.tel {
  font-size: 3rem;
  font-weight: bold;
}

#sub-header .sub-header1 {
  position: relative;
}

#sub-header .sub-header1 .title {
  padding: 2rem 0;
  font-weight: 700;
  font-style: italic;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}

#sub-header .sub-header1 .title span {
  font-weight: 700;
}

#sub-header .sub-header1 .title a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sub-header .sub-header1 .title a,
#sub-header .sub-header1 .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sub-header .sub-header1 .title span {
  position: relative;
  font-style: normal;
  font-size: 1.2rem;
}

#sub-header .sub-header1 .title span:before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 0;
  margin: 0 1rem;
  border-top: 1px solid #707070;
}

#sub-header .sub-header1 .open-menu {
  position: absolute;
  width: 3rem;
  top: 1.5rem;
  right: 2rem;
}

#sub-header .sub-header2 {
  display: none;
  padding: 1.3rem 3rem;
  border-top: 1px solid #ccc;
}

#sub-header .sub-header2 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sub-header .sub-header2 .link:nth-child(n + 2) {
  margin-left: 2rem;
}

#sub-header .sub-header2 .link:nth-child(n + 2) a {
  font-weight: 400;
}

#sub-header .sub-header2 .link .image {
  display: inline-block;
  width: 0.4rem;
  margin-right: 0.3rem;
}

#sub-header .sub-header2 .link a {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 2.36364;
  text-align: left;
  color: #000;
}

.footer-links {
  margin-top: 10rem;
  padding: 0 3rem 10rem;
}

.top-links {
  margin-top: 5rem;
  padding: 0 3rem 5rem;
}

.footer-links .links,
.top-links .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-links .links-images,
.top-links .links-images {
  height: 50px;
}

.footer-links .link,
.top-links .link {
  position: relative;
  width: 46.89266%;
  background: #000;
  border-radius: 0.5rem;
}

.footer-links .links .link-image,
.top-links .links .link-image {
  width: auto;
  background: none;
}

.footer-links .links .link-image a,
.top-links .links .link-image a{
  height: 100%;
}

/** ownd button 共通 **/
.top-links .links .link-image .article-image,
.footer-links .links .link-image .article-image {
  background-size: contain !important;
  background-position: center !important;
}

/** ownd button image web **/
.footer-links .links .link-image .web-1,
.top-links .links .link-image .web-1 {
  background: url("/static_html/srv/assets/images/button/web_1.svg") no-repeat;
}

.footer-links .links .link-image .web-1:hover,
.top-links .links .link-image .web-1:hover {
  background: url("/static_html/srv/assets/images/button/web_1@.svg") no-repeat;
}

.footer-links .links .link-image .web-2,
.top-links .links .link-image .web-2 {
  background: url("/static_html/srv/assets/images/button/web_2.svg") no-repeat;
}

.footer-links .links .link-image .web-2:hover,
.top-links .links .link-image .web-2:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .web-3,
.top-links .links .link-image .web-3 {
  background: url("/static_html/srv/assets/images/button/web_3.svg") no-repeat;
}

.footer-links .links .link-image .web-3:hover,
.top-links .links .link-image .web-3:hover {
  opacity: 0.5 ;
}


/***** ownd button image engineoil *****/
.footer-links .links .link-image .oil-1,
.top-links .links .link-image .oil-1 {
  background: url("/static_html/srv/assets/images/button/oil/oil_1.svg") no-repeat;
}

.footer-links .links .link-image .oil-1:hover,
.top-links .links .link-image .oil-1:hover {
  background: url("/static_html/srv/assets/images/button/oil/oil_1@.svg") no-repeat;
}

.footer-links .links .link-image .oil-2,
.top-links .links .link-image .oil-2 {
  background: url("/static_html/srv/assets/images/button/oil/oil_2.svg") no-repeat;
}

.footer-links .links .link-image .oil-2:hover,
.top-links .links .link-image .oil-2:hover {
  background: url("/static_html/srv/assets/images/button/oil/oil_2@.svg") no-repeat;
}

.footer-links .links .link-image .oil-3,
.top-links .links .link-image .oil-3 {
  background: url("/static_html/srv/assets/images/button/oil/oil_3.svg") no-repeat;
}

.footer-links .links .link-image .oil-3:hover,
.top-links .links .link-image .oil-3:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .oil-4,
.top-links .links .link-image .oil-4 {
  background: url("/static_html/srv/assets/images/button/oil/oil_4.svg") no-repeat;
}

.footer-links .links .link-image .oil-4:hover,
.top-links .links .link-image .oil-4:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .oil-5,
.top-links .links .link-image .oil-5 {
  background: url("/static_html/srv/assets/images/button/oil/oil_5.svg") no-repeat;
}

.footer-links .links .link-image .oil-5:hover,
.top-links .links .link-image .oil-5:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .oil-6,
.top-links .links .link-image .oil-6 {
  background: url("/static_html/srv/assets/images/button/oil/oil_6.svg") no-repeat;
}

.footer-links .links .link-image .oil-6:hover,
.top-links .links .link-image .oil-6:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .oil-7,
.top-links .links .link-image .oil-7 {
  background: url("/static_html/srv/assets/images/button/oil/oil_7.svg") no-repeat;
}

.footer-links .links .link-image .oil-7:hover,
.top-links .links .link-image .oil-7:hover {
  opacity: 0.5;
}


/***** ownd button image tire *****/
.footer-links .links .link-image .tire-1,
.top-links .links .link-image .tire-1 {
  background: url("/static_html/srv/assets/images/button/tire/tire_1.svg") no-repeat;
}

.footer-links .links .link-image .tire-1:hover,
.top-links .links .link-image .tire-1:hover {
  background: url("/static_html/srv/assets/images/button/tire/tire_1@.svg") no-repeat;
}

.footer-links .links .link-image .tire-2,
.top-links .links .link-image .tire-2 {
  background: url("/static_html/srv/assets/images/button/tire/tire_2.svg") no-repeat;
}

.footer-links .links .link-image .tire-2:hover,
.top-links .links .link-image .tire-2:hover {
  background: url("/static_html/srv/assets/images/button/tire/tire_2@.svg") no-repeat;
}

.footer-links .links .link-image .tire-3,
.top-links .links .link-image .tire-3 {
  background: url("/static_html/srv/assets/images/button/tire/tire_3.svg") no-repeat;
}

.footer-links .links .link-image .tire-3:hover,
.top-links .links .link-image .tire-3:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .tire-4,
.top-links .links .link-image .tire-4 {
  background: url("/static_html/srv/assets/images/button/tire/tire_4.svg") no-repeat;
}

.footer-links .links .link-image .tire-4:hover,
.top-links .links .link-image .tire-4:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .tire-5,
.top-links .links .link-image .tire-5 {
  background: url("/static_html/srv/assets/images/button/tire/tire_5.svg") no-repeat;
}

.footer-links .links .link-image .tire-5:hover,
.top-links .links .link-image .tire-5:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .tire-6,
.top-links .links .link-image .tire-6 {
  background: url("/static_html/srv/assets/images/button/tire/tire_6.svg") no-repeat;
}

.footer-links .links .link-image .tire-6:hover,
.top-links .links .link-image .tire-6:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .tire-7,
.top-links .links .link-image .tire-7 {
  background: url("/static_html/srv/assets/images/button/tire/tire_7.svg") no-repeat;
}

.footer-links .links .link-image .tire-7:hover,
.top-links .links .link-image .tire-7:hover {
  opacity: 0.5;
}

.footer-links .links .link-image .tire-8,
.top-links .links .link-image .tire-8 {
  background: url("/static_html/srv/assets/images/button/tire/tire_8.svg") no-repeat;
}

.footer-links .links .link-image .tire-8:hover,
.top-links .links .link-image .tire-8:hover {
  opacity: 0.5;
}


/***** ownd button image syaken *****/
.footer-links .links .link-image .syaken-1,
.top-links .links .link-image .syaken-1 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_1.svg") no-repeat;
}

.footer-links .links .link-image .syaken-1:hover,
.top-links .links .link-image .syaken-1:hover {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_1@.svg") no-repeat;
}

.footer-links .links .link-image .syaken-2,
.top-links .links .link-image .syaken-2 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_2.svg") no-repeat;
}

.footer-links .links .link-image .syaken-2:hover,
.top-links .links .link-image .syaken-2:hover {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_2@.svg") no-repeat;
}

.footer-links .links .link-image .syaken-3,
.top-links .links .link-image .syaken-3 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_3.svg") no-repeat;
}

.footer-links .links .link-image .syaken-3:hover,
.top-links .links .link-image .syaken-3:hover {
  opacity: 0.5 ;
}

/***** ownd button image battery *****/
.footer-links .links .link-image .battery-1,
.top-links .links .link-image .battery-1 {
  background: url("/static_html/srv/assets/images/button/other/battery_1.svg") no-repeat;
}

.footer-links .links .link-image .battery-1:hover,
.top-links .links .link-image .battery-1:hover {
  opacity: 0.5;
}


/***** ownd button image wiper *****/
.footer-links .links .link-image .wiper-1,
.top-links .links .link-image .wiper-1 {
  background: url("/static_html/srv/assets/images/button/other/wiper_1.svg") no-repeat;
}

.footer-links .links .link-image .wiper-1:hover,
.top-links .links .link-image .wiper-1:hover {
  opacity: 0.5;
}


/* ------- syaken/3007用 ------- */
.aBtnSK a {
	padding: 0.7em 2em;
	border-radius: 5px;
	color: #fff;
	background: #000;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    line-height:1.5;
    text-align:center;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);

}
.aBtnSK a:link {color: #fff;}
.aBtnSK a:visited {color: #fff;}
.aBtnSK a:hover {color: #fff;background: #131;}
.aBtnSK a:active {color: #fff;}

@media (max-width: 767px) {
    .aBtnSK a {
        font-size:5vw;
    }
}

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


.footer-links .links .link-image .syaken-4,
.top-links .links .link-image .syaken-4 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_4.svg") no-repeat;
}

.footer-links .links .link-image .syaken-4:hover,
.top-links .links .link-image .syaken-4:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .syaken-5,
.top-links .links .link-image .syaken-5 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_5.svg") no-repeat;
}

.footer-links .links .link-image .syaken-5:hover,
.top-links .links .link-image .syaken-5:hover {
  opacity: 0.5 ;
}

.footer-links .links .link-image .syaken-6,
.top-links .links .link-image .syaken-6 {
  background: url("/static_html/srv/assets/images/button/syaken/syaken_6.svg") no-repeat;
}

.footer-links .links .link-image .syaken-6:hover,
.top-links .links .link-image .syaken-6:hover {
  opacity: 0.5 ;
}


.footer-links .link:nth-child(n + 3),
.top-links .link:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.footer-links .link:nth-child(2n),
.top-links .link:nth-child(2n) {
  margin-left: 2rem;
}

.footer-links .link a,
.top-links .link a {
  display: block;
  padding: 1rem 0;
}

.footer-links .note .text,
.top-links .note .text {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  color: #fff;
}

.footer-links .note .text span,
.top-links .note .text span {
  display: inline-block;
  width: 0.8rem;
  margin-right: 0.5em;
}

#to-top {
  width: 5rem;
  position: fixed;
  bottom: -5rem;
  right: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

#to-top.active {
  /* -webkit-transform: translate3d(0, -140%, 0); */
  /* transform: translate3d(0, -140%, 0); */
}
table.sample {
  border-collapse: separate;
  border-left: 1px solid #777;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

table.sample th {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  border-left:none;
  background: #eee;
  text-align:center;
  border-collapse: separate;
  padding: 5px 0;
}

table.sample td {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  border-top:none;
  border-left:none;
  background: #ffffff;
  text-align: center;
  padding:5px 0;
  margin:0;
  border-collapse: separate;
}

table.sample .h40 {
  height: 40px;
}

table.sample.tableLayout {
 /*  table-layout: fixed; */
  width: 100%;
}


.table-wrapper__2016 {
  display: flex;
  justify-content: space-between;
}

.sample2016 {
  margin-top: 10px;
}

.sample2016 td:nth-child(1) {
  width: 30px;
}

.sample2016 td:nth-child(2) {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .table-wrapper__2016 {
    display: block;
  }

  .sample2016 {
    width: 80%;
    margin-top: 20px;
  }

  .sample2016 td:nth-child(1) {
    width: 30px;
  }

  .sample2016 td:nth-child(2) {
    width: 100px;
  }
}

@media screen and (min-width: 1024px) {
  #sub-header .sub-header1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    margin: 0 auto;
  }

  #sub-header .sub-header1 .title {
    text-align: left;
  }

  #sub-header .sub-header1 .links {
    margin-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sub-header .sub-header1 .links .link:nth-child(n + 2) {
    margin-left: 3rem;
  }

  #sub-header .sub-header1 .links .link:nth-child(n + 2) a {
    font-weight: 400;
  }

  #sub-header .sub-header1 .links a {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 2.16667;
    text-align: left;
    color: #000;
  }

  #sub-header .sub-header2 {
    display: block;
    padding: 1.3rem 0;
  }

  #sub-header .sub-header2 .links {
    width: 1000px;
    margin: 0 auto;
  }

  .footer-links {
    padding: 0 0 10rem;
  }

  .top-links {
    padding: 0 0 5rem;
  }

  .footer-links .links,
  .top-links .links {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links .link,
  .top-links .link {
    width: 184px;
  }

  .footer-links .links .link-image,
  .top-links .links .link-image {
    width: 304px;
  }

  .footer-links .link:nth-child(n + 2),
  .top-links .link:nth-child(n + 2) {
    margin-left: 2rem;
  }

  .footer-links .link:nth-child(n + 3),
  .top-links .link:nth-child(n + 3) {
    margin-top: 0;
  }

  .footer-links .link:nth-child(5n + 1),
  .top-links .link:nth-child(5n + 1) {
    margin-left: 0;
  }

  .footer-links .link:nth-child(n + 6) .top-links .link:nth-child(n + 6) {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  div .logoAreaBox .logoArea {
    position: relative !important;
  }
  .footer-links .link,
  .top-links .link {
    margin: auto;
  }
  .footer-links .links .link-image,
  .top-links .links .link-image {
    margin: 0 auto;
    width: 100%;
  }
  #to-top.active {
    /* -webkit-transform: translate3d(0, -210%, 0); */
    /* transform: translate3d(0, -210%, 0); */
  }
}

@media (min-width: 768px) {
  #sub-header .sub-header1 .links {
    z-index: 10000 !important;
  }
}

.image__wrapper {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-between;
}
.image__wrapper .image {
  height: auto;
  width: 35%;
  margin: 0;
}
.image__wrapper .image img {
  width: 100%;
}
.image__wrapper .arrowimage {
  height: auto;
  width: 30%;
  margin: 0;
}
.image__wrapper .arrowimage img {
  width: 50%;
}

/* 20220127 １２ヶ月点検ボタン中央寄せ */

section.top-links h3{
  text-align: center;
}

section.footer-links h3{
  text-align: center;
}

/* tableスタイル */
table.sample2 {
  border-collapse: separate;
  border-left: 1px solid #777;
  border-top: none;
  border-bottom: 1px solid #777;
  border-right: none;
}

table.sample2 th {
  border-top: 1px solid #777;
  border-bottom: none;
  border-right: none;
  border-left:none;
  background: #eee;
  text-align:center;
  border-collapse: separate;
  padding: 5px 0;
}

table.sample2 td {
  border-bottom: none;
  border-right: 1px solid #777;
  border-top:1px solid #777;
  border-left:1px solid #777;
  background: #ffffff;
  text-align: center;
  padding:1px 0;
  margin:0;
  border-collapse: separate;
}

table.sample2 .h40 {
  height: 40px;
}

table.sample2.tableLayout {
 /*  table-layout: fixed; */
  width: 100%;
}

.campBnr{
    width:490px;
    margin:10px auto 50px auto;
}
.campBnr img{
    width:100%;
}

@media screen and (max-width:767px){
    .campBnr{
        width:75%;
        max-width:400px;
        margin:10px auto 50px auto;
    }
}

/* tableテキスト左寄せ */
table.sample td.table-left{
  text-align: left;
  padding-left: 10px;
}

/* tableタイトル */
table.sample th.table-title{
    border-top: none;
    border-right: 1px solid #777;
    border-bottom: none;
    border-left: none;
    background: #eee;
    text-align: center;
    border-collapse: separate;
    padding: 5px 0;
}

/* tableスクロール */
.table-scroll{
  overflow-x: auto;
}

.table-scroll .sample{
  min-width: 920px;
}

.table-scroll .sample2{
  min-width: 920px;
}

/* tableスタイル変更 */
table.sample {
  border-collapse: separate;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: none;
  border-right: none;
}


table.sample2 td{
  border-bottom: none;
    border-right: 1px solid #777;
    border-top: 1px solid #777;
    border-left: none;
    background: #ffffff;
    text-align: center;
    padding: 1px 0;
    margin: 0;
    border-collapse: separate;
}

