@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: common_dealer.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	キーカラー設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
  font-weight: 400;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:first-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #444;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 70px;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex--start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flex--center {
  justify-content: center;
  -webkit-justify-content: center;
}

.flex--end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex--bet {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex--around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.more a {
  display: block;
  position: relative;
  padding: 8px 28px 8px 15px;
  background: rgba(68, 68, 68, 0.1);
  color: #444;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .more a {
    padding: 8px 20px 8px 15px;
  }
}
.more a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  cursor: pointer;
}

.pagenation {
  text-align: center;
}
.pagenation__item {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  background: #FFF;
  font-size: 14px;
  text-align: center;
}
.pagenation__item.-current {
  background: #2f1f8a;
}
.pagenation__item.-current a {
  color: #FFF;
}
.pagenation__item.-period span {
  display: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 55%;
  margin: auto;
  border: none;
}
.pagenation a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #2f1f8a;
  text-decoration: none;
}
.pagenation span {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #2f1f8a;
}

/*ページャー*/
.pager {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-bottom: 20px;
  }
}

.pager a {
  color: #0077FF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration-line: underline;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .pager a {
    font-size: 14px;
    font-weight: normal;
  }
}
.page-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.paginationjs-pages ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.paginationjs-pages li:not(:first-child, :last-child) {
  padding: 6px 10px;
}

@media screen and (max-width: 480px) {
  .paginationjs-pages li:not(:first-child, :last-child) {
    padding: 0.3em 0.6em;
  }
}
.paginationjs-pages li {
  margin-right: 1em;
}

.paginationjs-pages li.active {
  background-color: #0077ff;
  border-radius: 4px;
  line-height: 14px;
}

.paginationjs-pages .active a {
  color: #fff;
  text-decoration: none;
}

.paginationjs-prev.disabled a,
.paginationjs-next.disabled a {
  display: none;
}

.paginationjs-ellipsis.disabled a {
  pointer-events: none;
  color: #ccc !important;
  text-decoration: none;
}

.checkbox-input {
  display: none;
  cursor: pointer;
}

.checkbox-parts {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.checkbox-parts:before {
  display: flex;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #B5B5B6;
}
@media screen and (max-width: 768px) {
  .checkbox-parts:before {
    top: 3px;
  }
}

.checkbox-input:checked + .checkbox-parts {
  color: #C30D23;
}

.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #C30D23;
  border-right: 3px solid #C30D23;
}
@media screen and (max-width: 768px) {
  .checkbox-input:checked + .checkbox-parts:after {
    top: -1px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.site-header {
  background-image: url(../img/title_header_bg.jpg);
  background-size: cover;
  border-bottom: 5px solid;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  transition: .5s;
  z-index: 10;
  display: flex;
}
@media screen and (max-width:480px) {
	.site-header {
	  height: 56px;
	}
  }
.site-header::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0px;
  height: 5px;
  background: linear-gradient(90deg, #8b008b, #2255ee);
}
@media screen and (max-width:480px) {
	.site-header::after {
	  top: 51px;
	}
  }
.scroll.hide {
  transform: translateY(-70px);
}
@media screen and (max-width:480px) {
	.scroll.hide {
	  transform: translateY(-56px);
	}
  }
.site-logo {
  margin: auto 0;
  align-self: center;
}

.site-logo a {
  color: #333;
  font-size: 1.5em;
}

.site-logo img {
  height: 55px;
  width: auto;
  margin: 5px 0;
}
@media screen and (max-width: 1024px) {
	.site-logo img {
		width: 80%;
		height: auto;
		/*margin-top: 10px;*/
	}
}
@media screen and (max-width:480px) {
	.site-logo img {
		width: 58px;
		height: auto;
	}
}
.gnav {
  margin: auto 0;
  align-self: center;
}

.gnav__menu {
  display: flex;
  justify-content: flex-start;
}

.gnav__menu__item {
  margin-left: 20px;
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  align-self: center;
}

.gnav__menu__item__link {
  font-size: 1em;
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 1280px) {
  .gnav__menu__item__link {
    font-size: .8em;
  }
}
.gnav__menu__item__link__name {
  color: #333;
  margin-right: 5px;
}

.mnav__menu {
  overflow: hidden;
}

.mnav__menu2 {
  overflow: hidden;
  margin-top: 5%;
}

.mnav__menu__tittle {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #aa6600, #ffcc00);
  background: -webkit-linear-gradient(90deg, #aa6600, #ffcc00);
  background: -o-linear-gradient(90deg, #aa6600, #ffcc00);
  background: -ms-linear-gradient(90deg, #aa6600, #ffcc00);
  font-size: 1em;
}

.mnav__menu__tittle2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  color: #333;
  background: #efefef;
  font-size: 1em;
}

.mnav__menu__item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: solid 1px #cc9933;
}

.mnav__menu__item2 {
  display: flex;
  flex-wrap: wrap;
  margin: 2% auto;
  padding: 0;
}

.mnav__menu__item2 input {
  flex-basis: 5%;
  margin-top: 2%;
  margin-left: 1em;
}

.mnav__menu__item2 label {
  flex-basis: 90%;
}

.mnav__menu__item__link {
  font-size: 1em;
  padding: 10px;
  color: #666666;
}

.mnav__menu__item__title {
  display: block;
  position: relative;
  padding: 10px 10px 10px 3px;
  color: #666666;
  font-size: 1em;
  cursor: pointer;
}

.mnav__menu__item__title:before,
.mnav__menu__item__title:after {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  background: #666;
}

.mnav__menu__item__title:before {
  right: 9px;
  top: 12px;
  width: 2px;
  height: 10px;
}

.mnav__menu__item__title:after {
  right: 5px;
  top: 16px;
  width: 10px;
  height: 2px;
}

.mnav__menu__item__title.is-open:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mnav__menu__item__title.is-open:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mnav__menu__item_group {
  display: none;
  padding: 5px 20px 15px 10px;
}

.mnav__menu__item___box:not(:last-child) {
  margin-bottom: 20px;
}

.mnav__menu__item___box__title {
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #1F2F9E;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #1F2F9E;
}

.mnav__menu__item_box__item a {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  color: #444;
  font-size: 12px;
  line-height: 1.3;
}

.mnav__menu__item_box__item a:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}

.mnav__menu__item_box__item span {
  display: block;
  margin: 10px 0 3px;
  color: #1F2F9E;
  font-size: 12px;
  font-weight: 600;
}

.hero {
  width: 100%;
  height: auto;
  margin: 70px auto 5% auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}

.hero img {
  width: 100%;
  vertical-align: bottom;
}

.hero_menu {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
}

.hero_menu li {
  margin-left: 15px;
}

.hero_menu li a {
  color: #fff !important;
  border-top: 2px solid #fff;
  padding-top: 2px;
  text-shadow: #000 2px 2px 2px;
  font-size: 13px;
}

.hero_menu li a:hover {
  color: dodgerblue !important;
  border-top: 2px solid dodgerblue;
}

@media screen and (max-width: 1000px) {
  .hero_menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .hero_menu li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .hero_menu li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 854px) {
  .hero_menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .hero_menu li {
    margin-left: 10px;
  }

  .hero_menu li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero_menu {
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 275px;
    left: 0;
    right: 0;
  }

  .hero_menu li {
    width: 100%;
    height: 40px;
    margin: 0;
    display: flex;
  }

  .hero_menu li a {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 auto 5px;
    width: 100%;
    align-self: flex-end;
    height: 40px;
    background-color: rgba(50, 50, 150, 0.5);
  }
}
.login2 {
  display: none;
}

@media screen and (max-width: 854px) {
  .login {
    display: none;
  }

  .login2 {
    display: flex;
  }
}
.logo_item {
  width: 70%;
  margin: 0 auto;
}

.index__menu {
  margin: 100px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid;
  border-image: linear-gradient(to right, #000000 20%, #ffffff 50%, #000000 80%);
  border-image-slice: 1;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #000000 20%, #ffffff 50%, #000000 80%);
  border-image-slice: 1;
  width: 100%;
  text-align: center;
}

.index__menu__item {
  margin-left: 50px;
}

.index__menu__item__link {
  font-size: 16px;
  letter-spacing: 0.2em;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath {
  float: left;
  background: none !important;
}
@media screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}
.topicpath__list {
  position: relative;
  z-index: 10;
  width: 1050px;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  .topicpath__list {
    width: 94%;
  }
}
.topicpath__item {
  display: inline-block;
  position: relative;
  margin-right: 28px;
}
.topicpath__item:after {
  content: '＞';
  position: absolute;
  right: -22px;
  color: #444;
  font-size: 12px;
}
.topicpath__item:last-child {
  margin-right: 0;
}
.topicpath__item:last-child:after {
  content: none;
}
.topicpath__item a {
  color: #444;
  font-size: 13px;
}

main {
  padding-bottom: 120px;
  background: none;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 10%;
  }
}

.main {
  float: none;
  width: auto;
}
/*
@media screen and (max-width: 1080px) {
  .main {
    width: 66.66667%;
  }
}
@media screen and (max-width: 768px) {
  .main {
    float: none;
    width: 100%;
  }
}
*/
.main__inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .main__inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .main__inner {
    width: 100%;
  }
}
.main__flex {
  *zoom: 1;
  width: 1050px;
  margin: 0 auto 20px;
}
.main__flex:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .main__flex {
    width: auto;
    margin: 3% auto 0;
  }
}
.main__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1050px;
  margin: 0 auto 25px;
  border-bottom: 4px solid #2f1f8a;
}
@media screen and (max-width: 768px) {
  .main__menu {
    flex-wrap: wrap;
    width: auto;
    margin: 20px auto 50px;
  }
}
.main__menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 100%;
  height: 20px;
}
.main__menu__item {
  min-width: 145px;
}
@media screen and (max-width: 768px) {
  .main__menu__item {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main__menu__item:first-child, .main__menu__item:nth-child(2) {
    border-top: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item a {
  display: block;
  padding: 17px 24px;
  color: #2f1f8a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid rgba(134, 123, 102, 0.1);
  border-right: 4px solid rgba(134, 123, 102, 0.1);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main__menu__item a {
    border-top: none;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
    border-bottom: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item.-is-active {
  background: #2f1f8a;
  color: #FFF;
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item.-is-active {
    justify-content: center;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item.-is-active a {
  color: #FFF;
}
.main__menu__item:first-child {
  border-left: 4px solid rgba(134, 123, 102, 0.1);
}
@media screen and (max-width: 768px) {
  .main__menu__item:first-child {
    border-left: none;
  }
}
.main__menu__item:first-child.-is-active {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item:last-child {
    pointer-events: none;
  }
}
.main__menu__item.-bdrnone {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item.-bdrnone {
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__submenu {
  float: right;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main__submenu {
    margin-right: 3%;
  }
}
.main__submenu__item:not(:last-child) {
  margin-right: 20px;
}
.main__submenu__item a {
  color: #2f1f8a;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main__submenu__item a {
    font-size: 11px;
  }
}
.main__submenu__item a:hover {
  text-decoration: none;
}
.main__title {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__title {
    margin: 8% 0 0;
  }
}
.main__title__text {
  position: relative;
  z-index: 1;
  color: #3E0E75;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main__title__text {
    font-size: 26px;
  }
}
.main__title__text:before {
  right: 130px;
}
.main__title__text:after {
  left: 130px;
  transform: scale(-1, 1);
}
.main__title .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -12px;
  margin: auto;
  color: rgba(192, 176, 209, 0.4);
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main__title .bg {
    font-size: 50px;
    display: none;
  }
}
.main__title .jp {
  display: block;
  margin-top: 5px;
  color: #3E0E75;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .main__title .jp {
    margin-top: 15px;
    font-size: 12px;
  }
}
.main__lead {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #1D3994;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.main__dealer-name {
  width: 1050px;
  margin: -5px auto 5px;
  color: #3E0E75;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .main__dealer-name .main__dealer-name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__dealer-name {
    margin: 10px 10px 10px 0;
    font-size: 10px;
  }
}

.menu__tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1050px;
  margin: 0 auto 50px;
  border-bottom: 4px solid #2f1f8a;
}
@media screen and (max-width: 768px) {
  .menu__tab {
    flex-wrap: wrap;
    width: auto;
    margin: 20px auto 50px;
  }
}
.menu__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 100%;
  height: 20px;
}
.menu__tab__item {
  min-width: 128px;
}
@media screen and (max-width: 768px) {
  .menu__tab__item {
    width: 50%;
    text-align: center;
  }
}
.menu__tab__item a {
  display: block;
  padding: 17px 0;
  color: #2f1f8a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid rgba(134, 123, 102, 0.1);
  border-right: 4px solid rgba(134, 123, 102, 0.1);
  text-align: center;
}
.menu__tab__item.-is-active {
  background: #2f1f8a;
  color: #FFF;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-is-active {
    justify-content: center;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.menu__tab__item.-is-active a {
  color: #FFF;
}
.menu__tab__item:first-child {
  width: 150px;
  border-left: 4px solid rgba(134, 123, 102, 0.1);
}
@media screen and (max-width: 768px) {
  .menu__tab__item:first-child {
    width: 50%;
    border-left: none;
  }
}
.menu__tab__item:first-child.-is-active {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item:last-child {
    pointer-events: none;
  }
}
.menu__tab__item.-bdrnone {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-bdrnone {
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
.side {
  float: right;
  width: 300px;
}
@media screen and (max-width: 1080px) {
  .side {
    width: 28.57143%;
  }
}
@media screen and (max-width: 768px) {
  .side {
    float: none;
    width: 100%;
  }
}
.side__dealer__type {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  width: 1050px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .side__dealer__type {
    width: auto;
  }
}
.side__dealer__type__inner {
  position: relative;
  left: 8px;
  top: -4px;
  float: right;
  width: 110px;
  height: 86px;
  padding-top: 10px;
  color: #FFF;
  font-family: "Noto Serif SC", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.41667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .side__dealer__type__inner {
    right: -8px;
    top: -28px;
  }
}
.side__dealer__type__inner.-type1 {
  background: url("../item/img/side_dealer_type_bg1.png") left top no-repeat;
}
.side__dealer__type__inner.-type2 {
  background: url("../item/img/side_dealer_type_bg2.png") left top no-repeat;
}
.side__dealer__type__inner.-type3 {
  background: url("../item/img/side_dealer_type_bg3.png") left top no-repeat;
}
.side__box {
  margin-top: 50px;
}
.side__box:first-child {
  margin-top: 0;
}
.side .contact__list {
  *zoom: 1;
}
.side .contact__list:after {
  content: "";
  display: table;
  clear: both;
}
.side .contact__item {
  float: left;
  width: 48.5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .side .contact__item {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .side .contact__item {
    float: left;
    width: 48.5%;
  }
}
.side .contact__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 1080px) {
  .side .contact__item:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .side .contact__item:nth-child(even) {
    float: right;
  }
}
.side .contact__item a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 12px 0;
  background: #FFF;
  color: #56A9D3;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #2F95C9;
  text-align: center;
}
.side .contact__item__text {
  display: block;
  margin-bottom: 7px;
  color: #444;
  font-size: 11px;
  font-weight: normal;
}
.side .contact__item__icon {
  font-weight: bold;
}
.side .contact__item__icon:before {
  position: relative;
  top: 1px;
  margin-right: 7px;
  color: #56A9D3;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
}
.side .contact__item__icon.-live:before {
  content: "\f500";
}
.side .contact__item__icon.-movie:before {
  content: "\f03d";
  top: 2px;
}
.side .contact__item__icon.-talk:before {
  content: "\f4ad";
  top: 3px;
  transform: scale(-1, 1);
}
.side .contact__item__icon.-talk1to1:before {
  content: "\f007";
}
.side .contact__button a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  padding: 12px 0;
  background: #439FCE;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.side .contact__button a:before {
  content: "\f0e0";
  position: relative;
  top: 2px;
  margin-right: 12px;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
.side .contact__sns {
  *zoom: 1;
  margin-top: 20px;
}
.side .contact__sns:after {
  content: "";
  display: table;
  clear: both;
}
.side .contact__sns__item {
  float: left;
  margin-right: 10px;
}
.side .contact__sns__item a {
  display: block;
}
.side .contact__sns__item img {
  width: 38px;
  height: 38px;
}
.side .schedule__list {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  height: 362px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #2F95C9;
  overflow-y: scroll;
}
.side .schedule__item {
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d8d8d8;
}
.side .schedule__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side .schedule__item__date {
  margin-bottom: 3px;
  color: #2F95C9;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .side .schedule__item__date {
    font-size: 13px;
  }
}
.side .schedule__item__description {
  color: #444;
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 768px) {
  .side .schedule__item__description {
    font-size: 14px;
  }
}
.side .information__box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 20px;
  background: #FFF;
  border: 1px solid #2F95C9;
}
.side .information__box:nth-of-type(2) {
  margin-top: 10px;
}
.side .information__term {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.side .information__description {
  font-size: 13px;
  line-height: 1.23077;
}

/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
/* More info */
.copyright {
  min-height: 5vh;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
}

.footer_banner {
  background-color: #006699;
  padding-top: 60px;
  padding-bottom: 60PX;
  margin-bottom: 0px;
  background-repeat: repeat;
}

.hidden {
  display: none;
}

/*scroll_buttom*/
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}

#section01 a {
  padding-top: 60px;
}

#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/*topに戻るボタン*/
.pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 1vw;
  bottom: 2vh;
  opacity: 0.6;
  background: #fff;
}

.pagetop a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px 0 0 10px;
  text-decoration: none;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/*ボタンリンク無効*/
.no_link {
  pointer-events: none;
}

.footer {
  background: #25236F;
}
.footer__inner {
  *zoom: 1;
  width: 1050px;
  margin: auto;
  padding: 30px 0 24px;
}
.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1080px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__box {
  float: left;
  width: 300px;
  margin-right: 75px;
}
@media screen and (max-width: 1080px) {
  .footer__box {
    float: none;
    width: 94%;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer__box {
    width: 90%;
    margin: 0 auto 10%;
  }
}
.footer__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .footer__box:last-child {
    margin: 0 auto;
  }
}
.footer__box * {
  color: #FFF;
}
.footer__box .term {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 10px 26px;
  font-size: 14px;
  border-bottom: 1px solid #727272;
}
.footer__box .term:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
.footer__box .term.-guide:before {
  content: "\f54e";
}
.footer__box .term.-contents:before {
  content: "\f5da";
}
.footer__box .term.-horn:before {
  content: "\f0a1";
}
.footer__box__item {
  position: relative;
  font-size: 13px;
  line-height: 2;
}
.footer__box__item:before {
  content: "-";
  position: absolute;
  left: 0;
}
.footer__box__item a {
  padding-left: 8px;
}
.footer__box__item a:hover {
  text-decoration: underline;
}
.footer__copy {
  background: #1F2F9E;
  color: #FFF;
  font-size: 13px;
  line-height: 72px;
  text-align: center;
}

/*----------------------------------------------------------------------
11.	#キーカラー設定
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
12.	#追記
----------------------------------------------------------------------*/
.main__container {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .main__container {
    width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .main__container {
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 8%;
  }
}

.container_dealer {
  width: 1050px;
  font-size: 16px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .container_dealer {
    width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .container_dealer {
    width: auto;
    margin: 20px 10px 0;
  }
}

#content {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #content {
    padding-top: 0;
  }
}

ul.regist_buttons {
	width: 100%;
	margin:5% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.regist_buttons li {
	flex-basis: 46%;
	flex-grow: 1;
	width:50%;
	box-sizing: border-box;
}
.button_ok {
  font-size: 1.4em;
  font-weight: bold;
  padding: 2% 0;
	background-color: #006699;
	width: 100%;
	color: #fff;
}
.button_else {
  font-size: 1.4em;
  font-weight: bold;
  padding: 2% 0;
	background-color: #ccc;
	width: 100%;
	color: #333;
}
@media screen and (max-width:480px) {
  .button_else,
  .button_ok {
    font-size: 1em;
    padding: 5% 0;
  }
}

.-border{border: 1px solid #ccc;border-bottom:none;}
.-border-bottom{border-bottom: 1px solid #ccc;}
