@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  background: none;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	mixin
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 250;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 2;
  padding-top: 166px;
}
body.lock {
  position: fixed;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 57px;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }
}

a:link {
  color: #2f315b;
  text-decoration: none;
}
a:visited {
  color: #2f315b;
}
a:hover {
  color: #2f315b;
}
a:active {
  color: #0455b8;
}

br[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  br[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br[data-show="pc"] {
    display: none;
  }
}

.sp{display: none;}

@media screen and (max-width: 768px) {
.sp{display: block;}

}



/*----------------------------------------------------------
 header
------------------------------------------------------------*/
.h-content {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-top: 10px solid #ee8017;
  z-index: 1000;
}
.h-content-header {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.h-content-info {
  display: flex;
  align-items: flex-end;
}
.h-content-info-card, .top-present-internet .card-info {
  margin: 0 20px 0 0;
  padding: 12px 15px;
  padding-left: 12px;
  background: #001564;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.h-content-info-card:before, .top-present-internet .card-info:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  margin-top: -2px;
  margin-right: 5px;
  background: url(../img/share/icon_card.png) no-repeat;
  vertical-align: middle;
}
.h-content-info-tel {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.h-content-info-tel img {
  margin-top: 13px;
  width: 290px;
}


@media screen and (max-width: 768px) {
  .h-content {
    /* ---------------------------SP */
    border-width: 5px;
    z-index: 1000;
  }
  .h-content-header {
    padding: 10px 0;
  }
  .h-content-info {
    display: none;
  }
}

.h-logo {
  width: 327px;
}
@media screen and (max-width: 768px) {
  .h-logo {
    /* ---------------------------SP */
    width: 182.5px;
  }
}

.menu-trigger {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 1000;
  font-size: 10px;
  color: #000;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(15px + 6px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.open span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    /* ---------------------------SP */
    display: block;
  }
}

.h-nav {
  display: flex;
  background: #f2f0e4;
  border-top: 4px solid #001564;
}
.h-nav-list {
  display: flex;
}
.h-nav-list li {
  flex: 1;
  background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 100%);
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  text-align: center;
}
.h-nav-list li a {
  display: block;
  padding: 10px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transition: .3s opacity;
}
.h-nav-list li a:hover {
  opacity: .7;
}
.h-nav-list li:first-child {
  border-left: 1px solid #c6c6c6;
}
.h-nav-list li.-home{
  display: none;
}

.h-nav-list li.-tel{
  display: none;
}
.h-nav-list li.-vehicle-inspection a {
  background-image: url(../img/share/nav_vehicle_inspection.png);
}
.h-nav-list li.-sales a {
  background-image: url(../img/share/nav_sales.png);
}
.h-nav-list li.-store a {
  background-image: url(../img/share/nav_store.png);
}
.h-nav-list li.-reserve a {
  background-image: url(../img/share/nav_reserve.png);
}
.h-nav-list li.-inquiry a {
  background-image: url(../img/share/nav_inquiry.png);
}
@media screen and (max-width: 768px) {
  .h-nav {
    /* ---------------------------SP */
    display: none;
  }
}

/* sp open */
.h-content.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1200;
  overflow: auto;
}
.h-content.open .h-content-header {
  margin: 0;
  padding: 10px;
  background: #fff;
}
.h-content.open .h-nav {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
}
.h-content.open .h-nav-list {
  display: block;
  margin: 0;
}
.h-content.open .h-nav li {
  display: block !important;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #cf6806;
  background: none;
  text-align: left;
}
.h-content.open .h-nav a {
  position: relative;
  display: block;
  height: auto;
  padding: 20px 40px;
  background: #ee8017 !important;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.h-content.open .h-nav a:before {
  content: "・";
}
.h-content.open .h-nav a:after {
  display: inline-block;
  content: "≫";
  margin-top: -2px;
  margin-left: .5em;
  vertical-align: middle;
  font-size: 14px;
}
.h-content.open .h-nav a:hover {
  border-bottom: 0;
}

.h-content .h-tel{
  align-items: center;
  display: flex;
  justify-content: center;
}

.h-content .h-line{
  margin-right: 50px;
}


/* pagetop */
.pagetop a {
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #6f6f6f;
  border-radius: 100px;
  color: #fff;
  font-size: 0;
  opacity: .56;
  z-index: 100;
}
.pagetop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    /* ---------------------------SP */
    height: auto;
    margin: 0;
    background: none;
  }
}

/*----------------------------------------------------------
 footer
------------------------------------------------------------*/
.f-content {
  border-top: 1px solid #001564;
}
.f-content-inner {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .f-content {
    /* ---------------------------SP */
    border: 0;
  }
  .f-content-inner {
    padding: 15px 0;
  }
}

.f-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.f-nav li {
  border-left: 1px solid #000;
  margin: 0 10px;
  padding-left: 20px;
  line-height: 1;
}
.f-nav li:last-child {
  padding-right: 20px;
  border-right: 1px solid #000;
}
.f-nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .f-nav {
    /* ---------------------------SP */
    display: none;
  }
}

.f-address {
  display: flex;
  justify-content: space-between;
}
.f-address__title {
  width: 327px;
}
@media screen and (max-width: 768px) {
  .f-address {
    display: block;

  }
  .f-address__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .f-address__title {
    width: 130px;
  }
}

.f-content-info {
  display: flex;
  align-items: flex-end;
}
.f-content-info-card {
  margin: 0 20px 0 0;
  padding: 13px;
  padding-left: 12px;
  background: #001564;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
.f-content-info-card:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  margin-top: -2px;
  margin-right: 5px;
  background: url(../img/share/icon_card.png) no-repeat;
  vertical-align: middle;
}
.f-content-info-tel {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.f-content-info-tel img {
  margin-top: 13px;
  width: 290px;
}
@media screen and (max-width: 768px) {
  .f-content-info {
    /* ---------------------------SP */
  }
  .f-content-info-card {
    display: none;
  }
  .f-content-info-tel {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .f-content-info-tel img {
    width:100%;
  }
}

.copyright {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #001564;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .copyright {
    /* ---------------------------SP */
    padding: 15px 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.contents, .h-content-header, .h-nav-list, .f-content-inner, .privacy, aside .bnr, aside .contact, .page-title, .top-service, .news-section, .news-entry {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents, .h-content-header, .h-nav-list, .f-content-inner, .privacy, aside .bnr, aside .contact, .page-title, .top-service, .news-section, .news-entry {
    /* ---------------------------SP */
    width: auto;
    margin: 0 10px;
  }
}

.contents-title {
  position: relative;
  margin-bottom: 30px;
  padding: 5px;
  color: #fff;
  border: 1px solid #ee8017;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  background-image: linear-gradient(-45deg, #f1943c 25%, #ee8017 25%, #ee8017 50%, #f1943c 50%, #f1943c 75%, #ee8017 75%, #ee8017);
  background-size: 12px 12px;
  font-weight: 900;
}
.contents-title:after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(255, 255, 255, 0.79);
}
.contents-title.-type2 {
  border-color: #001564;
  background-image: linear-gradient(-45deg, #0f236d 25%, #001564 25%, #001564 50%, #0f236d 50%, #0f236d 75%, #001564 75%, #001564);
}
@media screen and (max-width: 768px) {
  .contents-title {
    /* ---------------------------SP */
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contents-title:after {
    display: none;
  }
}

.privacy {
  margin-bottom: 120px;
}
.privacy .headline {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
  font-size: 20px;
  font-size: 1.25rem;
}
.privacy p {
  margin-bottom: 2em;
  line-height: 2em;
}
.privacy ol {
  margin-bottom: 2em;
}
.privacy ol li {
  margin-bottom: 10px;
}
.privacy ol.privacy-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy {
    /* ---------------------------SP */
    margin-bottom: 30px;
  }
}

.flex-container, aside .bnr, aside .contact, .top-charm-container, .top-service-container, .top-price-container, .top-problem-list, .service .contents, .service .h-content-header, .service .h-nav-list, .service .f-content-inner, .service .privacy, .service aside .bnr, aside .service .bnr, .service aside .contact, aside .service .contact, .service .page-title, .service .top-service, .service .news-section, .service .news-entry, .parts-detail, .sales-payment .point, .sales-detail-list, .sales-secondhand .point, .sales-secondhand .reason {
  display: flex;
  flex-wrap: wrap;
}

/* bnr area */
aside .contact-title {
  margin-bottom: 30px;
  text-align: center;
}
aside .bnr {
  justify-content: flex-start;
  padding: 60px 0 40px;
}
aside .bnr li {
  margin:0 30px;
}

aside .bnr li img{
  height: 60px;
}

@media screen and (max-width: 768px) {
  aside {
    /* ---------------------------SP */
  }
  aside .contact-title {
    margin: 0 10px 20px;
  }
  aside .bnr {
    display: block;
    padding: 30px 0 10px;
  }
  aside .bnr li {
    width: auto;
    margin-bottom: 10px;
  }
}
aside .contact {
  justify-content: space-between;
  margin-bottom: 120px;
}
aside .contact li {
  width: 32%;
}
aside .contact li a {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  font-size: 32px;
  font-size: 2rem;
}
aside .contact li a:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}
aside .contact li a:hover {
  top: 6px;
  box-shadow: 0 0 0 !important;
}
aside .contact li.-web a {
  background: #d8064b;
  box-shadow: 0px 6px 0px 0px #ad023a;
}
aside .contact li.-line a {
  background: #00b900;
  box-shadow: 0px 6px 0px 0px #008c00;
}
aside .contact li.-line a img {
  width: 163px;
}
aside .contact li.-tel a {
  background: #225ed9;
  box-shadow: 0px 6px 0px 0px #0e3584;
}
aside .contact li.-tel a:before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 40px;
  margin-right: 5px;
  margin-top: -3px;
  background: url(../img/share/icon_tel.png) no-repeat;
  vertical-align: middle;
}
aside .contact.-col2 li {
  width: 48%;
}
aside .contact.-col2 li a:after {
  display: none;
}
aside .contact.-col2 li span {
  display: block;
  margin-bottom: 10px;
}
aside .contact.-col2 li span:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}
aside .contact.-col2 li.-line a img.qr {
  width: 49px;
  margin-right: 25px;
}
aside .contact.-col2 li.-tel a:before {
  display: none;
}
aside .contact.-col2 li.-tel a span:before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 40px;
  margin-right: 5px;
  margin-top: -3px;
  background: url(../img/share/icon_tel.png) no-repeat;
  vertical-align: middle;
}
aside .contact.-col2 li.-tel a img.freedial {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  aside .contact {
    /* ---------------------------SP */
    display: block;
    margin-bottom: 40px;
  }
  aside .contact li {
    width: auto;
    margin-bottom: 15px;
  }
  aside .contact li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  aside .contact li.-line a img {
    width: 81.5px;
  }
  aside .contact li.-tel a:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  aside .contact.-col2 li {
    width: auto;
  }
  aside .contact.-col2 li.-line a img.qr {
    vertical-align: middle;
    margin-right: 10px;
  }
  aside .contact.-col2 li.-tel a span:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  aside .contact.-col2 li.-tel a img.freedial {
    width: 33.5px;
    margin-right: 10px;
  }
}

/* -----------------------------------------------------------
	page title
----------------------------------------------------------- */
.page-title {
  min-height: 110px;
  margin: 35px auto 40px;
  padding-top: 20px;
  color: #fff;
  background: url(../img/share/bg_pagetitle.png) no-repeat;
  text-align: center;
}
.page-title__title {
  font-size: 36px;
  font-size: 2.25rem;
}
.page-title__en {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .page-title {
    /* ---------------------------SP */
    min-height: auto;
    margin: 0 0 20px;
    padding: 20px 20px 15px;
  }
  .page-title__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.page-catch {
  margin-top: 10px;
  background: #fffddc;
  text-align: center;
}

/* -----------------------------------------------------------
	top page
----------------------------------------------------------- */
.mainvisual {
  text-align: center;
}

.top-news .contents, .top-news .h-content-header, .top-news .h-nav-list, .top-news .f-content-inner, .top-news .privacy, .top-news aside .bnr, aside .top-news .bnr, .top-news aside .contact, aside .top-news .contact, .top-news .page-title, .top-news .top-service, .top-news .news-section, .top-news .news-entry {
  display: flex;
  margin-bottom: 40px;
}
.top-news__title {
  padding: 15px 40px;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  background: #ee8017;
}
.top-news__text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.top-news__text a {
  margin-left: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    /* ---------------------------SP */
  }
  .top-news .contents, .top-news .h-content-header, .top-news .h-nav-list, .top-news .f-content-inner, .top-news .privacy, .top-news aside .bnr, aside .top-news .bnr, .top-news aside .contact, aside .top-news .contact, .top-news .page-title, .top-news .top-service, .top-news .news-section, .top-news .news-entry {
    display: block;
    margin: 0 10px 20px;
  }
  .top-news__title {
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .top-news__text {
    display: block;
    border-left: 1px solid #dbdbdb;
    border-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-news__text a {
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-charm {
  padding: 40px 0 45px;
  background-image: linear-gradient(90deg, #faf8f0 25%, #f2f0e8 25%, #f2f0e8 50%, #faf8f0 50%, #faf8f0 75%, #faf8f0 75%, #faf8f0);
  background-size: 4px 4px;
}
.top-charm-container {
  justify-content: space-between;
}
.top-charm-title {
  margin-bottom: 30px;
  margin-right: -13px;
}
.top-charm-item {
  width: 30%;
  margin-bottom: 30px;
  padding: 5px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.top-charm-item__title {
  padding: 10px;
  color: #fff;
  background: #001564;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
.top-charm-item__img {
  margin-bottom: 15px;
}
.top-charm-item__text {
  padding: 0 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.top-charm-item:nth-child(2n) .top-charm-item__title {
  background: #ee8017;
}
@media screen and (max-width: 768px) {
  .top-charm {
    /* ---------------------------SP */
    padding: 20px 0;
  }
  .top-charm-title {
    margin: 0 0 10px;
  }
  .top-charm-item {
    width: 45%;
    margin-bottom: 10px;
  }
  .top-charm-item__title {
    padding: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  .top-charm-item__img {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-charm-item__text {
    padding: 0 5px 5px;
  }
}

.top-service {
  padding-top: 70px;
}
.top-service-title img {
  position: absolute;
  top: -60px;
  left: -30px;
  z-index: 1;
}
.top-service-container {
  justify-content: space-between;
}
.top-service-item {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
}
.top-service-item:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
}
.top-service-item__title {
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  /* font-size: 28px;
  font-size: 1.75rem; */
  background-image: linear-gradient(-45deg, #273ca5 25%, #2e47c3 25%, #2e47c3 50%, #273ca5 50%, #273ca5 75%, #2e47c3 75%, #2e47c3);
  background-size: 4px 4px;
}
.top-service-item__img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-service {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .top-service-title {
    padding-left: 82.3333333333px;
  }
  .top-service-title img {
    width: 123.5px;
    top: -30px;
    left: -15px;
  }
  .top-service-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-service-item__title {
    padding: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top-price {
  padding: 60px 0;
  background: url(../img/top/bg_price.png);
}
.top-price-container {
  justify-content: space-between;
}
.top-price-item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.top-price-item__title {
  order: 2;
  width: 100%;
  padding: 7px 0 25px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1;
  background: url(../img/top/img_ribbon.png) center no-repeat;
  background-size: contain;
}
.top-price-item__img {
  order: 1;
  display: flex;
  align-items: center;
  height: 150px;
}
.top-price-item__price {
  order: 3;
  color: #da0944;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 48px;
  font-size: 3rem;
}
.top-price-item__price span {
  font-size: 24px;
  font-size: 1.5rem;
}
.top-price-bnr {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .top-price {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .top-price-item {
    width: 48%;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .top-price-item__title {
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-price-item__price {
    letter-spacing: -.03em;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .top-price-item__price span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .top-price-bnr {
    margin-top: 0;
  }
}

.top-problem {
  padding: 60px 0;
  padding-bottom: 90px;
}
.top-problem-bnr {
  display: flex;
  justify-content: space-between;
}
.top-problem-bnr li {
  width: 48%;
}
.top-problem-bnr li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  font-size: 32px;
  font-size: 2rem;
}
.top-problem-bnr li a b {
  font-size: 43px;
  font-size: 2.6875rem;
}
.top-problem-bnr li a:before {
  display: block;
  content: "";
}
.top-problem-bnr li a:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}
.top-problem-bnr li a:hover {
  top: 6px;
  box-shadow: 0 0 0 !important;
}
.top-problem-bnr li.-tel a {
  background: #d8064b;
  box-shadow: 0px 6px 0px 0px #ad023a;
}
.top-problem-bnr li.-tel a:before {
  width: 51px;
  height: 66px;
  margin-right: 20px;
  background: url(../img/top/icon_tel.png) no-repeat;
}
.top-problem-bnr li.-line a {
  background: #00b900;
  box-shadow: 0px 6px 0px 0px #008c00;
}
.top-problem-bnr li.-line a img {
  width: 187px;
}
.top-problem-bnr li.-line a:before {
  width: 65px;
  height: 105px;
  margin-right: 8px;
  background: url(../img/top/icon_lineat.png) no-repeat;
}
.top-problem-list {
  justify-content: space-between;
}
.top-problem-list li {
  width: 48%;
  margin-bottom: 15px;
  border: 1px solid #b5b5b5;
}
.top-problem-list li a {
  display: block;
  padding: 25px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-problem-list li a:before {
  content: "・";
}
.top-problem-list li a:after {
  content: "≫";
  margin-left: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-problem {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .top-problem-bnr {
    display: block;
  }
  .top-problem-bnr li {
    width: auto;
    margin-bottom: 15px;
  }
  .top-problem-bnr li a {
    min-height: 93px;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-problem-bnr li a b {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .top-problem-bnr li.-line a img {
    width: 121.6666666667px;
    margin-top: -2px;
  }
  .top-problem-bnr li.-line a:before {
    width: 32.5px;
    height: 52.5px;
    background-size: contain;
  }
  .top-problem-bnr li.-tel a:before {
    width: 25.5px;
    height: 33px;
    background-size: contain;
  }
  .top-problem-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-problem-list li a {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-problem-list li a:after {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-present {
  padding: 60px 0;
}
.top-present-title, .top-present-title-2 {
  height: 118px;
  padding-top: 30px;
  margin-bottom: 20px;
  background: url(../img/top/ribbon01.png) center top no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 3px 3px #5b0312;
  box-sizing: border-box;
}
.top-present-title-2 {
  height: 94px;
  padding-top: 8px;
  background-image: url(../img/top/ribbon02.png);
  color: #000;
  text-shadow: 0 0 0;
}
.top-present-choice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.top-present-choice li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  height: 280px;
  padding: 20px 0;
  color: #fff;
  box-sizing: border-box;
}
.top-present-choice li:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px dotted #fff;
}
.top-present-choice li span {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
.top-present-choice li span + span {
  margin-top: auto;
}
.top-present-choice li:nth-of-type(1) {
  background: #ee8017 url(../img/top/icon_present01.png) center 60% no-repeat;
}
.top-present-choice li:nth-of-type(1) span + span {
  font-size: 24px;
  font-size: 1.5rem;
}
.top-present-choice li:nth-of-type(2) {
  background: #2852b2 url(../img/top/icon_present02.png) center 62% no-repeat;
}
.top-present-choice li:nth-of-type(2) span + span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.top-present-choice li:nth-of-type(3) {
  background: #30a863 url(../img/top/icon_present03.png) center 65% no-repeat;
}
.top-present-internet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  padding-left: 30px;
  background-image: linear-gradient(90deg, #faf8f0 25%, #f2f0e8 25%, #f2f0e8 50%, #faf8f0 50%, #faf8f0 75%, #faf8f0 75%, #faf8f0);
  background-size: 4px 4px;
  text-align: center;
}
.top-present-internet:before {
  position: absolute;
  left: 70px;
  bottom: 0;
  content: "";
  display: block;
  width: 228px;
  height: 176px;
  background: url(../img/top/bg_internet.png) no-repeat;
  z-index: 0;
}
.top-present-internet p {
  position: relative;
  z-index: 1;
}
.top-present-internet .card {
  flex-shrink: 0;
  margin-left: 20px;
  padding: 15px 5px;
  background: #fff;
  border: 1px solid #cfcfce;
  border-radius: 6px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
}
.top-present-internet .card img {
  width: 304px;
}
.top-present-internet .card-info {
  margin: 5px 10px;
}
.top-present .order {
  display: flex;
  justify-content: space-between;
}
.top-present .order li {
  width: 48%;
}
.top-present .order li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
}
.top-present .order li a span {
  font-size: 18px;
  font-size: 1.125rem;
}
.top-present .order li a span:first-child {
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 2rem;
}
.top-present .order li a span:first-child:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}
.top-present .order li a:hover {
  top: 6px;
  box-shadow: 0 0 0 !important;
}
.top-present .order li.-web a {
  background: #d8064b;
  box-shadow: 0px 6px 0px 0px #ad023a;
}
.top-present .order li.-line a {
  background: #00b900;
  box-shadow: 0px 6px 0px 0px #008c00;
}
.top-present .order li.-line a img {
  width: 187px;
}
@media screen and (max-width: 768px) {
  .top-present {
    /* ---------------------------SP */
    padding: 30px 0 15px;
  }
  .top-present-title, .top-present-title-2 {
    height: 47px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 2em;
    background: url(../img/top/ribbon01_sp.png) center top no-repeat;
    background-size: contain;
    font-size: 16px;
    font-size: 1rem;
  }
  .top-present-title-2 {
    padding-left: 0;
    background-image: url(../img/top/ribbon02_sp.png);
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-present-choice {
    display: block;
    margin-bottom: 25px;
  }
  .top-present-choice li {
    width: auto;
    height: auto;
    margin-bottom: 5px;
    padding-left: 40px;
  }
  .top-present-choice li:after {
    top: 5px;
    left: 5px;
    width: calc(100% - 11px);
    height: calc(100% - 11px);
  }
  .top-present-choice li span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top-present-choice li:nth-of-type(1) {
    background-position: 20px center;
    background-size: 48px auto;
  }
  .top-present-choice li:nth-of-type(1) span + span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-present-choice li:nth-of-type(2) {
    background-position: 10px center;
    background-size: 75.5px auto;
  }
  .top-present-choice li:nth-of-type(2) span + span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .top-present-choice li:nth-of-type(3) {
    background-position: 20px center;
    background-size: 48px auto;
  }
  .top-present-internet {
    display: block;
    padding: 0;
    background: none;
  }
  .top-present-internet:before {
    display: none;
  }
  .top-present-internet p {
    margin-bottom: 10px;
    padding: 20px 10px;
    background-image: linear-gradient(90deg, #faf8f0 25%, #f2f0e8 25%, #f2f0e8 50%, #faf8f0 50%, #faf8f0 75%, #faf8f0 75%, #faf8f0);
    background-size: 4px 4px;
    overflow: hidden;
  }
  .top-present-internet p span {
    position: relative;
    z-index: 1;
  }
  .top-present-internet p:before {
    position: absolute;
    left: 35px;
    bottom: -20px;
    content: "";
    display: block;
    width: 114px;
    height: 114px;
    background: url(../img/top/bg_internet.png) no-repeat;
    background-size: contain;
    z-index: 0;
  }
  .top-present-internet .card {
    width: 237px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  }
  .top-present-internet .card-info {
    margin: 5px auto;
  }
  .top-present .order {
    display: block;
  }
  .top-present .order li {
    width: auto;
    margin-bottom: 15px;
  }
  .top-present .order li a span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-present .order li a span:first-child {
    margin-bottom: 5px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .top-present .order li.-line a img {
    width: 121.6666666667px;
    margin-top: -2px;
  }
}

.top-special {
  padding: 60px 0;
  background: url(../img/top/bg_special.png);
}
.top-special-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-special-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-special {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .top-special-list li {
    margin-bottom: 10px;
  }
}

.top-event .contents, .top-event .h-content-header, .top-event .h-nav-list, .top-event .f-content-inner, .top-event .privacy, .top-event aside .bnr, aside .top-event .bnr, .top-event aside .contact, aside .top-event .contact, .top-event .page-title, .top-event .top-service, .top-event .news-section, .top-event .news-entry {
  padding: 70px 0;
}
.top-event-list li {
  margin-bottom: 30px;
}
.top-event-list li:last-child {
  margin: 0;
}
.top-event.-type2 {
  background: url(../img/top/bg_special.png);
}
@media screen and (max-width: 768px) {
  .top-event {
    /* ---------------------------SP */
  }
  .top-event .contents, .top-event .h-content-header, .top-event .h-nav-list, .top-event .f-content-inner, .top-event .privacy, .top-event aside .bnr, aside .top-event .bnr, .top-event aside .contact, aside .top-event .contact, .top-event .page-title, .top-event .top-service, .top-event .news-section, .top-event .news-entry {
    padding: 30px 0;
  }
  .top-event-list li {
    margin-bottom: 15px;
  }
}

.top-line {
  padding: 60px 0;
  background: #00b900;
  color: #fff;
}
.top-line .contents, .top-line .h-content-header, .top-line .h-nav-list, .top-line .f-content-inner, .top-line .privacy, .top-line aside .bnr, aside .top-line .bnr, .top-line aside .contact, aside .top-line .contact, .top-line .page-title, .top-line .top-service, .top-line .news-section, .top-line .news-entry {
  padding: 0 60px;
  box-sizing: border-box;
}
.top-line-title {
  margin-bottom: 30px;
  font-size: 41px;
  font-size: 2.5625rem;
}
.top-line-text {
  line-height: 2;
}
.top-line-btn {
  display: flex;
  margin-top: 60px;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.top-line-btn span {
  position: relative;
  display: block;
  padding: 25px 50px;
  background: #fff;
  border-radius: 100px;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
.top-line-btn span:after {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 30px;
  border-color: transparent transparent transparent #fff;
}
.top-line-btn a {
  position: relative;
  display: block;
  padding: 25px 100px;
  color: #000;
  background: #fff;
  box-shadow: 0px 6px 0px 0px #008c00;
  border-radius: 6px;
  font-size: 30px;
  font-size: 1.875rem;
}
.top-line-btn a:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}
.top-line-btn a:hover {
  top: 6px;
  box-shadow: 0 0 0;
}
@media screen and (max-width: 768px) {
  .top-line {
    /* ---------------------------SP */
  }
  .top-line-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-line {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .top-line .contents, .top-line .h-content-header, .top-line .h-nav-list, .top-line .f-content-inner, .top-line .privacy, .top-line aside .bnr, aside .top-line .bnr, .top-line aside .contact, aside .top-line .contact, .top-line .page-title, .top-line .top-service, .top-line .news-section, .top-line .news-entry {
    padding: 0 10px;
  }
  .top-line-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
  .top-line-title img {
    width: 109.5px;
  }
  .top-line-btn {
    margin: 20px 20px 0;
  }
  .top-line-btn span {
    margin-bottom: 17px;
    padding: 18px;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
  }
  .top-line-btn span:after {
    top: auto;
    right: auto;
    bottom: -22px;
    left: 50%;
    border-width: 15px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
  }
  .top-line-btn a {
    display: block;
    padding: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.top-access {
  padding: 60px 0;
  background: #ebe9d9;
}
.top-access .googlemap {
  position: relative;
  width: 100%;
  height: 454px;
  margin-top: 30px;
  border: 1px solid #b5b5b5;
  overflow: hidden;
}
.top-access .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .top-access {
    /* ---------------------------SP */
    padding: 0 0 30px;
  }
  .top-access .googlemap {
    height: 288.5px;
    margin-top: 15px;
  }
}

/* -----------------------------------------------------------
	news and event
----------------------------------------------------------- */
.news-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #8d8d8d;
}
.news-section__img {
  flex-shrink: 1;
  order: 0;
}
.news-section-detail {
  width: calc(100% - (280px + 35px));
  order: 1;
}
.news-section__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #8d8d8d;
}
.news-section__date, .news-entry__date {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section__date:before, .news-entry__date:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-top: -2px;
  margin-right: 5px;
  background: url(../img/share/icon_time.png) no-repeat;
  vertical-align: middle;
}
.news-section__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.news-section .more {
  text-align: right;
}
.news-section .more a {
  color: #ee8017;
}
.news-section .more a:after {
  content: "≫";
}
@media screen and (max-width: 768px) {
  .news-section {
    /* ---------------------------SP */
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .news-section__img {
    margin: 0 auto 10px;
    display: none;
  }
  .news-section-detail {
    width: auto;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 70px;
}
.pagination li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d0d0d0;
  line-height: 1;
  transition: all .5s;
}
.pagination li a:hover {
  opacity: .5;
}
.pagination li span {
  font-weight: bold;
  background: #fef0db;
}
.pagination li a.prev,
.pagination li a.next {
  font-size: 0;
}
.pagination li a.prev:before,
.pagination li a.next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.pagination li a.prev:before {
  content: "≪";
}
.pagination li a.next:before {
  content: "≫";
}
.pagination li.first a, .pagination li.last a {
  width: 3em;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .pagination {
    /* ---------------------------SP */
    margin: 20px 10px 40px;
  }
}

.news-entry {
  margin-bottom: 100px;
}
.news-entry__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #001a68;
  border-bottom: 1px solid #001a68;
}
.news-entry-body {
  font-size: 14px;
  font-size: 0.875rem;
}
.news-entry-body h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
  font-size: 20px;
  font-size: 1.25rem;
}
.news-entry-body h4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b2b2b2;
  font-size: 18px;
  font-size: 1.125rem;
}
.news-entry-body h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.news-entry-body p {
  margin-bottom: 2em;
  line-height: 2em;
}
.news-entry-body ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}
.news-entry-body ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 40px;
}
.news-entry-body table {
  width: 100%;
  margin-bottom: 40px;
  border-left: 1px solid #b1b1b1;
  border-top: 1px solid #b1b1b1;
}
.news-entry-body table th,
.news-entry-body table td {
  padding: 10px;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.news-entry-body table th {
  background: #ee8017;
  color: #fff;
  text-align: center;
}
.news-entry-body table td {
  padding: 10px 30px;
}

/* -----------------------------------------------------------
	coating
----------------------------------------------------------- */
.service {
  margin: 40px 0 70px;
}
.service .contents, .service .h-content-header, .service .h-nav-list, .service .f-content-inner, .service .privacy, .service aside .bnr, aside .service .bnr, .service aside .contact, aside .service .contact, .service .page-title, .service .top-service, .service .news-section, .service .news-entry {
  justify-content: space-between;
}
.service-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../img/top/bg_price.png);
  border: 2px solid #fec631;
}
.service-section__title {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  background: #fec631;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
  text-shadow: #fda804 2px 0px,  #fda804 -2px 0px, #fda804 0px -2px, #fda804 0px 2px, #fda804 2px 2px , #fda804 -2px 2px, #fda804 2px -2px, #fda804 -2px -2px, #fda804 1px 2px,  #fda804 -1px 2px, #fda804 1px -2px, #fda804 -1px -2px, #fda804 2px 1px,  #fda804 -2px 1px, #fda804 2px -1px, #fda804 -2px -1px;
}
.service-section__text {
  width: 40%;
  margin: 30px;
  margin-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.service-section__img {
  margin-right: 30px;
}
.service-section:first-child {
  width: 100%;
}
.service-section:first-child .service-section__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service {
    /* ---------------------------SP */
    display: block;
    margin: 30px 0;
  }
  .service-section {
    justify-content: space-between;
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .service-section__title {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .service-section__text {
    width: 48%;
    margin: 15px;
    margin-right: 0;
  }
  .service-section__img {
    width: 40%;
    margin: 15px 0;
    margin-right: 15px;
    text-align: center;
  }
  .service-section:first-child .service-section__text {
    width: auto;
    margin: 15px;
  }
  .service-section:first-child .service-section__img {
    width: auto;
    margin: 0 15px 15px;
  }
}

.parts {
  padding: 60px 0 0;
  background: url(../img/top/bg_special.png);
}
.parts-list {
  width: 50%;
  padding-bottom: 70px;
  padding-left: 15px;
  background: url(../img/coating/img_parts02.png) right 40px bottom no-repeat;
  box-sizing: border-box;
}
.parts-list li {
  margin-bottom: 20px;
  padding-left: 35px;
  background: url(../img/coating/icon_check.png) no-repeat;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.parts-list:first-child {
  background: url(../img/coating/img_parts01.png) right 50px top no-repeat;
}
@media screen and (max-width: 768px) {
  .parts {
    /* ---------------------------SP */
    padding: 30px 0 0;
  }
  .parts-detail {
    display: block;
    overflow: hidden;
  }
  .parts-list {
    width: auto;
    padding-bottom: 0;
    background-position: right bottom;
    background-size: 68.5px auto;
  }
  .parts-list li {
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    background-size: auto 14px;
    background-position: left 3px;
  }
  .parts-list:first-child {
    background-position: right 20px top;
    background-size: auto 51px;
  }
}

/* -----------------------------------------------------------
	sales
----------------------------------------------------------- */
.sales-payment {
  margin: 50px 0 70px;
}
.sales-payment .point {
  margin-top: 30px;
  justify-content: space-between;
}
.sales-payment .point-section {
  position: relative;
  width: 48.5%;
  margin-bottom: 30px;
  padding: 30px 25px;
  padding-left: 110px;
  box-sizing: border-box;
  background: url(../img/top/bg_price.png);
}
.sales-payment .point-section__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0e32a0;
  font-weight: 800;
  letter-spacing: -.06em;
}
.sales-payment .point-section__title img {
  position: absolute;
  top: 5px;
  left: 3px;
}
.sales-payment .point-section__text {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .sales-payment {
    /* ---------------------------SP */
    margin: 30px 0;
  }
  .sales-payment .point {
    display: block;
  }
  .sales-payment .point-section {
    width: auto;
    margin-bottom: 10px;
    padding: 20px;
  }
  .sales-payment .point-section__title {
    padding-left: 50px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .sales-payment .point-section__title img {
    top: 10px;
    left: 10px;
    width: 48.5px;
  }
}

.sales-detail {
  padding: 50px 0 70px;
  background: #f7f7f3;
}
.sales-detail-list {
  justify-content: space-between;
}
.sales-detail-list li {
  width: 33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sales-detail {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .sales-detail-list li {
    width: 49%;
    margin-bottom: 10px;
  }
}

.sales-secondhand {
  margin: 50px 0 40px;
}
.sales-secondhand__title {
  margin-bottom: 30px;
}
.sales-secondhand .point {
  justify-content: space-between;
}
.sales-secondhand .point-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-top: 15px;
  background: #ffed74;
  border-radius: 250px;
  box-sizing: border-box;
}
.sales-secondhand .point-section__title {
  margin-bottom: 5px;
}
.sales-secondhand .point-section__text {
  margin: 0;
  color: #555555;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.sales-secondhand .point-section:nth-of-type(2) .point-section__text, .sales-secondhand .point-section:nth-of-type(3) .point-section__text {
  letter-spacing: -.1em;
}
.sales-secondhand .point-section:after {
  position: absolute;
  bottom: -127px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 134px;
  height: 121px;
  background: url(../img/sales/arrow.png) no-repeat;
}
.sales-secondhand .title-reason {
  position: relative;
  z-index: 0;
  margin-top: 135px;
  text-align: center;
}
.sales-secondhand .reason {
  position: relative;
  z-index: 1;
  margin: -15px 0 40px;
  justify-content: space-between;
}
.sales-secondhand .reason-section {
  width: 32%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  box-sizing: border-box;
}
.sales-secondhand .reason-section__title {
  padding: 10px;
  font-size: 36px;
  font-size: 2.25rem;
  background: #ffed74;
  color: #5a5a5a;
  text-align: center;
}
.sales-secondhand .reason-section__text {
  padding: 20px;
}
.sales-secondhand .reason-section__text ol {
  font-weight: bold;
  margin-bottom: 1em;
}
.sales-secondhand .reason-section:nth-of-type(1) {
  background-image: url(../img/sales/bg_reason01.jpg);
}
.sales-secondhand .reason-section:nth-of-type(2) {
  background-image: url(../img/sales/bg_reason02.jpg);
}
.sales-secondhand .reason-section:nth-of-type(3) {
  background-image: url(../img/sales/bg_reason03.jpg);
}
@media screen and (max-width: 768px) {
  .sales-secondhand {
    /* ---------------------------SP */
    margin: 30px 0;
  }
  .sales-secondhand .point {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .sales-secondhand .point-section {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    background: none;
    flex-direction: row;
  }
  .sales-secondhand .point-section:after {
    display: none;
  }
  .sales-secondhand .point-section:last-child:after {
    display: block;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 67px;
    height: 60.5px;
    background-size: contain;
  }
  .sales-secondhand .point-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0;
    margin-right: 5px;
    padding: 20px;
    border-radius: 150px;
    background: #ffed74;
    box-sizing: border-box;
  }
  .sales-secondhand .point-section__title img {
    width: 96px;
  }
  .sales-secondhand .point-section:nth-of-type(1) .point-section__title img {
    width: 110px;
  }
  .sales-secondhand .point-section__text {
    width: calc(100% - 155px);
  }
  .sales-secondhand .title-reason {
    margin-top: 90px;
  }
  .sales-secondhand .reason {
    display: block;
    margin: 0;
  }
  .sales-secondhand .reason-section {
    width: auto;
  }
  .sales-secondhand .reason-section__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* -----------------------------------------------------------
	store
----------------------------------------------------------- */
.store-header {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.store-header img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .store-header {
    /* ---------------------------SP */
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.store-map {
  margin-bottom: 50px;
}
.store-map .googlemap {
  position: relative;
  width: 100%;
  height: 510px;
  border: 0;
  overflow: hidden;
}
.store-map .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .store-map {
    /* ---------------------------SP */
    margin-bottom: 30px;
  }
  .store-map .googlemap {
    height: 255px;
  }
}

.store-mechaboys {
  padding: 50px 0;
  background: url(../img/top/bg_price.png);
}
.store-mechaboys .mechaboys {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.store-mechaboys .mechaboys-section {
  width: 466px;
}
.store-mechaboys .mechaboys-section > div {
  position: relative;
}
.store-mechaboys .mechaboys-section > div:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
}
.store-mechaboys .mechaboys-section__title {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 29px;
  font-size: 1.8125rem;
  background-image: linear-gradient(-45deg, #0f236d 25%, #001564 25%, #001564 50%, #0f236d 50%, #0f236d 75%, #001564 75%, #001564);
  background-size: 12px 12px;
}
.store-mechaboys .mechaboys-section__text {
  margin: 10px 15px 0;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
}
.store-mechaboys .mechaboys-section:nth-of-type(2) .mechaboys-section__title {
  background-image: linear-gradient(-45deg, #d41345 25%, #b3103a 25%, #b3103a 50%, #d41345 50%, #d41345 75%, #b3103a 75%, #b3103a);
  background-size: 4px 4px;
}
@media screen and (max-width: 768px) {
  .store-mechaboys {
    /* ---------------------------SP */
    padding: 30px 0;
  }
  .store-mechaboys .mechaboys {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .store-mechaboys .mechaboys-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .store-mechaboys .mechaboys-section__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .store-mechaboys .mechaboys-section__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.store {
  margin: 50px 0 0;
}
.store-list {
  display: flex;
  flex-wrap: wrap;
}
.store-list li {
  width: 212px;
  margin-right: 40px;
  margin-bottom: 50px;
  padding: 3px;
  border: 1px solid #dddee1;
  color: #fff;
  font-weight: 700;
}
.store-list li a {
  color: #fff;
}
.store-list li a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-right: 5px;
  background: url(../img/store/icon_tel.png) no-repeat;
  vertical-align: middle;
}
.store-list li div {
  padding: 10px 15px;
  background: #001564;
}
.store-list li:nth-child(2n) div {
  background: #ee8017;
}
.store-list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .store {
    /* ---------------------------SP */
    margin: 30px 0;
  }
  .store-list {
    justify-content: space-between;
  }
  .store-list li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-event.-type2 + .top-line {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-event.-type2 + .top-line {
    /* ---------------------------SP */
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------------------
	faq
----------------------------------------------------------- */
.faq-section {
  margin-bottom: 70px;
}
.faq-section__title {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 40px;
  background: #fadabc;
  border-radius: 100px;
  font-size: 18px;
  font-size: 1.125rem;
}
.faq-section__title:after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.faq-section__title.-open:after {
  content: "ー";
  font-size: 24px;
}
.faq-section__title:hover {
  cursor: pointer;
  opacity: .7;
}
.faq-section__text {
  display: none;
  margin: 20px 0 60px 90px;
  font-size: 14px;
  font-size: 0.875rem;
}
.faq .apology {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq {
    /* ---------------------------SP */
  }
  .faq-section {
    margin-bottom: 40px;
  }
  .faq-section__title {
    padding: 10px 20px;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
  .faq-section__title:after {
    font-size: 20px !important;
  }
  .faq-section__text {
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .faq .apology {
    margin: 0 15px 15px;
  }
}

/* -----------------------------------------------------------
	form
----------------------------------------------------------- */
.form {
  padding: 50px 0;
  background: url(../img/top/bg_price.png);
}
.form-nav {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.form-nav li {
  width: 40%;
}
.form-nav li + li {
  margin-left: 50px;
}
.form-nav li a {
  display: block;
  padding: 15px;
  background: #dcdcdc;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: 800;
  box-shadow: 2px 2px 2px 4px rgba(0, 0, 0, 0.08);
}
.form-nav li.active a {
  background: #fff;
}
.form-container {
  position: relative;
  z-index: 1;
  padding: 60px;
  background: #fff;
  box-shadow: 3px 3px 3px 7px rgba(0, 0, 0, 0.08);
}
.form-section {
  margin-bottom: 45px;
}
.form-section__title {
  margin-left: 50px;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
}
.form-section__text {
  margin: 0 50px 40px;
  font-weight: bold;
}
.form-section__text.-error {
  color: #f30000;
}
.form-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.form-section-header .form-section__title,
.form-section-header .form-section__text {
  margin: 0;
}
.form-section-header .form-section__title {
  margin-left: 50px;
  margin-right: 30px;
}
.form-section-header .form-section__text {
  font-weight: normal;
}
.form table {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
}
.form table th, .form table td {
  padding: 25px;
  border-top: 1px solid #bfbfbf;
  text-align: left;
}
.form table th {
  width: 5em;
  padding: 28px 50px;
  vertical-align: top;
}
.form table.inquiry th {
  width: 6em;
}
.form table td ul {
  display: flex;
}
.form table td ul li + li {
  margin-left: 30px;
}
.form table td.td-date {
  width: 200px;
}
.form table td small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.form .form-required {
  color: #f30000;
}
.form .form-item-text {
  width: 80%;
  height: 30px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.form .form-item-text.-zip {
  width: 6em;
}
.form .form-item-text.-zip + .-zip {
  width: 8em;
}
.form .form-item-text.-date {
  width: 10em;
  margin-right: 15px;
  text-align: center;
}
.form .form-item-textarea {
  width: 80%;
  height: 200px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.form select {
  height: 30px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.form .form-link {
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
.form .form-btn {
  display: flex;
  justify-content: center;
}
.form .btn-submit {
  padding: 15px 50px;
  background: #001564;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: .5em;
  border: 0;
}
.form .btn-submit.-reset {
  letter-spacing: 0;
}
.form .btn-submit + .btn-submit {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .form {
    /* ---------------------------SP */
    padding: 10px 0;
  }
  .form-nav {
    display: block;
  }
  .form-nav li {
    width: auto;
  }
  .form-nav li + li {
    margin-left: 0;
  }
  .form-nav li a {
    font-size: 16px;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 800;
    box-shadow: 0 0 0;
  }
  .form-nav li.active a {
    background: #fff;
  }
  .form-container {
    padding: 20px 10px;
    box-shadow: 0 0 0;
  }
  .form-section {
    margin-bottom: 20px;
  }
  .form-section__title {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .form-section__text {
    margin: 0 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form-section-header {
    display: block;
    margin-bottom: 20px;
  }
  .form-section-header .form-section__title,
  .form-section-header .form-section__text {
    margin: 0 0 10px;
  }
  .form-section-header .form-section__title {
    margin-left: 0;
    margin-right: 0;
  }
  .form-section-header .form-section__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form table {
    border: 0;
    border-top: 1px solid #bfbfbf;
  }
  .form table th, .form table td {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
  }
  .form table th {
    width: 100% !important;
    padding: 10px 10px 0;
  }
  .form table td {
    border-bottom: 1px solid #bfbfbf;
  }
  .form table td.td-date {
    width: auto;
  }
  .form .form-item-text,
  .form .form-item-textarea {
    width: 100%;
  }
  .form .form-link {
    margin-top: 0;
  }
  .form .btn-submit + .btn-submit {
    margin-left: 20px;
  }
  .form input[type="submit"],
  .form input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  .form input[type="submit"]:-webkit-search-decoration,
  .form input[type="reset"]:-webkit-search-decoration {
    display: none;
  }
  .form input[type="submit"]:focus,
  .form input[type="reset"]:focus {
    outline-offset: -2px;
  }
}

/*# sourceMappingURL=common.css.map */


/*　R2/12/23 ナノガードγ追加分　*/
.mainviual-item img{
  margin: 0 auto;
}

.nano_wrap{
  background: #F3EFE4;
  padding: 70px 0 80px;
}
.nano{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.nano_name{
  max-width: 570px;
  width: 80%;
  margin: 0 auto 20px;
}
.nano_title{
  position: relative;
  margin-bottom: 30px;
  padding: 5px;
  color: #fff;
  border: 1px solid #011564;
  background-image: linear-gradient(-45deg, #051B67 25%, #10226D 25%, #10226D 50%, #051B67 50%, #051B67 75%, #10226D 75%, #10226D);
  background-size: 12px 12px;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  background-size: 12px 12px;
  font-weight: 900;
}
.nano_title:after{
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(255, 255, 255, 0.79);
}
.nano_col{
  display: flex;
  justify-content: space-between;
}
.nano_feat{
  position: relative;
  width: calc(100% / 3 - 1%);
}
.nano_feat img{
  vertical-align: bottom;
}
.feat_text{
  font-size: 1.8rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px){
  .nano_wrap{
    padding: 40px 0 60px;
  }
  .nano_col{
    flex-direction: column;
  }
  .nano_feat{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .nano_title{
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}