@charset "UTF-8";
/* CSS Document */
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  margin: 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, _normalize.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 171, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  border: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  outline: none;
}

/* CSS Document */
body {
  font-size: 80%;
  line-height: 130%;
}

#auto-header,
#auto-header * {
  box-sizing: content-box;
}

@media screen and (min-width: 737px), print {
  html, body {
    min-width: 980px;
  }
}

html.is-scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

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

@media screen and (min-width: 737px), print {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .pc_only {
    display: none !important;
  }
}

body.totalcalre {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
}

body.totalcalre h2, body.totalcalre h3, body.totalcalre h4, body.totalcalre h5, body.totalcalre h6 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

body.totalcalre sup {
  position: relative;
  top: .7em;
  font-size: .75em;
  vertical-align: top;
}

.totalcare_wrap {
  position: relative;
}

.totalcare_wrap .contents,
.pc .contents,
.sp .contents {
  box-sizing: border-box;
}

@media screen and (min-width: 737px), print {
  .totalcare_wrap,
  .pc {
    font-size: 16px;
    font-size: 1.072rem;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 737px), print {
  .totalcare_wrap .contents, .totalcare_wrap.contents,
  .pc .contents,
  .pc.contents {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .totalcare_wrap,
  .sp {
    font-size: 14px;
    font-size: 0.938rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 736px) {
  .totalcare_wrap .contents, .totalcare_wrap.contents,
  .sp .contents,
  .sp.contents {
    width: 100%;
    padding: 0 5%;
  }
}

#pagetop {
  -webkit-transition: opacity 0.3s ease-out;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#pagetop.show {
  visibility: visible;
  opacity: 1;
}

#pagetop a {
  display: block;
  z-index: 3;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  padding-top: 45px;
  overflow: hidden;
  background-image: url(/auto-lineup/images/pc/btn_pagetop.png);
  background-repeat: no-repeat;
  background-size: 45px;
  text-indent: 100%;
}

.htc-icon {
  box-sizing: border-box;
  display: inline-flex;
  font-style: normal;
}

.htc-icon--link {
  position: relative;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #0064a1;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .htc-icon--link {
    width: 13.5px;
    height: 13.5px;
  }
}

.htc-icon--link::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 0;
  right: .2em;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(-45deg);
  border-right: 1px solid #0064a1;
  border-bottom: 1px solid #0064a1;
  content: "";
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .htc-icon--link::before {
    width: 3.75px;
    height: 3.75px;
  }
}

.htc-icon--service-target {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  color: rgba(122, 122, 122, 0.4);
  line-height: 34px;
}

.htc-icon--service-target.is-active {
  border: 0;
  background-color: #efefef;
  color: #333;
}

.htc-icon--num {
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 17px;
  font-size: 1.139rem;
}

@media screen and (max-width: 736px) {
  .htc-icon--num {
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-icon--circle {
  width: 24px;
  height: 24px;
  border: 5px solid #E60012;
  border-radius: 50%;
}

.htc-icon--times {
  position: relative;
  width: 17px;
  height: 17px;
}

.htc-icon--times::after, .htc-icon--times::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17px;
  margin: -8.5px 0 0 -1px;
  background-color: #595757;
  content: "";
}

.htc-icon--times::before {
  transform: rotate(-45deg);
}

.htc-icon--times::after {
  transform: rotate(45deg);
}

.htc-icon--pdf {
  width: 29px;
  height: 32px;
  background: url(../images/common/icon_pdf.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.htc-icon--new {
  width: 30px;
  height: 11px;
  background: url(../images/common/icon_new.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .htc-icon--new {
    width: 25px;
    height: 9.166666667px;
  }
}

.htc-icon--ac {
  position: relative;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #0064a1;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .htc-icon--ac {
    width: 13.5px;
    height: 13.5px;
  }
}

.htc-icon--ac::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 1px solid #0064a1;
  border-bottom: 1px solid #0064a1;
  content: "";
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .htc-icon--ac::before {
    width: 3.75px;
    height: 3.75px;
  }
}

.htc-icon--ac-open::before {
  top: -.2em;
  transform: rotate(45deg);
}

.htc-icon--ac-close::before {
  top: .2em;
  transform: rotate(-135deg);
}

.htc-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  /* base style */
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: none;
  background-color: #E60012;
  color: inherit;
  color: #fff;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: inherit;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-btn .htc-icon--link {
  border-color: #fff;
}

@media screen and (max-width: 736px) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-btn .htc-icon--link::before {
  border-color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-btn {
    height: 55px;
    border-radius: 27.5px;
    font-size: 21px;
    font-size: 1.407rem;
  }
  .htc-btn:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-btn {
    width: 100%;
    height: 2.8rem;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 1.8rem;
    font-size: 11px;
    font-size: 0.737rem;
  }
}

.htc-btn--w {
  background-color: #fff;
  /* white */
  color: #E60012;
}

.htc-btn--w .htc-icon--link {
  border-color: #E60012;
}

.htc-btn--w .htc-icon--link::before {
  border-color: #E60012;
}

.htc-grid {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.htc-grid > .htc-grid__item {
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .htc-grid:not(.is-inherit) {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .htc-grid:not(.is-inherit) > .htc-grid__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.htc-grid--full {
  /* 余白を指定 */
  margin-right: -20px;
  margin-left: -20px;
  /* 余白を指定 */
}

.htc-grid--full > .htc-grid__item {
  padding-right: 20px;
  /* 余白を指定 */
  padding-left: 20px;
  /* 余白を指定 */
}

@media screen and (max-width: 736px) {
  .htc-grid--full.is-inherit {
    /* 余白を指定 */
    margin-right: -10px;
    margin-left: -10px;
    /* 余白を指定 */
  }
  .htc-grid--full.is-inherit > .htc-grid__item {
    padding-right: 10px;
    /* 余白を指定 */
    padding-left: 10px;
    /* 余白を指定 */
  }
}

/* 12カラム用 */
.htc-grid__item--1 {
  width: 8.33333%;
}

.htc-grid__item--2 {
  width: 16.66667%;
}

.htc-grid__item--3 {
  width: 25%;
}

.htc-grid__item--4 {
  width: 33.33333%;
}

.htc-grid__item--5 {
  width: 41.66667%;
}

.htc-grid__item--6 {
  width: 50%;
}

.htc-grid__item--7 {
  width: 58.33333%;
}

.htc-grid__item--8 {
  width: 66.66667%;
}

.htc-grid__item--9 {
  width: 75%;
}

.htc-grid__item--10 {
  width: 83.33333%;
}

.htc-grid__item--11 {
  width: 91.66667%;
}

.htc-grid__item--12 {
  width: 100%;
}

.htc-media {
  /* flexで構成 baseのレイアウトは右側に画像がくる想定 */
  display: flex;
}

.htc-media > .htc-media__image {
  box-sizing: border-box;
  padding-left: 35px;
  /* 任意の値 */
}

.htc-media > .htc-media__image--rev {
  padding-right: 35px;
  /* Reverse */
  padding-left: 0;
}

.htc-media > .htc-media__image--middle {
  align-self: center;
}

.htc-media > .htc-media__image img {
  display: block;
}

.htc-media > .htc-media__body {
  box-sizing: border-box;
  flex: 1;
}

.htc-media > .htc-media__body--middle {
  align-self: center;
}

.htc-media--rev {
  /* 親要素でリバースを指定 */
  flex-direction: row-reverse;
}

.htc-media--rev > .htc-media__image {
  padding-right: 35px;
  padding-left: 0;
}

.htc-media--rev > .htc-media__image--rev {
  padding-right: 0;
  padding-left: 35px;
}

@media screen and (max-width: 736px) {
  .htc-media--rev:not(.is-inherit) > .htc-media__image {
    padding-right: 0;
  }
  .htc-media--rev:not(.is-inherit) > .htc-media__image--rev {
    padding-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-media:not(.is-inherit) {
    flex-direction: column;
    align-items: center;
  }
  .htc-media:not(.is-inherit) > .htc-media__image {
    padding-left: 0;
  }
  .htc-media:not(.is-inherit) > .htc-media__image--rev {
    padding-right: 0;
  }
}

.htc-embed-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.htc-embed-movie iframe, .htc-embed-movie .video-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
}

.htc-embed-movie img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* ==========
htc-header
 ========== */
.htc-header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  box-shadow: 1px 4px 10px rgba(137, 137, 137, 0.51);
}

.htc-header__container {
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .htc-header__container {
    width: clamp(980px, 100%, 1140px);
    padding: 0.8rem 10px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 0 5%;
  }
}

.htc-header-title.normal h1 {
  display: flex;
  align-items: center;
}

.htc-header-title.normal a {
  display: inline-block;
  width: 158px;
  height: 18px;
  background: url(../images/common/logo_htc.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #595757;
  text-decoration: none;
  text-indent: -9999px;
}

.htc-header-navigation {
  margin: -19px 0 auto auto;
}

.htc-header .htc-navigation {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 0.938rem;
}

.htc-header .htc-navigation__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 9px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-header .htc-navigation__item:hover {
    background-color: rgba(230, 0, 18, 0.6);
    color: #fff;
  }
}

.htc-header .htc-navigation + .htc-navigation {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #c6c6c6;
}

/* ==========
htc-menu(SP MENU)
 ========== */
.htc-menu {
  box-sizing: border-box;
  z-index: 3000;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 0.3s;
}

.htc-menu__container {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 35px 6% 10px;
  overflow-y: auto;
}

.htc-menu-btn, .htc-menu-close {
  box-sizing: border-box;
  display: block;
  visibility: visible;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(10% + 26px);
  height: 52px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}

body.home .htc-menu-btn, body.home .htc-menu-close {
  position: fixed;
}

.htc-menu-btn-bar, .htc-menu-close-bar {
  transform-orign: left top;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #595757;
  transition: all 0.3s;
}

.htc-menu-btn-bar:nth-child(1), .htc-menu-close-bar:nth-child(1) {
  top: 50%;
  margin-top: -11px;
}

.htc-menu-btn-bar:nth-child(2), .htc-menu-close-bar:nth-child(2) {
  transform-orign: left bottom;
  top: 50%;
  margin-top: -4px;
}

.htc-menu-btn-text, .htc-menu-close-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 4px auto auto;
  font-size: 8px;
  font-size: 0.536rem;
  letter-spacing: noraml;
  text-align: center;
}

.htc-menu-btn-text::after, .htc-menu-close-text::after {
  content: "MENU";
}

.htc-menu-close {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-close .htc-menu-btn-bar {
  background-color: #b5b5b5;
}

.htc-menu-close .htc-menu-btn-bar:nth-child(1) {
  transform: translate(0, 3.5px) rotate(45deg);
}

.htc-menu-close .htc-menu-btn-bar:nth-child(2) {
  transform: translate(0, -3.5px) rotate(-45deg);
}

.htc-menu-close .htc-menu-btn-text {
  color: #fff;
}

.htc-menu-close .htc-menu-btn-text::after {
  content: "CLOSE";
}

.htc-menu-check {
  display: none;
}

.htc-menu-check:checked ~ .htc-menu-btn {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-check:checked ~ .htc-menu {
  right: 0;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu .htc-menu-close {
  visibility: visible;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.htc-menu__header {
  text-align: center;
}

.htc-menu__header-text {
  font-size: 14px;
  font-size: 0.938rem;
}

@media screen and (max-width: 736px) {
  .htc-menu__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-menu-content {
  margin-top: 25px;
}

.htc-menu .htc-navigation--menu-utility .htc-btn + .htc-btn {
  margin-top: 14px;
}

.htc-menu .htc-navigation--menu-global {
  border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu .htc-navigation--menu-global a {
  color: #fff;
  text-decoration: none;
}

.htc-menu .htc-navigation--menu-global .htc-navigation__item {
  border-top: 1px solid rgba(135, 135, 135, 0.67);
}

.htc-menu .htc-navigation__item {
  display: block;
}

.htc-menu .htc-navigation__item-header {
  display: block;
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-body {
  display: block;
}

.htc-menu .htc-navigation__item-link {
  display: block;
  position: relative;
  padding: 15px 30px 15px calc(10px + 1em);
  border-top: 1px solid rgba(135, 135, 135, 0.67);
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link.item-header {
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-link::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link:hover::after {
  right: 6px;
  opacity: 0.6;
}

.htc-menu .htc-navigation .js-ac__trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before, .htc-menu .htc-navigation .js-ac__trigger::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before {
  transform: rotate(90deg);
}

.htc-menu .htc-navigation .js-ac__trigger.is-opened::before {
  transform: rotate(0);
}

.htc-menu-aside {
  text-align: center;
}

.htc-menu-aside-text {
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu-aside__link-banner {
  display: block;
  margin-top: 16px;
}

.htc-menu-aside__link-banner img {
  width: 100%;
  height: auto;
}

/* ==========
htc-aside
 ========== */
.htc-aside {
  padding: 58px 0 48px;
  background-color: #efefef;
  color: #595757;
}

@media screen and (max-width: 736px) {
  .htc-aside {
    padding: 43.5px 0 36px;
  }
}

.htc-aside__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-aside__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside__container {
    width: 100%;
    padding: 0 5%;
  }
}

.htc-aside--related .htc-aside__header-text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 20px;
  font-size: 1.34rem;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

.htc-aside--related .htc-aside__body {
  margin-top: 38px;
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__body {
    margin-top: 28.5px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__row-sp {
    display: inline-block;
  }
  .htc-aside--related .htc-aside__row-sp + .htc-aside__row-sp {
    margin-left: 12.5px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__row-sp {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__row + .htc-aside__row {
    margin-top: 28px;
  }
}

.htc-aside--related .htc-aside__item {
  position: relative;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__item:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: .5em;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: 12.75px;
  }
}

.htc-aside--related .htc-aside__item.is-active {
  color: #9a9a9a;
  pointer-events: none;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link::before {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item + .htc-aside__item {
  margin-left: 25px;
}

.htc-aside--related .htc-aside__note {
  color: #333;
}

@media screen and (min-width: 737px), print {
  .htc-aside--related .htc-aside__note {
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--related .htc-aside__note {
    margin-top: 18.75px;
    font-size: 10.5px;
    font-size: 0.7035rem;
  }
}

.htc-aside--to-premium .htc-aside-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn {
    height: 80px;
    border: 1px solid #c6c6c6;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-btn {
    height: 50px;
    border-bottom: 1px solid #c6c6c6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link {
  display: block;
}

.htc-aside--to-premium .htc-aside-banner-link a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header small {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header-text {
  display: block;
  margin-top: .3em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text {
  position: relative;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  height: 2px;
  background-color: #E60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 50px);
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 20px);
    width: 40px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box img {
  width: 100%;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon {
  margin-bottom: 1em;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon img {
  width: 100px;
  height: auto;
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 640px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 100%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 300px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 70px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 30px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 20px;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn a {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside__to-premium-btn a {
    transition: all 0.3s;
  }
  .htc-aside--to-premium .htc-aside__to-premium-btn a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn img {
  width: 100%;
  height: auto;
}

.htc-aside--to-premium .htc-aside-item {
  text-align: center;
}

.htc-aside--to-premium .htc-aside-item__header {
  position: relative;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__header {
    padding-bottom: .25em;
  }
}

.htc-aside--to-premium .htc-aside-item__header-text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 20px;
    font-size: 1.34rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 1.5em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
  background-color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 65px 50px 70px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 45px 40px;
    padding: 34px 30px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header {
    padding-bottom: 1em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 23px;
    font-size: 1.541rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 18px;
    font-size: 1.206rem;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  margin: auto;
  background-color: #595757;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 40px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 65px;
    margin-bottom: -36px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 30px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item:first-child {
    border-top: 1px solid #c6c6c6;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--premium .htc-btn {
    width: 552px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 90px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 37.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
    margin-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid {
    margin-bottom: -22.5px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 22.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--shop {
  border-top: 2px solid #b5b5b5;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 60px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 35px;
    padding-top: 35px;
    border-width: 1px;
  }
}

.htc-aside--to-premium .htc-aside-item-grid .htc-grid__item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-grid .htc-grid__item {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body {
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
  display: inline-flex;
  color: #0064a1;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 8px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    width: 413px;
  }
}

@media screen and (max-width: 736px) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    padding-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__image img {
  width: 100%;
  height: auto;
}

/* ==========
htc-footer
 ========== */
.htc-footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-size: 0.804rem;
  line-height: 1.44;
}

@media screen and (min-width: 737px), print {
  .htc-footer {
    padding: 25px 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer {
    padding: 20px 0;
    font-size: 11.4px;
    font-size: 0.7638rem;
  }
}

.htc-footer a {
  color: #fff;
  text-decoration: none;
}

.htc-footer__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-footer__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer__container {
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer-content {
    margin: 25px -12px 0;
    padding: 25px 12px 0;
    border-top: 1px solid #717171;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer-content {
    position: relative;
    margin: 20px -9px 0;
    padding: 20px 9px 0;
  }
  .htc-footer-content::before {
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    left: -9px;
    margin: auto;
    border-top: 1px solid #fff;
    content: "";
  }
  .htc-footer-content + .htc-footer-content {
    margin-top: 0;
    padding-top: 0;
  }
  .htc-footer-content + .htc-footer-content::before {
    display: none;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility {
    margin-right: -10px;
    margin-left: -10px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: bold;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: -1px;
    width: 2px;
    height: 12px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: 0;
    width: 1px;
    height: 9px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global.mt0 {
    margin-top: 0px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item {
  display: block;
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item {
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #717171;
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: bold;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    padding: 15px 30px 15px 10px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-body {
  display: block;
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
  display: block;
}

@media screen and (min-width: 737px), print {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    margin-top: 14px;
    color: #e0e0e0;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    display: block;
    position: relative;
    padding: 15px 30px 15px calc(10px + 1em);
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    transition: all 0.3s;
  }
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: all 0.3s;
  }
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link:hover::after {
    right: 6px;
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before, .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    content: "";
    transition: all 0.3s;
  }
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before {
    transform: rotate(90deg);
  }
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger.is-opened::before {
    transform: rotate(0);
  }
}

@media screen and (min-width: 737px), print {
  .htc-footer-aside {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: bold;
  }
}

@media screen and (max-width: 736px) {
  .htc-footer-aside__item {
    display: block;
    padding: 15px 30px 15px 10px;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  }
}

/* ==========
パンくず
 ========== */
@media screen and (min-width: 737px), print {
  .path_tree {
    margin: 0 -12px;
    padding: 0 12px;
  }
}

/* ==========
htc-main
 ========== */
.htc-main {
  text-align: center;
}

.htc-main__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-main__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 50px 20px 115px;
  }
}

@media screen and (max-width: 736px) {
  .htc-main__container {
    width: 100%;
    padding: 25px 5% 58px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-main--home .htc-main__container {
    min-width: inherit;
    max-width: inherit;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-main--home .htc-main__container {
    padding: 0;
  }
}

/* ==========
htc-article
 ========== */
.htc-article__header {
  color: #595757;
}

@media screen and (max-width: 736px) {
  .htc-article__header {
    padding: 0 5%;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media {
    margin-top: -8em;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header .htc-media {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media__body {
    align-items: center;
    padding-top: 8em;
  }
}

@media screen and (min-width: 737px), print {
  .htc-article__header .htc-media__image {
    align-items: center;
    width: 465px;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header .htc-media__image {
    padding-top: 1.5em;
    padding-bottom: 0;
  }
}

.htc-article__header .htc-media__image img {
  width: 100%;
  height: auto;
}

.htc-article__header-title {
  position: relative;
  padding-bottom: .25em;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 42px;
  font-size: 2.814rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 737px), print {
  .htc-article__header-title {
    display: flex;
    align-items: center;
    height: 3.45em;
  }
}

@media screen and (max-width: 736px) {
  .htc-article__header-title {
    padding-bottom: .75em;
    font-size: 20px;
    font-size: 1.34rem;
    text-align: center;
  }
}

.htc-article__header-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #E60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-article__header-title::after {
    right: 0;
    width: 54px;
    height: 2px;
    margin: auto;
  }
}

.htc-article__header-text {
  margin-top: 40px;
  font-size: 15.2px;
  font-size: 1.0184rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .htc-article__header-text {
    margin-top: 2em;
    font-size: 13.4px;
    font-size: 0.8978rem;
  }
}

.htc-article__header-note {
  margin-top: 2em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
}

@media screen and (max-width: 736px) {
  .htc-article__header-note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-article__header-icons-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 736px) {
  .htc-article__header-icons-header {
    margin-top: .75em;
  }
}

.htc-article__header-icons-header span {
  display: inline-block;
  z-index: 10;
  position: relative;
  padding: 0 24px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 14px;
  font-size: 0.938rem;
  font-weight: 300;
}

.htc-article__header-icons-header::before, .htc-article__header-icons-header::after {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.htc-article__header-icons-header::before {
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
}

.htc-article__header-icons .htc-grid {
  margin: 12.5px -2.5px 0;
}

@media screen and (max-width: 736px) {
  .htc-article__header-icons .htc-grid {
    margin-top: .5em;
  }
}

.htc-article__header-icons .htc-grid__item {
  width: 33.333333%;
  padding: 0 2.5px;
}

.htc-article__body {
  margin-top: 90px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-article__body {
    margin-top: 5em;
    padding: 0 5%;
  }
}

.htc-article__body-text {
  font-size: 35px;
  font-size: 2.345rem;
}

@media screen and (max-width: 736px) {
  .htc-article__body-text {
    font-size: 18px;
    font-size: 1.206rem;
  }
}

/* ==========
htc-section
 ========== */
.htc-section {
  margin-top: 100px;
}

@media screen and (max-width: 736px) {
  .htc-section {
    margin-top: 50px;
  }
}

.htc-section + .htc-section {
  margin-top: 150px;
}

@media screen and (max-width: 736px) {
  .htc-section + .htc-section {
    margin-top: 75px;
  }
}

.htc-section__header {
  color: #595757;
}

.htc-section__header-text {
  position: relative;
  padding-bottom: .5em;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 33px;
  font-size: 2.211rem;
  font-weight: 300;
}

@media screen and (max-width: 736px) {
  .htc-section__header-text {
    font-size: 19px;
    font-size: 1.273rem;
  }
}

.htc-section__header-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  margin: auto;
  background-color: #E60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section__header-text::after {
    width: 40px;
    height: 2px;
  }
}

.htc-section__header-text sup {
  top: 1.45em !important;
  font-size: .45em !important;
}

.htc-section__header-caption {
  margin-top: 1.5em;
  font-size: 20px;
  font-size: 1.34rem;
}

@media screen and (max-width: 736px) {
  .htc-section__header-caption {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-section-grid-flow {
  justify-content: center;
  margin: 0 -82.5px;
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow {
    margin: 0;
  }
}

.htc-section-grid-flow .htc-grid__item {
  position: relative;
  padding: 0 82.5px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item {
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item + .htc-grid__item {
    margin-top: 34px;
  }
}

.htc-section-grid-flow .htc-grid__item + .htc-grid__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8.25px;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(-90deg);
  border: 16.5px solid transparent;
  border-top: 28px solid #E60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section-grid-flow .htc-grid__item + .htc-grid__item::before {
    top: -24px;
    right: 0;
    bottom: auto;
    left: 0;
    transform: rotate(0);
    border: 8.25px solid transparent;
    border-top: 14px solid #E60012;
  }
}

.htc-section__body {
  margin-top: 3em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htc-section__body {
    margin-top: 2em;
  }
}

.htc-section__image {
  text-align: center;
}

.htc-section__image img {
  max-width: 100%;
  height: auto;
}

.htc-section__note {
  margin-top: 2em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
  line-height: 1.4em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htc-section__note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-section__pdf {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .htc-section__pdf {
    margin-top: 1em;
  }
}

.htc-section__pdf a {
  color: #0064a1;
  text-decoration: none;
}

.htc-section-content {
  box-sizing: border-box;
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 736px) {
  .htc-section-content {
    margin-top: 2em;
  }
}

.htc-section-content__body {
  box-sizing: border-box;
  padding: 46px 65px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body {
    padding: 16px 20px;
  }
}

.htc-section-content__body-note {
  margin-top: 2em;
  padding-left: 1em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body-note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-section-content__body .htc-media {
  width: 100%;
}

@media screen and (min-width: 737px), print {
  .htc-section-content__body .htc-media__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-media__body {
    font-size: 12.6px;
    font-size: 0.8442rem;
  }
}

.htc-section-content__body .htc-media__image {
  padding-left: 65px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-media__image {
    padding-top: 1.4em;
    padding-bottom: 0;
  }
}

.htc-section-content__body .htc-grid {
  justify-content: center;
  margin: 0 -25px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-grid {
    margin: 0 auto -50px;
  }
}

.htc-section-content__body .htc-grid__item {
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 736px) {
  .htc-section-content__body .htc-grid__item {
    padding: 0 0 50px;
  }
}

.htc-section-content--flow {
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow {
    margin-right: -5%;
    margin-left: -5%;
  }
}

.htc-section-content--flow + .htc-section-content--flow {
  margin-top: 27px;
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow + .htc-section-content--flow {
    margin-top: 13.5px;
  }
}

.htc-section-content--flow + .htc-section-content--flow::before {
  display: inline-block;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 16.5px solid transparent;
  border-top: 28px solid #E60012;
  content: "";
}

@media screen and (max-width: 736px) {
  .htc-section-content--flow + .htc-section-content--flow::before {
    top: -14px;
    border: 8.25px solid transparent;
    border-top: 14px solid #E60012;
  }
}

.htc-section-content--flow + .htc-section-content--flow.is-no-arrow::before {
  display: none;
}

.htc-section-content--steps .htc-section-content__container {
  display: flex;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__container {
    flex-direction: column;
  }
}

.htc-section-content--steps .htc-section-content__header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9a9a9a;
  color: #fff;
}

@media screen and (min-width: 737px), print {
  .htc-section-content--steps .htc-section-content__header {
    width: 125px;
  }
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header {
    padding: .5em 0;
  }
}

.htc-section-content--steps .htc-section-content__header small {
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 18px;
  font-size: 1.206rem;
  font-weight: 300;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header small {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-section-content--steps .htc-section-content__header em {
  margin-left: .25em;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 25px;
  font-size: 1.675rem;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 736px) {
  .htc-section-content--steps .htc-section-content__header em {
    font-size: 16px;
    font-size: 1.072rem;
  }
}

.htc-section-content--steps .htc-section-content__body {
  display: flex;
  flex: 1;
}

.htc-section__aside-acrobat .htc-section__container {
  box-sizing: border-box;
  display: block;
  padding: 0 135px;
  border: 2px solid #efefef;
  color: #595757;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-section__aside-acrobat .htc-section__container:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-section__container {
    padding: 20px;
  }
}

.htc-section__aside-acrobat .htc-media {
  align-items: center;
  height: 184px;
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-media {
    height: auto;
  }
}

.htc-section__aside-acrobat .htc-media__image {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 736px) {
  .htc-section__aside-acrobat .htc-media__image {
    padding: 0 0 15px;
  }
}

.htc-section__aside-acrobat .htc-media__image img {
  width: 160px;
}

.htc-section__aside-acrobat .htc-media__body {
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .w700 img {
    width: 700px;
  }
}

@media screen and (min-width: 737px), print {
  .w400 img {
    width: 400px;
  }
}

@media screen and (max-width: 736px) {
  .w400 img {
    width: 50%;
  }
}

@media screen and (min-width: 737px), print {
  .w230 img {
    width: 230px;
  }
}

@media screen and (max-width: 736px) {
  .w230 img {
    width: 100%;
  }
}

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

@media screen and (max-width: 736px) {
  .ta--r_sp {
    text-align: right;
  }
}

.ta--c {
  text-align: center;
}

.ta--l {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .ta--l_sp {
    text-align: left;
  }
}

.caution {
  color: #757575;
  font-size: 88%;
}

.caution:hover {
  opacity: 0.6;
}

/* CSS Document */
.hover, a:hover {
  transition: all .3s ease;
}

.htc-menu {
  z-index: 10001;
}

@media screen and (min-width: 737px), print {
  #faqfooter {
    margin-top: -110px;
    padding-top: 110px;
  }
}

.title_h3, #totalcare .search_purpose h3, #totalcare .search_category h3, #totalcare .popular_questions h3, #totalcare .movie_guide h3, #totalcare .search_inquiry h3 {
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .title_h3, #totalcare .search_purpose h3, #totalcare .search_category h3, #totalcare .popular_questions h3, #totalcare .movie_guide h3, #totalcare .search_inquiry h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .title_h3, #totalcare .search_purpose h3, #totalcare .search_category h3, #totalcare .popular_questions h3, #totalcare .movie_guide h3, #totalcare .search_inquiry h3 {
    font-size: 17.92px;
  }
}

.title_h4, #totalcare .search_category h4 {
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .title_h4, #totalcare .search_category h4 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .title_h4, #totalcare .search_category h4 {
    padding-top: 17.06667px;
  }
}

.title_h4 em, #totalcare .search_category h4 em {
  display: block;
  color: #e60012;
  font-style: initial;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .title_h4 em, #totalcare .search_category h4 em {
    font-size: 30px;
  }
}

@media screen and (max-width: 736px) {
  .title_h4 em, #totalcare .search_category h4 em {
    font-size: 15.36px;
  }
}

.title_h4 small, #totalcare .search_category h4 small {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 737px), print {
  .title_h4 small, #totalcare .search_category h4 small {
    font-size: 17px;
  }
}

@media screen and (max-width: 736px) {
  .title_h4 small, #totalcare .search_category h4 small {
    font-size: 8.53333px;
  }
}

.red_btn, #totalcare .answer_nav aside p a, #totalcare .search_inquiry a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 2px solid #e60012;
  color: #e60012;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .red_btn, #totalcare .answer_nav aside p a, #totalcare .search_inquiry a {
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .red_btn, #totalcare .answer_nav aside p a, #totalcare .search_inquiry a {
    height: 42.66667px;
    border-radius: 21.33333px;
    font-size: 11.09333px;
  }
}

.red_btn:after, #totalcare .answer_nav aside p a:after, #totalcare .search_inquiry a:after {
  display: block;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 25.6px;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(-45deg);
  border-right: 0.85333px solid #e60012;
  border-bottom: 0.85333px solid #e60012;
  content: "";
}

.red_btn.telephone:before, #totalcare .answer_nav aside p a.telephone:before, #totalcare .search_inquiry a.telephone:before {
  display: inline-block;
  width: 1.64286em;
  height: 1.64286em;
  background-image: url(../images/faq/icon_telephone.svg);
  background-size: cover;
  content: "";
}

.red_btn.telephone span, #totalcare .answer_nav aside p a.telephone span, #totalcare .search_inquiry a.telephone span {
  padding-left: 0.4em;
}

#totalcare {
  background-color: #fff;
  text-align: left;
}

#totalcare em {
  font-style: normal;
}

#totalcare .layout {
  transition: padding .3s ease;
}

@media screen and (min-width: 737px), print {
  #totalcare .layout {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 737px) and (max-width: 980px) {
  #totalcare .layout {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .layout {
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .faq_style {
    line-height: 1.5;
  }
}

#totalcare .answer {
  display: flex;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 1.3;
  }
}

@media screen and (min-width: 737px) and (max-width: 980px) {
  #totalcare .answer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_area {
    width: calc(100% - 270px);
    padding-left: 40px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_area {
    width: 100%;
    padding: 17.06667px 5% 0;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_area .article {
    padding-top: 12px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_area .article {
    padding-bottom: 40.10667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_area .article dt {
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f1f3;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_area .article dd {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_area .article dd p {
    font-size: 11.94667px;
  }
}

#totalcare .article dt {
  background-image: url(../images/faq/icon_q_red.png);
  background-repeat: no-repeat;
  color: #595757;
  font-family: 'HondaGlobalFontJP-Bold';
  font-weight: bold;
}

@media screen and (min-width: 737px), print {
  #totalcare .article dt {
    padding-left: 50px;
    background-position: top 0.13em left 0;
    background-size: 33px;
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .article dt {
    padding-left: 25.6px;
    background-position: top 0.1em left 0;
    background-size: 19.2px;
    font-size: 14.50667px;
  }
}

#totalcare .article dd {
  background-image: url(../images/faq/icon_a_red.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 737px), print {
  #totalcare .article dd {
    min-height: 33px;
    padding-top: 0.1em;
    padding-left: 50px;
    background-position: top 0.0em left 0;
    background-size: 33px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .article dd {
    margin-top: 6.82667px;
    padding-left: 25.6px;
    background-position: top 0.1em left 0;
    background-size: 19.2px;
  }
}

#totalcare .article dd pre {
  display: block;
  margin-top: 4px;
  overflow: inherit;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  white-space: pre-wrap;
}

@media screen and (min-width: 737px), print {
  #totalcare .article dd pre,
  #totalcare .article dd p {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

#totalcare .article dd pre a,
#totalcare .article dd p a {
  display: inline-block;
  position: relative;
  color: #e60012;
}

#totalcare .article dd pre a:after,
#totalcare .article dd p a:after {
  display: block;
  position: absolute;
  right: -0.6em;
  transform: rotate(-45deg);
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .article dd pre a:after,
  #totalcare .article dd p a:after {
    top: calc(0.5em + 0.1em);
    width: 0.5em;
    height: 0.5em;
    border-right: 1.2px solid #e60012;
    border-bottom: 1.2px solid #e60012;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .article dd pre a:after,
  #totalcare .article dd p a:after {
    top: 0.5em;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.85333px solid #e60012;
    border-bottom: 0.85333px solid #e60012;
  }
}

#totalcare .article dd aside {
  text-align: right;
}

@media screen and (min-width: 737px), print {
  #totalcare .article dd aside {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .article dd aside {
    margin-top: 8.53333px;
    margin-bottom: 4.26667px;
    font-size: 8.53333px;
  }
}

#totalcare .category_cloud {
  color: #596369;
}

#totalcare .category_cloud li {
  display: inline-block;
  border: 1px solid #596369;
  border-radius: 4px;
}

@media screen and (min-width: 737px), print {
  #totalcare .category_cloud li {
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 4px 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .category_cloud li {
    margin-right: 6.4px;
    margin-bottom: 6.4px;
    padding: 1.70667px 3.41333px;
    border-width: 0.85333px;
    font-size: 8.53333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav {
    flex-basis: 270px;
    width: 270px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav {
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav h3 {
    margin-bottom: 14px;
    padding-left: 6px;
    border-left: 4px solid #e60012;
    font-size: 16px;
    line-height: 1em;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav h3 {
    margin: 0 5% 8.53333px;
    padding-left: 5.97333px;
    border-left: 3.41333px solid #e60012;
    font-size: 11.94667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul {
    margin-bottom: 8.53333px;
  }
}

#totalcare .answer_nav ul > li {
  position: relative;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li {
    padding-top: 5px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li {
    padding-top: 0.85333px;
  }
}

#totalcare .answer_nav ul > li > p {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f0f1f3;
  color: #595757;
  font-family: 'HondaGlobalFontJP-Bold';
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li > p {
    height: 50px;
    padding: 0 24px 0 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

#totalcare .answer_nav ul > li > p:hover {
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li > p {
    height: 42.66667px;
    padding-left: 24.74667px;
    font-size: 11.09333px;
  }
}

#totalcare .answer_nav ul > li span {
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li span {
    top: calc(50% - 0.5em);
    right: 1em;
    width: 1em;
    height: 1em;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li span {
    top: 0;
    right: 0;
    width: 4em;
    height: 100%;
  }
}

#totalcare .answer_nav ul > li span:before, #totalcare .answer_nav ul > li span:after {
  display: block;
  position: absolute;
  background-color: #e60012;
  content: "";
  transition: transform 0.3s ease;
}

#totalcare .answer_nav ul > li span:before {
  width: 2px;
  height: 1em;
  transform: scaleY(1);
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li span:before {
    top: 0;
    left: calc(0.5em - 1px);
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li span:before {
    top: calc(50% - 0.5em);
    right: calc(1.5em - 1px);
  }
}

#totalcare .answer_nav ul > li span:after {
  width: 1em;
  height: 2px;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li span:after {
    top: calc(50% - 1px);
    left: 0;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li span:after {
    top: calc(50% - 1px);
    right: 1em;
  }
}

#totalcare .answer_nav ul > li ol {
  display: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ul > li.active + li {
    padding-top: 0px;
  }
}

#totalcare .answer_nav ul > li.active > p {
  background-color: #e60012;
  color: #ffffff;
}

#totalcare .answer_nav ul > li.active span:before, #totalcare .answer_nav ul > li.active span:after {
  background-color: #ffffff;
}

#totalcare .answer_nav ul > li.active span:before {
  transform: scaleY(0);
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ul > li:last-of-type {
    border-bottom: 2px solid #f0f1f3;
  }
}

#totalcare .answer_nav ol {
  margin: 0;
  padding: 0;
}

#totalcare .answer_nav ol > li > a {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  color: #596369;
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ol > li > a {
    min-height: 50px;
    padding: 8px 32px;
    border-bottom: 2px solid #f0f1f3;
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ol > li > a {
    min-height: 38.4px;
    padding-right: 8.53333px;
    padding-left: 39.25333px;
    border-bottom: 2px solid #f0f1f3;
    font-size: 11.09333px;
    text-decoration: none;
  }
}

#totalcare .answer_nav ol > li > a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.3em);
  width: 0.4em;
  height: 0.4em;
  transform: rotate(-45deg);
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav ol > li > a:before {
    left: 12px;
    border-right: 1.2px solid #e60012;
    border-bottom: 1.2px solid #e60012;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ol > li > a:before {
    left: 25.6px;
    border-right: 0.85333px solid #e60012;
    border-bottom: 0.85333px solid #e60012;
  }
}

#totalcare .answer_nav ol > li > a span {
  display: inline;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ol > li > a span:before, #totalcare .answer_nav ol > li > a span:after {
    opacity: 0;
  }
}

#totalcare .answer_nav ol > li > a.category_zero {
  cursor: default;
  filter: grayscale(80%);
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav ol > li:last-of-type > a {
    border-bottom: none;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav aside {
    padding: 25.6px 27.73333px 59.73333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .answer_nav aside p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .answer_nav aside p {
    margin-top: 12.8px;
  }
}

#totalcare .answer_nav aside p:first-of-type {
  margin-top: 0;
}

#totalcare .answer_nav aside p a {
  transition: all 0.3s ease;
}

#totalcare .answer_nav aside p a:hover {
  background-color: #e60012;
  color: #ffffff;
}

#totalcare .answer_nav aside p a:hover:after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

#totalcare .search_keyword {
  background-color: #f0f1f3;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword {
    padding-top: 38.4px;
  }
}

#totalcare .search_keyword h2 {
  text-align: center;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword h2 {
    margin-bottom: 21.33333px;
    font-size: 19.62667px;
  }
}

#totalcare .search_keyword fieldset {
  border: none;
  outline: none;
}

#totalcare .search_keyword fieldset input {
  display: none;
}

#totalcare .search_keyword fieldset input:checked + label:after {
  transform: scale(0.6, 0.6);
}

#totalcare .search_keyword fieldset label {
  display: inline-block;
  position: relative;
  color: #787d83;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword fieldset label {
    margin-right: 33px;
    padding-left: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword fieldset label {
    margin-right: 17.06667px;
    padding-left: 19.62667px;
    font-size: 11.09333px;
  }
}

#totalcare .search_keyword fieldset label:before, #totalcare .search_keyword fieldset label:after {
  display: block;
  position: absolute;
  left: 0;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword fieldset label:before, #totalcare .search_keyword fieldset label:after {
    top: 0.2em;
    width: 21px;
    height: 21px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword fieldset label:before, #totalcare .search_keyword fieldset label:after {
    top: 0.1em;
    width: 13.65333px;
    height: 13.65333px;
    border-radius: 6.82667px;
  }
}

#totalcare .search_keyword fieldset label:before {
  background-color: #ffffff;
}

#totalcare .search_keyword fieldset label:after {
  transform: scale(0, 0);
  background-color: #e60012;
  transition: transform .1s ease;
}

#totalcare .search_keyword .words_area {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .words_area {
    margin-top: 18px;
    padding: 26px 58px 26px 28px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .words_area {
    margin-top: 8.53333px;
    padding: 11.94667px 23.04px 11.94667px 11.94667px;
  }
}

#totalcare .search_keyword .words_area #word_submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  border-style: none;
  background-color: transparent;
  background-image: url(../images/faq/icon_serch_glass.png);
  background-repeat: no-repeat;
  text-indent: 9999px;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .words_area #word_submit {
    right: 32px;
    width: 26px;
    height: 26px;
    background-size: cover;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #totalcare .search_keyword .words_area #word_submit {
    top: 26px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .words_area #word_submit {
    right: 13.65333px;
    width: 12.8px;
    height: 12.8px;
    overflow: hidden;
    background-position: top 50% right 0;
    background-size: 12.8px 12.8px;
  }
}

#totalcare .search_keyword .words_area input[type="text"] {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .words_area input[type="text"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .words_area input[type="text"] {
    font-size: 11.94667px;
  }
}

#totalcare .search_keyword .words_area.focus #word_submit {
  background-image: url(../images/faq/icon_serch_glass_red.png);
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .keyword_cloud {
    margin-top: 20px;
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .keyword_cloud {
    margin-top: 19.62667px;
    padding-bottom: 25.6px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .keyword_cloud dl {
    text-align: center;
  }
}

#totalcare .search_keyword .keyword_cloud dl dt {
  color: #787d83;
  word-break: keep-all;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .keyword_cloud dl dt {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
    font-family: 'HondaGlobalFontJP-Bold';
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .keyword_cloud dl dt {
    margin-bottom: 10.24px;
    font-size: 10.24px;
  }
}

#totalcare .search_keyword .keyword_cloud dl dd {
  display: inline-block;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .keyword_cloud dl dd {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .keyword_cloud dl dd {
    margin: 0 4.26667px 8.53333px;
  }
}

#totalcare .search_keyword .keyword_cloud dl dd input[type="submit"],
#totalcare .search_keyword .keyword_cloud dl dd a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 1.3em;
  background-color: #ffffff;
  color: #595757;
  line-height: 1.3em;
  text-decoration: none;
  word-break: keep-all;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_keyword .keyword_cloud dl dd input[type="submit"],
  #totalcare .search_keyword .keyword_cloud dl dd a {
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_keyword .keyword_cloud dl dd input[type="submit"],
  #totalcare .search_keyword .keyword_cloud dl dd a {
    padding: 5.12px 7.68px;
    font-size: 10.24px;
  }
}

#totalcare .search_keyword .keyword_cloud dl dd input[type="submit"].active, #totalcare .search_keyword .keyword_cloud dl dd input[type="submit"]:hover,
#totalcare .search_keyword .keyword_cloud dl dd a.active,
#totalcare .search_keyword .keyword_cloud dl dd a:hover {
  border-color: #e60012;
  opacity: 1;
}

@media screen and (min-width: 737px), print {
  #totalcare .result_area {
    padding-top: 65px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .result_area {
    padding-top: 19.62667px;
  }
}

#totalcare .result_area .result_title {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  #totalcare .result_area .result_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .result_area .result_title {
    font-size: 11.94667px;
  }
}

#totalcare .result_area .result_title span,
#totalcare .result_area .result_title strong {
  font-family: 'HondaGlobalFontJP-Bold';
  font-weight: bold;
}

@media screen and (min-width: 737px), print {
  #totalcare .result_area .result_title strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .result_area .result_title strong {
    font-size: 17.06667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .result_area .order_number {
    padding-top: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .result_area .order_number {
    padding-top: 8.53333px;
    font-size: 11.09333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .order_list {
    padding-top: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .order_list {
    padding-top: 8.53333px;
  }
}

#totalcare .order_list a {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f2f4;
  color: #595757;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .order_list a {
    padding-top: 25px;
    padding-right: 70px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .order_list a {
    padding-top: 12.8px;
    padding-right: 10.24px;
    padding-bottom: 10.66667px;
  }
}

#totalcare .order_list a:first-of-type {
  border-top: 1px solid #f1f2f4;
}

#totalcare .order_list a:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .order_list a:after {
    right: 18px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .order_list a:after {
    right: 0;
  }
}

#totalcare .order_list a:hover dd,
#totalcare .order_list a:hover dt {
  text-decoration: underline;
}

@media screen and (min-width: 737px), print {
  #totalcare .order_list a .article dt {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .order_list a .article dd p {
    font-size: 11.09333px;
  }
}

#totalcare .order_list a .article + aside {
  font-family: 'HondaGlobalFontJP-Bold';
  font-weight: bold;
  text-align: right;
}

@media screen and (min-width: 737px), print {
  #totalcare .order_list a .article + aside {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .order_list a .article + aside {
    margin-top: 1em;
    font-size: 8.53333px;
  }
}

#totalcare .order_list.htc a[data-premium="true"] {
  display: none;
}

#totalcare .order_list.htcp a[data-premium="false"] {
  display: none;
}

#totalcare .pager_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 737px), print {
  #totalcare .pager_nav {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .pager_nav {
    padding-top: 25.6px;
    padding-bottom: 59.73333px;
  }
}

#totalcare .pager_nav p a {
  color: #e60012;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .pager_nav p a {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .pager_nav p a {
    font-size: 10.24px;
  }
}

#totalcare .pager_nav ol {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 737px), print {
  #totalcare .pager_nav ol {
    padding: 0 15px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .pager_nav ol {
    padding: 0 10.66667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .pager_nav ol li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .pager_nav ol li {
    margin: 0 3.41333px;
  }
}

#totalcare .pager_nav ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #ffffff;
  color: #e60012;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .pager_nav ol li a {
    width: 30px;
    height: 32px;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .pager_nav ol li a {
    width: 21.33333px;
    height: 23.04px;
    font-size: 10.24px;
  }
}

#totalcare .pager_nav ol li a:hover, #totalcare .pager_nav ol li a.active {
  border-color: #e60012;
  background-color: #e60012;
  color: #ffffff;
  opacity: 1;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_purpose {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_purpose {
    padding-top: 38.4px;
  }
}

#totalcare .search_purpose .htc-home-important-info {
  text-align: center;
}

#totalcare .search_purpose .htc-home-important-info a {
  display: inline-block;
  margin: 0 auto 50px;
  color: #E60012;
  font-family: 'HondaGlobalFontJP-Bold';
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s all ease;
}

@media screen and (max-width: 736px) {
  #totalcare .search_purpose .htc-home-important-info a {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 18px;
    letter-spacing: .05em;
  }
}

#totalcare .search_purpose .htc-home-important-info a:hover {
  opacity: 0.6;
}

#totalcare .search_purpose .htc-home-important-info .htc-icon--link {
  top: -.08em;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  border: 1px solid #E60012;
}

@media screen and (max-width: 736px) {
  #totalcare .search_purpose .htc-home-important-info .htc-icon--link {
    width: 18px;
    height: 18px;
    margin-left: 7px;
  }
}

#totalcare .search_purpose .htc-home-important-info .htc-icon--link::before {
  border-right: 1px solid #E60012;
  border-bottom: 1px solid #E60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    padding-left: 0;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel > li {
    width: 300px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel.movie_panel {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column3_panel.movie_panel {
    padding-top: 17.06667px;
    padding-bottom: 25.6px;
  }
}

#totalcare .column3_panel.movie_panel a {
  color: #595757;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel.movie_panel dl {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column3_panel.movie_panel dl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14.93333px;
  }
}

#totalcare .column3_panel.movie_panel dt {
  background-color: #e60012;
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel.movie_panel dt {
    height: 200px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column3_panel.movie_panel dt {
    width: 128px;
    height: 85.33333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column3_panel.movie_panel dd {
    padding-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column3_panel.movie_panel dd {
    flex: 1;
    padding-left: 12.8px;
  }
}

#totalcare .column2_panel {
  padding-left: 0;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel > li {
    width: calc(490px - 10px);
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose > li {
    border: 5px solid #f0f1f3;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose > li {
    margin-top: 17.06667px;
    border: 2.13333px solid #f0f1f3;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose > li:first-of-type {
    margin-top: 0;
  }
}

#totalcare .column2_panel.purpose dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dt {
    height: 306px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dt {
    height: 130.56px;
  }
}

#totalcare .column2_panel.purpose dt span {
  font-family: 'HondaGlobalFontJP-Bold';
  font-weight: bold;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dt span {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dt span {
    font-size: 11.09333px;
  }
}

#totalcare .column2_panel.purpose dt span:before {
  display: block;
  width: 100%;
  background-position: top 0 left 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dt span:before {
    height: 150px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dt span:before {
    height: 70.82667px;
    margin-bottom: 17.06667px;
  }
}

#totalcare .column2_panel.purpose .extension dt span:before {
  background-image: url(../images/faq/icon_extension.png);
}

#totalcare .column2_panel.purpose .serch_glass dt span:before {
  background-image: url(../images/faq/icon_serch_glass_large.png);
}

#totalcare .column2_panel.purpose dd {
  position: relative;
  background-color: #f0f1f3;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dd {
    padding: calc(40px - 7px) 16px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dd {
    padding: 8.53333px 12.8px;
  }
}

#totalcare .column2_panel.purpose dd:after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dd:after {
    left: calc(50% - 42.5px);
    border-width: 25px 42.5px 0 42.5px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dd:after {
    left: calc(50% - 17.06667px);
    border-width: 10.66667px 17.06667px 0 17.06667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.purpose dd li {
    padding: 7px 0;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dd li {
    padding: 5.12px 0;
  }
}

#totalcare .column2_panel.purpose dd li span,
#totalcare .column2_panel.purpose dd li a {
  display: inline-block;
  position: relative;
  color: #595757;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.purpose dd li span,
  #totalcare .column2_panel.purpose dd li a {
    font-size: 11.09333px;
  }
}

#totalcare .column2_panel.purpose dd li span:before,
#totalcare .column2_panel.purpose dd li a:before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.8em;
  transform: rotate(-45deg);
  border-right: 0.1em solid #e60012;
  border-bottom: 0.1em solid #e60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel {
    margin-top: 17.06667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel > li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li {
    margin-top: 9.81333px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li:first-of-type {
    margin-top: 0;
  }
}

#totalcare .column2_panel.ticket_panel > li span.ticket,
#totalcare .column2_panel.ticket_panel > li a {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #f1f2f4;
  color: #595757;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel > li span.ticket,
  #totalcare .column2_panel.ticket_panel > li a {
    height: 110px;
    padding-right: 34px;
    padding-left: 120px;
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li span.ticket,
  #totalcare .column2_panel.ticket_panel > li a {
    height: 69.97333px;
    padding-right: 18.77333px;
    padding-left: 62.29333px;
    font-size: 11.94667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel > li span.ticket.small,
  #totalcare .column2_panel.ticket_panel > li a.small {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li span.ticket.small,
  #totalcare .column2_panel.ticket_panel > li a.small {
    font-size: 11.09333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel > li span.ticket.min_small,
  #totalcare .column2_panel.ticket_panel > li a.min_small {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li span.ticket.min_small,
  #totalcare .column2_panel.ticket_panel > li a.min_small {
    font-size: 8.53333px;
  }
}

#totalcare .column2_panel.ticket_panel > li span.ticket:before,
#totalcare .column2_panel.ticket_panel > li a:before {
  display: block;
  position: absolute;
  background-color: #ffffff;
  background-position: top 50% left 50%;
  background-size: contain;
  line-height: 0;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.ticket_panel > li span.ticket:before,
  #totalcare .column2_panel.ticket_panel > li a:before {
    left: 28px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #totalcare .column2_panel.ticket_panel > li span.ticket:before,
  #totalcare .column2_panel.ticket_panel > li a:before {
    top: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.ticket_panel > li span.ticket:before,
  #totalcare .column2_panel.ticket_panel > li a:before {
    left: 11.94667px;
    width: 42.66667px;
    height: 42.66667px;
    border-radius: 21.33333px;
  }
}

#totalcare .column2_panel.ticket_panel > li span.ticket:after,
#totalcare .column2_panel.ticket_panel > li a:after {
  display: inline-block;
  position: absolute;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: 0.1em solid #e60012;
  border-bottom: 0.1em solid #e60012;
  content: "";
}

#totalcare .column2_panel.ticket_panel > li span.ticket:hover,
#totalcare .column2_panel.ticket_panel > li a:hover {
  color: #e60012;
  text-decoration: underline;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_how:before,
#totalcare .column2_panel.ticket_panel > li a.htc_how:before {
  background-image: url(../images/faq/icon_category01.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_sos:before,
#totalcare .column2_panel.ticket_panel > li a.htc_sos:before {
  background-image: url(../images/faq/icon_category02.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_linkup:before,
#totalcare .column2_panel.ticket_panel > li a.htc_linkup:before {
  background-image: url(../images/faq/icon_category03.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_internavi:before,
#totalcare .column2_panel.ticket_panel > li a.htc_internavi:before {
  background-image: url(../images/faq/icon_category04.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htcp_how:before,
#totalcare .column2_panel.ticket_panel > li a.htcp_how:before {
  background-image: url(../images/faq/icon_category05.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_setting:before,
#totalcare .column2_panel.ticket_panel > li a.htc_setting:before {
  background-image: url(../images/faq/icon_category06.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_jaf:before,
#totalcare .column2_panel.ticket_panel > li a.htc_jaf:before {
  background-image: url(../images/faq/icon_category11.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_search:before,
#totalcare .column2_panel.ticket_panel > li a.htc_search:before {
  background-image: url(../images/faq/icon_category15.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_support:before,
#totalcare .column2_panel.ticket_panel > li a.htc_support:before {
  background-image: url(../images/faq/icon_category07.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_alsok:before,
#totalcare .column2_panel.ticket_panel > li a.htc_alsok:before {
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url(../images/faq/icon_category08.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_aircon:before,
#totalcare .column2_panel.ticket_panel > li a.htc_aircon:before {
  background-image: url(../images/faq/icon_category13.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_excla:before,
#totalcare .column2_panel.ticket_panel > li a.htc_excla:before {
  background-image: url(../images/faq/icon_category14.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_remote:before,
#totalcare .column2_panel.ticket_panel > li a.htc_remote:before {
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url(../images/faq/icon_category12.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_site:before,
#totalcare .column2_panel.ticket_panel > li a.htc_site:before {
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url(../images/faq/icon_category09.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_price:before,
#totalcare .column2_panel.ticket_panel > li a.htc_price:before {
  background-image: url(../images/faq/icon_category10.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_digital:before,
#totalcare .column2_panel.ticket_panel > li a.htc_digital:before {
  background-image: url(../images/faq/icon_category16.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_wifi:before,
#totalcare .column2_panel.ticket_panel > li a.htc_wifi:before {
  background-image: url(../images/faq/icon_category17.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_assistant:before,
#totalcare .column2_panel.ticket_panel > li a.htc_assistant:before {
  background-image: url(../images/faq/icon_category18.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_service:before,
#totalcare .column2_panel.ticket_panel > li a.htc_service:before {
  background-image: url(../images/faq/icon_category19.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_appcenter:before,
#totalcare .column2_panel.ticket_panel > li a.htc_appcenter:before {
  background-image: url(../images/faq/icon_category20.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.htc_mapservice:before,
#totalcare .column2_panel.ticket_panel > li a.htc_mapservice:before {
  background-image: url(../images/faq/icon_category21.png) !important;
}

#totalcare .column2_panel.ticket_panel > li span.ticket.category_zero,
#totalcare .column2_panel.ticket_panel > li a.category_zero {
  cursor: default;
  filter: grayscale(80%);
  opacity: 0.5;
  pointer-events: none;
}

#totalcare .column2_panel.switch_btn {
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.switch_btn {
    padding-top: 40px;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 21.33333px;
    padding-bottom: 17.06667px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn > li {
    width: 50%;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn > li:first-of-type {
    padding-right: 4.26667px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn > li:last-of-type {
    padding-left: 4.26667px;
  }
}

#totalcare .column2_panel.switch_btn > li h4 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #e60012;
  cursor: pointer;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.switch_btn > li h4 {
    height: 70px;
    border: 1px solid #e60012;
    border-radius: 4px;
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn > li h4 {
    height: 42.66667px;
    border: 2px solid #e60012;
    border-radius: 1.70667px;
    font-size: 10.24px;
    text-align: center;
  }
}

#totalcare .column2_panel.switch_btn > li h4.active {
  background-color: #e60012;
  color: #ffffff;
}

#totalcare .column2_panel.switch_btn > li h4.active:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e60012 transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.switch_btn > li h4.active:before {
    bottom: -14px;
    left: calc(50% - 15px);
    border-width: 14px 15px 0 15px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn > li h4.active:before {
    bottom: -5.97333px;
    left: calc(50% - 6.4px);
    border-width: 5.97333px 6.4px 0 6.4px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.switch_btn.under_btn {
    display: none;
  }
}

#totalcare .column2_panel.switch_btn.under_btn > li h4.active:before {
  border-color: transparent transparent #e60012 transparent;
}

@media screen and (min-width: 737px), print {
  #totalcare .column2_panel.switch_btn.under_btn > li h4.active:before {
    top: -14px;
    border-width: 0 15px 14px 15px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .column2_panel.switch_btn.under_btn > li h4.active:before {
    top: -5.97333px;
    border-width: 0 6.4px 5.97333px 6.4px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .search_category {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_category {
    padding-top: 38.4px;
  }
}

#totalcare .search_category .caution {
  margin-top: 15px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #totalcare .search_category .caution {
    font-size: 8.53333px;
  }
}

#totalcare .search_category .caution:hover {
  opacity: 1;
}

#totalcare .search_category .caution a {
  color: #c00;
  text-decoration: none;
}

#totalcare .search_category .caution a:hover {
  text-decoration: underline;
  opacity: .6;
}

@media screen and (min-width: 737px), print {
  #totalcare .popular_questions {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .popular_questions {
    padding-top: 38.4px;
    padding-bottom: 34.13333px;
  }
}

#totalcare .movie_guide {
  background-color: #f0f1f3;
}

@media screen and (min-width: 737px), print {
  #totalcare .movie_guide {
    padding-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .movie_guide {
    padding-top: 38.4px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .search_inquiry {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_inquiry {
    padding-top: 42.66667px;
    padding-bottom: 55.46667px;
  }
}

#totalcare .search_inquiry .copy_text {
  text-align: center;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_inquiry .copy_text {
    padding-top: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_inquiry .copy_text {
    padding-top: 11.09333px;
    font-size: 11.94667px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .search_inquiry a {
    height: 70px;
    border-radius: 35px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_inquiry a {
    height: 42.66667px;
    border-radius: 21.33333px;
  }
}

@media screen and (min-width: 737px), print {
  #totalcare .search_inquiry a span {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_inquiry a span {
    font-size: 11.94667px;
  }
}

#totalcare .search_inquiry a:after {
  width: 0.7em;
  height: 0.7em;
}

#totalcare .search_inquiry aside {
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  #totalcare .search_inquiry aside {
    width: 400px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 736px) {
  #totalcare .search_inquiry aside {
    width: 256px;
    padding-top: 17.06667px;
  }
}
