body:not(.home) header {
  position: static;
}
.main-title {
  color: #000000;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.4;
}
.main-title::before {
  content: "";
  width: 60px;
  height: 2px;
  background: rgb(0, 105, 240);
  background: linear-gradient(90deg, rgba(0, 105, 240, 1) 2%, rgba(0, 188, 240, 1) 51%, rgba(149, 164, 252, 1) 96%);
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 99px;
}
.main-title .sub-main-title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  color: #0071B7;
  padding-top: 5px;
  font-family: 'Josefin Sans', sans-serif;
}
.main-title.v2 {
  font-size: 2.5rem;
  padding-bottom: 10px;
}
.main-title.v2::before {
  width: 54px;
  background: #ADADAD;
}
.bgcl-13 {
  background-color: #F5F6F7;
}
.btn.btn-link.v2 {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
  min-height: 97px;
  font-size: 2.3rem;
}
.btn.btn-link.v2::after {
  right: 70px;
}
.btn.btn-link.v2:hover::after {
  right: 60px;
}
.btn.btn-link.v1 {
  max-width: 200px;
  min-height: 56px;
  box-shadow: 0px 0px 12px 0px rgba(102, 102, 102, 0.25);
  border: 1px solid #ffffff;
  background-color: #4d4d4d;
}
.btn.btn-link.v1::after {
  right: 20px;
}
.btn.btn-link.v1:hover::after {
  right: 15px;
}
.btn.btn-link {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 225px;
  width: 100%;
  min-height: 64px;
  background-color: #000000;
  box-shadow: 0px 0px 13px 0px rgba(102, 102, 102, 0.25);
  letter-spacing: 0.1em;
  transition: .3s;
  z-index: 2;
}
.btn.btn-link::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
  background-image: linear-gradient(90deg, rgba(50, 143, 242, 1) 3%, rgba(4, 78, 195, 1) 100%);
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: -11;
}
.btn.btn-link:hover::before {
  opacity: 1;
  color: #ffffff;
}
.btn.btn-link::after {
  background-image: url(/assets/images/index/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 9px;
  right: 35px;
  transition: all .3s;
}
.btn.btn-link:hover::after {
  right: 25px;
}
.container-880 {
  max-width: 910px;
}
.container-1480 {
  max-width: 1510px;
}
.color-10 {
  color: #4D4D4D;
}
.color-11 {
  color: #E71C24;
}
.color-12 {
  color: #0071B6;
}
.service-station {
  position: relative;
}
.service-station::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 665px;
  background-color: #EFEFEF;
}
.box-service-station {
  display: flex;
  padding: 35px 55px 35px 75px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(117, 169, 191, 0.25);
}
.box-service-station.v1 .box-service-station-left {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.box-service-station.v1.v1-1 {
  border: 1px solid #C6C6C6;
  box-shadow: none;
}
.box-service-station .box-service-station-left {
  flex: 1;
}
.box-service-station .box-service-station-right {
  width: 709px;
}
.box-service-station .svg-img *[id*="pageid_"] {
  cursor: pointer;
  transition: all .3s;
}
.box-service-station .svg-img *[id*="pageid_"]:hover {
  opacity: 0.6;
}
.box-station {
  color: #4D4D4D;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.box-station.box-station-left .box-station-img {
  max-width: 410px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: max-content;
}
.box-station.box-station-left .box-station-img img {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}
.box-station.box-station-left .title-station::before {
  bottom: -15px;
}
.box-station.box-station-left .title-station {
  padding-bottom: 0;
  margin-bottom: 0;
}
.box-station.box-station-left .box-station-img img.custom-r {
  right: calc(100% + 40px);
}
.box-station:not(.box-station-left) .box-station-img {
  margin-bottom: 20px;
}
.box-station .title-station {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.box-station .title-station::before {
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #333333;
  border-radius: 99px;
}
#form-search-station {
  display: flex;
}
#form-search-station .form-control {
  border: 1px solid #000000;
  height: 47px;
  padding: 0px 12px;
}
#form-search-station .form-control.form-control-left-bd {
  border-color: #A8B7BA;
}
#form-search-station .form-control.form-control-left-bd::placeholder {
  color: #949494;
}
#form-search-station .form-control-left {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  width: calc(100% - 111px);
  margin-right: 8px;
  font-family: 'Noto Sans JP', sans-serif;
}
#form-search-station select {
  background: url(/assets/images/index/icon-arrow-down.svg) no-repeat right center;
  background-size: 15px 13px;
  background-position-x: calc(100% - 18px);
}
#form-search-station .btn-search {
  background-color: #000000;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  min-width: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  border: none;
  box-shadow: 0px 0px 8px 0px rgb(102 102 102 / 25%);
  z-index: 1;
  cursor: pointer;
}
#form-search-station .btn-search::before {
  content: '';
  background: url(/assets/images/index/icon-search.svg) no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
#form-search-station .btn-search::after {
  content: '';
  position: absolute;
  top: 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(90deg, rgba(50, 143, 242, 1) 3%, rgba(4, 78, 195, 1) 100%);
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: -11;
}
#form-search-station .btn-search:hover::after {
  opacity: 1;
  color: #ffffff;
}
.service-station-note {
  background: rgb(50, 143, 242);
  background: linear-gradient(90deg, rgba(50, 143, 242, 1) 0%, rgba(4, 78, 195, 1) 100%);
  color: #ffffff;
  text-align: center;
  padding: 45px 0;
}
.service-station-support {
  height: 651px;
  width: 100%;
  background-image: url(/assets/images/index/bg-service-station-support.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.service-station-support .content-station-support {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgb(50, 143, 242);
  background: linear-gradient(90deg, rgba(50, 143, 242, 0.79) 0%, rgba(4, 78, 195, 0.79) 100%);
  color: #ffffff;
  min-height: 216px;
  padding: 55px;
  letter-spacing: 0.05em;
  width: calc(50vw + 185px);
}
.service-station-support .content-station-support .content-station-support-wrap {
  display: flex;
  align-items: center;
}
.service-station-support .content-station-support .content-station-support-left {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.7;
  width: 396px;
  margin-right: 30px;
}
.service-station-support .content-station-support .content-station-support-right {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
  max-width: 545px;
}
.box-list-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-list-service .box-list-service-img a {
  display: block;
  opacity: 1;
}
.box-list-service .box-list-service-img, .box-list-service .box-list-service-text {
  width: calc(50% - 28px);
  position: relative;
}
.list-service .box-list-service:nth-child(even) .box-list-service-text .btn.btn-link {
  background-color: #0D4282;
}
.box-list-service .box-list-service-img img {
  width: 100%;
  height: 368px;
  object-fit: cover;
}
.box-list-service .box-list-service-text-wrap {
  max-width: 468px;
  margin-left: 106px;
}
.box-list-service .box-list-service-text-wrap.w-470 {
  max-width: 470px;
}
.box-list-service .title-service {
  font-size: 3.3rem;
  font-weight: 700;
  position: relative;
}
.box-list-service .title-service::before, .box-list-service .title-service::after {
  content: '';
  position: absolute;
  right: calc(100% + 35px);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-list-service .title-service.gas-station::before {
  background-image: url(/assets/images/index/icon-gas-station.svg);
  width: 43px;
  height: 44px;
}
.box-list-service .title-service.car-wash::before {
  background-image: url(/assets/images/index/icon-car-wash.svg);
  width: 58px;
  height: 57px;
}
.box-list-service .title-service.check-car::before {
  background-image: url(/assets/images/index/icon-check-car.svg);
  width: 58px;
  height: 59px;
}
.box-list-service .title-service.tires::before {
  background-image: url(/assets/images/index/icon-tires.svg);
  width: 54px;
  height: 54px;
}
.box-list-service .title-service.car-oil::before {
  background-image: url(/assets/images/index/icon-car-oil.svg);
  width: 64px;
  height: 32px;
}
.box-list-service .title-service.car-rental::before {
  background-image: url(/assets/images/index/icon-car-rental.svg);
  width: 58px;
  height: 37px;
}
.box-list-service .title-service.buy-car::before {
  background-image: url(/assets/images/index/icon-buy-car.svg);
  width: 57px;
  height: 19px;
}
.box-list-service .title-service.auto-insurance::before {
  background-image: url(/assets/images/index/icon-auto-insurance.svg);
  width: 45px;
  height: 50px;
}
.box-list-service .description-service {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.our-commitment {
  background: rgb(50, 143, 242);
  background: linear-gradient(90deg, rgba(50, 143, 242, 1) 0%, rgba(4, 78, 195, 1) 100%);
}
.box-img-our-commitment-wrap {
  display: flex;
}
.group-img-our-commitment .box-img-our-commitment-wrap:not(:last-child) {
  box-shadow: 0px 0px 7px 0px rgba(10, 66, 91, 0.55);
}
.box-img-our-commitment-wrap .box-img-our-commitment:first-child {
  flex: 1;
}
.group-img-our-commitment .box-img-our-commitment-wrap:nth-child(3) .box-img-our-commitment img {
  box-shadow: 0px 0px 7px 0px rgba(10, 66, 91, 0.55);
}
.box-img-our-commitment-wrap .box-img-our-commitment img {
  height: 188px;
  width: 100%;
  object-fit: cover;
}
.box-news {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 25px 0px 25px 15px;
  border-bottom: 1px solid #DEDEDE;
  cursor: pointer;
  position: relative;
}
.box-news:hover .title-news {
  color: #0071b7;
}
.box-news .cat-news {
  margin-left: 15px;
}
.box-news .box-news-left {
  display: flex;
  align-items: center;
  padding-left: 70px;
  position: relative;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
.box-news .box-news-right {
  width: 715px;
  margin-left: 10px;
}
.box-news .label-news span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0071B7;
  border: 1px solid #0071B7;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.box-news .date-news {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
}
.box-news .cat-news {}
.box-news .cat-news a {
  background-color: #F2F2F2;
  min-width: 198px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #008D45;
  padding: 3px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 1.4rem;
  height: 100%;
}
.box-news .cat-news.v1 a {
  color: #008D45;
}
.box-news .cat-news.v2 a {
  color: #19A1D1;
}
.box-news .title-news {
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  display: block;
  padding-right: 100px;
  color: #1A1A1A;
  transition: all .3s;
}
.box-news .title-news::before {
  content: '';
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/images/index/icon-arrow-right-black-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 38px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all .3s;
}
.box-news-wrap .box-news:hover .title-news::before {
  right: 40px;
  background-image: url(/assets/images/index/icon-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 38px;
  height: 10px;
}
.section-news .btn.btn-link {
  background-color: #4d4d4d;
}
.home-recruit {
  background-color: #E8EEEF;
}
.box-recruit {
  position: relative;
}
.box-recruit .box-recruit-img img {
  width: 100%;
  height: 445px;
  object-fit: cover;
}
.box-recruit .box-recruit-img {
  background-image: url(/assets/images/index/bg-recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 445px;
  width: 100%;
}
.box-recruit .box-recruit-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.box-recruit .title-recruit {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.box-recruit .description-recruit {
  font-weight: 500;
  margin-top: 40px;
  line-height: 2;
}
.footer-wrap {
  background-color: #29A6DD;
  color: #ffffff;
}
.footer-top {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-top .logo-footer {
  width: 430px;
  margin-right: 45px;
}
.footer-top .address-footer, .footer-top .btn-link-footer {
  flex: 1;
}
.footer-top .address-footer {
  letter-spacing: 0.1em;
}
.footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  color: #ffffff;
}
.footer-bottom > .row > .large-3:nth-child(1) {
  flex: 0 0 130px;
  max-width: 130px;
}
.footer-bottom > .row > .large-3:nth-child(2) {
  flex: 0 0 390px;
  max-width: 390px;
}
.footer-bottom > .row > .large-3:nth-child(3) {
  flex: 0 0 195px;
  max-width: 195px;
}
.footer-bottom > .row > .large-3:nth-child(4) {
  flex: 0 0 160px;
  max-width: 160px;
}
.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1px;
  background-color: #ffffff;
}
.box-img-link-footer a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.3;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-img-link-footer .footer-link {
  font-weight: 700;
  position: relative;
}
.box-img-link-footer .footer-link::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 10px;
}
.footer-copyright {
  background-color: #24364C;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  min-height: 80px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.2em;
}
.breadcrums {
  position: relative;
  padding: 5px;
  background-color: #333333;
  min-height: 41px;
}
.breadcrums ul {
  display: flex;
  justify-content: flex-end;
}
.breadcrums ul li > a {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrums ul li:first-child > a {
  text-decoration: underline;
}
.breadcrums ul li {
  position: relative;
}
.breadcrums ul li:not(:last-child) {
  margin-right: 40px;
}
.breadcrums ul li span {
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.breadcrums ul li:not(:nth-last-child(1)):after {
  content: ">";
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.page-header-top {
  min-height: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/images/about/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-oiling .page-header-top {
  background-image: url(/assets/images/cms/bg-oiling.jpg);
}
.page-wash .page-header-top {
  background-image: url(/assets/images/cms/bg-wash.jpg);
}
.page-tire .page-header-top {
  background-image: url(/assets/images/cms/bg-tire.jpg);
}
.page-inspection .page-header-top {
  background-image: url(/assets/images/cms/bg-inspection.jpg);
}
.page-recruit .page-header-top {
  background-image: url(/assets/images/recruit/bg-recruit.jpg);
}
.page-shop .page-header-top {
  background-image: url(/assets/images/cms/bg-shop.jpg);
}
.page-fulltimejob .page-header-top {
  background-image: url(/assets/images/index/bg-page-news.jpg);
}

.page-header-top > .container {
  min-height: 284px;
}
.page-header-top h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 75%);
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho', serif;
}
.page-anchor {
  background: #F5F6F7;
  padding: 15px 0 40px 0;
  position: relative;
}
.title-page {
  width: 470px;
  height: 202px;
  padding-left: 100px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% - 60px);
  left: 15px;
  z-index: 1;
}
.title-page::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(50, 143, 242);
  background: linear-gradient(90deg, rgba(50, 143, 242, 1) 0%, rgba(4, 78, 195, 1) 100%);
  width: calc(50vw + 100px);
  height: 100%;
}
.title-page span {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.title-page span::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #ffffff;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-anchor {
  display: flex;
  flex-wrap: wrap;
}
ul.list-anchor li {
  width: calc(33.3333% - 38px);
}
ul.list-anchor li a {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #ADADAD;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: .3s;
  line-height: 1.6;
  min-height: 60px;
  align-items: flex-end;
  color: #4D4D4D;
}
ul.list-anchor li a::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 14px;
  width: 12px;
  height: 10px;
  background-image: url(/assets/images/index/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
ul.list-anchor li a.active {
  background: #EAEAEA;
}
.box-signature-about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box-signature-about span:last-child {
  width: 157px;
  margin-left: 35px;
}
.box-contact-about {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  min-height: 50px;
  letter-spacing: 0.05em;
}
.box-contact-about > div {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #4D4D4D;
}
.box-contact-about-left {
  width: 105px;
  margin-right: 15px;
  text-align: right;
  line-height: 2.25;
}
.box-contact-about-right {
  flex: 1;
  border-bottom: 1px solid #ADADAD;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2;
}
.list-dot li {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.list-dot li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0071B6;
}
.list-dot.list-dot-red li::before {
  background-color: #E71C24;
}
.table-custom table {
  width: 100%;
}
.table-custom td {
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  height: 43px;
  letter-spacing: 0.05em;
  padding: 6px 15px;
  line-height: 1.8;
}
.table-custom tr:first-child td {
  background-color: #4D4D4D;
  color: #ffffff;
  text-align: center;
}
.table-custom:not(.v1) tr:first-child td:first-child {
  border-right-color: #ffffff;
}
.table-custom td:nth-child(2) {
  width: 308px;
}
.page-about .table-custom td:nth-child(2) {
  text-align: center;
}
.table-custom.v1 table, .table-custom.v2 table {
  table-layout: fixed;
}
.table-custom.v1 td {
  height: 75px;
  border-color: #ADADAD;
  text-align: center;
  line-height: 1.6;
}
.table-custom.v1 td:nth-child(1) {
  width: 246px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.table-custom.v1 td:nth-child(2) {
  width: 453px;
  text-align: left;
}
.table-custom.v1 tr:first-child td {
  background-color: #0071B6;
  height: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.table-custom.v1.v1-1 tr:first-child td:nth-child(2) {
  background-color: #29A5DC;
}
.table-custom.v1.v1-1 tr:first-child td:nth-child(3) {
  background-color: #2589C1;
}
.table-custom.v1.v1-1 tr:first-child td:nth-child(5) {
  background-color: #2E5C9E;
}
.table-custom.v1.v1-1 tr:first-child td:nth-child(6) {
  background-color: #154489;
}
.table-custom.v1.v1-1 tr td:first-child {
  background-color: #0071B6;
  color: #ffffff;
}
.table-custom.v1.v1-1 td {
  height: 50px;
  padding: 5px 15px;
}
.table-custom.v1.v1-1 td:nth-child(2) {
  width: auto;
  text-align: center;
}
.note-table p + p {
  margin-top: 15px;
}
.page-shop .note-table p + p {
  margin-top: 10px;
}
.note-table p {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.note-table p::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.box-history-group {
  display: flex;
}
.box-history-group .box-history-left {
  width: 410px;
}
.box-history-group .box-history-right {
  flex: 1;
  margin-left: 55px;
}
.box-history-group .box-history-left .box-history-img {
  background-color: #4D4D4D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 266px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.95;
  letter-spacing: 0.1em;
}
.box-history-group .box-history-left .box-history-img img {
  width: 100%;
  height: 100%;
}
.box-history-group .box-history-left .box-history-img + .box-history-img {
  margin-top: 30px;
}
.box-history-group .box-history-right .box-history-text p + p {
  margin-top: 20px;
}
.box-history-group .box-history-right .box-history-text p {
  color: #4D4D4D;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.box-history-group .box-history-right .box-history-text p span:first-child {
  color: #0071B6;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
}
.toggle-link .toggle-hd {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  min-height: 50px;
  border: 1px solid #4D4D4D;
  box-shadow: 0px 0px 8px rgb(102 102 102 / 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 10px;
  transform: perspective(1px) translateZ(0px);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.toggle-link .toggle-hd::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/about/icon-toggle-plus.svg) no-repeat;
  width: 29px;
  height: 29px;
  right: 15px;
}
.toggle-link .toggle-hd.active::before {
  background: url(/assets/images/about/icon-toggle-minus.svg) no-repeat;
}
.zoom-char-img {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 228px;
  min-height: 46px;
  background-color: #333333;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.zoom-char-img::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 30px;
  background-image: url(/assets/images/index/icon-zoom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.zoom-char-img.close-popup::after {
  background-image: url(/assets/images/index/icon-zoom-out.svg);
}
.popup-cont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.63);
}
.popup-cont .popup-cont-inner {
  max-width: calc(100% - 30px);
  margin: auto auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
.list-link-square .item-link-square:hover {
  opacity: 0.6;
}
.list-link-square .item-link-square {
  min-height: 82px;
  width: 100%;
  border: 1px solid #000000;
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-start;
  padding: 10px 60px 10px 20px;
  margin-bottom: 25px;
  position: relative;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.list-link-square .item-link-square[target="_blank"]::after {
  content: '';
  right: 30px;
  background-image: url(/assets/images/index/icon-two-square.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
}
.list-link-square .item-link-square.v1 {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.list-link-square .item-link-square.v1.v1-1 {
  width: 673px;
  min-height: 97px;
  background-color: #0071B5;
  border-color: #0071B5;
  color: #ffffff;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.list-link-square .item-link-square.v1.v1-1::after {
  filter: brightness(1);
  background-image: url(/assets/images/index/icon-two-square-white.svg);
}
.box-map-about img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.list-box-card .box-card + .box-card {
  margin-top: 45px;
}
.box-card.v1 {
  padding: 30px 45px 30px 40px;
}
.box-card.v1 .box-card-left {
  width: 355px;
  text-align: center;
  padding-top: 50px;
}
.box-card.v1 .box-card-right {
  flex: 1;
  margin-left: 30px;
}
.box-card.v1 .box-card-right a.btn.btn-link {
  min-width: 279px;
  max-width: max-content;
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 40px;
}
.box-card.v1 .box-card-right .btn.btn-link::after {
  right: 15px;
}
.box-card.v1 .box-card-right .btn.btn-link:hover::after {
  right: 8px;
}
.box-card.v1 .box-card-bottom {
  width: 100%;
  margin-top: 40px;
}
.box-card.v1 .box-card-bottom .main-title-card {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 12px;
  letter-spacing: 0.05em;
}
.box-card.v1 .box-card-bottom .list-dot {
  margin-top: 15px;
}
.box-card.v1 .box-card-bottom .list-dot .span-color-12 {
  color: #E71C24;
  display: block;
}
/*追加*/
.box-card.grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
.box-card.grid .description-card {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 15px;
  color: #4D4D4D;
}
.box-card.grid .box-card-centerfull{
	width: 100%;
}
.box-card.grid .box-card-left, .box-card.grid .box-card-right{
	width: calc( 374px - 20px );
	padding-top: 0;
}
.box-card.grid .box-card-left img, .box-card.grid .box-card-right img{
	border-radius: 0;
}

/**/
.box-card-left .img-box img {
  border-radius: 5px;
}
.box-card-right .description-card {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 15px;
  color: #4D4D4D;
}
.box-card-right .description-card .description-card-hot {
  color: #E71C24;
}
.box-list-dot {
  border: 1px solid #E71C24;
  padding: 20px 40px 30px;
}
.box-text-image-wash + .box-text-image-wash {
  margin-top: 30px;
}
.box-text-image-wash {
  display: flex;
}
.box-text-image-wash .box-image-wash {
  width: 348px;
}
.box-text-image-wash .box-text-wash {
  flex: 1;
  margin-left: 70px;
}
.box-text-image-wash .title-box-text {
  color: #0071B6;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.box-text-image-wash .description-box-text {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 30px;
}
.box-text-image-wash .description-box-text-bold {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.box-text-image-wash .description-box-text-bg {
  background-color: #0071B5;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  min-height: 41px;
  margin-top: 25px;
}
.box-text-image-wash.v1 + .box-text-image-wash.v1 {
  margin-top: 50px;
  padding-top: 58px;
  border-top: 1px solid #4D4D4D;
}
.wp-block-lazyblock-box-image-text:not(:nth-child(4)) .box-text-image-wash.v1 {
  margin-top: 50px;
  padding-top: 58px;
  border-top: 1px solid #4D4D4D;
}
.box-text-image-wash.v1 .description-box-text {
  margin-top: 10px;
}
.box-text-image-wash .image-cover {
  padding-top: 253px;
}
.box-image-wash-v1 {
  display: flex;
  justify-content: center;
}
.box-image-wash-v1 .box-image-wash:not(:first-child) {
  margin-left: 50px;
}
.box-slide-img-wash {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.box-slide-img-wash .slide-img .slick-list {
  margin: 0 -25px;
}
.box-slide-img-wash .slide-img .slick-slide {
  padding: 0 25px;
}
.box-slide-img-wash button.slide-arrow.slick-arrow {
  top: 125px;
  transform: translateY(0);
}
.box-slide-img-wash button.slide-arrow.prev-arrow.slick-arrow {
  left: -44px;
}
.box-slide-img-wash button.slide-arrow.next-arrow.slick-arrow {
  right: -44px;
}
.box-slide-img-wash .box-text {
  color: #4D4D4D;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.box-step.v1 {
  padding: 20px 40px;
  margin-bottom: 15px;
  border: none;
  z-index: 1;
}
.box-step.v1::before {
  content: "";
  position: absolute;
  border-radius: 0px;
  padding: 2px;
  background-image: linear-gradient(45deg, rgba(0, 105, 240, 1) 2%, rgba(0, 188, 240, 1) 51%, rgba(149, 164, 252, 1) 96%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.box-step.v1::after {
  content: none;
}
.box-step.v1 .box-step-left {
  width: 354px;
  border-right-color: #0071B6;
}
.box-step.v1 .box-step-right {
  width: calc(100% - 354px);
}
.box-step.v1 .box-step-right p {
  padding-left: 45px;
  line-height: 1.9;
}
.box-step.v1 .text-step {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 15px;
}
.box-step.v1 .text-step span {
  margin-left: 5px;
}
.box-step.v1 .title-step {
  color: #0071B5;
  font-size: 2.8rem;
  line-height: 1.15;
}
.text-title {
  color: #0071B5;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
}
.text-sub {
  color: #4D4D4D;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}
.text-sub.text-left {
  text-align: left;
}
.flex_block01 {
  display: flex;
  justify-content: space-between;
}
.flex_block01 .hanbun {
  width: 50%;
}
.box-img-recruit.v1 img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.box-img-recruit.v1.v1-1 img {
  height: 396px;
}
.row-search-store::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translateX(-50%);
  height: 186px;
  width: 100vw;
  background-color: #EFEFEF;
}
.box-map-shop .image-cover {
  padding-top: 436px;
}
.image-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 75%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.list-post-news .post-news-item + .post-news-item {
  margin-top: 60px;
}
.post-news-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(117, 169, 191, 0.25);
  display: flex;
  padding: 15px 20px 15px 15px;
  margin: 30px auto;
}
.post-news-item .post-news-img {
  width: 235px;
}
.post-news-item .post-news-img > a {
  display: block;
  padding-top: 191px;
}
.post-news-item .post-news-text {
  flex: 1;
  margin-left: 27px;
}
.post-news-item .post-news-text .header-posts-news {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4D4D4D;
}
.post-news-item .post-news-text .cat-post-news {
  font-size: 1.7rem;
  font-weight: 700;
  min-width: 131px;
  min-height: 31px;
  padding: 0px 5px;
  background-color: #29A5DC;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.post-news-item .post-news-text .cat-post-news.v1 {
  background-color: #DD4E10;
}
.post-news-item .post-news-text .title-posts-news {
  flex: 1;
}
.post-news-item .post-news-text .title-posts-news a {
  font-size: 2.3rem;
  font-weight: 700;
  color: #333333;
  display: block;
  position: relative;
}
.post-news-item .post-news-text .title-posts-news a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-image: url(/assets/images/index/icon-arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 11px;
  right: 45px;
  transition: all .3s;
}
.post-news-item .post-news-text .title-posts-news a:hover::after {
  right: 30px;
}
.post-news-item .post-news-text .description-posts-news {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.7;
}
.post-news-item .post-news-text .description-posts-news p span:first-child {
  font-weight: 700;
}
.list-cat-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.list-cat-post .cat-item {
  width: calc(20% - 6px);
  margin-right: 6px;
  margin-bottom: 6px;
}
.list-cat-post .cat-item:nth-child(5n) {
  margin-right: 0;
}
.list-cat-post .cat-item .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  background-color: #E9EFF4;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.23;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.list-cat-post .cat-item .cat::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 28px;
  height: 30px;
}
.list-cat-post.v1 .cat-item a {
  font-size: 1.5rem;
}
.list-cat-post .cat-item .cat-inspection::before {
  background-image: url(/assets/images/cms/icon-cat-1.svg);
}
.list-cat-post .cat-item .cat-tire::before {
  background-image: url(/assets/images/cms/icon-cat-2.svg);
}
.list-cat-post .cat-item .cat-oil::before {
  background-image: url(/assets/images/cms/icon-cat-3.svg);
}
.list-cat-post .cat-item .cat-ev-charger::before {
  background-image: url(/assets/images/cms/icon-cat-4.svg);
}
.list-cat-post .cat-item .cat-self-car-wash::before {
  background-image: url(/assets/images/cms/icon-cat-5.svg);
}
.list-cat-post .cat-item .cat-coating::before {
  background-image: url(/assets/images/cms/icon-cat-6.svg);
}
.list-cat-post .cat-item .cat-car-rental::before {
  background-image: url(/assets/images/cms/icon-cat-7.svg);
}
.list-cat-post .cat-item .cat-car-selling::before {
  background-image: url(/assets/images/cms/icon-cat-8.svg);
}
.list-cat-post .cat-item .cat-insurance::before {
  background-image: url(/assets/images/cms/icon-cat-9.svg);
}
.list-cat-post .cat-item .cat-zokkon::before {
  background-image: url(/assets/images/cms/icon-cat-10.svg);
}
.box-card.v1 .box-card-right .box-btn-link-2 a.btn.btn-link {
  max-width: 408px;
}
.box-card.v1 .box-card-right .box-btn-link-3 a.btn.btn-link {
  max-width: 374px;
}
.box-list-dot .main-title.v2 {
  font-size: 2rem;
}
.list-dot-fs-14 li {
  line-height: 1.625;
}
.list-dot-fs-14 li::before {
  top: 6px;
}
.box-border-v1 {
  position: relative;
}
.box-border-v1 .bg-v1 {}
.box-border-v1 .box-border-wrap {
  position: relative;
  padding: 25px 30px 25px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-border-v1 .box-border-wrap::before {
  content: "";
  position: absolute;
  border-radius: 0px;
  padding: 2px;
  background-image: linear-gradient(45deg, rgba(0, 105, 240, 1) 2%, rgba(0, 188, 240, 1) 51%, rgba(149, 164, 252, 1) 96%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.box-border-v1 .box-border-wrap .reserve-button {
  position: absolute;
  width: 236px;
  height: 66px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
.box-border-v1 .bg {
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #29A5DC;
  min-width: 136px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-block;
  /*min-height: 38px;*/
  height: 38px;
  padding: 4px 5px;
  margin-right: 25px;
}
.box-border-v1 .bg.v1 {
  background-color: #E0E0E0;
  color: #333333;
  min-width: 115px;
}
body.page-shop .title-labels {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.box-border-v1 .box-border-wrap span.title-box-border {
  font-size: 3.3rem;
  font-weight: bold;
  color: #000000;
  display: inline-block;
}
.slide-single-shop {
  max-width: 653px;
  margin-left: auto;
  margin-right: auto;
}
.table-custom-wrap {
  border: 1px solid #ADADAD;
}
.table-custom-box {
  display: flex;
  align-items: stretch;
  letter-spacing: 0.05em;
}
.table-custom-box + .table-custom-box {
  border-top: 1px solid #ADADAD;
}
.table-custom-box > div {
  padding: 12px 15px;
}
.table-custom-box .table-custom-left {
  width: 187px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  border-right: 1px solid #ADADAD;
  text-align: center;
  background-color: #0071B6;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.table-custom-box .table-custom-right {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  color: #4D4D4D;
}
.box-border.v1 {
  padding: 20px 45px 40px;
}
.card-handling > .col-12 {
  margin-top: 16px;
}
span.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5;
}
.item-card-handling {
  color: #1A1A1A;
  background-color: #E9EFF4;
  min-height: 46px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
/* 

.item-card-handling:hover {

    opacity: 0.6;

} */
.table-custom.v1.v1-2 td:nth-child(1) {
  width: 187px;
}
.table-custom.v1.v1-1.v1-2 tr:first-child td {
  background-color: #0071B6;
}
.table-custom.v1.v1-1.v1-2 tr:last-child td {
  background-color: transparent;
  color: #4D4D4D;
  font-weight: 700;
}
.table-custom.v1.v1-1.v1-2 tr:last-child td:first-child {
  color: #333333;
}
.table-custom.v1.v1-1.v1-2.v1-3 tr td:first-child {
  background-color: #0071B6;
  color: #ffffff;
}
.table-custom.v1.v1-1.v1-2.v1-3 tr td:last-child {
  background-color: transparent;
  color: #4D4D4D;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.toggle-qna .toggle-cont {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 22px 100px 55px 50px;
  position: relative;
  line-height: 1.8;
  padding-left: 54px;
}
.toggle-qna .toggle-cont > span {
  font-size: 3.1rem;
  font-weight: 700;
  margin-right: 13px;
  color: #E71C24;
  position: relative;
  top: -6px;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 56px;
  text-align: right;
  flex-shrink: 0;
}
.cat.catid-24 a, .box-news .cat-news.cat.catid-24 a {
  color: #E81C24;
}
.cat.catid-2 a, .box-news .cat-news.cat.catid-22 a {
  color: #0071B7;
}
.cat.catid-3 a, .box-news .cat-news.cat.catid-3 a {
  color: #19A1D1;
}
.list-cat-post .cat-item .cat-inspection::before {
  background-image: url(/assets/images/cms/icon-cat-gray-1.svg);
}
.list-cat-post .cat-item .cat-tire::before {
  background-image: url(/assets/images/cms/icon-cat-gray-2.svg);
}
.list-cat-post .cat-item .cat-oil::before {
  background-image: url(/assets/images/cms/icon-cat-gray-3.svg);
}
.list-cat-post .cat-item .cat-ev-charger::before {
  background-image: url(/assets/images/cms/icon-cat-gray-4.svg);
}
.list-cat-post .cat-item .cat-self-car-wash::before {
  background-image: url(/assets/images/cms/icon-cat-gray-5.svg);
}
.list-cat-post .cat-item .cat-coating::before {
  background-image: url(/assets/images/cms/icon-cat-gray-6.svg);
}
.list-cat-post .cat-item .cat-car-rental::before {
  background-image: url(/assets/images/cms/icon-cat-gray-7.svg);
}
.list-cat-post .cat-item .cat-car-selling::before {
  background-image: url(/assets/images/cms/icon-cat-gray-8.svg);
}
.list-cat-post .cat-item .cat-insurance::before {
  background-image: url(/assets/images/cms/icon-cat-gray-9.svg);
}
.list-cat-post .cat-item .cat-zokkon::before {
  background-image: url(/assets/images/cms/icon-cat-gray-10.svg);
}
.single-shop-03 .list-cat-post .cat-item .cat {
  min-height: 44px;
}
.list-cat-post .cat-item .cat::before {
  width: 30px;
  height: 30px;
}
.single-shop-03 .list-cat-post .cat-item .cat::before {
  height: 33px;
  width: 33px;
}
.slick-slide img {
  height: auto;
}
.footer-bottom .row > .large-3:nth-child(2) .img-link-footer:nth-child(n+5) {
  position: relative;
  left: -20px;
}
.footer-bottom > .row {
  justify-content: flex-end;
}
.date-posts-news {
  display: flex;
}
.date-posts-news span.title {
  flex-shrink: 0;
}
body.home .box-news-wrap {
  opacity: 0;
}
#section-news div[data="block"] {
  display: none;
}
#section-news div[data="block"][loaded="true"] {
  display: block;
  opacity: 1;
}