@charset "UTF-8";
/* ===================================================================
  common.css
=================================================================== */
@font-face {
  font-family: 'glyphs';
  src: url("/inc/fonts/glyphs.ttf?8ily1y") format("truetype"), url("/inc/fonts/glyphs.woff?8ily1y") format("woff"), url("/inc/fonts/glyphs.svg?8ily1y#glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'glyphs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-bullet-plus:before {
  content: "";
}

.icon-bullet-right:before {
  content: "";
}

.icon-pagetop:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-car-front:before {
  content: "";
}

.icon-car-sell:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-convini:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-memo-write:before {
  content: "";
}

.icon-memo:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-spanner:before {
  content: "";
}

.icon-tel-simple:before {
  content: "";
}

.icon-tel:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

/*----------------------------------------------------
  共通
----------------------------------------------------*/
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro","YuGothic Medium", "Yu Gothic Medium", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  body,
  td,
  th,
  input,
  textarea {
    color: #000000;
    font-family: Meiryo, "メイリオ", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro","YuGothic Medium", "Yu Gothic Medium", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

/*---------------------------------------------------------------------------*/
/* CMS用 */
.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(https://www.tokyoauto.com/common/images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(https://www.tokyoauto.com/common/images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(https://www.tokyoauto.com/common/images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(https://www.tokyoauto.com/common/images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.row > .pull-left {
  float: left;
}

.row > .pull-right {
  float: right;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  common_pc.css
=================================================================== */
  html {
    font-size: 10px;
  }
  html.font-size-s {
    font-size: 9px;
  }
  html.font-size-m {
    font-size: 10px;
  }
  html.font-size-l {
    font-size: 11px;
  }
  .alpha-link {
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .alpha-link:hover {
    opacity: 0.7;
  }
  .line-link {
    text-decoration: none;
  }
  .line-link:hover {
    text-decoration: underline !important;
  }
  .color-link:hover {
    color: #093d8c;
  }
  .sp {
    display: none !important;
  }
  .view {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
  }
  #container {
    overflow: hidden;
    width: 100%;
  }
  header {
    position: relative;
    width: 100%;
    min-width: 1120px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 28px;
  }
  .header-ui-row {
    background-color: #093d8c;
    color: white;
    padding: 5px 0;
  }
  .header-ui-row small {
    display: inline-block;
    font-size: 1.2rem;
    width: 83%;
  }
  .font-selector {
    border-left: 1px solid #809ac0;
    padding-left: 1em;
  }
  .font-selector span {
    font-size: 14px;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
  }
  .font-selector .font-selector-list {
    display: inline-block;
    margin-left: 0.5em;
    letter-spacing: -0.4rem;
  }
  .font-selector .font-selector-list li {
    display: inline-block;
    border: 1px solid white;
    border-radius: 2px;
    letter-spacing: normal;
    width: 20px;
    height: 20px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    will-change: background-color;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .font-selector .font-selector-list li:hover {
    background-color: #809ac0;
  }
  .font-selector .font-selector-list li:nth-of-type(n + 2) {
    margin-left: 4px;
  }
  .header-main-row.h_fix {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .header-main-row h1 {
    width: 136px;
    height: 84px;
    padding: 16px 26px;
  }
  .header-main-row h1 img {
    width: 100%;
    height: 100%;
  }
  .header-subnavigation-row {
    width: 910px;
    padding: 12px 0;
    position: relative;
    box-sizing: border-box;
    display: block;
  }
  .header-subnavigation-row:before {
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    background-color: #d2d2d2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header-subnavigation-row .sub-navigation a {
    text-decoration: none;
  }
  .header-subnavigation-row .sub-navigation a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #3277df;
    display: inline-block;
    margin-left: 8px;
  }
  .header-subnavigation-row .sub-navigation ul {
    letter-spacing: -0.4rem;
    display: table-row;
  }
  .header-subnavigation-row .sub-navigation ul li {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
  }
  .header-subnavigation-row .sub-navigation ul li a {
    width: 140px;
    height: 52px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(1) {
    padding-left: 52px;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(1) a:before {
    content: '';
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -1089px -511px;
    width: 42px;
    height: 38px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(2) {
    padding-left: 42px;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(2) a {
    width: 88px;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(2) a:before {
    content: '';
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -1036px -511px;
    width: 33px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-subnavigation-row .sub-navigation ul li:nth-of-type(3) a, .header-subnavigation-row .sub-navigation ul li:nth-of-type(4) a, .header-subnavigation-row .sub-navigation ul li:nth-of-type(5) a {
    width: 85px;
  }
  .header-subnavigation-row .search-navigation ul {
    letter-spacing: -0.4rem;
    padding-top: 5px;
  }
  .header-subnavigation-row .search-navigation ul li {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .header-subnavigation-row .search-navigation ul li a {
    border-radius: 5px;
    width: 158px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }
  .header-subnavigation-row .search-navigation ul li:nth-of-type(1) a {
    background-color: #e77a0f;
  }
  .header-subnavigation-row .search-navigation ul li:nth-of-type(2) a {
    background-color: #3278df;
    margin-left: 10px;
  }
  .global-navigation {
    font-feature-settings: 'palt' 1;
  }
  .global-navigation ul {
    letter-spacing: -0.4rem;
  }
  .global-navigation ul li {
    display: inline-block;
    width: 16%;
    height: 52px;
    padding: 6px 0;
    letter-spacing: normal;
    box-sizing: border-box;
  }
  .global-navigation ul li:hover {
    border-bottom: 3px solid #093d8c;
  }
  .global-navigation ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.35rem;
    text-decoration: none;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .global-navigation ul li:nth-of-type(n + 2) a {
    border-left: 1px solid #d2d2d2;
  }
  .global-navigation .tenken-nav {
    position: relative;
  }
  .global-navigation .tenken-nav .tenken-p {
    pointer-events: none;
  }
  .global-navigation .tenken-nav:hover .tenken-list {
    border: 1px solid #d2d2d2;
    border-top: none;
    max-height: 1000px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .global-navigation .tenken-list {
    position: absolute;
    bottom: -3px;
    z-index: 2;
    border-top: none;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .global-navigation .tenken-list li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d2d2d2;
  }
  .global-navigation .tenken-list a {
    border-left: none !important;
  }
  .content {
  }
  .content.h_fix {
    padding-top: 133px;
  }
  .content .row .column.pull-left {
    width: 100%;
  }
  .content .row .column.pull-right {
    width: 280px;
  }
  .side-column .value a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -306px 0px;
    width: 286px;
    height: 346px;
    display: block;
  }
  .side-column .quality a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 286px;
    height: 351px;
    display: block;
  }
  .side-column .selected_company_side {
    display: block;
    width: 279px;
    height: 343px;
    margin: 20px auto;
    background-image: url(https://www.tokyoauto.com/common/images/banner/banner_selected_one/pc_side.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }
  .pickup-information {
    margin-bottom: 10px;
  }
  .pickup-information h3 {
    background-color: #f4f4f4;
    font-size: 1.7rem;
    font-feature-settings: 'palt' 1;
    color: #093d8c;
    overflow: hidden;
    border-bottom: 3px solid #093d8c;
    padding: 5px;
  }
  .pickup-information h3 span {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
  }
  .pickup-information h3:before {
    content: '';
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -1089px -411px;
    width: 42px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .pickup-information .pickup-information-inner {
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-top: none;
  }
  .pickup-information .information-list li:nth-of-type(n + 2) {
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
  }
  .pickup-information .information-list li:nth-last-of-type(1) {
    margin-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
  }
  .pickup-information .information-list li a {
    text-decoration: none;
  }
  .pickup-information .information-list li figure {
    position: relative;
    width: 256px;
    height: 176px;
    display: block;
  }
  .pickup-information .information-list li figure img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .pickup-information .information-list li dl {
    font-size: 1.4rem;
    padding-bottom: 30px;
    position: relative;
  }
  .pickup-information .information-list li dl dt {
    color: #093d8c;
    margin-bottom: 10px;
  }
  .pickup-information .information-list li dl dd {
    text-decoration: underline;
  }
  .pickup-information .information-list li dl dd:nth-of-type(2) {
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #858585;
  }
  .pickup-information .more {
    border-radius: 5px;
    background-color: #3278df;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  }
  .pickup-information .more:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  aside.ais {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  aside.ais a {
    display: block;
    text-decoration: none;
  }
  aside.ais dl {
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 0px 0px 5px white inset, 0px 0px 5px white inset;
    border: 2px solid #f4f4f4;
    text-align: center;
    position: relative;
    padding: 15px;
    text-align: left;
  }
  aside.ais dl dt {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -912px -443px;
    width: 239px;
    height: 48px;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 15px;
  }
  aside.ais dl dd {
    font-size: 1.2rem;
  }
  aside.ais dl dd:before {
    content: '';
    display: block;
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -912px -509px;
    width: 104px;
    height: 104px;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
  }
  .calendar {
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
  }
  .calendar h3 {
    background-color: #f4f4f4;
    font-size: 1.7rem;
    font-feature-settings: 'palt' 1;
    color: #093d8c;
    overflow: hidden;
    border-bottom: 3px solid #093d8c;
    padding: 10px;
  }
  .calendar h3 span {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
  }
  .calendar .calendar-inner {
    padding: 15px 10px;
    background-color: white;
  }
  .calendar .today {
    border-radius: 13px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    border: 1px solid #093d8c;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .calendar .today:after {
    content: " ";
    display: block;
    clear: both;
  }
  .calendar .today dt,
  .calendar .today dd {
    float: left;
    text-align: center;
  }
  .calendar .today dt {
    color: white;
    background-color: #093d8c;
    width: 40%;
  }
  .calendar .today dd {
    width: 60%;
  }
  .calendar .calendar-view {
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }
  .calendar .calendar-view .holyday {
    letter-spacing: -0.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .calendar .calendar-view .holyday li {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .calendar .calendar-view .holyday li:before {
    content: '●';
    color: #ff5d5d;
    margin-right: 5px;
  }
  .calendar .calendar-view .holyday li:nth-of-type(n + 2) {
    margin-left: 2em;
  }
  .calendar .calendar-view .holyday li:nth-of-type(n + 2):before {
    content: '●';
    color: #6a8fe4;
  }
  .calendar .calendar-view .time {
    font-size: 0;
  }
  .calendar .calendar-view .time:after {
    content: " ";
    display: block;
    clear: both;
  }
  .calendar .calendar-view .time dt,
  .calendar .calendar-view .time dd {
    font-size: 1.2rem;
    float: left;
  }
  .calendar .calendar-view .time dt:nth-of-type(n + 2) {
    clear: both;
  }
  .calendar .calendar-view .cal_month {
    color: #093d8c;
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center;
  }
  .calendar .calendar-view .cal_month span {
    color: #9d9d9d;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
  }
  .calendar .calendar-view .prev_month {
    color: #003481;
    font-size: 1.4rem;
    left: 10px;
    position: absolute;
    top: 10px;
  }
  .calendar .calendar-view .prev_month.no_disp {
    display: none;
  }
  .calendar .calendar-view .prev_month span {
    color: #003481;
    cursor: pointer;
    text-decoration: none;
  }
  .calendar .calendar-view .prev_month span:hover {
    text-decoration: underline;
  }
  .calendar .calendar-view .prev_month i {
    margin: 0 3px 0 0;
    vertical-align: middle;
  }
  .calendar .calendar-view .prev_month i:before {
    display: inline-block;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .calendar .calendar-view .next_month {
    color: #003481;
    font-size: 1.4rem;
    right: 10px;
    position: absolute;
    top: 10px;
  }
  .calendar .calendar-view .next_month.no_disp {
    display: none;
  }
  .calendar .calendar-view .next_month span {
    color: #003481;
    cursor: pointer;
    text-decoration: none;
  }
  .calendar .calendar-view .next_month span:hover {
    text-decoration: underline;
  }
  .calendar .calendar-view .next_month i {
    margin: 0 0 0 3px;
    vertical-align: middle;
  }
  .calendar .calendar-view .cal_table {
    margin: 0 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .calendar .calendar-view .cal_table tr th {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .calendar .calendar-view .cal_table tr th:nth-of-type(1) {
    color: #dc0527;
  }
  .calendar .calendar-view .cal_table tr th:nth-of-type(7) {
    color: #005aef;
  }
  .calendar .calendar-view .cal_table tr td {
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .calendar .calendar-view .cal_table tr td span {
    display: inline-block;
    padding: 3px 0;
    vertical-align: middle;
    width: 100%;
  }
  .calendar .calendar-view .cal_table tr td.no_month {
    color: #c9c9c9;
  }
  .calendar .calendar-view .cal_table tr td.now {
    border-bottom: 2px solid #1162de;
  }
  .calendar .calendar-view .cal_table tr td.closed span {
    background: #ff5d5d;
    border-radius: 50%;
  }
  .calendar .calendar-view .cal_table tr td.afternoon span {
    background: #6a8fe4;
    border-radius: 50%;
  }
  .calendar aside {
    text-align: center;
  }
  .calendar aside a {
    display: block;
    text-decoration: none;
  }
  .calendar aside .night {
    color: #3278df;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .calendar aside .night:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #3278df;
    margin-right: 5px;
    vertical-align: middle;
  }
  .calendar aside .search,
  .calendar aside .calendar_btn {
    background-color: #ecb113;
    border-radius: 5px;
    display: block;
    height: 62px;
    line-height: 62px;
    margin: 0px auto;
    color: white;
    position: relative;
    text-align: left;
    padding-left: 10px;
    font-size: 2rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .calendar aside .search i,
  .calendar aside .calendar_btn i {
    color: #093d8c;
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: -5px;
    text-align: center;
    background-color: white;
    margin-right: 20px;
    font-size: 2.4rem;
    vertical-align: middle;
  }
  .calendar aside .search:after,
  .calendar aside .calendar_btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .calendar aside .calendar_btn {
    margin: 10px auto 0;
  }
  .free-word-search {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    letter-spacing: -0.4rem;
  }
  .free-word-search:after {
    content: " ";
    display: block;
    clear: both;
  }
  .free-word-search dt {
    background-color: #093d8c;
    color: white;
    font-size: 1.4rem;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    letter-spacing: normal;
    padding: 4px 20px;
    padding-bottom: 2px;
  }
  .free-word-search button svg {
    max-height: none;
    max-width: none;
  }
  .free-word-search .gsc-input-box {
    height: auto;
  }
  .free-word-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0;
  }
  .right-column-banner {
    margin-bottom: 6px;
  }
  .right-column-banner-list li a {
    display: block;
  }
  .right-column-banner-list li a.ibj_bnr {
    background: #e7f1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 64px;
  }
  .right-column-banner-list li:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .right-column-banner-list li:nth-of-type(1) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -600px -740px;
    width: 280px;
    height: 140px;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(2) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -910px -0px;
    width: 280px;
    height: 140px;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(3) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -912px -160px;
    width: 280px;
    height: 80px;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(4) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -912px -260px;
    width: 280px;
    height: 80px;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(5) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -300px -371px;
    width: 280px;
    height: 189px;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(6) a {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1678949513292);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -912px -361px;
    width: 280px;
    height: 63px;
  }
  .right-column-sub-menu {
    margin-bottom: 10px;
  }
  .right-column-sub-menu .right-column-sub-menu-list li {
    display: table;
    width: 100%;
  }
  .right-column-sub-menu .right-column-sub-menu-list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .right-column-sub-menu a {
    background-color: #e7f1f5;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.6rem;
    color: #093d8c;
    text-decoration: none;
    position: relative;
    padding-left: 60px;
    height: 60px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .right-column-sub-menu a i {
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.5rem;
    display: block;
    width: 44px;
    text-align: center;
  }
  .right-column-sub-menu a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #093d8c;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner-area {
    padding-top: 30px;
    padding-bottom: 41px;
    box-sizing: border-box;
  }
  .banner-list {
    letter-spacing: -0.4rem;
    margin-top: 39px;
  }
  .banner-list li {
    display: inline-block;
    letter-spacing: normal;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    text-align: center;
    margin: 0 15px;
  }
  .banner-list li img {
    height: auto;
    width: 100%;
  }
  footer {
    min-width: 1120px;
  }
  .footer-primary {
    background-color: #dcdcdc;
    padding-top: 64px;
    padding-bottom: 116px;
  }
  .footer-primary .column:nth-of-type(1) {
    width: 40%;
  }
  .footer-primary .column:nth-of-type(2) {
    width: 35%;
  }
  .footer-primary .column:nth-of-type(3) {
    width: 25%;
  }
  .footer-primary .footer-navigation-list a:hover {
    text-decoration: underline;
  }
  .footer-primary .footer-navigation-list > li > p,
  .footer-primary .footer-navigation-list > li > a {
    color: #093d8c;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .footer-primary .footer-navigation-list > li > p:before,
  .footer-primary .footer-navigation-list > li > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 5px;
    border-color: transparent transparent transparent #093d8c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-primary .footer-navigation-list > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .footer-primary .footer-second-navigation-list {
    padding-top: 6px;
    margin-top: 5px;
    padding-left: 14px;
    position: relative;
  }
  .footer-primary .footer-second-navigation-list:before {
    content: '';
    border-top: 1px solid #cecece;
    display: block;
    width: 50%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-primary .footer-second-navigation-list > li > strong {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    color: #6c6c6c;
    padding: 5px 10px 0 0;
  }
  .footer-primary .footer-second-navigation-list > li > .sns_link {
    display: inline-block;
    padding: 3px 0 5px;
  }
  .footer-primary .footer-second-navigation-list > li > .sns_link img {
    width: 20px;
    margin-right: 3px;
  }
  .footer-primary .footer-second-navigation-list > li > a {
    display: block;
    font-size: 1.4rem;
    color: #6c6c6c;
    text-decoration: none;
    margin-top: 5px;
  }
  .footer-secondary {
    background-color: #093d8c;
    color: white;
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 12px;
    position: relative;
  }
  .footer-secondary .btn-pagetop {
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils.png?rev=1647237223868);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -910px -631px;
    width: 64px;
    height: 108px;
    bottom: 15px;
    position: fixed;
    right: 30px;
    cursor: pointer;
  }
  .footer-secondary a {
    color: inherit;
    text-decoration: none;
  }
  .footer-secondary a:hover {
    text-decoration: underline;
  }
  .footer-secondary .footer-secondary-navigation-list {
    letter-spacing: -0.5rem;
    margin-bottom: 54px;
    text-align: center;
  }
  .footer-secondary .footer-secondary-navigation-list li {
    letter-spacing: normal;
    display: inline-block;
    width: 20%;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .footer-secondary small {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-family: verdana;
  }
  .breadcrumb {
    margin-top: -28px;
    padding: 20px 0 0;
  }
  .breadcrumb ul {
    padding: 10px 0;
  }
  .breadcrumb ul::after {
    content: '';
    clear: both;
    display: table;
  }
  .breadcrumb ul li {
    font-size: 1.4rem;
    line-height: 20px;
    color: #8d8c8c;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
  }
  .breadcrumb ul li a {
    color: #8d8c8c;
    text-decoration: none;
  }
  .selected_company {
    display: block;
    width: 800px;
    height: 50px;
    background-image: url(https://www.tokyoauto.com/common/images/banner/banner_selected_one/pc_sec_top.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }
  .float_r {
    float: right;
  }
  .float_l {
    float: left;
  }
  .main .cont_wrap h2 {
    border-bottom: 4px solid #efefef;
    font-size: 3.4rem;
    font-family: 'メイリオ', Meiryo, 'YuGothic Medium', 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体 Medium', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体';
    margin: 15px auto 18px;
  }
  .main .cont_wrap h2 span {
    color: #003481;
    background: url("https://www.tokyoauto.com/common/images/icon_car.png") no-repeat left center;
    background-size: 57px;
    border-bottom: 4px solid #013e99;
    padding: 0 0 0 70px;
  }
  .main .cont_wrap section {
    margin: 0 auto 12px;
    padding: 0 0 50px;
    border-bottom: solid 1px #d4d4d4;
  }
  .main .cont_wrap section:last-child {
    border-bottom: none;
  }
  .main .cont_wrap section h3 {
    position: relative;
    margin: 0 auto 22px;
    padding: 0 0 0 20px;
    font-size: 2rem;
    font-weight: 100;
  }
  .main .cont_wrap section h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 33px;
    background: #003481;
  }
  .main .cont_wrap section p {
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .floating {
    background: #dcdcdc;
    border-bottom: 1px solid #cecece;
    min-width: 1120px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .floating .floating_list {
    letter-spacing: -0.4rem;
    font-size: 0;
  }
  .floating .floating_list li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.4rem;
    margin: 0 0 0 11px;
    vertical-align: middle;
  }
  .floating .floating_list li a {
    background: #ffffff;
    border-radius: 3px;
    display: block;
    padding: 12px 24px 12px 12px;
    position: relative;
    text-decoration: none;
  }
  .floating .floating_list li a:before {
    content: '';
    display: inline-block;
    height: 26px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    width: 32px;
  }
  .floating .floating_list li a:after {
    border-color: transparent transparent transparent #dcdcdc;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    content: '';
    height: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
  }
  .floating .floating_list li.text {
    font-size: 1.6rem;
    margin: 0;
    text-align: left;
  }
  .floating .floating_list li.form_vehicle a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_01.png) left center no-repeat;
  }
  .floating .floating_list li.form_ins a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_02.png) left center no-repeat;
  }
  .floating .floating_list li.form_mainte a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_03.png) left center no-repeat;
  }
  .floating .floating_list li.form_inq a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_04.png) left center no-repeat;
  }
  .floating .floating_list li.form_buy a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_05.png) left center no-repeat;
  }
  .floating .floating_list li.form_sell a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_06.png) left center no-repeat;
  }
  .floating .floating_list li.form_form a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_07.png) left center no-repeat;
  }
  .fix_box {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 20;
  }
  .fix_box .open_box {
    background: #e5e5e5;
    border-radius: 10px 0 0 10px;
    height: 120px;
    margin: 0 0 0 auto;
    width: 120px;
  }
  .fix_box .open_box .open_trigger {
    margin: 0 auto;
    padding: 34px 0 25px;
    position: relative;
    width: 30px;
  }
  .fix_box .open_box .open_trigger span {
    background-color: #093d8c;
    width: 30px;
    height: 4px;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .fix_box .open_box .open_trigger span:before, .fix_box .open_box .open_trigger span:after {
    content: '';
    background-color: #093d8c;
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .fix_box .open_box .open_trigger span:before {
    margin-top: -10px;
  }
  .fix_box .open_box .open_trigger span:after {
    margin-top: 10px;
  }
  .fix_box .open_box .box_title {
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
  }
  .fix_box .open_box.active {
    border-radius: 10px 0 0 0;
  }
  .fix_box .open_box.active .open_trigger span {
    background-color: #e5e5e5;
  }
  .fix_box .open_box.active .open_trigger span:before {
    background-color: #093d8c;
    margin-top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
            transform: translateX(-50%) translateY(-50%) rotate(315deg);
  }
  .fix_box .open_box.active .open_trigger span:after {
    background-color: #093d8c;
    margin-top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            transform: translateX(-50%) translateY(-50%) rotate(-315deg);
  }
  .fix_box .open_box.active + .btn_box {
    right: 0;
  }
  .fix_box .open_box--car_search {
    text-align: center;
  }
  .fix_box .open_box--car_search i {
    font-size: 2.6rem;
  }
  .fix_box .open_box--blue {
    background-color: #003481;
    margin-top: 10px;
    height: 85px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fix_box .open_box--blue:hover {
    opacity: 0.5;
  }
  .fix_box .open_box--blue a {
    display: block;
    padding-top: 15px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: inherit;
    text-decoration: none;
  }
  .fix_box .open_box--blue img {
    display: block;
    margin: 0 auto 10px;
  }
  .fix_box .btn_box {
    background: #e5e5e5;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: -300px;
    top: 120px;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 300px;
  }
  .fix_box .btn_box .btn_list {
    padding: 16px 15px;
  }
  .fix_box .btn_box .btn_list li a {
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #656565;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 15px 20px 10px;
    position: relative;
    text-decoration: none;
  }
  .fix_box .btn_box .btn_list li a span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
  }
  .fix_box .btn_box .btn_list li a:before {
    content: '';
    display: inline-block;
    height: 26px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 32px;
  }
  .fix_box .btn_box .btn_list li a:after {
    border-color: transparent transparent transparent #dcdcdc;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    content: '';
    height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
  }
  .fix_box .btn_box .btn_list li + li {
    margin: 10px 0 0;
  }
  .fix_box .btn_box .btn_list li.search_car a::before {
    display: none;
  }
  .fix_box .btn_box .btn_list li.search_car i {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: -5px;
    margin-right: 20px;
    color: #e77a0f;
  }
  .fix_box .btn_box .btn_list li.form_vehicle a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_01.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_ins a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_02.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_mainte a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_03.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_inq a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_04.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_buy a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_05.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_sell a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_06.png) left center no-repeat;
  }
  .fix_box .btn_box .btn_list li.form_form a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_07.png) left center no-repeat;
  }
  .ibj_area {
    margin: 0 0 20px;
    /*
  .btn {
    border-radius: 5px;
    font-size: 1.6rem;
    &.btn2 {
      a {
        background: #60abd8;
      }
    }
    &.btn3 {
      a {
        background: #e7f1f5;
        color: #093d8c;
        &:after {
          border-color: transparent transparent transparent $col_blue;
        }
      }
    }
    a {
      background: #e8638b;
      box-sizing: border-box;
      color: #fff;
      display: block;
      padding: 10px 20px;
      position: relative;
      text-decoration: none;
      width: 100%;
      &:hover {
        text-decoration: none;
      }
      &:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent $col_white;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }
  */
  }
  .ibj_area .ibj_ttl {
    color: #003481;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ibj_area .ibj_ttl:before {
    background: url(https://www.tokyoauto.com/common/images/ic_tal.png) left top no-repeat;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 47px;
    margin-right: 10px;
    width: 80px;
  }
  .ibj_area a {
    display: block;
    text-decoration: none;
  }
  .ibj_area a .btn {
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .ibj_area a .btn span {
    background: #e8638b;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .ibj_area a .btn span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  common_sp.css
=================================================================== */
  body.fix {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  .container {
    min-width: 320px;
  }
  .view {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
  }
  .content .row > .pull-left,
  .content .row > .pull-right {
    float: none;
  }
  header {
    margin-bottom: 10px;
    padding: 69px 0 0;
  }
  header .view {
    padding: 0;
  }
  header h1 {
    box-sizing: border-box;
    padding: 12px 15px;
  }
  .header-main-row {
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .header-main-row .pull-left {
    width: 30%;
    height: 68px;
    box-sizing: border-box;
    text-align: center;
  }
  .header-main-row .pull-left h1,
  .header-main-row .pull-left a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-main-row .pull-left img {
    max-width: 100%;
    max-height: 48px;
  }
  .header-main-row .pull-right {
    width: 70%;
  }
  .header-main-row .pull-right .sub-navigation-list {
    display: block;
    font-feature-settings: 'palt' 1;
  }
  .header-main-row .pull-right .sub-navigation-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .header-main-row .pull-right .sub-navigation-list li {
    float: left;
    width: 33.3%;
    font-size: 1rem;
    box-sizing: border-box;
    height: 68px;
    padding-top: 10px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    position: relative;
  }
  .header-main-row .pull-right .sub-navigation-list li a {
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  .header-main-row .pull-right .sub-navigation-list li a i {
    font-size: 2.5rem;
    display: block;
  }
  .header-main-row .pull-right .sub-navigation-list li:nth-of-type(1) i {
    color: #3278df;
  }
  .header-main-row .pull-right .sub-navigation-list li:nth-of-type(2) i {
    color: #fc7e02;
  }
  .header-main-row .pull-right .sub-navigation-list li.shop_nav {
    position: relative;
  }
  .header-main-row .pull-right .sub-navigation-list li.shop_nav.active:after {
    border-style: solid;
    border-width: 0 3px 5px;
    border-color: transparent transparent #dcdcdc transparent;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 0;
    left: 50%;
    margin: 0 0 0 -3px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  .gn-trigger p {
    width: 60%;
    height: 62%;
    position: relative;
    margin: 0px auto;
  }
  .gn-trigger span {
    background-color: #093d8c;
    width: 36px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .gn-trigger span:before, .gn-trigger span:after {
    content: '';
    background-color: #093d8c;
    width: 36px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .gn-trigger span:before {
    margin-top: -8px;
  }
  .gn-trigger span:after {
    margin-top: 8px;
  }
  .gn-trigger.active span {
    background-color: #ffffff;
  }
  .gn-trigger.active span:before {
    background-color: #093d8c;
    margin-top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
            transform: translateX(-50%) translateY(-50%) rotate(315deg);
  }
  .gn-trigger.active span:after {
    background-color: #093d8c;
    margin-top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            transform: translateX(-50%) translateY(-50%) rotate(-315deg);
  }
  .grobal-navigation {
    background: #ffffff;
    display: none;
    font-size: 1.4rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 20;
  }
  .grobal-navigation .global-navigation-list {
    font-feature-settings: 'palt' 1;
  }
  .grobal-navigation .global-navigation-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .grobal-navigation .global-navigation-list.active {
    overflow: scroll;
  }
  .grobal-navigation .global-navigation-list > li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
  }
  .grobal-navigation .global-navigation-list > li > a,
  .grobal-navigation .global-navigation-list > li > span {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #4f4f4f;
    position: relative;
  }
  .grobal-navigation .global-navigation-list > li:nth-last-child(-n + 4) {
    width: 50%;
  }
  .grobal-navigation .global-navigation-list > li:nth-last-child(1), .grobal-navigation .global-navigation-list > li:nth-last-child(3) {
    border-left: 1px solid #dcdcdc;
  }
  .grobal-navigation .global-navigation-list > li a:after,
  .grobal-navigation .global-navigation-list > li span:after {
    font-family: 'glyphs';
    color: #939393;
  }
  .grobal-navigation .global-navigation-list > li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .grobal-navigation .global-navigation-list > li a span {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
  }
  .grobal-navigation .global-navigation-list > li > span:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .grobal-navigation .global-navigation-list > li > span.active:after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #939393;
  }
  .global-subnavigation {
    display: none;
    overflow: hidden;
  }
  .global-subnavigation .global-subnavigation-list {
    font-feature-settings: 'palt' 1;
  }
  .global-subnavigation .global-subnavigation-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .global-subnavigation .global-subnavigation-list li a {
    padding: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    font-size: 1.2rem;
    padding-right: 20px;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-decoration: none;
    color: #4f4f4f;
  }
  .global-subnavigation .global-subnavigation-list li a span {
    display: inline-block;
    position: relative;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.94, 1);
            transform: scale(0.94, 1);
  }
  .global-subnavigation .global-subnavigation-list li:nth-of-type(odd) a {
    padding-left: 10px;
  }
  .global-subnavigation .global-subnavigation-list.split-half li:nth-of-type(n + 2) {
    width: 50%;
    float: left;
  }
  .free-word-search {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0;
  }
  .free-word-search:after {
    content: " ";
    display: block;
    clear: both;
  }
  .free-word-search button svg {
    max-height: none;
    max-width: none;
  }
  .free-word-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
  }
  .free-word-search .gsc-input-box {
    height: auto;
  }
  .shop-navigation {
    background: #ffffff;
    display: none;
    overflow: hidden;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 20;
  }
  .shop-navigation .shop-navigation-inner.active {
    overflow: scroll;
  }
  .shop-navigation .shop-navigation-list li {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 10px;
  }
  .shop-navigation .shop-navigation-list li dl {
    font-size: 0;
  }
  .shop-navigation .shop-navigation-list li dl dt {
    box-sizing: border-box;
    color: #4f4f4f;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 3% 0 0;
    padding: 0 0 0 17px;
    text-indent: -17px;
    vertical-align: top;
    width: 25%;
  }
  .shop-navigation .shop-navigation-list li dl dt:before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 3964.28571% 3500%;
    background-position: 92.42144% 67.22689%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    width: 14px;
  }
  .shop-navigation .shop-navigation-list li dl dt:before:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .shop-navigation .shop-navigation-list li dl dd {
    display: inline-block;
    vertical-align: top;
    width: 72%;
  }
  .shop-navigation .shop-navigation-list li dl dd:after {
    content: " ";
    display: block;
    clear: both;
  }
  .shop-navigation .shop-navigation-list li dl dd address {
    font-size: 1.2rem;
    font-style: normal;
    line-height: 18px;
  }
  .shop-navigation .shop-navigation-list li dl dd p {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .shop-navigation .shop-navigation-list li dl dd p.tel {
    display: inline-block;
    font-feature-settings: 'palt' 1;
    font-size: 2.4rem;
    margin: 3px 0 5px;
    vertical-align: middle;
  }
  .shop-navigation .shop-navigation-list li dl dd p.tel a {
    color: #3278df;
    text-decoration: none;
  }
  .shop-navigation .shop-navigation-list li dl dd p.tel a i {
    font-size: 1.8rem;
    padding: 0 3px 0 0;
  }
  .shop-navigation .shop-navigation-list li dl dd p.shop_btn {
    display: inline-block;
    float: right;
    margin: 0 0 5px 3px;
    vertical-align: middle;
  }
  .shop-navigation .shop-navigation-list li dl dd p.shop_btn a {
    background: #3278df;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
  }
  .shop-navigation .shop-navigation-list li dl dd p.shop_btn a:after {
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #ffffff;
    content: '';
    display: inline-block;
    height: 0;
    margin: -4px 0 0;
    position: absolute;
    right: 5px;
    top: 50%;
    vertical-align: middle;
    width: 0;
  }
  footer {
    background-color: #093d8c;
    color: white;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 80px;
  }
  footer p {
    margin: 0 0 20px;
    text-align: center;
  }
  footer p .btn-pagetop {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 28px;
    text-align: center;
    text-decoration: none;
  }
  footer p .btn-pagetop i {
    font-size: 2rem;
    display: block;
    margin: 0px auto;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-family: verdana;
  }
  .banner-area {
    padding: 30px 10px;
    padding-top: 14px;
  }
  .banner-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    text-align: center;
    margin-top: 26px;
  }
  .banner-area ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .banner-area ul li {
    display: block;
    width: 40%;
    float: left;
    margin: 0 15px;
  }
  .banner-area ul li img {
    width: 100%;
  }
  .right-column-banner {
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .right-column-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .right-column-banner-list li {
    width: 49%;
  }
  .right-column-banner-list li:nth-of-type(odd) {
    margin-right: 1%;
  }
  .right-column-banner-list li:nth-of-type(even) {
    margin-left: 1%;
  }
  .right-column-banner-list li:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  .right-column-banner-list li:nth-of-type(1) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 310.92437% 700%;
    background-position: 50.0664% 17.04762%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(1) a:after {
    content: '';
    display: block;
    padding-top: 39.21569%;
  }
  .right-column-banner-list li:nth-of-type(2) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 311.79775% 700%;
    background-position: 100.86737% 34.09524%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(2) a:after {
    content: '';
    display: block;
    padding-top: 39.32584%;
  }
  .right-column-banner-list li:nth-of-type(3) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 311.79775% 700%;
    background-position: 100% 51.14286%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(3) a:after {
    content: '';
    display: block;
    padding-top: 39.32584%;
  }
  .right-column-banner-list li:nth-of-type(4) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 313.55932% 700%;
    background-position: 0.73545% 68.14286%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(4) a:after {
    content: '';
    display: block;
    padding-top: 39.54802%;
  }
  .right-column-banner-list li:nth-of-type(5) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?");
    background-size: 301.92437% 683%;
    background-position: 0% 17.04762%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-column-banner-list li:nth-of-type(5) a:after {
    content: '';
    display: block;
    padding-top: 39.21569%;
  }
  .right-column-banner-list li:nth-of-type(6) a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 310.92437% 700%;
    background-position: 50.0664% 0%;
    background-repeat: no-repeat;
  }
  .right-column-banner-list li:nth-of-type(6) a:after {
    content: '';
    display: block;
    padding-top: 39.21569%;
  }
  .right-column-banner-list li a {
    display: block;
  }
  .right-column-banner-list li a.ibj_bnr {
    background: #e7f1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .selected_company_side {
    display: block;
    width: 46.48438vw;
    height: 18.22917vw;
    background-image: url(https://www.tokyoauto.com/common/images/banner/banner_selected_one/sp_footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }
  section.pickup-information {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
  }
  section.pickup-information h3 {
    font-size: 1.8rem;
    font-feature-settings: 'palt' 1;
    color: #093d8c;
    overflow: hidden;
  }
  section.pickup-information h3 span {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    white-space: nowrap;
  }
  section.pickup-information h3 span:before {
    content: '';
    width: 200%;
    height: 2px;
    background-color: #dcdcdc;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  section.pickup-information h3 span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #093d8c;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  section.pickup-information h3:before {
    content: '';
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 1018.34862% 970.29703%;
    background-position: 19.98002% 91.01251%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 55px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
  }
  section.pickup-information h3:before:after {
    content: '';
    display: block;
    padding-top: 92.66055%;
  }
  section.pickup-information .information-list li {
    padding: 10px 0;
    position: relative;
    font-size: 1.2rem;
  }
  section.pickup-information .information-list li:after {
    content: " ";
    display: block;
    clear: both;
  }
  section.pickup-information .information-list li:nth-of-type(n + 2) {
    border-top: 1px solid #dcdcdc;
  }
  section.pickup-information .information-list li figure {
    width: 30%;
    float: left;
    margin-right: 10px;
  }
  section.pickup-information .information-list li a {
    display: block;
    text-decoration: none;
    padding-bottom: 2em;
  }
  section.pickup-information .information-list li a dt {
    color: #093d8c;
  }
  section.pickup-information .information-list li a dd {
    text-decoration: underline;
  }
  section.pickup-information .information-list li a dd:nth-of-type(n + 2) {
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #858585;
  }
  aside.ais {
    margin-bottom: 15px;
  }
  aside.ais a {
    text-decoration: none;
  }
  aside.ais dl {
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 0px 0px 5px white inset, 0px 0px 5px white inset;
    border: 2px solid #f4f4f4;
    padding: 14px 0;
    padding-left: 128px;
    padding-right: 36px;
    position: relative;
  }
  aside.ais dl:before {
    content: '';
    display: block;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868");
    background-size: 616.66667% 544.44444%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    width: 88px;
    height: 88px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  aside.ais dl:before:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  aside.ais dl dt {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url(https://www.tokyoauto.com/common/images/sprite/sprite_utils_sp.png?rev=1647237223868);
    background-size: 283.10526% 1209.12195%;
    background-position: -0.26455% 80.14286%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
  aside.ais dl dt:after {
    content: '';
    display: block;
    padding-top: 21.57895%;
  }
  aside.ais dl dd {
    font-size: 1.2rem;
  }
  .calendar {
    border: 1px solid #dcdcdc;
    background-color: #f4f4f4;
    margin-bottom: 15px;
  }
  .calendar h3 {
    border-bottom: 2px solid #093d8c;
    color: #093d8c;
    padding: 10px;
  }
  .calendar .calendar-inner {
    padding: 15px 10px;
    background-color: white;
  }
  .calendar .today {
    border-radius: 12px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    border: 1px solid #093d8c;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .calendar .today:after {
    content: " ";
    display: block;
    clear: both;
  }
  .calendar .today dt,
  .calendar .today dd {
    float: left;
    text-align: center;
  }
  .calendar .today dt {
    color: white;
    background-color: #093d8c;
    width: 40%;
  }
  .calendar .today dd {
    width: 60%;
  }
  .calendar .calendar-trigger {
    padding: 0px 10px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    font-size: 1.4rem;
  }
  .calendar .calendar-trigger .icon-calendar {
    color: #3278df;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .calendar .calendar-trigger .icon-arrow-down,
  .calendar .calendar-trigger .icon-arrow-up {
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #093d8c;
  }
  .calendar .calendar-view {
    padding: 0 32px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .calendar .calendar-view .holyday {
    font-size: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .calendar .calendar-view .holyday li {
    display: inline-block;
    font-size: 1.2rem;
  }
  .calendar .calendar-view .holyday li:before {
    content: '◝';
    color: #ff5d5d;
  }
  .calendar .calendar-view .holyday li:nth-of-type(n + 2) {
    margin-left: 2em;
  }
  .calendar .calendar-view .holyday li:nth-of-type(n + 2):before {
    content: '◝';
    color: #6a8fe4;
  }
  .calendar .calendar-view .time:after {
    content: " ";
    display: block;
    clear: both;
  }
  .calendar .calendar-view .time dt,
  .calendar .calendar-view .time dd {
    display: inline-block;
  }
  .calendar .calendar-view .time dt:nth-of-type(n + 2) {
    clear: both;
  }
  .calendar .calendar-view .cal_month {
    color: #093d8c;
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 0 8px;
    text-align: center;
  }
  .calendar .calendar-view .cal_month span {
    color: #9d9d9d;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
  }
  .calendar .calendar-view .prev_month {
    color: #003481;
    font-size: 1.4rem;
    left: 10px;
    position: absolute;
    top: 20px;
  }
  .calendar .calendar-view .prev_month.no_disp {
    display: none;
  }
  .calendar .calendar-view .prev_month span {
    color: #003481;
    text-decoration: none;
  }
  .calendar .calendar-view .prev_month span:hover {
    text-decoration: underline;
  }
  .calendar .calendar-view .prev_month i {
    margin: 0 3px 0 0;
    vertical-align: middle;
  }
  .calendar .calendar-view .prev_month i:before {
    display: inline-block;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .calendar .calendar-view .next_month {
    color: #003481;
    font-size: 1.4rem;
    right: 10px;
    position: absolute;
    top: 20px;
  }
  .calendar .calendar-view .next_month.no_disp {
    display: none;
  }
  .calendar .calendar-view .next_month span {
    color: #003481;
    text-decoration: none;
  }
  .calendar .calendar-view .next_month span:hover {
    text-decoration: underline;
  }
  .calendar .calendar-view .next_month i {
    margin: 0 0 0 3px;
    vertical-align: middle;
  }
  .calendar .calendar-view .cal_table {
    margin: 0 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .calendar .calendar-view .cal_table tr th {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .calendar .calendar-view .cal_table tr th:nth-of-type(1) {
    color: #dc0527;
  }
  .calendar .calendar-view .cal_table tr th:nth-of-type(7) {
    color: #005aef;
  }
  .calendar .calendar-view .cal_table tr td {
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .calendar .calendar-view .cal_table tr td span {
    display: inline-block;
    padding: 3px 0;
    vertical-align: middle;
    width: 28px;
  }
  .calendar .calendar-view .cal_table tr td.no_month {
    color: #c9c9c9;
  }
  .calendar .calendar-view .cal_table tr td.now {
    border-bottom: 2px solid #1162de;
  }
  .calendar .calendar-view .cal_table tr td.closed span {
    background: #ff5d5d;
    border-radius: 50%;
  }
  .calendar .calendar-view .cal_table tr td.afternoon span {
    background: #6a8fe4;
    border-radius: 50%;
  }
  .calendar aside {
    margin: 15px 0 0;
    text-align: center;
  }
  .calendar aside a {
    display: block;
    text-decoration: none;
  }
  .calendar aside .night {
    color: #3278df;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .calendar aside .night:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #3278df;
    margin-right: 10px;
    vertical-align: middle;
  }
  .calendar aside .search,
  .calendar aside .calendar_btn {
    background-color: #ecb113;
    border-radius: 5px;
    display: block;
    width: 60%;
    height: 46px;
    line-height: 46px;
    margin: 0px auto;
    color: white;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 1.4rem;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
  .calendar aside .search i,
  .calendar aside .calendar_btn i {
    color: #093d8c;
    display: inline-block;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    background-color: white;
    margin-right: 10px;
    font-size: 2rem;
    vertical-align: middle;
  }
  .calendar aside .search:after,
  .calendar aside .calendar_btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .calendar aside .calendar_btn {
    margin: 10px auto 0;
  }
  .right-column-sub-menu {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
  }
  .right-column-sub-menu .right-column-sub-menu-list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .right-column-sub-menu a {
    background-color: #e7f1f5;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.4rem;
    color: #093d8c;
    text-decoration: none;
    position: relative;
  }
  .right-column-sub-menu a i {
    margin-right: 10px;
  }
  .right-column-sub-menu a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #093d8c;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .breadcrumb ul {
    display: none;
  }
  .selected_company {
    display: block;
    width: 94.79167vw;
    height: 18.22917vw;
    background-image: url(https://www.tokyoauto.com/common/images/banner/banner_selected_one/sp_sec_top.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }
  .main .cont_wrap {
    padding: 20px 0 0;
  }
  .main .cont_wrap h2 {
    margin: 0 auto 18px;
    font-size: 2rem;
    overflow: hidden;
  }
  .main .cont_wrap h2 span {
    display: inline-block;
    color: #003481;
    background: url("https://www.tokyoauto.com/common/images/icon_car.png") no-repeat left center;
    background-size: 30px;
    padding: 0 0 4px 35px;
    position: relative;
  }
  .main .cont_wrap h2 span:before, .main .cont_wrap h2 span:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
  }
  .main .cont_wrap h2 span:before {
    width: 100%;
    background-color: #013e99;
    z-index: 2;
  }
  .main .cont_wrap h2 span:after {
    width: 300%;
    background-color: #efefef;
    z-index: 1;
  }
  .main .cont_wrap section {
    padding: 0 0 25px;
    margin: 0 auto 15px;
    border-bottom: solid 1px #d4d4d4;
  }
  .main .cont_wrap section h3 {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 10px;
    font-size: 1.6rem;
    font-weight: 100;
  }
  .main .cont_wrap section h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5px;
    height: 24px;
    background: #003481;
  }
  .main .cont_wrap section h3 span {
    display: block;
    padding: 0 0 0 1.3rem;
    text-indent: -1.3rem;
  }
  .floating {
    bottom: 0 !important;
  }
  .floating .floating_btn {
    background: #dcdcdc;
    bottom: 0;
    font-size: 1.4rem;
    min-width: 320px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .floating .floating_btn .float_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.95312vw 0;
    position: relative;
    text-decoration: none;
    font-size: 3.38542vw;
    height: 14.58333vw;
  }
  .floating .floating_btn .float_box--gray {
    background-color: #e5e5e5;
    width: 30.98958vw;
  }
  .floating .floating_btn .float_box--gray .float_trigger {
    margin: 1.95312vw auto 0;
    position: relative;
    width: 10.41667vw;
  }
  .floating .floating_btn .float_box--gray .float_trigger:before, .floating .floating_btn .float_box--gray .float_trigger:after {
    content: '';
    background-color: #093d8c;
    width: 10.41667vw;
    height: 0.78125vw;
    display: block;
  }
  .floating .floating_btn .float_box--gray .float_trigger:before {
    margin-bottom: 1.30208vw;
  }
  .floating .floating_btn .float_box--gray .float_trigger:after {
    margin-top: 1.30208vw;
  }
  .floating .floating_btn .float_box--gray .float_trigger span {
    background-color: #093d8c;
    width: 10.41667vw;
    height: 0.78125vw;
    display: block;
  }
  .floating .floating_btn .float_box--blue {
    background-color: #003481;
    width: 22.91667vw;
    border-left: 1px solid white;
    color: white;
  }
  .floating .floating_btn .float_box--blue img {
    width: 9.11458vw;
    margin: 0 auto;
  }
  .floating .floating_list {
    background: #dcdcdc;
    font-size: 0;
    padding: 18px 10px 28px;
  }
  .floating .floating_list li {
    display: block;
    font-size: 1.5rem;
    margin: 5px 0 0;
    width: 100%;
  }
  .floating .floating_list li a {
    background: #ffffff;
    border-radius: 3px;
    display: block;
    padding: 12px 24px 12px 12px;
    position: relative;
    text-decoration: none;
  }
  .floating .floating_list li a:before {
    content: '';
    display: inline-block;
    height: 26px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 32px;
  }
  .floating .floating_list li a:after {
    border-color: transparent transparent transparent #dcdcdc;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    content: '';
    height: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
  }
  .floating .floating_list li.text {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
  }
  .floating .floating_list li.form_vehicle a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_01.png) left center no-repeat;
  }
  .floating .floating_list li.form_ins a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_02.png) left center no-repeat;
  }
  .floating .floating_list li.form_mainte a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_03.png) left center no-repeat;
  }
  .floating .floating_list li.form_inq a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_04.png) left center no-repeat;
  }
  .floating .floating_list li.form_buy a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_05.png) left center no-repeat;
  }
  .floating .floating_list li.form_sell a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_06.png) left center no-repeat;
  }
  .floating .floating_list li.form_form a::before {
    background: url(https://www.tokyoauto.com/common/images/ic_form_07.png) left center no-repeat;
  }
  .ibj_area {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    /*
  .btn {
    border-radius: 5px;
    font-size: 1.4rem;
    &.btn2 {
      a {
        background: #60abd8;
      }
    }
    &.btn3 {
      a {
        background: #e7f1f5;
        color: #093d8c;
        &:after {
          border-color: transparent transparent transparent $col_blue;
        }
      }
    }
    a {
      background: #e8638b;
      box-sizing: border-box;
      color: #fff;
      display: block;
      padding: 10px 20px;
      position: relative;
      text-decoration: none;
      width: 100%;
      &:hover {
        text-decoration: none;
      }
      &:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2px 0 2px 4px;
        border-color: transparent transparent transparent $col_white;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }
  */
  }
  .ibj_area .ibj_ttl {
    color: #003481;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ibj_area .ibj_ttl:before {
    background: url(https://www.tokyoauto.com/common/images/ic_tal.png) left top no-repeat;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 47px;
    margin-right: 10px;
    width: 80px;
  }
  .ibj_area ul li img {
    height: auto;
    width: 100%;
  }
  .ibj_area a {
    display: block;
    text-decoration: none;
  }
  .ibj_area a .btn {
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .ibj_area a .btn span {
    background: #e8638b;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .ibj_area a .btn span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print {
  .floating {
    display: none;
  }
  .pickup,
  .side-column,
  .banner-area,
  .floating,
  footer {
    display: none;
  }
  .content.h_fix {
    padding-top: 0;
  }
  .column.pull-left {
    float: none;
    margin: 0 auto;
  }
  .header-main-row.h_fix {
    position: static;
  }
  .header-main-row .column.pull-left {
    float: left;
  }
}
