@charset "UTF-8";
.btn-burger { width: 22px; height: 14px; display: inline-block; vertical-align: middle; position: relative; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); transition: .5s ease-in-out; }

.btn-burger span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; opacity: 1; left: 0; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); transition: .25s ease-in-out; }

.btn-burger span:nth-child(1) { top: 0; }

.btn-burger span:nth-child(2), .btn-burger span:nth-child(3) { top: 6px; }

.btn-burger span:nth-child(4) { top: 12px; }

.open .btn-burger span:nth-child(1), .open .btn-burger span:nth-child(4) { top: 12px; width: 0%; left: 50%; }

.open .btn-burger span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.open .btn-burger span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

*, html { box-sizing: border-box; }

.top-bar { height: auto; }

.top-bar .contain { text-align: right; padding: 0; }

.top-bar .contain:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

.top-bar .top-menu { display: none; }

#append-list { display: none !important; }

.new-menu { float: right; padding: 2px 0 2px 0; margin-left: 60px; right: 15px; top: 0; position: relative; z-index: 78889; }

.top-menu-btn { cursor: pointer; display: inline-block; padding: 7px 18px; line-height: 1; border: 1px solid #dadada; border-radius: 6px; text-align: center; background: #00a040; }

.top-menu-btn:after { content: "選單"; display: inline-block; vertical-align: middle; margin-left: 5px; font-size: 15px; color: #fff; }

@media only screen and (max-width: 641px) { .top-menu-btn:after { display: none; } }

a.btn-burger:link, a.btn-burger:visited { display: inline-block; vertical-align: middle; width: 16px; height: 14px; }

.menu-content { display: none; background: #00a040; position: fixed; left: 0; right: 0; top: 0; z-index: 7888; padding-top: 30px; box-shadow: 0 7px 8px 2px rgba(0, 0, 0, 0.4); }

.menu-content .contain { margin: 0 auto; max-width: 1400px; }

@media only screen and (max-width: 991px) { .menu-content .contain { max-width: 970px; } }

@media only screen and (max-width: 767px) { .menu-content .contain { max-width: 750px; } }

.menu-content .contain { text-align: left; margin: 0 auto; padding: 30px; }

@media only screen and (max-width: 361px) { .menu-content .contain { padding: 15px; } }

.menu-content h2 a:link, .menu-content h2 a:visited, .menu-content nav ul a:link, .menu-content nav ul a:visited { font-family: '微軟正黑體','Microsoft JhengHei','新細明體','PMingLiU',Arial,sans-serif; display: block; border: 1px solid #dadada; color: #fff; font-size: 21px; border-radius: 6px; padding: .3em; text-align: center; }

@media only screen and (max-width: 415px), (orientation: landscape) { .menu-content h2 a:link, .menu-content h2 a:visited, .menu-content nav ul a:link, .menu-content nav ul a:visited { font-size: 18px; padding: .3em; } }

.menu-content h2 a:hover, .menu-content h2 a.active, .menu-content nav ul a:hover, .menu-content nav ul a.active { background: #dadada; color: #00a040; text-decoration: none; }

.menu-content h2 { padding: 0 6% 20px; border-bottom: 1px solid #dadada; }

@media only screen and (max-width: 992px) { .menu-content h2 { padding: 0 2% 20px; } }

.menu-content nav ul { list-style-type: none; border-top: 1px solid #dadada; padding: 20px 6%; }

@media only screen and (max-width: 992px) { .menu-content nav ul { padding: 20px 2%; } }

.menu-content nav ul li { display: inline-block; margin: 0 0 15px; width: calc(100% / 3); }

.menu-content nav ul li a:link, .menu-content nav ul li a:visited { margin: 0 4.5px; }

@media only screen and (max-width: 641px) { .menu-content nav ul li { width: 100%; }
  .menu-content nav ul.compact li { width: calc(100% / 2); } }

@media only screen and (max-width: 431px) { .menu-content nav ul li { margin: 0 0 10px; }
  .menu-content nav ul.compact li { width: calc(100% / 2); } }

.menu-content nav h3 { text-align: center; font-weight: normal; font-size: 20px; color: #fff; margin: 20px auto 0; }

.menu-content nav h3 + ul { border-top: none; }

.btn-menu { display: inline-block; width: 36px; height: 36px; background: #ccc; position: relative; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); transition: .5s ease-in-out; cursor: pointer; }

.btn-menu span { display: block; position: absolute; height: 4px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); transition: .25s ease-in-out; }

.btn-menu span:nth-child(1) { top: 3px; }

.btn-menu span:nth-child(2), .btn-menu span:nth-child(3) { top: 16px; }

.btn-menu span:nth-child(4) { top: 30px; }

.btn-menu.open span:nth-child(1), .btn-menu.open span:nth-child(4) { top: 16px; width: 0%; left: 50%; }

.btn-menu.open span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.btn-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.scroll2top:link, .scroll2top:visited { background: #aeaeae; color: #fff; opacity: 0; width: 0; height: 0; border-radius: 100%; transition: all 0.3s ease-out; top: auto; right: 1.5em !important; bottom: 1.5em !important; margin: 0; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; }

.scroll2top:link span, .scroll2top:visited span { display: none; }

.scroll2top:before { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E316"; color: #fff; font-size: 46px; float: left; margin: -3px 5px -12px; }

.scroll2top:after { content: "TOP"; }

.scroll2top:hover { text-decoration: none; }

.scrolled .scroll2top:link, .scrolled .scroll2top:visited { opacity: .8; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); width: 56px; height: 56px; }

.menu-pinned .new-menu { -webkit-animation-name: fadeDown; animation-name: fadeDown; -webkit-animation-duration: 400ms; animation-duration: 400ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0); }
  100% { opacity: 1;
    -webkit-transform: none; } }

@keyframes fadeDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0); }
  100% { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.menu-pinned .new-menu { position: fixed; right: 30px; top: 8px; }

.open .menu-content { display: block; }

.open .top-menu-btn { border: 1px solid #00a040; }

.open .top-menu-btn:after { content: "關閉"; }

@media only screen and (max-width: 736px) and (orientation: landscape) { .open .menu-content nav h3 { font-size: 18px; }
  .open .menu-content nav h2 a:link, .open .menu-content nav h2 a:visited { font-size: 15px; }
  .open .menu-content nav li { width: calc(100% / 4); }
  .open .menu-content nav li a:link, .open .menu-content nav li a:visited { font-size: 15px; }
  .open .menu-content nav ul.compact li { width: calc(100% / 4); }
  .open .menu-content nav ul.compact li a:link, .open .menu-content nav ul.compact li a:visited { font-size: 15px; } }

@media only screen and (max-width: 415px) and (orientation: landscape) { .open { overflow: hidden; }
  .open .menu-content { bottom: 0; }
  .open .menu-content nav h3 + ul { padding-top: 10px; } }

@media only screen and (max-width: 767px) { .new-menu { position: absolute; }
  .top-menu-btn { padding: 7px; }
  .top-menu-btn:after { display: none; }
  .menu-pinned .new-menu { right: 15px; top: 8px; } }

.red, em { color: #ef2c19; }

mark { background: #fff600; }

.button-box { text-align: center; margin: 25px auto 0; }

.step-flows + .button-box { margin-bottom: 20px; }

.submit-button:link, .submit-button:visited { font-size: 28px; color: #fff; display: inline-block; padding: 20px; background: #fe7c11; border-radius: 5px; min-width: 360px; line-height: 1; }

.submit-button:hover { text-decoration: none; }

@media only screen and (max-width: 461px) { .submit-button:link, .submit-button:visited { min-width: 280px; font-size: 22px; } }

.pdf-button:before { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E415"; vertical-align: middle; font-size: 26px; margin-right: 5px; }

.pdf-button:link, .pdf-button:visited { font-size: 18px; display: inline-block; color: #000; background: #ffcc0f; border-radius: 25px; padding: .5em 1.5em .3em; margin: 0 .3em 1em; }

.pdf-button:hover { text-decoration: none; }

.break { display: none; }

@media only screen and (max-width: 381px) { .break.b380 { display: block; } }

*, html { box-sizing: border-box; }

body { background: #f8f8f8; color: #666; }

.contain { margin: 0 auto; max-width: 1400px; }

@media only screen and (max-width: 991px) { .contain { max-width: 970px; } }

@media only screen and (max-width: 767px) { .contain { max-width: 750px; } }

.contain { padding: 0 30px; }

@media only screen and (max-width: 767px) { .contain { padding: 0 15px; } }

.box { margin: 30px auto 0; }

.path { background: #e0e0e0; }

.path .contain { padding-top: 0; padding-bottom: 0; }

.path ul li { display: inline-block; vertical-align: middle; color: #7d7d7d; font-size: 15px; padding: .5em; padding-right: 0; }

.path ul li:after { content: ">"; margin-left: .5em; }

.path ul li:last-child:after { display: none; }

.path ul li a:link, .path ul li a:visited { display: inline-block; color: #7d7d7d; }

.path ul li a:hover { text-decoration: underline; }

.board { position: relative; text-align: center; }

.board.constraint { min-height: 202px; background: #D7EFEF url(/act/japan-cars/img/board-location.jpg) no-repeat center top; background-size: cover; }

.board section { position: absolute; left: 0; right: 0; top: 18%; padding: 0 10%; }

.board section h2 { font-size: 52px; color: #414141; line-height: .7; }

.board section h2 b { display: inline-block; vertical-align: middle; margin-right: 15px; background-color: #efefef; padding: 10px; border-radius: 100%; }

.board section h2 b:before { content: ""; display: inline-block; vertical-align: middle; width: 47px; height: 47px; background-image: url(../img/foot_nav_sprite.png); background-position: 0 0; background-repeat: no-repeat; }

.board section h2 b.qa:before { background-position: -47px 0; }

.board section h2 b.steps:before { background-position: 0 -47px; }

.board section h2 b.help:before { background-position: -47px -47px; }

.board section h2 b { background-color: #fff; width: 76px; height: 76px; }

.board section p { font-size: 15px; margin: 1em 0 0; text-shadow: 0 0 1px #fff; }

.board img { max-width: 100%; margin: 0 auto; }

@media only screen and (max-width: 551px) { .board.constraint { min-height: 170px; }
  .board section { top: 10%; padding: 0 2%; }
  .board section h2 { font-size: 28px; }
  .board section h2 b { width: 68px; height: 68px; }
  .board section p { margin: .5em 0 0; } }

.features .contain { margin: 0 auto; max-width: 1400px; }

@media only screen and (max-width: 991px) { .features .contain { max-width: 970px; } }

@media only screen and (max-width: 767px) { .features .contain { max-width: 750px; } }

.features .contain { padding: 30px; }

@media only screen and (max-width: 361px) { .features .contain { padding: 15px; } }

.features .portal-title { color: #78737a; font-size: 21px; text-align: center; padding: 20px 20px 0; line-height: 1.5; }

@media only screen and (max-width: 641px) { .features .portal-title { padding: 0; } }

@media only screen and (max-width: 767px) { .features .portal-title { font-size: 16px; } }

.features .portal:hover { text-decoration: none !important; }

.features .portal.active figure { border-color: #00a040; }

.features .portal:first-child + .portal figure img { float: right; }

.features figure { border: 10px solid #dadada; display: table; max-width: 1200px; margin: 50px auto 0; }

@media only screen and (max-width: 1270px) { .features figure { margin: 30px auto 0; } }

@media only screen and (max-width: 1035px) { .features figure { max-width: 960px; } }

@media only screen and (max-width: 767px) { .features figure { border-width: 7px; } }

@media only screen and (max-width: 640px) { .features figure { border-width: 5px; } }

@media only screen and (max-width: 361px) { .features figure { margin: 15px auto 0; } }

.features figure img { display: table-cell; vertical-align: middle; max-width: 100%; }

.features figure img.inlay-left { display: none; }

@media only screen and (max-width: 641px) { .features figure img { display: block; }
  .features figure img.inlay-left { display: block; }
  .features figure img.inlay-right { display: none; } }

.features figcaption { width: 349px; display: table-cell; vertical-align: middle; text-align: center; }

@media only screen and (max-width: 1035px) { .features figcaption { width: 310px; } }

@media only screen and (max-width: 767px) { .features figcaption { width: 240px; } }

@media only screen and (max-width: 641px) { .features figcaption { display: block; width: 100%; padding: 8px 15px; }
  .features figcaption:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; } }

@media only screen and (max-width: 361px) { .features figcaption { padding: 8px; } }

.features figcaption h2 { color: #1b1b1b; font-size: 66px; padding: .18em; }

@media only screen and (max-width: 1035px) { .features figcaption h2 { font-size: 42px; } }

@media only screen and (max-width: 740px) { .features figcaption h2 { font-size: 32px; } }

@media only screen and (max-width: 641px) { .features figcaption h2 { float: left; font-size: 24px; padding: 0; text-align: left; } }

@media only screen and (max-width: 361px) { .features figcaption h2 { overflow: hidden; text-overflow: ellipsis; font-size: 17px; width: 7em; white-space: nowrap; } }

.features figcaption .dollar { color: #00a040; font-size: 56px; }

@media only screen and (max-width: 1035px) { .features figcaption .dollar { font-size: 36px; } }

@media only screen and (max-width: 641px) { .features figcaption .dollar { float: right; font-size: 24px; padding: 0; } }

@media only screen and (max-width: 361px) { .features figcaption .dollar { font-size: 17px; } }

.features figcaption .dollar:before { content: "$"; font-size: 80%; }

.features figcaption .dollar span { font-size: 70%; margin-left: .25em; vertical-align: .05em; }

.features figcaption button { background: #00a040; color: #fff; font-size: 20px; font-weight: normal; border-radius: 30px; border: none; -moz-appearance: none; -webkit-appearance: none; apperance: none; padding: .6em 2.5em; margin: .5em; }

@media only screen and (max-width: 767px) { .features figcaption button { font-size: 15px; } }

@media only screen and (max-width: 641px) { .features figcaption button { display: none; } }

.big-title { color: #00a040; font-size: 34px; text-align: left; padding: .5em; padding-top: 0; }

.big-title b { display: inline-block; vertical-align: middle; vertical-align: middle; background: #efefef; border-radius: 100%; margin: 0 .3em 0 0; text-align: center; width: 86px; height: 86px; line-height: 3; }

.big-title .material-icons { color: #00a040; font-size: 50px; }

.big-title.money b { line-height: 2.8; }

.big-title.money .material-icons { background: #00a040; color: #fff; font-size: 34px; border: 5px solid #35c06d; border-radius: 100%; }

@media only screen and (max-width: 461px) { .big-title { text-align: center; font-size: 28px; }
  .big-title b { width: 64px; height: 64px; line-height: 2.9; }
  .big-title .material-icons { font-size: 44px; } }

.plan-notice ul { margin: 0 0 0 20px; }

.plan-notice li { font-size: 15px; line-height: 1.7; }

.plan-notice li a:link, .plan-notice li a:visited { color: #00a040; text-decoration: underline; }

.car-select .selector { background: #ffcc0f; margin: 0 auto; padding: 15px; border-radius: 5px; }

.car-select .selector h3 { color: #454545; font-size: 26px; margin-bottom: 5px; }

@media only screen and (max-width: 461px) { .car-select .selector h3 { font-size: 22px; text-align: center; } }

.select-box { position: relative; display: inline-block; width: 49%; height: 50px; overflow: hidden; background: #fff; border: 1px solid #cfcfcf; border-radius: 2px; margin: 0; }

.select-box select { background: transparent; padding: .5em .75em; width: 100%; height: 100%; font-size: 16px; line-height: 1; border: 0 none; border-radius: 0; -webkit-appearance: none; position: absolute; left: 10px; top: 0; z-index: 21; -moz-text-align-last: center; -webkit-text-align-last: center; text-align-last: center; }

.select-box select option { color: red; }

@media only screen and (max-width: 767px) { .select-box { display: block; width: 100%; margin-bottom: 15px; } }

.select-box + .select-box { margin-left: 25px; }

@media only screen and (max-width: 1351px) { .select-box + .select-box { margin-left: 20px; } }

@media only screen and (max-width: 1105px) { .select-box + .select-box { margin-left: 15px; } }

@media only screen and (max-width: 856px) { .select-box + .select-box { margin-left: 10px; } }

@media only screen and (max-width: 767px) { .select-box + .select-box { margin-left: 0; } }

.select-box:after { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E5C5"; color: #737373; position: absolute; right: 0; top: 0; z-index: 20; border-left: 1px solid #cfcfcf; padding: 12px; }

.car-plan .contain { text-align: center; }

.content-wrap { background: #fff; border-radius: 10px; padding: 25px; }

@media only screen and (max-width: 461px) { .content-wrap { padding: 15px; } }

.mode-tab, .price-tab { text-align: left; margin: 0 0 25px; }

@media only screen and (max-width: 791px) { .mode-tab, .price-tab { text-align: center; } }

.mode-tab li, .price-tab li { position: relative; font-family: '微軟正黑體','Microsoft JhengHei','新細明體','PMingLiU',Arial,sans-serif; display: inline-block; vertical-align: middle; background: #c7cdd1; font-size: 24px; text-transform: uppercase; text-align: center; color: #fff; border-radius: 25px; padding: 10px; margin: 0 10px; cursor: pointer; min-width: 8em; }

@media only screen and (max-width: 515px) { .mode-tab li, .price-tab li { font-size: 18px; min-width: 5.5em; } }

.mode-tab li.current, .price-tab li.current { background: #00a040; }

.mode-tab li.current:after, .price-tab li.current:after { content: ""; position: absolute; bottom: -11px; left: calc(50% - 6.5px); width: 0; height: 0; border-style: solid; border-width: 11px 6.5px 0 6.5px; border-color: #00a040 transparent transparent transparent; }

.mode-tab li:first-child, .price-tab li:first-child { margin-left: 0; }

.mode:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

.slide, .spec { float: left; width: 50%; }

@media only screen and (max-width: 791px) { .slide, .spec { float: none; width: 100%; } }

.mover:link, .mover:visited { display: block; position: absolute; z-index: 300; top: 40%; }

.mover .material-icons { color: #00a040; font-size: 50px; }

.mover.prev { left: 0; }

@media only screen and (max-width: 767px) { .mover.prev { left: -15px; } }

.mover.next { right: 0; }

@media only screen and (max-width: 767px) { .mover.next { right: -15px; } }

.slide-btm.slick-slider .slick-track { width: 100% !important; display: table; border-spacing: 10px 0; }

.slide-btm.slick-slider .slick-slide { border: 1px solid transparent; display: table-cell; float: none; }

.slide-btm.slick-slider .slick-slide.slick-current { border: 1px solid #00a040; }

.spec { background-position: 90% bottom; background-repeat: no-repeat; padding: 0 0; }

@media only screen and (max-width: 991px) { .spec { padding: 0 2%; } }

@media only screen and (max-width: 767px) { .spec { padding: 0; padding-bottom: 15px; background-position: 97% bottom; } }

.spec table { width: 100%; margin: 0 auto; }

.spec table th, .spec table td { color: #666; padding: 20px 15px; border-bottom: 1px solid #ddd; font-size: 15px; text-align: left; }

.spec table th { width: 40%; }

@media only screen and (max-width: 991px) { .spec table th, .spec table td { padding: 20px 5px; } }

@media only screen and (max-width: 461px) { .spec table th, .spec table td { padding: 16px 2px; } }

.spec ul { width: 100%; margin: 0 auto 20px; padding: 25px 10px; font-size: 15px; text-align: left; list-style-type: none; }

@media only screen and (max-width: 461px) { .spec ul { padding: 15px 0; } }

.spec ul li { margin: 0 0 5px; }

.spec ul li:before { content: "※"; margin-right: .2em; }

.expense { margin: 30px auto 0; }

.price-tab li[rel="#season-1"]:before { content: "淡季"; }

.price-tab li[rel="#season-2"]:before { content: "旺季"; }

.price-tab li[rel="#season-3"]:before { content: "非常旺季"; }

@media only screen and (max-width: 721px) { .price-tab li { min-width: 5em; } }

@media only screen and (max-width: 421px) { .price-tab li { min-width: 4em; margin: 0 3px; padding: 7px 5px; } }

.price-note, .price-addition { padding: 0 10px 25px; font-size: 15px; text-align: left; list-style-type: none; }

.price-note li, .price-addition li { margin: 0 0 5px; }

@media only screen and (max-width: 361px) { .price-note li, .price-addition li { margin: 0 0 10px; } }

.price-note li span, .price-addition li span { display: block; line-height: 1.9; margin: 3px 0; }

.price-tb { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 0 auto 30px; }

.price-tb th, .price-tb td { font-family: '微軟正黑體','Microsoft JhengHei','新細明體','PMingLiU',Arial,sans-serif; font-size: 17px; padding: 5px 8px; text-align: center; border-right: 1px solid #fff; }

.price-tb th { font-weight: normal; color: #fff; background: #64b432; }

.price-tb td { padding: 10px 8px; background: #eee; }

.price-tb tbody tr { display: none; }

.price-tb tbody tr.display { display: table-row; }

@media only screen and (max-width: 801px) { .price-tb thead { display: none; }
  .price-tb tbody tr.display { display: block; }
  .price-tb tbody td { display: block; border-bottom: 1px solid #fff; }
  .price-tb tbody td:before { content: attr(rel); background: #64b432; color: #fff; float: left; padding: 10px 8px; margin: -10px -8px; min-width: 5em; } }

.price-addition { list-style-type: disc; padding: 0 10px 0 30px; }

.price-addition:before { content: "附加配備"; display: block; font-size: 20px; padding: 5px 10px; margin: 0 0 15px -30px; border-bottom: 1px solid #ccc; }

@media only screen and (max-width: 361px) { .price-addition:before { text-align: center; } }

.bottom-nav { padding: 20px 0; margin: 0 auto; }

.bottom-nav ul { background: #efefef; border-radius: 5px; text-align: center; width: 100%; padding-bottom: 20px; }

.bottom-nav ul:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

.bottom-nav ul br.two-line { display: none; }

.bottom-nav li { background: #fff; display: inline-block; vertical-align: middle; border-radius: 5px; margin: 20px 10px 0; min-width: 250px; }

.bottom-nav li:hover { background: #ffcc0f; }

.bottom-nav li a:link, .bottom-nav li a:visited { color: #000; font-size: 22px; display: block; padding: 6px; min-width: 10em; text-align: left; }

.bottom-nav li:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

.bottom-nav li a:hover { text-decoration: none; }

.bottom-nav li b { display: inline-block; vertical-align: middle; margin-right: 15px; background-color: #efefef; padding: 10px; border-radius: 100%; }

.bottom-nav li b:before { content: ""; display: inline-block; vertical-align: middle; width: 47px; height: 47px; background-image: url(../img/foot_nav_sprite.png); background-position: 0 0; background-repeat: no-repeat; }

.bottom-nav li b.qa:before { background-position: -47px 0; }

.bottom-nav li b.steps:before { background-position: 0 -47px; }

.bottom-nav li b.help:before { background-position: -47px -47px; }

.bottom-nav li a:after { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E5CC"; color: #000; vertical-align: middle; float: right; padding: 18px 0; }

@media only screen and (max-width: 1181px) { .bottom-nav ul { padding-bottom: 10px; }
  .bottom-nav li { margin: 10px 5px 0; }
  .bottom-nav li b { margin-right: 7px; } }

@media only screen and (max-width: 1141px) { .bottom-nav li { min-width: 230px; } }

@media only screen and (max-width: 1081px) { .bottom-nav li { min-width: 225px; }
  .bottom-nav li a:link, .bottom-nav li a:visited { min-width: auto; font-size: 18px; } }

@media only screen and (max-width: 1041px) { .bottom-nav ul br.two-line { display: block; }
  .bottom-nav li { min-width: 270px; } }

@media only screen and (max-width: 641px) { .bottom-nav li { min-width: 95%; } }

.accordion h3 { background: #00a040; color: #fff; font-size: 22px; font-weight: normal; padding: 10px 40px; margin: 0 auto 15px; border-radius: 50px; }

@media only screen and (max-width: 767px) { .accordion h3 { padding: 6px 30px; } }

@media only screen and (max-width: 361px) { .accordion h3 { font-size: 18px; } }

.accordion h3 a:link, .accordion h3 a:visited { display: block; float: left; float: right; }

.accordion h3 a:after { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E145"; color: #fff; }

.accordion .folder { display: none; padding: 20px 40px; }

@media only screen and (max-width: 1011px) { .accordion .folder { padding: 20px 15px; } }

@media only screen and (max-width: 461px) { .accordion .folder { padding: 10px; } }

@media only screen and (max-width: 321px) { .accordion .folder { padding: 10px 0; } }

.accordion.spread h3 { margin-bottom: 0; }

.accordion.spread a:after { content: "\E15B"; }

.accordion.spread .folder { display: block; }

.location-tb tr.even { background: #eee; }

.location-tb th, .location-tb td { font-size: 15px; padding: 12px 15px; }

@media only screen and (max-width: 1001px) { .location-tb th, .location-tb td { padding: 8px; } }

.location-tb td { border-bottom: 1px solid #99cc66; }

.location-tb td.store-name { width: 20%; }

.location-tb td.store-tele { width: 17%; }

.location-tb td.store-hour { width: 25%; }

.location-tb td.store-hour span { margin: 0 0 0 .3em; }

.location-tb thead th { background: #64b432; color: #fff; padding: 5px 15px; font-weight: normal; }

.location-tb tbody tr:last-child td { border-bottom: none; }

@media only screen and (max-width: 926px) { .location-tb td.store-hour { width: 20%; }
  .location-tb td.store-hour div + div { margin-top: .7em; }
  .location-tb td.store-hour span { margin: 0; display: block; } }

@media only screen and (max-width: 767px) { .location-tb tr { border-bottom: 1px solid #99cc65; }
  .location-tb thead th { display: none; }
  .location-tb thead th:first-child { display: block; }
  .location-tb td { display: block; border-bottom: 0; width: 100% !important; padding: 3px 15px 0 35px; font-size: 13px; }
  .location-tb td:before { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; color: #c0c0c0; content: "\E8D1"; position: absolute; margin: -3px 0 0 -26px; font-size: 20px; }
  .location-tb td.store-name { font-weight: bold; font-size: 15px; padding-left: 12px; padding-top: 8px; padding-bottom: 5px; }
  .location-tb td.store-name:before { display: none; }
  .location-tb td.store-tele:before { content: "\E0CD"; }
  .location-tb td.store-hour { padding-bottom: 8px; }
  .location-tb td.store-hour:before { content: "\E192"; }
  .location-tb td.store-hour span { display: inline; }
  .location-tb td.store-hour div + div { margin-top: .2em; } }

#okinawa-tb thead, #kyushu-tb thead, #shikoku-tb thead, #hokkaido-tb thead { display: none; }

.tb-box + .tb-box { margin-top: 30px; }

.qna .accordion h3 { position: relative; border-radius: 4px; background: #ccc; font-size: 18px; padding: 5px 20px; }

.qna .accordion h3 span { display: inline-block; width: 84%; font-size: 18px; font-weight: normal; }

.qna .accordion h3:before { content: "Q"; display: inline-block; border-radius: 100%; background: #fff; color: #ccc; margin-right: .5em; text-align: center; vertical-align: top; width: 23px; height: 23px; }

.qna .accordion.spread h3 { background: #64b432; }

.qna .accordion.spread h3:before { content: "Q"; display: inline-block; border-radius: 100%; background: #fff; color: #64b432; margin-right: .5em; text-align: center; vertical-align: top; width: 23px; height: 23px; }

.qna .folder { font-size: 15px; padding: 20px 20px; }

.qna .answer { position: relative; padding-left: 32px; line-height: 1.6; }

.qna .answer:before { content: "A"; display: inline-block; border-radius: 100%; background: #64b432; color: #fff; margin-right: .5em; text-align: center; vertical-align: top; width: 23px; height: 23px; }

.qna .answer:before { font-size: 18px; margin-right: 0; position: absolute; left: 0; top: 0; line-height: 1.35; }

.qna .answer ul { margin-left: 1.4em; }

@media only screen and (max-width: 436px) { .qna .accordion h3 span { width: 75%; font-size: 15px; } }

@media only screen and (max-width: 861px) { .step-flows .contain { padding: 0 5px; } }

.layout { background: #a2cf44; border-radius: 10px; padding: 8px; margin: 0 auto 30px; }

.layout h3 { color: #fff; font-size: 24px; margin: 0 0 8px; }

.layout h3:before { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E15B"; font-size: 28px; font-weight: bold; vertical-align: sub; }

@media only screen and (max-width: 1415px) { .layout { width: 1280px; } }

@media only screen and (max-width: 1351px) { .layout { width: 1160px; } }

@media only screen and (max-width: 1232px) { .layout { width: 870px; } }

@media only screen and (max-width: 931px) { .layout { width: 800px; } }

@media only screen and (max-width: 861px) { .layout { width: 100%; } }

.inside { border-radius: 10px; background: #fff; padding: 30px; }

.inside:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

@media only screen and (max-width: 585px) { .inside { padding: 8px 0; } }

.cube { position: relative; display: block; float: left; padding-left: 95px; padding-right: 30px; width: 420px; }

.cube:before { content: "\E5C5"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; content: "\E5CC \E5CC"; font-size: 54px; font-weight: bold; letter-spacing: -39px; color: #00a040; -webkit-transform: scaleY(1.3); -ms-transform: scaleY(1.3); transform: scaleY(1.3); position: absolute; top: 205px; left: 0; z-index: 200; text-indent: 5px; }

.cube.first:before { display: none; }

.cube .tag { font-family: '微軟正黑體','Microsoft JhengHei','新細明體','PMingLiU',Arial,sans-serif; position: absolute; left: 0; top: 0; background: #00a040; color: #fff; border-radius: 100%; width: 84px; height: 84px; font-style: italic; font-weight: normal; font-size: 44px; line-height: 1.8; text-align: center; }

.cube .tag:before { content: "Step"; font-size: 20px; position: relative; top: -5px; }

.cube h4 { color: #424242; font-size: 20px; margin: 10px auto 15px; }

.cube ul { height: 90px; padding-left: 1.5em; }

.cube ul li { font-size: 15px; }

.cube.alt { clear: both; width: 100%; padding-left: 0; }

.cube.alt:before { display: none; }

@media only screen and (max-width: 1415px) { .cube { width: 400px; } }

@media only screen and (max-width: 1351px) { .cube { width: 360px; }
  .cube:before { top: 195px; text-indent: 12px; }
  .cube img { width: 265px; } }

@media only screen and (max-width: 1232px) { .cube { width: 50%; margin: 0 auto 50px; }
  .cube.alt { width: 50%; clear: none; min-height: 285px; }
  .cube.alt.pt2 { width: 100%; clear: both; min-height: auto; }
  .cube.alt.pt2 .alert { position: static; } }

@media only screen and (max-width: 861px) { .cube { width: 85%; float: none; padding-right: 0; }
  .cube.alt { width: 100%; height: auto; min-height: auto; margin-bottom: 0; }
  .cube:before { display: none; }
  .cube ul { height: auto; margin-bottom: 1.5em; }
  .cube img { width: auto; } }

@media only screen and (max-width: 585px) { .cube { width: 100%; padding-left: 0; }
  .cube h4 { margin: 0 auto 10px; padding-left: 85px; padding-right: 5px; font-size: 18px; }
  .cube ul { padding-left: 85px; padding-right: 5px; font-size: 13px; }
  .cube .tag { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; left: 6px; }
  .cube img { max-width: 100%; width: 100%; } }

.alert { padding: 15px 0 0; font-size: 15px; color: #ef2c19; }

.alert:before { content: "提醒!"; display: inline-block; vertical-align: middle; color: #fff; width: 52px; height: 52px; line-height: 52px; text-align: center; background: url(../img/alert_tag.png) no-repeat 0 0; background-size: cover; margin-right: 5px; }

.alert span { display: inline-block; vertical-align: middle; }

@media only screen and (max-width: 1232px) { .alert { position: absolute; bottom: 0; left: 0; }
  .alert span { width: 80%; line-height: 1.5; } }

@media only screen and (max-width: 861px) { .alert { position: static; padding-top: 0; }
  .alert span { width: 85%; } }

@media only screen and (max-width: 447px) { .alert:before { margin-left: 5px; }
  .alert span { width: 75%; } }

.intro { font-size: 18px; margin: 1em auto; }

.intro.red { color: #ef2c19; }

.sign-box { position: relative; padding: 30px 0 30px 110px; background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="7" version="1.1" xmlns="http://www.w3.org/2000/svg"><line stroke-dasharray="1, 8" x1="2" y1="4" x2="100%" y2="4" stroke-linecap="round" stroke="#b9b9b9" stroke-width="3" /></svg>'); background-repeat: no-repeat; background-position: left bottom; }

.sign-box h4 { position: absolute; left: 0; top: 45px; display: inline-block; background: #64b432; width: 120px; height: 30px; line-height: 30px; color: #fff; font-size: 18px; text-align: center; }

.sign-box h4 b { display: block; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 9px; border-color: transparent transparent transparent #64b432; float: right; margin: 0 -9px 0 0; }

.sign-box:last-child { background-image: none; }

.sign { position: relative; display: inline-block; vertical-align: top; text-align: center; width: 125px; min-height: 180px; padding-top: 15px; margin: 0 20px 30px; }

.sign.lg { width: 232px; }

.sign img { margin: 0 auto; opacity: 0; transition: opacity .3s ease-in; }

.sign span { position: absolute; left: 0; right: 0; bottom: 15px; display: block; font-size: 15px; }

.sign span br { display: none; }

.incident:after { content: ""; display: block; clear: both; line-height: 0; height: 0; visibility: hidden; }

.incident .solution { position: relative; width: 60%; }

.incident .solution:after { content: ""; display: block; width: 372px; height: 306px; position: absolute; right: -415px; bottom: 0; background: url(../img/incident.jpg) no-repeat 0 0; background-size: cover; }

.incident .solution h4 { color: #64b432; font-size: 18px; padding: 10px; border-bottom: 2px solid #64b432; }

.incident .solution h5 { font-size: 15px; color: #000; margin: 2em 0 1em; }

.incident .solution h5 + .decimal { padding-top: 0; }

.incident .solution ul { counter-reset: bullet; list-style-type: none; font-size: 15px; padding: 20px 5px; }

.incident .solution ul li { counter-increment: bullet; margin-bottom: .9em; }

.incident .solution ul li:before { content: "Step"; color: #64b432; display: inline-block; vertical-align: 1px; }

.incident .solution ul li b { font-weight: normal; display: inline-block; background: #64b432; color: #fff; border-radius: 100%; text-align: center; width: 1.8em; height: 1.8em; line-height: 1.8; margin: 0 10px 0 3px; }

.incident .solution ul li b:before { content: counter(bullet); }

.incident .solution ul li span { display: inline-block; vertical-align: text-top; width: 83%; }

.incident .solution ul + img { max-width: 100%; }

.incident .solution ul.important { padding-bottom: 0; }

.incident .solution ul.important li:before { color: #ef2c19; }

.incident .solution ul.important li b { background: #ef2c19; }

.incident .solution ul.bullet, .incident .solution ul.decimal { list-style-type: disc; margin-left: 25px; }

.incident .solution ul.bullet li:before, .incident .solution ul.decimal li:before { display: none; }

.incident .solution ul.bullet li span, .incident .solution ul.decimal li span { width: 100%; }

.incident .solution ul.decimal { list-style-type: decimal; }

.incident .solution article { font-size: 15px; }

.incident .solution article p { display: table; background: #eee; margin: 10px 0 0; padding: 10px 12px; }

.incident .solution .example { margin: 0 auto 20px; }

.incident .solution .example img { max-width: 100%; }

.incident .solution .example img:first-child { margin-right: 30px; margin-bottom: 30px; }

.incident .solution.full { width: 100%; }

.incident .solution.full:after { display: none; }

@media only screen and (max-width: 1186px) { .incident .solution .example img { max-width: 46%; } }

@media only screen and (max-width: 1111px) { .incident .solution:after { -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); right: -380px; } }

@media only screen and (max-width: 991px) { .incident .solution:after { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); right: -340px; bottom: -40px; } }

@media only screen and (max-width: 866px) { .incident .solution { width: 100%; }
  .incident .solution:after { display: none; } }

@media only screen and (max-width: 767px) { .intro { font-size: 15px; }
  .sign-box { padding: 70px 0 0; text-align: center; }
  .sign-box h4 { top: 30px; }
  .sign { width: 110px; min-height: 130px; margin: 0 10px 20px; }
  .sign img { width: 64px; }
  .sign span { font-size: 13px; }
  .sign.lg img { width: 130px; }
  .incident .solution .example img { max-width: 100%; }
  .incident .solution .example img:first-child { margin-right: 0; } }

@media only screen and (max-width: 560px) { .intro { font-size: 13px; }
  .incident .solution ul li span { width: 78%; }
  .incident .solution article p { font-size: 13px; } }

@media only screen and (max-width: 476px) { .sign-box { padding: 70px 0 0; text-align: center; }
  .sign-box h4 { top: 30px; }
  .sign { width: 85px; margin: 0 0 20px; }
  .sign img { width: 64px; }
  .sign span { font-size: 11px; }
  .sign span br { display: block; }
  .sign.lg img { width: 130px; }
  .incident .solution ul li span { width: 72%; } }

/*# sourceMappingURL=car.css.map */