.header {
  background-color: #fff;
  z-index: 10000;
  box-sizing: border-box;
  min-height: 130px;
  border-top: 4px solid #006c60;
}

.header .container.row {
  display: block;
  max-width: 940px;
  margin: 0 auto;
}

.header .container.row .txt_siteread {
  font-size: .8125rem;
  line-height: 3;
  color: #666;
  display: block;
  padding: .25em .125em 0 0;
}

.header .container.row .ttl_siteid.anv img {
  width: 169px;
  height: 75px;
  margin-left: -8px;
}

footer[role="contentinfo"] {
  background-color: #fff;
  border-top: 2px solid #006c60;
}

footer[role="contentinfo"] .container {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

footer[role="contentinfo"] .container .tgl_sd .tgl_ttl {
  display: none;
}

footer[role="contentinfo"] .container nav {
  margin-top: .5em;
}

footer[role="contentinfo"] .container nav.nav_footer {
  padding-top: .25em;
  border-top: 1px dashed #c5dfdc;
}

footer[role="contentinfo"] .container nav .nav_linklist li {
  font-size: .75rem;
  line-height: 2.5;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-top: .125em;
}

footer[role="contentinfo"] .container nav .nav_linklist li::before {
  color: #036c60;
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  display: block;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
}

footer[role="contentinfo"] .container nav .nav_linklist li a {
  font-size: .8125rem;
  line-height: 1.5;
  color: #36c;
  display: inline-block;
  margin-bottom: .125em;
  padding: 0;
  padding-left: 1.25em;
}

footer[role="contentinfo"] .copyright {
  font-size: .75rem;
  color: #767676;
  background: #fff;
  padding: 1em 0 1em .5em;
}

footer[role="contentinfo"] .copyright small {
  font-size: .75rem;
}

.contents {
  padding-bottom: 120px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15) inset;
  /* ============================
    str-section
  ============================ */
}

.contents .str-contents-inner {
  max-width: 940px;
  margin: 0 auto;
}

.contents .str-contents-inner.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.contents .breadcrumb-area {
  padding: 20px 0 17px;
}

.contents .breadcrumb-area .breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.contents .breadcrumb-area .breadcrumb-list .list-item {
  font-size: 13px;
  margin-right: 10px;
}

.contents .breadcrumb-area .breadcrumb-list .list-item:not(:first-child) {
  position: relative;
  padding-left: 15px;
}

.contents .breadcrumb-area .breadcrumb-list .list-item:not(:first-child)::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}

.contents .breadcrumb-area .breadcrumb-list .list-item > a {
  color: #810081;
}

.contents .breadcrumb-area .breadcrumb-list .list-item > a:hover,
.contents .breadcrumb-area .breadcrumb-list .list-item > a:focus {
  color: #f00;
}

.contents .breadcrumb-area .mdl_pageid {
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  min-width: 120px;
  padding: .5em;
  border: 1px solid #eee;
  border-radius: .5em;
}

.contents .breadcrumb-area .mdl_pageid > dt {
  display: inline-block;
}

.contents .breadcrumb-area .mdl_pageid > dd {
  display: inline-block;
}

.contents .str-section {
  padding: 40px 0;
}

/* .contents .str-section:last-child {
  padding-bottom: 0;
} */

.contents .str-section .contents-box {
  position: relative;
}

.contents .str-section .contents-box > .box-inner {
  width: 91.5%;
  margin: 0 auto;
}

.contents .str-section .contents-box > .box-inner .hdg-revision {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
}

.contents .str-section .contents-box > .box-inner .example-list-area {
  width: 100%;
  margin: 0 auto;
}

.contents .str-section .contents-box > .box-inner .example-list-area .example-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
          justify-content: center;
}

.contents .str-section .contents-box > .box-inner .example-list-area .example-list > .list-item {
  width: 100%;
  max-width: 305px;
}

.contents .str-section .contents-box > .box-inner .example-list-area .example-list > .list-item + .list-item {
  margin-left: 30px;
}

.contents .str-section .contents-box > .box-inner .example-list-area .example-list-more-box .box-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contents .str-section .contents-box > .box-inner .example-list-area .example-list-more-box > .box-inner {
  padding: 21px 30px 30px;
}

.contents .str-section .contents-box .revision-box {
  padding-bottom: 40px;
}

.contents .str-section .contents-box .revision-box:last-child {
  padding-bottom: 0;
}

.contents .str-section .contents-box .revision-box .mdl_infobox {
  text-align: center;
  color: #fff;
  background-color: #006c60;
  padding: 30px 0 35px;
  border-radius: .35em;
}

.contents .str-section .contents-box .revision-box .mdl_infobox .ttl.__lv2 {
  font-size: 22px;
  font-weight: bold;
}

.contents .str-section .contents-box .revision-box .mdl_infobox ._app_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.contents .str-section .contents-box .revision-box .mdl_infobox ._app_bnr .list-item {
  margin: 0 5px;
}

.contents .str-section .contents-box .revision-box .mdl_infobox .info-txt {
  font-size: 20px;
  font-weight: bold;
}

.contents .str-section .contents-box .revision-box .mdl_infobox .info-txt .search-img {
  vertical-align: middle;
}

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,
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 {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a img:hover {
  opacity: .8;
}

.txt-line {
  text-decoration: underline;
}

.is-hidden {
  display: none !important;
}

/* ============================
 module
============================ */
/* margin */
.mr30 {
  margin-right: 30px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 50px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

/* padding */
.pt30 {
  padding-top: 30px;
}

.p-both10 {
  padding-right: 10px;
  padding-left: 10px;
}

/* font-weight */
.em {
  font-weight: bold;
}

/* text-align */
.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/* color */
.color-red {
  color: #e3332e !important;
}

.color-orange {
  color: #ff6200 !important;
}

.color-green {
  color: #006c60 !important;
}

.color-black {
  color: #333 !important;
}

/* background */
.bg-cyan {
  background: #e4f5f3;
}

.bg-yellow {
  background: #fff5e5;
}

.bg-orange {
  background: #f90;
}

.bg-red {
  background: #e3332e;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #ebebeb;
}

.bg-dot {
  background-color: #fdfcf9;
  background-image: url("/lp/bike/revision/pc/img/bg-dot.png");
  background-repeat: repeat;
}

.bg-grid {
  background-color: #fff;
  background-image: -webkit-linear-gradient(transparent 95%, #f2f2f2 5%), -webkit-linear-gradient(left, transparent 95%, #f2f2f2 5%), -webkit-linear-gradient(transparent 95%, #f2f2f2 5%), -webkit-linear-gradient(left, transparent 95%, #f2f2f2 5%);
  background-image:         linear-gradient(transparent 95%, #f2f2f2 5%), linear-gradient(90deg, transparent 95%, #f2f2f2 5%), linear-gradient(transparent 95%, #f2f2f2 5%), linear-gradient(90deg, transparent 95%, #f2f2f2 5%);
  background-repeat: repeat;
  background-size: 10px 10px;
  padding: 50px 0;
}

/* lbl-icon */
.lbl-icon {
  line-height: 2;
  display: inline-block;
  margin-right: .5em;
  padding: .2em .5em;
  border-radius: 3px;
}

.lbl-icon._orange {
  color: #fff;
  background: #fdab2e;
}

/* button */
.btn {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.btn-orange {
  font-size: 36px;
  line-height: 28px;
  color: #fff;
  background: #ff6200;
  padding: 20px 0 10px 70px;
  border-bottom: solid 5px #cc4e00;
}

.btn-orange::before {
  vertical-align: middle;
  background: url(/lp/car/d/pc/img/icon-btn-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: .5em;
  display: inline-block;
  width: 69px;
  height: 70px;
  content: "";
}

.btn-orange .btn-txt-sub {
  font-size: 18px;
  font-weight: normal;
  position: relative;
}

.btn-orange .btn-txt-sub::before {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: -43px;
  display: block;
  width: 15%;
  height: 1px;
  content: "";
}

.btn-orange .btn-txt-sub::after {
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: -43px;
  display: block;
  width: 15%;
  height: 1px;
  content: "";
}

.btn-green-01 {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #006c60;
  background: #fff;
  padding: 15px 0 15px 95px;
  border: solid 2px #006c60;
  border-bottom: solid 5px #006c60;
}

.btn-green-01::before {
  vertical-align: middle;
  background: url(/lp/car/d/pc/img/icon-btn-02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: .5em;
  display: inline-block;
  width: 69px;
  height: 70px;
  content: "";
}

.btn-green-02 {
  font-size: 24px;
  color: #fff;
  background: #006c60;
  width: 55%;
  height: auto;
  padding: 12px 40px 12px 15px;
  border-bottom: solid 5px #005248;
}

.btn-green-02::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: .7em;
  width: 23px;
  height: 23px;
  margin-top: -.5em;
  content: "";
  border-radius: 50%;
}

.btn-green-02::after {
  position: absolute;
  top: 40%;
  right: 1em;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #006c60;
  border-right: 3px solid #006c60;
}

.btn-green-02.small {
  font-size: 20px;
  font-weight: normal;
  width: 45%;
  padding: 7px 0;
}

.btn-green-02.small::before {
  right: 17px;
  width: 20px;
  height: 20px;
}

.btn-green-02.small::after {
  top: 18px;
  right: 24px;
  width: 6px;
  height: 6px;
}

/* hdg */
.hdg-lv3-01 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #006c60;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
}

.hdg-lv4-01 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 2px #006c60;
}

.hdg-lv5-01 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #006c60;
}

.hdg-02 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #006c60;
  padding: 15px 0;
}

.hdg-02 > span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.hdg-02 > span.icon-01::after {
  vertical-align: middle;
  background: url(/lp/car/d/pc/img/icon-reason-01.png) no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  content: "";
}

.hdg-02 > span.icon-02::after {
  vertical-align: middle;
  background: url(/lp/car/d/pc/img/icon-reason-02.png) no-repeat;
  display: inline-block;
  width: 98px;
  height: 77px;
  margin-left: 15px;
  content: "";
}

.hdg-02 > span.icon-03::after {
  vertical-align: middle;
  background: url(/lp/car/d/pc/img/icon-reason-03.png) no-repeat;
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-left: 20px;
  content: "";
}

.hdg-02 > span .text {
  display: inline-block;
  padding-left: 110px;
}

.hdg-02 > span .icon-ribbon {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  color: white;
  background: #fdab2e;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 0;
  display: inline-block;
  width: 105px;
  padding: 20px 0;
  border-radius: 2px 0 0 0;
}

.hdg-02 > span .icon-ribbon span {
  font-size: 50px;
  display: block;
}

.hdg-02 > span .icon-ribbon::before {
  position: absolute;
  top: 0;
  right: -6px;
  content: "";
  border: none;
  border-right: solid 6px transparent;
  border-bottom: solid 6px #cf4a2d;
}

.hdg-02 > span .icon-ribbon::after {
  position: absolute;
  top: 99%;
  left: 0;
  width: 5px;
  height: 0;
  content: "";
  border-right: 50px solid #fdab2e;
  border-bottom: 10px solid transparent;
  border-left: 50px solid #fdab2e;
}

.hdg-02 > span .hdg-sub {
  background: -webkit-linear-gradient(transparent 60%, #b38c1d 60%);
  background:         linear-gradient(transparent 60%, #b38c1d 60%);
}

.hdg-03 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #006c60;
}

.hdg-05 {
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  color: #006c60;
  margin: 40px 0;
}

.hdg-05 .icon-circle {
  font-size: 37px;
  color: #fff;
  background: #fdab2e;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 18px;
  border-radius: 50%;
}

.hdg-05 span {
  color: #333;
}

/* list */
.list-disc li {
  position: relative;
  padding-left: 1em;
}

.list-disc li::before {
  background: #006c60;
  position: absolute;
  top: 10px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 10px;
}

.list-notes li {
  font-size: 12px;
  position: relative;
  padding-left: 4em;
}

.list-notes li .notes {
  position: absolute;
  top: 0;
  left: 3px;
  display: inline-block;
}

.list-notes li.comment {
  padding-left: 1.5em;
}

.list-notes li.comment .notes {
  left: 0;
}

.list-arrows-r li {
  text-align: right;
  position: relative;
}

.list-arrows-r li a {
  padding-right: 1.5em;
}

.list-arrows-r li a::before {
  background: #006c60;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -.5em;
  content: "";
  border-radius: 50%;
}

.list-arrows-r li a::after {
  position: absolute;
  top: 35%;
  right: .3em;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.list-arrows-l {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.list-arrows-l .list-item {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding-left:12px;
}

.list-arrows-l .list-item::after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #036c60;
}

.list-arrows-l .list-item .list-link {
  color: #36c;
}

.list-arrows-l.var-anc .list-item::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 6px;
  height: 1px;
  border-top: solid 1px #036c60;
}

.list-arrows-l.var-anc .list-item::after {
  transform: rotate(90deg);
}

/* txt-lead */
.txt-lead-01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* txt-sup */
.txt-sup {
  font-size: 10px;
}

/* txt-box */
.txt-box {
  font-size: 14px;
}

/* txt-example */
.txt-example {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.txt-example .txt-example-inner {
  position: relative;
}

.txt-example .txt-example-inner::before,
.txt-example .txt-example-inner::after {
  position: absolute;
  top: 3px;
  height: 28px;
  content: "";
  border-left: 2px solid #999;
}

.txt-example .txt-example-inner::before {
  right: calc(100% + 8px);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.txt-example .txt-example-inner::after {
  left: calc(100% + 8px);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.txt-example .txt-example-inner.color-green::before,
.txt-example .txt-example-inner.color-green::after {
  border-color: inherit;
}

.txt-example-02 {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 35px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  color: #ff9900;
}
.txt-example-02::before,
.txt-example-02::after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 40px;
  width: 3px;
  border-left: 2px solid #333;
}
.txt-example-02::before {
  left: 0;
  transform: skew(30deg);
}
.txt-example-02::after {
  right: 0;
  transform: skew(-30deg);
}

/* notes */
.txt-notes {
  font-size: 12px;
}

/* icon */
.icon-brackets::before {
  content: "\3010";
}

.icon-brackets::after {
  content: "\3011";
}

.icon-notes::before {
  content: "\203b";
}

.icon-arrows,
.icon-arrows-b {
  position: relative;
}

.icon-arrows {
  padding-left: 20px;
}

.icon-arrows a::before {
  background: #006c60;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -.5em;
  content: "";
  border-radius: 50%;
}

.icon-arrows a::after {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.icon-arrows-b a::before {
  background: #006c60;
  position: absolute;
  top: 50%;
  left: 180px;
  width: 15px;
  height: 15px;
  margin-top: -.5em;
  content: "";
  border-radius: 50%;
}

.icon-arrows-b a::after {
  position: absolute;
  top: 7px;
  left: 184px;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* inner */
.inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

/* box */
.mod-box {
  box-sizing: border-box;
  padding: 15px;
}

.mod-box.border {
  border: solid 1px #e9e9e9;
}

.mod-box .box-title {
  font-size: 18px;
  font-weight: bold;
}

.mod-box-02 {
  padding: 20px;
}

.mod-box-03 {
  padding: 20px;
  border: 2px solid;
  border-radius: 6px;
}

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

.media-box > .box-col {
          flex: 0 1 auto;
  box-sizing: border-box;

  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
}

.media-box > .box-col.media {
          flex: 1 0 auto;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
}

/* lyt */
.mod-lyt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mod-lyt .col {
          flex: 0 1 auto;
  box-sizing: border-box;

  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
}

.mod-lyt .col > .mod-box {
  height: 100%;
}

.mod-lyt.col-3 {
  margin: -10px -5px 0;
}

.mod-lyt.col-3 .col {
  width: 33.33%;
  padding: 10px 5px 0;
}

/* ============================
 table
============================ */
.mod-table {
  width: 100%;
  border-collapse: collapse;
}
.mod-table th,
.mod-table td {
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  padding: 11px 15px 9px;
}
.mod-table thead th {
  color: #fff;
  background-color: #00655a;
  font-weight: bold;
}
.mod-table tbody th {
  background-color: #e4efec;
}
.mod-table tbody td {
  background-color: #fff;
}

/* ============================
 MV
============================ */
.section-mv {
  background: url(/lp/car/d/pc/img/bg-greeen.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  box-shadow: -1px 0 6px 3px #f1f1f1;
}

.section-mv .inner {
  background: url(/lp/car/d/pc/img/bg-white.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 860px;
}

.section-mv .inner .lyt-mv-left {
  width: 40%;
  padding-left: 7%;
}

.section-mv .inner .lyt-mv-left > img {
  vertical-align: bottom;
  margin-top: -13px;
}

.section-mv .inner .lyt-mv-right {
  width: 60%;
}

.section-mv .inner .lyt-mv-right h1 {
  font-size: 61px;
  font-weight: bold;
  line-height: 1.3;
  color: #005248;
  margin: .2em 0 .8em;
}

.section-mv .inner .lyt-mv-right .txt-sub {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  margin-right: 90px;
}

@media only screen and (max-width: 910px) {
  .section-mv {
    padding: 0 20px;
  }
  .section-mv .inner .lyt-mv-left > img {
    width: 70%;
  }
  .section-mv .inner .lyt-mv-right h1 {
    font-size: 6vw;
    margin: .5vw 0 .5vw;
  }
  .section-mv .inner .lyt-mv-right .txt-sub {
    font-size: 1.5vw;
    margin-right: 40px;
  }
}

/* ============================
 section-btn
============================ */
.section-btn {
  padding: 30px 0;
}

.section-btn .lyt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
}

.section-btn .lyt-btn .lyt-btn-left {
  width: 60%;
}

.section-btn .lyt-btn .lyt-btn-right {
  width: 36%;
}

.section-btn .lyt-btn-hdg {
  font-weight: bold;
  text-align: center;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0;
  border-radius: 10px;
}

.section-btn .lyt-btn-hdg::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

/* ============================
 tgl
============================ */
.btn-green-tgl {
  font-family: inherit;
  font-size: 18px;
  color: #fff;
  background: #006c60;
  width: 40%;
  padding: 10px 5px;
  cursor: pointer;
  border: #006c60;
  border-bottom: solid 5px #005248;
}

.js-enabled .tgl .tgl-content {
  display: none;
}

.tgl.js-tgl-open .tgl-content {
  display: block;
}

.tgl .tgl-ttl::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.tgl .tgl-ttl > span::before,
.tgl .tgl-ttl > span::after {
  background-color: #006c60;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tgl .tgl-ttl > span::before {
  right: 20px;
  width: 10px;
  height: 2px;
}

.tgl .tgl-ttl > span::after {
  right: 24px;
  width: 2px;
  height: 10px;
}

.tgl.js-tgl-open .tgl-ttl > span::after {
  display: none;
}

/* ============================
 cv-btn
============================ */
.cv-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 15px 30px;
}

.cv-btn-box .box-col {
  text-align: center;
  width: calc(50% - 10px);
}

.cv-btn-box .box-col .txt {
  font-weight: bold;
  margin-bottom: 5px;
}

.cv-btn-box .box-col .cv-btn {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 11px 0;
  border-bottom: solid 5px #b02823;
  border-radius: 10px;
}

.cv-btn-box .box-col .cv-btn .btn-inner {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

.cv-btn-box .box-col .cv-btn .btn-inner::before {
  background-image: url("/lp/bike/revision/pc/img/icon-btn-01.png");
  background-size: contain;
  position: absolute;
  top: calc(50% - 23px);
  left: 0;
  width: 46px;
  height: 46px;
  content: "";
}

.cv-btn-box .box-col .login-btn {
  font-size: 24px;
  font-weight: bold;
  color: #006c60;
  display: block;
  box-sizing: border-box;
  padding: 11px 0;
  border: solid 2px #006c60;
  border-bottom-width: 5px;
  border-radius: 10px;
}

.cv-btn-box .box-col .login-btn .btn-inner {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

.cv-btn-box .box-col .login-btn .btn-inner::before {
  background-image: url("/lp/bike/revision/pc/img/icon-btn-02.png");
  background-size: contain;
  position: absolute;
  top: calc(50% - 23px);
  left: 0;
  width: 46px;
  height: 46px;
  content: "";
}

/* ============================
 btn-fixed
============================ */
.section-btn-fixed {
  background: #e4f5f3;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 20px 0 15px;
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition:         transform .2s;
          transition:         transform .2s, -webkit-transform .2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.section-btn-fixed .inner {
  position: relative;
}

.section-btn-fixed .inner .section-btn-close {
  font-size: 25px;
  text-indent: -9999px;
  color: #fff;
  background: #006c60;
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #006c60;
}

.section-btn-fixed .inner .section-btn-close::before,
.section-btn-fixed .inner .section-btn-close::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 2px;
}

.section-btn-fixed .inner .section-btn-close::before {
  width: 12px;
  height: 2px;
}

.section-btn-fixed .inner .section-btn-close::after {
  width: 2px;
  height: 12px;
}

.section-btn-fixed .inner .cv-btn-box {
  padding: 0;
}

.section-btn-fixed .inner .cv-btn-box .box-col {
          flex: 1 1 auto;
  width: auto;

  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
}

.section-btn-fixed .inner .cv-btn-box .box-col.cv-col {
          flex-basis: 53%;
  margin-right: 25px;

  -webkit-flex-basis: 53%;
  -ms-flex-preferred-size: 53%;
}

.section-btn-fixed .inner .cv-btn-box .box-col.cv-col .cv-btn {
  font-size: 28px;
  vertical-align: middle;
  padding: 9px 0 8px;
}

.section-btn-fixed .inner .cv-btn-box .box-col.cv-col .cv-btn .btn-txt-sub {
  font-size: 13px;
  line-height: 1.15;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.section-btn-fixed .inner .cv-btn-box .box-col.cv-col .cv-btn .btn-txt-sub::before {
  position: absolute;
  top: 3px;
  left: -13px;
  display: inline-block;
  height: 22px;
  margin-right: 6px;
  content: "";
  border-right: 1px solid;
}

.section-btn-fixed .inner .cv-btn-box .box-col .login-btn {
  font-size: 22px;
  padding: 13px 0 12px;
}

.section-btn-fixed.__close,
.section-btn-fixed.__lower {
  display: none;
}

.section-btn-fixed.__active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ============================
 pagetop
============================ */
.nav-pagetop {
  position: fixed;
  bottom: 0;
  left: calc(50% - 470px);
  width: 100%;
  max-width: 940px;
}

@media (max-width: 940px) {
  .nav-pagetop {
    left: 0;
  }
}

.nav-pagetop .container a {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #686868, #828282);
  background-image:         linear-gradient(to bottom, #686868, #828282);
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 35px 20px 5px;
  border-radius: 5px 5px 0 0;
}

.nav-pagetop .container a::before {
  position: absolute;
  top: 18px;
  left: calc(50% - 10px);
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-left: 1px solid;
}

.nav-pagetop .container a:hover {
  text-decoration: none;
  opacity: .7;
}

.nav-pagetop .container a span {
  font-size: 10px;
}

.nav-pagetop.__active.__bottom,
.nav-pagetop.__active.__lower.__bottom {
  bottom: 66px;
}

.nav-pagetop.__active.__lower {
  bottom: 66px;
}

.nav-pagetop.__active {
  bottom: 200px;
}

.nav-pagetop.__lower {
  position: relative;
  height: auto;
}

.nav-pagetop.__lower a {
  margin-top: 0;
  opacity: .99;
}

.nav-pagetop.__lower a:hover {
  opacity: .7;
}
