@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  .section {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 1.6rem;
    padding: 15px 12px 0;
  }
  .section * {
    box-sizing: border-box;
  }
  .section *:before, .section *:after {
    box-sizing: border-box;
  }
  .section h2 {
    overflow: hidden;
    font-size: 3.4rem;
    font-family: 'メイリオ', Meiryo, "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
    margin: 0 -12px;
  }
  .section h2 span {
    position: relative;
    display: inline-block;
    color: #013e99;
    background: url("../images/repair/icon_car.png") no-repeat left center;
    background-size: 57px;
    padding: 0 0 0 70px;
  }
  .section h2 span:after, .section h2 span:before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
  }
  .section h2 span:after {
    width: 900%;
    background-color: #efefef;
    z-index: 1;
  }
  .section h2 span:before {
    width: 100%;
    background-color: #013e99;
    z-index: 2;
  }
  .section h3 {
    width: 100%;
    padding: 15px 0;
    font-size: 2.8rem;
    color: #003481;
    text-align: center;
    border-bottom: 1px solid #003481;
    border-top: 1px solid #003481;
    margin-bottom: 20px;
  }
  .section dt {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #efefef;
    padding-left: 30px;
    line-height: 40px;
    font-size: 2rem;
    font-weight: bold;
  }
  .section dt:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    display: block;
    width: 4px;
    height: 20px;
    background-color: #01398c;
    border-radius: 2px;
  }
  .section dd {
    padding: 20px 30px;
  }
  .section a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section a:hover {
    opacity: 0.5;
  }
  .section .entry {
    margin-bottom: 70px;
  }
  .section .entry li {
    margin-bottom: 10px;
  }
  .section .oil, .section .brake, .section .wiper {
    padding: 20px 230px 20px 30px;
    background-position: 100% 20px;
    background-repeat: no-repeat;
    box-sizing: content-box;
  }
  .section .oil {
    background-image: url(../images/seibi/oil.jpg);
    background-size: 200px 177px;
    height: 177px;
  }
  .section .brake {
    background-image: url(../images/seibi/brake.jpg);
    background-size: 200px 135px;
    height: 135px;
  }
  .section .wiper {
    background-image: url(../images/seibi/wiper.jpg);
    background-size: 200px 135px;
    height: 135px;
  }
  .about p {
    font-size: 20px;
    line-height: 36px;
    color: #202020;
    margin: 40px 0 30px;
  }
  .about_nav {
    position: relative;
    width: 783px;
    height: 454px;
    background-image: url(../images/seibi/nav_pc.png);
    background-size: cover;
    margin-bottom: 60px;
  }
  .about_nav_ele {
    width: 210px;
    height: 60px;
    position: absolute;
  }
  .about_nav_ele a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .about_nav_ele:nth-of-type(1) {
    top: 0;
    left: 74px;
  }
  .about_nav_ele:nth-of-type(2) {
    top: 25px;
    left: 300px;
  }
  .about_nav_ele:nth-of-type(3) {
    top: 57px;
    right: 50px;
  }
  .about_nav_ele:nth-of-type(4) {
    top: 196px;
    right: 0;
  }
  .about_nav_ele:nth-of-type(5) {
    top: 85px;
    left: 0;
  }
  .about_nav_ele:nth-of-type(6) {
    bottom: 25px;
    left: 0;
  }
  .about_nav_ele:nth-of-type(7) {
    bottom: 0;
    left: 222px;
  }
  .about_nav_ele:nth-of-type(8) {
    bottom: 20px;
    right: 118px;
  }
  .btn_wrapper {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn_wrapper li:nth-of-type(1) .btn:before {
    background-image: url(../images/seibi/icon_inspect.png);
  }
  .btn_wrapper li:nth-of-type(2) .btn:before {
    background-image: url(../images/seibi/icon_mainte.png);
  }
  .btn_wrapper .btn {
    display: block;
    width: 370px;
    height: 80px;
    background-color: #003580;
    border-radius: 5px;
    color: white;
    font-size: 2.2rem;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
    box-shadow: 1px 1px 5px 0 black;
    text-decoration: none !important;
  }
  .btn_wrapper .btn:nth-of-type(1):before {
    background-image: url(../images/seibi/icon_inspect.png);
  }
  .btn_wrapper .btn:nth-of-type(2):before {
    background-image: url(../images/seibi/icon_mainte.png);
  }
  .btn_wrapper .btn:after, .btn_wrapper .btn:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_wrapper .btn:before {
    width: 60px;
    height: 60px;
    left: 20px;
    background-size: cover;
  }
  .btn_wrapper .btn:after {
    width: 8px;
    height: 8px;
    right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid white;
  }
  .title_character {
    position: relative;
    margin-bottom: 40px !important;
    letter-spacing: -1px;
  }
  .title_character:before, .title_character:after {
    position: absolute;
    content: '';
    display: block;
    width: 93px;
    height: 122px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -20px;
  }
  .title_character:before {
    left: 0;
    background-image: url(../images/seibi/chac_left.png);
  }
  .title_character:after {
    right: 0;
    background-image: url(../images/seibi/chac_right.png);
  }
  .computer {
    width: 100%;
    padding-left: 165px;
    margin-bottom: 20px;
    background-image: url(../images/seibi/computer.jpg);
    background-repeat: no-repeat;
    background-size: 136px 100px;
    background-position: 0 0;
  }
  .scanner {
    padding: 20px;
    width: 100%;
    background-color: #deecf6;
    border-radius: 10px;
  }
  .scanner h4 {
    color: #202020;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .scanner h4:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #79a2e6;
    border-radius: 50%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    overflow: hidden;
  }
  .section {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 3.64583vw;
    padding: 15px 7px 95px;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 15px;
  }
  .section * {
    box-sizing: border-box;
    font-size: 3.64583vw;
  }
  .section h2 {
    overflow: hidden;
  }
  .section h2 span {
    display: inline-block;
    color: #013e99;
    background: url("../images/repair/icon_car.png") no-repeat left center;
    background-size: 7.8125vw;
    padding: 0 0 1.04167vw 9.11458vw;
    font-size: 4.42708vw;
    position: relative;
  }
  .section h2 span:before, .section h2 span:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
  }
  .section h2 span:before {
    width: 100%;
    background-color: #013e99;
    z-index: 2;
  }
  .section h2 span:after {
    width: 600%;
    background-color: #efefef;
    z-index: 1;
  }
  .section h3 {
    width: 100%;
    padding: 2.60417vw 0;
    font-size: 3.90625vw;
    color: #003481;
    text-align: center;
    border-bottom: 1px solid #003481;
    border-top: 1px solid #003481;
    margin-bottom: 5.20833vw;
  }
  .section a {
    position: relative;
  }
  .section dt {
    position: relative;
    width: 100%;
    height: 10.41667vw;
    background-color: #efefef;
    padding-left: 7.8125vw;
    line-height: 10.41667vw;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  .section dt:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 3.90625vw;
    margin: auto;
    display: block;
    width: 1.04167vw;
    height: 5.20833vw;
    background-color: #01398c;
    border-radius: 0.52083vw;
  }
  .section dd {
    padding: 2.60417vw 3.90625vw;
  }
  .section a {
    position: relative;
  }
  .section .entry {
    margin-bottom: 9.11458vw;
  }
  .section .entry li {
    margin-bottom: 3.90625vw;
  }
  .section .oil, .section .brake, .section .wiper {
    padding: 2.60417vw 3.90625vw 37.76042vw;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    box-sizing: content-box;
  }
  .section .oil {
    background-image: url(../images/seibi/oil.jpg);
    background-size: 52.08333vw 46.09375vw;
    padding: 2.60417vw 3.90625vw 47.52604vw;
  }
  .section .brake {
    background-image: url(../images/seibi/brake.jpg);
    background-size: 52.08333vw 35.15625vw;
  }
  .section .wiper {
    background-image: url(../images/seibi/wiper.jpg);
    background-size: 52.08333vw 35.15625vw;
  }
  .about p {
    font-size: 3.64583vw;
    color: #202020;
    margin: 5.20833vw 0;
  }
  .about_nav {
    position: relative;
    width: 100%;
    background-position: 0 0;
    background-size: 100% 49.47917vw;
    background-repeat: no-repeat;
    margin-bottom: 7.8125vw;
    counter-reset: li;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_nav_ele {
    width: 48%;
    margin-bottom: 5.20833vw;
    border: 0.78125vw solid #ecb113;
    counter-increment: li;
    position: relative;
    padding-bottom: 15px;
  }
  .about_nav_ele a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    padding-top: 2.60417vw;
  }
  .about_nav_ele a:before {
    content: counter(li);
    display: block;
    margin: 0 auto 2.60417vw;
    left: 2.60417vw;
    width: 5.20833vw;
    height: 5.20833vw;
    border-radius: 50%;
    text-align: center;
    line-height: 5.20833vw;
    font-size: 4.16667vw;
    border: 1px solid black;
    border-radius: 50%;
  }
  .btn_wrapper {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
  .btn_wrapper li {
    margin: 0 auto 3.90625vw;
  }
  .btn_wrapper li:nth-of-type(1) .btn {
    margin-bottom: 0;
  }
  .btn_wrapper li:nth-of-type(1) .btn:before {
    background-image: url(../images/seibi/icon_inspect.png);
  }
  .btn_wrapper li:nth-of-type(2) .btn:before {
    background-image: url(../images/seibi/icon_mainte.png);
  }
  .btn_wrapper .btn {
    display: block;
    width: 88.54167vw;
    height: 20.83333vw;
    margin: 0 auto;
    background-color: #003580;
    border-radius: 1.30208vw;
    color: white;
    font-size: 3.90625vw;
    line-height: 20.83333vw;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
    box-shadow: 1px 1px 5px 0 black;
    text-decoration: none !important;
  }
  .btn_wrapper .btn:after, .btn_wrapper .btn:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .btn_wrapper .btn:before {
    width: 15.625vw;
    height: 15.625vw;
    left: 5.20833vw;
    background-size: cover;
  }
  .btn_wrapper .btn:after {
    width: 2.60417vw;
    height: 2.60417vw;
    right: 5.20833vw;
    border-top: 1.30208vw solid transparent;
    border-bottom: 1.30208vw solid transparent;
    border-left: 2.60417vw solid white;
  }
  .title_character {
    position: relative;
    margin-bottom: 10.41667vw !important;
    font-size: 3.90625vw !important;
    padding: 3.90625vw 0 !important;
  }
  .title_character:before, .title_character:after {
    position: absolute;
    content: '';
    display: block;
    width: 12.10938vw;
    height: 15.88542vw;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -6.51042vw;
  }
  .title_character:before {
    left: 0;
    background-image: url(../images/seibi/chac_left.png);
  }
  .title_character:after {
    right: 0;
    background-image: url(../images/seibi/chac_right.png);
  }
  .computer {
    width: 100%;
    padding-bottom: 30.59896vw;
    margin-bottom: 5.20833vw;
    background-image: url(../images/seibi/computer.jpg);
    background-size: 35.80729vw 27.99479vw;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .scanner {
    padding: 5.20833vw;
    width: 100%;
    background-color: #deecf6;
    border-radius: 2.60417vw;
  }
  .scanner h4 {
    color: #202020;
    font-size: 4.42708vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3.90625vw;
    text-indent: -7.03125vw;
    padding-left: 7.03125vw;
  }
  .scanner h4:before {
    content: '';
    display: inline-block;
    width: 4.42708vw;
    height: 4.42708vw;
    background-color: #79a2e6;
    border-radius: 50%;
    margin-right: 2.60417vw;
  }
}
