<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

.campaign {
  width: 352px;
  height: auto;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
/* link用右向きarrow */
/* saison ヘッダー・フッター導入時調整用 */
main :not(footer *):not(nav *) {
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.625;
}

main :not(footer):not(nav) a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  display: block;
  color: #000000;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

main :not(footer):not(nav) a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

p main :not(footer):not(nav) a {
  display: inline-block;
}

main :not(footer):not(nav) button {
  border: none;
  cursor: pointer;
}

main :not(footer):not(nav) img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: bottom;
}

main :not(footer):not(nav) *, main :not(footer):not(nav) *::before, main :not(footer):not(nav) *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav *, footer * {
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

main .mv a, main .content-inner a, main .content-section a, main .button-block a {
  text-decoration: none;
}

/* Layout style
-----------------------------------------------------------*/
/*----- content -----*/
.content-inner {
  max-width: 798px;
  margin: 0 auto;
}

.content-inner .video img {
  width: 100%;
}

.content-inner .column-col-2 {
  margin-bottom: 16px;
}

.content-inner .column-col-2:nth-last-child(1),.content-inner .column-col-2:nth-last-child(2) {
  margin-bottom: 0;
}

* + .content-section {
  padding-top: 40px;
}

.content-header:not(.-simple) {
  z-index: -1;
  position: fixed;
  top: 65px;
  width: 100%;
  height: 100vh;
  padding: 50px 0 35px;
  text-align: center;
}

.carlife .content-header {
  background-color: #FFF5EA;
}

.bosai .content-header {
  background-color: #F2FBFF;
}

.content-header.-no-fixed {
  position: absolute;
}

.content-header.-simple {
  position: relative;
  padding: 50px 0;
}

.content-header.-simple + .content-panel {
  margin-top: 0;
}

.content-header-icon {
  width: 80px;
  margin: auto;
  margin-bottom: 5px;
}

.content-header-icon.-sm {
  width: 56px;
}

.content-header-icon.-xsm {
  width: 32px;
}

.content-header-heading {
  position: relative;
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
}

.content-panel {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 24px 24px 0 0;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

body:not(.top) .content-panel {
  margin-top: 230px;
  padding-top: 57px;
}

.content-header.-wide + .content-panel {
  margin-top: 275px;
}

.content-lead {
  font-size: 1.125rem;
  line-height: 1.55556;
}

.content-lead + *, .content-lead + .content-block, .content-lead.content-section {
  margin-top: 0;
  padding-top: 40px;
}

* + .content-block {
  margin-top: 40px;
}

.bg-carlife {
  background-color: #FFF5EA;
  padding-top: 40px;
}

.bg-carlife .heading {
  padding-top: 40px;
}

.bg-bosai {
  background-color: #F2FBFF;
  padding-top: 40px;
}

.bg-bosai .heading {
  padding-top: 40px;
}

.bg-wellness {
  background-color: #F0FFFD;
  padding-top: 40px;
}

.bg-wellness .heading {
  padding-top: 40px;
}

.bg-finance {
  background-color: #FFFBE8;
  padding-top: 40px;
}

.bg-finance .service-list {
  margin: 40px auto;
}

.bg-finance .service-list li {
  width: 100%;
  max-width: 130px;
}

.bg-finance .heading {
  padding-top: 40px;
}

/*----- column -----*/
.column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
  list-style: none;
}

.column.-sm {
  margin: -8px;
}

.column.-lg {
  margin: -15px;
}

.column.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column.-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column .column-col, .column .column-col-auto, .column .column-col-1, .column .column-col-2, .column .column-col-3, .column .column-col-4, .column .column-col-5, .column .column-col-6 {
  padding: 10px;
}

.column.-sm .column-col-1, .column.-sm .column-col-2, .column.-sm .column-col-3, .column.-sm .column-col-4, .column.-sm .column-col-5, .column.-sm .column-col-6 {
  padding: 8px;
}

.column.-lg .column-col-1, .column.-lg .column-col-2, .column.-lg .column-col-3, .column.-lg .column-col-4, .column.-lg .column-col-5, .column.-lg .column-col-6 {
  padding: 15px;
}

.column .column-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column .column-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.column .column-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column .column-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column .column-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column .column-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column .column-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.column .column-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/*----- banner -----*/
.banner-section {
  max-width: 670px;
  margin: 0 auto;
}

.banner-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.banner-list-item {
  max-width: 418px;
  border-radius: 8px;
}

.banner-list-item &gt; a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner-list-item &gt; a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
}

.banner-list-item &gt; a:hover::before {
  opacity: 1;
}

.banner-list-item &gt; a img {
  margin: 0 auto;
}

.banner-list-item.-comingsoon {
  position: relative;
  pointer-events: none;
}

.banner-list-item.-comingsoon a {
  position: relative;
  cursor: none;
  pointer-events: none;
}

.banner-list-item.-comingsoon::before {
  display: block;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(248, 248, 248, 0.8);
  content: '';
}

.banner-list-item.-comingsoon::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666666;
  font-size: 21px;
  line-height: calc(24/21);
  text-align: center;
  white-space: pre;
  content: 'Coming\ASoon';
}

.banner-list .slick-list {
  width: 100%;
}

.service-image {
  position: relative;
}

.card-button-label-top {
  -webkit-transform: translate(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 2px 10px;
  transform: translate(-50%);
  border-radius: 100px;
  background-color: #afafaf;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.33333;
  white-space: nowrap;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- card -----*/
.card, .card-button {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.card.-comingsoon, .card-button.-comingsoon {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.card.-comingsoon::after, .card-button.-comingsoon::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(248, 248, 248, 0.8);
  color: #666666;
  text-align: center;
  white-space: pre;
}

.card-title {
  min-height: 0%;
  font-weight: bold;
  text-align: center;
}

.card-title &gt; img {
  width: calc(100% + 24px * 2);
  max-width: none;
  margin-left: -24px;
}

.modal-panel .card-title &gt; img {
  width: 275px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.card-note {
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.41667;
}

.card-text-lead + *, .card-text-lead + .button-block, .card-text-lead + .description-list {
  margin-top: 30px;
}

.card-label {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  flex: none;
  padding: 18px 7px 24px 10px;
  font-size: 0.875rem;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.card-label:hover {
  opacity: 0.65;
}

.carlife .card-label {
  background-color: #FFF5EA;
  color: #EB8100;
}

.bosai .card-label {
  background-color: #F2FBFF;
  color: #428BB5;
}

.wellness .card-label {
  background-color: #F0FFFD;
  color: #03AB94;
}

.finance .card-label {
  background-color: #FFFBE8;
  color: #E3A600;
}

.card-label &gt; p {
  color: #000000;
}

.-campaigntag {
  position: relative;
}


.-campaigntag::before {
  position: absolute;
  content: url(https://d18f657670wm8u.cloudfront.net/benefits/images/campaigntag_sp.png?20230130);
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .-campaigntag::before {
    content: url(https://d18f657670wm8u.cloudfront.net/benefits/images/campaigntag_pc.png?20230130);
    right: 0;
    transform: translateX(0);
  }
}

.card &gt; * {
  min-height: 0%;
}

.card &gt; * + * {
  margin-top: 24px;
}

.card &gt; * + .card-note {
  margin-top: 8px;
}

.column .card {
  height: 100%;
}

.card-button {
  -webkit-transition: opacity 0.15s ease-in-out;
  height: 100%;
  padding: 10px 10px;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.card-button:hover {
  opacity: 0.65;
}

.card-button:not(.-anchor) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-button.is-current {
  background-color: #FFF5EA;
  cursor: default;
  pointer-events: none;
}

.card-button.-comingsoon:not(.-vertical):after {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45833;
  content: 'coming soon';
}

.card-button.-comingsoon.-vertical:after {
  font-size: 0.875rem;
  line-height: 1.14286;
  white-space: break-spaces;
  content: 'coming soon';
}

.card-button.-simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 15px;
  text-align: left;
}

.card-button.-simple .card-button-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.card-button.-simple &gt; .icon {
  width: 56px;
  height: 56px;
}

.card-button.-vertical {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 5px 12px;
}

.card-button.-vertical.-wide {
  min-height: 112px;
}

.card-button.-horizontal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 107px;
  padding: 14px 15px;
  text-align: left;
}

.card-button.-horizontal .card-button-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-item-align: start;
  flex: 1;
  align-self: flex-start;
  margin-left: 15px;
}

.card-button.-anchor {
  position: relative;
  padding: 0;
  text-align: left;
}

.card-button.-anchor .card-button-title {
  width: 83.33333%;
  padding: 7px 5px;
  text-align: center;
}

.card-button &gt; .icon {
  width: 50px;
  height: 50px;
}

.card-button &gt; .icon.-sm {
  width: 21px;
  height: 21px;
}

.card-button &gt; .icon.-lg {
  width: 64px;
  height: 64px;
}

.card-button &gt; .icon.-tri {
  -webkit-transform: translateY(-73%);
  position: absolute;
  top: 73%;
  right: 10px;
  width: 10.25641%;
  height: auto;
  transform: translateY(-73%);
}

.card-button-label {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  padding: 2px 8px;
  background-color: #f0f0f0;
  color: #333333;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.375;
}

.card-button-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44444;
}

.card-button-title.-sm {
  font-size: 0.875rem;
  line-height: 1.42857;
}

.card-button-title.-logo &gt; img {
  width: 100%;
  max-width: 123px;
  margin: 0 auto;
}

.-vertical .card-button-title {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  margin-top: 7px;
  text-align: center;
}

.-horizontal .card-button-title {
  font-size: 1rem;
  line-height: 1.5;
}

.card-button-title + .card-button-text {
  margin-top: 8px;
}

.card-button-text {
  font-size: 0.875rem;
  line-height: 1.57143;
}

.bg-molcars .video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.bg-wellness .service-list {
  max-width: 670px;
  margin: 30px auto;
}

.bg-molcars .video {
  text-align: center;
}

/*----- heading -----*/
.heading-lv2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42857;
  text-align: center;
}

.heading-lv2 + .heading-desc {
  font-weight: 600;
  text-align: center;
}

.heading-lv3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.45455;
  text-align: center;
}

.heading-lv3.-has-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.heading-lv3.-has-icon &gt; .icon {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  line-height: 32px;
}

.heading-lv3 + .heading-desc {
  font-weight: bold;
}

/*----- text -----*/
.text-lead {
  font-size: 1.125rem;
  line-height: 1.55556;
}

.text-link {
  display: inline;
  color: #004CB4 !important;
  word-break: break-all;
}

.u-link-box {
  position: relative;
  width: 220px;
  margin: 15px auto 0;
  padding-left: 15px;
}

.text-link:hover {
  text-decoration: underline;
}

.u-link {
  font-size: 14px;
  text-decoration: none;
}

main .content-section a.u-link:hover {
  text-decoration: underline;
}

.u-link::before {
  position: absolute;
  top: 6px;
  left: 5px;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background: url(https://d18f657670wm8u.cloudfront.net/asset/image/icn/bullet--orange.svg?20210517) 0 0/cover;
}

.text-break {
  display: inline;
  word-break: break-all;
}

.text-box + .text-box {
  margin-top: 30px;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4 {
  font-size: 1rem;
  font-weight: normal;
}

.text-box h1:first-child, .text-box h2:first-child, .text-box h3:first-child, .text-box h4:first-child {
  margin-top: 0;
}

.text-box h1 {
  margin-bottom: 30px;
}

.text-box h2, .text-box h3, .text-box h4 {
  margin-top: 30px;
}

.text-box h2 + h3 {
  margin-top: 0;
}

.text-box h3 + h4 {
  margin-top: 0;
}

.text-box .text + .text {
  margin-top: 1em;
}

.text-label {
  z-index: 0;
  position: relative;
  margin-top: 15px;
  padding: 0;
  border-radius: 8px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.text-label::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 0%;
  width: 100%;
  height: 68%;
  content: '';
}

#carlife .text-label::before {
  background-color: #FFF5EA;
}

#bosai .text-label::before {
  background: #F2FBFF;
}

.text-label &gt; span {
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.text-break:hover {
  text-decoration: underline;
}

.fc-orange {
  color: #EB8126;
}

.fc-blue {
  color: #428BB5;
}

.fc-green {
  color: #03AB94;
}

.fc-yellow {
  color: #E3A600;
}

/*----- button -----*/
.button-block {
  text-align: center;
}

.button-block {
  margin-top: 20px;
}

.button-block + .button-block {
  margin-top: 15px;
}

.text-box + .button-block {
  margin-top: 30px;
}

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.15s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 5px 40px;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}

.button:hover &gt; span {
  -webkit-transition: opacity 0.15s ease-in-out;
  opacity: 0.65;
  transition: opacity 0.15s ease-in-out;
}

.button:hover &gt; .icon {
  -webkit-transition: opacity 0.15s ease-in-out;
  opacity: 0.65;
  transition: opacity 0.15s ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button.-orange, .button.is-active {
  border: 1px solid #EB8100;
  background-color: #EB8100;
  color: #ffffff !important;
}

.button.-orange-hard {
  border: 1px solid #F15A24;
  background-color: #F15A24;
  color: #ffffff !important;
}
.button.-orange-hard span {
  color: #ffffff !important;
}

.button.-simple {
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
}

.button.is-disabled {
  border: 1px solid #DDDDDD;
  background-color: #DDDDDD;
  color: #666666;
  cursor: default;
  pointer-events: none;
}

.button.-arrow {
  position: relative;
}

.button.-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 10px;
  top: 42%;
  transform: rotate(45deg);
}

.button[target="_blank"] {
  position: relative;
}

.button[target="_blank"] &gt; .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.button.-green {
  width: 100%;
  background-color: #20CD00;
  color: #FFF;
}

.card .button {
  width: 100%;
}

.button_detail {
  font-size: 11px;
  margin-top: 10px;
}

/*----- slider -----*/
.slick-dots {
  bottom: 0;
  left: 0;
  height: 0;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 6px;
}

.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}

.slick-dots li button::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #EBEBEB;
  content: '';
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #666666;
  opacity: 1;
}

/*----- description -----*/
.description-list {
  margin: 24px 0;
}

.description-list.column {
  margin: 10px -10px 15px;
}

.description-list-item {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}

.description-list-item:last-child {
  border-bottom: 1px solid #cccccc;
}

.description-list-item.-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description-list-box {
  padding-bottom: 0 !important;
}

.description-term {
  margin-right: .3em;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
}

.description-list-box .description-term {
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}

.-row .description-term {
  margin-right: 0;
  padding-bottom: 0;
}

.description-desc {
  padding: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
}

.description-desc .text {
  font-size: 0.875rem;
  font-weight: normal;
}

.-row .description-desc {
  width: 100%;
}

.description-list-box .description-desc {
  margin: auto;
  padding-top: 15px;
}

.description-desc .text + .text {
  margin-top: 5px;
}

.description-desc + .description-desc {
  width: 100%;
  padding-top: 0;
}

/*----- modal -----*/
.modal-area {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
}

.modal-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
}

.modal-wrap {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: calc(var(--vh, 1vh) * 50);
  left: calc(var(--vw, 1vw) * 50);
  width: 90%;
  max-width: 327px;
  height: calc(var(--vh, 1vh) * 90);
  max-height: 544px;
  padding-top: 30px;
  padding-bottom: 18px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.modal-panel {
  max-height: 100%;
  padding: 0px 20px 10px 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-panel.-no-bottom-cont {
  padding-bottom: 10px;
}

.modal-panel.-no-bottom-cont .modal-bottom {
  display: none;
}

.modal-panel.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-panel .flex-wrapper {
  margin-top: 14px;
}

.modal-panel p.js-modal-close {
  color: #0057CE;
  font-size: 0.875rem;
  cursor: pointer;
}

.modal-close {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6C6C6C;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  border-radius: 2.5px;
  background: #ffffff;
  content: "";
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  border-radius: 0 0 8px 8px;
  background-color: #f0f0f0;
}

.modal-only {
  display: none;
}

.modal-wrap .modal-only {
  display: block;
}

.case-title {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-weight: 600;
}

.case-title::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFEB00;
  content: '';
}

.case-lead {
  font-size: 1.125rem;
  font-weight: bold;
}

/*----- faq -----*/
.faq-block {
  margin-top: 40px;
  padding: 0 !important;
}

.faq-item {
  border-top: 1px solid #cccccc;
}

.faq-q, .faq-a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.faq-q {
  position: relative;
  padding: 26px 63px 24px 48px;
  cursor: pointer;
}

.faq-q .text {
  font-weight: bold;
}

.faq-q::before, .faq-q::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: 0.15s ease-in-out;
  position: absolute;
  top: 36px;
  right: 31px;
  width: 2px;
  height: 16px;
  transform: rotate(90deg);
  border-radius: 2px;
  background-color: #666666;
  content: '';
  transition: 0.15s ease-in-out;
}

.faq-q::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.is-opened .faq-q::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq-a {
  display: none;
  padding: 26px 62px 24px 48px;
  background-color: #F8F8F8;
}

.faq-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.25rem;
}

.faq-q .faq-icon {
  background-color: #EB8100;
}

.faq-a .faq-icon {
  background-color: #428BB5;
}

.faq-icon + * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  padding-top: 5px;
}

/*----- box -----*/
.box {
  border-radius: 8px;
}

.box.scroll-y {
  padding-top: 16px;
  padding-bottom: 16px;
}

.box.scroll-y &gt; * {
  max-height: 230px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-y: auto;
}

/*----- box -----*/
.service-list {
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.service-list li {
  width: 46%;
  margin-bottom: 25px;
}

.service-list li &gt; p {
  margin-top: 13px;
  font-size: 11px;
  text-align: justify;
}

.service-list .service-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #FFF;
}

.service-list .service-image.comingsoon {
  position: relative;
}

.service-list .service-image.comingsoon::before {
  display: block;
  z-index: 97;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
}

.service-list .service-image.comingsoon::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5c5c5c;
  font-size: 12px;
  line-height: calc(15/12);
  text-align: center;
  white-space: pre;
  content: 'Coming\ASoon';
}

.service-list .service-image.comingsoon .icon figcaption {
  z-index: 98;
  position: relative;
  color: rgba(102, 102, 102, 0.63);
}

.service-list .icon {
  text-align: center;
}

.service-list .icon &gt; img {
  width: 53px;
  height: 53px;
  margin-top: 3px;
}

.service-list .icon img.icon_adjust {
  width: auto;
  height: auto;
}

.service-list .icon figcaption {
  margin-top: 5px;
  font-size: 12px;
  line-height: calc(14/11);
  text-align: center;
}

.service-guide-list li {
  margin-bottom: 32px;
}

.service-guide-list h4 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 50px;
  font-size: 1.125rem;
}

.service-guide-list h4 .num {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
}

.service-guide-list p.text {
  font-size: 1rem;
}

/* TOP style
-----------------------------------------------------------*/
.top-content {
  background-color: #ffffff;
}

.top-content-header {
  padding: 35px 0 28px;
  text-align: center;
}

.top-content-header-logo {
  max-width: 128px;
  margin: 0 auto;
}

.top-content-header-icon {
  min-height: 31px;
  margin-top: 10px;
}

.top-content-header-icon img {
  max-height: 31px;
  height: 100%;
  max-width: 31px;
}

.top-content-header-heading {
  font-size: 1.375rem;
  line-height: 1.45455;
}

.top-content-lead {
  font-size: 1.125rem;
  line-height: 1.55556;
}

.mv {
  text-align: center;
}

.mv .text {
  padding: 18px 0px 16px;
  background-color: #FDE2DD;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: calc(23/14);
}

.mv .text .underline_y {
  z-index: 10;
  position: relative;
}

.mv .text .underline_y::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFEB00;
  content: '';
}

.mv .img-wrapper {
  position: relative;
}

.mv .img-wrapper .mv-text {
  -webkit-transform: translate(-50%, -50%);
  z-index: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 227px;
  padding: 20px 18px;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  background-color: #FFF;
  color: #838383;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: calc(23/14);
}

.mv .img-wrapper .mv-text img {
  background-color: #FFF;
}

.mv .img-wrapper .mv-text &gt; p {
  color: #838383;
  line-height: 27px;
}

.button-block.fixed {
  -webkit-transition: all 1s;
  -webkit-transition-delay: 0s;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 25px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 1s;
  transition-delay: 0s;
}

.button-block.fixed span {
  color: #ffffff !important;
}

.button-block.fixed.hidden {
  visibility: hidden;
  opacity: 0;
}

.column {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column .column-col-2 {
  padding: 5px;
}

.column .column-col-2.bosai img {
  width: 40px;
}

.column .card-label {
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
}

.heading {
  margin-bottom: 18px;
  text-align: center;
}

.heading .heading-num {
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .content-service_card .content-inner {
    max-width: 1000px;
  }
  .content-section .content-section_header,
  .content-section &gt; .item-text {
    max-width: 1000px;
    margin: 0 auto 40px !important;
  }
}

/* content-app */

.kv .img-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .kv .img-wrapper img {
    max-width: 2400px;
    width: 100%;
  }
}

/* content-app */

.content-app .content-app_title {
  text-align: center;
  margin: 50px auto 10px;
}

.content-app .content-app_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.content-app .content-app_link a:first-child{
  margin-right: 15px;

}

.content-app .content-app_text {
  text-align: center;
  margin-bottom: 10px;
}

.content-app .content-app_text .i-asterisk{
  margin-left: -6px;
}

.content-app .content-app_text .content-aside {
  font-size: 10px;
  margin-top: 10px;
}

.content-app .content-app_bn {
  margin-top: 20px;
}

.content-app .content-app_bn img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* content-signup */

.content-signup_link {
  margin: 30px auto 20px;
}

.content-signup_button {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 19.5px 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 70px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.content-signup_button + .content-signup_button {
  margin-top: 15px;
}

.content-signup_button span {
  font-size: 14px;
}

.content-signup_button.bg-yellow {
  background: #F07328;
  color: #fff;
  border: solid 1px #F07328;
}

.content-signup_button:hover {
  opacity: .8;
}

.content-signup_button.bg-yellow span {
  color: #fff;
}


.content-signup_button.bg-White {
  background: #fff;
  color: #F07328;
  border: solid 1px #F07328;
}

.content-signup_button.bg-White span {
  color: #F07328;
}

/* content-section */

.content-section#carlife {
  background: #FCF3EA;
  padding-top: 0;
  margin-top: 40px;
}

.content-section#bosai {
  background: #EEF6FF;
  padding-top: 0;
  padding-bottom: 40px;
}

.content-section#wellness {
  background: #ECF6EE;
  padding-top: 0;
  padding-bottom: 40px;
}

.content-section#finance {
  background: #FFFDF1;
  padding-top: 0;
  padding-bottom: 40px;
}

/* bosai-btn */
.content-section.bosai-btn {
  padding-top: 40px;
}

.content-bosai_link {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.content-bosai_btn {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  max-width: 324px;
  min-height: 48px;
  padding: 11px 28px 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 70px;
  color: #fff;
}

.bg-blue {
  background: #598FCF;
}

.img-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {

  .content-signup_link {
    display: flex;
    justify-content: center;
  }

  .content-signup_link .content-signup_button:last-child {
    margin-left: 20px;
  }

  .content-signup_button + .content-signup_button {
    margin-top: 0;
  }

  .content-app .content-app_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .content-app .content-app_link img:first-child {
    margin-right: 15px;
  }

  .content-app .content-app_link .content-app_qr {
    display: flex;
    justify-content: center;
  }

  .content-app .content-app_link .content-app_qr div{
    margin: 10px 21px 30px;
  }

  .content-app .content-app_link .content-app_qr .content-text {
    font-size: 18px;
    font-weight: bold;
    color: #F07328;
    text-align: center;
    margin-bottom: 10px;
  }

  .content-app .content-app_link .content-app_qr img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }

  .content-app .content-app_link .content-app_qr .store-link {
    margin: 0 auto;
  }

  .content-app .content-app_link .content-app_qr div:last-child .store-link {
    margin-top: 7px;
    margin-bottom: 5px;
  }

  .content-app .content-app_link .content-app_qr .store-img {
    width: 156px;
    height: auto;
  }

  .content-section#carlife {
    padding: 80px 10px 40px;
  }

  .content-section#bosai {
    padding: 80px 10px 40px;
  }

  .content-section#wellness {
    padding: 80px 10px 40px;
  }

  .content-section#finance {
    padding: 80px 10px 40px;
  }
}

.content-section_header {
  padding: 14px 16px;
  display: block;
  position: relative;
}

.content-section_header::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
}

#carlife .content-section_header::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 51.28px);
  background-position: center center;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_title_01.png?20230426);
  background-size: cover;
  width: 91px;
  height: 82.16px;
}

#bosai .content-section_header::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 51.28px);
  background-position: center center;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_title_02.png?20230426);
  background-size: cover;
  width: 101px;
  height: 90.22px;
}

#wellness .content-section_header::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 51px);
  right: 0;
  background-position: center center;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_title_03.png?20230426);
  background-size: cover;
  width: 108px;
  height: 82px;
}

#finance .content-section_header::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 51.28px);
  background-position: center center;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_title_04.png?20230426);
  background-size: cover;
  width: 91px;
  height: 82.16px;
}

.content-section &gt; .item-text {
  display: block;
  margin: 0 15px 0;
}

.content-section_header {
  margin-bottom: 20px;
}

.content-section_header p {
  font-size: 12px;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .content-section_header p br {
    display: none;
  }
  .content-section_header::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 160px;
  }
  #carlife .content-section_header::before {
    bottom: calc(50% - 41.28px);
  }

  #bosai .content-section_header::before {
    bottom: calc(50% - 43.28px);
    width: 91px;
    height: 90.22px;
  }

  #wellness .content-section_header::before {
    right: 140px;
    bottom: calc(50% - 43px);
  }

  #finance .content-section_header::before {
    bottom: calc(50% - 41.28px);
  }
}

.content-section_header h2,.content-section_header p {
  color: #fff;
  text-align: left;
}

.content-section_header h2 {
  font-size: 26px;
}

#carlife .content-section_header {
  background: #E3872F;
}

#bosai .content-section_header {
  background: #588FCF;
}

#wellness .content-section_header {
  background: #44A659;
}

#finance .content-section_header {
  background: #D6B920;
}

.content-section_in-header .title-sub{
  width: 238px;
  margin: 0 auto;
  display: block;
  position: relative;
  font-weight: bold;
}

.content-section_in-header .heading-lv3 {
  font-size: 24px;
}

.content-section_in-header .title-sub::before,
.content-section_in-header .title-sub::after {
  content: "";
  position: absolute;
  top: calc(50% - 6.975px);
  background-position: center center;
  background-size: cover;
  width: 20.05px;
  height: 13.95px;
}

.content-section_in-header .title-sub::before {
  left: 0;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/i_emphasisline_left.png?20230426);
  background-size: cover;
}

.content-section_in-header .title-sub::after {
  right: 0;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/i_emphasisline_right.png?20230426);
  background-size: cover;
}

.content-section_in-header p,.content-section_in-header h3 {
  text-align: center;
}

.content-section .content-section_in-header {
  margin: 20px 0 22px;
}

.content-section_modal + .content-section_in-header {
  margin-top: 40px;
}

.content-section_in-header h3 {
  text-align: center;
  margin: 0;
}

.content-section_service .service-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #D9D9D9;
  margin: 0 15px;
}

.content-section_service .service-item.icon {
  position: relative;
}

.content-section_service .service-item.icon::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5px;
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_conthead.png?20230426);
  background-position: center center;
  background-size: cover;
  width: 75px;
  height: 66.7px;
}

.content-section_service .service-item:not(:last-child) {
  margin-bottom: 10px;
}

.content-section_service .service-item .service-item-image {
  width: calc( 40% - 10px);
  margin-right: 10px;
}

.content-section_service .service-item .service-item-image img {
  width: 100%;
  height: auto;
}

.content-section_service .service-item .service-item-caption {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .content-section_service .service-item .service-item-image {
    width: 30%;
  }

  .content-section_service .service-item .service-item-caption {
    width: 65%;
  }

  .content-section_service .service-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.content-section_service .service-item .service-item-caption .service-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.content-section_service .service-item .service-item-caption .service-pick {
  padding:0 0 10px;
}

.content-section_service .service-item .service-item-caption .service-pick li {
  font-size: 16px;
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}

.content-section_service .service-item .service-item-caption .service-pick li:not(:last-child) {
  margin-bottom: 8px;
}

.content-section_service .service-item .service-item-caption .service-pick li:before {
  content: "・";
}

.content-section_service .service-item .service-item-video {
  width: 100%;
}

.content-section_service .service-item .service-item-video .service-title{
  color: #03AB94;
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}

.content-section_service .service-item .service-item-video iframe{
  width: 100%;
  aspect-ratio: 16/9;
}

.content-section_modal .modal-title {
  width: 100%;
  padding: 20px 0px;
  font-weight: bold;
  text-align: center;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
  margin: 50px auto 10px;
}

.dli-chevron {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-left: 10px;
  box-sizing: border-box;
  transform: translateY(-6px) rotate(135deg);
}

.is-opened .dli-chevron {
  transform: translateY(0px) rotate(-45deg);
}

.content-section_modal .modal-items {
  margin-top: 40px;
}

.content-section_modal .modal-item {
  display: flex;
  background: #fff;
  margin: 0 15px;
  padding: 10px;
  border-radius: 5px;
}

.content-section_modal .modal-item:not(:last-child) {
  margin-bottom: 10px;
}

.content-section_modal .modal-item .modal-item-image {
  width: calc(24% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px;
  margin-right: 5px;
}

.content-section_modal .modal-item .modal-item-caption {
  width: 76%;
}

.content-section_modal .modal-item .modal-item-title {
  font-weight: bold;
}

.content-section_modal .modal-item .modal-item-title .-sm,
.content-section_modal .modal-item .modal-item-text.-sm {
  font-size: 12px;
}

.content-section.video {
  margin: 0 15px;
  padding: 0;
}

.content-section.video .responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 768px) {

  .content-section_service .service-item {
    margin: 0 10px 0 0;
  }

  .content-section_service .service-item:last-child {
    margin: 0;
  }

  .content-section_service .service-item.-min .service-item-image {
    width: 40%;
  }

  .content-section_service .service-item.-min .service-item-caption {
    width: 50%;
    margin-right: 10px;
  }

  .content-section_service .service-item.-wide .service-item-image {
    width: 19%;
  }

  .content-section_service .service-item.-wide .service-item-caption {
    width: calc( 27% - 10px);
    margin-right: 10px;
  }

  .content-section_service .service-item.-wide .service-item-video {
    width: 51%;
  }

  .service-item-video .responsive {
    width: 80%;
    margin: 0 10%;
  }

  .content-section_modal {
    max-width: 1000px;
    margin: 0 auto;
  }

  .content-section_modal .modal-items {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .content-section_modal .modal-item {
    width: calc(100% / 3 - 9px);
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0 5px 0 5px;
    padding: 14.5px 10px;
    border-radius: 5px;
  }

  .content-section_modal .modal-items.-wide .modal-item {
    width: calc(100% / 2 - 20px);
  }

  .content-section_modal .modal-item:last-child {
    margin-bottom: 10px !important;
  }
  .content-section_modal .modal-item .modal-item-caption {
    width: 80%;
  }
  .content-section_modal .modal-item:nth-child(3n) {
    margin-right: 0;
  }
  .content-section_service .service-items {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .content-section_service .service-items .service-item.mh-200 {
    max-height: 200px;
  }

  .content-section_modal .modal-title {
    width: 100%;
    padding: 20px 0px;
    font-weight: bold;
    text-align: center;
    height: 62px;
    background: none;
    box-shadow: none;
    margin: 50px auto 20px;
    pointer-events: none;
  }
  .content-section_service .service-item {
    width: calc( 100% / 2);
  }

  .content-section_service .service-item .-max-180px {
    max-height: 180px;
  }

  .dli-chevron {
    display: none;
  }
  .content-section_modal .js-toggle-content {
    display: block !important;
  }
  .content-section.video .responsive {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* content-top */

.content-top {
  margin-top: 47px;
  text-align: center;
}

.content-top .content-text {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}

.content-top .content-text img {
  vertical-align: middle;
  margin: 0 5px;
}

/* content-service_nav */

.content-service_nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-service_nav img {
  width: 100%;
  object-fit: cover;
}

.content-service_nav .service-title {
  display: flex;
  justify-content: center;
  margin: 20px auto 10px;
}

.content-service_nav .-slash {
  position: relative;
  display: inline-block;
  margin: 20px auto 10px;
  padding: 0 20px;
}

.content-service_nav .-slash:before,
.content-service_nav .-slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: black;
}

.content-service_nav .-slash:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.content-service_nav .-slash:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.content-service_slider .cald-item {
  width: 100%;
  height: 427.81px;
  margin: 20px 15px 20px;
}

.content-service_slider .cald-item a {
  text-decoration: none;
  width: 100%;
  height: 427.81px;
  padding: 20px 15px 51px;
  margin-top: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-service_slider .cald-item a:hover {
  opacity: .8;
}

.content-service_slider .cald-item.-carlife {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_card_bg_01.jpg?20230426);/*後で画像加工し直す*/
}

.content-service_slider .cald-item.-bosai {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_card_bg_02.jpg?20230426);
}

.content-service_slider .cald-item.-wellness {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_card_bg_03.jpg?20230426);
}

.content-service_slider .cald-item.-finance {
  background: url(https://d18f657670wm8u.cloudfront.net/benefits/images/img_card_bg_04.jpg?20230426);
}

.content-service_slider .cald-item figure {
  position: relative;
}

.content-service_slider .cald-item figure::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 16px 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  transform: rotate(15deg);
  z-index: 10;
}

.content-service_slider .cald-item.-carlife figure::before {
  content:"カー\Aライフ" ;
  background: #F8A23E;
}

.content-service_slider .cald-item.-bosai figure::before {
  content: "防災";
  background: #428BB5;
  padding: 0;
  line-height: 80px;
}

.content-service_slider .cald-item.-wellness figure::before {
  content: "ウェル\Aネス";
  background: #03AB94;
}

.content-service_slider .cald-item.-finance figure::before {
  content: "ファイ\Aナンス";
  background: #E3A600;
}

.content-service_slider .cald-item:last-child {
  margin-right: 0;
}

.content-service_slider .cald-item-title {
  font-size: 16px;
  line-height: 28px;
  margin: 13px 0;
}

.content-service_slider .cald-item-title em {
  font-size: 22px;
}

.content-service_slider .cald-item-list {
  font-size: 13px;
  line-height: 16px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 12px 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.content-service_slider .cald-item-list li:before {
  content: "・";
}

.dli-chevron-down {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: calc( 50% - 18px);
}
.dli-chevron-down img {
  width: 36px;
  height: auto;
}

@media screen and (min-width: 460px) {
  .content-service_slider .cald-item {
    height: 100%;
    min-height: 520px;
  }

  .content-service_slider .cald-item a {
    height: 100%;
    min-height: 520px;
  }
}

@media screen and (min-width: 768px) {
  .content-service_nav .content-service_slider {
    display: flex;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .content-service_slider .cald-item {
    height: 100%;
    min-height: 392.92px;
  }

  .content-service_slider .cald-item a {
    height: 100%;
    min-height: 392.92px;
  }
}

/* content-guidance */

.content-guidance .content-guidance_header h3 {
  font-size: 32px;
  text-align: center;
}

.content-guidance .content-guidance_title {
  border-left: 6px solid #EB8100;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
  margin: 40px 0 14px;
}

.content-guidance_procedure .guidance-aside {
  margin: 12px 0 0;
}

.content-guidance .guidance-aside li {
  font-size: 12px;
  line-height: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.content-guidance .guidance-aside li::before {
  content: "※";
}

.content-guidance .content-guidance_procedure .guidance-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-guidance .content-guidance_procedure .guidance-button.-mt-20 {
  margin-top: 20px;
}

.content-guidance .guidance-button a:first-child {
  margin-right: 15px;
}

.content-guidance .guidance-link {
  margin-top: 10px;
  margin-bottom: 20px;
}


.content-guidance .guidance-step-title {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 18px;
}

.content-guidance .guidance-step-title::before {
  content: "1";
  position: absolute;
  left: 0;
  display: block;
  font-size: 20px;
  color: #F07328;
  background: #FFE8DA;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.content-guidance .guidance-step-title.-no-1::before {
  content: "1";
}

.content-guidance .guidance-step-title.-no-2::before {
  content: "2";
}

.content-guidance .guidance-step-title.-no-3::before {
  content: "3";
}

.content-guidance .guidance-step-text {
  font-size: 15px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .content-guidance_procedure .content-guidance_flex {
    display: flex;
    flex-wrap: wrap;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-text {
    width: calc( 40% - 40px );
    margin-right: 30px;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-button.pc {
    width: 60%;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-button.pc .content-app_qr {
    display: flex;
  }

  .content-guidance .content-guidance_title {

    margin: 40px 0 30px;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-button.pc .content-app_qr img {
    width: 140px;
    height: 140px;
    margin-left: 10px;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-button.pc .content-app_qr .content-text {
    min-width: 140px;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-button.pc .content-app_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .content-guidance_procedure .content-guidance_flex .guidance-button.pc .content-app_item:first-child {
      margin-right: 20px;
    }

  .content-guidance_procedure .content-guidance_flex .guidance-link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  .content-guidance_procedure .content-guidance_flex .guidance-link .content-signup_button{
    width: 350px;
  }

  #service-guide.content-guidance .content-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .content-guidance_list {
    display: flex;
  }
  .content-guidance_item {
    width: calc(100% / 3);
  }
  .content-guidance_item:not(:last-child) {
    margin-right: 40px;
  }

  .content-guidance_procedure .guidance-aside.-pc-flex {
    display: flex;
  }
}

/* our-service */

#our-service .img-wrapper {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

#our-service .section.-comingsoon {
  position: relative;
}

#our-service .section.-comingsoon::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 108, 108, 0.54);
  content: '';
}

#our-service .section.-comingsoon::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 32px;
  line-height: calc(46/32);
  text-align: center;
  white-space: pre;
  content: 'Coming Soon';
}

#our-service .section.-comingsoon .flex-wrapper .text-box {
  display: none;
}

#our-service .section.-comingsoon .flex-wrapper + .content-inner {
  display: none;
}

#service-guide .text-lead &gt; p {
  font-size: 0.875rem;
  line-height: 24.889px;
}

/* content-fixed */

.content-fixed {
  display: block;
  background: #F07328;
  width: 100%;
  height: 103px;
  position: fixed;
  bottom: 0;
  padding: 6px 9px 9px;
  box-sizing: border-box;
  z-index: 1000;
}

.content-fixed .text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}

.content-fixed .content-fixed_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-fixed_btn {
  width: calc(100% / 2 - 4.5px);
  display: block;
  text-decoration: none;
  padding: 10px 32px;
  margin-right: 9px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #F07328;
  border-radius: 5px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
}
.content-fixed_btn:last-child {
  margin-right: 0;
}

.content-gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 65px;
  height: 65px;
  position: fixed;
  right: 10px;
  bottom: 130px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.content-gotop .content-gotop_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
}

.content-gotop .content-gotop_icon {
  width: 25px;
}

/* button-block */

#service-guide .button-block#mypage-btn-nonfixed .button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#service-guide .button-block#mypage-btn-nonfixed span {
  display: block;
  color: #ffffff !important;
  font-weight: bold;
  line-height: 24px;
}

#service-guide .button-block#mypage-btn-nonfixed span:first-of-type {
  font-size: 0.75rem;
  line-height: calc(22/12);
}

#service-guide .button-block#mypage-btn-nonfixed span:last-of-type {
  margin-top: -7px;
}

#service-guide .service-guide-list .img-wrapper .bg-gray {
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

#service-guide .service-guide-list li:nth-child(3) .bg-gray {
  padding: 12px 24px 6px;
}

#service-guide .service-guide-list li:nth-child(3) img {
  width: 306px;
}

.faq-block {
  width: auto !important;
  padding: 0 20px;
}

.supplement-text {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .faq-block {
    max-width: 1000px;
    margin: 0 auto;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

#our-service #carlife .service-list li:nth-child(1) .icon {
  margin-left: -2px;
}

#our-service #carlife .service-list li:nth-child(2) .icon {
  margin-top: -4px;
}

#our-service #carlife .service-list li:nth-child(2) .icon figcaption {
  margin-top: 8px;
}

#our-service #carlife .service-list li:nth-child(3) .icon {
  margin-top: -4px;
  margin-left: 4px;
}

#our-service #carlife .service-list li:nth-child(3) .icon figcaption {
  margin-top: 9px;
}

#our-service #carlife .service-list li:nth-child(4) .icon figcaption {
  margin-top: 7px;
}

#our-service #carlife .service-list li:nth-child(5) .icon {
  margin-top: -7px;
  margin-left: -1px;
}

#our-service #carlife .service-list li:nth-child(6) .icon {
  margin-top: -7px;
  margin-left: 4px;
}

#our-service #carlife .service-list li:nth-child(6) .icon figcaption {
  margin-top: 11px;
}

#our-service #carlife .service-list li:nth-child(7) .icon {
  margin-top: 0px;
  margin-left: 4px;
}

#our-service #carlife .service-list li:nth-child(7) .icon figcaption {
  margin-top: 2px;
  line-height: calc(14/11);
}

#our-service #carlife .service-list li:nth-child(8) .icon {
  margin-top: -6px;
  margin-left: -1px;
}

#our-service #carlife .service-list li:nth-child(8) .icon figcaption {
  margin-top: 8px;
}

#our-service #carlife .service-list li:nth-child(9) .icon {
  margin-top: -6px;
}

#our-service #carlife .service-list li:nth-child(9) .icon figcaption {
  margin-top: 8px;
}

#our-service #bosai .service-list figcaption {
  font-size: 11px;
}

#our-service #bosai .service-list li:nth-child(1) .icon {
  margin-top: -15px;
  margin-left: -2px;
}

#our-service #bosai .service-list li:nth-child(1) .icon figcaption {
  margin-top: 8px;
}

#our-service #bosai .service-list li:nth-child(2) .icon {
  margin-top: -17px;
}

#our-service #bosai .service-list li:nth-child(2) .icon figcaption {
  margin-top: 0px;
}

#our-service #bosai .service-list li:nth-child(3) .icon {
  margin-top: -20px;
}

#our-service #bosai .service-list li:nth-child(3) .icon figcaption {
  margin-top: 6px;
}

#our-service #bosai .service-list li:nth-child(4) .icon {
  margin-top: -20px;
  margin-left: 5px;
}

#our-service #bosai .service-list li:nth-child(4) .icon figcaption {
  margin-top: 7px;
}

#our-service #bosai .service-list li:nth-child(5) .icon {
  margin-top: -21px;
}

#our-service #bosai .service-list li:nth-child(6) .icon {
  margin-top: -13px;
  margin-left: 4px;
}

#our-service #bosai .service-list li:nth-child(6) .icon figcaption {
  margin-top: 0;
}

#our-service #bosai .service-list li:nth-child(7) .icon {
  margin-top: -16px;
  margin-left: 4px;
}

#our-service #bosai .service-list li:nth-child(7) .icon figcaption {
  margin-top: 2px;
}

#our-service #bosai .service-list li:nth-child(8) .icon {
  margin-top: -15px;
  margin-left: -2px;
}

#our-service #bosai .service-list li:nth-child(8) .icon figcaption {
  margin-top: 1px;
}

#our-service #bosai .service-list li:nth-child(9) .icon {
  margin-top: -18px;
}

#our-service #bosai .service-list li:nth-child(9) .icon figcaption {
  margin-top: 1px;
}

/* Utility
-----------------------------------------------------------*/
.bg-gray {
  background-color: #F8F8F8;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 0.875rem !important;
}

.fs-md {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xl {
  font-size: 1.375rem !important;
}

.fs-xxl {
  font-size: 1.375rem !important;
}

/* width(px) 5-200 */

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pt-205 {
  padding-top: 205px !important;
}

.pb-205 {
  padding-bottom: 205px !important;
}

.pl-205 {
  padding-left: 205px !important;
}

.pr-205 {
  padding-right: 205px !important;
}

.pt-210 {
  padding-top: 210px !important;
}

.pb-210 {
  padding-bottom: 210px !important;
}

.pl-210 {
  padding-left: 210px !important;
}

.pr-210 {
  padding-right: 210px !important;
}

.pt-215 {
  padding-top: 215px !important;
}

.pb-215 {
  padding-bottom: 215px !important;
}

.pl-215 {
  padding-left: 215px !important;
}

.pr-215 {
  padding-right: 215px !important;
}

.pt-220 {
  padding-top: 220px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.pl-220 {
  padding-left: 220px !important;
}

.pr-220 {
  padding-right: 220px !important;
}

.pt-225 {
  padding-top: 225px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.pl-225 {
  padding-left: 225px !important;
}

.pr-225 {
  padding-right: 225px !important;
}

.pt-230 {
  padding-top: 230px !important;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.pl-230 {
  padding-left: 230px !important;
}

.pr-230 {
  padding-right: 230px !important;
}

.pt-235 {
  padding-top: 235px !important;
}

.pb-235 {
  padding-bottom: 235px !important;
}

.pl-235 {
  padding-left: 235px !important;
}

.pr-235 {
  padding-right: 235px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.pl-240 {
  padding-left: 240px !important;
}

.pr-240 {
  padding-right: 240px !important;
}

.pt-245 {
  padding-top: 245px !important;
}

.pb-245 {
  padding-bottom: 245px !important;
}

.pl-245 {
  padding-left: 245px !important;
}

.pr-245 {
  padding-right: 245px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-250 {
  padding-left: 250px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* line-height */
.lh-13 {
  line-height: 1.3 !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* position */
.p-relative {
  position: relative !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.65;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (min-width: 768px) {
  .content-top .content-text {
    font-size: 16px;
  }

  li.column-col-2.bosai {
    padding-bottom: 16px;
    padding-left: 16px;
    margin: 0;
  }

  li.column-col-2.carlife {
    padding-bottom: 16px;
    padding-right: 16px;
    margin: 0;
  }

  li.column-col-2.wellness {
    padding-right: 16px;
  }

  li.column-col-2.finance {
    padding-left: 16px;
  }

  #carlife .heading {
    padding-bottom: 59px;
  }

  #bosai .heading {
    padding-bottom: 59px;
  }

  #wellness .heading {
    padding-bottom: 59px;
  }

  #finance .heading {
    padding-bottom: 59px;
  }

  .bg-molcars .heading-img {
    margin-bottom: 11px;
  }

  .content-inner {
    padding: 0 24px;
  }
  * + .content-section {
    padding-top: 85px;
  }
  .content-panel {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
  .column.-lg {
    margin: -8px;
  }
  .column.-lg .column-col-1, .column.-lg .column-col-2, .column.-lg .column-col-3, .column.-lg .column-col-4, .column.-lg .column-col-5, .column.-lg .column-col-6 {
    padding: 8px;
  }
  .banner-list-item:nth-child(n + 2) {
    margin-left: 20px;
  }
  .banner-list-item {
    width: 327px;
  }
/* DOM削除 */

  .banner-section .column.pc .column-col-2 {
    -webkit-transition: opacity 0.15s ease-in-out;
    position: relative;
    padding: 15px;
    transition: opacity 0.15s ease-in-out;
  }
  .banner-section .column.pc .column-col-2:hover {
    opacity: 0.65;
  }
  .banner-section .column.pc .column-col-2 .case-title,
  .banner-section .column.pc .column-col-2 .case-lead {
    z-index: 100;
    position: absolute;
    left: 30px;
    color: #FFF;
  }
  .banner-section .column.pc .column-col-2 .case-title {
    bottom: 64px;
    font-size: 1.125rem;
  }
  .banner-section .column.pc .column-col-2 .case-lead {
    bottom: 30px;
    font-size: 1rem;
    font-weight: normal;
  }
  .card:not(.modal-panel) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .card:not(.modal-panel) &gt; .description-list {
    margin-bottom: 0;
  }
  .card:not(.modal-panel) &gt; .description-list:not(.align-normal) {
    margin-top: auto;
    padding-top: 24px;
  }
  .card-text-lead {
    height: 180px;
  }
  .modal-panel .card-text-lead {
    height: auto;
  }
  .text-label {
    padding: 3px 15px;
  }
  .button-block .button {
    min-width: 260px;
  }
  .button.-md {
    min-width: 327px;
  }
  .button.-green {
    display: none;
  }
  .modal-wrap {
    max-width: 750px;
    max-height: 430px;
    padding: 30px 40px;
  }
  .modal-wrap .case-lead {
    margin-top: 10px !important;
  }
  .modal-wrap .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .modal-wrap .flex-wrapper .img-wrapper {
    width: 48%;
    max-width: 318px;
  }
  .modal-wrap .flex-wrapper .card-text-lead {
    width: 48%;
  }
  .service-list li {
    width: 20%;
    max-width: 120px;
    margin-bottom: 24px;
  }
  .service-list li:not(:first-of-type) {
    margin-left: 35px;
  }

  .bg-finance .service-list li:last-child {
    margin-right: 0;
  }

  ul.service-list.column-col-4 li:last-child {
    margin-right: 0;
}

  .service-list li:last-child {
    margin-right: 50px;
  }
  .service-list li &gt; p {
    font-size: 0.75rem;
  }
  .mv .text {
    font-size: 1.125rem;
  }
  .mv + .content-inner {
    padding: 0;
  }
  .mv + .content-inner ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mv + .content-inner ul li {
    max-width: 359px;
  }
  .mv + .content-inner ul li h4 {
    font-size: 1.375rem;
  }
  .mv + .content-inner ul li h4 + p {
    font-size: 1.125rem;
  }
  .mv + .content-inner .carlife img {
    width: 47px;
  }
  .mv + .content-inner .bosai img {
    width: 60px;
  }
  .mv .img-wrapper .mv-text {
    padding: 33px 50px;
    font-size: 1rem;
    line-height: calc(27/16);
  }
  .mv .img-wrapper .mv-text img {
    margin-bottom: 15px;
  }
  .button-block.fixed a.button {
    min-width: 100%;
  }
  .content-section .section {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #our-service .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #our-service .flex-wrapper .img-wrapper {
    width: 358px;
  }
  #our-service .flex-wrapper .text-box {
    width: 359px;
  }
  #service-guide .content-inner {
    max-width: 718px;
  }
  #service-guide .service-guide-list li:nth-child(1) .column:nth-child(2) p.text {
    margin-top: 0;
  }
  #service-guide .service-guide-list li:nth-child(1) .column:nth-child(2) .column-col-2:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #service-guide .service-guide-list li {
    margin-bottom: 48px;
  }
  #service-guide .service-guide-list .column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #service-guide .service-guide-list .img-wrapper + .column-col-2 {
    max-width: 290px;
  }
  #service-guide .service-guide-list .bg-gray {
    padding-left: 28px;
  }

  /* bg-molcars(DOM削除) */

  .bg-molcars .heading-lv2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .heading .heading-lv2 {
    font-size: 1.875rem;
  }
  .heading .heading-desc {
    font-size: 1.125rem;
  }
  .banner-section .column .column-col-2.-comingsoon {
    pointer-events: none;
  }
  .banner-section .column .column-col-2.-comingsoon a {
    position: relative;
    cursor: none;
    pointer-events: none;
  }
  .banner-section .column .column-col-2.-comingsoon a::before {
    display: block;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.8);
    content: '';
  }
  .banner-section .column .column-col-2.-comingsoon a::after {
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666666;
    font-size: 21px;
    line-height: calc(24/21);
    text-align: center;
    white-space: pre;
    content: 'Coming\ASoon';
  }
  #our-service .heading {
    margin-bottom: 30px;
    margin: 0 20px;
  }
  #our-service #bosai .service-list li:nth-child(4) .icon img {
    width: 43px;
  }
  .banner-section .heading {
    margin-bottom: 40px;
  }
  .bg-finance .service-list {
    max-width: 325px;
  }
  .column .card-label .top-content-header-icon img {
    width: 47px;
  }
  .column .card-label h4.card-button-title {
    font-size: 1.375rem;
  }
  .column .card-label h4.card-button-title + p {
    font-size: 1.125rem;
  }
  .h-5-pc {
    height: 5px !important;
  }
  .h-10-pc {
    height: 10px !important;
  }
  .h-15-pc {
    height: 15px !important;
  }
  .h-20-pc {
    height: 20px !important;
  }
  .h-25-pc {
    height: 25px !important;
  }
  .h-30-pc {
    height: 30px !important;
  }
  .h-35-pc {
    height: 35px !important;
  }
  .h-40-pc {
    height: 40px !important;
  }
  .h-45-pc {
    height: 45px !important;
  }
  .h-50-pc {
    height: 50px !important;
  }
  .h-55-pc {
    height: 55px !important;
  }
  .h-60-pc {
    height: 60px !important;
  }
  .h-65-pc {
    height: 65px !important;
  }
  .h-70-pc {
    height: 70px !important;
  }
  .h-75-pc {
    height: 75px !important;
  }
  .h-80-pc {
    height: 80px !important;
  }
  .h-85-pc {
    height: 85px !important;
  }
  .h-90-pc {
    height: 90px !important;
  }
  .h-95-pc {
    height: 95px !important;
  }
  .h-100-pc {
    height: 100px !important;
  }
  .h-105-pc {
    height: 105px !important;
  }
  .h-110-pc {
    height: 110px !important;
  }
  .h-115-pc {
    height: 115px !important;
  }
  .h-120-pc {
    height: 120px !important;
  }
  .h-125-pc {
    height: 125px !important;
  }
  .h-130-pc {
    height: 130px !important;
  }
  .h-135-pc {
    height: 135px !important;
  }
  .h-140-pc {
    height: 140px !important;
  }
  .h-145-pc {
    height: 145px !important;
  }
  .h-150-pc {
    height: 150px !important;
  }
  .h-155-pc {
    height: 155px !important;
  }
  .h-160-pc {
    height: 160px !important;
  }
  .h-165-pc {
    height: 165px !important;
  }
  .h-170-pc {
    height: 170px !important;
  }
  .h-175-pc {
    height: 175px !important;
  }
  .h-180-pc {
    height: 180px !important;
  }
  .h-185-pc {
    height: 185px !important;
  }
  .h-190-pc {
    height: 190px !important;
  }
  .h-195-pc {
    height: 195px !important;
  }
  .h-200-pc {
    height: 200px !important;
  }
  .h-205-pc {
    height: 205px !important;
  }
  .h-210-pc {
    height: 210px !important;
  }
  .h-215-pc {
    height: 215px !important;
  }
  .h-220-pc {
    height: 220px !important;
  }
  .h-225-pc {
    height: 225px !important;
  }
  .h-230-pc {
    height: 230px !important;
  }
  .h-235-pc {
    height: 235px !important;
  }
  .h-240-pc {
    height: 240px !important;
  }
  .h-245-pc {
    height: 245px !important;
  }
  .h-250-pc {
    height: 250px !important;
  }
  .h-255-pc {
    height: 255px !important;
  }
  .h-260-pc {
    height: 260px !important;
  }
  .h-265-pc {
    height: 265px !important;
  }
  .h-270-pc {
    height: 270px !important;
  }
  .h-275-pc {
    height: 275px !important;
  }
  .h-280-pc {
    height: 280px !important;
  }
  .h-285-pc {
    height: 285px !important;
  }
  .h-290-pc {
    height: 290px !important;
  }
  .h-295-pc {
    height: 295px !important;
  }
  .h-300-pc {
    height: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 24px;
  }
  .content-header:not(.-simple) {
    padding: 24px 0;
  }
  .content-header.-simple {
    padding: 40px 0;
  }
  .content-header-icon {
    width: 60px;
  }
  .content-header-heading {
    font-size: 1.5rem;
    line-height: 1.45833;
  }
  body:not(.top) .content-panel {
    margin-top: 150px;
    padding-top: 30px;
  }
  .content-panel.-simple-sp {
    border-radius: 0;
  }
  .content-header.-wide + .content-panel {
    margin-top: 185px;
  }
  .column .column-col-1-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .column .column-col-2-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column .column-col-3-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .banner-list-item:nth-child(n + 2) {
    margin-left: 15px;
  }
  .banner-list-item {
    position: relative;
    max-width: calc(100vw - (28px + 10px)*2);
  }
  .banner-list-item .case-title,
  .banner-list-item .case-lead {
    z-index: 100;
    position: absolute;
    left: 17px;
    color: #FFF;
  }
  .banner-list-item .case-title {
    bottom: 43px;
    font-size: 1rem;
    font-weight: normal;
  }
  .banner-list-item .case-title::after {
    bottom: -2px;
  }
  .banner-list-item .case-lead {
    bottom: 15px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .button {
    width: 100%;
  }
  .modal-panel .card-text-lead {
    margin-top: 20px;
  }
  .faq-block {
    margin-top: 35px;
    margin-left: -24px;
  }
  .service-list li {
    min-width: 120px;
    max-width: 138px;
    margin-right: 2%;
    margin-left: 2%;
  }
  .service-list li:nth-child(2n) {
    margin-left: 16px;
  }
  .mv .img-wrapper .mv-text &gt; p {
    line-height: 23px;
  }
  .mv .img-wrapper .mv-text img {
    width: 190px;
    margin-bottom: 10px;
  }
  #our-service .flex-wrapper .text-box {
    margin-top: 21px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #service-guide .service-guide-list .img-wrapper img {
    width: 335px;
  }
  #service-guide .service-guide-list li:nth-child(1) .column:nth-child(2) p.text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #our-service .heading {
    margin-bottom: 25px;
  }
  #our-service #bosai .service-list li:nth-child(4) .icon img {
    width: 46px;
  }
  .banner-section .heading {
    margin-bottom: 23px;
  }
  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .campaign {
    width: 276px;
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .button {
    padding: 10px 40px;
  }
  .modal-wrap {
    top: 50%;
    left: 50%;
    height: 90vh;
  }
  .modal-panel::after {
    display: block;
    width: 100%;
    height: 80px;
    content: '';
  }
  .modal-panel.-no-bottom-cont::after {
    height: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .mv + .content-inner ul {
    padding: 0 25px;
  }
}

.content-bnr {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 47px;
  text-align: center;
}

.content-bnr img {
  width: 75%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .content-bnr img {
    width: 100%;
  }
}
</pre></body></html>