@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline;
  color: #009aff; }

a:focus {
  outline: none; }

a img {
  outline: none; }

a img:hover {
  opacity: 0.5; }

a:hover, a:active {
  outline: none; }

h1, h2, h3, h4, h5, p, li {
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

dd {
  margin: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5em; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
header {
  max-width: 100%;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  border-top: #1a4da0 10px solid; }
  header .header-box {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .header-box div {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      header .header-box div:first-child {
        width: 33%; }
        header .header-box div:first-child a {
          width: 145px;
          height: auto;
          margin-right: 5%;
          align-self: center; }
          header .header-box div:first-child a img {
            max-width: 100%;
            height: auto; }
        header .header-box div:first-child h1 {
          width: 145px;
          height: auto; }
          header .header-box div:first-child h1 img {
            max-width: 100%;
            height: auto; }
      header .header-box div:last-child {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        header .header-box div:last-child a {
          align-self: center;
          display: block;
          width: auto;
          padding: 0 1em;
          margin-right: 0.5%; }
          header .header-box div:last-child a img {
            max-width: 100%;
            height: auto; }
        header .header-box div:last-child form {
          display: block;
          position: relative;
          font-size: 1.5em;
          width: auto;
          border: #aaa 1px solid;
          border-radius: 5px;
          margin-top: 11px;
          height: 30px; }
          header .header-box div:last-child form input {
            border: none; }
            header .header-box div:last-child form input.text_area {
              width: 68%;
              padding: 2.8px 1em;
              box-shadow: none;
              border-radius: 5px; }
            header .header-box div:last-child form input.submit_btn {
              background: url(/mechanic/images/search_btn.png) 0 0 no-repeat;
              position: absolute;
              top: 5px;
              right: 0;
              width: 15%;
              font-size: 14px;
              border: none;
              color: #009aff;
              margin-left: 0px;
              padding: 0;
              border-radius: 5px; }

@media screen and (max-width: 1199px) {
  header .header-box {
    max-width: 100%;
    margin: 10px auto;
    flex-flow: row wrap;
    padding: 0 3vw; }
    header .header-box div:first-child {
      width: 98%;
      margin-bottom: 10px; }
      header .header-box div:first-child a {
        width: 100px; }
    header .header-box div:last-child {
      width: 98%;
      justify-content: center; }
      header .header-box div:last-child form {
        margin-top: 0; } }
@media screen and (max-width: 559px) {
  header .header-box {
    padding: 0 4vw; }
    header .header-box div:first-child h1 {
      width: 100px;
      height: auto; } }
/* =========================================
nav
========================================= */
body.is-fixed .sub {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 11111;
  width: 100%; }

nav {
  max-width: 100%;
  height: auto;
  background-color: #1a4da0;
  /*  ul {
      position: relative;
      max-width: $pc-width;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      li {
        width: 19.5%;
        height: auto;
        font-size: 1.5em;
        letter-spacing: 1.2px;
        text-align: center;
        box-sizing: border-box;
        margin: 0;
        color: #fff;
        a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 15px 0;
          &:hover {
            color: #fff;
            text-decoration: none;
            background-color:#153d77;
          }
        }
        > span {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 15px 2%;
        }
        span:hover {
          cursor: pointer;
          background-color: #153d77;
        }
        a img {
          display: block;
          margin: 0px auto;
          padding: 10px 13%;
          width: 60%;
          height: auto;
          &:hover {
            opacity: 1;
          }
        }
        &.anon {
          display: none;
        }
      }
    }
  */ }

/*-------------------
ul.sub_menu area
--------------------*/
.sub_menu {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .sub_menu li {
    width: 19.5%;
    height: auto;
    font-size: 1.5em;
    letter-spacing: 1.2px;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    color: #fff; }
    .sub_menu li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 15px 0; }
      .sub_menu li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #153d77; }
      .sub_menu li a img {
        display: block;
        margin: 0px auto;
        padding: 10px 13%;
        width: 60%;
        height: auto; }
        .sub_menu li a img:hover {
          opacity: 1; }
      .sub_menu li a.anon {
        display: none; }
    .sub_menu li > span {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 15px 2%; }
    .sub_menu li span:hover {
      cursor: pointer;
      background-color: #153d77; }
    .sub_menu li > ul {
      display: none;
      position: absolute;
      top: 47px;
      left: 0;
      width: 1200px;
      height: auto;
      margin: 0;
      padding: 0;
      border-top: #009aff 5px solid;
      background-color: #1a4da0;
      z-index: 10; }
      .sub_menu li > ul li {
        display: inline-block;
        vertical-align: top;
        width: 13.8%;
        height: auto;
        margin-left: 0;
        padding-left: 0;
        margin-right: 0px;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
        white-space: nowrap; }

@media screen and (max-width: 1199px) {
  nav {
    background: none;
    margin-top: 0;
    padding-top: 0;
    box-shadow: none;
    /*  ul {
        max-width: 100%;
        display: none;
        li {
          display: block;
          width: 100%;
          padding-top: 0px;
          border-left: none;
          border-bottom: #fff 1px solid;
          background-color: $main-color;
          &:nth-child(6) {
            border-right: none;
          }
          > span {
            padding: 15px 0;
          }
          a {
            &:hover {
              height: auto;
            }
            img {
              display: inline;
              margin: 10px 0%;
              padding: 0 5% 0 0;
              width: 5%;
              height: auto;
            }
          }
          &.anon {
            display: block;
            a {
              display: block;
              padding-top: 17px;
              padding-bottom: 17px;
            }
          }
        }
      }*/
    /*  > ul li {
        display: block;
        width: 100%;
        padding-top: 0px;
        border-left: none;
        border-bottom: #fff 1px solid;
        background-color: $main-color;
        &:nth-child(6) {
          border-right: none;
        }
      }
    */ }

  /*-------------------
  ul.sub_menu area
  --------------------*/
  .sub_menu {
    max-width: 100%;
    display: none;
    flex-direction: column; }
    .sub_menu li {
      width: 100%;
      padding-top: 0px;
      border-left: none;
      border-bottom: #fff 1px solid;
      background-color: #1a4da0; }
      .sub_menu li:nth-child(6) {
        border-right: none; }
      .sub_menu li > span {
        padding: 15px 0; }
      .sub_menu li a:hover {
        height: auto; }
      .sub_menu li a img {
        display: inline;
        margin: 10px 0%;
        padding: 0 5% 0 0;
        width: 5%;
        height: auto; }
      .sub_menu li.anon {
        display: block; }
        .sub_menu li.anon a {
          display: block;
          padding-top: 17px;
          padding-bottom: 17px; }
      .sub_menu li > ul {
        position: static;
        width: 100%; }
        .sub_menu li > ul li {
          display: block;
          width: 100%;
          white-space: nowrap;
          background-color: #009aff; }
          .sub_menu li > ul li img {
            max-width: 30px;
            height: auto;
            padding: 0;
            margin: 0 2% 0 0; }

  /*ヘッダー固定解除*/
  body.is-fixed {
    margin-top: 0px; }
    body.is-fixed .sub {
      position: static; } }
@media screen and (max-width: 480px) {
  nav ul li a {
    width: 100%; }
    nav ul li a img {
      display: inline-block;
      margin: 0px auto;
      padding: 0px 10%;
      width: 10%;
      height: auto; }

  .sub_menu li > ul li {
    text-align: left; }
    .sub_menu li > ul li a {
      padding: 10px 3vw; } }
/* =========================================
toggle
========================================= */
#toggle {
  display: none; }

@media screen and (max-width: 1199px) {
  #toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer; }
    #toggle span {
      height: 3px;
      width: 25px;
      background: #202020;
      margin: 3px 0;
      transition: 0.4s; } }
/*  #toggle {
    display: block;
    background: #000;
    max-width: 7%;
    min-width: 60px;
    padding: 8px 2%;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    a {
      color: #fff;
    }
  }
}*/
/*@include max-screen($bkpt-TB){
  #toggle {
    top: 10px;
    font-size: 1.7em;
  }
}*/
/* =========================================
//ボタン系
========================================= */
.page_top {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 10%;
  padding: 10px 13px;
  color: #fff;
  border: #FFF 1px solid;
  border-radius: 25px 25px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.4);
  z-index: 50; }
  .page_top:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none; }

.product-btn {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 1vw;
  width: auto;
  min-width: 12em;
  text-align: center;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.7) 2px solid;
  border-top: rgba(255, 255, 255, 0.5) 2px solid;
  border-radius: 5px;
  font-size: 1.5em;
  letter-spacing: 1.3px;
  background-color: #1a4da0;
  color: #fff; }
  .product-btn:hover {
    background-color: #009aff;
    color: #fff; }

/* ページ上部へ メカニカルアドバイス使用中*/
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 10px;
  display: none;
  height: 40px;
  z-index: 20; }
  .block-page-top a {
    position: relative;
    display: block;
    width: 66px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 155, 229, 0.2); }
    .block-page-top a:after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      border-right: 2px solid #009be5;
      border-top: 2px solid #009be5;
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -8px; }

.iconLinkBtn {
  max-width: 13px;
  height: auto;
  vertical-align: top; }

.linkBtn {
  display: block;
  margin: 5px 0;
  padding: 8px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.7) 2px solid;
  border-top: rgba(255, 255, 255, 0.5) 2px solid;
  border-radius: 5px;
  background-color: #1a4da0;
  color: #fff; }

@media screen and (max-width: 1199px) {
  .page_top {
    bottom: 2%;
    right: 5%;
    padding: 15px 10px;
    font-size: 1.8em; } }
@media screen and (max-width: 559px) {
  .page_top {
    bottom: 1%;
    right: 3%;
    font-size: 1.5em; } }
/*@include max-screen($bkpt-over)*/
img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

.gridContainer {
  max-width: 100%;
  width: 100%;
  margin: auto;
  clear: none;
  float: none; }

/* =========================================
全ぺージ共通項目
============================================*/
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.w1 {
  width: 1%; }

.w2 {
  width: 2%; }

.w3 {
  width: 3%; }

.w4 {
  width: 4%; }

.w5 {
  width: 5%; }

.w6 {
  width: 6%; }

.w7 {
  width: 7%; }

.w8 {
  width: 8%; }

.w9 {
  width: 9%; }

.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w90 {
  width: 90%; }

.w100 {
  width: 100%; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.container {
  flex-grow: 1;
  max-width: 100%;
  margin-bottom: 50px; }

.contents {
  flex-grow: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }

h2 {
  font-size: 2.1em;
  letter-spacing: 2px; }

h3 {
  font-size: 1.9em;
  letter-spacing: 1.6px;
  line-height: 1.8; }

h4 {
  font-size: 1.7em;
  letter-spacing: 1.4px;
  line-height: 1.6; }

p, li, dt, dd, caption, th, td {
  font-size: 1.5em;
  letter-spacing: 1.3px;
  line-height: 1.5; }

/*記事パーツ*/
section {
  padding: 25px 0; }

.bold {
  font-weight: bold; }

.red {
  color: #f00; }

.bg_blue {
  background: rgba(0, 154, 255, 0.1); }

.bk_gray {
  background: #dee5eb; }

.indent {
  text-indent: -1.2em;
  margin-left: 1.2em; }

.product-btn {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 1vw;
  width: auto;
  min-width: 12em;
  text-align: center;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.7) 2px solid;
  border-top: rgba(255, 255, 255, 0.5) 2px solid;
  border-radius: 5px;
  font-size: 1.5em;
  letter-spacing: 1.3px;
  background-color: #1a4da0;
  color: #fff; }
  .product-btn:hover {
    background-color: #009aff;
    color: #fff; }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    margin-left: 3vw;
    margin-right: 3vw; }

  .contents {
    max-width: 100%;
    padding: 0; } }
@media screen and (max-width: 559px) {
  .container {
    margin-left: 4vw;
    margin-right: 4vw; } }
/* =========================================
pagetop jQuery-TOPに戻る-　_btnに移動する
========================================= */
.page_top {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 10%;
  padding: 10px 13px;
  color: #fff;
  border: #FFF 1px solid;
  border-radius: 25px 25px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.4);
  z-index: 50; }
  .page_top:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none; }

@media screen and (max-width: 1199px) {
  .page_top {
    bottom: 2%;
    right: 5%;
    padding: 15px 10px;
    font-size: 1.8em; } }
@media screen and (max-width: 559px) {
  .page_top {
    bottom: 1%;
    right: 3%;
    font-size: 1.5em; } }
.heading_line {
  border-left: #1a4da0 10px solid;
  padding-left: 10px;
  padding-top: 2px; }

/* =========================================
toggle
========================================= */
/* =========================================
パンくず
============================================*/
.pan {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }
  .pan li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em; }

@media screen and (max-width: 1199px) {
  .pan {
    max-width: 100%; } }
footer {
  max-width: 100%;
  background-color: #eee; }
  footer .footer_area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0 15px; }
    footer .footer_area div {
      display: flex;
      align-items: center; }
      footer .footer_area div img {
        width: auto;
        height: auto; }
      footer .footer_area div.add img {
        margin-bottom: 15px; }
      footer .footer_area div p {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 1.6em;
        letter-spacing: 1.3px;
        margin-left: 1.5em; }

.copyright {
  margin-top: 10px;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1.3px; }

@media screen and (max-width: 1199px) {
  footer {
    padding-left: 3vw;
    padding-right: 3vw; }
    footer .footer_area {
      max-width: 100%; } }
@media screen and (max-width: 840px) {
  footer {
    padding-left: 4vw;
    padding-right: 4vw; }
    footer .footer_area div {
      flex-flow: row wrap;
      margin-bottom: 15px; }
      footer .footer_area div img {
        margin-bottom: 8px; }
      footer .footer_area div.add a img {
        max-width: 150px;
        height: auto;
        margin-bottom: 8px; }
      footer .footer_area div p {
        width: 100%;
        margin-left: 0;
        font-size: 0.8rem;
        line-height: 1.1; }

  .copyright {
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0;
    text-align: left; } }
:root {
  --link-color: #2162CC; }

hr {
  margin: 30px 0; }

h2 {
  max-width: 1200px;
  margin: 10px 0;
  font-size: 2em;
  letter-spacing: 1.8px;
  text-shadow: #aaa 1px 1px 2px;
  text-align: left; }

h3 {
  font-weight: normal;
  margin: 10px 0; }

h4 {
  font-weight: bold; }

p, dt, dd, li {
  line-height: 1.7; }

.border_area {
  border: #000 1px solid;
  padding: 8px 1.5%;
  margin-top: 10px;
  margin-bottom: 10px; }

.heading_line_g {
  border-left: #798187 10px solid;
  padding-left: 10px;
  padding-top: 2px;
  margin-bottom: 10px; }

.outline {
  border: #222 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block; }

.line_yellow {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3; }

.bk_gray {
  background-color: #eee; }

.ml30 {
  margin-left: 30px; }

/*ボタン長さ * 未使用にする*/
.min {
  min-width: 20%;
  max-width: 30%; }

.mid {
  min-width: 30%;
  max-width: 40%; }

.mid1 {
  min-width: 40%;
  max-width: 50%; }

.long {
  min-width: 50%;
  max-width: 73%; }

.no {
  font-size: 0.7em; }
  .no li {
    text-indent: -1.5em;
    margin-left: 3em; }

@media screen and (max-width: 1199px) {
  .min {
    min-width: 45%;
    max-width: 65%; }

  .mid {
    min-width: 45%;
    max-width: 65%; }

  .mid1 {
    min-width: 55%;
    max-width: 75%; }

  .long {
    min-width: 65%;
    max-width: 88%; } }
@media screen and (max-width: 559px) {
  .contents {
    max-width: 98%; }

  h2 {
    max-width: 98%; } }
/* =========================================
リペアヘルプ　メンテナンス講座内タブ
============================================*/
ul.sub_layout {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ul.sub_layout > li {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 calc(97%/7);
    flex: 0 1 calc(97%/7);
    background: #FBDDB0;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    color: #000;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: normal; }
    ul.sub_layout > li.current2 {
      background: #EC4D00;
      border-radius: 5px;
      box-sizing: border-box;
      color: #fff; }

.sub_field {
  margin: 0 0 1px;
  width: 99%; }
  .sub_field h2 {
    font-size: 2em;
    border-left: #009aff 10px solid;
    padding-left: 1%;
    margin: 5px 0; }
  .sub_field h3 {
    margin-bottom: 15px; }
  .sub_field .box h3 {
    margin: 15px 0; }
  .sub_field dl {
    margin-top: 20px; }
  .sub_field h4 {
    border: #aaa 1px solid;
    font-weight: normal;
    padding: 10px 0 10px 1em;
    margin: 15px 0 10px 0; }
  .sub_field h5 {
    font-weight: normal;
    padding: 10px 0 10px 1em;
    margin: 15px 0 10px 0; }

/*==========
repair help
===========*/
.re_type {
  margin-left: 2em; }
  .re_type dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .re_type dl dt {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 23%;
      flex: 0 1 23%;
      background-color: #ddd;
      padding: 10px 1em; }
    .re_type dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%;
      padding: 10px 1em; }

@media screen and (max-width: 1199px) {
  ul.sub_layout {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    ul.sub_layout > li {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 calc(97%/4);
      flex: 0 1 calc(97%/4);
      margin-right: 0.5%; }

  .re_type dl {
    font-size: inherit; }
    .re_type dl dt {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 30%;
      flex: 0 1 30%; }
    .re_type dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 60%;
      flex: 0 1 60%; } }
@media screen and (max-width: 959px) {
  ul.sub_layout > li {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 calc(97%/3);
    flex: 0 1 calc(97%/3); }

  .re_type dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .re_type dl dt {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 90%;
      flex: 0 1 90%; }
    .re_type dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 90%;
      flex: 0 1 90%; } }
@media screen and (max-width: 559px) {
  .min,
  .mid,
  .mid1,
  .long {
    min-width: 90%;
    max-width: 98%; }

  ul.sub_layout > li {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 calc(99%/2);
    flex: 0 1 calc(99%/2); } }
@media screen and (max-width: 319px) {
  ul.sub_layout > li {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 98%;
    flex: 0 1 98%; } }
/* =========================================
アドバイス中身
============================================*/
a {
  color: var(--link-color); }

.ml-2 {
  margin-left: 2em; }

.textIndent > * {
  text-indent: -1.5em;
  margin-left: 1.5em; }

.layout_c a[target^="new"] {
  color: #009aff; }
.layout_c article {
  margin-bottom: 50px; }
  .layout_c article h3 {
    margin-bottom: 10px; }
  .layout_c article h3 + p {
    margin-bottom: 20px; }
  .layout_c article > h3 {
    font-weight: bold; }
  .layout_c article > h4 {
    margin-left: 1.5em;
    margin-top: 10px; }
  .layout_c article > p {
    margin-left: 1.5em; }
  .layout_c article > h4 ~ p {
    margin-left: 3.1em; }
  .layout_c article > ul {
    margin-left: 2.5em; }
    .layout_c article > ul.ind_ff1 {
      margin-left: 5em;
      margin-top: 10px;
      margin-bottom: 10px; }
  .layout_c article > section > p {
    margin-left: 1.5em;
    margin-bottom: 1em; }
  .layout_c article .box {
    margin-top: 10px; }
    .layout_c article .box div {
      flex: inherit;
      width: calc(1200px - (300px - 1.5vw)); }
    .layout_c article .box dl {
      width: 300px;
      margin-left: 1.5vw; }
      .layout_c article .box dl dt {
        max-width: 300px;
        height: auto; }
        .layout_c article .box dl dt a {
          display: block; }
      .layout_c article .box dl dd {
        margin-top: 7px;
        text-align: center;
        line-height: 1.2; }
        .layout_c article .box dl dd span {
          font-size: 0.8rem;
          color: #f00;
          letter-spacing: 0.5px;
          padding: 0;
          margin: 0; }
  .layout_c article .toolList {
    display: flex;
    flex-flow: row wrap;
    margin-left: 1.5em; }
    .layout_c article .toolList h4 {
      width: 100%; }
    .layout_c article .toolList a {
      width: 250px;
      border: #ccc 1px solid;
      padding: 8px 10px;
      margin-right: 1vw;
      margin-bottom: 10px; }
      .layout_c article .toolList a dl {
        display: flex;
        flex-direction: column;
        align-items: center; }
  .layout_c article .relatedArticle {
    display: flex;
    align-items: center;
    margin-left: 2em; }
    .layout_c article .relatedArticle > img {
      max-width: 150px;
      height: auto; }
    .layout_c article .relatedArticle a {
      display: block;
      padding: 7px 1.5vw;
      margin-left: 2vw; }
  .layout_c article .linkList {
    display: flex;
    justify-content: space-between;
    margin-left: 1.5em; }
    .layout_c article .linkList a {
      width: calc((100% - 2vw) / 3); }
      .layout_c article .linkList a dl {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center; }
        .layout_c article .linkList a dl dd {
          margin-top: 10px; }
      .layout_c article .linkList a:hover dl dd {
        filter: opacity(0.7); }
.layout_c .layout_lr .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 2em;
  margin-bottom: 10px; }
  .layout_c .layout_lr .box div > h4 ~ p {
    margin-left: 1.3em; }
  .layout_c .layout_lr .box div dl {
    margin-bottom: 10px; }
    .layout_c .layout_lr .box div dl.inline_dl {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
    .layout_c .layout_lr .box div dl dt .inline_s {
      width: 49%;
      height: auto; }
    .layout_c .layout_lr .box div dl dd {
      margin-top: 5px;
      text-align: center; }
  .layout_c .layout_lr .box div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 59%;
    flex: 0 1 59%; }
  .layout_c .layout_lr .box div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 39%;
    flex: 0 1 39%; }
  .layout_c .layout_lr .box div.pk1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 10px 0;
    padding: 0; }
    .layout_c .layout_lr .box div.pk1 dl dt {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 20%;
      flex: 0 1 20%;
      margin-right: 2%; }
    .layout_c .layout_lr .box div.pk1 dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 75%;
      flex: 0 1 75%;
      margin-top: 0;
      text-align: left; }
.layout_c .layout_lr div table a {
  text-decoration: underline; }
.layout_c .layout_lr div table td {
  vertical-align: middle; }
  .layout_c .layout_lr div table td img {
    width: 50%; }

/* ページ上部へ _btnに移動*/
/*.block-page-top {
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 10px;
  display: none;
  height: 40px;
  z-index: 20;
  a {
    position: relative;
    display: block;
    width: 66px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 155, 229, .2);
    &:after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      border-right: 2px solid #009be5;
      border-top: 2px solid #009be5;
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -8px;
    }
  }
}

*/
/*.iconLinkBtn{
  max-width: 13px;
  height: auto;
  vertical-align: top;
}
*/
.link_list {
  margin-bottom: 20px; }
  .link_list li a {
    color: var(--link-color); }
    .link_list li a:hover {
      text-decoration: underline; }
    .link_list li a img {
      max-width: 13px;
      height: auto;
      vertical-align: top; }

/*.linkBtn{
  display: block;
  margin: 5px 0;
  padding: 8px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.7) 2px solid;
  border-top: rgba(255, 255, 255, 0.5) 2px solid;
  border-radius: 5px;
  background-color: #1a4da0;
  color: #fff;
}
*/
.toolContent {
  display: flex;
  flex-flow: row wrap;
  margin-left: 2em; }
  .toolContent dl {
    width: 250px;
    border: #ccc 1px solid;
    padding: 8px 10px;
    text-align: center;
    margin-right: 1vw;
    margin-bottom: 10px; }
    .toolContent dl dt {
      margin-bottom: 5px; }
    .toolContent dl dd a.linkColor {
      color: #1a4da0; }
    .toolContent dl dd a:hover {
      text-decoration: underline; }
    .toolContent dl dd a img {
      max-width: 13px;
      height: auto;
      vertical-align: top; }

.brake li {
  display: inline-block;
  vertical-align: top;
  width: 20%; }

.brake2 li {
  width: 98%;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  .layout_c .layout_lr .box div dl dd {
    font-size: 0.9rem; } }
@media screen and (max-width: 959px) {
  .layout_c .layout_lr .box {
    display: block; }
    .layout_c .layout_lr .box div dl dt:not(.inline_s) {
      text-align: center; }
    .layout_c .layout_lr .box div:first-child {
      width: 98%; }
    .layout_c .layout_lr .box div:last-child {
      width: 98%; } }
@media screen and (max-width: 959px) {
  .layout_c article .box div {
    width: 100%; }
  .layout_c article .box dl {
    margin: 0 auto; }
  .layout_c article .toolList {
    display: flex;
    flex-flow: row wrap;
    margin-left: 1.5em; }
    .layout_c article .toolList a {
      width: 100%;
      padding: 8px 1.5vw;
      margin-right: 0; }
      .layout_c article .toolList a dl {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0; }
        .layout_c article .toolList a dl dt {
          width: calc(100% / 6); } }
@media screen and (max-width: 600px) {
  .ml-2 {
    margin-left: 0; }

  .ml30 {
    margin-left: 0; }

  .layout_c article > p {
    margin-left: 0em; }
  .layout_c article > h4 {
    margin-left: 0em; }
  .layout_c article > h4 ~ p {
    margin-left: 0em; }
  .layout_c article > ul {
    margin-left: 0em; }
  .layout_c article div {
    width: 100%; }
  .layout_c article section {
    padding: 10px 0; }
  .layout_c article .box dl {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: inherit;
    margin: inherit; }
    .layout_c article .box dl dt {
      max-width: calc(100% / 4);
      height: auto;
      margin-right: 2vw;
      margin-bottom: 10px; }
    .layout_c article .box dl dd {
      max-width: calc(((100% - 2vw) / 4) * 2.8);
      text-align: left; }
  .layout_c article .toolList {
    margin-left: 0; }
  .layout_c article .linkList {
    justify-content: center;
    flex-flow: row wrap;
    margin-left: 0; }
    .layout_c article .linkList a {
      width: 80%; }
      .layout_c article .linkList a dl dd {
        margin-top: 10px; }
      .layout_c article .linkList a:hover dl dd {
        filter: opacity(0.7); }
  .layout_c .layout_lr .box {
    margin-left: 0; } }
/*@include max-screen($bkpt-TB){}
@include max-screen($bkpt-SP){}*/
.table_over,
.table_over2,
.table_over3 {
  margin: 30px 0; }
  .table_over > p,
  .table_over2 > p,
  .table_over3 > p {
    display: none;
    width: 16em;
    border: #aaa 1px solid;
    padding: 5px 0;
    margin-bottom: 10px;
    background-color: #eee;
    text-align: center; }

.table_over4 {
  overflow: scroll;
  margin: 30px 0;
  overflow-y: hidden; }
  .table_over4 > p {
    display: block;
    border: #aaa 1px solid;
    padding: 5px;
    background-color: #eee;
    text-align: center; }

.colm {
  width: 100%;
  min-width: 700px; }

table {
  width: 98%;
  height: auto;
  letter-spacing: 1.1px;
  border: #999 1px solid; }
  table th {
    background-color: #ddd; }
  table th, table td {
    padding: 10px 1%;
    border: #999 1px solid;
    border-collapse: collapse; }

@media screen and (max-width: 1199px) {
  .table_over3 {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }
    .table_over3 > p {
      display: block; }

  table {
    width: 1200px;
    height: auto;
    margin-left: 10px; } }
@media screen and (max-width: 959px) {
  .table_over2 {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }

  .table_over2 > p {
    display: block; } }
@media screen and (max-width: 559px) {
  .table_over {
    overflow: scroll;
    margin: 30px 0;
    overflow-y: hidden;
    width: 99%; }

  .table_over > p {
    display: block; } }
/* =========================================
動画
========================================= */
.movie_yt {
  position: relative;
  width: 95%;
  height: 0;
  margin: 15px auto;
  padding: 15px 0 51%;
  overflow: hidden; }
  .movie_yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.videoWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.videoContainer {
  position: relative;
  width: 100%;
  /* 動画が1つの場合は100%、2つの場合は下記のmax-widthを調整 */
  padding-bottom: calc(56.25% / 2);
  /* 16:9のアスペクト比 */
  margin: 5px;
  /* 必要に応じて間隔を調整 */
  max-width: 45%; }
  .videoContainer iframe {
    border: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube_subtitle {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  text-align: center; }

@media screen and (max-width: 700px) {
  .videoContainer {
    padding-bottom: 56.25%;
    /* 16:9のアスペクト比 */
    max-width: 95%; }

  .youtube_subtitle {
    font-size: 1.1rem; } }
/* =========================================
//目次
========================================= */
/* フェードイン 未使用*/
@keyframes jsActionfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* フェードアウト 未使用*/
@keyframes jsActionfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fade-in {
  animation: jsActionfadeIn 1s forwards; }

.fade-out {
  animation: jsActionfadeOut 1s forwards; }

/* ▼回転用矢印必要なら 未使用*/
.arr_rotate {
  display: inline-block;
  transform: rotate(180deg); }

#tableOfContents {
  width: 500px;
  margin: 20px auto;
  padding: 15px 2vw;
  background-color: rgba(26, 77, 160, 0.1);
  border-radius: 3px; }
  #tableOfContents h2 {
    text-align: center; }
  #tableOfContents ul li a {
    text-decoration: underline; }

@media screen and (max-width: 959px) {
  #tableOfContents {
    width: 80%;
    margin-bottom: 30px; } }
#crank article .img4box {
  display: flex;
  justify-content: space-between; }
  #crank article .img4box dl {
    width: calc((1200px - (1.5vw * 3)) / 4); }
    #crank article .img4box dl dt {
      max-width: 300px;
      height: auto; }
      #crank article .img4box dl dt a {
        display: block; }
    #crank article .img4box dl dd {
      margin-top: 7px;
      text-align: center;
      line-height: 1.2; }
      #crank article .img4box dl dd span {
        font-size: 0.8rem;
        color: #f00;
        letter-spacing: 0.5px;
        padding: 0;
        margin: 0; }

@media screen and (max-width: 959px) {
  #crank article .img4box {
    flex-direction: column;
    align-items: center; }
    #crank article .img4box dl {
      display: flex;
      align-items: center;
      flex-flow: row wrap;
      width: inherit;
      margin: inherit; }
      #crank article .img4box dl dt {
        max-width: calc(100% / 4);
        height: auto;
        margin-right: 2vw;
        margin-bottom: 10px; }
      #crank article .img4box dl dd {
        max-width: calc(((100% - 2vw) / 4) * 2.8);
        text-align: left; } }
