@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  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 {
  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 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.c-accordion {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.c-accordion__btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  transition: padding 0.4s, opacity 0.4s;
  font-weight: 400;
  padding-right: 60px;
}
@media screen and (min-width: 767px) {
  .c-accordion__btn {
    text-indent: -2ch;
    padding-left: 3.5ch;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    text-indent: -2ch;
    padding-left: 3.05ch;
    line-height: 1.6;
  }
}
.c-accordion__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 15px;
  height: 2px;
  background-color: #0084cf;
  transform: translateY(-50%);
}
.c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 2px;
  height: 15px;
  background-color: #0084cf;
  transform: translateY(-50%);
}
.c-accordion__btn:focus, .c-accordion__btn:hover {
  color: #000;
}

.c-accordion__item + .c-accordion__item {
  margin-top: 20px;
}

.c-accordion__body {
  overflow: hidden;
  height: 0;
  min-height: 0;
  padding: 0 22px;
  opacity: 0;
  line-height: normal;
  transition: 0.4s;
  border-radius: 0 0 5px 5px;
}
.c-accordion__body > *:last-child {
  margin-bottom: 0;
}

.c-accordion__txt {
  margin-bottom: 30px;
  text-indent: -2.5ch;
  padding-left: 1.85ch;
}
@media screen and (min-width: 767px) {
  .c-accordion__txt {
    text-indent: -2.35ch;
    padding-left: 1.9ch;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__txt {
    text-indent: -2.45ch;
    padding-left: 1.4ch;
  }
}

.c-accordion__txt-body {
  min-height: 0;
  font-size: 17px;
}

.c-accordion__btn-text::before,
.c-accordion__txt-body::before {
  content: attr(data-category) ".";
  color: #006cb9;
  font-size: 17px;
  margin-right: 5px;
  font-weight: 700;
}

.is-accordion-active {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: #f2f8fc;
}
.is-accordion-active::after {
  content: none;
}

.is-accordion-open {
  padding: 12px 22px;
  line-height: normal;
  opacity: 1;
  border: 1px solid #e2e2e2;
  height: auto;
  min-height: auto;
}

.c-guide__tab {
  background: #ecf0f2;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  width: inherit;
  height: inherit;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-guide__tab {
    padding-top: 8px;
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 7px;
    line-height: 1.1;
  }
}
.c-guide__tab[aria-selected=true] {
  background-color: #fff;
}
.c-guide__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}
.c-guide__tab:hover {
  background-color: #58AFE2;
  color: #fff;
}

.c-guide__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1028px) {
  .c-guide__inner {
    width: calc(100% - 20px);
  }
}

.c-guide__tab-list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-guide__tab-list::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #ddd;
    z-index: -1;
  }
}

.c-guide__tab-item {
  max-width: 280px;
  width: 100%;
  height: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-guide__tab-item {
    height: 120px;
  }
}

.c-guide__tab-item + .c-guide__tab-item {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-guide__tab-item + .c-guide__tab-item {
    margin-left: 0.5rem;
  }
}

.c-guide__unit {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-guide__unit {
    padding: 0;
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
}
.c-guide__unit.is-hidden {
  display: none;
}
.c-guide__unit#panel2 .c-guide__img {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-guide__unit#panel2 .c-guide__img {
    margin-left: 0;
  }
}
.c-guide__unit#panel3 .c-guide__img {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .c-guide__unit#panel3 .c-guide__img {
    margin-left: 0;
  }
}

.c-guide__body {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-guide__body {
    flex-direction: column;
  }
}

.c-guide__heading-contents {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-guide__heading-contents {
    flex-direction: column;
  }
}
.c-guide__heading-contents img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-guide__heading-contents img {
    margin-right: 0;
  }
}

.c-guide__heading-contents__inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-guide__heading-contents__inner {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-guide__heading {
    margin-left: 10px;
  }
}

.c-guide__strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.c-guide__img {
  margin-left: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-guide__img {
    margin-left: 0;
    margin-top: 40px;
  }
}

.c-guide__desc {
  font-size: 16px;
  margin-top: 35px;
  line-height: 1.6;
}

.c-guide__note {
  background-color: #fceded;
  border-radius: 5px;
  padding: 20px 21px;
  margin-top: 40px;
}

.c-guide__note-txt + .c-guide__note-txt {
  margin-top: 14px;
}

.c-guide__note-txt {
  line-height: 1.5;
  color: #444444;
  font-size: 16px;
}
.c-guide__note-txt.-deco {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-guide__note-txt.-deco {
    text-indent: -2ch;
    margin-left: 2ch;
  }
}

.c-guide__note__link:not(:root) {
  color: #006ef8;
  text-decoration: underline;
}

.c-guide__flow {
  margin-top: 40px;
}

.c-guide__flow__list {
  display: flex;
  align-items: center;
  position: relative;
}
.c-guide__flow__list + .c-guide__flow__list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-guide__flow__list.-start {
    align-items: flex-start;
  }
}

.c-guide__note-icon {
  margin-right: 5px;
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .c-guide__note-icon {
    transform: translateY(0px);
  }
}

.c-guide__flow__desc {
  margin-left: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-guide__flow__desc {
    line-height: 1.35;
    color: #444444;
    font-size: 16px;
  }
}

.c-guide__flow__icon {
  border-radius: 100%;
  display: block;
  width: 40px;
}

.c-guide__flow__term {
  position: relative;
}
.c-guide__flow__term:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #4b91ca;
}
@media screen and (max-width: 767px) {
  .c-guide__flow__term {
    flex-shrink: 0;
  }
}
.c-guide__flow__term.-no-border::before {
  content: none;
}

.c-guide__flow {
  padding: 20px;
  background-color: #f7fdff;
  border-radius: 5px;
}

.c-guide__flow__txt {
  margin-top: 16px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-guide__flow__txt {
    margin-top: 20px;
    line-height: 1.875;
  }
}

.c-guide__label:not(:root) {
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #4b91ca;
  color: #fff;
  font-size: 16px;
  border-radius: 9999px;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-guide__label:not(:root) {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-guide__label:not(:root).-btn {
    max-width: 275px;
    width: 100%;
  }
}
.c-guide__label:not(:root).-sm {
  font-size: 14px;
  width: 62px;
  height: 22px;
  line-height: 22px;
  background-color: #d57f7f;
  font-weight: 400;
  margin-left: 5px;
}
@media screen and (min-width: 767px) {
  .c-guide__label:not(:root).-sm {
    margin-top: 1px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-guide__label:not(:root).-sm {
    margin-left: 0;
    margin-top: 10px;
    height: 16px;
    line-height: 17px;
    font-size: 13px;
    margin-top: auto;
  }
}
.c-guide__label:not(:root):hover {
  opacity: 0.6;
}

.c-guide__tab .c-guide__label:hover {
  opacity: 1;
}

.u-display-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}

.u-display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block;
  }
}

.c-txt-link:not(:root) {
  color: #006ef8;
}

.showroom-externalLink-arrow {
  display: inline-flex;
  align-items: center;
}
.showroom-externalLink-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 0.35em;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none' stroke='%230078ff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 9L9 1M9 1H3M9 1V7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-0.05em);
}

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

.l-container,
.l-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.l-container {
  width: calc(100% - 40px);
}

.l-container-sm {
  width: calc(100% - 20px);
}

.u-hidden {
  opacity: 0;
  visibility: hidden;
}

/* ========================================
  Margin
======================================== */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

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

.u-mb55 {
  margin-bottom: 55px !important;
}

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

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

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

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

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

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

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

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

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.showroom-detail__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  padding-inline: 60px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__wrapper {
    padding-top: 50px;
    padding-inline: 0;
  }
}

.showroom-detail__section {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__section {
    padding-inline: 20px;
  }
}

.showroom-detail__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3636363636;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .showroom-detail__en-link {
    text-align: right;
    padding-right: 20px;
  }
}

.showroom-detail__section-heading {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .showroom-detail__section-heading {
    text-align: center;
  }
}

.showroom-detail__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: 1fr auto;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__info-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.showroom-detail__map-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__map-button-wrapper {
    flex-direction: column;
  }
}

.showroom-detail__map-button {
  font-size: 14px;
  max-width: 120px;
  width: 100%;
  font-weight: 300;
  padding-block: 10px;
  background-color: #fff;
  color: #4b91ca !important;
  border: 1px solid #4b91ca;
  border-radius: 50px;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.showroom-detail__map-button:hover {
  background-color: #4b91ca;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .showroom-detail__map-button {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
}

.showroom-detail__annotation-grid-area {
  grid-area: 2/1/3/3;
}

.showroom-detail__annotation {
  background-color: #fceded;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__annotation {
    flex-direction: column;
    padding-inline: 20px;
  }
}

.showroom-detail__annotation-text {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.375;
}
.showroom-detail__annotation-text::before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-image: url(/showroom/img/annotation_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__annotation-text {
    align-items: flex-start;
  }
}

.showroom-detail__annotation-button {
  width: 160px;
  font-size: 14px;
  font-weight: 300;
  padding-block: 10px;
  background-color: #fff;
  color: #4b91ca !important;
  border: 1px solid #4b91ca;
  border-radius: 50px;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .showroom-detail__annotation-button {
    margin-top: 15px;
    max-width: 265px;
    width: 100%;
  }
}
.showroom-detail__annotation-button:hover {
  background-color: #4b91ca;
  color: #fff !important;
}

.showroom-detail__slider {
  margin-bottom: 70px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .showroom-detail__slider {
    margin-bottom: 40px;
  }
}

.p-intro__heading {
  text-align: center;
  font-size: 30px;
}

.p-intro__heading-en {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #444444;
  font-weight: 300;
}

.c-listInfoWrap {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .c-listInfo {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-listInfo__ttl {
    flex-direction: row-reverse;
  }
}

.c-listInfo__time {
  margin-right: 2.5rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-listInfo__time {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-listInfo__txt {
    max-width: 100%;
    margin-top: 5px;
  }
}

.c-table {
  font-size: 1.6rem;
}

.c-listInfo {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-listInfo:not(:last-child) {
    margin-bottom: 25px;
  }
}

.c-listInfo__icon {
  font-size: 1.1rem;
  padding: 3px 2px;
  border-radius: 0;
  width: 35px;
  margin-right: 1rem;
  background-color: #ce081b;
  font-weight: 600;
}

.u-noIcon {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .u-noIcon {
    padding-left: 0;
  }
}

.c-table {
  grid-area: 1/1/2/2;
}

.c-table--dotted tr:last-child {
  border: none;
}

.c-table--dotted th {
  padding: 2rem 0;
  width: 25.5%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-table--dotted th {
    width: 38.8059701493%;
  }
}

.c-table--dotted td {
  padding: 2rem 0;
  font-weight: 300;
}

.map_area {
  width: 300px;
  height: 300px;
  margin-top: 25px;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .map_area {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 20px;
  }
}

.c-heading {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.p-func__colWrap {
  padding: 60px 0 80px;
  margin-bottom: 0;
  margin-top: 80px !important;
}

.p-company__secContents {
  background-color: #fafafa;
}

.l-footer {
  margin-top: 0;
}

.p-guide {
  margin-top: 60px;
}

.c-icon {
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .c-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.c-icon.-online {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .c-icon.-online {
    margin-bottom: 5px;
  }
}
.c-icon.-free {
  margin-bottom: 10px;
}

.sample-tab__button {
  font-size: 18px;
  background: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.sample-tab__button[aria-selected=true] {
  font-weight: bold;
  border-bottom: 2px solid #304ffe;
}

.sample-tab__panel[aria-hidden=true] {
  display: none;
}
.sample-tab__panel[aria-hidden=false] {
  display: block;
}

.c-guide__recommend-txt {
  font-weight: 700;
  font-size: 16px;
  margin-top: 32px;
}

.c-guide__list {
  margin-top: 20px;
}

.c-guide__item {
  font-size: 16px;
}
.c-guide__item.-no-list-style::before {
  content: "　";
}
.c-guide__item::before {
  content: "・";
}
.c-guide__item + .c-guide__item {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .c-faq:not(:root) {
    margin-top: 80px;
  }
}
