/* ver23 */
/* UTF-8で編集してください */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, Franklin Gothic Medium, sans-serif;
  min-width: fit-content;
}
ol, ul {
  list-style: none;
  padding-inline-start:0;
  margin:0;
}
a {
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
a:hover {
  color:initial;
  text-decoration:underline;
}
a.disabled {
  pointer-events: none;
  opacity: .65;
  color: #000 !important;
}

img {
  vertical-align:middle;
}

#bestsellers .slick-prev, #bestsellers .slick-next {
  top:8.5% !important;
}

button {
  padding: .4rem;
  border-radius: .5em;
  border: 1px solid #ccc;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  opacity:.7;
}

button:focus,button:active {
  border-radius:inherit;
}

.header {
  width:100%;
  box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  position:relative;
}

.header .headercontainer {
  width:1240px;
  margin:auto;
  display:block;
}

.header .headerflexcontainer {
  width:1240px;
  margin:auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction:row;
  align-items:center;
  box-sizing:border-box;
}

.header .top_text {
  width:100%;
  background:#003e5f;
  line-height:20px;
}

.header .top_text .headercontainer h1, .header .top_text .headercontainer div {
  display:inline;
  font-size:.75rem;
  margin-right:30px;
  color:#fff;
}

.header .headercontainer .nav{
  display: -ms-flexbox;
  display:flex;
  justify-content:space-between;
  flex-wrap:nowrap;
}

.header .headercontainer .nav .navbar {
  width:1240px;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding:0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items:flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .headercontainer .nav .navbar #logo_img {
  width:230px;
  margin:2px 0;
}

.nav .navbar .nav_dest {
  background:#003e5f;
  width:300px;
  color:#fff;
  line-height:30px;
  font-size:.9rem;
  font-weight:700;
  box-sizing:border-box;
}

.nav .navbar .destfix {
  pointer-events:none !important;
}

.nav .navbar .nav_dest a {
  position:relative;
  display:block;
  padding:0 6px;
}

.nav .navbar .nav_dest:hover {
  background:#0176b4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.nav .navbar .nav_dest a:hover{
  text-decoration:none !important;
  color:#fff;
}

.header .headercontainer .nav .navbar .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -ms-flex-direction: row;
  font-size:.84rem;
  font-weight:700;
  width:940px;
  align-items:flex-end;
  justify-content:flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.header .navbar-nav .dropdown {
  position:relative;
  display:block;
  text-align:center;
  flex:none;
  border-left: 1px dotted #9e9e9e;
  width:130px;
  box-sizing:border-box;
}

.header .navbar-nav .dropdown[id="my_profile"] {
  width:155px !important;
}

.nav .navbar-nav .dropdown:first-child, .nav .navbar-nav .dropdown:nth-last-of-type(1) {
  border-left: 0;
}

.header .navbar-nav .dropdown .nav-item {
  line-height:30px;
  display:block;
}

.header .navbar-nav .dropdown .dropdown-menu {
  position:absolute;
  top:30px;
  display:none;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}

.header .navbar-nav .dropdown .dropdown-menu li {
  line-height: 20px;
  text-align: left !important;
}

.header .navbar-nav .dropdown:hover .dropdown-menu {
  display:block !important;
}

.header .navbar-nav .dropdown .dropdown-menu:before {
  content: '';
  position:absolute;
  display:block;
  top:-.4rem;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background:#fff;
  left:50%;
}

.nav .navbar-nav .nav-item:hover,.dropdown-menu .dropdown-item:hover  {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration:none;
  background:#eee;
}

.dropdown .menur:after {
  content: '\f107';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left:10px;
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu li + li {
  border-top: 1px dotted #e8e8e8;
}

.dropdown-menu .megatab {
  display:flex;
}

.dropdown-menu .megatab ul {
  width:200px;
}

.dropdown-menu h6 {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 2px solid #607d8b;
  margin-right: 20px;
  line-height: 10px;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.nav #local ul .nav_br_flag, .nav #nav_support ul .nav_br_flag, .footer #footernav_language .nav_br_flag {
  width: 25px;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  vertical-align:middle;
}

#nav_support {
  width: 480px;
  display: flex;
  justify-content: space-around;
  background: #003e5f;
  color: #ffffff;
  text-align: center;
  min-width: 330px;
}

#nav_support .dropdown {
  border: 0 !important;
  flex: none;
}

.nav .navbar-nav[id=nav_support] .nav-item:hover, .nav .navbar-nav[id=nav_support] .nav-item:hover span {
  background: none;
  opacity: .5;
  color:#fff;
}

#nav_support .support_stext {
  font-size: 12px;
  display: block;
  font-weight: unset;
}

#my_profile a {
  text-decoration:none;
}

#my_profile .dropdown-menu {
  left:auto;
  right:-33px;
  transform: none;
  -webkit-transform: none;
}

#my_profile .account_box_container .btn_signin{
  width: 90%;
  background: #4CAF50;
  color: #fff;
  display:block;
  margin:.6rem auto;
}

#my_profile .nav_account {
  width: 155px;
  background: #003e5f;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: .6rem;
  color:#fff;
  line-height:35px !important;
  flex:none;
}

#my_profile .account_box_container {
  top:35px;
  background:#fffdfd;
  width:250px;
}

#my_profile .account_box_container .btn_create{
  background: #eee;
  color: #000;
  width: 90%;
  display:block;
  margin:.6rem auto;
}

#my_profile .hellomsg {
  padding:10px 10px 10px 15px;
  font-size:.8rem;

}

.info_and_search {
  display:block;
  flex:1 1 600px;
}

.info_and_search #top_key_srh {
  display:flex;
  flex-wrap:nowrap;
  flex-grow:1;
}

.info_and_search #top_key_srh #s-section, .info_and_search #top_key_srh .key_form {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #ced4da;
  padding: .2rem;
  height: 2.5rem;
}

.info_and_search #top_key_srh #s-section {
  background: #ededed;
  font-size:.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  flex:none;
}

.info_and_search #top_key_srh #s-section::-ms-expand {
  display: none;
}

.info_and_search #top_key_srh .key_form {
  box-sizing:border-box;
  margin-left:-1px;
  flex: 1 1 600px;
  font-size:1rem;
}

.info_and_search #top_key_srh .srh_section {
  position:relative;
}

.info_and_search #top_key_srh .srh_section:after {
  content: '\f107';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 10px;
  vertical-align: middle;
  color:#000;
}


/*** xpopup ***/
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:101;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: absolute;
  width: 100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  padding:10px 5px;
  margin:auto;
  background: #f8f9fa;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  display:inline-block;
  margin-bottom:0;
  font-weight:bold;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: -30px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.area-signin {
  margin:0 0 0 3px  !important;
  background:none !important;
  box-shadow:none !important;
  border-radius:none;
  color:black;
  text-align:left;
  font-size:12px;
  padding: 8px 4px 8px 0px !important;
}

.area-signin img {
  vertical-align:middle;
}

.cd-popup-trigger a:hover {
  text-decoration:none;
}

.cnt_chg {
  margin-right: 0%;
  font-size: 0.8em;
  line-height: 0.9em;
  padding: 5px 5px;
  background: #b02a2a;
  border-radius: 0.4em;
  color: #ffffff;
  display: inline-block;
  position:absolute;
  top: 50%;
  right:6px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
}

.cnt_chs {
  margin-right: 0%;
  font-size: 0.8em;
  line-height: 0.9em;
  padding: 5px 5px;
  background: #17a2b8;
  border-radius: 0.4em;
  color: #ffffff;
  display: inline-block;
  position:absolute;
  top: 50%;
  right:6px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
}

.nav_dest .cnt_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width:200px;
  vertical-align:middle;
  display:inline-block;
}

.cd-popup-txt1 {
  font-size:.95rem;
  display:block;
  text-align:left;
  padding:16px 7px;
}

.btn-top-login {
  background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: #fa8072;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
  border: 1px solid #fa8072;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  line-height: 1.8em;
  border-radius: 0.65rem;
}

.btn-top-login:hover {
  background:#fca59b;
}

.btn-top-login a {
  display:block;
}

.btn-top-login a:hover {
  text-decoration:none;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.wdpc80 {
  width:80% !important;
  padding-top:0.2rem !important;
  padding-bottom:0.2rem !important;
}

.wdpc80 a {
  color:#ffffff;
  font-weight:bold;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.cd-popup-txt2 {
  display:block;
  text-align: left;
  padding:16px 7px;
  font-size:.95rem;
}

.area-country form select {
  height:38px;
  width:calc(80% + 2px);
}

.mgb16 {
  margin-bottom:16px;
}

.welcome_bar .cnt_name {
  overflow:hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  width:30%;
  display:inline-block;
  vertical-align: middle;
}

.bold {
  font-weight:bold;
}

@media only screen and (min-width: 750px){
  .cd-popup-container {
    position: absolute;
    width: 600px;
    top:50%;
    bottom:auto;
    padding:10px 5px;
    margin:-120px auto auto auto;
    background: #f8f9fa;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
  }
}

.cnt_head {
  position: fixed;
  height: 30px;
  left: 0;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 99;
}


.btn_right {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  margin-left:-1px;
}

.btn_kaku {
  border-radius:0 !important;
  margin-left:-1px;
}

.key_btn {
  height:2.5rem;
  width:5rem;
  background: #003e5f;
  color:#fff;
  font-size:1rem;
  border:1px solid #003e5f;
}

.info_and_search #imp_notice {
  font-weight:700;
  text-decoration:underline;
  color:#ff0000;
  margin-left:15px;
  min-width:320px;
}

.conew {
  background:#f6f6f6 !important;
  padding-top:2rem !important;
  padding-bottom:2rem !important;
}

#container_1240 {
  width:1240px;
  display:block;
  margin:0 auto;
  padding:0 10px;
  /* background:#; */
}

#container_1240 a img:hover {
  opacity:.6;
}

#container_1240 .adimgbox {
  padding:8px;
  border:1px solid #ccc;
  background:#fff;
  margin-bottom:15px;
}

#container_1240 .adimgbox .left_adimg {
  float:left;
  width:975px;
}

#container_1240 .adimgbox .right_adimg {
  float:right;
  width:235px;
}

#container_1240 .adimgbox .right_adimg .g-recaptcha {
  transform: scale(0.7) translateX(-20%);
}

#container_1240 .minibanner_n {
  padding:5px 0;
  border-top:8px solid #ccc;
  border-bottom:8px solid #ccc;
  margin-top:10px;
}

#container_1240 .minibanner_n ul {
  list-style:none;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#container_1240 .minibanner_n ul li img {
  width:150px;
}

.clearfix::after, .floatbox::after {
  clear:both;
  display:block;
  content:"";
}

.floatbox {
  box-sizing:border-box;
}

.floatbox .fl_left_item {
  float:left;
  box-sizing:border-box;
}

.floatbox .fl_right_item {
  float:right;
  box-sizing:border-box;
}

.adflex {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding:0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.adflex_c {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding:0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bgnonbox {
  border:0 !important;
  background:none !important;
  padding:4px 0px !important;
}

.adcard {
  height:215px;
  content:"";
  background:#eee;
}

.card_1t {
  width:230px;
}

.card_2t {
  width:610px;
  height:auto;
  padding:10px;
  box-sizing:border-box;
  background:#fff;

}

.card_2t .cardleft {
  float:left;
}

.card_2t .cardleft img {
  width:100px;
}

.card_2t .cardright {
  float:right;
  width:470px;
}

.card_2t .cardright .ac_local li {
  float:left;
  margin-left:10px;
  font-size:.9rem;
  line-height:1.1rem;
}

.card_2t .cardright .ac_local li a {
  text-decoration:underline;
}

.card_2t .cardright .ac_local li a:hover {
  text-decoration:none;
  opacity:0.6;
}

.card_2t h5 {
  text-align:left !important;
}

.adcard h5 {
  text-align:center;
  font-size:17px;
  font-weight:700;
  line-height:19px;
  margin:5px 0 2px;
  color:#000;
}

.adcard p {
  padding:5px 10px;
  font-size:.9rem;
  line-height:1.1rem;
}

.articlecontainer {
  display:flex;
  flex-flow:row wrap;
  height:250px;
}

.articlecontainer .description, .articlecontainer .articles { position:relative; width:50%; box-sizing:border-box; height:250px;}
.articlecontainer h2, .articlecontainer .description img { position:absolute; left:0;}
.articlecontainer .description img { top:0;}
.articlecontainer h2 { color:#ff9800 !important; top:20px; left:25px; font-size:30px; line-height:1;}
.articlecontainer .articles {
  display:flex;
  flex-flow:row wrap;
  padding-left:15px;
  align-items:flex-start;
  align-content:space-between;
}

.articlecontainer .articles .articlebox {
  width:48%;
  border:1px solid #ccc;
  box-sizing:border-box;
  padding:5px;
  background:#fff;
  display:flex;
  align-items:center;
}
.articlecontainer .articles .articlebox:nth-of-type(2n) { margin-left:4%;}
.articlecontainer .articles .articlebox a { width:50%; text-align:center;}
.articlecontainer .articles .articlebox a img { height:75px;}
.articlecontainer .articles .articlebox h4 { width:50%; font-weight:700;}
.articlecontainer .articles .articlebox:last-of-type, .articlecontainer .articles .articlebox:last-of-type a, .articlecontainer .articles .articlebox:last-of-type h4 { width:100%; margin:0; padding:6px; color:#204369;}

#content_2col #l_content {
  float:left;
  width:200px;
  box-sizing:border-box;
  border-right:1px solid #ccc;
}

#content_2col #l_content270 {
  float:left;
  width:270px;
  box-sizing:border-box;
  border-right:1px solid #ccc;
}


#l_content h3 {
  border-bottom:1px solid #ccc;
  font-size:1rem;
  font-weight:700;
  font-style:italic;
  color:#000;
  line-height:1.2rem;
  margin-bottom:.5rem;
}

#l_content ul li {
  line-height:31px;
  text-transform:uppercase;
  font-size:.85rem;
}

#l_content ul li a {
  display:block;
}

#l_content ul li a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration:none;
  background:#eee;
}

#l_content ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cccccc;
  margin-right: 10px;
  float: right;
}

.icon_signin {
  background: url(../images/newimages/signin2.png) no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  margin-top: 5px;
}

.icon_des_mark {
  background: url(../images/newimages/map_icon2.png) no-repeat;
  width: 14px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  margin:5px 5px 0 5px;
}

.icon_make {
  width: 40px;
  padding:5px 20px;
  display:inline;
}

.icon_toyota {
  background: url(../images/make.png) no-repeat 0px -3px;
}

.icon_nissan {
  background: url(../images/make.png) no-repeat 0px -40px;
}

.icon_honda {
  background: url(../images/make.png) no-repeat 0px -150px;
}

.icon_mazda {
  background: url(../images/make.png) no-repeat -1px -75px;
}

.icon_subaru {
  background: url(../images/make.png) no-repeat 0px -222px;
}

.icon_mitsubishi {
  background: url(../images/make.png) no-repeat 0px -114px;
}

.icon_suzuki {
  background: url(../images/make.png) no-repeat 0px -185px;
}

.icon_daihatsu {
  background: url(../images/make.png) no-repeat 0px -293px;
}

.icon_isuzu {
  background: url(../images/make.png) no-repeat 0px -257px;
}

.icon_mercedes {
  background: url(../images/make.png) no-repeat 0px -366px;
}

.icon_bmw {
  background: url(../images/make.png) no-repeat 0px -437px;
}

.icon_volkswagen {
  background: url(../images/make.png) no-repeat 0px -401px;
}

.icon_audi {
  background: url(../images/make.png) no-repeat 0px -476px;
}

.icon_other {
  background: url(../images/make.png) no-repeat 0px -720px;
}

.icon_category {
  width: 40px;
  padding:5px 20px;
  margin-right:5px;
  vertical-align: middle;
}

.icon_sedan {
  background: url(../images/cate/sedan.png) no-repeat;
  background-size: contain;
}

.icon_hatchback {
  background: url(../images/cate/hatch.png) no-repeat;
  background-size: contain;
}

.icon_suv {
  background: url(../images/cate/suv.png) no-repeat;
  background-size: contain;
}

.icon_wagon {
  background: url(../images/cate/wagon.png) no-repeat;
  background-size: contain;
}

.icon_van {
  background: url(../images/cate/van.png) no-repeat;
  background-size: contain;
}

.icon_truck {
  background: url(../images/cate/truck.png) no-repeat;
  background-size: contain;
}

.icon_hybrid {
  background: url(../images/cate/hybrid.png) no-repeat;
  background-size: contain;
}

.icon_micro {
  background: url(../images/cate/micro.png) no-repeat;
  background-size: contain;
}

.icon_minibus {
  background: url(../images/cate/minibus.png) no-repeat;
  background-size: contain;
}

.icon_price {
  background: url(../images/price.png) no-repeat;
  background-size: contain;
  padding:3px 13px;
  vertical-align: baseline;
  margin-left: 10px;
}

.icon_price_fff {
  background: url(../images/newimages/price_fff.png) no-repeat;
  background-size: contain;
  padding:3px 13px;
  vertical-align: baseline;
  margin-left: 10px;
}

.icon_recommended {
  background: #ff0000;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  color: #ffffff;
  margin-left: 10px;
  font-style: italic;
  font-weight: normal;
}

.icon_sort {
  background: url(../images/newimages/sort.png) no-repeat;
  width: 7px;
  height: 14px;
  vertical-align: baseline;
  display: inline-block;
  background-size: cover;
  position:absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  margin-left:6px;
}

.icon_sort2 {
  background: url(../images/newimages/sort.png) no-repeat;
  width: 7px;
  height: 14px;
  vertical-align: baseline;
  display: inline-block;
  background-size: cover;
  position:absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  margin-left:6px;
  margin-top:11px;
}

#bestsellers h2::before, .icon_bs {
  content: "";
  background: url(../images/bestsellers/bestsellers.png) no-repeat;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}


#bestsellers h2.bb_subt::before {
  content: "";
  background: url(../images/bestsellers/bestsellers.png) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: cover;
  line-height: 10px;
  margin-bottom: -6px;
  vertical-align:bottom;
}

#special h2.bb_subt::before {
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FF5722;
  font-size: 22px;
  margin-right: 3px;
}

.icon_rank {
  background: url(../images/bestsellers/rank.png) no-repeat;
  background-size: contain;
  padding: 6px 12px 5px 9px;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: bold;
  color: #ffffff;
  font-size: .8rem;
}

.wchosei {
  background:#ccc;
  text-align:center;
}

.discount_srh .icon_distag {
  padding: 3px 5px;
  margin-left: 10px;
}

#loginpanel_n {
  font-size:.8rem;
  line-height:1rem;
}

#login_info_n{
  padding:5px;
}

#login_info_n .forpass {
  text-align:right;
  margin-top:5px;
}

#login_info_n form div {
  width:100%;
  display:block;
}

#login_info_n form div input {
  width:100%;
  height:25px;
  border:1px solid #ced4da;
  border-radius: .25rem;
  padding-left:5px;
  box-sizing:border-box;
}

#login_info_n form .inchk {
  height:15px;
}

#login_info_n form .inchk label[for="keep"] {
  float:none;
  width:auto;
  margin:0 0 0 4px;
  padding:0;
}

#login_info_n form div input[type="checkbox"] {
  height:unset !important;
  width:unset !important;
  vertical-align:middle;
}

#login_info_n form .insub input {
  background:#17a2b8;
  border-color:#17a2b8;
  color:#fff;
  cursor:pointer;
}

#login_info_n form .insub input:hover {
  background:#138496;
  transition:background-color .15s ease-in-out;
}

#login_info_n .regist_login a {
  line-height:25px;
  display:block;
  width:100%;
  box-sizing:border-box;
  border-radius:.25rem;
  border:1px solid #000;
  text-align:center;
  margin-top:3px;
}

#login_info_n .regist_login a:hover {
  background:#c4c4c4;
  text-decoration:none;
  transition:background-color .15s ease-in-out;
}

.logind .ac_btn {
  text-decoration:none;
  background: radial-gradient(#ffffff, #e4e4e4);
  border: 1px solid #aeaeae;
  width:100%;
  box-sizing:border-box;
  display:block;
  text-align: center;
  line-height:25px;
}

.logind .ac_btn:hover {
  background: radial-gradient(#ffffff, #c4c4c4);
  transition:background-color .15s ease-in-out;
}

.logind .ac_btn_logout {
  float:right;
  text-decoration:underline;
  color:unset;
}

.logind .ac_btn_logout:hover {
  text-decoration:none;
  color:unset;
}

.attention {
  border:3px solid #ff0000;
  font-weight:600;
  font-size:24px;
  background-color: #e8e8e8;;
  background-image: linear-gradient(to right bottom, #F9F9F9, #F9F9F9 25%, transparent 25%, transparent 50%, #F9F9F9 50%, #F9F9F9 75%, transparent 75%, transparent);
  background-size: 7px 7px;
  text-transform:uppercase;
  text-align:center;
}

.attention h4 {
  display:inline;
}

.attention a {
  color:#000;
  text-decoration:underline;
}

.attention a:hover {
  color:#000;
  text-decoration:none;

}

.maintopics {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content_2col #r_content {
  float:right;
  width:1040px;
  box-sizing:border-box;
  padding-left:5px;
}

#content_2col #r_content970 {
  float:right;
  width:970px;
  box-sizing:border-box;
  padding-left:5px;
}

#latest_n, #special_n {
  margin-bottom:20px;
}

.subt {
  font-size:27px;
  font-weight:700;
  line-height:10px;
  margin-left:5px;
  color:#000;
  background:none;
  width:auto;
  margin-bottom:1rem;
}

.branchcontent .subt {
  margin-left:0 !important;
}

.bb_subt {
  border-bottom: 8px solid rgba(44, 51, 88, .2);
}

#stock_container_n .latests_n {
  width:112px;
  height:140px;
  float:left;
  color:#000;
  font-size:11.5px;
  background:#fff;
  border-radius:.5em;
  padding:5px;
  text-align:center;
  position:relative;
  margin-top:10px;
  line-height:17px;
  margin-left:7px;
  font-weight:600;
  overflow:hidden;
}

#stock_container_n .special_n {
  width:112px;
  height:160px;
  float:left;
  color:#000;
  font-size:11.5px;
  background:#fff;
  border-radius:.5em;
  padding:5px;
  text-align:center;
  position:relative;
  margin-top:10px;
  line-height:17px;
  margin-left:7px;
  font-weight:600;
  overflow:hidden;
}

#stock_container_n .special_n a:hover, #stock_container_n .latests_n a:hover {
  text-decoration:none;
  opacity:.6;
}

.branchcontent #stock_container_n .fix5stock {
  width:155px !important;
  height:170px !important;
  font-size:.9rem !important;
}

.branchcontent #stock_container_n .w150 {
  width:150px !important;
}

.branchcontent #stock_container_n .fix5stock img {
  margin:7px 0 18px;
  width:inherit !important;
}

.branchcontent #stock_container_n .see_more_n {
  line-height:170px !important;
  width:125px !important;
}

.branchcontent #stock_container_n .see_more_n2 {
  width:80px !important;
  background: #cddc39 !important;
}

#stock_container_n .latests_n:nth-of-type(8n+1), #stock_container_n .special_n:nth-of-type(8n+1) {
  margin-left:0 !important;
}

.pd1_n {
color: #FFFFFF;
  background-color: rgba(255,0,0,0.8);
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  font-style: italic;
  display: block;
  margin:3px auto;
}

#stock_container_n .latests_n img, #stock_container_n .special_n img {
  margin-bottom:8px;
  width:100px;
}

.see_more_n:hover, .see_more_n2:hover {
  opacity:.6;
}

#stock_container_n .see_more_n {
  background: #cddc39 !important;
  line-height:140px !important;
}

#stock_container_n #special .see_more_n {
  background: #cddc39 !important;
  line-height:177px !important;
}

#stock_container_n .see_more_n a {
  display: block;
  width: 100%;
  height: 100%;
  font-size:18px;
}

#stock_container_n .see_more_n2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size:.9rem;
  position:relative;
}

#stock_container_n .see_more_n2 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

#newsupdates .newslist {
  height:142px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left:15px;
}

#newsupdates .newslist li {
  line-height:1.7rem;
  font-size:.95rem;
  width:49%;
  border-bottom:1px dashed #ccc;
}

#newsupdates .newslist li span {
  margin-right:7px;
}

#newsupdates .readmore {
  font-size: 0.95rem;
  margin-right: 30px;
  float: right;
  display: inline;
}

#bestsellers .slider.bs-slider { padding-bottom:30px;}

#bestsellers .disbox {
  width:100%;
  padding:10px;
}

#bestsellers .disbox h3 {
  text-align:center;
  font-size:30px;
  padding:0 0 20px;
  color:#000;
}

#bestsellers .cardbox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#bestsellers .cardbox .card {
  flex:0 0 180px;
  border:1px solid #ccc;
  background:#fffbed;
  padding:5px 0;
}

#bestsellers .cardbox .card .card-body {
  text-align:center;
}

#bestsellers .cardbox .card .yotpo.bottomLine {
  transform:scale(.9);
  display:inline-block;
}

#bestsellers .cardbox .card img {
  width:160px;
  height:80px;
  margin:10px auto;
  display:block;
  border:1px solid #ccc;
}

.card-title {
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  line-height:21px;
  text-align:center;
  margin-bottom:5px;
}

.btn_sn {
  margin:auto;
  text-align:center;
  padding:5px;
  box-sizing:border-box;
  background:#003e5f;
  color:#fff;
  font-weight:700;
  font-size:13px;
  display:block;
  width:80%;
}

.btn_sn:hover {
  color:#fff;
  text-decoration:none;
}

.footer {
  background: #003e5f;
  color: #ffffff;
  width: 100%;
}

.footer .footercontainer {
  width:1020px;
  margin:auto;
}

.footer .spnsocial_footer {
  display:block;
  margin:auto;
  border-bottom:1px solid #fff;
  text-align:center;
}

.footer .spnsocial_footer ul {
  margin:auto;
  width:fit-content;
  display:inline-block;
}

.footer .spnsocial_footer ul li {
  float:left;
  font-weight:700;
}

.footer .spnsocial_footer .spn-btn {
  border:1px solid #fff;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #17a2b8;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight:700;
  display:inline-block;
}

.footer .spnsocial_footer .sns-btn {
  width: 40px;
  height: 40px;
  font-size: 22px !important;
  vertical-align: middle;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color:#000;
  display:inline-block;
}

.footer .spnsocial_footer a.spn-btn:hover {
  background:#26c6df;
  text-decoration:none;
}

.footer .spnsocial_footer a.sns-btn:hover {
  color:#ccc;
}

.footer .nav_footer {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom:1px solid #fff;
  font-size:12px;
  line-height:18px
}

.footer .nav_footer h6 {
  color:#ffc107;
  font-size:15px;
}

.footer .nav_footer #footernav_local li {
  margin-left: 5px;
}

.footer .nav_footer #footernav_local p {
  font-size: 0.8rem;
  margin: 4px 0 0 0;
  color: #607d8b;
  font-weight: bold;
}

.footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

.footer a img:hover {
  opacity:.6;
}

.footer .nav_footer #footernav_language li {
  margin-bottom:5px;
}

.footer .com_profile_footer {
  text-align:center;
}

.footer .com_profile_footer .comprocontainer {
  display:inline-block;
}

.footer .com_profile_footer .comprocontainer img, .footer .com_profile_footer .comprocontainer .compro-body {
  float:left;
}

.footer .com_profile_footer .comprocontainer .compro-body {
  text-align:left;
  padding-left:20px;
  font-size:13px;
  line-height:14px;
}

.footer .copyr_footer {
  width:100% !important;
  background:#343a40;
  font-size:12px;
  color:#fff;
  text-align:center;
}

/*simple-footer ver*/
.simple-footer {
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #ced4da;
  font-size: .8rem;
  border-bottom: 1px solid #ced4da;
  box-shadow: 0 -8px 15px #eee;
  margin-top:3rem;
}

.simple-footer ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 0;
  list-style:none;
}

.simple-footer ul li + li {
  margin-left: 20px;
}

/*1020px以下*/
@media screen and (max-width:1020px) {
body {-webkit-overflow-scrolling: touch;}
.simple-footer ul li:nth-of-type(1) {order:3; width:100%;}
.simple-footer ul li:nth-of-type(2) {order:1; width:50%; margin-bottom:10px;}
.simple-footer ul li:nth-of-type(3) {order:2; width:50%; margin-bottom:10px;}
.simple-footer ul li + li { margin-left:0;}
.simple-footer ul li { text-align:center;}
}


/*simple-footer ver END*/
/*1021px以上*/
@media screen and (min-width:1021px) {
.footer-fix-bottom { position: fixed; bottom: 0;}
}

.breadcrumb ul li {
  float:left;
  padding:4px;
}

.breadcrumb ul li::after {
  content:"<";
  padding-left:8px;
}

.breadcrumb ul li:last-of-type::after {
  content:"";
}

.breadcrumb ul li a {
  color:#007bff;
}

.breadcrumb ul li:last-of-type a {
  pointer-events:none;
  color:inherit;
  opacity:.65;
}

.branchcontent .branchslide {
  background:#f2f2f2;
}

.branchcontent .branchslide ul.img890 {
  width:890px;
  margin:auto;
}

.branchcontent .branchslide ul.img880 {
  width:880px;
  margin:auto;
}

#quickguide {
  background:#003e5f;
  top: 0;
  z-index: 100;
}

#quickguide p {
  font-weight:700;
  color:#fff;
  line-height:1.3rem;
}

#quickguide .qbtn {
  font-size: 27px;
  background-color: #fff;
  color:#003e5f;
  cursor: pointer;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 6px;
}

#quickguide .qbtn_fk {
  width:40px !important;
  height:40px !important;
  line-height:37px !important;
}

#quickguide .qbtn:hover {
  background:#8ab7cf;
}

.tab_content[id=quickguide] {
  background:none !important;
}

.tab_content[id=quickguide] label {
  color: #000;
  font-weight: 700;
  width: auto;
  padding: 6px 10px 4px;
  background: #ddd;
  margin-right: 2px;
  font-size: .95rem;
  min-width:200px;
  text-align:center;
  cursor:pointer;
  display:inline-block;
}

.tab_content[id=quickguide] #tab1:checked ~ label[for=tab1], .tab_content[id=quickguide] #tab2:checked ~ label[for=tab2], .tab_content[id=quickguide] #tab3:checked ~ label[for=tab3], .tab_content[id=quickguide] #tab4:checked ~ label[for=tab4] {
  background: #003e5f;
  color:#fff;
  padding: 7px 10px 5px;
}

.tab_content[id=quickguide] input, .tab_content[id=quickguide] .floatbox {
  display:none;
}

.tab_content[id=quickguide] .floatbox {
  width:100%;
  background: #003e5f;
  padding:.5rem 10px;
}

.tab_content[id=quickguide] #tab1:checked ~ #tab1_content, .tab_content[id=quickguide] #tab2:checked ~ #tab2_content, .tab_content[id=quickguide] #tab3:checked ~ #tab3_content, .tab_content[id=quickguide] #tab4:checked ~ #tab4_content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#local_info #localbox input, #local_info #localbox .localcontent {
  display:none;
}

#local_info #localbox { margin-left:5px;}
#local_info #localbox:first-of-type { margin-top:1.5em;}

#local_info #localbox label[for=localcard1], #local_info #localbox label[for=localcard2], #local_info #localbox label[for=localcard3], #local_info #localbox label[for=localcard4] {
  display:inline-block;
  width:100%;
  background:rgba(0,0,0,.03);
  padding:12px 12px;
  position:relative;
  border-bottom:1px solid #ccc;
  box-sizing:border-box;
  cursor:pointer;
}

#local_info #localbox label:hover {
  background:rgba(0,0,0,.08);
}

#local_info #localbox h5 {
  font-size:23px;
  line-height:24px;
  font-weight:700;
  color:#000 !important;
  text-indent:0 !important;
}

#local_info #localbox p {
  font-size:15px;
  line-height:18px;
  font-weight:700;
  margin-bottom:0;
}

#local_info #localbox #card_left {
  float:left;
  width: 650px;
  overflow-wrap: break-word;
}

#local_info #localbox #card_right {
  float:right;
  padding-right:100px;
}

#local_info #localbox #card_right img {
  height:80px;
}

#local_info #localbox #localcard1:checked ~ .localcontent, #local_info #localbox #localcard2:checked ~ .localcontent, #local_info #localbox #localcard3:checked ~ .localcontent, #local_info #localbox #localcard4:checked ~ .localcontent {
  display:block;
}

#local_info #localbox label[for=localcard1]:after, #local_info #localbox label[for=localcard2]:after, #local_info #localbox label[for=localcard3]:after, #local_info #localbox label[for=localcard4]:after {
  content:"\f107";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  position:absolute;
  right:40px;
  top:36%;
  font-size:40px;
}

#local_info #localbox #localcard1:checked ~ label[for=localcard1]:after, #local_info #localbox #localcard2:checked ~ label[for=localcard2]:after, #local_info #localbox #localcard3:checked ~ label[for=localcard3]:after, #local_info #localbox #localcard4:checked ~ label[for=localcard4]:after {
  content:"\f106";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
}

#local_info #localbox .localcontent {
  border:1px solid #ccc;
  border-top:0;
  background:#fff;
  padding:15px;
  box-sizing:bordr-box;
  clear:both;
}

.localcontent .contact ul li {
  font-size:23px;
  line-height:28px;
  font-weight:700;
  display:inline-block;
  width:50%;
  float:left;
  margin-top:3px;
}

.l_i {
  padding:0 10px;
  text-align:center;
  font-size:15px !important;
  border-radius:5px;
  vertical-align:middle;
  margin-right:10px;
  width:80px;
  display:inline-block;
}

.l_i_phone {
  background:#17a2b8;
  color:#fff;
}

.l_i_whatsapp {
  background:#28a745;
  color:#fff;
}

.l_i_email {
  background:#ffc107;
  color:#000;
}

#gmp_n {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  margin: 2% 2% 2% 2%;
}

#gmp_agent {
  position: relative;
  overflow: hidden;
  height:120px;
  margin-top:10px;
}

#gmp_n iframe, #gmap_agent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#local_info #localbox .localcontent .sbox2, #local_info #localbox .localcontent .faceblock {
  float:left;
  width:140px;
  height:210px;
  margin:15px 40px 0 0 !important;
}

#local_info #localbox .localcontent .sbox2 img, #local_info #localbox .localcontent .faceblock img.photof {
  width:140px;
  margin-left:0 !important;
}

#local_info #localbox .localcontent .sbox2 .sbox2-name, #local_info #localbox .localcontent .faceblock p {
  width:140px !important;
  font-size:15px;
  padding-top:10px !important;
  font-weight:inherit;
  margin-bottom:5px;
}

#deliver .del-media {
  width:100%;
}

#deliver .del-media .media-img {
  float:left;
  width:360px;
}

#deliver .del-media .media-body {
  float:right;
  width:600px;
  margin:0 10px;
}

#deliver .del-media .media-body h3 {
  font-size:22px;
  font-weight:700;
  line-height:22px;
  color:#000;
}

#deliver .del-media .media-body p {
  font-size:15px;
  line-height:18px;
  margin-bottom:0;
}

#deliver .del-media .media-body .deliver_area {
  background: #eee;
  padding: 8px;
  margin-top: 3px;
  font-weight:700;
}

#deliver .del-media .media-body .deliver_area span {
  display: inline-block;
  background: #cddc39;
  padding: 7px;
  margin-top: 4px;
}

.price_table {
  width:650px;
  box-sizing:border-box;
}

.price_table table {
  font-size: .8rem;
  width: 100%;
  text-align: center;
  border: 1px solid #607d8b;
  background: #ffffff;
  line-height: 1.1rem;
  border-collapse: collapse !important;
  border-spacing: 0;
  margin:0;

}

.price_table table td {
  vertical-align:middle;
  border: 1px solid #607d8b;
}

.price_table table tr {
  height:32px;
}

.price_table table th {
  font-weight:700;
  vertical-align:middle;
  border: 1px solid #607d8b;
  font-size:.8rem;
}

.price_table table .th_de {
  font-size: .8rem;
  font-weight: bold;
  color: #ffffff;
  background: #305496;
}

.price_table table .th_we {
  font-size: .8rem;
  font-weight: bold;
  color: #000000;
  background: #ffc000;
}

.price_table table .tb_de {
  background: #d9e1f2;
}

.price_table table .th_we_fig {
    color: #000000;
    background: #ffc000;
}

.price_table p {
  font-size:15px;
  line-height:18px;
}

#agent .agentbox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#agent .agentbox h4 {
  font-size:1rem;
  font-weight:700;
  background:#ececec;
  padding:5px 0;
}

#agent .agentbox h5 {
  font-size:1rem;
  font-style:italic;
  color:#000;
  font-weight:700;
  margin-bottom:3px;
}

#agent .agentbox li {
  text-align:center;
  padding:0 3px;
}


#howtobuy .htb-media img {
  float:left;
}

#howtobuy .htb-media .media-body {
  float:right;
  width:815px;
}

#howtobuy .htb-media .media-body h3 {
  font-size:21px;
  font-weight:700;
  color:#000;
}

#howtobuy .htb-media .media-body p {
  font-size:14px;
  line-height:20px;
}

#howtobuy .htb_arr {
  margin: 15px 0 15px 57px;
}



#faq dl dt {
  width: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  display:inline-block;
  vertical-align:top;
}

#faq .faq_q_squ {
  background:#ff0000;
}

#faq .faq_a_squ {
  background:#008;
}

#faq dl dd {
  display:inline-block;
  width:915px;
}

#faq dl dd p {
  line-height: 1.35rem;
  font-size: .9rem;
  margin-bottom: 2rem;
  max-width: 90%;
}

#faq dl a {
  color:#007bff;
}

.f14-l17 {
  font-size:14px;
  line-height:17px;
}

.f15-l17 {
  font-size:15px;
  line-height:17px;
}

.f15-l19 {
  font-size:15px;
  line-height:17px;
}

.fontw700 {
  font-weight:700;
}

.popup input, .popupwindow, .popup #close1:checked ~ .popupwindow {
  display:none;
}

.popup #open:checked ~ .popupwindow {
  display:block;
}

.popupwindow {
  background:rgba(0,0,0,.7);
  filter:alpha(opacity=80);
  z-index:150;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.popup label[for=open] {
  display:inline-block;
}

.popupwindow label[for=close1] {
  display:block;
  width:100%;
  height:100%;
}

.popupwindow label[for=close1] span {
  position: absolute;
  right: 0;
  top: -33px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.popupwindow .popimg img {
  max-height: 800px;
  width: 100%;
  height: 100%;
}

.popimg {
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  z-index: 300;
  max-height:85%;
}

.popup img.thummap {
  border:1px solid #ccc;
  cursor:pointer;
  display:block;
}

.popup .popupbtn {
  background:#ff0000;
  color:#fff;
  padding:5px 12px;
  border-radius:4px;
  margin-top:4px;
  display:inline-block;
}

.popup img.thummap:hover, .popup .popupbtn:hover {
  opacity:.6;
}

.announce_b, .announce_c {
  box-sizing: border-box;
  border: 2px solid red;
  padding: 15px 15px 10px 15px;
  background: #ffffff;
  font-size: 16px;
  text-align: center;
  width:100%;
  margin:15px 0 0 0;
}

.announce_b h3, .announce_c h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 30px;
  background: red;
  color: #ffffff;
  display: inline;
}

.announce_b .txt_b, .announce_c .txt_b {
  font-size: 15px !important;
  font-weight: bold;
  margin-top: 10px;
}

.m-0 {margin:0 !important;}
.m-1 {margin:.5rem !important;}
.m-2 {margin:.75rem !important;}
.m-3 {margin:1rem !important;}
.m-4 {margin:1.5rem !important;}
.m-5 {margin:2rem !important;}

.p-1 {padding:.5rem !important;}
.p-2 {padding:.75rem !important;}
.p-3 {padding:1rem !important;}
.p-4 {padding:1.5rem !important;}
.p-5 {padding:2rem !important;}

.my-1 {margin-top:.5rem !important; margin-bottom:.5rem !important;}
.my-2 {margin-top:.75rem !important; margin-bottom:.75rem !important;}
.my-3 {margin-top:1rem !important; margin-bottom:1rem !important;}
.my-4 {margin-top:1.5rem !important; margin-bottom:1.5rem !important;}
.my-5 {margin-top:2rem !important; margin-bottom:2rem !important;}
.my-6 {margin-top:2.5rem !important; margin-bottom:2.5rem !important;}
.my-7 {margin-top:3.5rem !important; margin-bottom:3.5rem !important;}

.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:.5rem !important;}
.mt-2 {margin-top:.75rem !important;}
.mt-3 {margin-top:1rem !important;}
.mt-4 {margin-top:1.5rem !important;}
.mt-5 {margin-top:2rem !important;}
.mt-6 {margin-top:2.5rem !important;}
.mt-7 {margin-top:3.5rem !important;}

.ml-0 {margin-left:0 !important;}
.ml-1 {margin-left:.5rem !important;}
.ml-2 {margin-left:.75rem !important;}
.ml-3 {margin-left:1rem !important;}
.ml-4 {margin-left:1.5rem !important;}
.ml-5 {margin-left:2rem !important;}

.mr-0 {margin-right:0 !important;}
.mr-1 {margin-right:.5rem !important;}
.mr-2 {margin-right:.75rem !important;}
.mr-3 {margin-right:1rem !important;}
.mr-4 {margin-right:1.5rem !important;}
.mr-5 {margin-right:2rem !important;}

.mb-0 {margin-bottom:0 !important;}
.mb-1 {margin-bottom:.5rem !important;}
.mb-2 {margin-bottom:.75rem !important;}
.mb-3 {margin-bottom:1rem !important;}
.mb-4 {margin-bottom:1.5rem !important;}
.mb-5 {margin-bottom:2rem !important;}

.py-1 {padding-top:.5rem !important; padding-bottom:.5rem !important;}
.py-2 {padding-top:.75rem !important; padding-bottom:.75rem !important;}
.py-3 {padding-top:1rem !important; padding-bottom:1rem !important;}
.py-4 {padding-top:1.5rem !important; padding-bottom:1.5rem !important;}
.py-5 {padding-top:2rem !important; padding-bottom:2rem !important;}

.px-1 {padding-left:.5rem !important; padding-right:.5rem !important;}
.px-2 {padding-left:.75rem !important; padding-right:.75rem !important;}
.px-3 {padding-left:1rem !important; padding-right:1rem !important;}
.px-4 {padding-left:1.5rem !important; padding-right:1.5rem !important;}
.px-5 {padding-left:2rem !important; padding-right:2rem !important;}

.pt-1 {padding-top:.5rem !important;}
.pt-2 {padding-top:.75rem !important;}
.pt-3 {padding-top:1rem !important;}
.pt-4 {padding-top:1.5rem !important;}
.pt-5 {padding-top:2rem !important;}

.pl-1 {padding-left:.5rem !important;}
.pl-2 {padding-left:.75rem !important;}
.pl-3 {padding-left:1rem !important;}
.pl-4 {padding-left:1.5rem !important;}
.pl-5 {padding-left:2rem !important;}

.pr-1 {padding-right:.5rem !important;}
.pr-2 {padding-right:.75rem !important;}
.pr-3 {padding-right:1rem !important;}
.pr-4 {padding-right:1.5rem !important;}
.pr-5 {padding-right:2rem !important;}

.pb-1 {padding-bottom:.5rem !important;}
.pb-2 {padding-bottom:.75rem !important;}
.pb-3 {padding-bottom:1rem !important;}
.pb-4 {padding-bottom:1.5rem !important;}
.pb-5 {padding-bottom:2rem !important;}

#page-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  font-size: 65%;
}
#page-top a {
  background: #FF0000;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height:60px;
  text-align: center;
  display: block;
  padding-top:5px;
  box-sizing:border-box;
  border-radius:0;
}

#page-top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page-top a:hover {
  opacity:.9;
  background: #FF5722;
}

.bgnon {
  background:none !important;
}

.bgfff {
  background:#fff !important;
}

/*aboutus*/
.aablock {
  background:#ffffff;
  padding:1.5rem .8rem;
}

.bbblock {
  padding:1.5rem 1.2rem;
}

.aablock +.aablock {
  margin-top:25px;
}

.bbblock +.bbblock {
  margin-top:5px;
}

.aablock h1 {
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:.5rem;
  color:#212529;
}

.aablock h2 {
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:.5rem;
  color:#212529;
}

.bbblock h2 {
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:.5rem;
  color:#212529;
}

.aablock h3 {
  font-size:1.4rem;
  font-weight:bold;
  margin-bottom:.5rem;
  color:#212529;
}

.aablock h1:before, .aablock h3:before {
  content:"";
  background: url(../images/newimages/acj_icon.png) no-repeat;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
  margin-right:5px;
}

.text-warning {
  color: #ffc107!important;
}

.text-danger {
  color: #dc3545!important;
}

.text-000 {
  color: #000!important;
}

.text-fff {
  color: #fff!important;
}

.font-w700 {
  font-weight:700 !important;
}

.bg-pp {
  background:#efefef !important;
}

.bg-acjunit {
  background:#ebeae6 !important;
}

.aablock p, .bbblock p {
  line-height:1.35rem;
  font-size:.9rem;
  margin-bottom:1rem;
}

.aablock .ov {
  width:160px;
  margin:0 15px;
  flex:none;
}

.aablock h4, .bbblock h3 {
  font-size:1.2rem;
  font-weight:bold;
  margin-bottom:.5rem;
}

.floatbox .w800 {
  width:800px;
}

.floatbox .w200 {
  width:200px;
}

.aablock dl {
  font-size:.9rem;
  display:flex;
  flex-wrap:wrap;
  line-height:1.35rem;
  margin-bottom:1rem;
}

.aablock dl dt {
  width:130px;
  background: #eee;
  text-align: center;
  font-weight:700;
}

.aablock dl dd {
  width:75%;
  margin-left:5px;
  margin-bottom:.5rem;
}

#nocash ul li {
  padding:0;
  font-size:.9rem;
  background:#eee;
}

#nocash ul li a {
  padding:0.3rem .95rem;
  display:block;
}

#nocash ul li a:hover {
  text-decoration:none;
  background:#ddd;
}

.thankspagecontent .formwrap, .paypalcontent .formwrap {
  text-align:center;
  background:#f2f2f2;
  padding:12px 0;
}

.noticecontent .aablock h4::before {
  content:"\f06a";
  color:#dc3545;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1rem;
  margin-right: 5px;
}

.noticecontent .ct {
  font-size:19px;
  font-weight:700;
}

ul.ultxt {
  margin-left:25px;
  margin-bottom:1rem;
  list-style:circle;
}

ul.ultxt li {
  line-height:1.35rem;
  font-size:.9rem;
}

#srhboxcontainer {
  border:1px solid #ccc;
  padding:.5rem;
  background:#f6f6f6;
}

#srhboxcontainer h2 {
  font-size:1.2rem;
  background:none;
  border-bottom:1px solid #9b9b9b;
  width:100%;
  padding:0;
  color:#000;
  margin-bottom:9px;
}

#srhboxcontainer label {
  float:none !important;
  display:inline-block;
  width:unset;
}

#srhboxcontainer #srhbox_base {
  display: flex;
  flex-direction: row;
}

.flexbox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.w-100 {
  width:100% !important;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing:border-box;
}

.col-11 {
  -ms-flex: 0 0 91.666666%;
  flex: 0 0 91.666666%;
  max-width: 91.666666%;
  box-sizing:border-box;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  box-sizing:border-box;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  box-sizing:border-box;
}

.col-8 {
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
  box-sizing:border-box;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  box-sizing:border-box;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing:border-box;
}
.col-5 {
  -ms-flex: 0 0 41.666666%;
  flex: 0 0 41.666666%;
  max-width: 41.666666%;
  box-sizing:border-box;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing:border-box;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing:border-box;
}
.col-2 {
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  box-sizing:border-box;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  box-sizing:border-box;
}

#srhboxcontainer0 label {
  float:none;
  width:inherit;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items label, #srhboxcontainer0 .srhbox_checkbox label, #srhboxcontainer0 .moredetail .detail_accesories {
  line-height: 26px;
  font-size: .78rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left {
  width: 37%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_center {
  width: 31%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_right {
  width: 32%;
}


#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left div, #srhboxcontainer0 #srhbox_base .srhbox_all_items .item_center div, #srhboxcontainer0 #srhbox_base .srhbox_all_items .item_right div {
  margin-top:5px;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .srhbox_item {
  padding: 0 .4rem;
  box-sizing:border-box;
  text-align:left;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .srhbox_item td {
  border:0;
  padding:0;
  display:flex;
  justify-content:space-between;
  width:100%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left .srh_content_in4 .large {
  width:29%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_left .srh_content_in4 .small {
  width:18%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_center .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_center .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_right .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .item_right .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .srhbox_item .from{
  min-width:0 !important;
  margin:0;
  width:6%;
  text-align: center;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .srhbox_item select, #srhboxcontainer0 #srhbox_base input[id="key"] {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border:1px solid #ced4da;
  font-size: .75rem;
  padding: .2rem;
  height:1.45rem;
}

.box-border-sizing {
  box-sizing:border-box;
}

#srhboxcontainer0 #srhbox_base .srhbox_all_items .chkbox_items {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

#srhboxcontainer0 .srhbox_checkbox {
  position:relative;
  display:block;
  min-height:2rem;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items {

}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_button {
  text-align:center;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_button #rst_btn, #srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_button #srh_btn {
  padding:0 3px 0;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items button {
  padding:0;
  line-height:2rem;
  border-radius:0;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_button #rst_btn button {
  font-size:.95rem;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_button #srh_btn button {
  font-size:1.2rem;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_figure {
  text-align:center;
  line-height:2rem;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_figure p {
  font-family:unset;
  margin:0;
  padding:0;
}

#srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_figure strong, #srhboxcontainer0 #srhbox_base .srhbox_button_items .srh_more button {
  font-size:1.4rem;
  display:block;
}

#srhbox_detail input[id="optionbox"], #srhbox_detail .moredetail {
  display:none;
}

#srhbox_detail #optionbox:checked ~ .moredetail {
  display:flex !important;
  flex-direction:row;
  flex-wrap:wrap;
  margin-left:20px;
  padding:10px;
  background:#fffffa;
  margin:0 10px 10px;

}

#srhboxcontainer0 .moredetail .srhbox_checkbox {
  width:150px;
}

#srhboxcontainer0 .moredetail .srhbox_checkbox input {
  width:15px;
  height:15px;
  vertical-align:middle;
}

#srhbox_detail {
  position:relative;
  width:100%;
}

#srhbox_detail label[for="optionbox"] {
  height: 30px;
  position: absolute !important;
  top: -40px;
  right: 92px;
  z-index: 20;
  text-align: center;
  background: #607D8B;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  width: 150px;
  line-height: 30px;
  border-radius:10px;
}

#srhbox_detail label[for="optionbox"]:hover {
  background:#86adbf;
}


#srhbox_detail label[for="optionbox"]:after {
  content:"\f107";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  margin-left:5px;
}

#srhbox_detail #optionbox:checked ~ label[for="optionbox"]:after {
  content:"\f106";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  margin-left:5px;
}

/*車両情報ページ*/
#container_1200 {
  width:1200px;
  display:block;
  margin:0 auto;
  padding:0 15px;
}

#container_1200 .leftbox_n {
  float:left;
  width:580px;
}

#container_1200 .rightbox_n {
  float:right;
  width:580px;
}

.rightbox_n h4 {
  font-size: 1.5rem;
  font-weight:700;
  line-height:1.2;
  margin-bottom:.3rem;
  display:block;
}

.rightbox_n .vprice, .rightbox_n .vinfo {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vprice .pricelist {
  width:65%;
  box-sizing:border-box;
}

.vprice .pricelist .oldprice {
  display: block;
  font-size: .95rem;
  color: #000;
  font-weight: normal;
}

.vprice .actbtn {
  width:35%;
}

.vprice .actbtn a {
  padding:5px 15px;
  border:2px solid #003E5F;
  border-radius:.3em;
  color: #003E5F;
}

.vprice .actbtn i {
  vertical-align:baseline;
}

.vprice .pricelist dl {
  display: flex;
  flex-wrap: wrap;
}

.vprice .pricelist dt {
  width:35%;
  font-size:1.25rem;
  line-height:1.5rem;
  font-weight:500;
  box-sizing:border-box;
}

.vprice .pricelist dd {
  width:65%;
  font-size:1.45rem;
  line-height:1.5rem;
  font-weight:700;
  color:#ff0000;
}

.pricelist dt.sitem { font-size:.95rem !important;}

.pricelist dd span.sprice { font-size:1.2rem !important; color:#000 !important; font-weight:normal;}

.pricelist dd span.lineth { text-decoration:line-through !important;}

.pricelist dd span.pyntc { font-size:.8rem !important; line-height:1;}

.rightbox_n .vinfo dl {
  width: 50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .8rem;
  line-height: 1.7rem;
}

.rightbox_n .vinfo dt {
  width: 40%;
  align-self: center;
  padding-left: .2rem;
  border-bottom: 0.5px solid #9e9e9e;
  font-weight:700;
  box-sizing: border-box;
  height:28px;
}

.rightbox_n .vinfo dd {
  width: 60%;
  margin: 0;
  border-bottom: 0.5px solid #9e9e9e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  align-self: center;
  height:28px;
}

.rightbox_n .vinfo dt:empty {
  display:none;
}

.rightbox_n .vinfo dt:empty + dd {
  display:none;
}

.rightbox_n .consinfo dt {
  width: 20%;
}

.rightbox_n .consinfo dd {
  width: 80%;
}

.rightbox_n .vinfo p, .rightbox_n .voption, .rightbox_n .disc {
  font-size:.8rem;
}

.rightbox_n .disc {
  border:1px dashed #ff0000;
  padding:8px;
  background:#fff;
}

.rightbox_n .voption {
  width:100%;
}

.rightbox_n .voption table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout:fixed;
}

.rightbox_n .voption td {
  height: 2.2rem;
  border: 1px solid #9e9e9e;
  text-align: center;
  vertical-align:middle;
}

.voption .option_y {
  background-color: #cddc39;
  font-weight: 700;
}

.voption .option_n {
  background-color: #eee;
  color: #bbb !important;
}

.addfavorite::after {
  content:"\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .1rem;
  width:40px;
  height:40px;
}

/* キャンペーンポップアップ */
.cmp-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1000;
  text-align: center;
}

.cmp-popup {
  background-color: #efefef;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width:70%;
  max-width:600px;
}

.cmp-popup img {width:100%; display:block;}

.cmp-popup-close {
  border: 3px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 3rem;
  width: 50px;
  height: 50px;
  background: #FF5722;
  color: #fff;
  font-size: 1.5rem;
  line-height:0px;
  cursor:pointer;
}
.cmp-popup-close span {
  display:inline-block;
  margin-top:-18px;
}

.cmp-popup button:active, .cmp-popup button:focus {border-radius:3rem;}
