@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Reset */
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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

@media all and (-ms-high-contrast:none) {
  main {
    display: block;
  }
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

/* Common */

html[lang="en"] body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.4rem;
}

html[lang="zh-cmn-Hant-HK"] body {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.4rem;
}

html[lang="zh-cmn-Hant-TW"] body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
}

html[lang="ko"] body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.4rem;
}

html[lang="th"] body {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 1.4rem;
}

body * {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #141414;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
}

a,
.link {
  color: #2578a0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  opacity: 0.75;
}

.contents {
  position: relative;
}

input[type=number] {
  -moz-appearance: textfield;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Header */

header {
  width: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

.hd_lang-help a {
  color: #000;
}

.hd_lang-help a span {
  color: #999;
}

.hd_help {
  float: right;
}

.hd_lang-heading {
  float: left;
}

.hd_navi {
  display: inline;
}

.hd_logo {
  font-weight: bold;
  font-size: 5vw;
}

.hd_logo img {
  vertical-align: top;
  margin-right: 11px;
  width: 65px;
  display: inline-block;
}

.hd_logo.hd_logo2 img {
  width: 346px;
}

.hd_logo h1 a {
  text-decoration: none;
  display: block;
  height: 65px;
}

.hd_logo.hd_logo2 h1 a {
  height: auto;
}

/* Navigation */

.Nav .navbtn {
  display: none;
}

.Nav .close {
  display: none;
}

.Nav .nav__list {
  margin: 0 auto;
}

.Nav .nav__list .sm a {
  color: #777;
  font-size: .7rem;
}


.Nav .nav__item {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  white-space: nowrap;
}

html[lang="ko"] .Nav .nav__item,
html[lang="zh-cmn-Hant-HK"] .Nav .nav__item,
html[lang="zh-cmn-Hant-TW"] .Nav .nav__item {
  width: 100%;
}

.Nav .nav__item a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 0px 13px 0px;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 2;
  text-transform: initial;
  margin: 0 19px;
}

.hd_language .Nav .parent a {
  padding: 0 15px 0 3px;
  margin-right: 15px;
  background-color: #fff;
}

.hd_language .Nav .submenu li a {
  margin: 0;
  padding: 15px 13px;
  background: none;
}

.Nav .nav__list .parent>a {
  padding-right: 25px;
}

.Nav .nav__list .parent.open:not(:last-child)>a::after {
  background: #d2232a;
  -webkit-transform: scale(1);
  transform: scale(1);

}

.Nav .submenu {
  border-top: none;
  display: none;
  position: absolute;
  right: auto;
  width: auto;
  z-index: 9;
}

.Nav .submenu li {
  background-color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

.Nav .submenu li:last-child {
  border-bottom: none;
}

.Nav .submenu li a {
  position: relative;
  padding: 5px 27px;
}

.Nav .submenu li a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 2rem;
  content: '\f105';
  top: 50%;
  width: 7px;
  height: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: right;
}

.hd_language .Nav .nav__list>li a::after {
  color: #141414;
}

.hd_search input[type="text"] {
  width: 218px;
  padding: 4px 38px;
  border: 1px solid #bbbbbb;
  font-size: 1.6rem;
  color: #696969;
  text-transform: capitalize;
  height: 32px;
  border-radius: 5px;
}

.hd_search input[type="submit"] {
  left: 8px;
  border: none;
}

.hd_language .Nav .parent a {
  text-transform: capitalize;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #2578a0;
}

.hd_language .Nav .parent .big {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 14px;
  right: 20px;
}

.hd_language .Nav .parent .big span {
  text-decoration: underline;
  color: #2578a0;
}

.hd_logo_right .reservation:hover {
  opacity: 0.75;
}

.hd_logo_right .reservation {
  width: 100%;
}

.hd_logo_right .view-modify-cancel.button::after {
  content: "";
  padding-left: 0;
}

.hd_logo_right .button::after {
  content: '\f105';
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  background-position: -151px -1px;
  background-size: 323px;
  padding-left: 0;
  font-size: 2rem;
}

.hd_logo_right {
  margin: 12px 0px;
}

.hd_language .Nav .submenu {
  border-top: none;
  position: absolute;
  top: 22px;
  right: -4px;
  border: 1px solid #bbbbbb;
  width: 170px;
}

.hd_language .Nav .submenu li a:hover {
  background: none;
  opacity: 0.70;
}

.hd_language .parent a.big:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  left: auto;
  right: -6px;
  display: inline-block;
  width: auto;
  font-size: 2.4rem;
  color: #141414;
  top: 1px;
  bottom: auto;
  text-decoration: none !important;
}

.hd_logo h1 span {
  color: #141414;
  font-size: 3rem;
  display: inline-block;
  white-space: nowrap;
  line-height: 65px;
}



@media all and (-ms-high-contrast:none) {

  /*

  html[lang="zh-cmn-Hant-HK"] .hd_logo h1 span {
    padding-top: 9.5%\0 !important;
  }

  html[lang="zh-cmn-Hant-TW"] .hd_logo h1 span {
    padding-top: 9.5%\0 !important;
  }

  html[lang="ko"] .hd_logo h1 span {
    padding-top: 7.5%\0 !important;
  }

  html[lang="en"] .hd_logo h1 span {
    padding-top: 5.5%\0 !important;
  }

  */

}

.hd_logo_right {
  float: right;
  margin: 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd_logo_right .button {
  padding: 10px 20px;
  background-color: #d2232a;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}

.hd_logo_right .button:after {
  content: "\f061";
  font-family: FontAwesome;
  padding-left: 20px;
}

/* Footer */

footer {
  text-align: center;
  background-color: #474747;
  color: #ffffff;
  position: relative;
}

footer .ft-toggle a {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 0;
}

footer .a {
  color: #ffffff;
  font-weight: 500;
  font-size: .9rem;
}

.arrow,
.icon-add,
.icon-tel {
  position: relative;
  display: block;
  padding: 8px 0 8px 30px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footerlinks .arrow::before {
  left: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -25px;
}

.footerlinks .icon-add::before {
  content: url(../images/common/ic_add.png);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  position: absolute;
  left: 1px;
}

.footerlinks .icon-tel::before {
  content: url(../images/common/ic_tel.png);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  position: absolute;
  left: 1px;
}

.footerlinks {
  padding-top: 40px;
  text-align: left;
  padding-bottom: 20px;
}

.footerlinks ul {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.footerlinks li .button {
  font-size: 1.3rem;
}

.footerlinks li.accordion_1 .nest {
  border-bottom: 1px dashed #565656;
}

.footerlinks hr {
  width: 25px;
  height: 6px;
  background-color: #fed700;
  border: none;
  display: none;
}

.ft-no-button {
  font-size: 1.2rem;
}

.ft_Copyright p {
  font-size: 1.4rem;
  font-weight: lighter;
}

.ft_Copyright {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background-color: #141414;
}

/* SNS */

.ft_logo-sns {
  padding: 25px 30px 25px 30px;
  background-color: #474747;
  border-top: none;
  border-top: 1px solid #bbbbbb;
}

.ft_sns ul {
  display: inline-block;
}

.ft_sns .social-link li {
  float: left;
  margin-left: 20px;
  height: 35px;
  width: 35px;
}

footer {
  clear: both;
  margin-top: 150px;
}

.ft_sns .social-link {
  float: right;
}

.ft_sns .bottom-link {
  float: left;
}

.ft_sns .bottom-link li {
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 15px;
  padding-left: 15px;
  line-height: 11px;
}

.ft_sns .bottom-link li:last-child {
  border: none;
}

.ft_sns .bottom-link li a {
  background: no-repeat;
  line-height: 15px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

.ft_sns .bottom-link li:first-child {
  padding-left: 0px;
}

.social-link li span,
.mobile-link {
  display: none;
}

.ft_sns li a {
  width: 100%;
  display: inline-block;
}

.ft_sns .social-link img {
  width: 100%;
}

footer .about-section img {
  position: absolute;
  right: 15px;
  bottom: 25px;
}

/* Breadcrumbs */

#breadcrumbs ul {
  display: inline-block;
  padding-top: 4px;
}

#breadcrumbs li {
  float: left;
}

#breadcrumbs li a {
  color: #2578a0;
  font-size: 1.4rem;
  text-decoration: underline;
}

#breadcrumbs li .fa-angle-right {
  font-family: FontAwesome;
  padding: 8px 10px;
  color: #141414;
  display: inline-block;
}

#breadcrumbs li span {
  font-size: 1.4rem;
}

.li-h-link ul {
  display: inline-block;
}

.li-h-link ul li {
  display: inline-block;
}

.li-h-link ul li a {
  font-size: 1.6rem;
  padding: 0px 15px 0 0;
  border-right: 1px solid #aaaaaa;
  text-decoration: underline;
  line-height: 18px;
  display: block;
  margin-right: 15px;
  margin-bottom: 10px
}

.li-h-link ul li:first-child a {
  padding-left: 0;
}

.li-h-link {
  margin-bottom: 10px;
}

/* Car models */

.car-models-main-wrapper {
  margin: 20px 0px;
}

.car-models-wrapper .car-models-box {
  /* width: calc(20% - 20px); */
  -moz-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  margin-left: 20px;
  padding: 10px 10px;
  text-align: center;
  color: #141414;
  display: inline-block;
  vertical-align: top;
  min-height: 215px;
  max-width: 219px;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 3px;
  white-space: normal;
}


/* guide_txt */

.guide_txt {
  text-align: center;
}
.guide_txt p:first-child {
  margin-top:0;padding-top: 0;
}


/* utilities */
.u-space--s {
  margin-bottom: 10px;
}

.u-space--m {
  margin-bottom: 20px;
}

.u-space {
  margin-bottom: 50px;
}

.u-space--l {
  margin-bottom: 70px;
}

.btn-center{
  float:none!important;
  margin:0 auto!important;
}

.hd_error{
  margin-top:40px;
}

@media screen and (max-width: 767px){
  .btn-center,.btn-left{
    max-width:310px;
  }
  .btn-left{
    float:none!important;
    margin:0 auto!important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .car-models-wrapper .car-models-box {
    max-width: 171px;
  }
}

@media screen and (max-width: 999px) {

  .content-button .btn {
    margin: 30px auto 0;
  }

  .car-models-wrapper .car-models-box {
    max-width: 222px;
  }

  .hd_error{
    margin-top:0!important;
  }

}

.car-models-wrapper .car-models-box a {
  color: #141414;
  text-decoration: none;
}

.car-models-wrapper .car-models-box img {
  width: 100%;
}

.car-models-wrapper .car-models-box a span {
  display: inline-block;
  width: 100%;
}

.car-models-wrapper .car-models-box a p {
  font-size: 2rem;
  font-weight: lighter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms--align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.car-models-wrapper .car-models-box:first-child {
  margin-left: 0;
}

.car-models-wrapper .car-models-box:last-child {
  margin-right: 3px;
}

/* Tab */

#tab {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

#tab::-webkit-scrollbar {
  display: none;
}

#tab ul {
  display: flex;
  width: 100%;
  border-bottom: 6px solid #474747;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#tab ul li {
  text-align: center;
  font-weight: bold;
  max-width: 265px;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  height: 50px;
}

#tab ul li a {
  height: 100%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 13px 12px 10px;
  border: 1px solid #bbb;
  border-bottom: none;
  border-right: none;
  color: #474747;
  text-decoration: none;
}

 #tab ul li:last-of-type a {
  border-right: 1px solid #bbb;
 }

 #tab ul li a.on {
  background-color: #474747;
  border: 1px solid #474747;
  border-bottom: none;
  color: #fff;
}

#tab ul li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #474747;
  border: 1px solid #474747;
  border-bottom: none;
}

@media screen and (max-width: 999px) {

  #tab {
    margin-bottom: 15px;
  }

  #tab ul {
    border-bottom: 3px solid #474747;
  }

  #tab ul li {
   height: auto;
  }
}

@media screen and (max-width: 768px) {
  #tab ul li {
    font-size: 1.4rem;
  }
}

#scrollup .fa {
  color: #fed600;
  position: absolute;
  font-size: 6rem;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  line-height: 34px;
}

#scrollup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: auto;
  font-size: 1.5rem;
  background-color: #474747;
  right: 5px;
  font-weight: 500;
  color: #000;
  line-height: 47px;
  top: -89px;
}

#scrollup:hover {
  color: #000;
}

#scrollup a {
  display: block;
  height: 80px;
  width: 80px;
}

.about-section+footer {
  margin-top: 0px;
}

#form-submit-message .container {
  margin: 20px auto;
  text-align: left;
  border: 1px solid #e1d6c2;
  background-color: #f7f7ef;
  padding: 20px 30px;
}

@media screen and (max-width:999px) {
  #form-submit-message .container {
    margin: 15px auto;
    padding: 15px;
  }
}


/* Read more */

.read-more-content .morecontent span {
  display: none;
}

.read-more-content .more-button {
  display: block;
}

.read-more-content .more-button {
  font-weight: normal;
  padding: 4px 15px;
  font-size: 1.6rem;
  width: 112px;
  border: 1px solid #bbb;
  position: relative;
  text-align: left;
  margin-top: 15px;
  text-decoration: none;
  color: #141414;
}

.read-more-content .more-button:after {
  content: "+";
  font-family: 'FontAwesome';
  position: absolute;
  left: auto;
  right: 11px;
  display: inline-block;
  width: auto;
  font-size: 2.5rem;
  color: #141414;
  top: -3px;
  bottom: auto;
}

.read-more-content .more-button.less:after {
  content: '-';
  font-size: 4.3rem;
  top: -21px;
}

/* add read more class */
.read-more-content2 {
  margin: auto;
  display: table;
}

.read-more-content2 .more-button {
  font-weight: normal;
  padding: 1px 15px;
  font-size: 1.4rem;
  width: 90px;
  border: 1px solid #bbb;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: #141414;
  display: flex;
  min-height: 28px;
  align-items: center;
}

.read-more-content2 .more-button:after {
  content: "+";
  font-family: 'FontAwesome';
  position: absolute;
  left: auto;
  right: 12px;
  display: inline-block;
  width: auto;
  font-size: 20px;
  color: #141414;
  bottom: auto !important;
  top: 30%;
  -webkit-transform: translate(0%, -33%) !important;
  transform: translate(0%, -33%) !important;
}

.read-more-content2 .more-button.less:after {
  content: '_';
  font-size: 18px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 16px;
  top: 4px;
}

.box-overlap-link {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #474747;
}

/* Headings */

.ttl-lv1,
.ttl-lv2,
.ttl-lv3,
.ttl-lv4,
.ttl-lv5,
.artical-wrapper #post h1,
.artical-wrapper #post h2,
.artical-wrapper #post h3,
.artical-wrapper #post h4,
.artical-wrapper #post h5,
.panel h4 {
  line-height: 1.5em;
}

.ttl-lv1,
.artical-wrapper #post h1 {
  padding: 25px 0 15px 0;
  font-size: 4rem;
  text-align: center;
}

.ttl-lv1 .h1-label {
  color: #fff;
  background-color: #474747;
  font-size: 22px;
  padding: 0px 10px;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  position: relative;
  bottom: 8px;
  right: 20px;
}

#breadcrumbs+.ttl-lv1 {
  padding: 25px 0 15px 0;
}

.ttl-lv2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-left: 5px solid #fed700;
  background-color: #f6f6f6;
  padding: 6px 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 3rem;
  word-wrap: break-word;
}

.ttl-lv1+.ttl-lv2{
  margin-top: 0px;
}

.ttl-lv2+p,
.ttl-lv2+.ttl-lv3{
  margin-top: -5px;
}

.ttl-lv3 {
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 4px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2.2rem;
}


.ttl-lv4,
.artical-wrapper #post h4 {
  text-align: left;
  border-left: 3px solid #fed700;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.ttl-lv5 {
  text-align: left;
  font-weight: bold;
  height: 20px;
  font-size: 1.8rem;
}

.artical-wrapper #post h2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-left: 5px solid #fed700;
  background-color: #f6f6f6;
  padding: 6px 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 3rem;
  word-wrap: break-word;
}

.artical-wrapper #post h3 {
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 4px;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 2.2rem;
}

.artical-wrapper #post h5 {
  text-align: left;
  font-weight: bold;
  height: auto;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.panel h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #fed700;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}

/* Grid */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

[class*="col-"] img {
  width: 100%;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-2,
.grid-sm-2,
.grid-md-2,
.grid-lg-2,
.grid-3,
.grid-sm-3,
.grid-md-3,
.grid-lg-3,
.grid-4,
.grid-sm-4,
.grid-md-4,
.grid-lg-4,
.grid-6,
.grid-sm-6,
.grid-md-6,
.grid-lg-6,
.grid-8,
.grid-sm-8,
.grid-md-8,
.grid-lg-8,
.grid-12,
.grid-sm-12,
.grid-md-12,
.grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-2,
.grid-3,
.grid-4,
.grid-6,
.grid-8,
.grid-12 {
  float: left;
}

.grid-12 {
  width: 100%;
}

.grid-8 {
  width: 66.66666667%;
}

.grid-9 {
  width: 75%;
}

.grid-6 {
  width: 50%;
}

.grid-4 {
  width: 33.33333333%;
}

.grid-3 {
  width: 25%;
}

.grid-2 {
  width: 16.66666667%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* Tables */

body table,
body tbody {
  width: 100%;
}

table td,
table th {
  color: #141414;
  border: 1px solid #aaaaaa;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

.table1 table {
  border-collapse: collapse;
  width: 100%;
}

.table1 table th {
  width: 230px;
  text-align: left;
  padding: 0px 20px;
  background-color: #e9f0f3;
  font-weight: normal;
}

.table1 table a {
  text-decoration: underline;
}

.table1 table td {
  padding: 15px 15px;
  text-align: left;
  word-break: break-word;
  font-weight: normal;
}

html[lang="en"] .th-light table th {
  /* font-weight: lighter; */
}

.th-bold table th {
  font-weight: bold;
}

.rental-fees-table tr th {
  width: 10%;
  padding: 5px 10px;
}

html[lang="en"] .rental-fees-table tr th {
  font-weight: lighter;
}

.rental-fees-table tr td {
  padding: 10px 10px;
  text-align: center;
}

.rental-fees-table tr:last-child td {
  font-weight: bold;
}

.table3 tr th {
  padding: 4px 20px;
  text-align: left;
  background-color: #f6f6f6;
  font-weight: normal;
  width: 50%;
}

.table3 tr td {
  padding: 6px 25px;
  text-align: left;
  width: 50%;
}

td a {
  text-decoration: underline;
}

.tr-th-bg-blue th {
  background-color: #e9f0f3;
}

.tr-th-bg-white-smoke th {
  background-color: #f7f6ef;
}

.td-bg-alice-blue {
  background-color: #e9f0f3;
}

.td-bg-white-smoke {
  background-color: #f7f6ef;
}

/* Common_table-row */
.common_table-row {
  margin-bottom: 30px;
}

.common_table-row th {
  background-color: #e9f0f3;
  max-width: 170px;
  /* font-weight: lighter; */
}

.common_table-row tr td.second-td {
  background: #e9f0f3;
  text-align: left;
}

.common_table-row tr:first-child td:not(.second-td) {
  font-weight: bold;
}

.common_table-row td img {
  display: table;
  width: auto;
  margin: 10px auto;
  height: auto;
}

.common_table-row td {
  text-align: center;
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

/* Common_table-row2 */
.common_table-row2 th {
  background-color: #e9f0f3;
  width: 30%;
  font-weight: normal;
  text-align: left;
}

.common_table-row2 th,
.common_table-row2 td {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  font-size: 16px;
}

.common_table-row2 td:last-of-type {
  border-right: 1px solid #aaaaaa;
}

.common_table-row2 tr:last-of-type {
  border-bottom: 1px solid #aaaaaa;
}

/* Notice-box */
.notice-box {
  background-color: #f7f6ef;
  border-color: #d2cdc3;
  border-style: solid;
  border-width: 3px;
  padding: 16px;
}

.notice-box:not(:first-child){
  margin-top: 20px;
}

.notice-box span {
  font-weight: bold;
}

/* Accordion */
.accordion-section {
  border: 1px solid #aaaaaa;
  word-wrap: break-word;
}

.accordion-section .accordion .label {
  padding: 15px 15px 13px 15px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #aaa;
  font-weight: 400;
}

.accordion-section .accordion:first-child .label {
  border-top: none;
}

.accordion-section .accordion .label:after {
  content: '+';
  position: absolute;
  font-size: 25px;
  font-weight: lighter;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

.accordion-section .accordion.active .label:after {
  content: '_';
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
}

.accordion-section .panel {
  position: relative;
  padding: 10px 25px;
  display: none;
  border-top: 1px solid #aaa;
}

.accordion-section .panel:first-of-type {
  border-top: none;
}

.accordion-section .panel a {
  word-break: break-word;
}

.accordion-section-sp .accordion-sp .label {
  margin-bottom: 10px;
}

.accordion-section-sp .panel {
  margin-bottom: 20px;
}

.accordion-section-sp .panel:last-of-type {
  margin-bottom: 0;
}

/* Accordion(FAQ) */
.faq .accordion-section .accordion .label {
  padding: 24px 30px 22px 63px;
}

.faq .accordion-section .accordion .label:before {
  content: 'Q';
  position: absolute;
  left: 30px;
  top: 22px;
  font-weight: bold;
}

.faq .accordion-section .panel:before {
  content: 'A';
  position: absolute;
  left: 30px;
  font-weight: bold;
}

.faq .accordion-section .panel {
  padding: 0px 60px 30px 65px;
  border-top: none;
}

@media screen and (max-width:768px) {
  .common_table-row tr {
    display: table-cell;
    width: 33.33%;
    float: left;
  }

  .common_table-row td {
    width: 100%;
    height: 130px;
    padding: 5px 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 14px;
    position: relative;
    border-left: none;
    border-bottom: none;
  }

  .common_table-row table {
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
  }

  .common_table-row tr td.second-td {
    height: 80px;
    text-align: center;
    line-height: 18px;
  }

  .common_table-row td img {
    width: 100px;
    margin: 0;
  }

  .common_table-row tr:nth-of-type(2) td span {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%;
  }

  .common_table-row tr:nth-of-type(3) td img {
    width: auto;
    height: 50px;
  }

  .common_table-row tr:nth-of-type(2) td img {
    width: auto;
    height: 90px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .common_table-row tr td.second-td {
    width: 304px;
    height: 128px;
    font-size: 16px;
  }

  .common_table-row tr:first-child td {
    height: 58px;
  }
}

/* Common_table-col */
.common_table-col tr th {
  width: 10%;
  padding: 5px 10px;
}

.common_table-col.normal tr th {
  padding: 10px;
}

.common_table-col tr th {
  font-weight: normal;
  background-color: #e9f0f3;
}

.common_table-col tr td {
  padding: 10px 10px;
  text-align: center;
}

.common_table-col tr:last-child td {
  font-weight: bold;
}

.common_table-col.normal tr:last-child td  {
  font-weight: normal;
}


@media screen and (max-width:999px) {

  .common_table-col tbody {
    width: 100%;
  }

  .common_table-col table {
    width: 100%;
  }
  
  .common_table-col table tr {
    display: inline-block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #aaaaaa;
  }

  .common_table-col table tr td,
  .common_table-col table tr th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms--align-items: center;
    height: 81px;
    border-bottom: none;
    border-left: none;
  }

  .common_table-col table tr th {
    padding-left: 20px;
    border-left: 1px solid #aaaaaa;
    text-align: left;
    justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content:  left;
    /* align-items: left;
    -webkit-align-items: left;
    -ms--align-items: left; */
  }

  /* common_table-row2 */
  .common_table-row2 td,
  .common_table-row2 th {
    font-size: 14px;
    line-height: 14px;
  }

  .common_table-row2 th {
    width: 50%;
  }

}

/* Common_table-col1 scroll */
.common_table-col1 {
  font-size: 1.6rem;
  line-height: 2.2rem
}

.common_table-col1 table tr th {
  width: 10%;
  font-weight: normal;
  background-color: #e9f0f3
}

.common_table-col1 table tr td:first-child {
  background-color: #f7f6ef;
  text-align: left
}

.common_table-col1 table tr th,
.common_table-col1 table tr td {
  padding: 15px;
  margin: 0;
  text-align: center
}

@media screen and (min-width: 1000px) {
  .hidden-cell {
    visibility: hidden
  }

  .mt-minus-50 {
    margin-top: -50px
  }

  th.hidden-border-b,
  td.hidden-border-b {
    border-bottom: 1px solid white
  }
}

@media screen and (min-width: 1200px) {
  .common_table-col1 {
    font-size: 1.8rem;
    line-height: 2.4rem
  }
}

@media screen and (max-width: 999px) {
  .common_table-col1 {
    font-size: 1.4rem;
    line-height: 2rem
  }

  .common_table-col1 table {
    width: 1000px
  }

  .common_table-col1 table.en_model3 tbody tr th:last-child,
  .common_table-col1 table.en_model3 tbody tr td:last-child {
    height: 160px
  }

  .common_table-col1 table.ko-zh tbody tr th,
  .common_table-col1 table.ko-zh tbody tr td {
    height: 90px
  }

  .common_table-col1 table.ko-zh_model3 tbody tr th:last-child,
  .common_table-col1 table.ko-zh_model3 tbody tr td:last-child {
    height: 120px
  }

  .common_table-col1 table tbody {
    width: 100%;
    border-bottom: 1px solid #aaa
  }

  .common_table-col1 table tbody tr {
    width: 14.28%;
    float: left
  }

  .common_table-col1 table tbody tr:first-child {
    border-left: 1px solid #aaa
  }

  .common_table-col1 table tbody tr th {
    background-color: #e9f0f3;
    text-align: left;
    padding-left: 10px !important
  }

  .common_table-col1 table tbody tr th,
  .common_table-col1 table tbody tr td {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms--align-items: center;
    width: 100%;
    height: 80px;
    border-left: none;
    border-bottom: transparent;
    padding: 3px 5px
  }

  .common_table-col1 table tbody tr td {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center
  }

  .common_table-col1 table tbody tr td:first-child {
    text-align: center
  }

  .sp-scroll {
    overflow-x: scroll
  }

  .sp-scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px
  }
}

/* Common_table-col2 */
.common_table-col2 tr th {
  font-weight: normal;
  background-color: #e9f0f3
}

.common_table-col2 tr td:first-child {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left
}

.common_table-col2 tr td div {
  font-weight: bold
}

.common_table-col2 tr th,
.common_table-col2 tr td {
  padding: 0;
  margin: 0;
  text-align: center
}

.common_table-col2 tr th:first-child,
.common_table-col2 tr td:first-child {
  width: 50%
}

.common_table-col2 tr th div,
.common_table-col2 tr td div {
  padding: 8px
}

.common_table-col2 tr th div:first-child,
.common_table-col2 tr td div:first-child {
  border-bottom: 1px solid #aaa
}

@media screen and (min-width: 1000px) {

  .common_table-col2 tr th:first-child,
  .common_table-col2 tr td:first-child {
    width: 39%
  }

  .common_table-col2 tr th div,
  .common_table-col2 tr td div {
    float: left;
    width: 50%;
    padding: 25px
  }

  .common_table-col2 tr th div:first-child,
  .common_table-col2 tr td div:first-child {
    border-right: 1px solid #aaa;
    border-bottom: none
  }

  .common_table-col2 tr td:first-child {
    padding-left: 30px
  }
}

/* Buttons */

.content-button .btn {
  min-width: 380px;
  min-height: 50px;
  width: auto;
  margin-top: 30px;
  padding: 15px 30px 15px 15px;
}

.label-button {
  background-color: #fed600;
  color: #141414;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  min-height: 30px;
  height: 30px;
  min-width: 115px;
}

.primary-button {
  background-color: #d2232a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #d2232a;
  box-shadow: 0px 2px 0px #e5e5e5;
}

.secondary-button {
  background-color: #fed600;
  color: #141414;
  border: 1px solid #fed600;
  box-shadow: 0px 2px 0px #e5e5e5;
}

.other-button,
.normal-button {
  color: #141414;
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: 0px 2px 0px #e5e5e5;
  padding: 0px 20px;
}

.btn {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  font-size: 1.6rem;
}

.secondary-button.btn:hover {
	opacity: 0.75;
}

.btn span {
  font-size: 1.6rem;
}

.primary-button.btn-1:after,
.secondary-button.btn-1:after,
.other-button.btn-1:after {
  right: 10px;
  font-size: 2rem;
  top: 0px;
  font-weight: bold;
}

.btn:after {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  font-size: 2rem;
}

.primary-button:after,
.secondary-button:after,
.other-button:after {
  content: '\f105';
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.anchor-link-button:after {
  content: '\f107';
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.primary-button:after {
  color: #ffffff;
}

.secondary-button:after {
  color: #141414;
}

.other-button:after {
  color: #141414;
}

.external-link:after{
  content: '\f08e';
  font-size: 19px;
}

.submit-wrapper {
  position: relative;
}

.submit-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.submit-wrapper:after {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  content: '\f105';
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn-pdf::after {
  content: '\f1c1';
}
.btn.btn-pdf {
  padding-right:32px;
}

/* Form buttons */
.style-control-group {
  display: inline-block;
}

.style-control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.style-control--auto {
  cursor: auto;
}

.style-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.style-control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #aaaaaa;
}

.style-control--radio .style-control__indicator {
  border-radius: 50%;
  background: none;
  border: 1px solid #aaaaaa;
}

.style-control:hover input~.style-control__indicator,
.style-control input:focus~.style-control__indicator {
  background: #fff;
}

.style-control-group .style-control input:checked~.style-control__indicator {
  background: #fed600;
  border: 1px solid transparent;
}


.style-control:hover input:not([disabled]):checked~.style-control__indicator,
.style-control input:checked:focus~.style-control__indicator {
  background: #fed600;
}

.style-control-radio:hover input:not([disabled]):checked~.style-control__indicator,
.style-control-radio input:checked:focus~.style-control__indicator {
  border: 1px solid #aaaaaa;
}

.style-control input:disabled~.style-control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.style-control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.style-control-group .style-control input:checked~.style-control__indicator:after {
  display: block;
}

.style-control.style-control-checkbox .style-control__indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #141414;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.style-control.style-control-checkbox input:disabled~.style-control__indicator:after {
  border-color: #7b7b7b;
}

.style-control--radio .style-control__indicator:after {
  left: 3px;
  top: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2578a0;
}

.style-control--radio input:disabled~.style-control__indicator:after {
  background: #7b7b7b;
}

.style-control-group .select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.style-control-group .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
  color: #141414;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #aaaaaa;
}

.style-control-group .select select::-ms-expand {
  display: none;
}

.style-control-group .select select,
.style-control-group .select select:hover,
.style-control-group .select select:focus {
  color: #141414;
  background: #ffffff;
}

.style-control-group .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.style-control-group .select__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #141414 transparent transparent transparent;
}

.style-control-group .select select:hover~.select__arrow,
.style-control-group .select select:focus~.select__arrow {
  border-top-color: #000;
}

.style-control-group .select select:disabled~.select__arrow {
  border-top-color: #ccc;
}

.input-wrapper input,
.style-control-group input[type="text"],
.style-control-group input[type="email"],
.style-control-group input[type="tel"],
.style-control-group input[type="number"] {
  width: 100%;
  opacity: 1;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  position: relative;
  font-size: 1.6rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Date picker */

.t-table-wrap {
  font-size: 1.6rem;
}

.t-table-condensed th.t-month {
  font-weight: normal;
  font-size: 14px;
}

.t-table-wrap tr td:first-child,
.t-table-wrap tr th:first-child {
  background-color: #f4d3d3;
}

.t-table-wrap tr:first-child th:first-child,
.t-table-wrap tr:first-child th:last-child {
  background: none;
}

.t-table-condensed th:last-child,
.t-table-condensed td:last-child {
  background-color: #e8f0f3;
}

.t-disabled {
  background-color: #fff !important;
}

.t-disabled.t-range {
  opacity: 1;
}

.t-range-limit,
.t-range {
  background-color: #f7f6ef !important;
}

.t-start,
.t-end {
  background-color: #0d6ad1 !important;
  color: #fff !important;
}

.t-table-condensed thead tr+tr th,
.t-table-condensed td {
  border: 1px solid #B6B6B6;
  font-weight: normal;
  color: #141414;
  padding: 4px;
  height: 35px;
}

.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
  background-color: #fff;
}

.t-special-day {
  position: initial;
}

.t-check-out .t-datepicker-day {
  left: 0;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  left: 10px;
  top: 10px;
  font-size: 1.6rem;
}

.t-datepicker-days {
  width: 495px;
  box-shadow: none;
  border: 1px solid #aaa;
  top: 40px;
  border-radius: 0;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
  left: -1px;
}

.t-table-condensed th {
  border: none;
}

.t-check-in,
.t-check-out {
  width: 100%;
  border: 1px solid #aaa;
  padding: 2px;
  text-align: left;
  border-radius: 5px;
}

.t-check-out .t-datepicker-day {
  left: 0;
}

.date-time-wrapper .date-field {
  position: relative;
}

.date-time-wrapper .fa-calendar-o {
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 11px;
  color: #141414;
  font-size: 1.7rem;
  z-index: 1;
}

/* disable 20190206 */
.shop-search-disabled,
.shop-search-disabled .t-check-in,
.shop-search-disabled .t-date-check-out{
	background-color: #ebebe4;
	cursor: auto;
	color: #999;
}

.shop-search-disabled .fa-calendar-o,
.shop-search-disabled .fa-clock-o:before {
	z-index: 1000;
	color: #999;
}

.shop-detail-disabled,
.map-search-disabled {
  color: #999;
  text-decoration: none;
}

.shop-detail-disabled:hover,
.map-search-disabled:hover {
  color: #999;
  text-decoration: none;
  cursor: auto;
  opacity: 1;
}

.t-arrow-top,
.t-arrow-top:after {
  display: none !important;
}


.t-table-wrap .fa {
  font-size: 2rem;
}

.guide_txt {
  text-align: center;
}

@media screen and (max-width: 999px) {

  .checkbox-wrapper .style-control-group:nth-child(1) {
    order: 2;
  }

  .checkbox-wrapper .style-control-group:nth-child(2) {
    order: 1;
  }

  .checkbox-wrapper .style-control__indicator {
    top: 1px;
  }

  .checkbox-wrapper-dropdown.style-control-group::before,
  .checkbox-wrapper-dropdown.style-control-group::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
  }

  .checkbox-wrapper-dropdown.style-control-group::before {
    border-top: 2px solid #141414;
    top: 23px;
    right: 15px;
  }

  .checkbox-wrapper-dropdown.style-control-group::after {
    border-left: 2px solid #141414;
    top: 16px;
    right: 6px;
  }

  .checkbox-wrapper-dropdown.style-control-group.open:after {
    border-left: none;
  }

  #airport-detail .left-section form {
    flex-wrap: wrap;
  }

  #airport-detail .right-section {
    margin-top: 20px;
  }

  #airport-detail {
    padding: 40px 0;
  }

  .checkbox-wrapper.style-control-group .style-control-group {
    display: inline-block;
    width: 100%;
  }

  .checkbox-wrapper.style-control-group .style-control-group.mr-1 {
    width: 100%;
  }

}

@media screen and (min-width: 1000px) {

  .booking_step h3.ttl-lv3 {
    margin-top: 30px;
  }

  .rules h3.ttl-lv3 {
    margin-top: 30px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0;
  }

  .parking .ttl-lv2 {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .parking h3.ttl-lv3 {
    margin-top: 20px;
  }

  .parking h4.ttl-lv4 {
    margin: 20px 0;
  }

  .rules h3.ttl-lv3 {
    margin-top: 50px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0;
  }

  .parking .ttl-lv2 {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .parking h3.ttl-lv3 {
    margin-top: 20px;
  }

  .parking h4.ttl-lv4 {
    margin: 20px 0;
  }

  .filter-result:hover {
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 0 3px #aaaaaa inset;
    padding: 15px;
    background-color: #f7f6ef;
  }

  .handling-pass h2.ttl-lv2 {
    margin-bottom: 34px;
  }

  .handling-pass .line-height {
    min-height: 25px;
  }

  .handling-pass .ttl-lv2+.ttl-lv3 {
    margin-top: 0;
  }

  .handling-pass .ttl-lv3 {
    margin-top: 30px;
  }

  .driving_tips h2.ttl-lv2 {
    margin-bottom: 15px;
  }

  .content-wrapper .fa-external-link {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top:2px;
  }

  .handling-pass h2.ttl-lv2 {
    margin-bottom: 34px;
  }

  .handling-pass .line-height {
    min-height: 25px;
  }

  .handling-pass .ttl-lv2+.ttl-lv3 {
    margin-top: 0;
  }

  .handling-pass .ttl-lv3 {
    margin-top: 30px;
  }

  .driving_tips h2.ttl-lv2 {
    margin-bottom: 15px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .checkbox-wrapper.style-control-group {
    width: 100%;
  }

  .checkbox-wrapper.style-control-group {
    width: 100%;
  }

}

/* Read more box */

.read-more-content {
  overflow: hidden;
}

.read-more-content.over {
  height: 65px;
}

.read-more-content.more-text {
  height: auto;
  overflow: auto;
}

.read-more-content.read-more-content-secnd-box {
  margin-top: 20px;
}

.read-more-content #txtBox {
  overflow: hidden;
}

span.btnMore {
  width: 112px;
  display: none;
  font-weight: normal;
  position: relative;
  margin-top: 15px;
}

span.btnMore a {
  padding: 4px 15px !important;
  display: block;
  color: #141414;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  border: 1px solid #bbb;
}

span.btnMore.off a:before {
  content: "More";
}

span.btnMore.on a:before {
  content: "Less";
}

span.btnMore.off a:after,
span.btnMore.on a:after {
  position: absolute;
  right: 8px;
  font-size: 2.5rem;
  line-height: 32px;
}

span.btnMore.off a:after {
  content: "+";
  top: -2px;
}

span.btnMore.on a:after {
  content: "_";
  top: -14px;
  right: 11px;
}

@media screen and (min-width: 1000px) {

  .read-more-content.over {
    height: 85px;
  }

  span.btnMore.off a:after {
    content: "+";
    top: 3px;
  }

  span.btnMore.on a:after {
    content: "_";
    top: -10px;
  }

}

/* Modal */

#map-modal,
#shop-detail-modal,
#iframe-modal {
  height: 80%;
  max-width: 1000px !important;
  padding: 0px;d
}

#shop-detail-modal>.container-fluid,
#shop-detail-modal>.container-fluid>.row,
#shop-detail-modal>.container-fluid>.row>iframe {
  height: 100%;
}

#iframe-modal>.modalInBox,
#iframe-modal>.modalInBox>.iframe-container,
#iframe-modal>.modalInBox>.iframe-container>iframe,
#iframe-modal>.modalInBox>iframe {
  height: 100% !important;
}

.modalInBox-iPad {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#map-modal {
  border-radius: 0;
  display: none;
  padding: 0;
  width: 100%;
}

.blocker {
  padding: 15px;
  z-index: 9999999999 !important;
}

.modal a.close-modal {
  background-image: none !important;
  color: #141414;
  height: 40px;
  padding: 10px 16px;
  right: -5px;
  text-indent: 0;
  top: -45px;
  width: 120px;
  text-indent: -9999px;
}

.modal a.close-modal:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 16px;
  width: 3px;
  height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal a.close-modal:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 16px;
  width: 3px;
  height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jquery-modal .modal {
  border-radius: 0 !important;
  margin-bottom: 100px;
  top: 45px;
}

.jquery-modal .modal .txt {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.jquery-modal .modal .ttl {
  width: 100%;
  position: absolute;
  top: 0px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.jquery-modal .modal .process-button-wrapper {
  margin-bottom: 20px;
  margin-top: 30px;
}

.jquery-modal .modal .process-button-wrapper .primary-button:after {
  content: "";
}

.jquery-modal .modal .process-button-wrapper .other-button {
  float: none;
}

.jquery-modal .modal .process-button-wrapper .btn {
  padding: 15px;
}

.jquery-modal .warning-modal {
  position: relative;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.jquery-modal .warning-modal h4,
.jquery-modal .warning-modal p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jquery-modal .warning-modal p {
  margin-bottom: 20px;
}

.jquery-modal .warning-modal div.codeimg {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jquery-modal .warning-modal div.codeimg img {
  width: 55%;
}

.jquery-modal .iframe-modal {
  padding: 0 0 40px 0;
  max-width: 1000px;
}

.jquery-modal .iframe-modal .iframe-container {
  width: 100% !important;
}

.jquery-modal .iframe-modal .ttl-lv2 {
  margin-top: 0;
}

.jquery-modal .iframe-modal.modal-large {
  max-height: 80%;
  height: auto;
  padding: 0;
}

.jquery-modal .iframe-modal.modal-large .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jquery-modal .iframe-modal.modal-large .modal-content,
.jquery-modal .iframe-modal.modal-large .modal-body {
  max-height: 64vh;
}

@media screen and (min-width:767px) {

  .jquery-modal .iframe-modal {
    padding: 20px;
  }

  .jquery-modal .warning-modal {
    width: 50%;
  }

  .types-btn .btn,
  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

  .types-btn .btn,
  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

}

@media screen and (min-width:768px) and (max-width:999px) {

  .jquery-modal .warning-modal {
    width: 60%;
  }

  .mt-20 {
    margin-top: 20px;
  }

}

@media screen and (min-width: 1000px) {

  .jquery-modal .iframe-modal.modal-large .modal-content {
    padding: 20px;
  }

  .jquery-modal .iframe-modal.modal-large .grid-12 {
    padding: 0;
  }

}

@media screen and (max-width:999px) {

  .driving_tips h3.ttl-lv3 {
    margin-top: 35px;
  }

  .driving_tips .ttl-lv2+.ttl-lv3 {
    margin-top: 0px;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li {
    display: inline-block;
    width: auto;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li a {
    border-right: 1px solid #aaaaaa;
    line-height: 16px;
    padding: 0 8px 0 0;
    margin-right: 8px;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li:first-child a {
    padding: 0;
    border: none;
  }

}

@media screen and (max-width:767px) {

  .content-button .btn {
    min-width: 310px;
    width: 80%;
    display: table;
    padding: 15px 30px 15px 15px;
  }

  .external-link:after{
    font-size: 17px;
  }

  .driving_tips .ttl-lv4 {
    margin-top: 25px;
  }

  .jquery-modal .iframe-modal {
    height: 80%;
  }

  .jquery-modal .iframe-modal.cp-modal {
    padding: 0;
  }

  .jquery-modal .iframe-modal.cp-modal .campaign-box {
    height: 100%;
    display: block;
    overflow-y: auto;
  }

  .jquery-modal .iframe-modal .modalInBox {
    height: 100%;
  }

  .jquery-modal .iframe-container {
    height: 90%;
  }

  .jquery-modal .warning-modal {
    width: 95%;
  }

  .jquery-modal .warning-modal p {
    margin-bottom: 15px;
  }

}

/* Utilities */

.image-wrapper.border {
  border: 1px solid #aaaaaa;
}

.note {
  color: #d2232a;
}

.main-color {
  color: #d2232a;
  font-weight: bold;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-0 {
  margin-bottom: 0px !important;
}

.m_t30,
.mt-30 {
  margin-top: 30px;
}

a.link,
.a-link a {
  text-decoration: underline;
}

.anchor-link {
  text-decoration: none;
}

.anchor-link:before {
  content: "\f13a";
  font-family: FontAwesome;
  font-size: 2rem;
  padding-right: 10px;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.t-light {
  font-weight: lighter;
}

.nls {
  letter-spacing: -.4rem;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}

.yellow-hr {
  width: 25px;
  height: 6px;
  background-color: #fed700;
  border: none;
}

.m-show {
  display: none !important;
}

.m-hidden {
  display: block !important;
}

.d-hidden {
  display: none !important;
}

.border-1 {
  border: 1px solid #aaa;
}

.border-left-1 {
  border-left: 1px solid #aaa;
}

.border-right-1 {
  border-right: 1px solid #aaa;
}

.border-top-1 {
  border-top: 1px solid #aaa;
}

.border-bottom-1 {
  border-bottom: 1px solid #aaa;
}

.no-border {
  border: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

input[type="text"].error,
select.error,
textarea.error {
  border: 3px solid #d2232a;
  background-color: #f4d3d3;
}

.error_color {
  color: #d2232a;
}

.error_msgs {
  border: 5px solid #d2232a;
  background-color: #f4d3d3;
}

.type-small {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.cc-window {
  opacity: .9;
  z-index: 99999999;
}

.input-15,
.input-14,
.input-13 {
  font-size: 1.6rem;
}

.input-15 {
  transform: scale(0.9375);
}

.input-14 {
  transform: scale(0.875);
}

.input-13 {
  transform: scale(0.8125);
}

.txt-m {
  margin-bottom: 20px;
}

.car-models-wrapper {
  width: 100%;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  padding-left: 3px;
  -webkit-overflow-scrolling: touch;
}

.bold,
.text-bold {
  font-weight: bold!important;
}
.text-normal {
  font-weight: normal!important;
}

.text-left{text-align: left!important;}
.text-center{text-align: center!important;}
.text-right{text-align: right!important;}

.back-beige{
  background-color: #f7f6ef!important;
}
.back-blight{
  background-color: #e9f0f3!important;
}

.txt-red{
  color:#d10606;
}

.ol-lower-latin {
  list-style-type: lower-latin;
  margin-left: 20px;
}
.ol-lower-roman li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent:-22px;
  padding-left:22px;

}

.ol-lower-roman li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ul.ul-style, ul.v-li {
  list-style: disc;
  margin-left: 20px;
}

ul.ul-style li {
  margin-right: 1em;
}

ul.v-li li {
 float: left;
 margin-right: 3em;
}

.right {
  text-align: right;
}

.car-models-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 480px) {

  /* Car models */

  .car-models-wrapper.two-box {
    width: 468px;
  }

  .car-models-wrapper.two-box .car-models-box {
    width: calc(50% - 20px);
  }

}

@media (min-width: 768px) {

  /* Grid */

  .container {
    width: 750px;
  }

  .grid-sm-2,
  .grid-sm-3,
  .grid-sm-4,
  .grid-sm-6,
  .grid-sm-8,
  .grid-sm-12 {
    float: left;
  }

  .grid-sm-12 {
    width: 100%;
  }

  .grid-sm-8 {
    width: 66.66666667%;
  }

  .grid-sm-9 {
    width: 75%;
  }

  .grid-sm-6 {
    width: 50%;
  }

  .grid-sm-4 {
    width: 33.33333333%;
  }

  .grid-sm-3 {
    width: 25%;
  }

  .grid-sm-2 {
    width: 16.66666667%;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

}

@media screen and (min-width: 1000px) {

  html[lang="en"] body {
    font-size: 1.8rem;
  }

  html[lang="zh-cmn-Hant-HK"] body {
    font-size: 1.8rem;
  }

  html[lang="zh-cmn-Hant-TW"] body {
    font-size: 1.8rem;
  }

  html[lang="ko"] body {
    font-size: 1.8rem;
  }

  html[lang="th"] body {
    font-size: 1.8rem;
  }

 .lang_th .hd_logo {
    top: 10px;
  }


  /* Header */

  .hd_lang-help {
    background-color: #fff;
    padding: 0.5rem 0;
  }

  .hd_lang-help a {
    font-size: 1.4rem;
  }

  .hd_lang-help {
    padding: 0;
  }

  .hd_logo-navi .container {
    position: relative;
    height: 77px;
  }

  .hd_logo {
    position: absolute;
    display: inline-block;
    margin-top: 0px;
    font-size: 2.4rem;
    bottom: 25px;
  }

  .hd_logo_right {
    width: 512px;
  }

  .hd_language {
    float: right;
    display: block;
  }

  .hd_language,
  .hd_help {
    padding-top: 13px;
  }

  .hd_search,
  .hd_language .Nav {
    display: inline-block;
    position: relative;
  }

  .hd_search input[type="text"] {
    width: 236px;
    padding: 7px 34px;
    border: 1px solid #C8C8C8;
  }

  .hd_search input[type="submit"] {
    font-size: 0;
    padding: 0;
    border: none;
    height: 24px;
    width: 20px;
    background-color: transparent;
    background-image: url(../../common/images/hd_search_icon.png);
    position: absolute;
    left: 3px;
    background-position: 3px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 1px;
  }

  .hd_help li {
    float: left;
    padding: 0 0.8rem;
    font-weight: bold;
  }

  .hd_help li:nth-of-type(2) {
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
  }

  .hd_navi .Nav {
    margin: auto;
  }

  .hd_navi {
    position: relative;
    bottom: 0;
    right: 0;
  }

  #hd_navi {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
  }

  .Nav .nav__item a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 7px;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  #hd_navi .Nav .nav__item a:hover::after,
  #hd_navi .Nav .nav__item a.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #000;
  }

  #hd_navi .Nav .nav__item a {
    width: auto;
    text-align: center;
    font-size: 1.8rem;
    color: #141414;
    margin: 0 10px;
  }

  #hd_navi .Nav .nav__item a::after,
  #hd_navi .Nav .nav__item:first-child a::before {
    content: '';
    height: 35px;
    width: 1px;
    display: block;
    border-right: 1px solid #bbb;
    position: absolute;
    transition: initial;
    transform: inherit;
    right: -15px;
    top: 12px;
    left: auto;
  }

  #hd_navi .Nav .nav__item:first-child a::before {
    left: -15px;
  }

  #hd_navi .Nav .nav__item:nth-child(3) a::before {
    left: -12px;
  }

  #hd_navi .Nav .nav__item a.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-bottom: 4px solid #fed700;
  }

  #hd_navi .Nav .nav__item a:hover {
    opacity: 0.7;
  }

  .hd_logo_right .view-modify-cancel {
    width: 250px;
  }

  .hd_logo_right .reservation {
    width: 250px;
  }

  .hd_logo_right .btn {
    padding: 8px 25px 8px 25px;
  }

  .filter-result-links .btn {
    padding: 12px 25px 12px 25px;
  }

  /* Navigation */

  .Nav .nav__list {
    display: flex !important;
    justify-content: space-around;
    min-height: auto !important;
  }

  .Nav .nav__item a {
    padding: 13px 20px;
  }

  /* Footer */

  .footerlinks ul {
    text-align: left;
  }

  .footerlinks li {
    text-align: left;
    border: none;
  }

  .ft-button {
    pointer-events: none;
    margin-bottom: 0;
    font-weight: 500;
  }

  .footerlinks hr {
    margin-left: 0;
  }

  /* Car models */

  .car-models-wrapper .car-models-box a p {
    font-size: 1.8rem;
  }

  /* Scroll up */

  #scrollup.fixed {
    position: fixed;
    bottom: 30px;
    top: auto;
    z-index: 1000;
  }

  /* Utilities */

  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .txt-ms {
    margin-bottom: 20px;
  }
  .txt-m {
    margin-bottom: 50px;
  }
  .type-small {
    font-size: 1.6rem;
  }

  /* Grid */

  .container {
    width: 990px;
  }

  .grid-md-2,
  .grid-md-3,
  .grid-md-4,
  .grid-md-6,
  .grid-md-8,
  .grid-md-12 {
    float: left;
  }

  .grid-md-12 {
    width: 100%;
  }

  .grid-md-8 {
    width: 66.66666667%;
  }

  .grid-md-9 {
    width: 75%;
  }

  .grid-md-6 {
    width: 50%;
  }

  .grid-md-4 {
    width: 33.33333333%;
  }

  .grid-md-3 {
    width: 25%;
  }

  .grid-md-2 {
    width: 25%;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .autocomplete-suggestions {
    max-height: 400px;
    overflow: initial;
    overflow: auto;
  }
}

@media screen and (min-width: 1200px) {

  .Nav .nav__item a {
    padding: 13px 30px;
  }

  /* Grid */

  .container {
    width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .grid-lg-2,
  .grid-lg-3,
  .grid-lg-4,
  .grid-lg-6,
  .grid-lg-8,
  .grid-lg-12 {
    float: left;
  }

  .grid-lg-12 {
    width: 100%;
  }

  .grid-lg-8 {
    width: 66.66666667%;
  }

  .grid-lg-9 {
    width: 75%;
  }

  .grid-lg-6 {
    width: 50%;
  }

  .grid-lg-4 {
    width: 33.33333333%;
  }

  .grid-lg-3 {
    width: 25%;
  }

  .grid-lg-2 {
    width: 25%;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

}

@media screen and (max-width: 1199px) {

  /* Header */

  .hd_logo_right {
    width: 514px;
  }

  ul.v-li li {
    float: none;
  }

  /* Car models */

  .car-models-main-wrapper {
    overflow: auto;
    overflow: auto;
    padding: 10px 0 0;
  }

  .car-models-wrapper.two-box {
    width: 455px;
  }

}

@media screen and (max-width: 999px) {

  .rules h3.ttl-lv3 {
    margin-top: 20px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0px;
  }

  .parking .ttl-lv4 {
    margin-top: 30px;
  }

  .parking .ttl-lv3+.ttl-lv4 {
    margin-top: 0;
  }

  .rules h3.ttl-lv3 {
    margin-top: 20px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0px;
  }

  .parking .ttl-lv4 {
    margin-top: 30px;
  }

  .parking .ttl-lv3+.ttl-lv4 {
    margin-top: 0;
  }

  .cc-window {
    flex-direction: column !important;
    align-items: unset !important;
  }

  /* Header */

  header {
    z-index: 9999999999 !important;
  }

  .hd_logo img {
    width: 35px;
  }

  .hd_logo.hd_logo2 img {
    width: 200px;
  }

  .hd_logo h1 a {
    height: 35px;
  }

  .hd_logo.hd_logo2 h1 a {
    height: auto;
  }

  .hd_logo h1 span {
    font-size: 1.4rem;
    line-height: 35px;
  }

  .hd_logo-navi .container {
    height: 55px;
  }

  .Nav .navbtn .menu {
    bottom: 9px;
  }

  select {
    padding: 12px 35px 12px 15px;
  }

  .Nav .navbtn a.open::after {
    height: 3px;
    bottom: 17px;
  }

  .Nav .navbtn {
    display: block;
    position: absolute;
    top: 25px;
    right: 19px;
    border-left: 1px solid #aaa;
    width: 53px;
    background-color: transparent;
  }

  .Nav {
    position: relative;
    border-top: none;
  }

  .hd_navi ul {
    padding: 0;
  }

  .hd_logo {
    position: absolute;
    top: 18%;
    left: 20px;
  }

  .hd_logo {
    font-weight: bold;
    font-size: 2rem;
  }

  .hd_logo-navi .container {
    position: relative;
    width: 100%;
  }

  #hd_navi .container {
    position: relative;
    top: -80px;
    width: 100%;
  }

  .hd_navi {
    position: absolute;
    top: 0;
    width: 100%;
  }

  header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 999999;
    border-bottom: 1px solid #bbbbbb;
  }

  .li-h-link ul {
    display: inline-block;
  }

  .li-h-link ul li {
    display: block;
    width: 100%;
  }

  .li-h-link ul li a {
    padding: 0;
    border: none;
    text-decoration: underline;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .li-h-link ul li:first-child a {
    border: none;
    padding-left: 0;
  }

  .li-h-link ul li:last-child a {
    margin-bottom: 10px;
  }

  body .contents p {
    line-height: 25px;
  }

  header+.container,
  header+main {
    margin-top: 55px;
  }

  /* Navigation */

  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    background-color: transparent;
    z-index: 1;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 13px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .2s;
  }

  .Nav .navbtn a.open::before {
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 25px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .2s;
  }

  .Nav .navbtn a.open::after {
    bottom: 32px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 1.2rem;
  }

  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
  }

  .Nav .navbtn a.open span::after {
    display: none;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before,
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after,
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    height: 3px;
  }

  .Nav .navbtn .menu {
    font-size: 1rem;
    left: 12px;
    position: absolute;
    color: #141414;
    bottom: 8px;
  }

  .Nav .nav__list-wrapper {
    display: none;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 81px;
    height: calc(100vh - 55px);
    width: 100%;
  }

  .Nav .nav__list {
    background-color: #f6f6f6;
    overflow: scroll;
    padding-bottom: 60px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .Nav .nav__item {
    display: block;
    border-bottom: none;
  }

  .Nav .nav__item a {
    padding: 10px 20px;
  }

  .Nav .submenu {
    background-color: #fbfbfb;
    position: static;
  }

  #hd_navi .reservation,
  #hd_navi .view-modify-cancel {
    line-height: 21px;
    height: 45px;
    max-width: 310px;
    margin: auto;
    margin-top: auto;
    width: 90%;
  }

  #hd_navi .reservation {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
  }

  #hd_navi .view-modify-cancel {
    margin-top: 15px;
    font-size: 18px;
    font-weight: lighter;
  }

  html[lang="zh-cmn-Hant-HK"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  html[lang="zh-cmn-Hant-TW"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  html[lang="ko"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  .hd_navi .reservation.button1::after,
  .hd_navi .view-modify-cancel.button3::after {
    font-size: 4rem;
  }

  .Nav .nav__list .menu a {
    font-size: 1.8rem;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    font-weight: normal;
    color: #141414;
    background-color: #fff;
  }

  .Nav .nav__list .menu a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 25px;
    display: inline-block;
    width: auto;
    font-size: 30px;
    color: #141414;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .sp-only.language a.big {
    background-color: #fff;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    max-width: 300px;
  }

  .sp-only.language a.big:hover {
    opacity: 1;
  }

  .sp-only.language {
    max-width: 300px !important;
    width: 90%;
    margin: 30px auto 60px;
    border: 1px solid #bbb;
  }

  .sp-only.language a {
    margin: 0;
    font-weight: normal;
    padding: 6px 27px;
    color: #141414;
    font-size: 1.4rem;
  }

  .sp-only.language li {
    border-bottom: none;
  }

  .sp-only.language ul a {
    border-top: 1px solid #bbb;
    line-height: 30px;
    padding: 5px 15px
  }

  .sp-only.language.open {
    margin: 30px auto 120px;
  }

  .sp-only.language.open a.big:after {
    content: '_';
    font-size: 18px;
    top: 29%;
    right: 12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .sp-only.language a.big:after {
    content: "+";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 10px;
    display: inline-block;
    width: auto;
    font-size: 20px;
    color: #141414;
    bottom: auto;
    top: 33%;
    -webkit-transform: translate(0%, -33%);
    transform: translate(0%, -33%);
  }

  body .sp-only.language.open ul a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 15px;
    display: inline-block;
    width: auto;
    font-size: 2rem;
    color: #141414;
    top: 15px;
    bottom: auto;
  }

  .hd_logo_right,
  .showReservationButton .hd_logo h1 span {
    display: none;
  }

  .showReservationButton .hd_logo_right .button {
    padding: 6px 20px;
  }

  .hd_logo_right .button::after {
    content: "\f105";
    position: absolute;
    right: 2px;
    height: 24px;
    width: 20px;
    top: 7px;
    background: none;
  }

  .showReservationButton .hd_logo_right {
    position: absolute;
    left: auto;
    z-index: 99999;
    display: inline-block;
    top: 14px;
    right: 57px;
  }

  /* Footer */

  .footerlinks {
    padding-top: 1rem;
  }

  .footerlinks .container>ul {
    max-width: 260px;
    width: 100%;
    margin: auto;
  }

  .footerlinks li.col-4 {
    text-align: center;
  }

  .ks ul.ft-toggle li {
    text-align: center;
  }

  .ft-button {
    pointer-events: all;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
  }

  .ft-no-button {
    pointer-events: all;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
  }

  .ft-no-button+ul {
    margin-bottom: 1rem;
  }

  .ft-button:before {
    content: " ";
    border-top: 1px solid #fff;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 13px;
    right: -27px;
    font-size: 2.6rem;
  }

  .ft-button:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 11px;
    border-right: 1px solid #fff;
    top: 8px;
    right: -22px;
    font-size: 2.6rem;
  }

  .ft-button.active:after {
    border-right: none;
  }

  .footerlinks .arrow {
    display: inline;
    padding: 0 24px;
  }

  .footerlinks .icon-add,
  .footerlinks .icon-tel {
    padding: 10px 0;
  }

  .footerlinks .icon-add {
    margin-top: 8px;
  }

  .footerlinks .icon-add:before {
    left: -26px;
    top: 13px;
  }

  .footerlinks .icon-tel:before {
    left: 14px;
    top: 13px;
  }

  .footerlinks ul.ft-toggle {
    display: none;
    margin-bottom: 2rem;
  }

  .ft-toggle li {
    margin: 10px 0;
  }

  .lang-toggle {
    margin-bottom: 2.8rem;
  }

  .lang-toggle .current-lang {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    width: 100px;
    margin: 0 auto;
    font-weight: bold;
    font-size: .9rem;
  }

  .lang-toggle .current-lang:after {
    display: inline-block;
    content: "";
    top: 12px;
    right: 70px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 16px;
  }

  .lang-toggle ul {
    display: none;
    margin-top: 8px;
  }

  .ft_Copyright {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
  }

  .ft_sns ul {
    vertical-align: middle;
    margin: 8px;
  }

  .ft_sns li:first-child {
    margin-left: 0px;
  }

  .ft_Copyright span {
    display: inline-block;
    width: 100%;
  }

  .mobile-link .contact-us {
    display: none;
  }

  .social-link li span {
    display: none;
  }

  .ft_sns li a i {
    font-size: 2.8rem;
  }

  .ft_Copyright p {
    font-size: 1.2rem;
  }

  .mobile-link li a {
    font-size: 1.4rem;
  }

  .footerlinks {
    padding-top: 25px;
  }

  .footerlinks .container>ul {
    display: none;
  }

  .ft_logo-sns {
    padding: 15px;
  }

  .ft_sns .social-link {
    float: none;
  }

  .ft_sns li a.ic-facebook .ft_sns li {
    margin: 0 1vw;
  }

  .ft_sns ul {
    vertical-align: middle;
    margin: 5px 0px;
  }

  .mobile-link {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
  }

  .mobile-link .contact-us {
    text-align: center;
    margin: 30px auto;
    display: table;
    color: #000;
    background-color: #fad600;
    width: auto;
    padding: 10px 40px;
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .mobile-link li a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-link li:last-child {
    border: none;
  }

  .mobile-link .contact-us:after {
    content: '\f054';
    font-family: FontAwesome;
    padding-left: 13px;
    color: #555;
  }

  .mobile-link li {
    text-align: center;
    display: inline-block;
    padding: 0px 13px;
    border-right: 1px solid #ccc;
    line-height: 12px;
    margin-bottom: 12px;
  }

  .mobile-link ul {
    max-width: 350px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
  }

  .bottom-link li:nth-child(3) {
    border: none;
  }

  footer {
    margin-top: 145px;
  }

  /* Scroll up */

  #scrollup {
    line-height: 39px;
    right: 0;
    top: -60px;
  }

  #scrollup a {
    height: 60px;
    width: 60px;
  }

  #scrollup .fa {
    font-size: 4rem;
    top: 20px;
  }

  .li-v-link ul li a {
    font-size: 1.6rem;
  }

  /* Car models */

  .car-models-main-wrapper {
    margin: 10px 0px;
  }

  .mobile-search-form {
    max-width: 400px;
    margin: auto;
  }

  #breadcrumbs,
  .m-hidden {
    display: none !important;
  }

  .search-car-form select {
    padding: 8px 35px 9px 15px;
    height: 38px;
  }

  /* Read more */

  .read-more-content .more-button {
    width: 92px;
    padding: 0px 15px;
    min-height: 27px;
    line-height: 27px;
  }

  .read-more-content .more-button::after {
    right: 10px;
    font-size: 2rem;
    top: 0;
  }

  .read-more-content .more-button.less::after {
    content: '_';
    font-size: 2rem;
    top: -10px;
    font-weight: bold;
  }

  /* Headings */

  .ttl-lv1,
  .ttl-lv2,
  .ttl-lv3,
  .ttl-lv4,
  .ttl-lv5,
  .artical-wrapper #post h1,
  .artical-wrapper #post h2,
  .artical-wrapper #post h3,
  .artical-wrapper #post h4,
  .artical-wrapper #post h5,
  .panel h4 {
    line-height: 1.25em;
  }

  .ttl-lv1,
  .artical-wrapper #post h1 {
    font-size: 3rem;
    padding: 25px 0 15px 0;
  }

  .ttl-lv1 .h1-label {
    font-size: 18px;
    display: table;
    height: 35px;
    position: relative;
    bottom: 10px;
    right: auto;
    margin: auto;
    width: auto;
  }

  .ttl-lv2,
  .artical-wrapper #post h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .ttl-lv3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .ttl-lv4,
  .artical-wrapper #post h4,
  .panel h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .ttl-lv5,
  .artical-wrapper #post h5 {
    font-size: 1.4rem;
  }

  .artical-wrapper #post h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  /* Buttons */

  .btn {
    font-size: 1.4rem;
    padding: 12px 25px 12px 25px;
  }

  /* Utilities */

  .m-hide {
    display: none !important;
  }

  .m-show {
    display: inline-block !important;
    width: 100%;
  }

  .d-hidden {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .m-border-left-none {
    border-left: none !important;
  }

  .m-border-right-none {
    border-right: none !important;
  }

  .m-border-top-none {
    border-top: none !important;
  }

  .m-border-bottom-none {
    border-bottom: none !important;
  }

  .m-no-border {
    border: none;
  }

  .m-border-1 {
    border: 1px solid #aaa;
  }

  .m-border-left-1 {
    border-left: 1px solid #aaa;
  }

  .m-border-right-1 {
    border-right: 1px solid #aaa;
  }

  .m-border-top-1 {
    border-top: 1px solid #aaa;
  }

  .m-border-bottom-1 {
    border-bottom: 1px solid #aaa;
  }

  .menu-open main,
  .menu-open footer {
    display: none;
  }

  .t-datepicker-days .t-table-wrap {
    padding: 0;
    margin-left: 2%;
    float: left !important;
    display: inline-block !important;
    width: 97% !important;
  }

  .t-datepicker-days {
    width: 342px;
  }

}

@media screen and (max-width: 767px) {

  .t-datepicker-day {
    width: 180%;
  }

  /* Headings */

  .ttl-lv2 {
    border-bottom: 3px solid #fed700;
    border-left: 0 !important;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .modal-content .ttl-lv2 {
    width: 100% !important;
  }

  /* Grid */
  .container {
    margin: 0 auto;
    width: 100%;
  }

  /* Tables */

  .table1 table th {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }

  .table1 table tr {
    display: block;
    width: 100%;
  }

  .table1 table td {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding: 10px 15px;
  }

  .table1 table tr:last-child td {
    border-bottom: 1px solid #aaaaaa;
  }

  . table,
  .rental-fees-table tbody {
    width: 100%;
  }

  .rental-fees-table table {
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
  }

  .rental-fees-table table tr {
    display: inline-block;
    width: 50%;
    float: left;
  }

  .rental-fees-table table tr td,
  .rental-fees-table table tr th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms--align-items: center;
    height: 81px;
    border-bottom: none;
    border-left: none;
  }

  .rental-fees-table table tr th {
    border-left: 1px solid #aaaaaa;
  }

  /* Modal */

  .modal .ttl-lv2 {
    position: static;
    margin-left: 0;
    width: 100%;
  }

}

@media screen and (max-width: 479px) {

  .li-v-link ul li a,
  .li-h-link ul li a {
    font-size: 1.4rem;
  }

  .bottom-link li:nth-child(3) {
    border: none;
  }

  .mobile-link ul {
    max-width: 336px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
  }

  /* Navigation */

  .Nav .navbtn .menu {
    bottom: 7px;
  }

  /* SNS */

  .ft_sns li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }

  .ft_sns li a i {
    font-size: 1.6rem;
  }

  /* Car modeles */

  .car-models-wrapper .car-models-box a p {
    font-size: 1.4rem;
  }

  .car-models-wrapper .car-models-box,
  .car-models-wrapper.two-box .car-models-box {
    width: 120px;
    min-height: 151px;
  }

  .car-models-wrapper .car-models-box {
    margin-left: 10px;
  }

  #tab.type-of-car ul {
    width: 656px;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .rules h3.ttl-lv3 {
    margin-top: 25px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .t-datepicker-days {
    width: 441px;
  }

  /* Header */

  #hd_navi .Nav .nav__item a {
    font-size: 1.6rem;
  }

  #hd_navi .Nav .nav__item:first-child a::before {
    left: -10px;
  }

  #hd_navi .Nav .nav__item a::after {
    right: -10px;
  }

  .hd_navi .Nav {
    display: table;
    width: 100%;
  }

  .hd_logo img {
    width: 50px;
  }

  .hd_logo.hd_logo2 img {
    width: 266px;
  }

  .hd_logo h1 a {
    height: 50px;
  }

  .hd_logo.hd_logo2 h1 a {
    height: auto;
  }

  .hd_logo h1 span {
    font-size: 1.8rem;
    line-height: 50px;
  }

  .hd_logo-navi .container {
    height: 70px;
  }

  /* Navigation */

  .Nav .navbtn .menu {
    bottom: 5px;
  }

  .Nav .navbtn {
    padding: 21px 16px 19px 17px;
  }

  /*footer li width*/
  html[lang="zh-cmn-Hant-HK"] .footerlinks li.grid-3,
  html[lang="zh-cmn-Hant-TW"] .footerlinks li.grid-3,
  html[lang="ko"] .footerlinks li.grid-3 {
    width: 32%;
  }

}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #141414 !important;
    text-decoration: none !important;
  }
}

.information-table .link-wraper .new-info,
.information-table .link-wrapper .new-info {
  border: 1px solid #d2232a;
  color: #d2232a;
  font-size: 14px;
  padding: 0px 8px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}



/*************************************
card image box
*************************************/
/*top page .heading-top*/
.image-box-wrapper.heading-top .image-box h3 {
  left: 0;
  color: #fff;
  background: rgba(20, 20, 20, 0.85);
  text-transform: capitalize;
  font-weight: normal;
  padding: 10px 20px;
  position: absolute !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  min-height: 60px;
}

/*ダミー画像表示時帯*/
.image-box-image-wrapper span {
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  line-height: 67px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*image-box-shadow*/
.image-box-shadow {
  margin: auto;
}

.image-box-shadow .image-box {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-appearance: none;
}

/*image-box-wrapper*/
.image-box-wrapper {
  width: 100%;
}

/*image-box*/
.image-box-wrapper .image-box {
  height: auto;
  position: relative;
  z-index: 10;
  margin: auto;
}

.image-box-wrapper .image-box h3 {
  font-size: 20px;
  margin-bottom: 5px;
  z-index: 1;
}

.image-box-wrapper .image-box .deals-date {
  margin-top: 10px;
}

/* ラベル追加(2019/05/13) */
.image-box-wrapper .image-box .deals-label {
  background-color: #fed600;
  color: #141414;
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  padding: 2px 20px;
  margin-bottom: 10px;
  max-width: 100%;
  word-wrap: break-word;
}

.image-box-wrapper .image-box:hover {
  opacity: .75;
}

/*image-box-image-wrapper*/
.image-box-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 0px;
}

.image-box-wrapper .image-box {
  margin-bottom: 30px;
}

.image-box-image-wrapper img {
  width: 100%;
  padding: 0;
}

/*image-box-content*/
.image-box-content {
  overflow: hidden;
  position: relative;
  padding: 20px 50px 25px 30px;
  margin-bottom: 0px;
}

.image-box-content::after {
  color: #141414;
  content: "\f054";
  top: 50%;
  transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  -webkit-transform: translate(0%, -50%) !important;
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  font-size: 18px;
  margin-top: 0;
}

@media screen and (max-width:1030px) {

  /*タブレット以下のサイズでhoveさせない*/
  .image-box:hover,
  .image-box:active {
    opacity: 1 !important;
  }

}

@media screen and (min-width: 1000px) {

  /*ダミー画像表示時帯*/
  .image-box-image-wrapper span {
    min-width: 173px;
    min-height: 48px;
    font-size: 24px;
    line-height: 45px;
  }

  .line-height {
    display: inline-block;
    width: 100%;
    height: 25px;
  }

}

@media screen and (max-width: 999px) {

  /*top page .heading-top*/
  #driver-elements .image-box-wrapper.heading-top .image-box h3 {
    background: none;
    color: #141414;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative !important;
    top: auto !important;
    padding: 0px 0 0px 0 !important;
    min-height: auto;
  }

  /*ダミー画像表示時帯*/
  .image-box-image-wrapper span {
    min-width: 175px;
    min-height: 47px;
    font-size: 24px;
  }

  /*image-box-wrapper*/

  .image-box-wrapper .image-box h3 {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .image-box-wrapper .image-box .deals-date {
    margin-top: 10px;
  }

  /* ラベル追加(2019/05/13) */
  .image-box-wrapper .image-box .deals-label {
    background-color: #fed600;
    color: #141414;
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
    padding: 2px 10px;
    margin-bottom: 10px;
    max-width: 100%;
    word-wrap: break-word;
  }

  .image-box-wrapper .image-box:hover {
    opacity: 1 !important;
  }

  /*image-box-content*/
  .image-box-content {
    padding: 15px 60px 15px 20px;
  }

  .image-box-content::after {
    right: 20px;
    font-size: 14px;
  }

  /* Accordion(SPonly) */
  .accordion-section-sp {
    border: 1px solid #aaaaaa;
    word-wrap: break-word;
  }

  .accordion-section-sp .accordion-sp .label {
    margin: auto;
    padding: 22px 30px 22px;
    position: relative;
    min-height: 75px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #aaa;
    font-weight: 400;
  }

  .accordion-section-sp .accordion-sp:first-child .label {
    border-top: none;
  }

  .accordion-section-sp .accordion-sp .label:after {
    content: '+';
    position: absolute;
    right: 27px;
    top: 24px;
    font-size: 25px;
    font-weight: lighter;
  }

  .accordion-section-sp .accordion-sp.active .label:after {
    content: '_';
    position: absolute;
    right: 27px;
    top: 10px;
    font-size: 30px;
  }

  .accordion-section-sp .panel {
    position: relative;
    padding: 22px 30px 22px;
    display: none;
    border-top: 1px solid #aaa;
  }

  .accordion-section-sp .panel:first-of-type {
    border-top: none;
  }

  .accordion-section-sp .panel a {
    word-break: break-word;
  }

  /* Accordion */
  .accordion-section .accordion .label,
  .accordion-section-sp .accordion-sp .label {
    padding: 9px 45px 8px 15px;
    min-height: 42px;
  }

  .accordion-section .accordion.active .label:after,
  .accordion-section-sp .accordion-sp.active .label:after {
    right: 15px;
    top: 5px;
  }

  .accordion-section .accordion .label:after,
  .accordion-section-sp .accordion-sp .label:after {
    right: 15px;
    top: 50%;
    margin-top: -12px;
  }

  .accordion-section .panel,
  .accordion-section-sp .panel {
    padding: 9px 20px 8px;
  }
  
  /* Accordion(FAQ) */
  .faq .accordion-section .accordion .label {
    padding: 9px 45px 8px 45px;
    min-height: 42px;
  }

  .faq .accordion-section .panel {
    padding: 0px 45px 15px 50px;
  }

  .faq .accordion-section .accordion .label:before {
    left: 15px;
    top: 8px;
  }

  .faq .accordion-section .panel:before {
    left: 15px;
    top: 0px;
  }
  
}

@media print {
  #tab ul li {
    padding: 0;
  }

  #tab li a {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 12px 0;
  }
}

/*************************************
Add box style 20190215
*************************************/
/* box＋image */
.box-wrapper {
  border: 1px solid #aaaaaa;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.box-wrapper .image-wrapper img {
  width: auto;
  max-height: 65%;
}

.grid-md-4 .box-wrapper .image-wrapper,
.grid-md-4 .box-wrapper .image-wrapper span,
.box-wrapper h3,
h3.box-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.box-wrapper h3,
h3.box-headline {
  background-color: #e9f0f3;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  text-align: center;
}

h3.box-headline {
  border-left : 1px solid #aaaaaa;
  border-right : 1px solid #aaaaaa;
  border-top : 1px solid #aaaaaa;
}

.content-wrapper.txt-inner{
  padding : 2rem 2.5rem 2.8rem;
  border-left : 1px solid #aaaaaa;
  border-right : 1px solid #aaaaaa;
  border-bottom : 1px solid #aaaaaa;
}

.grid-md-4 .box-wrapper .image-wrapper span {
  height: 240px;
}

@media screen and (min-width: 1000px) {
  .box-wrapper h3,
  h3.box-headline {
    padding: 16px 5px;
    font-size: 20px;
    min-height: 66px;
  }
  .grid-md-4 .box-wrapper .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 999px) {
  .box-wrapper h3,
  h3.box-headline {
    font-size: 16px;
    padding: 10px;
  }
}

@media print, screen and (min-width: 999px){
  .checkbox-wrapper.style-control-group {
    display: inline-block!important;
  }
}

@media screen and (max-width: 767px) {
  .box-wrapper {
    margin: 0 0 15px;
  }
  .box-wrapper .image-wrapper img {
    display: block;
    max-width: 223px;
    width: 95%;
  }
  .grid-md-4 .box-wrapper .image-wrapper span {
    height: auto;
    margin: 20px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-wrapper .image-wrapper img {
    width: auto;
    margin: auto;
    display: table;
  }
  .grid-md-4 .image-wrapper img {
    max-height: 115px;
  }
}

/* box＋text */
.box-2col h4.headline {
  background-color: #e9f0f3;
  border: 1px solid #aaa;
  min-height: 59px;
  text-align: center;
  padding: 16px;
  font-size: 20px;
}

.box-2col .content-wrapper {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding : 1rem 1.5rem 2rem;
}

.box-2col .content-wrapper p {
  text-align: center;
  margin-top: 11px;
  font-weight: bold;
}

/* Margin Setting */
.mg-0 {margin: 0px!important}
.mg-5 {margin: 5px!important}
.mg-10 {margin: 10px!important}
.mg-15 {margin: 15px!important}
.mg-20 {margin: 20px!important}
.mg-25 {margin: 25px!important}
.mg-30 {margin: 30px!important}
.mg-35 {margin: 35px!important}
.mg-40 {margin: 40px!important}
.mg-45 {margin: 45px!important}
.mg-50 {margin: 50px!important}
.mg-55 {margin: 55px!important}
.mg-60 {margin: 60px!important}
.mg-65 {margin: 65px!important}
.mg-70 {margin: 70px!important}
.mg-75 {margin: 75px!important}
.mg-80 {margin: 80px!important}
.mg-85 {margin: 85px!important}
.mg-90 {margin: 90px!important}
.mg-95 {margin: 95px!important}
.mg-100 {margin: 100px!important}

.mt-0 {margin-top: 0px!important}
.mt-5 {margin-top: 5px!important}
.mt-10 {margin-top: 10px!important}
.mt-15 {margin-top: 15px!important}
.mt-20 {margin-top: 20px!important}
.mt-25 {margin-top: 25px!important}
.mt-30 {margin-top: 30px!important}
.mt-35 {margin-top: 35px!important}
.mt-40 {margin-top: 40px!important}
.mt-45 {margin-top: 45px!important}
.mt-50 {margin-top: 50px!important}
.mt-55 {margin-top: 55px!important}
.mt-60 {margin-top: 60px!important}
.mt-65 {margin-top: 65px!important}
.mt-70 {margin-top: 70px!important}
.mt-75 {margin-top: 75px!important}
.mt-80 {margin-top: 80px!important}
.mt-85 {margin-top: 85px!important}
.mt-90 {margin-top: 90px!important}
.mt-95 {margin-top: 95px!important}
.mt-100 {margin-top: 100px!important}

.mb-0 {margin-bottom: 0px!important}
.mb-5 {margin-bottom: 5px!important}
.mb-10 {margin-bottom: 10px!important}
.mb-15 {margin-bottom: 15px!important}
.mb-20 {margin-bottom: 20px!important}
.mb-25 {margin-bottom: 25px!important}
.mb-30 {margin-bottom: 30px!important}
.mb-35 {margin-bottom: 35px!important}
.mb-40 {margin-bottom: 40px!important}
.mb-45 {margin-bottom: 45px!important}
.mb-50 {margin-bottom: 50px!important}
.mb-55 {margin-bottom: 55px!important}
.mb-60 {margin-bottom: 60px!important}
.mb-65 {margin-bottom: 65px!important}
.mb-70 {margin-bottom: 70px!important}
.mb-75 {margin-bottom: 75px!important}
.mb-80 {margin-bottom: 80px!important}
.mb-85 {margin-bottom: 85px!important}
.mb-90 {margin-bottom: 90px!important}
.mb-95 {margin-bottom: 95px!important}
.mb-100 {margin-bottom: 100px!important}

.ml-0 {margin-left: 0px!important}
.ml-5 {margin-left: 5px!important}
.ml-10 {margin-left: 10px!important}
.ml-15 {margin-left: 15px!important}
.ml-20 {margin-left: 20px!important}
.ml-25 {margin-left: 25px!important}
.ml-30 {margin-left: 30px!important}
.ml-35 {margin-left: 35px!important}
.ml-40 {margin-left: 40px!important}
.ml-45 {margin-left: 45px!important}
.ml-50 {margin-left: 50px!important}
.ml-55 {margin-left: 55px!important}
.ml-60 {margin-left: 60px!important}
.ml-65 {margin-left: 65px!important}
.ml-70 {margin-left: 70px!important}
.ml-75 {margin-left: 75px!important}
.ml-80 {margin-left: 80px!important}
.ml-85 {margin-left: 85px!important}
.ml-90 {margin-left: 90px!important}
.ml-95 {margin-left: 95px!important}
.ml-100 {margin-left: 100px!important}

.mr-0 {margin-right: 0px!important}
.mr-5 {margin-right: 5px!important}
.mr-10 {margin-right: 10px!important}
.mr-15 {margin-right: 15px!important}
.mr-20 {margin-right: 20px!important}
.mr-25 {margin-right: 25px!important}
.mr-30 {margin-right: 30px!important}
.mr-35 {margin-right: 35px!important}
.mr-40 {margin-right: 40px!important}
.mr-45 {margin-right: 45px!important}
.mr-50 {margin-right: 50px!important}
.mr-55 {margin-right: 55px!important}
.mr-60 {margin-right: 60px!important}
.mr-65 {margin-right: 65px!important}
.mr-70 {margin-right: 70px!important}
.mr-75 {margin-right: 75px!important}
.mr-80 {margin-right: 80px!important}
.mr-85 {margin-right: 85px!important}
.mr-90 {margin-right: 90px!important}
.mr-95 {margin-right: 95px!important}
.mr-100 {margin-right: 100px!important}

/* Padding Setting */
.pd-0 {padding: 0px!important}
.pd-5 {padding: 5px!important}
.pd-10 {padding: 10px!important}
.pd-15 {padding: 15px!important}
.pd-20 {padding: 20px!important}
.pd-25 {padding: 25px!important}
.pd-30 {padding: 30px!important}
.pd-35 {padding: 35px!important}
.pd-40 {padding: 40px!important}
.pd-45 {padding: 45px!important}
.pd-50 {padding: 50px!important}
.pd-55 {padding: 55px!important}
.pd-60 {padding: 60px!important}
.pd-65 {padding: 65px!important}
.pd-70 {padding: 70px!important}
.pd-75 {padding: 75px!important}
.pd-80 {padding: 80px!important}
.pd-85 {padding: 85px!important}
.pd-90 {padding: 90px!important}
.pd-95 {padding: 95px!important}
.pd-100 {padding: 100px!important}

.pt-0 {padding-top: 0px!important}
.pt-5 {padding-top: 5px!important}
.pt-10 {padding-top: 10px!important}
.pt-15 {padding-top: 15px!important}
.pt-20 {padding-top: 20px!important}
.pt-25 {padding-top: 25px!important}
.pt-30 {padding-top: 30px!important}
.pt-35 {padding-top: 35px!important}
.pt-40 {padding-top: 40px!important}
.pt-45 {padding-top: 45px!important}
.pt-50 {padding-top: 50px!important}
.pt-55 {padding-top: 55px!important}
.pt-60 {padding-top: 60px!important}
.pt-65 {padding-top: 65px!important}
.pt-70 {padding-top: 70px!important}
.pt-75 {padding-top: 75px!important}
.pt-80 {padding-top: 80px!important}
.pt-85 {padding-top: 85px!important}
.pt-90 {padding-top: 90px!important}
.pt-95 {padding-top: 95px!important}
.pt-100 {padding-top: 100px!important}

.pb-0 {padding-bottom: 0px!important}
.pb-5 {padding-bottom: 5px!important}
.pb-10 {padding-bottom: 10px!important}
.pb-15 {padding-bottom: 15px!important}
.pb-20 {padding-bottom: 20px!important}
.pb-25 {padding-bottom: 25px!important}
.pb-30 {padding-bottom: 30px!important}
.pb-35 {padding-bottom: 35px!important}
.pb-40 {padding-bottom: 40px!important}
.pb-45 {padding-bottom: 45px!important}
.pb-50 {padding-bottom: 50px!important}
.pb-55 {padding-bottom: 55px!important}
.pb-60 {padding-bottom: 60px!important}
.pb-65 {padding-bottom: 65px!important}
.pb-70 {padding-bottom: 70px!important}
.pb-75 {padding-bottom: 75px!important}
.pb-80 {padding-bottom: 80px!important}
.pb-85 {padding-bottom: 85px!important}
.pb-90 {padding-bottom: 90px!important}
.pb-95 {padding-bottom: 95px!important}
.pb-100 {padding-bottom: 100px!important}

.pl-0 {padding-left: 0px!important}
.pl-5 {padding-left: 5px!important}
.pl-10 {padding-left: 10px!important}
.pl-15 {padding-left: 15px!important}
.pl-20 {padding-left: 20px!important}
.pl-25 {padding-left: 25px!important}
.pl-30 {padding-left: 30px!important}
.pl-35 {padding-left: 35px!important}
.pl-40 {padding-left: 40px!important}
.pl-45 {padding-left: 45px!important}
.pl-50 {padding-left: 50px!important}
.pl-55 {padding-left: 55px!important}
.pl-60 {padding-left: 60px!important}
.pl-65 {padding-left: 65px!important}
.pl-70 {padding-left: 70px!important}
.pl-75 {padding-left: 75px!important}
.pl-80 {padding-left: 80px!important}
.pl-85 {padding-left: 85px!important}
.pl-90 {padding-left: 90px!important}
.pl-95 {padding-left: 95px!important}
.pl-100 {padding-left: 100px!important}

.pr-0 {padding-right: 0px!important}
.pr-5 {padding-right: 5px!important}
.pr-10 {padding-right: 10px!important}
.pr-15 {padding-right: 15px!important}
.pr-20 {padding-right: 20px!important}
.pr-25 {padding-right: 25px!important}
.pr-30 {padding-right: 30px!important}
.pr-35 {padding-right: 35px!important}
.pr-40 {padding-right: 40px!important}
.pr-45 {padding-right: 45px!important}
.pr-50 {padding-right: 50px!important}
.pr-55 {padding-right: 55px!important}
.pr-60 {padding-right: 60px!important}
.pr-65 {padding-right: 65px!important}
.pr-70 {padding-right: 70px!important}
.pr-75 {padding-right: 75px!important}
.pr-80 {padding-right: 80px!important}
.pr-85 {padding-right: 85px!important}
.pr-90 {padding-right: 90px!important}
.pr-95 {padding-right: 95px!important}
.pr-100 {padding-right: 100px!important}

/* Font size setting */
.fsize-22{font-size: 22px;}
.fsize-20{font-size: 20px;}
.fsize-12{font-size: 12px;}
.fsize-14{font-size: 14px;}
.fsize-16{font-size: 16px;}
.fsize-18{font-size: 18px;}

/* Line Height Setting */
.lh14 {line-height: 1.4 !important;}
.lh16 {line-height: 1.6 !important;}
.lh18 {line-height: 1.8 !important;}
.lh20 {line-height: 2 !important;}
.lh22 {line-height: 2.2 !important;}
.lh24 {line-height: 2.4 !important;}
.lh26 {line-height: 2.6 !important;}
.lh28 {line-height: 2.8 !important;}
