@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.tm-txt {
  font-size: 26px;
  position: relative;
  top: -18px;
  left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}



/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* -----------------------------------------------------
   BASE
----------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
a {
  color: #555;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

@media screen and (min-width: 721px) {
  a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
}
button {
  padding: 0;
  border: none;
  background: none;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

ul,
ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------------------
   STRUCTURE
----------------------------------------------------- */
/* header
------------------------------------------- */
header {
  position: relative;
  background: #000;
}
header .logo {
  margin: 0;
  position: fixed;
  top: 20px;
  left: 25px;
  width: 95px;
  z-index: 6;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
header .lyt-items, header.no-nav .lyt-items {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: #000;
  z-index: 1;
  display: none;
}
header .btn-apply {
  margin: 0;
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 6;
}
header .btn-apply > a {
  padding: 10px 28px;
  display: inline-block;
  border-radius: 40px;
  box-sizing: border-box;
  min-width: 0;
  background: #ec6300;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}
header .lyt-main {
  position: relative;
}
header .lyt-main .visual > img {
  width: 100%;
}
header .lyt-main [class*="img-"] {
  margin: 0;
  position: absolute;
}
header .lyt-main .img-1 {
  top: 28.965517241379310344827586206897%;
  left: 12.697448359659781287970838396112%;
  width: 23.511543134872417982989064398542%;
  text-align: center;
}
header .lyt-main .img-2 {
  top: 35.689655172413793103448275862069%;
  right: 13.669501822600243013365735115431%;
  width: 47.812879708383961117861482381531%;
}
header .lyt-main .img-3 {
  top: 52.758620689655172413793103448276%;
  right: 24.301336573511543134872417982989%;
  width: 26.549210206561360874848116646416%;
}

header .lyt-main .img-kv-bnr {
  z-index: 10;
  top: 25px;
  right: 25px;
}

body#pr header .logo-harley {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    left: 0;
    z-index: 6;
    position: relative;
}

@media screen and (min-width: 721px) {
  header {
    font-size: 1rem;
  }
  body#pr header {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  body#pr header .logo-harley {
    position: fixed;
    top: 22px;
  }
  header .btn-apply > a {
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  header .btn-apply > a:hover, header .btn-apply > a:focus, header .btn-apply > a:active {
    background: #ff730f;
  }
  body.top header:not(.floating) .logo {
    position: absolute;
    top: 33px;
    left: 25px;
    width: auto;
  }

  body.top header:not(.floating) .btn-apply > a {
    padding: 12px 30px 13px;
    min-width: 200px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1300px) {
  header .btn-apply > a {
    padding: 10px;
  }
}

@media screen and (max-width: 900px) {
  body#pr header .logo-harley {
    top: 16px;
  }
  body#pr header .logo-harley img {
    width: 139px;
  }
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  header {
    padding-bottom: 4rem;
  }
  header.floating, body:not(.top) header {
    padding-bottom: 3rem;
  }
  header.no-nav .lyt-items {
    height: 3rem;
  }
  body#pr header {
    padding-top: 3rem;
  }
  header .logo {
    top: 14px;
    left: 15px;
    width: 60px;
  }
  header .btn-apply {
    top: 8px;
    right: 10px;
  }
  header .btn-apply > a {
    padding: 6px 8px;
    min-width: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  body.top header:not(.floating) .logo {
    top: 18px;
    left: 15px;
    width: 90px;
  }
  body.top header:not(.floating) .btn-apply {
    top: 15px;
    right: 15px;
  }
  body.top header:not(.floating) .btn-apply > a {
    padding: 10px 28px;
    min-width: 130px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 1060px) {
header .lyt-main .img-kv-bnr {
    width: 230px;
    top: 16px !important;
    right: 16px !important;
  }
}

@media screen and (max-width: 720px) {
  header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header.floating, body:not(.top) header {
    padding-bottom: 0;
  }
  header .lyt-items, header.no-nav .lyt-items {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: #000;
    z-index: 1;
    display: block;
  }
  header .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 58px;
  }
  header .btn-apply {
    position: absolute;
    top: 10px;
    right: 48px;
  }
  header .btn-apply > a {
    padding: 6px 15px;
    min-width: 90px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  header .lyt-main [class*="img-"] {
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
  }
  header .lyt-main .img-1 {
    margin-top: 13.28125%;
    width: 82.34375%;
  }
  header .lyt-main .img-2 {
    margin-top: 69.375%;
    width: 88.125%;
  }
  header .lyt-main .img-3 {
    margin-top: 101.71875%;
    width: 68.125%;
  }
  header .lyt-main .img-kv-bnr {
    left: auto;
    width: 200px;
  }
}

/* nav
------------------------------------------- */
.nav-global {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  line-height: 1;
  z-index: 1;
}
.nav-global > ul {
  margin: 0 auto;
  display: table;
  background: #000;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4;
  height: 100%;
}
.nav-global > ul > li {
  display: table-cell;
}
.nav-global > ul > li a {
  padding: 1rem 0 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.nav-global > ul > li .en {
  display: block;
  color: #a6a6a6;
  font-size: 10px;
  font-size: 0.625rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-global > ul > li.btn-apply_02 {
  vertical-align: top;
  width: 200px;
  padding-top: 9px;
}
.nav-global > ul > li.btn-apply_02 a {
  padding: 14px 40px;
  height: auto;
  border-radius: 40px;
  box-sizing: border-box;
  background: #ec6300;
  font-size: 21px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 1301px) {
  .nav-global > ul {
    width: 1300px;
  }
  .nav-global > ul > li {
    padding: 0 35px;
  }
  .floating .nav-global > ul, body:not(.top) .nav-global > ul {
    width: 1300px;
  }
}
@media screen and (min-width: 721px) {
  .nav-global {
    height: 4.5rem;
  }
  .nav-global > ul {
    margin-top: 0 !important;
  }
  .nav-global > ul > li a {
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  body:not(.ios) .nav-global > ul > li a:hover, body:not(.ios) .nav-global > ul > li a:focus, body:not(.ios) .nav-global > ul > li a:active {
    opacity: .7;
  }
  .floating .nav-global {
    top: -4.5rem;
    -webkit-transform: translateY(4.5rem);
    transform: translateY(4.5rem);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
  }
  .floating .nav-global, body:not(.top) .nav-global {
    position: fixed;
    left: 0;
    bottom: auto;
    z-index: 5;
  }
  .floating .nav-global > ul, body:not(.top) .nav-global > ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .floating .nav-global > ul > li a.current, body:not(.top) .nav-global > ul > li a.current {
    color: #e5cd73;
  }
  .floating .nav-global > ul > li a.current .en, body:not(.top) .nav-global > ul > li a.current .en {
    color: #e5cd73;
    border-bottom: 2px solid #e5cd73;
  }
  .floating .nav-global > ul > li .en, body:not(.top) .nav-global > ul > li .en {
    -webkit-transform: scale(0.8, 0.8) translateX(-60%);
    transform: scale(0.8, 0.8) translateX(-60%);
  }
  .floating .nav-global > ul > li.btn-apply_02 {
    width: 140px;
    padding-top: 16px;
  }
  .floating .nav-global > ul > li.btn-apply_02 a {
    font-size: 1.0625rem;
    padding: 10px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 721px) {
  .nav-global > ul {
    width: 90%;
    max-width: 1000px;
  }
  .floating .nav-global > ul, body:not(.top) .nav-global > ul {
    width: 90%;
  }
}
@media screen and (max-width: 900px) and (min-width: 721px) {
  .nav-global {
    height: 4rem;
  }
  .nav-global > ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .nav-global > ul > li a {
    height: 4rem;
  }
  .nav-global > ul > li .en {
    -webkit-transform: scale(0.6, 0.6) translateX(-80%);
    transform: scale(0.6, 0.6) translateX(-80%);
  }
  .nav-global > ul > li.btn-apply_02 {
    vertical-align: top;
    width: 140px;
    padding: 10px 20px;
  }
  .nav-global > ul > li.btn-apply_02 a {
    padding: 10px 20px;
    font-size: 1.0625rem;
    height: 40px;
  }
  .floating .nav-global {
    top: -3em;
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
  }
  .floating .nav-global, body:not(.top) .nav-global {
    height: 3rem;
  }
  .floating .nav-global > ul, body:not(.top) .nav-global > ul {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .floating .nav-global > ul > li a, body:not(.top) .nav-global > ul > li a {
    padding-top: .75rem;
    height: 3rem;
  }
  .floating .nav-global > ul > li .en, body:not(.top) .nav-global > ul > li .en {
    -webkit-transform: scale(0.6, 0.6) translateX(-80%);
    transform: scale(0.6, 0.6) translateX(-80%);
  }
  .floating .nav-global > ul > li.btn-apply_02 {
    vertical-align: top;
    width: 100px;
    padding: 8px;
  }
  .floating .nav-global > ul > li.btn-apply_02 a {
    padding: 7px 14px;
    font-size: 0.8rem;
    height: 30px;
  }
}
@media screen and (max-width: 720px) {
  .nav-global {
    position: relative;
    z-index: 0;
  }
  .nav-global > ul {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: margin-top .3s ease-in-out;
    transition: margin-top .3s ease-in-out;
  }
  .nav-global > ul > li {
    display: block;
  }
  .nav-global > ul > li a {
    padding: 1em 0;
  }
  .nav-global > ul > li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #333;
  }
  .nav-global > ul > li:first-child a:after {
    display: none;
  }
  .nav-global > ul > li .en {
    display: none;
  }
  .nav-global > ul > li.btn-apply_02 {
    display: none;
  }
}
/* btn-menu
------------------------------------------- */
@media screen and (min-width: 721px) {
  .btn-menu {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .btn-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 18px;
    height: 14px;
    border: 0 none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
  }
  .btn-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 2px;
    background: #fff;
    z-index: 1;
  }
  .btn-menu > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    color: transparent;
  }
  .btn-menu > span:before, .btn-menu > span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
  }
  .btn-menu > span:before {
    top: 1px;
  }
  .btn-menu > span:after {
    top: 11px;
  }
  .is-open .btn-menu:before {
    display: none;
  }
  .is-open .btn-menu > span:before, .is-open .btn-menu > span:after {
    top: 6px;
  }
  .is-open .btn-menu > span:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-open .btn-menu > span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* footer
------------------------------------------- */
footer > .inner {
  padding: 100px 20px 70px;
}
footer > .inner > *:first-child {
  margin-top: 0 !important;
}
footer > .inner > *:last-child {
  margin-bottom: 0 !important;
}
footer > .inner + .inner {
  padding-top: 70px;
  border-top: 1px solid #e6e6e6;
}
footer .list-info {
  margin-top: 0;
}
footer .list-info > li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
footer .list-info > li:not(:first-child) {
  margin-left: 15px;
}
footer > .band {
  padding: 15px;
  position: relative;
  background: #fff;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}
footer .list-sns {
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 25px;
  height: 32px;
}
footer .list-sns > li {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
footer .list-sns > li:not(:first-child) {
  margin-left: 5px;
}
footer .list-sns > li a {
  display: block;
  line-height: 1;
}
footer .list-sns > li img {
  width: 32px;
  line-height: 1;
}
footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
}
footer .logo-mufg {
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  font-size: 8px;
  line-height: 1;
}
footer .logo-mufg img {
  width: 150px;
}

@media screen and (min-width: 721px) {
  footer .list-sns > li a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  body:not(.ios) footer .list-sns > li a:hover, body:not(.ios) footer .list-sns > li a:focus, body:not(.ios) footer .list-sns > li a:active {
    opacity: .8;
  }
}
@media screen and (max-width: 720px) {
  footer > .inner {
    padding: 50px 15px;
  }
  footer > .inner + .inner {
    padding-top: 50px;
  }
  footer .list-info {
    margin-bottom: 0;
  }
  footer .list-info > li {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .list-info > li:not(:first-child) {
    margin-left: 0;
  }
  footer > .band {
    padding: 20px 15px;
  }
  footer .list-sns {
    margin-bottom: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  footer .list-sns > li:not(:first-child) {
    margin-left: 10px;
  }
  footer .list-sns > li img {
    width: 40px;
  }
  footer .copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .logo-mufg {
    margin: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  footer .logo-mufg img {
    width: 126px;
  }
}
/* page-top
------------------------------------------- */
.page-top {
  margin: 0;
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: none;
  z-index: 4;
}
.page-top a {
  display: block;
}
.static .page-top {
  display: block;
}

@media screen and (min-width: 721px) {
  .page-top a {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
  }
  body:not(.ios) .page-top a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 900px) {
  .page-top {
    right: 15px;
    bottom: 15px;
  }
  .page-top a {
    width: 75px;
  }
}
@media screen and (max-width: 720px) {
  .page-top {
    right: 10px;
    bottom: 10px;
  }
}
/* section
------------------------------------------- */
section,
.section {
  padding: 110px 0;
}
section.container,
.section.container {
  padding-top: 80px;
}
.container > section:first-of-type, .container >
.section:first-of-type {
  margin-top: 110px;
  padding-top: 0;
}
.container > section.type-3, .container >
.section.type-3 {
  padding: 60px 0;
}
.container > section > section, .container > section > .section, .container >
.section > section, .container >
.section > .section {
  margin-top: 70px;
}
section > .inner,
.section > .inner,
.section_02 > .inner {
  margin: 0 auto;
  max-width: 1300px;
}
section > .inner > *:last-child,
.section > .inner > *:last-child {
  margin-bottom: 0 !important;
}
section > .inner.type-1,
.section > .inner.type-1 {
  max-width: 1100px;
}
.container > section > section + .inner, .container > .section > section + .inner, .container > section >
.section + .inner, .container > .section >
.section + .inner {
  padding-top: 110px;
}
section.has-section,
.section.has-section {
  padding-bottom: 0;
}
section.container,
.section.container {
  padding-bottom: 0;
}
section.type-lead > .inner,
.section.type-lead > .inner {
  text-align: center;
}
section.type-lead .lead-img,
.section.type-lead .lead-img {
  margin-bottom: 40px;
}
section.type-lead .lead-text,
.section.type-lead .lead-text {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 2;
  text-align: center;
}
section.type-1,
.section.type-1 {
  background: #fff;
}
section.type-1 + .type-1,
.section.type-1 + .type-1 {
  padding-top: 0;
}
.container > section.type-1:last-of-type, .container >
.section.type-1:last-of-type {
  padding-bottom: 0;
}
section.type-2,
.section.type-2 {
  background: #f7f7f7;
}
section.type-2 + .type-2,
.section.type-2 + .type-2 {
  padding-top: 0;
}
section.type-3,
.section.type-3 {
  background: #f7f7f7;
}
section.type-4, .container > section.type-4:first-of-type,
.section.type-4, .container >
.section.type-4:first-of-type {
  margin: 0 auto;
  padding: 0;
}
section.visual,
.section.visual {
  padding-top: 0;
}
.section_02 {
  background-color: #f7f7f7;
  padding: 110px 0;
  margin-bottom: 0;
}
.lyt-video {
  text-align: center;
}
@media screen and (max-width: 1340px) {
  section > .inner:not(.type-1),
  .section > .inner:not(.type-1) {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1140px) {
  section > .inner.type-1,
  .section > .inner.type-1 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  section,
  .section {
    padding: 90px 0;
  }
  .container > section:first-of-type, .container >
  .section:first-of-type {
    margin-top: 90px;
    padding-top: 0;
  }
  .container > section.type-3, .container >
  .section.type-3 {
    padding: 60px 0;
  }
  .container > section > section, .container > section > .section, .container >
  .section > section, .container >
  .section > .section {
    margin-top: 50px;
  }
  .container > section > section + .inner, .container > .section > section + .inner, .container > section >
  .section + .inner, .container > .section >
  .section + .inner {
    padding-top: 90px;
  }
  section.type-lead .lead-img,
  .section.type-lead .lead-img {
    margin-bottom: 20px;
  }
  section.type-lead .lead-img > img,
  .section.type-lead .lead-img > img {
    max-width: 65%;
  }
  section.type-lead .lead-text,
  .section.type-lead .lead-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 720px) {
  section,
  .section {
    padding: 50px 0;
  }
  .container > section:first-of-type, .container >
  .section:first-of-type {
    margin-top: 50px;
    padding-top: 0;
  }
  .container > section.type-3, .container >
  .section.type-3 {
    padding: 50px 0;
  }
  .container > section > section, .container > section > .section, .container >
  .section > section, .container >
  .section > .section {
    margin-top: 20px;
  }
  section > .inner,
  .section > .inner {
    margin: 0 15px;
  }
  section > .inner.type-1,
  .section > .inner.type-1 {
    margin: 0 15px;
  }
  .container > section > section + .inner, .container > .section > section + .inner, .container > section >
  .section + .inner, .container > .section >
  .section + .inner {
    padding-top: 50px;
  }
  section.type-lead > .inner,
  .section.type-lead > .inner {
    padding: 0;
  }
  section.type-lead .lead-img,
  .section.type-lead .lead-img {
    margin-bottom: 20px;
  }
  section.type-lead .lead-img > img,
  .section.type-lead .lead-img > img {
    max-width: 65%;
  }
  section.type-lead .lead-text,
  .section.type-lead .lead-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* -----------------------------------------------------
   INDEX
----------------------------------------------------- */
/* lyt-panel
------------------------------------------- */
.lyt-panel:after {
  content: "";
  display: block;
  clear: both;
}
.lyt-panel .panel {
  overflow: hidden;
  width: 50%;
  float: left;
  vertical-align: top;
  text-align: center;
}
.lyt-panel .panel.full {
  width: 100%;
}
.lyt-panel .panel a {
  color: #333;
  text-decoration: none;
}
.lyt-panel .panel a .img {
  overflow: hidden;
}
.lyt-panel .panel a .img img {
  width: 100%;
}
.lyt-panel .panel a .text {
  font-size: 15px;
  font-size: 0.9375rem;
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  padding: 30px 30px 40px;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.lyt-panel .panel a .text.type-1 {
  background: #fff;
}
.lyt-panel .panel a .text.type-1:before {
  background: #f0f0f0;
}
.lyt-panel .panel a .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lyt-panel .panel a .text > :last-child {
  margin-bottom: 0 !important;
}
.lyt-panel .title {
  margin-bottom: 25px;
  padding-bottom: 30px;
  position: relative;
  display: block;
  font-size: 32px;
  font-size: 2rem;
}
.lyt-panel .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lyt-panel .title .en {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 721px) {
  .lyt-panel .panel a .img img {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
  }
  body:not(.ios) .lyt-panel .panel a .img img:hover, body:not(.ios) .lyt-panel .panel a .img img:focus, body:not(.ios) .lyt-panel .panel a .img img:active {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  .lyt-panel .panel a .text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
  }
  body:not(.ios) .lyt-panel .panel a .text:hover:before, body:not(.ios) .lyt-panel .panel a .text:focus:before, body:not(.ios) .lyt-panel .panel a .text:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .lyt-panel .panel a .text:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
  }
}
@media screen and (max-width: 900px) {
  .lyt-panel .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .lyt-panel .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .lyt-panel .title .en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 720px) {
  .lyt-panel .panel-row {
    width: 100%;
    display: table;
  }
  .lyt-panel .panel {
    width: 100%;
    display: block;
  }
  .lyt-panel .text {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 20px 0 40px;
  }
  .lyt-panel .title {
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .lyt-panel .title:after {
    width: 32px;
  }
  .lyt-panel .title .en {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* -----------------------------------------------------
   MODULES
----------------------------------------------------- */
/* lyt-img-X
------------------------------------------- */
/* lyt-img-1
-------------------- */
.lyt-img-1 {
  display: table;
  width: 100%;
}
.lyt-img-1 > *:first-child {
  padding-right: 4.5%;
}
.lyt-img-1 > .img,
.lyt-img-1 > .text {
  display: table-cell;
  vertical-align: middle;
}
.lyt-img-1 > .img-1 {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .lyt-img-1 {
    margin-bottom: 20px;
    display: table;
    width: 100%;
  }
  .lyt-img-1 > .img,
  .lyt-img-1 > .text {
    display: block;
  }
  .lyt-img-1 > .img > :last-child,
  .lyt-img-1 > .text > :last-child {
    margin-bottom: 0 !important;
  }
  .lyt-img-1 > .img {
    margin: 0 auto 25px;
    padding-right: 0;
    width: 80%;
    text-align: center;
  }
}
/* lyt-img-2
-------------------- */
.lyt-img-2 {
  display: table;
}
.lyt-img-2 > *:first-child {
  padding-right: 4.5%;
}
.lyt-img-2 > .img,
.lyt-img-2 > .text {
  margin-bottom: 30px;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.lyt-img-2 > .img {
  width: 30%;
}
.lyt-img-2 > .text {
  width: 70%;
}

@media screen and (max-width: 720px) {
  .lyt-img-2 {
    display: block;
  }
  .lyt-img-2 > *:first-child {
    padding-right: 0;
  }
  .lyt-img-2 > .img,
  .lyt-img-2 > .text {
    margin-bottom: 30px;
    display: block;
  }
  .lyt-img-2 > .img {
    width: auto;
  }
  .lyt-img-2 > .text {
    width: auto;
  }
}
/* lyt-img-3
-------------------- */
.lyt-img-3 {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 720px) {
  .lyt-img-3 {
    margin-bottom: 15px;
  }
}

/* lyt-img-4
-------------------- */
.lyt-img-4 {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  max-width: 1300px;
}
.lyt-img-4 > .img {
  margin-right: 3%;
}
@media screen and (max-width: 720px) {
  .lyt-img-4 {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .lyt-img-4 > .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* lyt-col-X
------------------------------------------- */
.lyt-col-1:after {
  content: "";
  display: block;
  clear: both;
}
.lyt-col-1 > .col {
  float: left;
}
.lyt-col-1[data-col="2"] > .col {
  margin-left: 1.5%;
  width: 49.25%;
}
.lyt-col-1[data-col="2"] > .col:nth-child(2n + 1) {
  margin-left: 0;
}
.lyt-col-1[data-col="3"] > .col {
  margin-left: 1.5%;
  width: 32.33%;
}
.lyt-col-1[data-col="3"] > .col:nth-child(3n + 1) {
  margin-left: 0;
}
.lyt-col-1[data-col="4"] > .col {
  margin-left: 1.5%;
  width: 23.875%;
}
.lyt-col-1[data-col="4"] > .col:nth-child(4n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 720px) {
  .lyt-col-1 > .col {
    float: none;
  }
  .lyt-col-1[data-col-sp="1"] > .col {
    margin-left: 0 !important;
    width: 100%;
  }
}

/* lyt-col-2
------------------------------------------- */
.lyt-col-2{
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.lyt-col-2[data-col="2"] > .col {
  width: calc(500 / 1300 * 100%);
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .lyt-col-2[data-col-sp="1"] > .col {
    width: 100%;
  }
}

/* lyt-crsl
------------------------------------------- */
.lyt-crsl {
  margin: 0 100px 60px;
  position: relative;
}
.lyt-crsl .list-crsl {
  margin: 0;
  position: relative;
  width: 100%;
  height: 44.8%;
}
.lyt-crsl .list-crsl > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.lyt-crsl .list-crsl > li.current {
  opacity: 1;
}
.lyt-crsl .crsl-thmb {
  margin: 0;
  padding: 45.45% 0 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.lyt-crsl .crsl-thmb > li {
  position: relative;
  display: table-cell;
  width: 20%;
  vertical-align: top;
  background: #404040;
}
.lyt-crsl .crsl-thmb > li > button {
  display: block;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.lyt-crsl .crsl-thmb > li .img-o {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.lyt-crsl .crsl-thmb > li.current .img-o {
  opacity: 1;
}
.lyt-crsl .crsl-btn {
  margin: 0;
}
.lyt-crsl .crsl-btn > li > button {
  position: absolute;
  top: 29%;
  width: 41px;
  height: 80px;
  color: transparent;
  font-size: 8px;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.lyt-crsl .crsl-btn > li > button.prev {
  left: -100px;
}
.lyt-crsl .crsl-btn > li > button.next {
  right: -100px;
}
.lyt-crsl .crsl-btn > li > button:before, .lyt-crsl .crsl-btn > li > button:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 56px;
  background: #999;
}
.lyt-crsl .crsl-btn > li > button:before {
  bottom: calc(50% + -8px);
}
.lyt-crsl .crsl-btn > li > button:after {
  top: calc(50% + -8px);
}
.lyt-crsl .crsl-btn > li > button.prev:before {
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-crsl .crsl-btn > li > button.prev:after {
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-crsl .crsl-btn > li > button.next:before {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-crsl .crsl-btn > li > button.next:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 721px) {
  body:not(.ios) .lyt-crsl .crsl-thmb > li:not(.current) > button:hover {
    opacity: .8;
  }
  body:not(.ios) .lyt-crsl .crsl-btn > li > button:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 900px) {
  .lyt-crsl {
    margin: 0 50px 40px;
  }
  .lyt-crsl .crsl-btn > li > button {
    top: 29%;
    width: 29px;
    height: 56px;
  }
  .lyt-crsl .crsl-btn > li > button.prev {
    left: -50px;
  }
  .lyt-crsl .crsl-btn > li > button.next {
    right: -50px;
  }
  .lyt-crsl .crsl-btn > li > button:before, .lyt-crsl .crsl-btn > li > button:after {
    height: 40px;
  }
  .lyt-crsl .crsl-btn > li > button:before {
    bottom: calc(50% + -6px);
  }
  .lyt-crsl .crsl-btn > li > button:after {
    top: calc(50% + -6px);
  }
  .lyt-crsl .crsl-btn > li > button.prev:before, .lyt-crsl .crsl-btn > li > button.prev:after {
    left: 14px;
  }
  .lyt-crsl .crsl-btn > li > button.next:before, .lyt-crsl .crsl-btn > li > button.next:after {
    right: 14px;
  }
}
@media screen and (max-width: 720px) {
  .lyt-crsl {
    margin: 0 30px 40px;
  }
  .lyt-crsl .crsl-btn > li > button {
    top: 29%;
    width: 18px;
    height: 34px;
  }
  .lyt-crsl .crsl-btn > li > button.prev {
    left: -30px;
  }
  .lyt-crsl .crsl-btn > li > button.next {
    right: -30px;
  }
  .lyt-crsl .crsl-btn > li > button:before, .lyt-crsl .crsl-btn > li > button:after {
    height: 24px;
  }
  .lyt-crsl .crsl-btn > li > button:before {
    bottom: calc(50% + -4px);
  }
  .lyt-crsl .crsl-btn > li > button:after {
    top: calc(50% + -4px);
  }
  .lyt-crsl .crsl-btn > li > button.prev:before, .lyt-crsl .crsl-btn > li > button.prev:after {
    left: 9px;
  }
  .lyt-crsl .crsl-btn > li > button.next:before, .lyt-crsl .crsl-btn > li > button.next:after {
    right: 9px;
  }
}
/* LINK
------------------------------------------- */
/* link-1
-------------------- */
.link-1 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

@media screen and (max-width: 720px) {
  .link-1 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* link-2
-------------------- */
.link-2 {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.link-2:before, .link-2:after {
  content: "";
  display: block;
  position: absolute;
}
.link-2:before {
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #000;
}
.link-2:after {
  top: 13px;
  left: 4px;
  width: 5px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .link-2:before {
    top: 4px;
  }
  .link-2:after {
    top: 9px;
  }
}

/* BTN
------------------------------------------- */
/* btn-1
-------------------- */
.btn-1 {
  margin: 40px 0;
}
.btn-1 > a,
.btn-1 > button {
  padding: 22px 60px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 250px;
  text-align: center;
  background: #000;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.btn-1 > a.disabled,
.btn-1 > button.disabled {
  background: #888;
  cursor: default;
}

@media screen and (min-width: 721px) {
  .btn-1 > a:not(.disabled),
  .btn-1 > button:not(.disabled) {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  body:not(.ios) .btn-1 > a:not(.disabled):hover, body:not(.ios) .btn-1 > a:not(.disabled):focus, body:not(.ios) .btn-1 > a:not(.disabled):active, body:not(.ios)
  .btn-1 > button:not(.disabled):hover, body:not(.ios)
  .btn-1 > button:not(.disabled):focus, body:not(.ios)
  .btn-1 > button:not(.disabled):active {
    opacity: .7;
  }
}
@media screen and (max-width: 900px) {
  .btn-1 > a,
  .btn-1 > button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 720px) {
  .btn-1 {
    margin: 30px 0;
  }
  .btn-1 > a,
  .btn-1 > button {
    padding: 19px;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* btn-2
-------------------- */
.btn-2 {
  margin: 60px 0;
}
.btn-2 > a {
  padding: 23px 115px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #ec6300;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (min-width: 721px) {
  .btn-2 > a {
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  .btn-2 > a:hover, .btn-2 > a:focus, .btn-2 > a:active {
    background: #ff730f;
  }
}
@media screen and (max-width: 900px) {
  .btn-2 > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 720px) {
  .btn-2 {
    margin: 50px 0;
  }
  .btn-2 > a {
    padding: 15px;
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/* btn-3
-------------------- */
.btn-3 {
  margin: 40px 0;
}
.btn-3 > a {
  padding: 27px 175px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #ec6300;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (min-width: 721px) {
  .btn-3 > a {
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  .btn-3 > a:hover, .btn-3 > a:focus, .btn-3 > a:active {
    background: #ff730f;
  }
}
@media screen and (max-width: 900px) {
  .btn-3 > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 720px) {
  .btn-3 {
    margin: 30px 0;
  }
  .btn-3 > a {
    padding: 23px 15px;
    width: 100%;
    font-size: 21px;
  }
}
/* btn-4
-------------------- */
.btn-4{
  display: flex;
  justify-content: center;
}
.btn-4 > a{
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  background: #000;
  color: #fff;
  min-width: 100%;
  box-sizing: border-box;
  min-height: 70px;
  padding: 12px;
}
.btn-4 > a:link{
  text-decoration: none;
}
.btn-4 a > span{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 721px) {
  .btn-4 > a:not(.disabled),
  .btn-4 > button:not(.disabled) {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  body:not(.ios) .btn-4 > a:not(.disabled):hover, body:not(.ios) .btn-4 > a:not(.disabled):focus, body:not(.ios) .btn-4 > a:not(.disabled):active, body:not(.ios)
  .btn-4 > button:not(.disabled):hover, body:not(.ios)
  .btn-4 > button:not(.disabled):focus, body:not(.ios)
  .btn-4 > button:not(.disabled):active {
    opacity: .7;
  }
}
@media screen and (max-width: 900px) {
  .btn-4 > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 720px) {
  .btn-4 > a {
    padding: 19px;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* BANNER
------------------------------------------- */
/* bnr-link-1
-------------------- */
.bnr-link-1 {
  overflow: hidden;
}
.bnr-link-1 > a {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.bnr-link-1 > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 27px solid;
  border-color: transparent #bf9e26 #bf9e26 transparent;
}
.bnr-link-1 > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 14px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bnr-link-1 > a > .img,
.bnr-link-1 > a > .desc {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.bnr-link-1 > a > .img > img {
  width: 100%;
}
.bnr-link-1 > a > .desc {
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.bnr-link-1 > a > .desc > .hdg {
  margin-bottom: 30px;
  padding-bottom: 26px;
  position: relative;
}
.bnr-link-1 > a > .desc > .hdg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
.bnr-link-1 > a > .desc > .hdg > img {
  max-width: 30%;
}

@media screen and (min-width: 721px) {
  .bnr-link-1 > a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  body:not(.ios) .bnr-link-1 > a:hover, body:not(.ios) .bnr-link-1 > a:focus, body:not(.ios) .bnr-link-1 > a:active {
    opacity: .7;
  }
}
@media screen and (max-width: 900px) {
  .bnr-link-1 > a > .desc {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .bnr-link-1 > a > .desc > .hdg {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 720px) {
  .bnr-link-1 > a:before {
    border-width: 12px;
  }
  .bnr-link-1 > a:after {
    right: 5px;
    bottom: 5px;
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
  .bnr-link-1 > a > .desc {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .bnr-link-1 > a > .desc > .hdg {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .bnr-link-1 > a > .desc > .hdg:after {
    width: 25px;
  }
  .bnr-link-1 > a > .desc > .hdg > img {
    max-width: 90px;
  }
  .bnr-link-1 > a > .desc > .hdg .text {
    margin: 0 -10px;
  }
  .bnr-link-1 > a > .desc > .hdg .text > span {
    display: block;
    transform: scale(0.8, 0.8);
  }
}
/* LIST
------------------------------------------- */
/* list-X
------------------------------------------- */
.list-1 > li {
  margin: .8em 0;
}

@media screen and (max-width: 720px) {
  .list-1 {
    margin: 25px 0;
  }
  .list-1 > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* list-icon-1
-------------------- */
.list-icon-1 {
  padding-top: 36%;
  position: relative;
}
.list-icon-1 > dt {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
}
.list-icon-1 > dd {
  font-size: 14px;
  font-size: 0.875rem;
}
.list-icon-1 > dd > *:first-child {
  margin-top: 0 !important;
}
.list-icon-1 > dd > *:last-child {
  margin-bottom: 0 !important;
}
.list-icon-1 > dd .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 36%;
}
.list-icon-1 > dd .btn-1 {
  margin: 20px 0;
}
.list-icon-1 > dd .btn-1 > a,
.list-icon-1 > dd .btn-1 > button {
  padding: 13px 40px;
  min-width: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.list-icon-1 > dd .list-note-1 > li {
  font-size: 11px;
  font-size: 0.6875rem;
}
.list-icon-1.type-1 {
  padding-top: 27%;
}
.list-icon-1.type-1 > dd .icon {
  max-width: 24%;
}

@media screen and (max-width: 900px) {
  .list-icon-1 > dt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .list-icon-1 > dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .list-icon-1 > dd .btn-1 > a,
  .list-icon-1 > dd .btn-1 > button {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 720px) {
  .list-icon-1 {
    padding-top: 70px;
  }
  .list-icon-1 > dd .icon {
    max-width: 70px;
  }
  .list-icon-1 > dd .btn-1 > a,
  .list-icon-1 > dd .btn-1 > button {
    padding: 10px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .list-icon-1.type-1 {
    padding-top: 80px;
  }
  .list-icon-1.type-1 > dd .icon {
    max-width: 70px;
  }
}
/* list-icon-2
-------------------- */
.list-icon-2, .table-1 td > .list-icon-2:first-child {
  margin-top: -20px !important;
}
.list-icon-2:after {
  content: "";
  display: block;
  clear: both;
}
.list-icon-2 li {
  margin: 20px 0 0;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 16em;
  vertical-align: top;
}
.list-icon-2 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left top;
}
.list-icon-2 li.family, .list-icon-2 li.etc {
  padding-left: 40px;
}
.list-icon-2 li.overseas, .list-icon-2 li.domestic, .list-icon-2 li.shopping, .list-icon-2 li.theft, .list-icon-2 li.net, .list-icon-2 li.road {
  padding-left: 30px;
}

.list-icon-2 li.family:before {
  width: 32px;
  height: 18px;
  background-image: url(/h-d_lp1/common/images/icon-family.png);
}
.list-icon-2 li.etc:before {
  width: 32px;
  height: 14px;
  background-image: url(/h-d_lp1/common/images/icon-etc.png);
}
.list-icon-2 li.overseas:before {
  width: 22px;
  height: 22px;
  background-image: url(/h-d_lp1/common/images/icon-overseas.png);
}
.list-icon-2 li.domestic:before {
  width: 22px;
  height: 26px;
  background-image: url(/h-d_lp1/common/images/icon-domestic.png);
}
.list-icon-2 li.shopping:before {
  width: 24px;
  height: 18px;
  background-image: url(/h-d_lp1/common/images/icon-shopping.png);
}
.list-icon-2 li.theft:before {
  width: 22px;
  height: 18px;
  background-image: url(/h-d_lp1/common/images/icon-theft.png);
}
.list-icon-2 li.net:before {
  width: 24px;
  height: 18px;
  background-image: url(/h-d_lp1/common/images/icon-net.png);
}
.list-icon-2 li.road:before {
  width: 24px;
  height: 18px;
  background-image: url(/h-d_lp1/common/images/icon-road.png);
}

@media screen and (max-width: 900px) {
  .list-icon-2, .table-1 td > .list-icon-2:first-child {
    margin-top: -15px !important;
  }
  .list-icon-2 li {
    margin: 15px 30px 0 0;
    width: auto;
  }
}
@media screen and (max-width: 720px) {
  .list-icon-2, .table-1 td > .list-icon-2:first-child {
    margin-top: 0 !important;
  }
  .list-icon-2 li {
    float: none;
    margin: 15px 0 0;
  }
  .list-icon-2 li:first-child {
    margin-top: 0;
  }
}
/* list-flow-1
------------------------------------------- */
.list-flow-1 {
  margin: 50px auto 40px;
  display: table;
  width: 100%;
}
.list-flow-1 > li {
  padding: 0 3%;
  position: relative;
  display: table-cell;
  width: 36%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.list-flow-1 > li:first-child {
  padding-left: 0;
  width: 32%;
}
.list-flow-1 > li:first-child:before, .list-flow-1 > li:first-child:after {
  display: none;
}
.list-flow-1 > li:last-child {
  padding-right: 0;
  width: 32%;
}
.list-flow-1 > li:before, .list-flow-1 > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 82px;
  background: #b2b2b2;
}
.list-flow-1 > li:before {
  bottom: calc(50% + -5px);
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.list-flow-1 > li:after {
  top: calc(50% + -5px);
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}
.list-flow-1 > li > .text {
  display: block;
}
.list-flow-1 > li > .icon {
  margin-bottom: 23px;
  display: block;
}

@media screen and (max-width: 900px) {
  .list-flow-1 {
    margin-bottom: 40px;
  }
  .list-flow-1 > li {
    padding: 0 3%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list-flow-1 > li:before, .list-flow-1 > li:after {
    height: 65px;
  }
  .list-flow-1 > li:before {
    bottom: calc(50% + -4px);
  }
  .list-flow-1 > li:after {
    top: calc(50% + -4px);
  }
  .list-flow-1 > li > .icon > img {
    width: 60px;
  }
}
@media screen and (max-width: 720px) {
  .list-flow-1 {
    display: block;
  }
  .list-flow-1 > li {
    padding: 0 0 22px;
    display: block;
    width: 100%;
  }
  .list-flow-1 > li:first-child {
    padding-top: 0;
    width: 100%;
  }
  .list-flow-1 > li:last-child {
    padding-bottom: 0;
    width: 100%;
  }
  .list-flow-1 > li:before, .list-flow-1 > li:after {
    display: none;
  }
  .list-flow-1 > li > .icon {
    margin-bottom: 10px;
  }
}
/* list-tbl-1
-------------------- */
.list-tbl-1 {
  margin: 40px auto;
  display: table;
}
.list-tbl-1 > dt {
  padding: 10px 30px 10px 0;
  border-right: 1px solid #dbdbdb;
  display: table-cell;
  min-width: 50px;
  vertical-align: middle;
}
.list-tbl-1 > dd {
  padding: 10px 0 10px 30px;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 900px) {
  .list-tbl-1 > dt {
    padding: 10px 20px 10px 0;
  }
  .list-tbl-1 > dd {
    padding: 10px 0 10px 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 720px) {
  .list-tbl-1 > dt {
    padding: 5px 10px 5px 0;
  }
  .list-tbl-1 > dd {
    padding: 5px 0 5px 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* NOTE
------------------------------------------- */
/* list-note-1
-------------------- */
.list-note-1 {
  margin: 30px 0;
}
.list-note-1 > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.list-note-1 > li > span {
  padding-left: 1.3em;
  position: relative;
  display: inline-block;
  text-align: left;
}
.list-note-1 > li > span > .note {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1;
}
.list-note-1 > li:not(:first-child) {
  margin-top: 5px;
}

@media screen and (max-width: 720px) {
  .list-note-1 {
    margin: 20px 0;
  }
  .list-note-1 > li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/* list-disc-1
-------------------- */
.list-disc-1 {
  margin: 0;
}
.list-disc-1 > li {
  padding-left: 1.3em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
}
.list-disc-1 > li:not(:first-child) {
  margin-top: 5px;
}
.list-disc-1 > li::before {
  content:'';
  display: block;
  background-color: #000;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0.5em;
  left: 5px;
}

/* list-num-1
-------------------- */
.list-num-1 {
  margin: 0;
}
.list-num-1 > li {
  padding-left: 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
}
.list-num-1 > li:not(:first-child) {
  margin-top: 5px;
}
.list-num-1 > li > .num {
  position: absolute;
  left: 0;
  top: 0;
}

/* dlist-1
-------------------- */
.dlist-1 {
  margin: 0 0 60px;
  font-size: 21px;
}
.dlist-1 > div {
  margin: 0 auto 10px;
  text-align: center;
  display: table;
}
.dlist-1 > div:last-child {
  margin-bottom: 0;
}
.dlist-1 > div > dt {
  display: table-cell;
  position: relative;
}
.dlist-1 > div > dt::after {
  content: '：';
  font-weight: bold;
}
.dlist-1 > div > dd {
  display: table-cell
}
@media screen and (max-width: 720px) {
  .dlist-1 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .dlist-1 > div > dt {
    white-space: nowrap;
  }
}

/* NOTE2
------------------------------------------- */
/* list-note-2
-------------------- */

@media screen and (max-width: 720px) {
  .list-note-2 {
    margin: 20px 0;
  }
  .list-note-2 > li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* LEAD
------------------------------------------- */
/* lead-1
-------------------- */
.lead-1 {
  margin-top: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
}

.lead-2 {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.8;
  font-weight: normal;
}

.lead-3 {
  margin: 0 15px 40px;
  text-align: center;
  font-size: 21px;
  line-height: 2;
  font-weight: normal;
}
.lead-3 sub,
.lead-3 sup {
  font-size: 60%;
}

.lead-4 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  line-height: 2;
  font-weight: normal;
}
.lead-4 sub,
.lead-4 sup {
  font-size: 60%;
}

.lead-5 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .lead-1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 720px) {
  .lead-1 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .lead-3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .lead-4 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
  }
  .lead-5 {
    font-size: 1.0625rem;
  }
}
/* lead-page
-------------------- */
.lead-page {
  margin: 1em 20px;
  text-align: center;
  line-height: 1.8;
}
section > .inner .lead-page, .section > .inner .lead-page {
  margin: 1em 0 2.5em;
}
.lead-page.type-1 {
  text-align: left;
}

@media screen and (max-width: 720px) {
  .lead-page {
    margin: 1em 15px;
    line-height: 1.7;
  }
}
/* BOX
------------------------------------------- */
/* box-fsa
-------------------- */
.box-fsa {
  display: inline-block;
  padding: 30px;
  border: 2px solid #999;
  text-align: left;
}
.box-fsa > .title,
.box-fsa > .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
}
.box-fsa > .title {
  padding-right: 30px;
  text-align: center;
  white-space: nowrap;
}
.box-fsa > .title > .name {
  margin-top: .3em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.box-fsa > .text {
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
}

@media screen and (max-width: 720px) {
  .box-fsa {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .box-fsa > .title,
  .box-fsa > .text {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .box-fsa > .title {
    margin: 0 0 20px;
    padding-right: 0;
    text-align: center;
  }
  .box-fsa > .title > .name {
    margin-top: .3em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .box-fsa > .text {
    margin: 20px 0 0;
    padding-top: 10px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  .box-fsa > .text > :last-child {
    margin-bottom: 0 !important;
  }
}
/* box-hdg-1
-------------------- */
.box-hdg-1 {
  margin: 60px 0;
  padding: 45px 50px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #f7f7f7;
}
.box-hdg-1 > .hdg,
.box-hdg-1 > div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.box-hdg-1 > .hdg {
  margin: 0;
  padding-right: 50px;
  border-right: 1px solid #dbdbdb;
  font-weight: bold;
  white-space: nowrap;
}
.box-hdg-1 > div {
  padding-left: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box-hdg-1 > div > *:first-child {
  margin-top: 0 !important;
}
.box-hdg-1 > div > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .box-hdg-1 {
    padding: 25px 30px;
  }
  .box-hdg-1 > .hdg {
    padding-right: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .box-hdg-1 > div {
    padding-left: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 720px) {
  .box-hdg-1 {
    margin: 30px 0;
    padding: 25px;
    display: block;
  }
  .box-hdg-1 > .hdg,
  .box-hdg-1 > div {
    display: block;
  }
  .box-hdg-1 > .hdg {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: normal;
  }
  .box-hdg-1 > div {
    padding-left: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* box-hdg-2
-------------------- */
.box-hdg-2 {
  margin-bottom: 20px;
  padding: 45px 20px;
  box-sizing: border-box;
  background: #f7f7f7;
  text-align: center;
}
.box-hdg-2 > *:last-child {
  margin-bottom: 0 !important;
}
.box-hdg-2 > .hdg {
  margin: 0 0 25px;
  padding: 0 40px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.box-hdg-2 > .hdg:before, .box-hdg-2 > .hdg:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}
.box-hdg-2 > .hdg:before {
  left: 0;
}
.box-hdg-2 > .hdg:after {
  right: 0;
}
.box-hdg-2 .text-1 {
  margin: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.box-hdg-2 .text-2 {
  margin: 10px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 900px) {
  .box-hdg-2 {
    padding: 25px 15px;
  }
  .box-hdg-2 > .hdg {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .box-hdg-2 .text-1 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .box-hdg-2 .text-2 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 720px) {
  .box-hdg-2 {
    margin-bottom: 10px;
  }
  .box-hdg-2 > .hdg {
    margin: 0 0 10px;
    padding: 0 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .box-hdg-2 > .hdg:before, .box-hdg-2 > .hdg:after {
    width: 20px;
  }
}
/* box-hdg-3
-------------------- */
.box-hdg-3 {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  background: #fff;
}
.box-hdg-3 > *:last-child {
  margin-bottom: 0 !important;
}
.box-hdg-3 > .hdg,
.box-hdg-3 > a > .hdg {
  margin: -1px -1px 0;
  padding: 30px;
  background: #000;
  color: #fff;
  text-align: center;
}
.box-hdg-3 > .inner {
  padding: 40px;
}
.box-hdg-3 > .inner > *:first-child {
  margin-top: 0 !important;
}
.box-hdg-3 > .inner > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .box-hdg-3 > .hdg,
  .box-hdg-3 > a > .hdg {
    padding: 20px;
  }
  .box-hdg-3 > .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 720px) {
  .box-hdg-3 {
    margin-bottom: 10px;
  }
  .box-hdg-3 > .hdg,
  .box-hdg-3 > a > .hdg {
    padding: 15px;
  }
  .box-hdg-3 > .hdg > img,
  .box-hdg-3 > a > .hdg > img {
    max-height: 15px;
  }
}
/* box-1
-------------------- */
.box-1 {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
}
.box-1.compact {
  padding: 20px 30px;
}
.box-1 > *:first-child {
  margin-top: 0 !important;
}
.box-1 > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .box-1 {
    margin-bottom: 10px;
    padding: 30px 15px;
    background: #fff;
  }
  .box-1.compact {
    padding: 20px 15px;
  }
  .box-1 > *:first-child {
    margin-top: 0 !important;
  }
  .box-1 > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .box-1 {
    margin-bottom: 10px;
    padding: 25px 15px;
    background: #fff;
  }
  .box-1.compact {
    padding: 15px;
  }
  .box-1 > *:first-child {
    margin-top: 0 !important;
  }
  .box-1 > *:last-child {
    margin-bottom: 0 !important;
  }
}

/* box-2
-------------------- */
.box-2 {
  padding: 30px 7%;
  max-width: 1300px;
  background-color: #e6e6e6;
}

@media screen and (max-width: 720px) {
  .box-2 {
    padding: 18px 4%;
  }
}

/* box-3
-------------------- */
.box-3 {
  max-width: 1300px;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.box-3 .hdg {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.box-3 .hdg .text {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
}
.box-3 .content {
padding: 40px 30px;
}

@media screen and (max-width: 720px) {
  .box-3 .hdg .text{
    font-size: 1.0625rem;
  }
  .box-3 .content {
    padding: 20px 15px;
    }
}

/* HEADING
------------------------------------------- */
/* hdg-l1-1
-------------------- */
.hdg-l1-1 {
  margin: 0 20px 30px;
  padding-bottom: 30px;
  position: relative;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}
.hdg-l1-1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ec6300;
}
.hdg-l1-1 > .en {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 900px) {
  .hdg-l1-1 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .hdg-l1-1 > .en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 720px) {
  .hdg-l1-1 {
    margin: 0 15px 25px;
    padding-bottom: 25px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .hdg-l1-1:after {
    width: 64px;
  }
  .hdg-l1-1 > .en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* str-hdg
-------------------- */
.str-hdg {
  margin-bottom: 90px;
}
.str-hdg .sub {
  margin: 1em 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .str-hdg {
    margin-bottom: 40px;
  }
  .str-hdg .sub {
    margin: 1em 15px;
    line-height: 1.7;
    font-size: 13px;
  }
}
/* hdg-visual
-------------------- */
.hdg-visual {
  position: relative;
  padding-top: 30.38%;
}
.hdg-visual.no-visual {
  position: relative;
  padding-top: 0;
}
.hdg-visual.type-1 {
  padding-top: 19.23%;
}
.hdg-visual .visual {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.hdg-visual .visual > img {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .hdg-visual {
    padding-top: 61%;
  }
  .hdg-visual.type-1 {
    padding-top: 35%;
  }
}

.img-visual .visual > img {
  width: 100%;
}
/* hdg-l2-1
-------------------- */
.hdg-l2-1 {
  margin: 0 0 40px;
  padding-bottom: 30px;
  padding-top: 70px;
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.hdg-visual .hdg-l2-1 {
  margin-top: 50px;
}
.hdg-l2-1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
}
.hdg-l2-1 > .sub {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 900px) {
  .hdg-l2-1 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 40px;
  }
  .hdg-l2-1 > .sub {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 720px) {
  .hdg-l2-1 {
    margin: 0 15px 30px;
    padding-bottom: 20px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .hdg-visual .hdg-l2-1 {
    margin-top: 80px;
  }
  .hdg-l2-1:after {
    width: 32px;
  }
  .hdg-l2-1 > .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* hdg-l2-2
-------------------- */
.hdg-l2-2 {
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.hdg-l2-2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #bf9e26;
}

@media screen and (max-width: 900px) {
  .hdg-l2-2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 720px) {
  .hdg-l2-2 {
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .hdg-l2-2:after {
    width: 50px;
  }
}
/* hdg-l2-3
-------------------- */
.hdg-l2-3 {
  margin: 0 0 60px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .hdg-l2-3 {
    margin-bottom: 20px;
  }
  .hdg-l2-3 > img {
    max-width: 50%;
  }
}
/* hdg-l2-4
-------------------- */
.hdg-l2-4 {
  margin: 0 0 30px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .hdg-l2-4 {
    margin-bottom: 20px;
  }
}

/* hdg-l3-1
-------------------- */
.hdg-l3-1 {
  margin: 0 0 5px;
  font-size: 12px;
}
.hdg-l3-1 .inner {
  position: relative;
}
.hdg-l3-1 .inner::after {
  content: '＞';
}
.hdg-l3-1 .inner::before {
  content: '＜';
}
/* hdg-l3-2
-------------------- */
.hdg-l3-2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
  .hdg-l3-2 {
    font-size: 1.125rem;
  }
}
/* hdg-l3-3
-------------------- */
.hdg-l3-3 {
  position: relative;
  text-align: center;
}
.hdg-l3-3::before {
  background-color: transparent;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    border-bottom: solid 2px #000;
}
.hdg-l3-3 .hdg {
  font-weight: bold;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2px 30px 1px;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
.hdg-l3-3 .hdg .sub {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 720px) {
  .hdg-l3-3 .hdg {
    font-size: 1.125rem;
    padding: 2px 20px 1px;
  }
  .hdg-l3-3 .hdg .sub {
    font-size: 0.75rem;
  }
}

/* TABLE
------------------------------------------- */
/* table-1
-------------------- */
.table-1 {
  width: 100%;
  border: none;
  background: #fff;
}
.table-1 tr:first-of-type > th,
.table-1 tr:first-of-type > td {
  border-top: none;
}
.table-1 th {
  padding: 25px 30px;
  border: none;
  border-top: 1px solid #666;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.table-1 td {
  padding: 25px 30px;
  border: none;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.table-1 td > *:first-child {
  margin-top: 0 !important;
}
.table-1 td > *:last-child {
  margin-bottom: 0 !important;
}
.table-1 .w25 {
  width: 25%;
}

@media screen and (max-width: 720px) {
  .table-1 th {
    padding: 15px;
  }
  .table-1 td {
    padding: 15px;
  }
}
/* FORM
------------------------------------------- */
/* lyt-form-1
-------------------- */
.lyt-form-1 {
  margin: 0 auto 3rem;
}
.lyt-form-1 > .col {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.lyt-form-1 > .col:first-child {
  padding-left: 0;
}
.lyt-form-1 > .col > *:first-child {
  margin-top: 0 !important;
}
.lyt-form-1 > .col > *:last-child {
  margin-bottom: 0 !important;
}
.lyt-form-1 > .col.type-1 {
  width: 60%;
  text-align: right;
}
.lyt-form-1 > .col.type-2 {
  width: 30%;
}
.lyt-form-1 > .col.type-2 .btn-1 > a,
.lyt-form-1 > .col.type-2 .btn-1 > button {
  white-space: nowrap;
}
.lyt-form-1 .btn-1 > a,
.lyt-form-1 .btn-1 > button {
  padding: 18px;
  min-width: 150px;
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .lyt-form-1 .btn-1 > a,
  .lyt-form-1 .btn-1 > button {
    min-width: 0;
  }
}
@media screen and (max-width: 720px) {
  .lyt-form-1 {
    margin: 0 auto;
  }
  .lyt-form-1 > .col.type-2 .btn-1 > a,
  .lyt-form-1 > .col.type-2 .btn-1 > button {
    padding: 15px;
  }
}
/* input-text-1
-------------------- */
.input-text-1 {
  padding: 18px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  width: 350px;
  max-width: 95%;
}

@media screen and (max-width: 720px) {
  .input-text-1 {
    padding: 15px;
  }
}
/* alert-cardnum
-------------------- */
#alert-cardnum {
  visibility: hidden;
}

/* text-error
-------------------- */
.text-error {
  margin-top: 0;
  color: #d92b48;
  font-weight: bold;
}

/* text-icon-1
-------------------- */
.text-icon-1 {
  display: table;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.text-icon-1 > * {
  display: table-cell;
  vertical-align: middle;
}
.text-icon-1 > .icon {
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .text-icon-1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* DECORATE
------------------------------------------- */
/* em-1
-------------------- */
.em-1 {
  font-weight: bold;
}

/* em-2
-------------------- */
.em-2 {
  font-weight: bold;
}

/* em-3
-------------------- */
.em-3 {
  color: #d92b48;
}

/* em-4
-------------------- */
.em-4 {
  font-weight: bold;
  color: #ec6300;
}


@media screen and (max-width: 720px) {
  .em-2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* text-img-1
-------------------- */
.text-img-1 {
  margin: 20px 0 60px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .text-img-1 {
    margin: 15px 0 20px;
  }
  .text-img-1 img {
    max-width: 60%;
  }
}
/* text-img-2
-------------------- */
.text-img-2 {
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .text-img-2 {
    margin-bottom: 15px;
  }
  .text-img-2 img {
    max-width: 20%;
  }
}
/* text-img-3
-------------------- */
.text-img-3 {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .text-img-3 {
    margin: 0 0 15px 0;
  }
}
/* text-img-4
-------------------- */
.text-img-4 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .text-img-4 {
    margin: 0 0 30px 0;
  }
}
/* text-tel-1
-------------------- */
.text-tel-1 {
  margin: 0;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2;
}
.text-tel-1 .icon-1 {
  width: 35px;
}

@media screen and (max-width: 900px) {
  .text-tel-1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* text-tel-2
-------------------- */
.text-tel-2 {
  margin: 0;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
}
.text-tel-2 .icon-1 {
  vertical-align: baseline;
}

@media screen and (max-width: 1300px) {
  .text-tel-2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 900px) {
  .text-tel-2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .text-tel-2 .icon-1 {
    height: 23px;
  }
}
@media screen and (max-width: 720px) {
  .text-tel-2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* text-note-1
-------------------- */
.text-note-1 {
  font-size: 12px;
  text-align: center;
}
.text-note-1 .inner {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
}
.text-note-1 .note {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 720px) {
  .text-note-1 {
    font-size: 10px;
    text-align: left;
  }
}

/* icon-1
-------------------- */
.icon-1 {
  margin: 0 5px;
  vertical-align: middle;
}

/* ADJUST
------------------------------------------- */
/* align
-------------------- */
[data-align="center"] {
  text-align: center !important;
}

[data-align="right"] {
  text-align: right !important;
}

@media screen and (min-width: 721px) {
  [data-pc-align="center"] {
    text-align: center !important;
  }

  [data-pc-align="right"] {
    text-align: right !important;
  }
}
@media screen and (max-width: 720px) {
  [data-sp-align="center"] {
    text-align: center !important;
  }

  [data-sp-align="right"] {
    text-align: right !important;
  }
}
/* view
-------------------- */
@media screen and (min-width: 721px) {
  [data-view-type="sp"] {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  [data-view-type="pc"] {
    display: none !important;
  }
}
/* margin
-------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 720px) {
  .narrow-display-none {
    display: none;
  }
  .narrow-mb15 {
    margin-bottom: 15px !important;
  }
  .narrow-mt5 {
    margin-top: 5px !important;
  }
  .narrow-mt15 {
    margin-top: 15px !important;
  }
}

/* etc
-------------------- */
img.keep {
  max-width: none;
}

.w50per {
  margin-right: auto;
  margin-left: auto;
  max-width: 50%;
}

img.logo-j-fsa{
  max-width:60%;
  margin:0 auto;
}
@media screen and (max-width: 720px) {
  img.logo-j-fsa{
    max-width:40%;
    margin:0;
  }
}

/*# sourceMappingURL=master.css.map */

.hdg-block {
  background-color: #000000;
  padding: 14px 10px;
}
.hdg-block .hdg-lv1 {
  text-align: center;
  margin: 0;
  font-size: 2.8125rem;
  color: #ec6300;
  font-weight: bold;
}
.hdg-block .hdg-lv1 .date {
  font-size: 18px;
  display: block;
}
.hdg-block .hdg-lv1 img {
  vertical-align: bottom;
}

body#pr .hdg-block {
  position: relative;
}
body#pr .hdg-lv1 {
  z-index: 5;
}

.col2-list-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 40px;
}

.col2-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col2-list > li {
  width: calc((420 / 860) * 100%);
  padding-left: calc((20 / 860) * 100%);
  padding-bottom: calc((20 / 860) * 100%);
}

.col2-list > li:nth-child(odd){
  padding-left: 0;
}

.col2-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col2-content-inner > img {
  width: 100%;
}

.col2-content-inner .panel-hdg-block{
  background-color: #000000;
  padding: 30px 0;
}

.col2-content-inner .panel-hdg {
  text-align: center;
  margin: 0;
}

.col3-list-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.col3-list {
  margin-left: -16px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  display: flex;
}

.col3-list > li {
  width: 33.333%;
  padding-left: 16px;
  display:flex
}
.col3-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col3-content-inner > img {
  width: 100%;
}

.col3-content-inner .panel-hdg-block{
  background-color: #000000;
  padding: 30px 0;
}

.col3-content-inner .panel-hdg {
  text-align: center;
  margin: 0;
}

.point-table th{
  font-size: 21px;
}

.panel-hdg-block {
  background-color: #000000;
  padding: 25px 0;
}

.panel-hdg-block .panel-hdg {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.panel-disc-wrap {
  padding: 0 20px;
  background-color: #FFFFFF;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.panel-disc {
  background-color: #FFFFFF;
  padding: 20px 0;
  flex: 1;
}

.panel-disc .list-note-1 {
  margin: 0;
}

.panel-disc + .panel-disc {
  border-top: 1px #e6e6e6 solid;
}

.panel-disc p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1.8;
}

.panel-disc p b {
  color: #ec6300;
}

.text-link {
  padding-left: 30px;
  position: relative;
}

.text-link:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 7px;
  left: 0;
}

.text-link:after {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1px #FFFFFF solid;
  border-right: 1px #FFFFFF solid;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 5px;
}

.harley-box {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.harley-box .logo-wrap{
  padding: 10px 25px 10px 0;
  border-right: 1px #dbdbdb solid;
}

.harley-box .text {
  flex: 1;
  padding-left: 30px;
}

.harley-box .text p {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.spec-note >li >span {
  padding-left: 1.5rem;
}

.img-wrap._center {
  text-align: center;
}

.visual .img-wrap {
  margin: 60px 0;
}

.hdg-visual._point {
  padding-top: 75%;
}

.bg-white {
  background-color: #FFFFFF;
}

.col2-img {
  padding: 60px 0 70px;
  background-color: #FFFFFF;
}

.col3-img {
  padding: 60px 0 70px;
  background-color: #FFFFFF;
}

.lead-main {
  font-size: 32px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-15 {
  padding-left: 15px;
}

._no-mb {
  margin-bottom: 0;
}

.harley_bnr {
  margin: 0;
  padding: 20px 15px 0;
  text-align: center;
}

@media screen and (max-width: 720px) {

  .hdg-block {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 10;
  }
  .hdg-block .hdg-lv1{
    font-size: 20px;
  }
  .hdg-block .hdg-lv1 .date {
    font-size: 12px;
  }

  .panel-hdg-block {
    background-color: #000000;
    padding: 15px 0;
  }

  .panel-disc-wrap {
    padding: 0 20px;
    background-color: #FFFFFF;
  }

  .panel-disc {
    background-color: #FFFFFF;
    padding: 20px 0;
    flex: 1;
  }

  .panel-disc p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .point-table th{
    font-size: 13px;
  }

  .lead-2 {
    font-size: 13px;
  }

  .col2-img {
    padding: 30px 20px;
  }

  .col2-list-wrap {
    padding: 0;
  }

  .col2-list {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .col2-list > li {
    width: 100%;
    padding-left: 0;
  }

  .col3-img {
    padding: 30px 20px;
  }

  .col3-list-wrap {
    padding: 0;
  }

  .col3-list {
    width: 100%;
    margin-left: 0;
    margin-top: -15px;
    display: block;
  }

  .col3-list > li {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    display:block;
  }

  .visual .img-wrap {
    margin: 30px 0;
  }

  .lead-main {
    font-size: 26px;
  }

  .sp-pt30 {
    padding-top: 30px;
  }

  .hdg-visual._point {
    padding-top: 345%;
  }
  .harley_bnr {
    padding-top: 10px;
  }
  .harley-box {
    flex-direction: column;
    text-align: center;
  }
  .harley-box .logo-wrap {
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px #dbdbdb solid;
  }
  .harley-box .text {
    padding-left: 0;
  }
  .section_02 {
    padding: 50px 15px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 690px) {
  .hdg-visual._point {
    padding-top: 345%;
  }
}
@media screen and (max-width: 685px) {
  .hdg-visual._point {
    padding-top: 348%;
  }
}

@media screen and (max-width: 680px) {
  .hdg-visual._point {
    padding-top: 350%;
  }
}

@media screen and (max-width: 675px) {
  .hdg-visual._point {
    padding-top: 352%;
  }
}

@media screen and (max-width: 670px) {
  .hdg-visual._point {
    padding-top: 357%;
  }
}

@media screen and (max-width: 660px) {
  .hdg-visual._point {
    padding-top: 360%;
  }
}

.lyt-carddetail {
  display: flex;
  max-width: 1100px;
  margin:0 auto 45px;
}
.lyt-carddetail .card {
  width: calc((100% - 16px) / 3);
}
.lyt-carddetail .card .inner {
  display: inline-block;
}
@media screen and (max-width: 1070px) {
  .lyt-carddetail .card .inner {
    width: 100%; /* for IE11*/
  }
}
.lyt-carddetail .card .inner .text {
  font-size: 18px;
  text-align: center;
}
.lyt-carddetail .content {
  padding-left: 15px;
  max-width: 66.6%;
}
.lyt-carddetail .content .list-benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.lyt-carddetail .content .list-benefits li {
  width: calc((100% - 16px) / 2);
  text-align: center;
  background-color: #000;
  margin-bottom: 16px;
}

@media screen and (max-width: 720px) {
  .lyt-carddetail {
    display: block;
    margin:0 auto 45px;
  }
  .lyt-carddetail .card {
    width: auto;
    margin-bottom: 45px;
  }
  .lyt-carddetail .card .inner {
    display: block;
  }
  .lyt-carddetail .card .inner .img {
    text-align: center;
  }
  .lyt-carddetail .card .inner .text {
    text-align: center;
    font-size: 13px;
  }
  .lyt-carddetail .content {
    padding-left: 0;
    max-width: none;
  }
  .lyt-carddetail .content .list-benefits {
    display: block;
  }
  .lyt-carddetail .content .list-benefits li {
    width: auto;
  }
}
/* color
-------------------- */
.bgcolor-01{
  background: #666 !important;
}
.lyt-video {
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto;
}
.lyt-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 720px) {
  .tm-txt {
    font-size: 20px;
    position: inherit;
  }
}