@charset "UTF-8";
@import url("home_sub.css");

/* 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;
  /* position: fixed; */
  width: 100%;
  height: 100%;
}

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

.clearfix {
  zoom: 1;
}

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

@font-face {
  src: url("/hondatotalcare/font/woff/HondaTotalCareTP-Light.woff") format("woff"), url("/hondatotalcare/font/ttf/HondaTotalCareTP-Light.ttf") format("truetype");
  font-family: "HondaTotalCareTP";
  font-weight: 100;
}

@font-face {
  src: url("/hondatotalcare/font/woff/HondaTotalCareTP-Regular.woff") format("woff"), url("/hondatotalcare/font/ttf/HondaTotalCareTP-Regular.ttf") format("truetype");
  font-family: "HondaTotalCareTP";
  font-weight: 300;
}

@font-face {
  src: url("/hondatotalcare/font/woff/HondaTotalCareTP-Medium.woff") format("woff"), url("/hondatotalcare/font/ttf/HondaTotalCareTP-Medium.ttf") format("truetype");
  font-family: "HondaTotalCareTP";
  font-weight: 600;
}

@font-face {
  src: url("/hondatotalcare/font/woff/HondaTotalCareTP-Bold.woff") format("woff"), url("/hondatotalcare/font/ttf/HondaTotalCareTP-Bold.ttf") format("truetype");
  font-family: "HondaTotalCareTP";
  font-weight: 900;
}

@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: "HondaTotalCareTP";
  font-weight: 300;
  text-align: center;
}

body.totalcalre sup {
  position: relative;
  top: 0.7em;
  font-size: 0.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: 0.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: 0.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: 0.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: -0.2em;
  transform: rotate(45deg);
}

.htc-icon--ac-close::before {
  top: 0.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-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;
  }
}

@media screen and (max-width: 736px) {
  .htc-header__container {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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 {
  position: fixed;
  box-sizing: border-box;
  z-index: 10001;
  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 {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  padding: 35px 6% 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: 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-close */
body.home .htc-menu-btn {
  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-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: 0.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: 0.3em;
  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: 0.25em;
  }
}

.htc-aside--to-premium .htc-aside-item__header-text {
  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-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;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #717171;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
    padding-top: 0;
    margin-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-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-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: 0.25em;
  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: 0.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: 0.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-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: 0.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: 0.5em;
  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: 0.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: 0.5em 0;
  }
}

.htc-section-content--steps .htc-section-content__header small {
  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: 0.25em;
  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;
}

.htc-home-header-fix {
  z-index: 2001;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
}

.htc-home-header-fix .htc-menu-btn {
  position: absolute !important;
}

.htc-home-header-fix .htc-header-navigation {
  z-index: 1;
  position: absolute;
  top: 25px;
  right: 20px;
}

.htc-home-header-fix .htc-header-navigation .htc-navigation {
  display: flex;
  justify-content: flex-end;
  background-color: rgba(239, 239, 239, 0.6);
}

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

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

.htc-home-header .htc-menu-btn.sp_only {
  display: none;
}

.htc-home-header .htc-header-navigation.pc_only .htc-navigation.htc-navigation--utility {
  display: none;
}

.htc-icon--option {
  display: inline-block;
  height: 24px;
  margin-top: 0.25em;
  padding: 0 10px;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 12px;
  font-size: 0.804rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

@media screen and (max-width: 736px) {
  .htc-icon--option {
    height: 17px;
    padding: 0 5px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 17px;
  }
}

.htc-icon--premium {
  display: inline-block;
  height: 24px;
  margin-bottom: 0.25em;
  padding: 0 10px;
  background-color: #e60012;
  color: #fff;
  font-size: 12px;
  font-size: 0.804rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

@media screen and (max-width: 736px) {
  .htc-icon--premium {
    height: 17px;
    padding: 0 5px;
    font-size: 10px;
    font-size: 0.67rem;
    line-height: 17px;
  }
}

.htc-home-header {
  position: relative;
  background: #efefef 0 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 737px), print {
  .htc-home-header {
    z-index: 100;
    height: 600px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-header {
    z-index: 200;
    width: 100%;
    padding: 120px 0 20px;
  }
}

.htc-home-header .htc-header-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -140px auto 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-home-header .htc-header-title {
    position: relative;
    top: auto;
    margin-top: 0;
  }
}

.htc-home-header .htc-header-title-caption {
  display: block;
  margin-bottom: 28px;
  color: #595757;
  font-size: 21px;
  font-size: 1.407rem;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .htc-home-header .htc-header-title-caption {
    margin-bottom: 14px;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-home-header .htc-header-title h1 {
  display: inline-block;
  width: 484px;
  height: 51.5px;
  background: url(../images/common/logo_htc.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

@media screen and (max-width: 736px) {
  .htc-home-header .htc-header-title h1 {
    width: 242px;
    height: 25.75px;
  }
}

.htc-home-header .htc-header-navigation {
  z-index: 1;
  position: fixed;
  top: 25px;
  right: 20px;
}

.htc-home-header .htc-header-navigation .htc-navigation {
  display: flex;
  justify-content: flex-end;
}

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

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

.htc-home-header-link {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 80px auto 0;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .htc-home-header-link {
    position: relative;
    top: auto;
    margin-top: 100px;
    padding: 0 5%;
  }
}

.htc-home-header-link .htc-btn {
  width: 270px;
  height: 38px;
  font-size: 15px;
  font-size: 1.005rem;
}

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

@media screen and (max-width: 736px) {
  .htc-home-header-link .htc-btn {
    width: 100%;
  }
}

.htc-home-header-link .htc-btn i {
  margin-left: 0.25em;
}

.htc-home-header-link .htc-btn--w,
.htc-home-header-link .htc-btn--lg {
  width: 420px;
}

@media screen and (max-width: 736px) {
  .htc-home-header-link .htc-btn--w,
  .htc-home-header-link .htc-btn--lg {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-header-link .htc-btn + .htc-btn {
    margin-top: 10px;
  }
}

.htc-home-header-link-row + .htc-home-header-link-row {
  margin-top: 24px;
}

@media screen and (max-width: 736px) {
  .htc-home-header-link-row + .htc-home-header-link-row {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-header-link-row + .htc-home-header-link-row .htc-btn {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-home-header-ribbon {
  position: absolute;
  top: 300px;
  right: 0;
  left: 0;
  width: 100%;
  height: 43px;
  margin: auto;
  overflow: hidden;
  background-image: url(../images/home/img_ribbon_back.png);
  background-repeat: repeat-x;
  background-size: auto 43px;
}

@media screen and (max-width: 736px) {
  .htc-home-header-ribbon {
    top: 220px;
    height: auto;
    background-image: none;
  }
}

.htc-home-header-ribbon__inner {
  width: 1000px;
  height: 43px;
  margin: 0 auto;
  background-image: url(../images/home/img_ribbon.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 43px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .htc-home-header-ribbon__inner {
    width: 100%;
    height: 0;
    padding-bottom: 7.3%;
    background-image: url(../images/home/img_ribbon_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.htc-home-header #scrollbtn {
  opacity: 1;
  transition: all 0.25s;
}

.htc-home-header #scrollbtn.hidden {
  opacity: 0;
}

.htc-home-header .scroll_wrap {
  z-index: 2000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 61px;
  margin-left: -30.5px;
  text-align: center;
}

.htc-home-header .scroll_box {
  position: relative;
  width: 61px;
  height: 61px;
  margin: 0 auto;
  background-image: url("../images/home/btn_scroll.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.htc-home-header .scroll_chip {
  -webkit-animation: a 1s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite alternate;
  position: absolute;
  top: 37px;
  left: 50%;
  width: 16px;
  height: 21px;
  margin: 0 auto 0 -8px;
  background-image: url("../images/common/icon_arrow_scroll_down.svg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: a 1s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite alternate;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, 14px, 0);
    transform: translate3d(0, 14px, 0);
  }
}

@keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, 14px, 0);
    transform: translate3d(0, 14px, 0);
  }
}

.htc-home-article__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

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

@media screen and (max-width: 736px) {
  .htc-home-article__container {
    width: 100%;
    padding: 35px 5% 60px;
  }
}

.htc-home-article-info a {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, auto);
  line-height: 1.5;
  column-gap: 12px;
  padding: 1em;
  text-decoration: none;
}

.htc-home-article-info a:has(span) {
  grid-template-columns: repeat(3, auto);
  align-items: start;
}

.htc-home-article-info a p {
  margin-top: -1px;
}

@media screen and (max-width: 736px) {
  .htc-home-article-info a p {
    display: inline;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-article-info + .htc-home-article-info {
    margin: 0 auto 30px;
  }

  .htc-home-article-info a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-info {
    width: 100%;
    margin: 0 auto 20px;
  }

  .htc-home-article-info a {
    display: block;
    width: 100%;
    padding: 1em 5vw;
    &.nost {
      padding: 1em 3vw 1em 2vw;
    }
  }

  .htc-home-article-info .htc-icon--link {
    margin-top: -1.5px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-article-text {
    font-size: 18px;
    font-size: 1.206rem;
    line-height: 2;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-text {
    font-size: 13px;
    font-size: 0.871rem;
    line-height: 2;
  }
}

.htc-home-article__header {
  position: relative;
  padding-bottom: 1em;
  color: #595757;
}

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

@media screen and (max-width: 736px) {
  .htc-home-article__header {
    margin-top: 35px;
  }
}

.htc-home-article__header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  margin: auto;
  background-color: #e60012;
  content: "";
}

.htc-home-article__header-text {
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-home-article__header-text {
    font-size: 34px;
    font-size: 2.278rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article__header-text {
    font-size: 22px;
    font-size: 1.474rem;
  }
}

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

@media screen and (max-width: 736px) {
  .htc-home-article__body {
    margin-top: 35px;
  }
}

.htc-home-navigation {
  background-color: #efefef;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .htc-home-navigation {
    padding: 55px 0 75px;
  }
}

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

.htc-home-navigation__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

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

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

.htc-home-navigation__header {
  color: #595757;
}

.htc-home-navigation__header-text {
  font-weight: 300;
}

@media screen and (min-width: 737px), print {
  .htc-home-navigation__header-text {
    font-size: 21px;
    font-size: 1.407rem;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-navigation__header-text {
    font-size: 16px;
    font-size: 1.072rem;
  }
}

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

@media screen and (max-width: 736px) {
  .htc-home-navigation__body {
    margin-top: 14px;
  }
}

.htc-home-navigation-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

@media screen and (max-width: 736px) {
  .htc-home-navigation-row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: min(1rem, 2vw);
  }
}

.htc-home-navigation__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #595757;
  font-size: clamp(14px, 1.5vw, 16.2px);
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .htc-home-navigation__item {
    font-size: clamp(10px, 3vw, 16px);
    letter-spacing: normal;
  }
}

.htc-home-navigation__item::before,
.htc-home-navigation__item::after {
  display: block;
  content: "";
}

.htc-home-navigation__item::before {
  z-index: 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-bottom: 4px solid #e60012;
  background: 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .htc-home-navigation__item::before {
    /* margin-top: 5px; */
    border-bottom-width: 2px;
  }
}

.htc-home-navigation__item--01::before {
  background-image: url(../images/home/img_htc_home_navigation_01.jpg);
}

.htc-home-navigation__item--02::before {
  background-image: url(../images/home/img_htc_home_navigation_02.jpg);
}

.htc-home-navigation__item--03::before {
  background-image: url(../images/home/img_htc_home_navigation_03.jpg);
}

.htc-home-navigation__item--04::before {
  background-image: url(../images/home/img_htc_home_navigation_04.jpg);
}

.htc-home-navigation__item--05::before {
  background-image: url(../images/home/img_htc_home_navigation_05.jpg);
}

.htc-home-navigation__item--06::before {
  background-image: url(../images/home/img_htc_home_navigation_06.jpg);
}

.htc-home-navigation__item::after {
  position: absolute;
  bottom: -30px;
  width: 17.5px;
  height: 20px;
  background: url(../images/common/icon_arrow_scroll_down.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .htc-home-navigation__item::after {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .htc-home-navigation__item::after {
    left: calc(85px + 20px);
  }
}

.htc-home-navigation__item > span {
  z-index: 10;
  position: absolute;
  top: min(13px, 8%);
  left: min(14px, 9%);
  text-align: left;
}

@media screen and (max-width: 736px) {
  .htc-home-navigation__item > span {
    top: min(25px, 2.2vw);
    left: min(30px, 2.5vw);
    line-height: 1.3;
  }
}

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

.htc-home-section {
  padding: 100px 0 140px;
}

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

.htc-home-section__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

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

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

.htc-home-section__header {
  position: relative;
  padding-bottom: 30px;
  color: #595757;
  font-weight: 300;
}

@media screen and (max-width: 736px) {
  .htc-home-section__header {
    padding-bottom: 15px;
  }
}

.htc-home-section__header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  margin: auto;
  background-color: #e60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-home-section__header::after {
    width: 100px;
  }
}

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

.htc-home-section__header-text {
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-home-section__header-text {
    font-size: 40px;
    font-size: 2.68rem;
  }
}

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

@media screen and (min-width: 737px), print {
  .htc-home-section__header-caption {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

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

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

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

.htc-home-section__note {
  color: #595757;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-home-section__note {
    margin-top: 30px;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

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

.htc-home-section-grid {
  align-items: stretch;
}

@media screen and (min-width: 737px), print {
  .htc-home-section-grid {
    margin-bottom: -40px;
  }
}

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

@media screen and (min-width: 737px), print {
  .htc-home-section-grid .htc-grid__item {
    width: 50%;
    padding-bottom: 40px;
  }
}

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

.htc-home-section-content {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 100%;
  border-bottom: 4px solid #e60012;
  color: #595757;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content {
    padding: 40px 6px 0 45px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-section-content {
    align-items: center;
    justify-content: flex-end;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__image {
    order: 3;
    width: 225px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-section-content__image {
    order: 1;
    width: 40%;
    margin: auto;
    padding-right: 10px;
    padding-left: 0;
  }
}

.htc-home-section-content__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__header {
    display: flex;
    align-items: center;
    order: 1;
    width: 100%;
    height: 4.2em;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-section-content__header {
    flex: 0 0 60%;
    order: 2;
    width: 60%;
  }
}

.htc-home-section-content__header-text {
  font-size: 20px;
  font-size: 1.34rem;
  font-weight: 300;
  letter-spacing: normal;
  filter: brightness(128%);
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__header-text {
    padding-right: 1em;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-section-content__header-text {
    padding-right: 1em;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-home-section-content__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__body {
    flex: 1;
    order: 2;
    padding-bottom: 30px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .htc-home-section-content__body {
    flex: auto;
    justify-content: flex-start;
    width: 230px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-section-content__body {
    flex: auto 0 60%;
    order: 3;
    width: 60%;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__body-text {
    margin-top: auto;
    font-size: 15px;
    font-size: 1.005rem;
    font-weight: bold;
  }
}

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

.htc-home-section-content__body-icon {
  display: block;
  margin-top: 0.2em;
  font-weight: normal;
}

.htc-home-section-content__body-link {
  display: block;
  align-self: flex-end;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 737px), print {
  .htc-home-section-content__body-link {
    margin-top: auto;
  }

  .htc-home-section-content__body-link:hover {
    opacity: 0.6;
  }
}

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

.htc-home-section-content__body-link .htc-icon--link {
  top: -0.1em;
  margin-left: 10px;
}

.htc-home-section:nth-child(odd) {
  background-color: #fff;
}

.htc-home-section:nth-child(odd) .htc-home-section-content {
  background-color: #f8f8f8;
}

.htc-home-section:nth-child(even) {
  background-color: #efefef;
}

.htc-home-section:nth-child(even) .htc-home-section-content {
  background-color: #fff;
}

.htc-embed-movie .video-js {
  width: 100% !important;
  height: auto !important;
}

.htc-embed-movie .video-js::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.htc-embed-movie .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: 50% !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* voice */
.htc-home-article-voice__header {
  position: relative;
  padding-bottom: 30px;
  color: #595757;
  font-weight: 300;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice__header {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice__header {
    margin-top: 35px;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice__header {
    padding-bottom: 15px;
  }
}

.htc-home-article-voice__header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  margin: auto;
  background-color: #e60012;
  content: "";
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice__header::after {
    width: 100px;
  }
}

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

.htc-home-article-voice__header-text {
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice__header-text {
    font-size: 40px;
    font-size: 2.68rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice__header-text {
    font-size: 24px;
    font-size: 1.608rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice__header-caption {
    font-size: 15px;
    font-size: 1.005rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice__header-caption {
    font-size: 12px;
    font-size: 0.804rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice-text {
    margin-top: 60px;
    font-size: 18px;
    font-size: 1.206rem;
    line-height: 2;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-text {
    margin-top: 35px;
    font-size: 16px;
    font-size: 1.072rem;
    line-height: 2;
  }
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice__body {
    margin-top: 60px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice__body {
    margin-top: 35px;
    line-height: 1.5;
  }
}

.htc-home-article-voice-item {
  padding-bottom: 40px;
}

.htc-home-article-voice-item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-item {
    padding-bottom: 20px;
  }
}

.htc-home-article-voice-item__container {
  display: flex;
}

.htc-home-article-voice-item__image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-right: 1em;
}

.htc-home-article-voice-item__body {
  flex: 1;
  color: #595757;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice-item__body {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-item__body {
    line-height: 1.5;
  }
}

.htc-home-article-voice-item__body-header {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.htc-home-article-voice-item__body-text {
  line-height: 1.6em;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice-item__body-text {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-item__body-text {
    line-height: 1.5;
  }
}

.htc-home-article-voice-item__btn {
  display: block;
  position: relative;
  color: #595757;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .htc-home-article-voice-item__btn {
    line-height: 1.6;
  }
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-item__btn {
    line-height: 1.5;
  }
}

.htc-home-article-voice-item__btn:hover {
  opacity: 0.6;
}

.htc-home-article-voice-item__btn > span {
  z-index: 10;
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}

.htc-home-article-voice-item__btn::before {
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: -1px auto 0;
  background-color: #595757;
  content: "";
}

.htc-home-article-voice-item__btn .htc-icon {
  margin-left: 0.5em;
  border-color: #595757;
}

.htc-home-article-voice-item__btn .htc-icon::before {
  border-color: #595757;
}

.htc-home-article-voice-item__icon {
  display: block;
  width: 80px;
  height: 80px;
  background: 50% 50% no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 736px) {
  .htc-home-article-voice-item__icon {
    width: 40px;
    height: 40px;
  }
}

.htc-home-article-voice-item__icon--01 {
  background-image: url(../images/common/icon_voice_01.png);
}

.htc-home-article-voice-item__icon--02 {
  background-image: url(../images/common/icon_voice_02.png);
}

.htc-home-article-voice-item__icon--03 {
  background-image: url(../images/common/icon_voice_03.png);
}

.htc-home-article-voice-item__icon--04 {
  background-image: url(../images/common/icon_voice_04.png);
}

.htc-home-article-voice-item__icon--05 {
  background-image: url(../images/common/icon_voice_05.png);
}

.htc-home-article-voice-item__icon--06 {
  background-image: url(../images/common/icon_voice_06.png);
}

.htc-home-article-voice-item__icon--07 {
  background-image: url(../images/common/icon_voice_07.png);
}

.htc-home-article-voice-item__icon--08 {
  background-image: url(../images/common/icon_voice_08.png);
}

.htc-home-article-voice-item__icon--09 {
  background-image: url(../images/common/icon_voice_09.png);
}

.htc-home-article-voice-item__icon--10 {
  background-image: url(../images/common/icon_voice_10.png);
}

.htc-home-article-voice-item__icon--11 {
  background-image: url(../images/common/icon_voice_11.png);
}

.htc-home-article-voice-item__icon--12 {
  background-image: url(../images/common/icon_voice_12.png);
}

/* 2022.07 .htc-home-important-info plus */
.htc-home-important-info {
  margin-top: -24px;
}

.htc-home-important-info a {
  font-size: 21px;
  display: inline-block;
  color: #e60012;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto 50px;
  transition: 0.5s all ease;
}

@media (any-hover: hover) {
  .htc-home-important-info a:hover {
    opacity: 0.6;
  }
}

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

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

@media screen and (max-width: 736px) {
  .htc-home-important-info {
    margin-top: -4px;
  }

  .htc-home-important-info a {
    font-size: 18px;
    width: 100%;
    margin: 0 auto 30px;
    letter-spacing: 0.05em;
  }

  .htc-home-important-info .htc-icon--link {
    width: 18px;
    height: 18px;
    margin-left: 7px;
  }
}
.modaal-content-container:has(.tg) {
  padding: 40px 55px;
}
@media screen and (max-width: 736px) {
  .modaal-content-container:has(.tgs_end) {
    padding: 7vw 5vw;
  }
}
