@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 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;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1000px;
  color: #333;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 640px) {
  body {
    min-width: auto;
  }
}

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

a:hover {
  opacity: 1;
}

/**
 * Layout
 */
.ly_contents {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
@media (max-width: 640px) {
  .ly_contents {
    padding-bottom: 62px;
  }
}

.ly_container {
  width: 1016px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .ly_container {
    width: auto;
  }
}

.ly_pageBg {
  background-color: #FFDD00;
}
.ly_pageBg_container {
  position: relative;
}
.ly_pageBg_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/car/navi/special/selection/img/selection_page-top_deco_img.png);
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.35;
  z-index: 0;
}
@media (max-width: 640px) {
  .ly_pageBg_container:before {
    background-image: url(/car/navi/special/selection/img/selection_page-top_deco_img_sp.png);
  }
}
.ly_pageBg_container__fixed {
  height: 641px;
  height: 800px;
}
@media (max-width: 640px) {
  .ly_pageBg_container__fixed {
    height: 850px;
  }
}
.ly_pageBg_container__fixed:before {
  opacity: 0.6;
}
.ly_pageBg_pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 5px 20px;
  color: #006B77;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .ly_pageBg_pageTop a {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    font-size: 1.4rem;
  }
}
.ly_pageBg_pageTop a:hover {
  opacity: 0.6;
}
.ly_pageBg_pageTop a:before {
  content: "";
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-top: 2px solid #1B919E;
  border-left: 2px solid #1B919E;
}

.ly_sticky {
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 640px) {
  .ly_sticky {
    padding-bottom: 80px;
  }
}
.ly_sticky .bl_bandBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ly_sticky.is_static .bl_bandBtn {
  position: absolute;
}

/**
 * Header
 */
/**
 * Footer
 */
/**
 * Block
 */
.bl_tableSect {
  position: relative;
  padding: 30px;
  z-index: 1;
}
@media (max-width: 640px) {
  .bl_tableSect {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .bl_tableSect_inner {
    overflow: auto;
    height: 550px;
    border-right: 2px solid #185294;
    border-bottom: 2px solid #185294;
  }
}
.bl_tableSect_hdg {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.bl_tableSect table {
  margin: auto;
}
@media (max-width: 640px) {
  .bl_tableSect table {
    border-collapse: separate;
  }
}
.bl_tableSect table th, .bl_tableSect table td {
  padding: 5px;
  border: 2px solid #185294;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .bl_tableSect table th, .bl_tableSect table td {
    padding: 5px 2px;
    border: none;
    font-size: 1rem;
  }
}
.bl_tableSect table th.is_deepGray, .bl_tableSect table td.is_deepGray {
  background-color: #1B919E;
  color: #fff;
}
@media (max-width: 640px) {
  .bl_tableSect table th.is_sticky, .bl_tableSect table td.is_sticky {
    position: sticky;
    left: 0;
    z-index: 7;
  }
  .bl_tableSect table th.is_sticky__second, .bl_tableSect table td.is_sticky__second {
    left: 55px;
  }
  .bl_tableSect table th.is_sticky__vertical, .bl_tableSect table td.is_sticky__vertical {
    top: 0;
    z-index: 8;
  }
  .bl_tableSect table th.is_sticky__verticalSecond, .bl_tableSect table td.is_sticky__verticalSecond {
    top: 27px;
  }
}
.bl_tableSect table thead {
  position: relative;
  z-index: 1;
}
.bl_tableSect table thead tr:first-child th {
  background-color: #185294;
}
@media (max-width: 640px) {
  .bl_tableSect table thead tr:first-child th {
    padding: 5px 2px;
  }
}
.bl_tableSect table thead tr:first-child th.is_blank {
  border-bottom: none;
}
.bl_tableSect table thead th {
  padding: 0;
  background-color: #fff;
  color: #fff;
}
@media (max-width: 640px) {
  .bl_tableSect table thead th {
    border-left: 2px solid #185294;
    border-top: 2px solid #185294;
  }
}
.bl_tableSect table thead th a {
  display: block;
  padding: 10px;
  background-color: #fff;
}
.bl_tableSect table thead th a:hover {
  opacity: 0.6;
}
.bl_tableSect table thead th a img {
  min-width: 150px;
  height: auto;
}
@media (max-width: 640px) {
  .bl_tableSect table thead th a img {
    min-width: unset;
    max-width: 100px;
  }
}
.bl_tableSect table thead th.is_blank {
  padding: 5px;
  background-color: #fff !important;
  color: #1F1F1F;
  z-index: 9;
}
.bl_tableSect table tbody {
  position: relative;
  z-index: 0;
}
.bl_tableSect table tbody tr.is_gray td {
  background-color: #F9F9F9;
}
.bl_tableSect table tbody th {
  background-color: #E4E4E4;
}
.bl_tableSect table tbody td {
  background-color: #fff;
}
@media (max-width: 640px) {
  .bl_tableSect table tbody th, .bl_tableSect table tbody td {
    border-left: 2px solid #185294;
    border-top: 2px solid #185294;
  }
}

.bl_pageNote {
  margin-top: 70px;
}
@media (max-width: 640px) {
  .bl_pageNote {
    margin-top: 40px;
  }
}
.bl_pageNote_hdg {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_pageNote_hdg {
    font-size: 1.6rem;
  }
}
.bl_pageNote_list {
  counter-reset: number 0;
  margin-top: 10px;
}
.bl_pageNote ol li {
  padding-left: 30px;
}
.bl_pageNote ol li:before {
  content: "※" counter(number);
  counter-increment: number 1;
}
.bl_pageNote_item {
  position: relative;
  padding-left: 20px;
  margin-top: 4px;
  font-size: 1.4rem;
}
.bl_pageNote_item:first-child {
  margin-top: 0;
}
.bl_pageNote_item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_pageNote--table {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .bl_pageNote--table {
    padding: 15px;
  }
}

/**
 * Element
 */
.el_subPageSelectionLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 7px 21px 12px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
}
.el_subPageSelectionLabel.is_obsession {
  background-color: #185294;
}
@media (max-width: 640px) {
  .el_subPageSelectionLabel {
    gap: 5px;
    padding: 4px 10px 0 10px;
    border-radius: 0 0 12px 0;
  }
}
.el_subPageSelectionHdg__lv1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv1 {
    margin-bottom: 49px;
  }
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv1.is_obsession {
    margin-bottom: 20px;
  }
}
.el_subPageSelectionHdg__lv1.is_obsession .sub {
  color: #185294;
}
.el_subPageSelectionHdg__lv1 .sub {
  font-family: "Outfit", sans-serif;
  color: #1B919E;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv1 .sub {
    margin-bottom: 4px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.el_subPageSelectionHdg__lv1 .hdg {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv1 .hdg {
    font-size: 2.2rem;
  }
}
.el_subPageSelectionHdg__lv2 {
  position: relative;
  padding-left: 18px;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv2 {
    padding-left: 14px;
    line-height: 1.1;
  }
}
.el_subPageSelectionHdg__lv2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: currentColor;
  border-radius: 100px;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv2:before {
    width: 5px;
  }
}
.el_subPageSelectionHdg__lv2 span {
  color: #1F1F1F;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .el_subPageSelectionHdg__lv2 span {
    font-size: 1.6rem;
  }
}

.el_resultBtn .btn a, .el_resultBtn .btn .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  min-height: 80px;
  padding: 10px 40px;
  border-radius: 100px;
  margin: auto;
  background-color: #fff;
  color: #006B77;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.el_resultBtn .btn a:hover, .el_resultBtn .btn .button:hover {
  background-color: #1B919E;
  color: #fff;
}
@media (max-width: 640px) {
  .el_resultBtn .btn a, .el_resultBtn .btn .button {
    width: 100%;
    max-width: 295px;
    min-height: 50px;
    padding: 5px 30px;
    font-size: 1.4rem;
  }
}
.el_resultBtn .btn a:after, .el_resultBtn .btn .button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media (max-width: 640px) {
  .el_resultBtn .btn a:after, .el_resultBtn .btn .button:after {
    right: 20px;
  }
}
.el_resultBtn.is_obsession .btn a {
  color: #185294;
}
.el_resultBtn.is_obsession .btn a:hover {
  color: #fff;
  background-color: #185294;
}
.el_resultBtn.is_toTop .btn a:after, .el_resultBtn.is_toTop .btn .button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.el_resultBtn.is_toDown .btn a:after, .el_resultBtn.is_toDown .btn .button:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

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

/**
 * Helper
 */
@media (max-width: 640px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 640px) {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_mt80 {
  margin-top: 80px;
}

/**
 * Page
 */
.bl_firstView {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .bl_firstView {
    height: auto;
  }
}
.bl_firstView:before {
  content: "";
  position: absolute;
  top: calc(50% - 430px);
  left: calc(50% - 509px);
  width: 1019px;
  height: 860px;
  background-image: url(/car/navi/special/selection/img/selection_page-top_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media (max-width: 640px) {
  .bl_firstView:before {
    top: calc(50% - 380px);
    left: calc(50% - 295px);
    width: 590px;
    height: 619px;
    background-image: url(/car/navi/special/selection/img/selection_page-top_bg_img_sp.png);
  }
}
.bl_firstView_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
}
.bl_firstView_frontLogo {
  margin-top: 110px;
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  .bl_firstView_frontLogo {
    margin-top: 109px;
    margin-bottom: -4px;
  }
}
.bl_firstView_info {
  margin-top: 43px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_firstView_info {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.bl_firstView_info p {
  position: relative;
}
.bl_firstView_info p:before, .bl_firstView_info p:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 30px;
  border-radius: 100px;
  background-color: #1F1F1F;
}
@media (max-width: 640px) {
  .bl_firstView_info p:before, .bl_firstView_info p:after {
    width: 2px;
    height: 20px;
  }
}
.bl_firstView_info p:before {
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
@media (max-width: 640px) {
  .bl_firstView_info p:before {
    left: -15px;
  }
}
.bl_firstView_info p:after {
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 640px) {
  .bl_firstView_info p:after {
    right: -15px;
  }
}
.bl_firstView_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 21px;
}
@media (max-width: 640px) {
  .bl_firstView_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 11px;
  }
}
.bl_firstView_btn .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  min-height: 100px;
  border-radius: 10px;
  background-color: currentColor;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .bl_firstView_btn .btn a {
    width: 295px;
    min-height: 70px;
  }
}
.bl_firstView_btn .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 640px) {
  .bl_firstView_btn .btn a:after {
    right: 18px;
  }
}
.bl_firstView_btn .btn a .sub {
  padding: 5px 22px;
  border-radius: 100px;
  margin-bottom: 3px;
  background-color: #FFDD00;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 640px) {
  .bl_firstView_btn .btn a .sub {
    padding: 4px 14px;
    margin-bottom: 1px;
    margin-top: 3px;
    font-size: 1.3rem;
  }
}
.bl_firstView_btn .btn a .hdg {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .bl_firstView_btn .btn a .hdg {
    font-size: 1.8rem;
  }
}
.bl_firstView_btn .btn.is_casual {
  color: #1B919E;
}
.bl_firstView_btn .btn.is_casual:hover {
  color: #006B77;
}
.bl_firstView_btn .btn.is_obsession {
  color: #185294;
}
.bl_firstView_btn .btn.is_obsession:hover {
  color: #0A3565;
}
.bl_firstView_btn .btn.is_closed {
  position: relative;
  color: #DCE8E9;
  pointer-events: none;
}
.bl_firstView_btn .btn.is_closed:before {
  content: "Coming Soon";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #185294;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}
.bl_firstView_btn .btn.is_closed a .sub {
  background-color: #fff;
}
.bl_firstView_recommend {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .bl_firstView_recommend {
    margin-top: 16px;
  }
}
.bl_firstView_recommend .txt {
  padding: 13px 21px;
  border: 3px solid #EFE6D3;
  border-radius: 28px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .bl_firstView_recommend .txt {
    padding: 10px 24px;
    border-radius: 35px;
    font-size: 1.4rem;
    line-height: 1.14;
  }
}
.bl_firstView_recommend .txt span {
  position: relative;
}
.bl_firstView_recommend .txt span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
@media (max-width: 640px) {
  .bl_firstView_recommend .txt span:before {
    top: -1px;
    width: 4px;
    height: 4px;
  }
}
.bl_firstView_recommend .txt span:nth-child(odd) {
  color: #0D8895;
}
.bl_firstView_recommend .txt span:nth-child(even) {
  color: #185294;
}

.bl_desc {
  max-width: 520px;
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_desc {
    max-width: 90%;
    margin-top: 120px;
    margin-inline: auto;
    font-size: 1.2rem;
  }
}

.bl_select {
  position: relative;
}
@media (max-width: 640px) {
  .bl_select {
    padding-top: 72px;
  }
}
.bl_select_headImgProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 54px;
}
@media (max-width: 640px) {
  .bl_select_headImgProgress {
    display: block;
  }
}
@media (max-width: 640px) {
  .bl_select_subPageSelectionLabel {
    position: absolute;
    top: 0;
    left: -20px;
  }
}
.bl_select_progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  margin-top: 42px;
}
@media (max-width: 640px) {
  .bl_select_progress {
    gap: 28px;
    margin: 0 0 0 17px;
  }
}
.bl_select .num {
  position: relative;
  display: inline;
  font-size: 1.1rem;
  font-weight: bold;
  color: #006B77;
  z-index: 1;
}
.bl_select .num::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -5px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 640px) {
  .bl_select .num::before {
    top: calc(50% + 1px);
    left: -4px;
  }
}
.bl_select .num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 65px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 640px) {
  .bl_select .num::after {
    width: 28px;
  }
}
.bl_select .num:first-child::after {
  content: none;
}
.bl_select .num.prog {
  color: #fff;
  z-index: 10;
}
.bl_select .num.prog::before, .bl_select .num.prog::after {
  background-color: #006B77;
}
.bl_select_img {
  position: absolute;
  top: 0;
  right: calc(50% - 477px);
}
@media (max-width: 640px) {
  .bl_select_img {
    position: absolute;
    top: 0;
    right: -2.9%;
  }
}
.bl_select_body {
  padding: 0 78px;
  margin-top: 36px;
}
@media (max-width: 640px) {
  .bl_select_body {
    padding: 0;
    margin-top: 28px;
  }
}
.bl_select_qArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 340px;
}
@media (max-width: 640px) {
  .bl_select_qArea {
    padding: 0 0 0 5px;
  }
}
.bl_select_flag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 640px) {
  .bl_select_flag {
    margin-right: 8px;
  }
}
.bl_select_q {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1F1F1F;
}
@media (max-width: 640px) {
  .bl_select_q {
    font-size: 1.6rem;
  }
}
.bl_select_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 41px;
}
@media (max-width: 640px) {
  .bl_select_list {
    display: block;
    margin: 17px 0 0;
  }
}
.bl_select_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 640px) {
  .bl_select_item {
    width: 100%;
    margin-bottom: 9px;
  }
}
@media (max-width: 640px) {
  .bl_select_item:last-child {
    margin-bottom: 17px;
  }
}
.bl_select_item input {
  display: none;
}
.bl_select_item input:checked + span {
  background-color: #1B919E;
  color: #fff;
}
.bl_select_item input:checked + span::after {
  opacity: 1;
}
.bl_select_item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 22px 60px;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #006B77;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 640px) {
  .bl_select_item span {
    padding: 15px 42px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.bl_select_item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  background-image: url(/car/navi/special/selection/img/selection_sub_check.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 640px) {
  .bl_select_item span::before {
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.bl_select_item span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  background-image: url(/car/navi/special/selection/img/selection_sub_check_on.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 640px) {
  .bl_select_item span::after {
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.bl_select_item span:hover {
  background-color: #1B919E;
  color: #fff;
}
.bl_select_item span:hover::after {
  opacity: 1;
}
.bl_select_footBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (max-width: 640px) {
  .bl_select_footBtn {
    gap: 0 14px;
    margin-top: 20px;
  }
}
.bl_select_footBtn .btn {
  position: relative;
  padding: 18px 84px;
  background-color: #1B919E;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_select_footBtn .btn span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 640px) {
  .bl_select_footBtn .btn span {
    font-size: 1.4rem;
  }
}
.bl_select_footBtn .btn.prev {
  padding: 12px 64px;
  border: 2px solid #1B919E;
  background-color: transparent;
}
@media (max-width: 640px) {
  .bl_select_footBtn .btn.prev {
    padding: 11px 39px;
  }
}
.bl_select_footBtn .btn.prev svg {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.bl_select_footBtn .btn.prev svg rect {
  fill: #1B919E;
}
.bl_select_footBtn .btn.prev:hover {
  background-color: rgb(255, 255, 255);
}
.bl_select_footBtn .btn.prev span {
  color: #006B77;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 640px) {
  .bl_select_footBtn .btn.next {
    padding: 12px 66px;
  }
}
.bl_select_footBtn .btn.next svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_select_footBtn .btn.next:hover {
  background-color: #006B77;
}

.bl_carNaviRecommendation {
  width: calc((100% - 36px) / 2);
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation {
    width: 100%;
  }
}
.bl_carNaviRecommendation_container {
  height: 100%;
  border: 3px solid currentColor;
  border-radius: 20px;
  color: #1B919E;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_container {
    border-width: 2px;
    border-radius: 10px;
  }
}
.bl_carNaviRecommendation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 36px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_wrapper {
    gap: 24px;
  }
}
.bl_carNaviRecommendation_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 17px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_inner {
    border-radius: 7px;
  }
}
.bl_carNaviRecommendation_number {
  position: absolute;
  top: -30px;
  left: 10px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_number {
    top: -18px;
    left: 2px;
    width: 76px;
  }
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_number svg {
    width: 76px;
    height: auto;
  }
}
.bl_carNaviRecommendation_number svg .fill {
  fill: currentColor;
}
.bl_carNaviRecommendation_number .body {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  color: #1F1F1F;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_number .body {
    top: 8px;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    letter-spacing: -0.04em;
  }
}
.bl_carNaviRecommendation_number .body .num span {
  font-family: "Outfit", sans-serif;
  margin: 0 5px 0 2px;
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_number .body .num span {
    margin: 0 2px 0 2px;
    font-size: 2.8rem;
  }
}
.bl_carNaviRecommendation_header {
  padding: 19px 14px 0;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_header {
    padding: 14px 14px 0;
  }
}
.bl_carNaviRecommendation_desc {
  margin-bottom: 20px;
  margin-left: 120px;
  color: #1F1F1F;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_desc {
    margin-bottom: 16px;
    margin-left: 70px;
    font-size: 1.5rem;
  }
}
.bl_carNaviRecommendation_imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.bl_carNaviRecommendation_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.bl_carNaviRecommendation_img img {
  max-width: 100%;
  height: auto;
}
.bl_carNaviRecommendation_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bl_carNaviRecommendation_info {
  display: none;
}
.bl_carNaviRecommendation_txt {
  margin-top: 16px;
  color: #1F1F1F;
  font-size: 1.4rem;
}
.bl_carNaviRecommendation_footer {
  margin-top: 20px;
  padding: 0 14px 20px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_footer {
    padding: 0 14px 12px;
  }
}
.bl_carNaviRecommendation_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_status {
    padding-top: 12px;
    gap: 8px;
  }
}
.bl_carNaviRecommendation_status li {
  width: auto;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_status li {
    height: 30px;
  }
}
.bl_carNaviRecommendation_status img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_status img {
    height: 100%;
  }
}
.bl_carNaviRecommendation_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0 0 4px 4px;
  }
}
.bl_carNaviRecommendation_btn .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 74px;
  padding: 10px 45px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_btn .btn a {
    min-height: 49px;
    -webkit-padding-start: 5px 30px;
            padding-inline-start: 5px 30px;
    font-size: 1.4rem;
  }
}
.bl_carNaviRecommendation_btn .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.bl_carNaviRecommendation_btn .btn a[href^="#"]:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.bl_carNaviRecommendation_btn .btn.is_detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_btn .btn.is_detail {
    width: 100%;
  }
}
.bl_carNaviRecommendation_btn .btn.is_detail a {
  background-color: #1B919E;
}
.bl_carNaviRecommendation_btn .btn.is_detail a:hover {
  background-color: #006B77;
}
.bl_carNaviRecommendation_btn .btn.is_detail.is_obsession a {
  background-color: #185294;
}
.bl_carNaviRecommendation_btn .btn.is_detail.is_obsession a:hover {
  background-color: #0072F5;
}
.bl_carNaviRecommendation_btn .btn.is_simulation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_btn .btn.is_simulation {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
.bl_carNaviRecommendation_btn .btn.is_simulation a {
  background-color: #FF8800;
  letter-spacing: 0.1em;
}
.bl_carNaviRecommendation_btn .btn.is_simulation a:hover {
  background-color: #D27000;
}
.bl_carNaviRecommendation_btn .btn.is_simulation.is_obsession a {
  background-color: #4DA0FF;
}
.bl_carNaviRecommendation_btn .btn.is_simulation.is_obsession a:hover {
  background-color: #0A3565;
}
.bl_carNaviRecommendation_btn .btn.is_obsession {
  width: 50%;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation_btn .btn.is_obsession {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
.bl_carNaviRecommendation_btn.no_simulation .btn.is_detail {
  width: 100%;
}
.bl_carNaviRecommendation_btn.no_simulation .btn.is_simulation {
  display: none;
}
.bl_carNaviRecommendation.is_obsession .bl_carNaviRecommendation_container {
  color: #185294;
}
.bl_carNaviRecommendation.is_obsession .bl_carNaviRecommendation_desc {
  margin-left: 0;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child {
    margin-bottom: 36px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_container {
  height: auto;
  color: #A29200;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_inner {
  height: auto;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_number {
  top: -40px;
  left: 10px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_number {
    top: -39px;
    left: 1px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_header {
  padding: 34px 34px 0;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_header {
    padding: 14px 14px 0;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_imgTxt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_imgTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_info {
  display: block;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 32px;
  background-color: currentColor;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_info {
    padding: 8px 14px;
    margin-bottom: 20px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_info p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_info p {
    font-size: 1.5rem;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_txt {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_txt {
    margin-top: 14px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_footer {
  margin-top: 31px;
  padding: 0 37px 30px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_footer {
    margin-top: 20px;
    padding: 0 14px 12px;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_status {
  padding-left: 7px;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_status {
    padding-left: 0;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_desc {
  display: none;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn a:after {
  right: 34px;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_detail {
  width: 43%;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_detail {
    width: 100%;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_simulation a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_simulation a {
    font-size: 1.4rem;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_obsession {
  width: 50%;
}
@media (max-width: 640px) {
  .bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn .btn.is_obsession {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn.no_simulation .btn.is_detail {
  width: 100%;
}
.bl_carNaviRecommendation:not(.is_obsession):first-child .bl_carNaviRecommendation_btn.no_simulation .btn.is_simulation {
  display: none;
}
.bl_carNaviRecommendation:not(.is_obsession):nth-child(2) .bl_carNaviRecommendation_container {
  color: #AAAAAA;
}
.bl_carNaviRecommendation:not(.is_obsession):nth-child(3) .bl_carNaviRecommendation_container {
  color: #C5853C;
}

.bl_result {
  position: relative;
}
.bl_result.is_obsession {
  padding-top: 110px;
}
@media (max-width: 640px) {
  .bl_result.is_obsession {
    padding-top: 60px;
  }
}
.bl_result .el_spotImg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .bl_result .el_spotImg {
    right: -20px;
  }
}

.bl_resultBtn {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .bl_resultBtn {
    margin-top: 22px;
  }
}
.bl_resultBtn__narrow {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .bl_resultBtn__narrow {
    margin-top: 24px;
  }
}
.bl_resultBtn__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 640px) {
  .bl_resultBtn__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .bl_resultLabel {
    margin-left: -20px;
  }
}
.bl_resultLabel + .el_subPageSelectionHdg {
  margin-top: -32px;
}
@media (max-width: 640px) {
  .bl_resultLabel + .el_subPageSelectionHdg {
    padding-top: 29px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .bl_resultLabel + .el_subPageSelectionHdg.is_obsession {
    margin-bottom: 20px;
  }
}

.bl_simulation {
  margin-top: 105px;
  background-color: #FF8800;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .bl_simulation {
    margin-top: 60px;
    border-radius: 10px;
  }
}
.bl_simulation_container {
  padding: 0 3px 3px;
}
.bl_simulation_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  min-height: 80px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .bl_simulation_header {
    gap: 12px;
    min-height: 60px;
    font-size: 2rem;
  }
}
.bl_simulation_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 20px 17px 17px 17px;
  border-radius: 0 0 17px 17px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 640px) {
  .bl_simulation_body {
    gap: 0;
    border-radius: 0 0 7px 7px;
  }
}
.bl_simulation_selection {
  width: calc(28.5% - 20px);
}
@media (max-width: 640px) {
  .bl_simulation_selection {
    width: 100%;
  }
}
.bl_simulation_selection .balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 30px;
  padding: 2px 10px;
  border-radius: 100px;
  background-color: #EFE6D3;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_simulation_selection .balloon {
    font-size: 1.5rem;
  }
}
.bl_simulation_selection .balloon:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-image: url(../img/icon_balloon.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.bl_simulation_selection .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_simulation_selection .swiper {
  width: calc(100% - 52px);
  height: 89px;
  padding: 5px 0;
}
@media (max-width: 640px) {
  .bl_simulation_selection .swiper {
    height: 58px;
  }
}
.bl_simulation_selection .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_simulation_selection .swiper-slide {
    font-size: 1.4rem;
  }
}
.bl_simulation_selection .swiper-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #1B919E;
  border-radius: 50%;
  color: #1B919E;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bl_simulation_selection .swiper-prev:hover {
  background-color: #1B919E;
  color: #fff;
}
.bl_simulation_selection .swiper-prev .icon_arw .fill {
  fill: currentColor;
}
.bl_simulation_selection .swiper-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #1B919E;
  border-radius: 50%;
  color: #1B919E;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bl_simulation_selection .swiper-next:hover {
  background-color: #1B919E;
  color: #fff;
}
.bl_simulation_selection .swiper-next .icon_arw {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bl_simulation_selection .swiper-next .icon_arw .fill {
  fill: currentColor;
}
.bl_simulation_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 71.5%;
}
@media (max-width: 640px) {
  .bl_simulation_img {
    width: 100%;
  }
}
.bl_simulation_img .img {
  position: relative;
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 62.38%;
}
.bl_simulation_img .img.is_active {
  display: block;
}
.bl_simulation_img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.bl_simulation_btn {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media (max-width: 640px) {
  .bl_simulation_btn {
    width: 100%;
    padding-top: 16px;
    border-top: none;
  }
}
.bl_simulation_btn .btn {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .bl_simulation_btn .btn {
    margin-top: 10px;
  }
}
.bl_simulation_btn .btn:first-child {
  margin-top: 0;
}
.bl_simulation_btn .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 3px 30px;
  border: 2px solid #1B919E;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
  color: #1B919E;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media (max-width: 640px) {
  .bl_simulation_btn .btn a {
    min-height: 50px;
    font-size: 1.4rem;
  }
}
.bl_simulation_btn .btn a:hover {
  background-color: #1B919E;
  color: #fff;
}
.bl_simulation_btn .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.bl_simulation_btn .btn.is_color a {
  background-color: #1B919E;
  color: #fff;
}
.bl_simulation_btn .btn.is_color a:hover {
  background-color: #006B77;
  border-color: #006B77;
}
.bl_simulation_btn .btn.is_color a:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bl_obsessionSelection_wrapper {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.bl_obsessionSelection_units {
  counter-reset: 0;
}
.bl_obsessionSelection_unit {
  counter-increment: unit 1;
}
.bl_obsessionSelection_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 10px 16px;
  background-color: #185294;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_head {
    padding: 10px 12px;
  }
}
.bl_obsessionSelection_head:hover {
  background-color: #0A3565;
}
.bl_obsessionSelection_head:before, .bl_obsessionSelection_head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_head:before, .bl_obsessionSelection_head:after {
    width: 12px;
    height: 2px;
  }
}
.bl_obsessionSelection_head:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_obsessionSelection_head:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.bl_obsessionSelection_head.is_close:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.bl_obsessionSelection_hdg {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_hdg {
    font-size: 1.4rem;
  }
}
.bl_obsessionSelection_hdg:before {
  content: counter(unit, decimal-leading-zero);
  font-family: "Outfit", sans-serif;
  padding-right: 16px;
  color: #FFDD00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_hdg:before {
    padding-right: 8px;
    font-size: 1.2rem;
  }
}
.bl_obsessionSelection_hdg b {
  font-size: 2rem;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_hdg b {
    font-size: 1.6rem;
  }
}
.bl_obsessionSelection_balloon {
  display: none;
}
.bl_obsessionSelection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #185294;
  font-size: 1.4rem;
}
.bl_obsessionSelection_item {
  width: 50%;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_item {
    width: 100%;
  }
}
.bl_obsessionSelection_item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_item:nth-child(odd) {
    border-right: none;
  }
}
+ .bl_obsessionSelection_item:last-child:nth-child(odd) {
  border-bottom: none;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_item:last-child {
    border-bottom: none;
  }
}
.bl_obsessionSelection_item.is-disabled {
  pointer-events: none;
}
.bl_obsessionSelection_item.is-disabled .bl_obsessionSelection_input {
  background-color: #ddd;
}
.bl_obsessionSelection_label input {
  display: none;
}
.bl_obsessionSelection_label input[type=radio] + .bl_obsessionSelection_input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/selection_sub_radio_icon_obsession.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_label input[type=radio] + .bl_obsessionSelection_input:before {
    left: 10px;
  }
}
.bl_obsessionSelection_label input[type=radio] + .bl_obsessionSelection_input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/selection_sub_radio_icon_obsession_hov.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_label input[type=radio] + .bl_obsessionSelection_input:after {
    left: 10px;
  }
}
.bl_obsessionSelection_label input[type=radio] + .bl_obsessionSelection_input:hover:after {
  opacity: 1;
}
.bl_obsessionSelection_label input[type=checkbox] + .bl_obsessionSelection_input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/selection_sub_checkbox_icon_obsession.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_label input[type=checkbox] + .bl_obsessionSelection_input:before {
    left: 10px;
  }
}
.bl_obsessionSelection_label input[type=checkbox] + .bl_obsessionSelection_input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/selection_sub_checkbox_icon_obsession_hov.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_label input[type=checkbox] + .bl_obsessionSelection_input:after {
    left: 10px;
  }
}
.bl_obsessionSelection_label input:checked + .bl_obsessionSelection_input {
  background-color: #D2F1FF;
}
.bl_obsessionSelection_label input:checked + .bl_obsessionSelection_input:after {
  opacity: 1;
}
.bl_obsessionSelection_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 53px;
  padding: 15px 16px 15px 44px;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_input {
    min-height: 44px;
    padding: 10px 10px 10px 40px;
    font-size: 1.4rem;
  }
}
.bl_obsessionSelection_input:hover {
  background-color: #D2F1FF;
}
.bl_obsessionSelection_input b {
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .bl_obsessionSelection_input b {
    font-size: 1.6rem;
  }
}
.bl_obsessionSelection_input small {
  display: inline-block;
  padding: 0 4px;
  margin-left: 4px;
  background-color: #FFF8C9;
  font-size: 1.4rem;
  font-weight: bold;
}
.bl_obsessionSelection_modal {
  background-color: #FFF8C9;
}
.bl_obsessionSelection_modal > a {
  position: relative;
  display: inline-block;
  padding: 10px 31px;
  font-size: 1.2rem;
  line-height: 1.98;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.bl_obsessionSelection_modal > a:hover {
  text-decoration: none;
}
.bl_obsessionSelection_modal > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #185294;
  border-right: 2px solid #185294;
}

.bl_bandBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 20px;
  margin-top: 60px;
  background-color: rgba(77, 160, 255, 0.85);
  border-radius: 30px 30px 0 0;
}
@media (max-width: 640px) {
  .bl_bandBtn {
    gap: 11px;
    padding: 10px;
    margin-top: 20px;
  }
}
.bl_bandBtn.is_active {
  background-color: #4da0ff;
}
.bl_bandBtn .el_resultBtn {
  width: 300px;
}
@media (max-width: 640px) {
  .bl_bandBtn .el_resultBtn {
    width: auto;
    min-width: 210px;
  }
}
.bl_bandBtn .el_resultBtn .btn {
  width: 100%;
}
.bl_bandBtn .el_resultBtn .btn a {
  width: 100%;
  min-height: 60px;
  border-radius: 100px;
  margin: auto;
  color: #1F1F1F;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .bl_bandBtn .el_resultBtn .btn a {
    width: 100%;
    max-width: 210px;
    min-height: 40px;
    font-size: 1.4rem;
  }
}
.bl_bandBtn .el_resultBtn .btn a:hover:after {
  color: #fff;
}
.bl_bandBtn .el_resultBtn .btn a:hover b {
  color: #fff;
}
.bl_bandBtn .el_resultBtn .btn a:after {
  right: 20px;
  color: #185294;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.bl_bandBtn .el_resultBtn .btn a b {
  margin-left: 5px;
  color: #185294;
  font-size: 2.2rem;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .bl_bandBtn .el_resultBtn .btn a b {
    font-size: 1.8rem;
  }
}
.bl_bandBtn .el_resetBtn button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 23px 3px 44px;
  border: 2px solid currentColor;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.938;
  -webkit-transition-property: background-color color;
  transition-property: background-color color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 640px) {
  .bl_bandBtn .el_resetBtn button {
    padding: 5px 13px 7px 30px;
    font-size: 1.3rem;
  }
}
.bl_bandBtn .el_resetBtn button:hover {
  background-color: #fff;
  color: #4DA0FF;
}
.bl_bandBtn .el_resetBtn button:before, .bl_bandBtn .el_resetBtn button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 13px;
  height: 2px;
  background-color: currentColor;
}
@media (max-width: 640px) {
  .bl_bandBtn .el_resetBtn button:before, .bl_bandBtn .el_resetBtn button:after {
    width: 11px;
    left: 12px;
  }
}
.bl_bandBtn .el_resetBtn button:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_bandBtn .el_resetBtn button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.bl_modalContent_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px;
}
@media (max-width: 640px) {
  .bl_modalContent_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: 20px;
        flex-wrap: 20px;
    padding: 20px;
  }
}
.bl_modalContent_body {
  width: calc(54% - 40px);
}
@media (max-width: 640px) {
  .bl_modalContent_body {
    width: 100%;
  }
}
.bl_modalContent_body:only-child {
  width: 100%;
}
.bl_modalContent_hdg {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 640px) {
  .bl_modalContent_hdg {
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
.bl_modalContent_hdg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 6px);
  border-radius: 100px;
  background-color: #185294;
}
.bl_modalContent_txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .bl_modalContent_txt {
    margin-top: 14px;
  }
}
.bl_modalContent_btn {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .bl_modalContent_btn {
    margin-top: 12px;
  }
}
.bl_modalContent_btn a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.428;
  text-decoration: underline;
}
.bl_modalContent_btn a:hover {
  text-decoration: none;
}
.bl_modalContent_btn a:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #185294;
  border-right: 2px solid #185294;
}
.bl_modalContent_img {
  width: 46%;
}
@media (max-width: 640px) {
  .bl_modalContent_img {
    width: 100%;
  }
}
.bl_modalContent_img img {
  width: 100%;
  height: auto;
}

.pg_selection {
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1F1F;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1000;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 0 0;
  width: 56px;
  height: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1;
}

.pg_selection a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/**
 * Keyframes
 */