@charset "UTF-8";
/* マイカー定額ページ出力用 */
/************
/****** 変数＊＊＊**
*************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
.btnarea {
  margin: 20px auto;
  max-width: 300px;
}
.btnarea a.btn {
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  display: block;
}
.btnarea a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnarea a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btnarea a.btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .btnarea a.btn > p {
    font-size: 18px;
  }
}
.btnarea a.btn.btn-w {
  color: #0786BD;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  border: 1px solid #0786BD;
}
.btnarea__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

p.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0786BD;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
p.subtitle::before {
  content: "";
  display: block;
  background: url(../images/lead_left-b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  p.subtitle::before {
    margin-right: 5px;
  }
}
p.subtitle::after {
  content: "";
  display: block;
  background: url(../images/lead_right-b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  p.subtitle::after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  p.subtitle {
    font-size: 18px;
  }
}

div.angled-frame {
  position: relative;
  display: inline-block;
  padding-top: 0.9em;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap; /* PCでは1行表示 */
  color: #0786BD;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  div.angled-frame {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-size: 17px;
  }
}
div.angled-frame::before, div.angled-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 0;
  width: 2.2px;
  background: #0786BD;
}
@media screen and (min-width: 768px) {
  div.angled-frame::before, div.angled-frame::after {
    top: 25px;
  }
}
div.angled-frame::before {
  left: -15px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 768px) {
  div.angled-frame::before {
    left: -23px;
  }
}
div.angled-frame::after {
  right: -15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  div.angled-frame::after {
    right: -23px;
  }
}

.andmore {
  font: normal normal bold 18px Avenir Next;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .andmore {
    font-size: 20px;
  }
}

p.attention {
  font-size: 12px !important;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  p.attention {
    text-align: right !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/************
/******template parts＊＊＊**
*************************************/
/* マイカー定額ページ出力用 */
/************
/******ライフスタイル＊＊＊**
*************************************/
.lifestyle .car_style_list {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle .car_style_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
  }
}
.lifestyle__item {
  -webkit-box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
  border-radius: 7px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle__item {
    width: 49%;
  }
}
.lifestyle .attention {
  margin: 23px 0 0 0;
  text-align: left;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .lifestyle .attention {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
}
.lifestyle .andmore {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lifestyle .andmore {
    margin-top: 20px;
  }
}

/* マイカー定額ページ出力用 */
/* マイカー定額ページ出力用 */
.slick-dotted .slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CDDBE0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li.slick-active-before button::before, .slick-dots li.slick-active-after button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}
.slick-dots li.slick-active button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}

/************
/******選ばれる理由＊＊＊**
*************************************/
.reason__item {
  counter-reset: benefitsCnt;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reason__item .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reason__item > div {
  width: 100%;
  min-height: 480px;
}
@media screen and (min-width: 768px) {
  .reason__item > div {
    width: 30%;
  }
}
.reason__item > div h5 {
  counter-increment: benefitsCnt;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  font-size: 18px;
  line-height: 36px;
  margin: 50px 0 25px;
  padding-top: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.reason__item > div h5::before {
  content: attr(data-num);
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: -1;
  font-size: 160px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #F4F5F7;
  font-weight: bold;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .reason__item > div h5 {
    margin: 60px 0 30px;
  }
  .reason__item > div h5::before {
    content: counter(benefitsCnt, decimal-leading-zero);
    color: #F4F5F7;
  }
}
.reason__item > div figure {
  max-width: 257px;
  margin: 20px auto;
}
.reason__item > div figure img {
  height: 180px;
}
.reason__item > div p {
  margin: 0;
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .reason__item > div p {
    margin-bottom: 2em;
  }
}
.reason__item > div p,
.reason__item > div ul li {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.reason__item > div ul {
  padding-left: 1em;
  min-height: 80px;
}
.reason__item > div ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.reason__item > div ul li {
  position: relative;
  padding-left: 1em;
}

/* マイカー定額ページ出力用 */
/************
/*****リースプラン＊＊＊**
*************************************/
.leaseplan .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .leaseplan .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.leaseplan__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul li {
    margin: 2em 0;
    margin-bottom: 4em;
  }
}
.leaseplan__list ul li img {
  height: auto;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul li img {
    width: 43vw;
  }
}
@media screen and (min-width: 1024px) {
  .leaseplan__list ul li img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan .pricing-table {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan .leaseplan__list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leaseplan .leaseplan__list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.leaseplan .scroll-hint-icon {
  opacity: 999;
}
.leaseplan .inner {
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .leaseplan .inner {
    max-width: 1060px;
  }
}
.leaseplan .annotation {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.leaseplan .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .leaseplan .table-sp {
    display: none;
  }
}
.leaseplan .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.leaseplan .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.leaseplan .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.leaseplan .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.leaseplan .pracing-slide-img img {
  display: block;
}

/* マイカー定額ページ出力用 */
/************
/*****サービス比較表＊＊＊**
*************************************/
.comparison .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .comparison .inner {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.comparison .scroll-hint-icon {
  opacity: 999;
}
.comparison .inner {
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .comparison .inner {
    max-width: 1060px;
  }
}
.comparison .annotation {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .comparison .pricing-table {
    max-width: 800px;
  }
}
.comparison .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .comparison .table-sp {
    display: none;
  }
}
.comparison .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comparison .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.comparison .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comparison .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.comparison .pracing-slide-img img {
  display: block;
}

/* マイカー定額ページ出力用 */
/************
/*****安心安全のロードサービス付＊＊＊**
*************************************/
.roadservice .subtitle {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.roadservice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.roadservice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(140px, 1fr) 1em minmax(140px, 1fr);
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1em;
  max-width: 400px;
  width: 100%;
}
.roadservice__list li {
  padding: 1em;
  line-height: 1.5;
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 10px 10px 16px;
  background: #F4F5F7;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .roadservice__list li {
    font-size: 16px;
  }
}
.roadservice__list li::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 3.5px;
  background-color: #0786BD;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .roadservice__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
  }
}
.roadservice div.angled-frame {
  color: #333 !important;
}
.roadservice div.angled-frame::before, .roadservice div.angled-frame::after {
  background: #333 !important;
}
.roadservice div.angled-frame::before {
  left: -25px;
}
.roadservice div.angled-frame::after {
  right: -25px;
}

/* マイカー定額ページ出力用 */
/************
/*****ご利用の流れ＊＊＊**
*************************************/
.flow .inner {
  min-width: 270px;
}
.flow-list {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .flow-list {
    margin-top: 10vh;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.flow-list li {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 50px;
  background: url("https://cars-enjoy.com/common/flat/img/flow_bg_sp.svg") no-repeat 50% 100%;
  background-size: cover;
  padding: 40px 20px 40px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-list li {
    min-width: 0;
    width: 100%;
    max-width: 50vw;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li {
    background: url("https://cars-enjoy.com/common/flat/img/flow_bg_pc.svg") no-repeat;
    background-size: contain;
    padding: 40px 30px 40px 40px;
    margin: 0 -1%;
    margin-top: 70px;
  }
}
.flow-list li figure {
  position: absolute;
  left: 50%;
  width: 65px;
  top: -32px;
  margin-left: -32px;
}
@media screen and (min-width: 768px) {
  .flow-list li h4 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li h4 {
    margin-bottom: 40px;
  }
}
.flow-list li h5 {
  font-weight: bold;
  font-size: 18px;
}
.flow-list li > div {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .flow-list li > div {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li > div {
    font-size: 1.3rem;
  }
}

/* マイカー定額ページ出力用 */
/************
/******cars member　スマートカーライフをはじめよう＊＊＊**
*************************************/
.carsmember {
  background: transparent linear-gradient(104deg, #54B9E5 0%, #0786BD 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .carsmember {
    text-align: left;
    padding: 60px 0;
    margin-bottom: 120px;
  }
}
.carsmember .inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .carsmember__wrap {
    margin-left: 55%;
    position: relative;
  }
}
.carsmember p.carsmember__subtitle {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .carsmember p.carsmember__subtitle {
    font-size: 22px;
    text-align: left;
  }
}
.carsmember h3 {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .carsmember h3 {
    margin-left: 0;
  }
}
.carsmember h4 {
  color: #FFF;
  font-size: 1.9em;
}
.carsmember__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carsmember__img img {
  height: auto;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .carsmember__img {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    left: -120%;
    top: -23px;
    width: 110%;
  }
}
@media screen and (min-width: 768px) {
  .carsmember h4 {
    margin: 0;
    padding: 0;
    font-size: 23px;
  }
}
.carsmember p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .carsmember p {
    text-align: left;
  }
}
.carsmember .btnarea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carsmember .btnarea {
    text-align: left;
    margin-left: 0;
  }
}
.carsmember .btnarea__subtitle {
  color: #FFF;
}

/* マイカー定額ページ出力用 */
/************
 /******スマート乗り換えはcarsエージェントにおまかせ＊＊＊**
 *************************************/
.agent-norikae {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .agent-norikae {
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
.agent-norikae .inner {
  padding: auto !important;
}
@media screen and (min-width: 768px) {
  .agent-norikae__wrap {
    margin-left: 55%;
    position: relative;
  }
}
.agent-norikae__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .agent-norikae__img {
    margin: 0 auto;
  }
}
.agent-norikae__img img {
  height: auto;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .agent-norikae__img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .agent-norikae__img {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    left: -110%;
    top: 0px;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .agent-norikae h4 {
    margin: 0;
    padding: 0;
    font-size: 25px;
  }
}
.agent-norikae p {
  margin-top: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .agent-norikae p {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
  }
}
.agent-norikae .btnarea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .agent-norikae .btnarea {
    text-align: left;
    margin-left: 0;
  }
}

/* マイカー定額ページ出力用 */
/************
/******ライフスタイル＊＊＊**
*************************************/
.lifestyle-c a {
  cursor: pointer;
}
.lifestyle-c_list {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle-c_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
.lifestyle-c li {
  -webkit-box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
  border-radius: 7px;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c li {
    width: 49%;
    padding-bottom: 2em;
  }
}
.lifestyle-c_simple {
  color: #f4731e;
}
.lifestyle-c_simple a {
  color: #f4731e;
}
.lifestyle-c_simple path, .lifestyle-c_simple rect {
  fill: #f4731e;
}
.lifestyle-c_family {
  color: #8EBB42;
}
.lifestyle-c_family a {
  color: #8EBB42;
}
.lifestyle-c_family path, .lifestyle-c_family rect {
  fill: #8EBB42;
}
.lifestyle-c_fashion {
  color: #D6446D;
}
.lifestyle-c_fashion a {
  color: #D6446D;
}
.lifestyle-c_fashion path, .lifestyle-c_fashion rect {
  fill: #D6446D;
}
.lifestyle-c_active {
  color: #1E5199;
}
.lifestyle-c_active a {
  color: #1E5199;
}
.lifestyle-c_active path, .lifestyle-c_active rect {
  fill: #1E5199;
}
.lifestyle-c_sporty {
  color: #2F85AA;
}
.lifestyle-c_sporty a {
  color: #2F85AA;
}
.lifestyle-c_sporty path, .lifestyle-c_sporty rect {
  fill: #2F85AA;
}
.lifestyle-c_premium {
  color: #BF9841;
}
.lifestyle-c_premium a {
  color: #BF9841;
}
.lifestyle-c_premium path, .lifestyle-c_premium rect {
  fill: #BF9841;
}
.lifestyle-c_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle {
    padding: 2em;
    padding-bottom: 1em;
  }
}
.lifestyle-c_subtitle > div h5,
.lifestyle-c_subtitle > div p {
  text-align: left !important;
}
.lifestyle-c_subtitle > div h5 {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_subtitle > div h5 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle > div h5 {
    font-size: 40px;
  }
}
.lifestyle-c_subtitle > div p {
  margin: 0;
  font-weight: bold;
  font-size: 11.5px;
  line-height: 1.5;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_subtitle > div p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle > div p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c_subtitle > div p {
    font-size: 15px;
  }
}
.lifestyle-c_subtitle img {
  margin-right: 0;
  width: 27%;
}
.lifestyle-c_item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  padding: 0 0.5em;
}
.lifestyle-c_item .car-section {
  text-align: center;
  font-family: sans-serif;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.lifestyle-c_item .car-section .name {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6em;
  margin-top: -0.8em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_item .car-section .name {
    font-size: 0.7em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.lifestyle-c_item .car-section .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
}
.lifestyle-c_item .car-section .price .label {
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.6em;
  font-weight: bold;
}
.lifestyle-c_item .car-section .price .price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lifestyle-c_item .car-section .price .price-main .amount {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.lifestyle-c_item .car-section .price .price-main .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 5px;
}
.lifestyle-c_item .car-section .price .price-main .right .tax {
  font-size: 0.5em;
  line-height: 1;
  margin-bottom: 2px;
}
.lifestyle-c_item .car-section .price .price-main .right .yen {
  font-weight: 900;
  line-height: 1;
}
.lifestyle-c .section-2 .car-section .car-image img {
  width: 75%;
}
.lifestyle-c .section-2 .car-section .label {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.lifestyle-c .section-2 .car-section .price {
  margin-top: 0.1em;
}
.lifestyle-c .section-2 .car-section .price .amount {
  font-size: 150%;
}
.lifestyle-c .section-2 .car-section .right .tax {
  font-size: 0.7em;
}
.lifestyle-c .section-2 .car-section .yen {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-2 .car-section .price .amount {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c .section-2 .car-section svg {
    width: auto;
  }
  .lifestyle-c .section-2 .car-section .name {
    font-size: 0.9em;
  }
  .lifestyle-c .section-2 .car-section .label {
    font-size: 0.8em;
  }
  .lifestyle-c .section-2 .car-section .price {
    margin-top: 0.5em;
  }
  .lifestyle-c .section-2 .car-section .price .amount {
    font-size: 215%;
  }
  .lifestyle-c .section-2 .car-section .right .tax {
    font-size: 0.7em;
  }
  .lifestyle-c .section-2 .car-section .yen {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
.lifestyle-c .section-3 .car-section .car-image img {
  width: 95%;
  margin-bottom: 0.3em;
}
.lifestyle-c .section-3 .price .amount {
  font-size: 4.3vw;
}
@media screen and (min-width: 424px) {
  .lifestyle-c .section-3 .price .amount {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-3 .price .amount {
    font-size: 1.65vw;
  }
}
.lifestyle-c .section-3 svg {
  width: 55%;
  margin-top: 0.5em;
}
.lifestyle-c .section-3 .label {
  font-size: 0.5em !important;
  margin-bottom: 5px;
}
.lifestyle-c .section-3 .right {
  margin-left: 2px !important;
}
.lifestyle-c .section-3 .right .tax {
  font-size: 0.35em !important;
}
.lifestyle-c .section-3 .yen {
  font-size: 0.6em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-3 .price {
    margin-top: 0.3em;
  }
  .lifestyle-c .section-3 .price .amount {
    font-size: 2.5vw;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c .section-3 .price {
    margin-top: 0.3em;
  }
  .lifestyle-c .section-3 .price .amount {
    font-size: 160%;
    margin: 0;
  }
  .lifestyle-c .section-3 svg {
    width: auto;
  }
  .lifestyle-c .section-3 .name {
    font-size: 0.9em;
  }
  .lifestyle-c .section-3 .label {
    font-size: 0.7em !important;
    margin-bottom: 5px;
  }
  .lifestyle-c .section-3 .right {
    margin-left: 2px !important;
  }
  .lifestyle-c .section-3 .right .tax {
    font-size: 0.5em !important;
  }
  .lifestyle-c .section-3 .yen {
    font-size: 0.8em;
    margin-bottom: 0;
  }
}
.lifestyle-c .andmore {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .andmore {
    margin-top: 20px;
  }
}