@charset "UTF-8";
/***********ヘッダー色変更************/
/***********フッター色変更************/
/***********SNS色変更************/
/**$sp_nav_icon:#fff;**/
/***********ボタン色変更************/
/***********ページタイトル部分色変更************/
/***********スワイパーペジネーション************/
/**
@mixin stock_list1_info {
    display: flex;
    align-items: center;
      span:first-child {
        color: #fff;
        background-color: $darkGrey;
        line-height: 1;
        padding: 5px 10px;
      }
}
**/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: "anton";
  font-display: swap;
  src: url("images/Anton-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("images/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--body_color);
  background-color: var(--body_bg);
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
a:active, a:hover, a:focus, *:focus {
  outline: none;
}
a img {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0;
}
h2 {
  font-size: 25px;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -webkit-backface-visibility: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
/**
figure {
	margin: 1em 40px;
}**/
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@media only screen and (max-width: 420px) {
  h2 {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input, select, textarea {
  color: #222 !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
address {
  margin: 0;
  font-style: normal;
  text-decoration: none !important;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 0;
}
dl {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
li {
  list-style-type: none;
}
p {
  font-size: 15px;
}
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/
.inner {
  max-width: 1200px;
  margin: 0 auto !important;
}
.inner_xl {
  max-width: 1400px;
  margin: 0 auto !important;
}
.inner_l {
  max-width: 1300px;
  margin: 0 auto !important;
}
.inner_m {
  max-width: 1080px;
  margin: 0 auto !important;
}
.inner_s, .inner_s.row {
  max-width: 980px;
  margin: 0 auto;
}
.inner_xs {
  max-width: 700px;
  margin: 0 auto !important;
}
.impact {
  font-family: "impact", "arial black", sans-serif;
}
.br_span {
  display: inline-block;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.anchor_basic {
  position: relative;
  top: -70px;
  display: inline-block;
  height: 0;
}
/****フォント****/
.Arial {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.Anton {
  font-family: "Anton", sans-serif;
}
.Times {
  font-family: "Times New Roman", Times, serif;
}
.Lobster {
  font-family: "Lobster", sans-serif;
}
.Racing {
  font-family: "Racing Sans One", sans-serif;
}
.Niconne {
  font-family: "Niconne", cursive;
}
.Londrina {
  font-family: "Londrina Shadow", sans-serif;
  text-shadow: 1px 1px 3px #a3a3a3;
}
.BebasNeue {
  font-family: "Bebas Neue", sans-serif;
}
h2.basic_title1 {
  text-align: center;
  padding-bottom: 20px;
  /**font-family: Arial,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;**/
}
h2.basic_title1 span:first-child {
  font-weight: normal;
  font-size: 28px;
  display: block;
  line-height: 1;
}
h2.basic_title1 span:last-child {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
h2.basic_title2 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 25px;
  margin-bottom: 45px;
  font-weight: 500;
}
.breadcrumb {
  font-size: 10px;
  padding-top: 3px;
}
.breadcrumb a {
  font-size: 10px;
}
.sns_icon_outer {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.sns_icon_outer li {
  padding: 0 3px;
}
a.sns_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--sns_icon_bg);
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}
a.sns_icon svg {
  fill: var(--sns_icon_font);
}
a.sns_icon.insta:hover {
  background: #f300e2;
  background: linear-gradient(315deg, #f300e2 35%, #ff003c 60%);
}
a.sns_icon.insta:hover svg {
  fill: var(--sns_icon_bg);
}
a.sns_icon.fb:hover {
  background-color: #0866FF;
}
a.sns_icon.fb:hover svg {
  fill: var(--sns_icon_bg);
}
a.sns_icon.tw:hover {
  background-color: #000;
}
a.sns_icon.tw:hover svg {
  fill: var(--sns_icon_bg);
}
a.sns_icon.mail:hover {
  background-color: var(--sns_icon_font);
  border: 2px solid var(--sns_icon_bg);
}
a.sns_icon.mail:hover svg {
  fill: var(--sns_icon_bg);
}
.nav_sp_top a.sns_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
a.mail_icon {
  display: block;
}
a.mail_icon i {
  font-size: 30px;
}
.btn a {
  color: #fff;
  border-radius: 2px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outer {
  display: flex;
  width: 100%;
}
.btn_outer li {
  flex-basis: 50%;
  padding: 0 5px 0 0;
}
.btn_outer li a {
  font-weight: bold;
  height: 50px;
}
.btn_outer li a.btn_phone {
  font-size: 21px;
  font-weight: normal;
}
.btn_outer li a.btn_mail {
  font-size: 16px;
  font-weight: bold;
}
.btn_outer li:last-child {
  padding: 0 0 0 5px;
}
.btn_outer_single a {
  font-weight: bold;
  height: 50px;
}
.btn_outer_single a.btn_phone {
  font-size: 21px;
  font-weight: normal;
}
.btn_outer_single a.btn_mail {
  font-size: 16px;
  font-weight: bold;
}
.btn_basic {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}
.btn_basic a {
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: bold;
  padding: 0 20px;
}
.btn_basic a span {
  position: relative;
  display: inline-block;
}
.btn_basic a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.btn_basic.btn_color a {
  color: var(--btn_color);
  background-color: var(--btn_bg);
  border: 1px solid var(--btn_bg);
}
.btn_basic.btn_color a:hover {
  color: var(--btn_bg);
  background-color: var(--btn_color);
  border: 1px solid var(--btn_bg);
}
.btn_basic.btn_color a:hover span::after {
  border-left: 8px solid var(--btn_bg);
}
.btn_basic.btn_white a {
  color: var(--btn_white);
  border: 1px solid var(--btn_white);
  background-color: #fff;
}
.btn_basic.btn_white a:hover {
  color: #fff;
  background-color: var(--btn_white);
  border: 1px solid var(--btn_white);
}
.btn_basic.btn_white a:hover span::after {
  border-left: 8px solid var(--btn_white);
}
.btn_basic.btn_top_cars a {
  color: var(--btn_top_cars);
  border: 1px solid var(--btn_top_cars);
  background-color: #fff;
}
.btn_basic.btn_top_cars a:hover {
  color: #fff;
  background-color: var(--btn_top_cars);
  border: 1px solid var(--btn_top_cars);
}
.btn_basic.btn_top_cars a:hover span::after {
  border-left: 8px solid var(--btn_top_cars);
}
.btn_basic.footer_btn {
  padding: 15px 0;
}
.btn_basic.footer_btn a {
  justify-content: flex-start;
}
.btn_basic.footer_btn.btn_white a span {
  display: block;
  width: 100%;
}
.btn_basic.footer_btn.btn_white a span:after {
  right: 0;
}
/**
.btn_detail {
	background-color:$darkGrey;
}**/
.news_list article {
  display: flex;
  align-items: center;
}
.news_list article .news_thumb {
  flex-basis: 25%;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}
.news_list article .news_desc {
  flex-basis: 75%;
  font-weight: bold;
}
.news_list article .news_desc li:first-child {
  font-size: 12px;
}
/**
a.overlay_banner {
	display: block;
	
	span{
		position: absolute;
		top: 50%;
		text-align: center;
		z-index: 10;
	}
	img {
		opacity: 0.4;
		position: relative;
		background-color: #000;
	}
}
**/
.overlay_banner1 {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.overlay_banner1 img {
  width: 100%;
}
.overlay_banner1:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.overlay_banner1 div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  text-align: center;
}
.overlay_banner1 div span {
  display: block;
  width: 80px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.2s;
}
.overlay_banner1:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay_banner1:hover div span {
  color: #fff;
  background-color: #000;
}
.overlay_banner2 {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.overlay_banner2 img {
  width: 100%;
}
.overlay_banner2:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  transition: 0.2s;
}
.overlay_banner2 div.overlay_title {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
  font-weight: bold;
  font-size: 35px;
}
.overlay_banner2 div.overlay_btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.overlay_banner2 div.overlay_btn span {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 30px;
  position: relative;
  transition: 0.2s;
}
.overlay_banner2 div.overlay_btn span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.overlay_banner2:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay_banner2:hover div.overlay_btn span {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
.overlay_banner2:hover div.overlay_btn span:after {
  border-color: transparent transparent transparent #fff;
}
.table_basic {
  font-size: 14px;
}
.table_basic th {
  border: 1px solid #747474;
  background-color: #EFEFEF;
  padding: 8px 4px 8px 8px;
  text-align: left;
}
.table_basic td {
  border: 1px solid #747474;
  padding: 8px 4px 8px 8px;
}
.post_nav_share {
  display: flex;
}
.post_nav_share li {
  padding-right: 5px;
}
.post_nav_share li a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 80px;
  padding: 3px 0;
}
.post_nav_share li a:hover {
  background-color: #000;
  color: #fff;
}
.post_nav_share li a:hover svg {
  fill: #fff;
}
.post_nav_share li a span:first-child {
  font-size: 16px;
  display: inline-block;
  padding-right: 3px;
}
.post_nav_share li a span:last-child {
  font-size: 10px;
  font-weight: bold;
}
/*--------------------------------------------------------------
# リッチ エディター (WYSIWYG)
--------------------------------------------------------------*/
.free_space_content {
  padding: 0 10px;
}
.free_space_content P {
  line-height: 1.8;
  padding-bottom: 1rem;
}
.free_space_content blockquote {
  margin: 0;
  padding: 1.5rem;
  background-color: #efefef;
  margin-bottom: 2rem;
}
.free_space_content blockquote p {
  padding: 0;
}
.free_space_content ul {
  margin-bottom: 2rem;
}
.free_space_content ul li {
  list-style-type: disc;
  margin-left: 2rem;
}
.free_space_content ol {
  margin-bottom: 2rem;
}
.free_space_content ol li {
  list-style-type: decimal;
  margin-left: 2rem;
}
.free_space_content .gallery {
  display: flex;
  flex-wrap: wrap;
}
.free_space_content .gallery .gallery-item {
  padding: 0.2rem;
  margin-bottom: 0;
}
.free_space_content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.free_space_content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.free_space_content .gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.free_space_content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.free_space_content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.free_space_content .gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
/*--------------------------------------------------------------
# ペジネーション wp pagenavi
--------------------------------------------------------------*/
.pagenation {
  clear: both;
  padding: 30px 0;
}
.wp-pagenavi {
  text-align: center;
  font-size: 15px;
}
.wp-pagenavi .pages {
  font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #777;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.wp-pagenavi span.current {
  border-color: #666;
  background-color: #333;
  color: #fff;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #333;
}
/*--------------------------------------------------------------
# SWIPER 基本
--------------------------------------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  background: transparent;
  /**display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;**/
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  top: 50%;
  margin-top: -25px;
}
.swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent var(--swiper_pg_color);
  display: inline-block;
}
.swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent var(--swiper_pg_color) transparent transparent;
  display: inline-block;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #ccc;
}
.swiper-pagination-bullet-active {
  background: var(--swiper_pg_color);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
/*--------------------------------------------------------------
# Flickity メインスライド
--------------------------------------------------------------*/
/* position dots in carousel */
.flickity-page-dots {
  bottom: -2rem;
}
/* white circles */
.flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: #fff;
  border: 1px solid #ccc;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: var(--swiper_pg_color);
}
.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  z-index: 1;
  /**margin-top: -22px;**/
}
.flickity-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--swiper_pg_color);
}
.flickity-viewport {
  transition: height 0.3s;
}
/**.carousel.is-fullscreen .carousel-cell {
	height: 100%;
  }**/
/*--------------------------------------------------------------
# アコーディオン
--------------------------------------------------------------*/
.acMenu dt {
  display: block;
}
.acMenu dd {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .inner, .inner_m, .inner_s, .inner_xs {
    padding: 0 15px;
  }
  nav.sp {
    display: block;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .flickity-prev-next-button.previous {
    left: 0px;
  }
}
@media only screen and (max-width: 758px) {
  .inner {
    padding: 0 10px;
  }
  .inner_xs {
    padding: 0 10px;
  }
  .inner_s, .inner_m {
    padding: 0 10px;
  }
  .br_span {
    display: inline;
  }
  .br_none {
    display: none;
  }
  .main_column {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  aside {
    float: none;
    width: 100%;
    margin-top: 70px;
  }
  h2.basic_title1 span:first-child {
    font-size: 16px;
  }
  h2.basic_title1 span:last-child {
    font-weight: bold;
  }
  .free_space_content .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .free_space_content .gallery.gallery-columns-5 .gallery-item {
    width: 25%;
  }
  .free_space_content .gallery.gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  /*--------------------------------------------------------------
	# Flickity メインスライド
	--------------------------------------------------------------*/
  /* position dots in carousel */
  .flickity-page-dots {
    bottom: -27px;
  }
}
@media only screen and (max-width: 450px) {
  .br_span {
    display: none;
  }
  .btn_basic {
    padding: 0 10px;
  }
  .btn_basic a {
    height: 50px;
    padding: 0 10px;
  }
  .btn_basic a span {
    font-size: 14px;
  }
  .btn_basic a span:after {
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    right: -15px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 38%;
  }
  .free_space_content .gallery .gallery-item {
    padding: 0.1rem;
  }
  .free_space_content .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }
  .free_space_content .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }
  .free_space_content .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }
  .free_space_content .gallery.gallery-columns-5 .gallery-item {
    width: 50%;
  }
  .free_space_content .gallery.gallery-columns-6 .gallery-item {
    width: 33.333%;
  }
  .table_basic {
    font-size: 11px;
  }
}
.header_info_outer {
  background-color: var(--header_top_bg);
}
.header_info_outer .header_info {
  display: flex;
  color: var(--header_top_color);
  justify-content: space-between;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid var(--header_top_border);
}
.header_info_outer .header_info .header_h1 {
  font-size: 12px;
  flex-basis: 50%;
  font-weight: bold;
}
.header_info_outer .header_info .header_info_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_info_outer .header_info .header_info_right address {
  display: flex;
  align-items: center;
}
.header_info_outer .header_info .header_info_right address .phone_number {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 27px;
  color: var(--header_top_phone);
}
.header_info_outer .header_info .header_info_right address .phone_number svg {
  height: 35px;
  fill: var(--header_top_phone);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.header_info_outer .header_info .header_info_right address .phone_number span {
  display: inline-block;
  padding-left: 5px;
}
.header_info_outer .header_info .header_info_right address .header_hours {
  padding-left: 10px;
  font-size: 12px;
  max-width: 250px;
  line-height: 1.1;
}
.header_info_outer .header_info .header_info_right .sns_icon_outer {
  padding-left: 10px;
}
.phone_number {
  font-family: "Anton", sans-serif;
}
.pc_nav {
  background-color: var(--header_nav_bg);
}
.pc_nav .navigation_outer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.pc_nav .navigation_outer .logo_main {
  flex-basis: 20%;
  padding-top: 5px;
}
.pc_nav .navigation_outer .logo_main img {
  max-height: 70px;
}
.pc_nav .navigation_outer ul.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 70%;
  /**li.dropdown{
              position: relative;
              .dropdown_list{
                display: none;
                width: 300px;
                position: absolute;
                top: 50px;
                left: 0;
                z-index: 1000;
                li{
                  padding: 0 10px;
                  a{
                    display: block;
                    text-align: left;
                    font-weight: 400 !important;
                    background-color: $header_nav_bg;
                    border-bottom:1px solid #fff;
                    color: $cBlack !important;
                    padding: 15px !important;
                    span{
                        &:after {
                        background-color: $header_nav_color;
                        }
                    }
                    &:hover {
                      background-color: $header_nav_bg;
                      color: #fff !important;
                    }
                  }
                }
              }
              &:hover{
                .dropdown_list {
                  display: block;
                }
              }
            }**/
}
.pc_nav .navigation_outer ul.navigation li {
  text-align: center;
  padding: 0 20px;
}
.pc_nav .navigation_outer ul.navigation li a {
  display: block;
  font-weight: bold;
  color: var(--header_nav_color);
  overflow: hidden;
  padding: 15px 0;
  font-size: 15px;
}
.pc_nav .navigation_outer ul.navigation li a span {
  position: relative;
  display: block;
}
.pc_nav .navigation_outer ul.navigation li a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background-color: var(--header_nav_color);
  transform: translate3d(-101%, 0, 0);
  transition: 0.3s;
}
.pc_nav .navigation_outer ul.navigation li a:hover span:after {
  transform: translate3d(0, 0, 0);
}
.pc_nav .navigation_outer .sns_icon_outer {
  flex-basis: 10%;
  padding-left: 10px;
}
.pc_nav .navigation_outer .sns_icon_outer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc_nav .navigation_outer .sns_icon_outer ul li {
  padding-left: 5px;
}
.pc_nav .navigation_outer .sns_icon_outer ul a.mail_icon {
  padding: 5px 0 0 0;
}
.pc_nav .menu-item-has-children {
  position: relative;
}
.pc_nav .menu-item-has-children .sub-menu {
  display: none;
  width: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
}
.pc_nav .menu-item-has-children .sub-menu li a {
  display: block;
  text-align: left;
  background-color: var(--header_nav_bg);
  color: #fff;
  padding: 15px !important;
  margin: 0 10px;
  /**&:hover {
            background-color: $header_nav_bg;
          }**/
}
.pc_nav .menu-item-has-children .sub-menu li a span {
  position: relative;
  display: inline-block !important;
  font-weight: 400;
}
.pc_nav .menu-item-has-children .sub-menu li a span:after {
  transform: translate3d(-150%, 0, 0) !important;
}
.pc_nav .menu-item-has-children .sub-menu li a:hover span:after {
  transform: translate3d(0, 0, 0) !important;
}
.pc_nav .menu-item-has-children:hover .sub-menu {
  display: block;
}
.pc_nav .menu-item-has-children:hover .sub-menu a {
  color: var(--header_nav_color);
}
/***********スティッキーヘッダー************/
.nav_container {
  width: 100%;
  background-color: var(--header_nav_bg);
  position: relative;
  z-index: 100;
}
.stick-me.sticking {
  display: block;
}
.stick-me.sticking .logo_sp img {
  max-height: 40px;
}
.stick-me.sticking .logo_sp .sp_show.hamburger_menu {
  display: block;
}
.stick-me.sticking .logo_sp .header_info_outer {
  display: none;
}
.sticky_hamburger {
  display: none;
}
.stick-me.sticking .sticky_hamburger {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 10px;
}
.stick-me.sticking .sticky_hamburger svg {
  fill: var(--header_nav_color);
}
.sticking.nav_container {
  z-index: 100000;
  height: 50px;
}
.sticking.nav_container .navigation_outer {
  height: 50px;
}
.sticking.nav_container .navigation_outer .logo_main img {
  height: 35px;
}
.sticking.nav_container .navigation_outer .logo_sub {
  padding-bottom: 0;
}
.sticking.nav_container .navigation_outer .logo_sub img {
  height: 45px;
}
/***********スマホ・タブレットヘッダー************/
.hamburger_menu svg {
  fill: var(--header_top_color);
  font-size: 20px;
}
.btn_trigger {
  display: inline-block;
  line-height: 1;
}
.sp_nav_top_close {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10000;
}
.sp_nav_top_close svg {
  font-size: 20px;
}
#sp_overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100000000;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav_sp_top {
  display: flex;
  justify-content: space-between;
}
.nav_sp_top .logo_sp {
  width: 50%;
  text-align: left;
  padding: 3px 0 3px 5px;
}
.nav_sp_top .logo_sp img {
  max-height: 50px;
}
.nav_sp_top .icons_outer {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.nav_sp_top .icons_outer .sns_icon_outer {
  justify-content: flex-end;
}
.sp_nav_info {
  position: relative;
  padding-bottom: 20px;
}
.sp_nav_info dl {
  text-align: left;
  padding: 10px;
  margin: 0;
}
.sp_nav_info dl address {
  font-size: 25px;
  line-height: 1.3;
}
.menu-item-has-children + a {
  display: block;
}
.menu-item-has-children .sub-menu {
  display: none;
}
.sp_nav {
  padding: 0 10px;
  margin-bottom: 10px;
}
.sp_nav ul.menu li.menu-item a {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid var(--lightGrey);
  padding-left: 10px;
}
.sp_nav ul.menu li.menu-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid var(--lightGrey);
  right: 18px;
}
.sp_nav ul.menu li.menu-item:first-child a {
  border-top: 1px solid var(--lightGrey);
}
.sp_nav ul.menu li.menu-item.menu-item-has-children a:after {
  content: "";
  background-image: url("images/plus.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  border: none;
  border-left: none;
  right: 21px;
}
.sp_nav ul.menu li.menu-item.menu-item-has-children a.active:after {
  background-image: url("images/minus.svg");
}
.sp_nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  border-top: none;
  background-color: var(--lightestGrey);
  padding-left: 15px;
}
.sp_nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid var(--lightGrey);
  right: 18px;
  background-image: none;
  height: auto;
  width: auto;
}
.sp_nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:first-child a {
  border-top: none;
}
.sp_nav ul.menu#sp_main_menu_group li.menu-item:first-child a {
  border-top: none;
}
/**
.sp_nav_bottom li a {
  display: block;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #999;
}
.sp_nav_bottom li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid #000;
  right: 18px;
}
**/
/**
.sp_nav_bottom li.menu-item-has-children a:first-child:after{
  content: "";
  background-image: url("images/plus.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}
.sp_nav_bottom li.menu-item-has-children a.active:first-child:after{
  background-image: url("images/minus.svg");
}
.sp_nav_bottom li ul.sub-menu a:after{
  content: '\f138' !important;
}
.sp_nav_bottom li ul.sub-menu a{
  background-color: #efefef;
}
**/
.sp_nav_contact {
  padding: 0 10px;
}
.sp_nav_contact a {
  background-color: #e34646;
  color: #fff;
  border: none;
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: left;
  padding-left: 10px;
}
.sp_nav_contact a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  right: 18px;
  font-weight: normal;
  font-size: 18px;
  font-weight: 900;
}
.sp_nav_bottom_close {
  padding: 0 10px;
}
.sp_nav_bottom_close a {
  background-color: #555;
  color: #fff;
  border: none;
  line-height: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-left: 10px;
}
#header_group_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header_group_menu li.menu-item a {
  display: block;
  padding: 2px 10px;
  color: var(--header_top_color);
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  border-left: 1px solid var(--header_top_color);
  line-height: 1;
}
#header_group_menu li.menu-item:last-child a {
  border-right: 1px solid var(--header_top_color);
}
@media (max-width: 1367px) {
  .pc_nav .navigation_outer .logo_main {
    flex-basis: 15%;
  }
  .pc_nav .navigation_outer ul.navigation {
    flex-basis: 75%;
  }
  .pc_nav .navigation_outer ul.navigation li {
    padding: 0 15px;
  }
  .pc_nav .navigation_outer ul.navigation li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header_info_outer .header_info .header_h1 {
    flex-basis: 85%;
  }
  .header_info_outer .header_info .sp_show.hamburger_menu {
    flex-basis: 15%;
    text-align: right;
  }
}
@media (max-width: 450px) {
  .header_info_outer .header_info .header_h1 {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.3;
    flex-basis: 80%;
  }
}
.side_banner {
  margin-bottom: 20px;
}
aside ul.news_list_1 {
  margin-bottom: 30px;
}
aside ul.news_list_1 li.news_box {
  height: auto;
  padding: 10px 15px;
}
aside ul.news_list_1 li.news_box .news_title {
  flex-basis: 70%;
  font-size: 0.7rem;
}
aside ul.news_list_1 li.news_box .cat_date {
  flex-basis: 30%;
  display: block;
  text-align: right;
  padding-left: 5px;
}
aside ul.news_list_1 li.news_box .cat_date .news_cat a {
  padding: 3px;
  font-size: 0.5rem;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
}
aside ul.news_list_1 li.news_box .cat_date .news_date {
  font-size: 0.7rem;
  display: block;
  text-align: right;
}
aside h2.basic_title1 {
  padding-bottom: 10px;
}
aside h2.basic_title1 span:first-child {
  font-weight: bold;
  font-size: 16px;
}
aside h2.basic_title1 span:last-child {
  font-size: 12px;
  font-weight: bold;
}
.side_about_us {
  border: 1px solid #000;
  padding: 20px 10px;
}
.side_about_us h3 {
  font-size: 12px;
  padding: 1rem 0.5rem 1rem;
  text-align: center;
}
.side_about_us p {
  font-size: 12px;
  padding: 0 1rem 2rem;
  line-height: 2;
}
.side_about_us .btn_basic a {
  font-size: 13px;
}
.top_main .fv_carousel_outer {
  margin-bottom: 60px;
}
.top_main .fv_single {
  padding-top: 30px;
  margin-bottom: 60px;
}
.top_main .fv {
  margin-bottom: 60px;
}
.top_main .top_news {
  padding-bottom: 80px;
}
.top_main .top_about_us {
  padding-bottom: 80px;
}
.top_main .top_cars {
  padding-bottom: 100px;
}
.top_main .top_testimonials {
  padding-bottom: 80px;
}
.top_main .top_parts {
  padding-bottom: 80px;
}
.top_main .top_bike {
  padding-bottom: 80px;
}
.top_main .top_works {
  padding-bottom: 80px;
}
.top_main .top_banners {
  padding-bottom: 80px;
}
.top_main .top_free_space {
  padding-bottom: 80px;
}
.fv_carousel_outer .swiper-slide a:hover img {
  opacity: 0.7;
}
.main-carousel_outer {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.main-carousel_outer .fv_catch_copy {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0;
  width: 100%;
}
.main-carousel_outer .fv_catch_copy .fv_catch_copy_inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 10px;
}
.main-carousel_outer .fv_catch_copy .fv_catch_copy_inner h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.main-carousel_outer .fv_catch_copy.serif h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main-carousel_outer .carousel-cell .carousel-cell_inner {
  display: flex;
  height: 500px;
}
.main-carousel_outer .carousel-cell .carousel-cell_inner img {
  max-height: 500px;
}
.main-carousel_outer .carousel-cell .carousel-cell_inner a:hover img {
  opacity: 0.7;
}
.main-carousel_outer.fullsize_width {
  max-width: 100%;
}
.main-carousel_outer.fullsize_img {
  width: 100%;
}
.main-carousel_outer.fullsize_img .carousel-cell_inner img {
  width: 100%;
  height: auto;
}
.main-carousel_outer.auto_height .carousel-cell .carousel-cell_inner {
  height: auto;
}
.main-carousel_outer.auto_height .carousel-cell .carousel-cell_inner img {
  height: auto;
  max-height: inherit;
}
.main-carousel_outer.default_space_top .carousel-cell {
  padding-top: 2rem;
}
.main-carousel_outer.small_space_top .carousel-cell {
  padding-top: 1rem;
}
.main-carousel_outer.no_space_top .carousel-cell {
  padding-top: 0;
}
.main-carousel_outer.default_space_side .carousel-cell {
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-carousel_outer.small_space_side .carousel-cell {
  padding-left: 1rem;
  padding-right: 1rem;
}
.main-carousel_outer.no_space_side .carousel-cell {
  padding-left: 0;
  padding-right: 0;
}
.fv {
  height: 600px;
  background-size: cover !important;
}
.fv .fv_mask {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .fv_mask h1 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  padding-bottom: 20px;
}
.fv .fv_mask h1 .main_image_title {
  line-height: 1.2;
}
.fv .fv_mask h1 span {
  display: block;
}
.fv .fv_mask h1 span.main_image_sub_txt {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.fv .fv_mask .fv_btn_outer {
  max-width: 600px;
  margin: 0 auto;
}
/**
.top_about_us{
    padding-bottom: 60px;
    .about_us_inner {
            p{
                text-align: center;
                line-height: 1.8;
                font-size: 18px;
            }
        }
}
**/
/**
.top_about_us_inner {
    overflow: hidden;
    .slider1_outer{
        float: left;
        max-width: 60%;
        .slider1_inner{
            position: relative;
        }
    }
    .about_us_info {
        float: left;
        max-width: 40%;
        display: flex;
        .about_us_info_inner{
            align-items: center;
        }
        h3{

        }
    }
}
**/
.fv_single #fv_single_image {
  max-width: 1200px;
  margin: 0 auto;
}
.fv_single #fv_single_image.full_size {
  max-width: 100%;
}
.fv_single #fv_single_image.full_size img {
  width: 100%;
}
.top_about_us_inner {
  display: flex;
  align-items: center;
}
.top_about_us_inner .slider1_outer {
  width: 52%;
}
.top_about_us_inner .slider1_outer .slider1_inner {
  position: relative;
}
.top_about_us_inner .slider1_outer .comment {
  font-size: 14px;
  text-align: left;
}
.top_about_us_inner .about_us_info {
  width: 48%;
  padding: 0 30px;
}
.top_about_us_inner .about_us_info h3 {
  line-height: 1.2;
  padding-bottom: 30px;
}
.top_about_us_inner .about_us_info p {
  line-height: 1.8;
  margin-bottom: 35px;
}
.top_about_us_inner .about_us_info ul.shop_character {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.top_about_us_inner .about_us_info ul.shop_character li {
  line-height: 1;
  margin: 0 5px 5px;
}
.top_about_us_inner .about_us_info ul.shop_character li span {
  color: #000;
  background-color: #efefef;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px solid #adadad;
}
.slider1_outer .swiper {
  width: 91%;
}
.slider1_outer .swiper-wrapper {
  padding-bottom: 50px;
}
.slider1_outer .swiper-button-next, .slider1_outer .swiper-rtl .swiper-button-prev {
  right: -5px;
}
.slider1_outer .swiper-button-prev, .slider1_outer .swiper-rtl .swiper-button-next {
  left: -5px;
}
.testimonials_carousel .swiper-wrapper {
  padding-bottom: 50px;
}
.testimonials_carousel .swiper-wrapper .swiper-slide {
  background-color: transparent;
}
.stock_car_carousel .swiper-wrapper {
  padding-bottom: 50px;
}
.fv_carousel .swiper-wrapper {
  padding-bottom: 50px;
}
.top_instagram {
  padding-bottom: 60px;
}
/**********車種グレード絞り込み*************/
.filter_1 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.filter_1:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: var(--mainColor);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.filter_1 select {
  appearance: none;
  width: 100%;
  height: 2.8em;
  padding: 0.4em calc(.8em + 30px) 0.4em 0.8em;
  border: none;
  border-bottom: 2px solid #000000;
  background-color: #fff;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
}
.filter_1 select:focus {
  outline: none;
}
@media (max-width: 1600px) {
  .main-carousel_outer {
    max-width: 1250px;
  }
  .carousel-cell {
    /**padding:20px 20px 50px;
        .carousel-cell_inner{
            height: 400px;
            img{
                height: 400px;
            }
        }**/
  }
}
@media (max-width: 1400px) {
  .top_main .fv_single {
    padding: 20px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner {
    padding: 20px 10px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .fv {
    height: 400px;
  }
  .fv .fv_mask {
    height: 400px;
  }
  .fv .fv_mask h1 {
    font-size: 40px;
  }
  .fv .fv_mask h1 span.main_image_sub_txt {
    font-size: 14px;
    padding: 0 15px;
  }
  .carousel-cell {
    /**padding:20px 20px 40px;
        .carousel-cell_inner{
            max-height: 300px;
            height: auto;
            img{
                max-height: 300px;
                height: auto;
            }
        }**/
  }
  .main-carousel_outer .carousel-cell .carousel-cell_inner {
    height: auto;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner {
    padding: 10px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner p {
    font-size: 13px;
  }
}
@media (max-width: 821px) {
  .top_about_us_inner .slider1_outer {
    width: 40%;
  }
  .top_about_us_inner .slider1_outer .comment {
    font-size: 12px;
  }
  .top_about_us_inner .about_us_info {
    width: 60%;
  }
}
@media (max-width: 769px) {
  .top_main .fv_single {
    padding: 0px;
  }
  .main-carousel_outer.default_space_top .carousel-cell {
    padding-top: 1rem;
  }
  .main-carousel_outer.small_space_top .carousel-cell {
    padding-top: 0.5rem;
  }
  .main-carousel_outer.no_space_top .carousel-cell {
    padding-top: 0;
  }
  .main-carousel_outer.default_space_side .carousel-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-carousel_outer.small_space_side .carousel-cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-carousel_outer.no_space_side .carousel-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .top_about_us_inner {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
  .top_about_us_inner .slider1_outer {
    max-width: 100%;
    width: 80%;
  }
  .top_about_us_inner .slider1_outer .comment {
    font-size: 12px;
  }
  .top_about_us_inner .about_us_info {
    max-width: 100%;
    width: 80%;
    padding: 0 5px;
    margin-bottom: 50px;
  }
  .top_about_us_inner .about_us_info h3 {
    padding-bottom: 20px;
  }
  .top_about_us_inner .about_us_info p {
    padding-bottom: 20px;
  }
  .top_about_us_inner .about_us_info .btn_basic {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .carousel-cell {
    /**padding:20px 10px 50px;
        width: 100%;
        .carousel-cell_inner{
            max-height: inherit;
            height: auto;
            img{
                max-height: inherit;
                height: auto;
            }
        }**/
  }
  .main-carousel_outer .fv_catch_copy {
    position: relative;
    display: block;
    top: 0;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner h2 {
    font-size: 17px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner p {
    font-size: 12px;
  }
  .main-carousel_outer.default_space_top .carousel-cell {
    padding-top: 0;
  }
  .main-carousel_outer.small_space_top .carousel-cell {
    padding-top: 0;
  }
  .main-carousel_outer.no_space_top .carousel-cell {
    padding-top: 0;
  }
  .main-carousel_outer.default_space_side .carousel-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .main-carousel_outer.small_space_side .carousel-cell {
    padding-left: 0;
    padding-right: 1r0em;
  }
}
@media (max-width: 450px) {
  /**.carousel-cell{
        padding:0 0 35px 0;
    }
    .small_space{
        .carousel-cell{
            padding:10px 10px 40px;
        } 
    }**/
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner {
    margin-bottom: 0;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner h2 {
    font-size: 15x;
    margin-bottom: 3px;
  }
  .main-carousel_outer .fv_catch_copy .fv_catch_copy_inner p br {
    display: none;
  }
  .fv {
    height: 300px;
    margin-bottom: 20px;
  }
  .fv .fv_mask {
    height: 300px;
  }
  .fv .fv_mask h1 {
    font-size: 25px;
  }
  .fv .fv_mask h1 .main_image_title {
    padding-bottom: 15px;
  }
  .fv .fv_mask h1 span.main_image_sub_txt {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
  }
  .fv .fv_mask h1 span.main_image_sub_txt br {
    display: none;
  }
  .fv .fv_mask .fv_btn_outer a {
    font-size: 0.7rem;
    height: 35px;
    padding: 0 10px;
  }
  .fv .fv_mask .fv_btn_outer a span:after {
    right: -15px;
  }
  .fv .fv_inner {
    padding: 0 10px;
  }
  .top_main .fv_single {
    padding: 0;
  }
  .top_main .fv_carousel_outer {
    padding-top: 0px;
    margin-bottom: 60px;
  }
  .top_main .top_news {
    padding-bottom: 60px;
  }
  .top_main .top_about_us {
    padding-bottom: 60px;
  }
  .top_main .top_cars {
    padding-bottom: 60px;
  }
  .top_main .top_testimonials {
    padding-bottom: 60px;
  }
  .top_main .top_parts {
    padding-bottom: 60px;
  }
  .top_main .top_bike {
    padding-bottom: 60px;
  }
  .top_main .top_works {
    padding-bottom: 60px;
  }
  .top_main .top_banners {
    padding-bottom: 60px;
  }
  .top_main .top_free_space {
    padding-bottom: 60px;
  }
  .top_about_us_inner .slider1_outer {
    width: 100%;
  }
  .top_about_us_inner .slider1_outer .comment {
    font-size: 11px;
  }
  .top_about_us_inner .about_us_info {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .top_about_us_inner .about_us_info p {
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
.two_col_outer {
  display: flex;
}
.two_col_outer .main_col {
  width: 65%;
  padding-right: 62px;
}
.two_col_outer aside {
  width: 35%;
  margin-top: 3.8rem;
}
.page_header_outer {
  background-color: var(--page_header_bg);
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
}
.page_header_outer#bg_repeat {
  background-repeat: repeat-x;
  background-size: inherit;
}
.page_header_outer .page_header_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.page_header_outer .page_header_inner .breadcrumb {
  top: 5px;
  position: absolute;
  color: var(--page_header_color);
  padding-left: 5px;
}
.page_header_outer .page_header_inner .breadcrumb a {
  color: var(--page_header_color);
}
.page_header_outer .page_header_inner .page_header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 160px;
  font-size: 35px;
  font-weight: 300;
  color: var(--page_header_color);
}
.page_header_outer .page_header_inner .page_header.post_title {
  font-size: 25px;
}
.page_header_outer .page_header_inner .page_header span {
  display: block;
}
.page_header_outer .page_header_inner .page_header span:first-child {
  position: relative;
  padding-bottom: 10px;
}
.page_header_outer .page_header_inner .page_header span:first-child:after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 1px;
  background-color: var(--page_header_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
}
.page_header_outer .page_header_inner .page_header span.header_sub_txt {
  font-size: 15px;
  padding-top: 10px;
}
.page_header_outer.stock_cars_header {
  margin-bottom: 0;
}
.title_outer {
  margin-bottom: 2.8rem;
}
.page_content {
  margin-bottom: 50px;
}
.page_content.block_editor {
  max-width: 840px;
  margin: 0 auto;
}
.post_nav_bottom {
  border-top: 1px solid #000;
  padding: 10px 0 15px;
}
.post_nav_bottom .post_nav_bottom_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 15px;
}
.post_nav_bottom .post_nav_bottom_btn .archive_link a {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 3px 25px;
  border-radius: 5px;
  font-size: 11px;
}
.post_nav_bottom .post_nav_bottom_btn .archive_link a:after {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: relative;
  top: 2px;
  right: -5px;
}
.post_nav_bottom .post_nav_bottom_btn .archive_link a:hover {
  background-color: #fff;
  color: #3736C2;
  border: 1px solid var(--mainColor);
}
.post_nav_bottom .post_nav_bottom_btn .archive_link a:hover:after {
  border-left: 5px solid var(--mainColor);
}
.post_nav_bottom ul.post_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.post_nav_bottom ul.post_nav li {
  font-size: 12px;
}
.post_nav_bottom ul.post_nav li.previous_post_link a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #555555;
  border-left: 0;
  position: relative;
  left: -3px;
}
.post_nav_bottom ul.post_nav li.next_post_link a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #555555;
  border-right: 0;
  position: relative;
  right: -3px;
}
.slide_caption {
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  padding: 5px;
}
/*--------------------------------------------------------------
# グループ内ディーラー店舗
--------------------------------------------------------------*/
.group_inner {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.group_inner .store_img {
  flex-basis: 50%;
  padding-right: 30px;
}
.group_inner .store_info {
  flex-basis: 50%;
}
.group_inner .store_info h2 {
  font-size: 35px;
  font-weight: 300;
}
.group_inner .store_info h2 + p {
  line-height: 1.8;
  padding: 0 5px;
}
.group_inner .store_info .store_link {
  display: flex;
  flex-wrap: wrap;
}
.group_inner .store_info .store_link li {
  flex-basis: 25%;
  padding: 5px;
}
.group_inner .store_info .store_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid var(--lightGrey);
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.group_inner .store_info .store_link li a:hover {
  background-color: var(--lightGrey);
  color: #fff;
}
.group_inner.right {
  flex-direction: row-reverse;
}
.group_inner.right .store_img {
  padding-left: 30px;
}
.store_popup {
  background-color: #fff;
  min-width: 550px;
  padding: 30px;
}
.store_popup .store_popup_inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.store_popup .store_popup_inner .store_popup_info {
  flex-basis: 65%;
}
.store_popup .store_popup_inner .store_popup_info h3 {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 25px;
}
.store_popup .store_popup_inner .store_popup_info li {
  font-size: 13px;
}
.store_popup .store_popup_inner .store_popup_btn {
  flex-basis: 35%;
}
.store_popup .store_popup_inner .store_popup_btn li {
  margin-bottom: 10px;
}
.store_popup .store_popup_inner .store_popup_btn li a {
  background-color: var(--darkGrey);
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.lity {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.recruit .btn a {
  display: block;
  background-color: var(--darkGrey);
  height: 80px;
  line-height: 80px;
  margin-bottom: 25px;
  text-align: center;
}
/*--------------------------------------------------------------
# カスタムフィールド用
--------------------------------------------------------------*/
h2.title_l {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.3;
}
h2.title_s {
  font-size: 20px;
  margin: 0 0 30px;
  text-align: center;
}
p.sub_title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.width_l {
  max-width: 1000px;
  margin: 0 auto;
}
.width_m {
  max-width: 800px;
  margin: 0 auto;
}
/***説明・概要・定義リスト***/
.definition_list_outer {
  border-top: 1px solid #777;
  margin-bottom: 100px;
}
.definition_list_outer .definition_list {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #777;
  padding: 30px 20px 30px 10px;
}
.definition_list_outer .definition_list dt {
  flex-basis: 30%;
}
.definition_list_outer .definition_list dd {
  flex-basis: 70%;
}
/***テキスト（基本）***/
.text_basic {
  margin-bottom: 100px;
}
.text_basic .text_basic_content {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 45px 100px;
}
.text_basic .text_basic_content p {
  font-size: 18px;
  line-height: 1.5;
}
.text_basic .text_basic_btn {
  max-width: 500px;
  margin: 40px auto 0;
}
.text_basic .text_basic_btn p {
  text-align: center;
}
.text_basic.width_l .text_basic_content {
  padding: 45px;
}
/***カルーセルスライド***/
.carousel_group .carousel_image {
  margin-bottom: 15px;
}
.carousel_group .carousel_title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
/***マップ***/
.map_iframe {
  padding-bottom: 100px;
}
.map_iframe iframe {
  width: 100%;
  height: 400px;
}
/***分割レイアウト***/
.division1 {
  padding-bottom: 100px;
}
.division1 .division1_group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.division1 .division1_group dt {
  text-align: center;
  margin-bottom: 20px;
}
.division1 .division1_group dd {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 15px 10px;
}
.division1_group.col_2 dl {
  flex-basis: 50%;
  padding: 50px;
}
.division1_group.col_2 dl dt {
  font-size: 30px;
  font-weight: 300;
}
.division1_group.col_2 dl dd {
  font-size: 18px;
}
.division1_group.col_3 dl {
  flex-basis: 33.3333%;
  padding: 25px;
}
.division1_group.col_3 dl dt {
  font-size: 20px;
}
.division1_group.col_3 dl dd {
  font-size: 16px;
}
/*--------------------------------------------------------------
# 会社概要
--------------------------------------------------------------*/
.company_thumbnail {
  text-align: center;
  margin-bottom: 50px;
}
.company_profile {
  padding-bottom: 60px;
}
.company_profile dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
.company_profile dl dt {
  width: 25%;
}
.company_profile dl dd {
  width: 75%;
}
.company_profile dl.company_map iframe {
  width: 100%;
}
.company_profile dl:first-child {
  border-top: 1px solid #ccc;
}
.company_image, .staff_image {
  margin-bottom: 50px;
}
.company_image .swiper-wrapper, .staff_image .swiper-wrapper {
  padding-bottom: 50px;
}
.company_image .swiper-wrapper .comment, .staff_image .swiper-wrapper .comment {
  font-size: 13px;
  text-align: left;
  padding: 3px;
}
/*--------------------------------------------------------------
# お問い合わせ 
--------------------------------------------------------------*/
.contact_nav {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.contact_nav li {
  display: table-cell;
  background-color: #eee;
  color: #333;
  font-weight: bold;
  width: 33.3333333333%;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.mw_wp_form_input .contact_nav li.input_page {
  color: #fff;
  background-color: #d20a1e;
}
.mw_wp_form_confirm .contact_nav li.comfirm_page {
  color: #fff;
  background-color: #d20a1e;
}
.mw_wp_form_complete .contact_nav li.complete_page {
  color: #fff;
  background-color: #d20a1e;
}
.contact_example {
  display: inline-block;
  padding-left: 14px;
}
.mw_wp_form_confirm .contact_example {
  display: none;
}
.form {
  padding-bottom: 50px;
}
.form h2 {
  border-bottom: 1px solid #333;
  margin: 20px 0;
  font-size: 20px;
}
.form dl {
  display: flex;
  border-bottom: 1px dotted #999;
  padding: 15px 0;
  margin: 0;
}
.form dl dd, .form dl dt {
  display: table-cell;
  vertical-align: top;
}
.form dl {
  width: 100%;
}
.form dl dt {
  flex-basis: 30%;
  font-weight: normal;
}
.form dt span {
  color: red;
}
.form dl dd {
  flex-basis: 70%;
}
.form input {
  width: 300px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}
.form textarea {
  width: 100%;
  border: none;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}
.wpcf7-checkbox input {
  width: inherit;
}
.mw_wp_form .error {
  display: inline-block !important;
  padding-left: 5px;
}
.wpcf7-radio input {
  width: inherit;
}
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
input.phone {
  width: 150px;
}
input.input_address {
  width: 100%;
}
.form_btn {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.form_btn li {
  width: 50%;
}
.mw_wp_form_input .form_btn {
  max-width: 340px;
  margin: 0 auto 40px;
}
.form_btn li {
  position: relative;
}
.form_btn input {
  border: 2px solid #3736C2;
  color: #fff !important;
  background-color: #3736C2;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: bold;
}
.form_btn li:hover input {
  color: #3736C2 !important;
  background-color: #fff;
}
.form_btn li:hover:after {
  color: #3736C2 !important;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.mw_wp_form_confirm .form_btn {
  max-width: 680px;
  margin: 0 auto;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.privacy_form_txt {
  font-size: 13px;
  padding: 30px 0 80px;
}
.form_check_box.media .mwform-checkbox-field {
  width: 33.3333%;
  display: block;
  float: left;
  margin-left: 0 !important;
}
span.etc input {
  width: 250px;
}
.contact_item_info th {
  border: 1px solid #aaa;
  background-color: #ccc;
  padding: 5px;
}
.contact_item_info td {
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px;
}
.kaitori_flow {
  display: flex;
}
.kaitori_flow div:first-child {
  flex-basis: 60%;
}
.kaitori_flow div:nth-child(2) {
  flex-basis: 40%;
  padding: 0 10px;
}
.kaitori_flow p {
  flex-basis: 0%;
}
/*--------------------------------------------------------------
# お問い合わせ 
--------------------------------------------------------------*/
/**
.contact_nav {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.contact_nav li{
  display: table-cell;
  background-color: #eee;
  color: #333;
  font-weight: bold;
  width: 33.3333333333%;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.mw_wp_form_input .contact_nav li.input_page {
  color: #fff;
  background-color: #d20a1e;  
}
.mw_wp_form_confirm .contact_nav li.comfirm_page {
  color: #fff;
  background-color: #d20a1e;  
}
.mw_wp_form_complete .contact_nav li.complete_page {
  color: #fff;
  background-color: #d20a1e;
}
.contact_example {
  display: inline-block;
  padding-left: 14px;
}
.mw_wp_form_confirm .contact_example {
  display: none;
}
.form {
  padding-bottom: 50px;
}
.form h2 {
  border-bottom: 1px solid #333;
  margin: 20px 0;
  font-size: 20px;
}
.form dl {
  display: flex;
  border-bottom: 1px dotted #999;
  padding: 15px 0;
  margin: 0;
}
.form dl dd,.form dl dt{
  display: table-cell;
  vertical-align: top;
}
.form dl{
  width: 100%;
}
.form dl dt{
  flex-basis: 30%;
  font-weight: normal;
}
.form dt span{
  color: red;
}
.form dl dd{
  flex-basis: 70%;
}
.form input{
  width: 300px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}
.form textarea{
  width: 100%;
  border: none;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}
.form_check_box input {
  width: inherit;
}
.mw_wp_form .error {
  display: inline-block !important;
  padding-left: 5px;
}
input.age {
  width:50px;
}
input.phone {
  width:150px;
}
input.input_address {
  width: 100%;
}
.form_btn {
  padding-top: 30px;
  display: table;
  border-collapse: separate; 
  border-spacing: 8px 0; 
}
.form_btn li {
  display: table-cell;
  text-align: center;
}
.mw_wp_form_input .form_btn {
  max-width: 340px;
  margin: 0 auto 40px;
}
.form_btn li{
  position: relative;
}
.form_btn li:after{
  content: '\f138';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  color: #fff !important;
}
.form_btn input {
  border:2px solid $mainColor;
  color: #fff !important;
  background-color: $mainColor;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: bold;
}
.form_btn li:hover input {
  color: $mainColor !important;
  background-color: #fff;
}
.form_btn li:hover:after {
  color: $mainColor !important;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.mw_wp_form_confirm .form_btn {
  max-width: 680px;
  margin: 0 auto;
}
.mw_wp_form_input li.btn_back {
  display: none;
}
.privacy_form_txt {
  font-size: 13px;
  padding: 30px 0 80px;
}
.form_check_box.media .mwform-checkbox-field {
  width: 33.3333%;
  display: block;
  float: left;
  margin-left: 0 !important;
}
span.etc input {
  width: 250px;
}
.contact_item_info th{
  border: 1px solid #aaa;
  background-color: #ccc;
  padding: 5px;
}
.contact_item_info td{
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px;
}
.kaitori_flow {
  display: flex;
}
.kaitori_flow div:first-child{
  flex-basis: 60%;
}
.kaitori_flow div:nth-child(2){
  flex-basis: 40%;
  padding: 0 10px;
}
.kaitori_flow p{
  flex-basis: 0%;
}
**/
.top_stock_cars_outer {
  position: relative;
}
.top_stock_cars_outer .swiper {
  width: 93%;
}
/*--------------------------------------------------------------
# 車輛リスト基本レイアウト
--------------------------------------------------------------*/
.img_list_box {
  height: auto;
}
.img_list_box .car_list_inner {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}
.img_list_box .car_list_inner:hover {
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
}
.img_list_box .car_list_inner .img_list_img {
  position: relative;
}
.img_list_box .car_list_inner .img_list_img img {
  max-width: 100%;
}
.img_list_box .car_list_inner .img_list_img span.maker_icon {
  position: absolute;
  background-color: #000;
  bottom: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
}
.img_list_box .car_list_inner h2.img_list_title {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px;
  text-align: left;
}
.img_list_box .car_list_inner .img_list_info_price {
  display: flex;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 {
  flex-basis: 45%;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl {
  border-top: 3px solid #FF4800;
  padding: 5px 2px 5px 5px;
  text-align: left;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl dd .price {
  font-size: 26px;
  color: #FF4800;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl dt {
  font-size: 11px;
  margin-bottom: 6px;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price2 {
  flex-basis: 55%;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price2 dl {
  border-top: 3px solid #A8A8A8;
  padding: 5px 2px 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.img_list_box .car_list_inner .img_list_info_price .img_list_info_price2 dl.other_charge {
  border: none;
  padding: 0 2px 5px 10px;
}
.img_list_box .car_list_inner .img_list_info_price dt, .img_list_box .car_list_inner .img_list_info_price dd .unit {
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
}
.img_list_box .car_list_inner .img_list_info_price dd {
  margin: 0;
}
.img_list_box .car_list_inner .img_list_info_price dd .price {
  font-family: Arial, Helvetica, sans-serif;
  font-ssize: 16px;
  font-weight: bold;
}
.img_list_box .car_list_inner .img_list_info_price .include_tax {
  font-size: 10px;
}
.img_list_box .car_list_inner .img_list_detail {
  padding: 4px;
}
.img_list_box .car_list_inner .img_list_detail dl {
  display: flex;
  padding-bottom: 4px;
}
.img_list_box .car_list_inner .img_list_detail dt {
  background-color: #f3f3f3;
  line-height: 1;
  font-weight: bold;
  font-size: 11px;
  flex-basis: 80px;
  text-align: center;
  padding: 3px 0;
}
.img_list_box .car_list_inner .img_list_detail dd {
  margin: 0;
  font-size: 12px;
  padding-left: 15px;
}
.img_list_box .inquiry {
  background-color: var(--stock_car_btn);
  width: 100%;
  display: flex;
  height: 36px;
  border-radius: 0 0 5px 5px;
}
.img_list_box .inquiry a {
  color: #fff !important;
  font-weight: bold;
  border: 2px solid var(--stock_car_btn);
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  width: 100%;
}
.img_list_box .inquiry a:hover {
  color: var(--stock_car_btn) !important;
  background-color: #fff;
}
.car_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.car_list .img_list_box_outer {
  flex-basis: 25%;
  overflow: hidden;
  padding: 10px;
}
.car_list .img_list_box_outer .img_list_box {
  height: auto;
}
h2.img_list_title.sp_title {
  display: none;
}
/*--------------------------------------------------------------
# 車輛リスト横レイアウト

.car_list .title_outer .inner {
  justify-content:center;
}

.maker_tag {
  margin-bottom: 20px;
  ul{
    display: flex;
    justify-content: center;
    align-items: center;
    li {
      flex-basis: 11.11111%;
      padding: 0 5px;
      a {
        display: block;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        border: 1px solid #000;
        border-radius: 5px;
      }
    }
  }
}

.car_list_outer {
  border-top: 1px solid $lightGrey;
}

div.list_box_inner {
  display: flex;
  border-bottom: 1px solid $lightGrey;
  padding: 40px 0;
    .list_thumb {
      flex-basis: 35%;
        a:hover img{
          opacity: 0.7;
        }
      }
    .list_info {
      flex-basis: 65%;
      padding-left: 10px;
        .list_info_detail{
          display: flex;
            .detail_info_table {
              flex-basis: 65%;
            }
            .list_info_price {
              flex-basis: 35%;
              padding-left: 10px;
            }
        }
    }
}

div.list_info {
  .management_number{
  width: 170px;
  line-height: 35px;
  font-size: 18px;
    span {
      font-size: 20px;
    }
  }
  h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    a{
      color: #000;
    }
  }
}

div.list_info {
  div.detail_info_table{
    div.detail_info_cell{
    dl {
      font-size: 14px;
      dt {
        flex-basis: 40%;
        justify-content: center;
        padding-left: 0;
      }
      dd {
        flex-basis: 60%;
        justify-content: center;
        padding-left: 0;
      }
    }
  }
  }
}

div.list_info_price {
  .price {
    text-align: right;
    .sold_out {
      font-size: 35px;
    }
    .pending {
      font-size: 35px;
    }
  }
}

.list_btn{
  div.btn {
    margin-bottom: 5px;
    a {
      height: 40px;
      &.btn_phone {
        font-size: 21px;
      }
    }
  }

}
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 絞り込み
--------------------------------------------------------------*/
.acTrigger {
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
}
.acTrigger:before {
  content: "";
  background-image: url(images/plus.svg);
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  border: none;
  border-left: none;
  padding-right: 22px;
  background-repeat: no-repeat;
}
.acTrigger.active:before {
  background-image: url(images/minus.svg);
}
.acFirst, .acSecond {
  display: none;
  overflow: hidden;
  opacity: 0;
}
.filter {
  padding-bottom: 5px;
}
.filter select {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.select_wrapper.filter1 {
  display: flex;
  width: 100%;
}
.select_wrapper.filter1 .select_outer {
  width: 19%;
  padding: 10px 5px;
}
.select_wrapper.filter1 .select_outer.filter_1st_btn {
  width: 5%;
}
.select_wrapper.filter1 .select_outer.filter_1st_btn button {
  background-color: #6D6D6D;
  height: 45px;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}
.select_wrapper.filter1 .select_outer select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  background-color: #F1F1F1;
  padding: 15px 10px;
  border-color: #F1F1F1;
  border-radius: 5px;
  line-height: 1;
  font-size: 13px;
}
.select_wrapper.filter1 .select_outer select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.select_wrapper.filter1 .select_outer select:focus {
  border-color: #777;
  /* 希望の色に変更 */
  outline: none;
  /* デフォルトのフォーカス時の影を無効化 */
}
.select_wrapper.filter1 .select_outer .select_inner {
  position: relative;
}
.select_wrapper.filter1 .select_outer .select_inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #777 transparent transparent transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
}
.filter2_outer {
  margin: 5px;
  background-color: #F1F1F1;
  padding: 10px 10px 15px;
}
.filter2_outer .select_wrapper.filter2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.filter2_outer .select_wrapper.filter2 .select_outer {
  width: 20%;
  padding: 10px 5px;
}
.filter2_outer .select_wrapper.filter2 .select_outer .filter_title {
  font-size: 13px;
}
.filter2_outer .select_wrapper.filter2 .select_outer select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  padding: 10px 5px;
  border-radius: 2px;
  line-height: 1;
  font-size: 13px;
}
.filter2_outer .select_wrapper.filter2 .select_outer select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.filter2_outer .select_wrapper.filter2 .select_outer .select_inner {
  position: relative;
}
.filter2_outer .select_wrapper.filter2 .select_outer .select_inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #777 transparent transparent transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  width: 0;
}
.filter2_outer .select_wrapper.filter2 .select_year {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter2_outer .select_wrapper.filter2 .select_year .select_inner {
  width: 45%;
}
.filter2_outer .select_wrapper.filter2 .select_year .between {
  width: 10%;
  text-align: center;
}
.filter2_outer .filter_2nd_btn {
  display: flex;
  justify-content: flex-end;
}
.filter2_outer .filter_2nd_btn li {
  margin-right: 5px;
}
.filter2_outer .filter_2nd_btn li button {
  background-color: #6D6D6D;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  padding: 0 30px;
}
.filter2_outer .filter_2nd_btn li button.cancel {
  background-color: #fff;
  border: 1px solid #6D6D6D;
  color: inherit;
}
.filter_option {
  padding: 15px;
}
.filter_option ul {
  display: flex;
  flex-wrap: wrap;
}
.filter_option ul li {
  width: 20%;
}
.filter_option ul li label {
  font-size: 13px;
}
.filter_popup_btn a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  background-color: #F1F1F1;
  padding: 0 10px;
}
/*--------------------------------------------------------------
# ソート　並び替え、ペジネーション
--------------------------------------------------------------*/
.sort_outer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 5px 10px 15px 15px;
}
.sort {
  font-size: 13px;
  display: flex;
}
.sort li {
  margin-right: 15px;
}
.sort li.sort_cancel {
  margin-right: 35px;
  cursor: pointer;
}
.sort dl {
  display: flex;
}
.sort dl dt {
  font-weight: normal;
  margin-right: 5px;
}
.sort dl dd {
  margin-right: 3px;
}
.sort dl dd span {
  display: inline-block;
  background: #F1F1F1;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #777;
  cursor: pointer;
}
.car_pegination {
  display: flex;
}
.car_pegination li {
  padding: 0 3px;
}
.car_pegination li span {
  font-size: 11px;
  display: block;
  height: 25px;
  line-height: 23px;
  padding: 0 8px;
  border: 1px solid #777;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.car_pegination li.previous span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #777 transparent transparent;
}
.car_pegination li.next span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #777;
}
.car_pegination_bottom {
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/*--------------------------------------------------------------
# 詳細ページ基本
--------------------------------------------------------------*/
.btn_phone {
  background-color: var(--phone_btn);
  font-family: "Anton", sans-serif;
  display: flex;
  justify-content: center;
}
.btn_phone span {
  line-height: 1;
}
.btn_phone span:first-child {
  display: inline-block;
  margin-right: 8px;
}
.btn_phone span svg {
  fill: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.btn_phone:hover {
  cursor: default;
}
.btn_mail {
  background-color: var(--btn_bg);
  display: flex;
  justify-content: center;
}
.btn_mail span {
  line-height: 1;
}
.btn_mail span:first-child {
  display: inline-block;
  margin-right: 8px;
}
.btn_mail span svg {
  fill: #fff;
  font-size: 25px;
}
.btn_mail:hover {
  opacity: 0.6;
}
.detail_info_main .btn_outer_single {
  padding: 0 20px;
}
.price_outer {
  padding-bottom: 15px;
}
.price_outer .price {
  color: #D60000;
  font-weight: 400;
  line-height: 1;
}
.price_outer .price .price_title {
  color: #000;
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.price_outer .price .price_title span {
  font-size: 10px;
}
.price_outer .price .price_number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 39px;
}
.price_outer .price .sold_out {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.price_outer .price .pending {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.price_outer .price .price_unit {
  color: #000;
  font-size: 10px;
  font-weight: bold;
}
.price_outer .price .price_other {
  color: #000;
}
.price_outer .price .price_other .price_number {
  font-size: 28px;
}
.car_detail h2 {
  font-weight: normal;
  font-size: 25px;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.detail_info {
  margin-bottom: 40px;
}
div.detail_info_table {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
div.detail_info_table div.detail_info_cell {
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
div.detail_info_table div.detail_info_cell dl {
  width: 100%;
  font-size: 16px;
  display: flex;
}
div.detail_info_table div.detail_info_cell dl dt {
  flex-basis: 35%;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 60px;
  background-color: var(--lightestGrey);
  padding-left: 15px;
  font-size: 14px;
}
div.detail_info_table div.detail_info_cell dl dd {
  flex-basis: 65%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  font-size: 14px;
}
div.detail_info_table.col_1 div.detail_info_cell {
  flex-basis: 100%;
}
div.detail_info_table.col_2 div.detail_info_cell {
  flex-basis: 50%;
}
div.detail_info_table.col_3 div.detail_info_cell {
  flex-basis: 33.3333333333%;
}
.detail_info .detail_comment .comment_inner {
  font-size: 17px;
  border: 1px solid #777;
  padding: 30px 50px;
}
/**
.list_sp_title_outer {
  display: none;
}
.list_btn.list_sp_btn {
  display: none;
}
**/
div.detail_info_table2 {
  margin-bottom: 19px;
}
div.detail_info_table2 dl {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #777;
  font-size: 14px;
  padding: 0 40px;
}
div.detail_info_table2 dl dt {
  flex-basis: 50%;
}
div.detail_info_table2 dl dd {
  flex-basis: 50%;
  text-align: right;
  line-height: 1.2;
}
div.detail_info_table2 dl:first-child {
  border-top: 1px solid #777;
}
/*--------------------------------------------------------------
# 車両詳細ページ
--------------------------------------------------------------*/
section.detail_main_outer {
  padding-bottom: 80px;
  max-width: 1130px;
  margin: 0 auto;
}
div.detail_main {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
div.detail_main div.detail_slide {
  float: left;
  width: 62%;
  padding: 0 20px 0;
}
div.detail_main div.detail_slide .main_slide {
  margin-bottom: 2px;
}
div.detail_main div.detail_slide .main_slide img:hover {
  cursor: grab;
}
div.detail_main div.detail_slide .thumbnail_slide .swiper-slide img:hover {
  opacity: 0.8;
  cursor: pointer;
}
div.detail_main div.detail_slide .slide_caption {
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  padding: 5px;
}
div.detail_main div.detail_info_main {
  float: right;
  width: 38%;
  padding: 20px;
}
.detail_info_main h1 {
  margin-bottom: 15px;
}
.detail_info_main h1 .car_name {
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.detail_info_main h1 .car_name .maker {
  font-size: 11px;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: 500;
}
.detail_info_main h1 .car_name .grade {
  font-size: 28px;
  font-weight: 400;
}
.detail_info_main h1 .grade_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.price_outer .price {
  display: flex;
}
.price_outer .price .price_total {
  flex-basis: 40%;
  border-top: 6px solid var(--cRed);
  padding: 10px 0 0 10px;
}
.price_outer .price .price_other {
  margin-left: 10px;
  flex-basis: 60%;
  border-top: 6px solid var(--lightGrey);
  padding: 10px 0 0 10px;
}
.price_outer .price .price_other dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_outer .price dt {
  font-weight: 500;
}
.equipment_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  border: 1px solid #777;
  padding: 7px;
}
.equipment_list li {
  flex-basis: 16.6666666667%;
  padding: 4px;
}
.equipment_list li div {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-align: center;
  border: 1px solid #777;
  font-size: 14px;
  padding: 3px 5px;
}
.theta .ricoh-theta-tour-image {
  width: 100% !important;
}
.theta iframe {
  width: 100% !important;
}
.list_sp_title_outer {
  display: none;
}
.list_btn.list_sp_btn {
  display: none;
}
/*--------------------------------------------------------------
# パーツ一覧ページ
--------------------------------------------------------------*/
.parts_outer {
  display: flex;
  flex-wrap: wrap;
}
.parts_outer .parts_box {
  flex-basis: 25%;
  padding: 15px;
}
.parts_outer .parts_box .parts_img {
  padding-bottom: 10px;
}
.parts_outer .parts_box .parts_img a:hover img {
  opacity: 0.7;
}
.parts_outer .parts_box h3 {
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  margin-bottom: 5px;
}
.parts_outer .parts_box .price_info_outer {
  display: flex;
  justify-content: space-between;
}
.parts_outer .parts_box .price_info_outer .parts_category a {
  display: inline-block;
  background-color: #3736C2;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 2px;
}
.parts_outer .parts_box .price_info_outer .price {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}
.parts_outer .parts_box .price_info_outer .price .price_number {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.parts_outer .parts_box .price_info_outer .price .pending {
  font-size: 20px;
}
/*--------------------------------------------------------------
# パーツ詳細ページ
--------------------------------------------------------------*/
.parts_detail .detail_info_main h1 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.parts_detail .detail_info_main .catch_copy {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
.parts_detail .detail_info_main .price {
  font-weight: bold;
}
.parts_detail .detail_info_main .price .price_number {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.parts_detail .table_basic th {
  width: 16.6666666%;
}
@media (max-width: 1024px) {
  /*--------------------------------------------------------------
  #詳細ページ基本
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # 車両詳細
  -----0---------------------------------------------------------*/
  /*--------------------------------------------------------------
# パーツ一覧ページ
--------------------------------------------------------------*/
  div.detail_info_table2 {
    margin-bottom: 10px;
  }
  div.detail_info_table2 dl {
    height: 35px;
    font-size: 12px;
    padding: 0 10px;
  }
  div.detail_main {
    margin-bottom: 20px;
  }
  div.detail_main div.detail_slide {
    padding: 0 10px 0;
  }
  div.detail_main div.detail_slide .slide_caption {
    font-size: 13px;
  }
  div.detail_main div.detail_info_main {
    padding: 10px;
  }
  .detail_info_main h1 {
    margin-bottom: 10px;
  }
  .detail_info_main h1 .car_name {
    margin-bottom: 5px;
    display: block;
  }
  .detail_info_main h1 .car_name .maker {
    font-size: 12px;
    display: block;
  }
  .detail_info_main h1 .car_name .grade {
    font-size: 20px;
  }
  .detail_info_main h1 .grade_text {
    font-size: 13px;
  }
  .price_outer .price .price_title {
    font-size: 10px;
  }
  .price_outer .price .price_title span {
    font-size: 10px;
  }
  .price_outer .price .price_number {
    font-size: 25px;
  }
  .price_outer .price .price_unit {
    font-size: 10px;
  }
  .price_outer .price .price_other .price_number {
    font-size: 18px;
  }
  .parts_outer {
    flex-wrap: nowrap;
  }
  .parts_outer .parts_box {
    padding: 5px;
  }
  .parts_outer .parts_box h3 {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .parts_outer .parts_box .price_info_outer .parts_category a {
    font-size: 0.6rem;
    padding: 3px 5px;
  }
}
@media (max-width: 769px) {
  /*--------------------------------------------------------------
# 車輛リスト基本レイアウト
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # 詳細ページ基本
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # 車両詳細
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # パーツ一覧ページ
  --------------------------------------------------------------*/
  .car_list .img_list_box {
    border-radius: 3px;
  }
  .car_list .img_list_box .car_list_inner {
    border-radius: 3px 3px 0 0;
  }
  .car_list .img_list_box .car_list_inner h2.img_list_title {
    max-width: 100%;
  }
  .car_list .img_list_box .car_list_inner h2.img_list_title.pc_title {
    display: none;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dt {
    width: 80px;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dd {
    width: calc(100% - 80px);
  }
  .car_list .img_list_box .inquiry {
    height: 18px;
  }
  .car_list .img_list_box .inquiry a {
    height: 18px;
    border-radius: 0 0 3px 3px;
    font-size: 10px;
    line-height: 1;
  }
  .car_list {
    display: block;
  }
  .car_list .img_list_box_outer .car_list_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .car_list .img_list_box_outer .car_list_inner .list_image_outer {
    width: 20%;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer {
    display: flex;
    width: 80%;
    padding-left: 15px;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_info_price {
    width: 55%;
    padding-left: 5px;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_detail {
    width: 45%;
    padding: 4px 4px 4px 15px;
  }
  h2.img_list_title.sp_title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  section.detail_main_outer {
    margin: 20px auto 0;
  }
  div.detail_main {
    margin-bottom: 30px;
  }
  div.detail_main div.detail_slide {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  div.detail_main div.detail_info_main {
    float: none;
    width: 100%;
    padding: 10px;
  }
  div.detail_info_table div.detail_info_cell dl {
    font-size: 14px;
  }
  div.detail_info_table div.detail_info_cell dl dt {
    flex-basis: 40%;
    height: 50px;
    padding-left: 5px;
  }
  div.detail_info_table div.detail_info_cell dl dd {
    flex-basis: 60%;
    height: 50px;
    padding-left: 5px;
  }
  div.detail_info_table.col_3 div.detail_info_cell {
    flex-basis: 50%;
  }
  div.detail_info_table.col_3 div.detail_info_cell.detail_cell_full {
    flex-basis: 100%;
  }
  .detail_info .detail_comment p {
    font-size: 16px;
    padding: 30px;
  }
  div.detail_main div.detail_slide {
    padding: 0 20px 0;
  }
  div.detail_main div.detail_slide .slide_caption {
    font-size: 14px;
  }
  div.detail_main div.detail_info_main {
    padding: 20px;
  }
  .detail_info_main h1 {
    margin-bottom: 10px;
  }
  .detail_info_main h1 .car_name {
    margin-bottom: 5px;
    display: block;
  }
  .detail_info_main h1 .car_name .maker {
    font-size: 12px;
    display: block;
  }
  .detail_info_main h1 .car_name .grade {
    font-size: 20px;
  }
  .detail_info_main h1 .grade_text {
    font-size: 13px;
  }
  .price_outer .price .price_title {
    font-size: 10px;
  }
  .price_outer .price .price_title span {
    font-size: 10px;
  }
  .price_outer .price .price_number {
    font-size: 25px;
  }
  .price_outer .price .price_unit {
    font-size: 10px;
  }
  .price_outer .price .price_other .price_number {
    font-size: 18px;
  }
  .car_detail h2 {
    margin: 0 10px 25px;
  }
  .parts_detail h2 {
    margin: 0 10px 25px;
  }
  .equipment_list li {
    flex-basis: 25%;
    padding: 3px;
  }
  .parts_outer {
    flex-wrap: wrap;
  }
  .parts_outer .parts_box {
    flex-basis: 50%;
    padding: 10px;
  }
  .parts_outer .parts_box h3 {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .top_parts {
    flex-wrap: nowrap;
    flex-basis: 25%;
  }
  .top_parts .parts_outer_scroll {
    overflow-x: scroll;
  }
  .top_parts .parts_outer_scroll .parts_outer {
    width: 1300px;
  }
  .top_parts .parts_outer_scroll .parts_outer .parts_box {
    flex-basis: 25%;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  /*--------------------------------------------------------------
# 車輛リスト基本レイアウト
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 車両詳細ページ
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# パーツ一覧
--------------------------------------------------------------*/
  .car_list .img_list_box_outer .car_list_inner .list_image_outer {
    width: 160px;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer {
    display: block;
    width: calc(100% - 160px);
    padding-left: 0;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_info_price {
    width: 100%;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_detail {
    width: 100%;
  }
  .equipment_list li {
    flex-basis: 33.333333%;
    padding: 2px;
  }
  .parts_outer .parts_box {
    padding: 5px;
  }
  .parts_outer .parts_box h3 {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
@media (max-width: 450px) {
  /*--------------------------------------------------------------
# 車輛リスト基本レイアウト
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 詳細ページ基本
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 車両詳細ページ
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # パーツ一覧ページ
  --------------------------------------------------------------*/
  .car_list .img_list_box .car_list_inner {
    padding: 3px 5px;
    border-bottom: 1px solid #ccc;
  }
  .car_list .img_list_box .car_list_inner h2.img_list_title {
    max-width: 100%;
    font-size: 14px;
  }
  .car_list .img_list_box .car_list_inner h2.img_list_title.pc_title {
    display: none;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 {
    flex-basis: 47%;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl {
    padding: 2px;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl dd .price {
    font-size: 22px;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price1 dl dt {
    font-size: 10px;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price2 {
    flex-basis: 53%;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price .img_list_info_price2 dl {
    padding: 0 2px 1px;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price dd .price {
    font-size: 13px;
  }
  .car_list .img_list_box .car_list_inner .img_list_info_price dd .unit {
    font-size: 0.5rem;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail {
    display: flex;
    flex-wrap: wrap;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dl {
    width: 50%;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dl:last-child {
    width: 100%;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dt {
    width: 40px;
    flex-basis: inherit;
    font-size: 10px;
  }
  .car_list .img_list_box .car_list_inner .img_list_detail dd {
    width: calc(100% - 40px);
    padding-left: 3px;
    font-size: 11px;
  }
  .car_list .img_list_box .inquiry {
    height: 15px;
  }
  .car_list .img_list_box .inquiry a {
    font-size: 0.5rem;
    height: 15px;
  }
  .car_list .img_list_box_outer {
    padding: 5px 0 20px;
  }
  .car_list .img_list_box_outer .car_list_inner .list_image_outer {
    width: 135px;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer {
    display: block;
    width: calc(100% - 135px);
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_info_price {
    width: 100%;
  }
  .car_list .img_list_box_outer .car_list_inner .list_info_outer .img_list_detail {
    width: 100%;
    padding: 4px 4px 4px 5px;
  }
  div.detail_info_table div.detail_info_cell dl {
    font-size: 11px;
  }
  div.detail_info_table div.detail_info_cell dl dt {
    width: 30%;
    flex-basis: inherit;
    height: 50px;
    padding-left: 3px;
    font-size: 10px;
  }
  div.detail_info_table div.detail_info_cell dl dd {
    width: 70%;
    flex-basis: inherit;
    height: 50px;
    padding-left: 3px;
    font-size: 12px;
  }
  .detail_info .detail_comment p {
    font-size: 15px;
    padding: 20px 10px;
  }
  div.detail_main div.detail_slide {
    padding: 0 10px;
  }
  div.detail_main div.detail_info_main {
    padding: 20px 15px;
  }
  .detail_info_main h1 {
    padding: 0 10px;
  }
  .detail_info_main h1 .car_name .maker {
    font-size: 12px;
    margin-right: 5px;
  }
  .detail_info_main h1 .car_name .grade {
    font-size: 25px;
  }
  .detail_info_main h1 .grade_text {
    font-size: 14px;
  }
  .detail_info .inner_m {
    padding: 0 12px;
  }
  .equipment_list li {
    flex-basis: 50%;
    padding: 2px;
  }
  .equipment_list li div {
    height: 35px;
    font-size: 12px;
  }
  .detail_info .detail_comment {
    font-size: 14px;
  }
  .parts_outer .parts_box {
    flex-basis: 100%;
    padding: 10px 10px 20px;
  }
  .parts_outer .parts_box h3 {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.news_list_1 .news_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--darkGrey);
  height: 60px;
  padding: 0 15px;
}
.news_list_1 .news_box .news_title {
  flex-basis: 70%;
}
.news_list_1 .news_box .news_title a {
  display: inline-block;
}
.news_list_1 .news_box .news_title a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.news_list_1 .news_box .cat_date {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news_list_1 .news_box .cat_date .news_cat {
  flex-basis: 70%;
  text-align: right;
  margin-right: 5px;
}
.news_list_1 .news_box .cat_date .news_cat a {
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
}
.news_list_1 .news_box .cat_date .news_cat a:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.news_list_1 .news_box .cat_date .news_date {
  flex-basis: 30%;
  font-size: 13px;
  text-align: right;
}
.news_list_1 .news_box:first-child {
  border-top: 1px solid var(--darkGrey);
}
ul.news_list_2 {
  display: flex;
  justify-content: center;
}
ul.news_list_2 li.news_box {
  padding: 0 20px 20px;
  width: 25%;
}
ul.news_list_2 li.news_box .news_image a:hover img {
  opacity: 0.7;
}
ul.news_list_2 li.news_box .news_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
ul.news_list_2 li.news_box .news_info .news_date {
  text-align: left;
  font-size: 12px;
}
ul.news_list_2 li.news_box .news_info .news_cat a {
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
}
ul.news_list_2 li.news_box .news_info .news_cat a:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
ul.news_list_2 li.news_box .news_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.news_thumb_list ul.news_list_2 {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news_thumb_list ul.news_list_2 li.news_box {
  width: 25%;
}
.news_all_link {
  text-align: right;
}
.news_all_link a {
  font-size: 0.7rem;
}
/*--------------------------------------------------------------
  # ニュース・ブログ詳細
--------------------------------------------------------------*/
.post_main_img {
  margin-bottom: 1rem;
}
.news_content {
  padding: 0 5px;
}
.news_content .news_info {
  margin-bottom: 2rem;
}
.news_content .news_info h1.news_title {
  font-size: 18px;
  padding: 15px 5px 20px 10px;
  border-bottom: 1px solid #000;
}
.news_content .news_info .news_cat {
  text-align: right;
}
.news_content .news_info .news_cat span {
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
}
.news_cat_icon .post-categories {
  display: flex;
}
.news_cat_icon .post-categories li {
  margin: 0 2px;
}
.news_cat_icon .post-categories li a {
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
}
.news_cat_icon .post-categories li a:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
@media (max-width: 1024px) {
  .news_thumb_list ul.news_list_2 li.news_box {
    width: 33.3333%;
    padding: 10px;
  }
  .top_news ul.news_list_2 li.news_box {
    padding: 10px;
  }
  .top_news ul.news_list_2 li.news_box .news_info {
    margin-bottom: 5px;
  }
  .top_news ul.news_list_2 li.news_box .news_info .news_date {
    font-size: 10px;
  }
  .top_news ul.news_list_2 li.news_box .news_info .news_cat a {
    padding: 2px 5px;
    font-size: 10px;
  }
}
@media (max-width: 769px) {
  ul.news_list_1 li.news_box .cat_date {
    display: block;
  }
  ul.news_list_1 li.news_box .cat_date span {
    display: block;
  }
  .top_news ul.news_list_2 {
    flex-wrap: wrap;
  }
  .top_news ul.news_list_2 li.news_box {
    padding: 5px;
  }
  .top_news ul.news_list_2 li.news_box .news_info .news_date {
    font-size: 0.5rem;
  }
  .top_news ul.news_list_2 li.news_box .news_info .news_cat a {
    font-size: 0.5rem;
  }
  .top_news ul.news_list_2 li.news_box .news_title {
    font-size: 11px;
  }
  .news_thumb_list ul.news_list_2 li.news_box {
    width: 50%;
    padding: 30px;
  }
  .news_thumb_list ul.news_list_2 li.news_box img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  ul.news_list_1 li.news_box {
    height: auto;
    padding: 10px 15px;
  }
  ul.news_list_1 li.news_box .news_title {
    flex-basis: 75%;
    font-size: 13px;
  }
  ul.news_list_1 li.news_box .cat_date {
    flex-basis: 25%;
    display: block;
    text-align: right;
  }
  ul.news_list_1 li.news_box .cat_date .news_cat {
    margin-right: 0;
  }
  ul.news_list_1 li.news_box .cat_date .news_cat a {
    padding: 3px;
    font-size: 0.5rem;
  }
  ul.news_list_1 li.news_box .cat_date .news_date {
    font-size: 11px;
  }
  .top_news ul.news_list_2 {
    display: block;
    padding: 0 15px;
  }
  .top_news ul.news_list_2 li.news_box {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--darkGrey);
  }
  .top_news ul.news_list_2 li.news_box .news_image {
    width: 15%;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer {
    display: block;
    width: 90%;
    padding-left: 10px;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_info {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_info .news_cat {
    display: flex;
    align-items: flex-start;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_info .news_cat a {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1;
  }
  .top_news ul.news_list_2 li.news_box .news_title {
    flex-basis: 70%;
    font-size: 12px;
  }
  .top_news ul.news_list_2 li.news_box:first-child {
    border-top: 1px solid var(--darkGrey);
  }
  .news_thumb_list ul.news_list_2 li.news_box {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .top_news ul.news_list_2 {
    padding: 0;
  }
  .top_news ul.news_list_2 li.news_box {
    padding: 8px 5px;
  }
  .top_news ul.news_list_2 li.news_box .news_image {
    flex-basis: 20%;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_info {
    flex-basis: 20%;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_info .news_cat a {
    font-size: 0.5rem;
  }
  .top_news ul.news_list_2 li.news_box .news_info_outer .news_title {
    flex-basis: 60%;
  }
  .news_thumb_list ul.news_list_2 {
    display: block;
  }
  .news_thumb_list ul.news_list_2 li.news_box {
    width: 100%;
    padding: 15px;
  }
  .post_nav_bottom .news_cat_icon .post-categories {
    display: block;
  }
  .post_nav_bottom .news_cat_icon .post-categories li {
    margin: 0;
    text-align: right;
  }
  .post_nav_bottom .news_cat_icon .post-categories li a {
    padding: 3px 5px;
    font-size: 10px;
  }
}
/*--------------------------------------------------------------
# ギャラリー
--------------------------------------------------------------*/
.gallery_outer {
  display: flex;
  flex-wrap: wrap;
}
.gallery_outer .gallery_img_box {
  padding: 2px;
  width: 25%;
}
.gallery_outer .gallery_img_box .gallery_img {
  position: relative;
}
.gallery_outer .gallery_img_box .gallery_img a:hover img {
  opacity: 0.7;
}
.gallery_outer .gallery_img_box .gallery_img .caption {
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
  white-space: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.482);
  color: #fff;
}
.gallery_list {
  display: flex;
  flex-wrap: wrap;
}
.gallery_list .gallery_box {
  flex-basis: 25%;
  padding: 15px;
}
.gallery_list .gallery_box h2 {
  font-size: 14px;
  border-bottom: 1px solid #333;
  line-height: 1.2;
  margin: 5px 0;
  padding-bottom: 5px;
  font-weight: bold;
}
.gallery_list .gallery_box .gallery_info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 10px;
}
.gallery_list .gallery_box .gallery_info .gallery_btn a {
  font-size: 11px;
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 3px;
}
.gallery_list .gallery_box a:hover img {
  opacity: 0.7;
}
/*--------------------------------------------------------------
# リンク
--------------------------------------------------------------*/
.link_list_old .link_list {
  border-bottom: 1px solid var(--lightGrey);
  padding: 15px;
}
.link_list_old .link_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link_list_old .link_list ul li.link_img {
  width: 10%;
}
.link_list_old .link_list ul li.link_img a:hover img {
  opacity: 0.8;
}
.link_list_old .link_list ul li.link_title {
  flex-basis: 25%;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
}
.link_list_old .link_list ul li.link_title a:hover {
  text-decoration: underline;
}
.link_list_old .link_list ul li.link_comment {
  flex-basis: 65%;
  padding: 0 20px 0 10px;
  font-size: 13px;
}
.link_list_old .link_list:first-child {
  border-top: 1px solid var(--lightGrey);
}
.link_list_1 {
  display: flex;
  flex-wrap: wrap;
}
.link_list_1 .link_list {
  width: 25%;
  padding: 15px 15px 25px;
}
.link_list_1 .link_list li.link_img a:hover img {
  opacity: 0.8;
}
.link_list_1 .link_list li.link_title {
  padding: 5px 0 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.link_list_1 .link_list li.link_title a:hover {
  text-decoration: underline;
}
.link_list_1 .link_list li.link_comment {
  font-size: 12px;
}
/*--------------------------------------------------------------
# お客様の声
--------------------------------------------------------------*/
.testimonials_box {
  width: 100%;
}
.testimonials_box h3 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  font-size: 15px;
}
.testimonials_box h3 span:last-child {
  font-size: 13px;
}
.testimonials_box .testimonials_excerption {
  display: flex;
  padding: 20px 10px 0;
}
.testimonials_box .testimonials_excerption .testimonials_img {
  width: 150px;
  padding-right: 10px;
}
.testimonials_box .testimonials_excerption .testimonials_img a:hover img {
  opacity: 0.7;
}
.testimonials_box .testimonials_excerption .testimonials_text {
  text-align: left;
  width: calc(100% - 150px);
}
.testimonials_box .testimonials_excerption .testimonials_text a {
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 10px;
  margin-left: 5px;
}
.testimonials_box .testimonials_excerption .testimonials_text a:hover {
  background-color: #fff;
  color: #3736C2;
  border: 1px solid var(--mainColor);
}
.testimonials_list_1 article {
  display: flex;
  border-bottom: 1px solid var(--darkGrey);
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.testimonials_list_1 article:first-child {
  border-top: 1px solid var(--darkGrey);
}
.testimonials_list_1 article .testimonials_img {
  flex-basis: 130px;
}
.testimonials_list_1 article .testimonials_img a:hover img {
  opacity: 0.8;
}
.testimonials_list_1 article .testimonials_title {
  flex-basis: 70%;
  display: flex;
  justify-content: center;
}
.testimonials_list_1 article .testimonials_title li {
  flex-basis: 60%;
  padding-left: 10px;
}
.testimonials_list_1 article .testimonials_title li:last-child {
  text-align: right;
  flex-basis: 40%;
}
.testimonials_list_1 article .testimonials_title li:last-child span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.testimonials_list_1 article .testimonials_btn {
  margin-left: 10px;
  flex-basis: 10%;
}
.testimonials_list_1 article .testimonials_btn a {
  display: inline-block;
  background-color: var(--btn_bg);
  color: #fff;
  padding: 2px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: bold;
}
.testimonials_list_2 {
  display: flex;
  flex-wrap: wrap;
}
.testimonials_list_2 article {
  width: 25%;
  padding: 10px;
}
.testimonials_list_2 article .testimonials_img {
  margin-bottom: 8px;
}
.testimonials_list_2 article .testimonials_img a:hover img {
  opacity: 0.8;
}
.testimonials_list_2 article .testimonials_info_outer h2 {
  font-size: 14px;
  border-bottom: 1px solid #333;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.testimonials_list_2 article .testimonials_info_outer .testimonials_info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.testimonials_list_2 article .testimonials_info_outer .testimonials_info .testimonials_btn a {
  font-size: 11px;
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: bold;
}
.testimonials_list_2 article .testimonials_info_outer .testimonials_info .testimonials_btn a:hover {
  color: #3736C2;
  background-color: #fff;
  border: 1px solid var(--mainColor);
}
.testimonials_content h1 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--darkGrey);
  height: 60px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.testimonials_content h1 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.testimonials_content h1 ul li:last-child span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.testimonials_content .page_content_inner {
  padding: 0 20px 25px;
}
.testimonials_content .page_content_inner h2 {
  padding-bottom: 15px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# 施工事例
--------------------------------------------------------------*/
.works_outer .main_slide {
  margin-bottom: 2px;
}
.works_outer .main_slide img:hover {
  cursor: grab;
}
.works_outer .thumbnail_slide img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.works_comment {
  padding: 0 10px 40px;
}
.works_comment p {
  line-height: 1.8;
}
.works_custom_table {
  padding: 0 10px 20px;
}
@media (max-width: 1024px) {
  /*--お客様の声--*/
  .gallery_outer .gallery_img_box .gallery_img .caption {
    display: none;
  }
  .testimonials_list_2 article {
    width: 33%;
    padding: 10px;
  }
}
@media (max-width: 769px) {
  /*--ギャラリー--*/
  /*--お客様の声--*/
  /*--リンク--*/
  .gallery_outer .gallery_img_box {
    width: 33.33333%;
  }
  .testimonials_list_2 article {
    width: 50%;
    padding: 15px;
  }
  .link_list_1 .link_list {
    width: 33%;
    padding: 10px 10px 20px;
  }
  .link_list_1 .link_list li.link_title {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  /*--ギャラリー--*/
  /*--リンク--*/
  .gallery_outer .gallery_img_box {
    width: 50%;
  }
  .gallery_outer .gallery_img_box .gallery_img .caption {
    display: none;
  }
  .lum-lightbox-caption {
    bottom: inherit;
  }
  .gallery_list .gallery_box {
    flex-basis: 50%;
  }
  .link_list_old .link_list ul {
    flex-wrap: wrap;
  }
  .link_list_old .link_list ul li.link_img {
    flex-basis: 40%;
  }
  .link_list_old .link_list ul li.link_title {
    flex-basis: 60%;
  }
  .link_list_old .link_list ul li.link_comment {
    flex-basis: 95%;
    font-size: 13px;
    padding: 10px 20px 0 10px;
  }
  .link_list_old .link_list ul li.link_icon {
    flex-basis: 5%;
  }
  .link_list_old .link_list ul li.link_icon a:hover svg {
    fill: #3736C2;
  }
  .link_list_1 .link_list {
    width: 50%;
  }
}
@media (max-width: 450px) {
  /*--ギャラリー--*/
  /*--お客様の声--*/
  /*--リンク--*/
  .gallery_list .gallery_box {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    padding: 10px 5px;
  }
  .gallery_list .gallery_box .gallery_list_img {
    width: 30%;
  }
  .gallery_list .gallery_box .gallery_info_outer {
    width: 70%;
    padding-left: 10px;
  }
  .testimonials_box {
    width: 100%;
    padding: 0 10px;
  }
  .testimonials_box h3 {
    font-size: 13px;
  }
  .testimonials_box h3 span:last-child {
    font-size: 11px;
  }
  .testimonials_box .testimonials_excerption p {
    font-size: 12px;
  }
  .testimonials_box .testimonials_excerption p a {
    display: block;
  }
  .testimonials_list article .testimonials_img {
    flex-basis: 100px;
  }
  .testimonials_list article .testimonials_title {
    flex-basis: 70%;
    font-size: 11px;
    font-weight: bold;
  }
  .testimonials_list article .testimonials_title li {
    padding-left: 5px;
  }
  .testimonials_list article .testimonials_title li:last-child {
    text-align: right;
    flex-basis: 30%;
  }
  .testimonials_list article .testimonials_title li:last-child span {
    display: block;
    margin-left: 0;
  }
  .testimonials_list article .testimonials_btn {
    margin-left: 5px;
    flex-basis: 10%;
  }
  .testimonials_list article .testimonials_btn a {
    padding: 2px 5px;
    font-size: 10px;
  }
  .testimonials_list_2 {
    display: block;
  }
  .testimonials_list_2 article {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    align-items: center;
  }
  .testimonials_list_2 article .testimonials_img {
    margin-bottom: 0;
    width: 30%;
  }
  .testimonials_list_2 article .testimonials_info_outer {
    width: 70%;
    padding-left: 10px;
  }
  .testimonials_content h1 {
    padding: 0 10px;
  }
  .testimonials_content h1 ul li:last-child span {
    display: block;
    margin-left: 0;
  }
  .testimonials_content .page_content_inner {
    padding: 0 20px 25px;
  }
  .link_list_old .link_list ul li.link_img {
    flex-basis: 30%;
  }
  .link_list_old .link_list ul li.link_title {
    flex-basis: 70%;
  }
}
footer {
  padding-top: 100px;
}
.footer_top {
  padding: 50px 0 25px;
  background-color: var(--footer_top_bg);
}
.footer_top .footer_top_inner {
  display: flex;
  justify-content: space-around;
  color: var(--footer_top_color);
}
.footer_top .footer_top_inner .footer_left {
  flex-basis: 50%;
  display: flex;
  padding-right: 20px;
}
.footer_top .footer_top_inner .footer_left .footer_25 {
  flex-basis: 50%;
  padding: 0 10px;
}
.footer_top .footer_top_inner .footer_left .footer_50 {
  flex-basis: 100%;
  padding: 0 10px;
}
.footer_top .footer_top_inner .footer_right {
  flex-basis: 50%;
  display: flex;
  padding-left: 20px;
}
.footer_top .footer_top_inner .footer_right .footer_25 {
  flex-basis: 50%;
  padding: 0 10px;
}
.footer_top .footer_top_inner .footer_right .footer_50 {
  flex-basis: 100%;
  padding: 0 10px;
}
.footer_nav li {
  border-bottom: 1px solid var(--footer_top_color);
}
.footer_nav li a {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--footer_top_color);
  height: 35px;
  font-size: 13px;
  padding-left: 5px;
  overflow: hidden;
}
.footer_nav li a span {
  position: relative;
  display: block;
}
.footer_nav li a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background-color: var(--footer_top_color);
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}
.footer_nav li a:hover span:after {
  transform: translate3d(0, 0, 0);
}
.footer_nav li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid var(--footer_top_color);
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footer_nav li:first-child {
  border-top: 1px solid var(--footer_top_color);
}
.footer_nav nav.large_menu li a {
  height: 55px;
  font-size: 15px;
}
.footer_nav nav.large_menu li a:after {
  border: 5px solid transparent;
  border-left: 8px solid var(--footer_top_color);
}
.footer_info .footer_logo {
  margin-bottom: 10px;
  max-width: 250px;
}
.footer_info address {
  margin-bottom: 15px;
}
.footer_info address dt {
  padding-bottom: 10px;
}
.footer_info address dd {
  line-height: 1.5;
  font-size: 13px;
}
.footer_info .shop_link {
  margin-bottom: 10px;
}
.footer_info .shop_link a {
  display: block;
  border: 1px solid var(--footer_top_color);
  border-radius: 5px;
  color: var(--footer_top_color);
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  max-width: 280px;
}
.footer_info .shop_link a:hover {
  background-color: var(--footer_top_color);
  color: var(--footer_top_bg);
}
.footer_map iframe {
  height: 300px;
  width: 100%;
}
.footer_group .footer_map iframe {
  height: 280px;
}
.footer_bottom {
  text-align: center;
  background-color: var(--footer_bottom_bg);
  padding: 10px 0;
  color: var(--footer_bottom_color);
  font-size: 12px;
}
.footer_bottom .copy_right {
  text-align: center;
}
.footer_group .footer_top .footer_top_inner {
  flex-wrap: wrap;
  justify-content: center;
}
.footer_group .footer_top .footer_top_inner .footer_50 {
  width: 50%;
  padding: 0 10px;
  display: flex;
}
.footer_group .footer_top .footer_top_inner .footer_50 .footer_info {
  padding: 0 5px;
  width: 50%;
}
.footer_group .footer_top .footer_top_inner .footer_50 .footer_map {
  width: 50%;
  padding: 0 5px;
}
.footer_group .footer_top .footer_top_inner .footer_33 {
  width: 33.33333%;
  padding: 0 20px;
}
.footer_group .footer_top .footer_top_inner .footer_25 {
  width: 25%;
  padding: 0 10px;
}
.footer_group .footer_top .footer_top_inner .footer_20 {
  width: 20%;
  padding: 0 8px;
}
.footer_group .footer_bottom .footer_bottom_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
}
.footer_group .footer_bottom .footer_bottom_inner .group_logo {
  width: 15%;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer {
  width: 85%;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item {
  padding: 0 15px;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item a {
  display: block;
  padding: 10px 0;
  color: var(--footer_bottom_color);
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item a span {
  position: relative;
  display: block;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background-color: var(--footer_top_color);
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}
.footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item a:hover span:after {
  transform: translate3d(0, 0, 0);
}
.footer_group .footer_bottom .copy_right {
  text-align: right;
  padding: 0 25px;
}
@media (max-width: 600px) {
  .footer_top .footer_top_inner .footer_right {
    padding-left: 0;
  }
}
/***見出し****/
h1.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 10px;
  margin-bottom: 1rem;
}
h2.wp-block-heading {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  padding: 15px 10px;
  margin-bottom: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
h3.wp-block-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 15px;
  position: relative;
}
h3.wp-block-heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #000;
  top: 50%;
  left: 5px;
}
h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 15px;
}
.block_editor {
  /***段落****/
  /***リスト****/
}
.block_editor p {
  font-size: 16px;
  padding: 10px;
  margin: 0 10px 1rem;
}
.block_editor ul {
  padding: 0 10px 0 50px;
  margin-bottom: 1rem;
}
.block_editor ul li {
  list-style-type: circle;
}
.block_editor ol {
  padding: 0 10px 0 50px;
}
.block_editor ol li {
  list-style-type: decimal;
}
/***引用****/
.wp-block-quote {
  padding: 1.5rem;
  background-color: #ededed;
  margin: 15px 15px 2rem 15px;
}
.wp-block-quote p {
  margin: 0;
}
/***テーブル****/
.wp-block-table {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table thead {
  border-bottom: 1px solid #000;
}
.wp-block-table th {
  background-color: #efefef;
  padding: 15px;
  font-size: 16px;
}
.wp-block-table td {
  padding: 15px;
  font-size: 14px;
}
.wp-block-table .wp-element-caption {
  padding: 3px 10px 0 15px;
}
.wp-block-table tfoot {
  border-top: 1px solid;
  background-color: #f6f6f6;
}
/***画像****/
.wp-block-image {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.wp-block-image.is-style-rounded img {
  border-radius: 20px;
}
/***埋め込み****/
.wp-block-embed {
  padding: 15px;
}
.wp-block-embed iframe {
  width: 100%;
}
.wp-block-embed figcaption {
  margin-top: 5px;
}
/***ボタン****/
.wp-block-button {
  padding: 0 15px;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  margin-bottom: 2rem;
}
:where(.wp-block-file__button) {
  border-radius: 5px;
}
/***アコーディオン****/
.wp-block-details {
  padding: 10px;
  border-bottom: 1px solid #333;
  margin: 0 15px;
}
.wp-block-details summary {
  position: relative;
  font-weight: 500;
}
.wp-block-details summary:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.wp-block-details p {
  padding: 15px 10px 0;
}
/****カラム****/
:where(.wp-block-columns.is-layout-flex) {
  gap: 10px;
}
/****ギャラリー****/
.wp-block-gallery {
  padding: 10px;
}
.wp-block-gallery .wp-block-image {
  padding: 5px;
  margin-bottom: 0;
}
figure.wp-block-gallery.has-nested-images {
  gap: 0;
}
@media (max-width: 450px) {
  body {
    /***テーブル****/
  }
  body .wp-block-gallery.is-layout-flex {
    display: block;
  }
  body .wp-block-gallery.is-layout-flex .wp-block-image {
    padding: 10px;
    margin-bottom: 0;
  }
  body .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: 100%;
  }
  body .wp-block-table th {
    padding: 10px;
    font-size: 13px;
  }
  body .wp-block-table td {
    padding: 10px;
    font-size: 13px;
  }
  body .wp-block-table .wp-element-caption {
    padding: 3px 5px 0 5px;
  }
}
/***バナーリスト****/
.banner_box {
  max-width: 450px;
  background-color: #000;
  position: relative;
}
.banner_box img {
  width: 100%;
  opacity: 0.4;
}
.banner_box:hover img {
  opacity: 0.7;
  transition: 0.2s;
}
.banner_box dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
}
.banner_box dl dt {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.banner_box dl dd {
  font-size: 13px;
  font-weight: bold;
}
.banner_box dl dd.banner_link_btn {
  margin-top: 1rem;
}
.banner_box dl dd.banner_link_btn a {
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  display: inline-block;
  line-height: 1;
  padding: 5px 25px;
  border-radius: 10px;
}
.banner_box dl dd.banner_link_btn a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.banner_box dl.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.banner_box dl.serif a {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.banner_list_1 .banner_list_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_list_1 .banner_list_inner .banner_box_outer {
  padding: 15px;
}
.banner_list_1 .banner_list_inner.small_space .banner_box_outer {
  padding: 8px;
}
.banner_list_1 .banner_list_inner.no_space .banner_box_outer {
  padding: 0;
}
.banner_list_1.col_3 {
  max-width: 1200px;
  margin: 0 auto;
}
.banner_list_1.col_3 .banner_box_outer {
  width: 33.33333%;
}
.banner_list_1.col_2 {
  max-width: 900px;
  margin: 0 auto;
}
.banner_list_1.col_2 .banner_box_outer {
  width: 50%;
}
.banner_list_1.col_1 {
  max-width: 480px;
  margin: 0 auto;
}
.banner_list_1.col_1 .banner_box_outer {
  width: 100%;
}
.banner_list_2 .banner_list_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.banner_list_2 .banner_list_inner .banner_box_outer {
  padding: 15px;
}
.banner_list_2 .banner_list_inner.small_space .banner_box_outer {
  padding: 8px;
}
.banner_list_2 .banner_list_inner.no_space .banner_box_outer {
  padding: 0 !important;
}
.banner_list_2 .banner_list_inner a:hover img {
  opacity: 0.7;
}
.banner_list_2.col_4 .banner_list_inner {
  max-width: 1450px;
}
.banner_list_2.col_4 .banner_list_inner .banner_box_outer {
  width: 25%;
}
.banner_list_2.col_3 .banner_box_outer {
  width: 33.33333%;
}
.banner_list_2.col_2 .banner_box_outer {
  width: 50%;
}
.banner_list_2.col_1 .banner_box_outer {
  width: 100%;
}
/***スクロールポップアップ****/
.scroll_popup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
.scroll_popup .close_popup {
  position: relative;
  top: 10px;
  left: -10px;
}
.scroll_popup .close_popup span.btn {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
}
.scroll_popup dl {
  background-color: var(--mainColor);
  border-radius: 15px;
  padding: 20px;
  max-width: 220px;
  color: #fff;
}
.scroll_popup dl dt {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.scroll_popup dl dd {
  font-weight: bold;
  font-size: 12px;
}
.scroll_popup dl dd.btn {
  margin-top: 10px;
}
.scroll_popup dl dd.btn a {
  display: block;
  line-height: 1;
  color: #3736C2;
  background-color: #fff;
  text-align: center;
  padding: 2px;
  border-radius: 3px;
}
@media (max-width: 1367px) {
  .banner_list_1.col_3 .banner_box_outer {
    padding: 10px;
  }
  .banner_list_1.col_2 .banner_box_outer {
    padding: 10px;
  }
  .banner_list_2 .banner_list_inner .banner_box_outer {
    padding: 10px;
  }
}
@media (max-width: 1025px) {
  .banner_box dl dt {
    font-size: 18px;
  }
  .banner_box dl dd {
    font-size: 11px;
  }
  .banner_box dl dd.banner_link_btn a {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .banner_list_1 {
    padding: 0 15px;
  }
  .banner_list_1.col_4 .banner_box_outer {
    width: 33.333%;
  }
  .banner_list_2 {
    padding: 0 15px;
  }
  .banner_list_2 .banner_list_inner .banner_box_outer {
    padding: 10px;
  }
  .banner_list_2 .banner_list_inner.small_space .banner_box_outer {
    padding: 8px;
  }
  .banner_list_2.col_4 .banner_list_inner {
    max-width: 1450px;
  }
  .banner_list_2.col_4 .banner_list_inner .banner_box_outer {
    width: 33.33333%;
  }
}
@media (max-width: 821px) {
  .banner_box dl dt {
    font-size: 22px;
  }
  .banner_box dl dd {
    font-size: 13px;
  }
  .banner_box dl dd.banner_link_btn a {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .banner_list_1 {
    padding: 0 20px;
  }
  .banner_list_1.col_4 .banner_box_outer {
    width: 50%;
    padding: 20px;
  }
  .banner_list_1.col_3 .banner_box_outer {
    padding: 20px;
    width: 50%;
  }
  .banner_list_2 {
    padding: 0 20px;
  }
  .banner_list_2 .banner_list_inner .banner_box_outer {
    padding: 15px;
  }
  .banner_list_2 .banner_list_inner.small_space .banner_box_outer {
    padding: 8px;
  }
  .banner_list_2.col_4 .banner_list_inner .banner_box_outer {
    width: 50%;
  }
  .banner_list_2.col_3 .banner_box_outer {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .banner_box dl dt {
    font-size: 18px;
  }
  .banner_box dl dd {
    font-size: 13px;
  }
  .banner_box dl dd.banner_link_btn a {
    font-size: 0.7rem;
  }
}
@media (max-width: 450px) {
  .banner_box dl dt {
    font-size: 23px;
  }
  .banner_box dl dd {
    font-size: 12px;
  }
  .banner_list_1 {
    padding: 10px;
  }
  .banner_list_1 .banner_list_inner {
    display: block;
  }
  .banner_list_1.col_3 .banner_box_outer {
    width: 100%;
    padding: 15px;
  }
  .banner_list_1.col_2 .banner_box_outer {
    width: 100%;
    padding: 15px;
  }
  .banner_list_2 {
    padding: 10px;
  }
  .banner_list_2 .banner_list_inner .banner_box_outer {
    padding: 8px;
  }
  .banner_list_2 .banner_list_inner.small_space .banner_box_outer {
    padding: 4px;
  }
  .banner_list_2.col_4 .banner_list_inner .banner_box_outer {
    width: 100%;
  }
  .banner_list_2.col_3 .banner_box_outer {
    width: 100%;
  }
  .banner_list_2.col_2 .banner_box_outer {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  # ショップ詳細
--------------------------------------------------------------*/
.company_profile {
  padding-bottom: 60px;
}
.company_profile dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
.company_profile dl dt {
  width: 25%;
  font-size: 13px;
}
.company_profile dl dd {
  width: 75%;
  padding-left: 15px;
}
.company_profile dl.company_map iframe {
  width: 100%;
}
.company_profile dl:first-child {
  border-top: 1px solid #ccc;
}
.company_image, .staff_image {
  margin-bottom: 50px;
}
.company_image .swiper-wrapper, .staff_image .swiper-wrapper {
  padding-bottom: 50px;
}
.company_image .swiper-wrapper .comment, .staff_image .swiper-wrapper .comment {
  font-size: 13px;
  text-align: left;
  padding: 3px;
}
/*--------------------------------------------------------------
  # ショップ一覧
--------------------------------------------------------------*/
.shop_list .shop_box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
.shop_list .shop_box .shop_box_img {
  width: 40%;
  padding: 0 20px;
}
.shop_list .shop_box .shop_box_info {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.shop_list .shop_box .shop_box_info .left {
  width: 70%;
}
.shop_list .shop_box .shop_box_info .right {
  width: 30%;
}
.shop_list .shop_box .shop_box_info .right .shop_link {
  padding: 20px 0;
}
.shop_list .shop_box .shop_box_info .right .shop_link li {
  margin-bottom: 20px;
}
.shop_list .shop_box .shop_box_info .right .shop_link li a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
}
@media (max-width: 769px) {
  .shop_list .shop_box {
    padding: 20px 0;
  }
  .shop_list .shop_box .shop_box_img {
    width: 40%;
  }
  .shop_list .shop_box .shop_box_info .left h2 {
    font-size: 16px;
  }
  .shop_list .shop_box .shop_box_info .left address li {
    font-size: 14px;
  }
  .shop_list .shop_box .shop_box_info .right {
    padding: 0 10px;
  }
  .company_profile dl {
    min-height: 50px;
  }
  .company_profile dl dt {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .shop_list .shop_box {
    display: block;
  }
  .shop_list .shop_box .shop_box_img {
    width: 100%;
  }
  .shop_list .shop_box .shop_box_info {
    width: 100%;
    display: block;
  }
  .shop_list .shop_box .shop_box_info .left {
    width: 100%;
  }
  .shop_list .shop_box .shop_box_info .right {
    width: 100%;
  }
  .shop_list .shop_box .shop_box_info .right .shop_link {
    padding: 20px 0;
  }
}
@media (max-width: 450px) {
  .company_profile {
    padding-bottom: 40px;
  }
  .company_profile dl {
    display: block;
  }
  .company_profile dl dt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .company_profile dl dd {
    width: 100%;
  }
  .company_image, .staff_image {
    margin-bottom: 40px;
  }
  .company_image .swiper-wrapper, .staff_image .swiper-wrapper {
    padding-bottom: 40px;
  }
  .company_profile dl dt {
    width: 100%;
  }
}
/******フリマについて20231122追加松原******/
#furima_about .about_top {
  background-image: url("images/furima_top_txt.jpg");
  width: 677px;
  height: 333px;
  margin: 15px 0;
  padding: 25px 15px 15px 15px;
  font-size: 16px;
  line-height: 1.2;
  font-family: Meiryo;
  margin-bottom: 20px;
}
#furima_about .about_top .about_tx01 {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}
#furima_about .about_top .about_tx02 {
  font-weight: bold;
}
#furima_about .about_top .about_tx03 {
  font-weight: bold;
  color: #ff0000;
  text-decoration: underline;
}
#furima_about .buy_flow {
  border-left: 10px solid #ff5501;
  border-bottom: 1px solid #ff5501;
  padding: 5px 5px 5px 10px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
#furima_about .buy_flow01 {
  background-image: url("images/flow_back01.jpg");
  width: 688px;
  height: 112px;
  padding: 40px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
}
#furima_about .buy_flow02 {
  background-image: url("images/flow_back02.jpg");
  width: 688px;
  height: 102px;
  padding: 50px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
}
#furima_about .buy_flow03 {
  background-image: url("images/flow_back03.jpg");
  width: 688px;
  height: 112px;
  padding: 40px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
}
#furima_about .buy_flow04 {
  background-image: url("images/flow_back04.jpg");
  width: 688px;
  height: 112px;
  padding: 40px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
}
#furima_about .buy_flow05 {
  background-image: url("images/flow_back05.jpg");
  width: 688px;
  height: 112px;
  padding: 40px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
}
#furima_about .buy_flow06 {
  background-image: url("images/flow_back06.jpg");
  width: 688px;
  height: 102px;
  padding: 50px 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  font-family: Meiryo;
  margin-bottom: 15px;
}
#furima_about li {
  list-style: decimal;
  font-size: 17px;
  list-style-position: inside;
  font-family: Meiryo;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
#furima_about li span {
  color: #ff0000;
  font-weight: bold;
}
/******アクセス20231122追加松原******/
#furima_access .buy_flow {
  border-left: 10px solid #ff5501;
  border-bottom: 1px solid #ff5501;
  padding: 5px 5px 5px 10px;
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
#furima_access .access_top {
  background-color: #454545;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 130px;
  margin: 10px;
}
#furima_access ul {
  padding-bottom: 15px;
}
#furima_access li {
  font-size: 16px;
  list-style: decimal;
  list-style-position: inside;
  padding-left: 10px;
  line-height: 1.5;
}
#furima_access .access_train {
  float: left;
}
#furima_access .access_train span {
  font-size: 16px;
  padding-top: 20px;
  display: block;
}
#furima_access .access_tx {
  float: right;
  background-color: #fff;
  border: 5px solid #ccc;
  padding: 10px;
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 30px;
}
#furima_access .access_tx span {
  font-size: 17px;
  font-weight: bold;
}
.top_banner {
  text-align: center;
  margin-bottom: 50px;
}
:root {
  --body_bg: #fff;
  --body_color: #000;
  --cRed: brown;
  --cRed: brown;
  --cRed: brown;
  --cRed: #F32B2B;
  --darkGrey: #292929;
  --lightGrey: #747474;
  --lightestGrey: #EFEFEF;
  --mainColor: #3736C2;
  --subColor: #F32B2B;
  /**********全体色変更************/
  --body_bg:#fff;
  --body_color:#000;
  /***********ヘッダー色変更************/
  --header_top_bg: #fff;
  --header_top_color:#000;
  --header_top_border:#000;
  --header_top_phone:#fff;
  --header_nav_bg: #fff;
  --header_nav_color:#000;
  /***********フッター色変更************/
  --footer_top_bg: #3736C2;
  --footer_top_color:#fff;
  --footer_bottom_bg: #3736C2;
  --footer_bottom_color:#fff;
  /***********SNS色変更************/
  --sns_icon_bg: #fff;
  --sns_icon_font: #000;
  /**--sp_nav_icon:#fff;**/
  /***********ボタン色変更************/
  --btn_color: #fff;
  --btn_bg: #3736C2;
  --btn_white:#3736C2;
  --stock_car_btn:#3736C2;
  --btn_top_cars:#3736C2;
  --phone_btn:#000;
  --mail_btn:#01BFFE;
  /***********ページタイトル部分色変更************/
  --page_header_bg:#333;
  --page_header_color:#fff;
  /***********スワイパーペジネーション************/
  --swiper_pg_color:#3736C2;
}
@media (max-width: 1367px) {
  /******************************************************************

Stylesheet: 1280px以上のモニタで適用

******************************************************************/
  /*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
}
@media (max-width: 1024px) {
  /******************************************************************

Stylesheet: 1024px以下のモニタで適用

******************************************************************/
  /*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# 詳細ページ
--------------------------------------------------------------*/
  .detail_info_main .price_outer {
    display: block;
  }
  .detail_info_main .btn_outer {
    display: block;
  }
  .detail_info_main .btn_outer li {
    padding: 5px;
  }
  .detail_info_main .btn_outer li:last-child {
    padding: 5px;
  }
  /*--------------------------------------------------------------
# 車輛リスト基本レイアウト
--------------------------------------------------------------*/
  .car_list .img_list_box_outer {
    flex-basis: 33.3333%;
  }
  /*--------------------------------------------------------------
# 絞り込み
--------------------------------------------------------------*/
  .lity-container {
    width: 98%;
  }
  .filter_popup_title {
    text-align: center;
    padding: 10px 0;
  }
  #filter_content {
    background-color: #fff;
    overflow-y: scroll;
  }
  .inner.filter {
    padding: 0;
  }
  /*--------------------------------------------------------------
# クルマ詳細ページ
--------------------------------------------------------------*/
  .equipment_list li {
    flex-basis: 20%;
    padding: 4px;
  }
  /*--------------------------------------------------------------
# ニュース一覧
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# SWIPER 基本
--------------------------------------------------------------*/
  .swiper-button-next:after {
    border-color: transparent transparent transparent #fff;
  }
  .swiper-button-prev:after {
    border-color: transparent #fff transparent transparent;
  }
}
@media (max-width: 769px) {
  /******************************************************************

Stylesheet: 700px以上のタブレットやモニタで適用

******************************************************************/
  /*--------------------------------------------------------------
# 共通　common.scss
--------------------------------------------------------------*/
  .overlay_banner1 {
    display: block;
    max-width: 500px;
  }
  .overlay_banner1 div {
    font-size: 1.2rem;
  }
  .overlay_banner1 div span {
    font-size: 11px;
  }
  .overlay_banner2 {
    max-width: 500px;
  }
  .overlay_banner2 div.overlay_title {
    font-size: 1.2rem;
  }
  .overlay_banner2 div.overlay_btn span {
    font-size: 11px;
  }
  /*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
  .slider1_outer .swiper {
    width: 100%;
  }
  .slider1_outer .swiper-button-prev {
    left: 0;
  }
  .slider1_outer .swiper-button-next {
    right: 0;
  }
  /*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
  .footer_top .footer_top_inner {
    flex-wrap: wrap;
  }
  .footer_top .footer_top_inner .footer_left {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .footer_top .footer_top_inner .footer_right {
    flex-basis: 100%;
  }
  /*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
  .title_outer {
    margin-bottom: 15px;
  }
  .title_outer .inner {
    height: auto;
  }
  .title_outer .inner .breadcrumb {
    top: 5px;
    left: 10px;
  }
  .title_outer .inner h1 {
    font-size: 20px;
  }
  .two_col_outer {
    display: block;
  }
  .two_col_outer .main_col {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .two_col_outer aside {
    width: 100%;
  }
  /*--------------------------------------------------------------
# 絞り込み
--------------------------------------------------------------*/
  .select_wrapper.filter1 {
    flex-wrap: wrap;
  }
  .select_wrapper.filter1 .select_outer {
    width: 50%;
  }
  .select_wrapper.filter1 .select_outer.filter_1st_btn {
    width: 50%;
  }
  .filter2_outer {
    padding: 5px 5px 10px;
  }
  .filter2_outer .select_wrapper.filter2 {
    flex-wrap: wrap;
  }
  .filter2_outer .select_wrapper.filter2 .select_outer {
    width: 50%;
  }
  .filter2_outer .filter_2nd_btn {
    justify-content: center;
  }
  .filter2_outer .filter_2nd_btn li {
    margin: 0;
    width: 50%;
    padding: 0 5px;
  }
  .filter_option {
    padding: 15px;
  }
  .filter_option ul {
    display: flex;
    flex-wrap: wrap;
  }
  .filter_option ul li {
    width: 33.3333%;
  }
  .filter_option ul li label {
    font-size: 13px;
  }
  #filter_content .acTrigger {
    margin-bottom: 10px;
  }
  /*--------------------------------------------------------------
# ソート　並び替え、ペジネーション
--------------------------------------------------------------*/
  .sort li {
    margin-right: 5px;
  }
  .sort li.sort_cancel {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  /******************************************************************

Stylesheet: 600px以上のタブレットやモニタで適用

******************************************************************/
  /*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
  .footer_group .footer_top .footer_top_inner {
    display: block;
  }
  .footer_group .footer_top .footer_top_inner .footer_50 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .footer_group .footer_top .footer_top_inner .footer_50 .footer_info {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_group .footer_top .footer_top_inner .footer_50 .footer_map {
    width: 100%;
    padding: 0 5px;
  }
  .footer_group .footer_top .footer_top_inner .footer_33 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .footer_group .footer_top .footer_top_inner .footer_25 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .footer_group .footer_top .footer_top_inner .footer_20 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .footer_group .footer_bottom .footer_bottom_inner {
    display: block;
    padding: 0 20px;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_logo {
    width: 100px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_logo img {
    max-width: 150px;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_menu_outer {
    width: 100%;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu {
    justify-content: flex-start;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item {
    padding: 0 10px;
  }
  .footer_group .footer_bottom .footer_bottom_inner .group_menu_outer ul.menu li.menu-item a {
    padding: 5px 0;
    font-size: 12px;
  }
  .footer_group .footer_bottom .copy_right {
    text-align: right;
    padding: 30px 10px 10px;
  }
  /*--------------------------------------------------------------
# ソート　並び替え、ペジネーション
--------------------------------------------------------------*/
  .sort_outer {
    flex-wrap: wrap;
    padding: 5px 5px 15px;
    justify-content: flex-end;
  }
  .sort_outer .sort {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  /******************************************************************

Stylesheet: 450px以下(スマホの横向き)のモニタで適用

******************************************************************/
  /*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
  footer {
    padding-top: 70px;
  }
  .footer_top {
    padding: 30px 0 25px;
  }
  .footer_top .footer_top_inner .footer_left {
    flex-wrap: wrap;
  }
  .footer_top .footer_top_inner .footer_left .footer_25 {
    flex-basis: 100%;
    padding: 15px 10px;
  }
  .footer_top .footer_top_inner .footer_left .footer_50 {
    padding: 15px 10px;
  }
  .footer_top .footer_top_inner .footer_right {
    flex-wrap: wrap;
  }
  .footer_top .footer_top_inner .footer_right .footer_25 {
    flex-basis: 100%;
    padding: 15px 10px;
  }
  .footer_top .footer_top_inner .footer_right .footer_50 {
    padding: 15px 10px;
  }
  /*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
  .title_outer .inner h1 {
    font-size: 18px;
    padding-left: 0;
  }
  .page_header_outer {
    margin-bottom: 25px;
  }
  .page_header_outer .page_header_inner .page_header {
    height: 130px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 1.2;
  }
  .page_header_outer .page_header_inner .page_header.post_title {
    font-size: 15px;
    font-weight: bold;
  }
  .page_header_outer .page_header_inner .page_header span {
    display: block;
  }
  .page_header_outer .page_header_inner .page_header span:first-child {
    position: relative;
    padding-bottom: 10px;
  }
  .page_header_outer .page_header_inner .page_header span:first-child:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
  }
  .page_header_outer .page_header_inner .page_header span.header_sub_txt {
    font-size: 11px;
    padding-top: 5px;
  }
  .post_nav_bottom {
    border-top: 1px solid #000;
    padding: 10px 0 15px;
  }
  .post_nav_bottom .post_nav_bottom_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 10px;
  }
  /*--------------------------------------------------------------
# 絞り込み
--------------------------------------------------------------*/
  .filter_option {
    padding: 10px;
  }
  .filter_option ul li {
    width: 50%;
    padding-bottom: 5px;
  }
  /*--------------------------------------------------------------
# ソート　並び替え、ペジネーション
--------------------------------------------------------------*/
  .sort_outer {
    padding: 5px 3px 15px;
  }
  .sort_outer .sort {
    font-size: 11px;
  }
  /*--------------------------------------------------------------
# 詳細ページ
--------------------------------------------------------------*/
  div.detail_info_table2 dl {
    padding: 0 20px;
  }
  div.detail_info_table div.detail_info_cell dl {
    font-size: 12px;
  }
  /*--------------------------------------------------------------
# クルマ詳細ページ
--------------------------------------------------------------*/
  .detail_info_main h1 {
    padding: 0 10px;
  }
  .detail_info_main h1 .car_name .maker {
    font-size: 12px;
    margin-right: 5px;
  }
  .detail_info_main h1 .car_name .grade {
    font-size: 25px;
  }
  .detail_info_main h1 .grade_text {
    font-size: 14px;
  }
  .equipment_list li {
    flex-basis: 50%;
    padding: 2px;
  }
  /*--------------------------------------------------------------
# お問い合わせ 
--------------------------------------------------------------*/
  .form dl {
    display: block;
  }
  .form dl dt {
    width: 100%;
  }
  .form dl dd {
    width: 100%;
  }
  .form dl dd, .form dl dt {
    display: block;
  }
  .form input {
    width: 100%;
    font-size: 16px;
  }
  .form textarea {
    font-size: 16px;
  }
  .form_check_box input {
    width: inherit;
  }
  .form_check_box.media .mwform-checkbox-field {
    width: 50%;
  }
  .contact_item_info th {
    font-size: 11px;
    padding: 10px 3px;
  }
  .contact_item_info td {
    font-size: 11px;
    padding: 10px 3px;
  }
  .form_btn input {
    padding: 10px 40px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdaiya-j.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fmodules%2F_common.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Flayout%2F_side.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_top.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_pages.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_stock.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_news.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_gallery_testimonials_works.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_block_editor.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_etc.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F..%2Fpage%2F_shop.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fupdate%2F_pages_update.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fupdate%2F_top_update.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fupdate%2F_color.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F_1024.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F_769.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F_600.scss%22%2C%22wp-content%2Fthemes%2Ftemplate_basic%2Fstyles%2Fbreakpoints%2F_450.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADhIA%3BAAAA%3BAAAA%3BAAAA%3BACyIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BADtPJ%3BAAAA%3BAAAA%3BAC6PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADpUA%3BAAAA%3BAAAA%3BAC2UA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADpZA%3BAAAA%3BAAAA%3BAC2ZA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlcA%3BAC0cA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADvsBH%3BAAAA%3BAAAA%3BAAAA%3BACotBC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADhuBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD75BH%3BAAAA%3BAAAA%3BACw6BA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKP%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADt%2BBH%3BAAAA%3BAAAA%3BACg%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FgCA%3BAAAA%3BAAAA%3BACshCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADjlCA%3BAAAA%3BAAAA%3BAAAA%3BACylCA%3BAAAA%3BAAAA%3BADzlCA%3BAC6lCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7lCF%3BACqmCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BADpnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8nCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAC1xCD%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAA2CR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIN%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAF9MR%3BAEwNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAFvQV%3BAEgRE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAF5aR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEydA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAASR%3BAAGQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASd%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvkBN%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAClEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAJtLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsOI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAJpUA%3BAIyUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEQ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOhB%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAEQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAJ3rBZ%3BAAAA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALjLA%3BAAAA%3BAAAA%3BAK0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpRA%3BAAAA%3BAAAA%3BAKgSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BALtTA%3BAK6TA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALxUN%3BAK%2BUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BALnWF%3BAKyWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5WF%3BAKmXA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BALrXF%3BAK2XA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALxaN%3BAAAA%3BAAAA%3BAKkbA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALhdJ%3BAAAA%3BAAAA%3BAK8dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAL5oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BANFF%3BAAAA%3BAAAA%3BAMSA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BANpKA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN1eF%3BAAAA%3BAAAA%3BAMufA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN9kBA%3BAAAA%3BAAAA%3BAMwlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcV%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7vBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8wBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAN%2FxBJ%3BAAAA%3BAAAA%3BAM0yBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAN36BA%3BAAAA%3BAAAA%3BAMm7BA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAN59BR%3BAAAA%3BAAAA%3BAM2%2BBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7jDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAPnHF%3BAAAA%3BAAAA%3BAO2HA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAIM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpXV%3BAAAA%3BAAAA%3BAQIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAR9DJ%3BAAAA%3BAAAA%3BAQwEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAR%2FHJ%3BAAAA%3BAAAA%3BAQwIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAR%2FSJ%3BAAAA%3BAAAA%3BAQ0TE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACziBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BATvQN%3BAUCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAV1DJ%3BAUiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAVrEF%3BAU0EA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAVrGF%3BAU2GA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAV%2FGJ%3BAUqHA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAV1HF%3BAU%2BHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAVrIA%3BAU6IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAVlKF%3BAUwKA%3BAAAA%3BAAAA%3BAVxKA%3BAU6KA%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAWA%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAVvNF%3BAWCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAXtJJ%3BAW%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAGM%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOV%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAXnaN%3BAAAA%3BAAAA%3BAYIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZhCN%3BAAAA%3BAAAA%3BAY6CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBZ%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAZpKJ%3BAaIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAb3GA%3BAaqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAC3KA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfsBA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBPA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAhBFF%3BAAAA%3BAAAA%3BAgBYE%3BAAAA%3BAAAA%3BAhBZF%3BAAAA%3BAAAA%3BAgBoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAhBhCA%3BAAAA%3BAAAA%3BAgBuCI%3BAAAA%3BAAAA%3BAAAA%3BAhBvCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBqDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAhBpDA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBtBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAjBKF%3BAAAA%3BAAAA%3BAiBKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjBXF%3BAAAA%3BAAAA%3BAiBqBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAjB3BJ%3BAAAA%3BAAAA%3BAiBoCA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAjB1DF%3BAAAA%3BAAAA%3BAiBoEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAjBhHF%3BAAAA%3BAAAA%3BAiB0HE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAjBxHJ%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBxBI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAlBlCJ%3BAAAA%3BAAAA%3BAkB6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAlB7CF%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB7BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAnBON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBSA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAASd%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBxDF%3BAAAA%3BAAAA%3BAmBqEA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAnBxEJ%3BAAAA%3BAAAA%3BAmBkFA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAnBpFF%3BAAAA%3BAAAA%3BAmB%2BFE%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAnBvGN%3BAAAA%3BAAAA%3BAmBiHE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAnBpIA%3BAAAA%3BAAAA%3BAmB6IA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */