@charset "UTF-8";
:root {
  --color-green: #0CA26C;
  --color-green-pale: #E8F4F0;
  --color-red: #DB3838;
  --color-red-danger: #ff0000;
  --color-yellow: #FFEF69;
  --color-orange: #FF8400;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray: #E6E6E6;
  --color-gray-dark: #505050;
  --gradation-green: linear-gradient(#cbde69 0%, #0ca26c 100%);
  --color-text-hover: #f7920e;
  /* page-width*/
  --page-width-lg: 1220px;
  --page-width-md: 1130px;
  --page-width-sm: 966px;
  --page-width-xs: 915px;
  --page-width-2xs: 766px;
  /* gutter*/
  --outside-gutter-lg: 73px;
  --outside-gutter-md: 36px;
  --outside-gutter-sm: clamp(18px, 4.8vw, 36px);
  --inside-gutter-md: 48px;
  --inside-gutter-lg: 88px;
}

html {
  font-size: 62.5%;
}

html,
body {
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 500;
  min-width: auto;
}

body * {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 1.8rem;
}
@media not all and (min-width: 768px) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video, hr {
    font-size: 1.6rem;
  }
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  clear: both;
  content: "";
  content: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

a {
  color: #0CA26C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #f7920e;
}

a img {
  border: none;
}

a:focus:not(:fous-visible) {
  outline: none;
}

a:focus-visible {
  outline: 2px #DB3838 solid;
}

.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.jcC {
  justify-content: center !important;
}

.jcEnd {
  justify-content: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiEnd {
  align-items: flex-end !important;
}

@media all and (min-width: 768px) {
  .pcTaC {
    text-align: center !important;
  }
  .pcTaL {
    text-align: left !important;
  }
  .pcTaR {
    text-align: right !important;
  }
  .pcVaM {
    vertical-align: middle !important;
  }
}
@media not all and (min-width: 768px) {
  .spTaC {
    text-align: center !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
}
.fwN {
  font-weight: normal !important;
}

.fwM {
  font-weight: 500 !important;
}

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

@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
@media not all and (min-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
.dB {
  display: block;
}

.dIb {
  display: inline-block;
}
.dIb._2colWidth {
  display: block;
}
@media all and (min-width: 1020px) {
  .dIb._2colWidth {
    display: inline-block;
  }
}
@media not all and (min-width: 768px) {
  .dIb._2colWidth {
    display: inline-block;
  }
}

@media not all and (min-width: 768px) {
  .spFullVw {
    margin-left: -18px;
    margin-right: -18px;
  }
}

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

.fzS {
  font-size: 1.2rem !important;
}

.fzN {
  font-size: 1.4rem !important;
}

.fzM {
  font-size: 1.6rem !important;
}

.fzL {
  font-size: 1.8rem !important;
}

.fzXl {
  font-size: 2rem !important;
}

@media all and (min-width: 768px) {
  .pcFzXs {
    font-size: 1rem !important;
  }
  .pcFzS {
    font-size: 1.2rem !important;
  }
  .pcFzS-2 {
    font-size: 1.4rem !important;
  }
  .pcFzM {
    font-size: 1.6rem !important;
  }
  .pcFzL {
    font-size: 1.8rem !important;
  }
  .pcFzXl {
    font-size: 2rem !important;
  }
}
@media not all and (min-width: 768px) {
  .spFzXs {
    font-size: 1rem !important;
  }
  .spFzS {
    font-size: 1.2rem !important;
  }
  .spFzS-2 {
    font-size: 1.4rem !important;
  }
  .spFzM {
    font-size: 1.6rem !important;
  }
  .spFzL {
    font-size: 1.8rem !important;
  }
  .spFzXl {
    font-size: 2rem !important;
  }
}
.ptS {
  padding-top: 9px !important;
}

.ptM2 {
  padding-top: 24px !important;
}

.pbM2 {
  padding-bottom: 24px !important;
}

.mtZero {
  margin-top: 0 !important;
}

.mtXs {
  margin-top: 4px !important;
}

.mtS {
  margin-top: 8px !important;
}

.mtM {
  margin-top: 16px !important;
}

.mtM2 {
  margin-top: 24px !important;
}

.mtL {
  margin-top: 32px !important;
}

.mtXl {
  margin-top: 48px !important;
}

.mtXxl {
  margin-top: 56px !important;
}

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

.mbZero {
  margin-bottom: 0 !important;
}

.mbXs {
  margin-bottom: 4px !important;
}

.mbS {
  margin-bottom: 8px !important;
}

.mbM {
  margin-bottom: 16px !important;
}

.mbM2 {
  margin-bottom: 24px !important;
}

.mbL {
  margin-bottom: 32px !important;
}

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

.mbXl {
  margin-bottom: 48px !important;
}

.mbXxl {
  margin-bottom: 64px !important;
}

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

@media all and (min-width: 768px) {
  .pcMtZero {
    margin-top: 0 !important;
  }
  .pcMtXs {
    margin-top: 4px !important;
  }
  .pcMtS {
    margin-top: 9px !important;
  }
  .pcMtM {
    margin-top: 16px !important;
  }
  .pcMtM2 {
    margin-top: 24px !important;
  }
  .pcMtL {
    margin-top: 32px !important;
  }
  .pcMtXl {
    margin-top: 48px !important;
  }
  .pcMt80 {
    margin-top: 80px !important;
  }
  .pcMbZero {
    margin-bottom: 0 !important;
  }
  .pcMbXs {
    margin-bottom: 4px !important;
  }
  .pcMbS {
    margin-bottom: 9px !important;
  }
  .pcMbM {
    margin-bottom: 16px !important;
  }
  .pcMbM2 {
    margin-bottom: 24px !important;
  }
  .pcMbL {
    margin-bottom: 32px !important;
  }
  .pcMbXl {
    margin-bottom: 48px !important;
  }
  .pcMbXxl {
    margin-bottom: 64px !important;
  }
  .pcMbXxxl {
    margin-bottom: 80px !important;
  }
  .pcMlZero {
    margin-left: 0 !important;
  }
  .pcMlXs {
    margin-left: 4px !important;
  }
  .pcMlS {
    margin-left: 9px !important;
  }
  .pcMlM {
    margin-left: 16px !important;
  }
  .pcMlM2 {
    margin-left: 24px !important;
  }
  .pcMlL {
    margin-left: 32px !important;
  }
  .pcMlXl {
    margin-left: 48px !important;
  }
  .pcMrZero {
    margin-right: 0 !important;
  }
  .pcMrXs {
    margin-right: 4px !important;
  }
  .pcMrS {
    margin-right: 9px !important;
  }
  .pcMrM {
    margin-right: 16px !important;
  }
  .pcMrM2 {
    margin-right: 24px !important;
  }
  .pcMrL {
    margin-right: 32px !important;
  }
  .pcMrXl {
    margin-right: 48px !important;
  }
  .pcMrXxl {
    margin-right: 56px !important;
  }
}
@media not all and (min-width: 768px) {
  .spMtZero {
    margin-top: 0 !important;
  }
  .spMtXs {
    margin-top: 4px !important;
  }
  .spMtS {
    margin-top: 9px !important;
  }
  .spMtM {
    margin-top: 16px !important;
  }
  .spMtM2 {
    margin-top: 24px !important;
  }
  .spMtL {
    margin-top: 32px !important;
  }
  .spMtXl {
    margin-top: 48px !important;
  }
  .spMbZero {
    margin-bottom: 0 !important;
  }
  .spMbXs {
    margin-bottom: 4px !important;
  }
  .spMbS {
    margin-bottom: 9px !important;
  }
  .spMbM {
    margin-bottom: 16px !important;
  }
  .spMbM2 {
    margin-bottom: 24px !important;
  }
  .spMbL {
    margin-bottom: 32px !important;
  }
  .spMbXl {
    margin-bottom: 48px !important;
  }
}
@media not all and (min-width: 400px) {
  .spiosFz14 {
    font-size: 14px !important;
  }
  .spiosFzS {
    font-size: 10px !important;
  }
}
.colorBase {
  color: #222;
}

.imgCardS {
  height: 20px;
  width: auto !important;
  vertical-align: top;
}

.imgH15 {
  height: 15px;
  width: auto !important;
}

.imgH26 {
  height: 26px;
  width: auto !important;
}

.imgH28 {
  height: 28px;
  width: auto !important;
}

.ml1em {
  margin-left: 1em !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mrXs {
  margin-right: 4px !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mrAuto {
  margin-right: auto !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

@media not all and (min-width: 768px) {
  .spMlCheckSame {
    margin-left: 30px !important;
  }
}
.h100\% {
  height: 100%;
}

.maxw300 {
  max-width: 300px;
}

.maxw640 {
  max-width: 640px;
}

.w0 {
  width: 0;
}

.w5 {
  width: 5%;
}

.w8 {
  width: 8%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

@media not all and (min-width: 768px) {
  .spWFull {
    width: 100%;
  }
}
.wbAll {
  word-break: break-all;
}

.tdLineThrough {
  text-decoration: line-through;
}

.txtCaution {
  color: #DB3838;
}

.textDanger {
  color: #DB3838 !important;
}

.textGreen {
  color: #0CA26C;
}

.textOrange {
  color: #FF8400;
}

.nowrap {
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .spNowrap {
    white-space: nowrap;
  }
}

.isHidden {
  display: none !important;
}

@media all and (min-width: 768px) {
  ._pcDisplayNone {
    display: none !important;
  }
}

@media not all and (min-width: 768px) {
  ._spDisplayNone {
    display: none !important;
  }
}

.lh1 {
  line-height: 1;
}

.lh15 {
  line-height: 1.5;
}

.bgcGreen {
  background-color: #0CA26C;
  color: #FFFFFF;
}

.bgcGreenPale {
  background-color: #E8F4F0;
}

.bgcGray {
  background-color: #E6E6E6;
}

.bgcGrayDark {
  background-color: #505050;
  color: #FFFFFF;
}

.bgcOrange {
  background-color: #FF8400;
  color: #FFFFFF;
}

.lpSection {
  margin: 80px 0;
}
.lpSection:last-child {
  margin-bottom: 0;
}
.lpSection + .lpSection {
  margin-top: 100px;
}
@media not all and (min-width: 768px) {
  .lpSection + .lpSection {
    margin-top: 80px;
  }
}
@media not all and (min-width: 768px) {
  .lpSection.sectionPoint {
    margin-top: 36px;
    margin-bottom: 50px;
  }
}
@media not all and (min-width: 768px) {
  .lpSection.sectionApplication {
    margin-top: 20px;
  }
}
.lpSection.sectionMv {
  padding: 0 24px 80px;
  margin: 0;
}
@media not all and (min-width: 768px) {
  .lpSection.sectionMv {
    padding: 64px 24px 48px;
  }
}
.lpSection.sectionMv .lpSectionInner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media not all and (min-width: 768px) {
  .lpSection.firstContents {
    margin-top: 40px;
  }
}
.lpSection.sectionToggle {
  margin-bottom: 0;
}
.lpSection.sectionToggle .lpSectionInner {
  margin-bottom: 100px;
}
@media not all and (min-width: 768px) {
  .lpSection.sectionToggle .lpSectionInner {
    margin-bottom: 0;
  }
}
.lpSection.sectionToggle .bgShadow {
  box-shadow: 0px 4px 30px rgba(12, 162, 108, 0.25);
  border-radius: 20px;
}
@media not all and (min-width: 768px) {
  .lpSection.sectionToggle .bgShadow {
    box-shadow: none;
    border-radius: unset;
  }
}
.lpSectionInner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1020px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .lpSectionInner._sp_full {
    padding: 0;
  }
}
.lpSectionInner .paddingSpecial {
  padding: 0 20px;
}

.innerContents {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.innerContents02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 646px;
}

.sectionMv .mvTitle {
  margin-bottom: 27.5px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .sectionMv .mvTitle {
    margin-bottom: 12.8px;
  }
}
.sectionMv .mvImg {
  text-align: center;
}

.mvContent {
  margin: 0 -24px;
  background-color: #0ca26c;
  background: radial-gradient(circle at 0 0, #0CA26C 30%, #AAD84A 100%);
}
@media not all and (min-width: 768px) {
  .mvContent {
    background: linear-gradient(to bottom, #0CA26C 40%, #AAD84A 100%);
  }
}
.mvContent .mvContentInner {
  display: flex;
  flex-direction: column;
  max-width: 1008px;
  width: 100%;
  margin: -80px auto;
  padding: 120px 24px 56px;
}
@media not all and (min-width: 768px) {
  .mvContent .mvContentInner {
    margin: -42px auto;
    padding: 62px 20px 38px;
  }
}
.mvContent .itemText {
  display: flex;
  justify-content: space-between;
}
.mvContent .itemText .titleText {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 61.12px auto;
  margin-bottom: 16px;
  margin-right: 38px;
  flex: 1;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText {
    grid-template-rows: 46px auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    flex: none;
  }
}
.mvContent .itemText .titleText .subTextWrap {
  grid-column: 1/2;
  grid-row: 1/2;
}
.mvContent .itemText .titleText .textWrap {
  grid-column: 1/2;
  grid-row: 2/3;
}
.mvContent .itemText .titleText .subTextWrap {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .subTextWrap {
    justify-content: flex-start;
  }
}
.mvContent .itemText .titleText .subText {
  max-width: clamp(200px, 24.3055555556vw, 305px);
  width: 100%;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .subText {
    max-width: 120px;
  }
}
.mvContent .itemText .titleText .subText p {
  position: relative;
  margin-bottom: 0;
  font-weight: bold;
  background-color: #FFEF69;
  border-radius: 32px;
  color: #0CA26C;
  font-size: clamp(2.4rem, -0.0888888889rem + 3.2407407407vw, 3.8rem);
  text-align: center;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .subText p {
    padding: 3px 0;
    font-size: clamp(1.6rem, 1.4086734694rem + 0.5102040816vw, 1.8rem);
  }
}
.mvContent .itemText .titleText .subText p::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/lp_km/mycar2/images/landing_02_bg_hukidasi_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33.96px;
  height: 25.47px;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .subText p::after {
    bottom: -12px;
    width: 18.67px;
    height: 14px;
  }
}
.mvContent .itemText .titleText .subTextRight {
  margin-left: 25.5px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: clamp(2.1rem, -0.0888888889rem + 3.1407407407vw, 3.5rem);
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .subTextRight {
    margin-left: 13px;
    font-size: 1.7rem;
  }
}
@media not all and (min-width: 375px) {
  .mvContent .itemText .titleText .subTextRight {
    margin-left: 5px;
    font-size: clamp(1.4rem, -0.9272727273rem + 7.2727272727vw, 1.7rem);
  }
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .textWrap {
    display: flex;
    align-items: flex-end;
  }
}
.mvContent .itemText .titleText .text {
  margin-top: 25px;
  margin-right: 20px;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .titleText .text {
    max-width: 240px;
    margin-bottom: 22px;
    margin-right: 0;
  }
}
.mvContent .itemText .img {
  max-width: 157px;
}
@media not all and (min-width: 768px) {
  .mvContent .itemText .img {
    max-width: 98px;
  }
}
.mvContent .itemText .numberText {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.mvContent .itemText .numberText .item {
  width: calc(50% - 10px);
  margin: 0 10px;
}
.mvContent .itemText .numberText .item .title {
  padding: 6px 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #0CA26C;
  border-radius: 10px 10px 0 0;
}
.mvContent .itemText .numberText .item .title p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: bold;
}
.mvContent .itemText .numberText .item .text {
  padding: 6px 0;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.mvContent .itemText .numberText .item .text p {
  font-weight: bold;
}
.mvContent .itemText .numberText .item .text p .num {
  font-size: 3.2rem;
  line-height: 1.625;
}
.mvContent .itemContents {
  display: flex;
  margin-top: 22px;
}
@media not all and (min-width: 768px) {
  .mvContent .itemContents {
    display: block;
    margin-top: 0;
  }
}
.mvContent .rate {
  width: 100%;
  margin-top: 16px;
}
@media not all and (min-width: 768px) {
  .mvContent .rate {
    margin-top: 0;
  }
}
.mvContent .rate .title {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 0 4px 0 3px;
  margin-bottom: 14px;
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media not all and (min-width: 768px) {
  .mvContent .rate .title {
    margin-bottom: 13px;
  }
}
.mvContent .rate .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
}
.mvContent .rate .text p {
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media not all and (min-width: 900px) {
  .mvContent .rate .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.mvContent .rate .text .rateText {
  width: auto;
  min-width: 38px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text .rateText {
    font-size: 1.8rem;
  }
}
@media not all and (min-width: 380px) {
  .mvContent .rate .text .rateText {
    font-size: clamp(1.4rem, -0.1189873418rem + 5.0632911392vw, 1.8rem);
  }
}
.mvContent .rate .text .rateImg {
  margin-bottom: 5px;
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text .rateImg {
    margin: 0 2px 3px 2px;
  }
}
.mvContent .rate .text .rateImg._01 {
  max-width: clamp(140.69px, 18.890070922vw, 193.96px);
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text .rateImg._01 {
    max-width: 113.99px;
  }
}
@media not all and (min-width: 380px) {
  .mvContent .rate .text .rateImg._01 {
    max-width: clamp(91.192px, 28.8582278481vw, 113.99px);
  }
}
.mvContent .rate .text .rateImg._02 {
  max-width: clamp(141.14px, 18.9539007092vw, 194.59px);
}
@media not all and (min-width: 768px) {
  .mvContent .rate .text .rateImg._02 {
    max-width: 117.31px;
  }
}
@media not all and (min-width: 380px) {
  .mvContent .rate .text .rateImg._02 {
    max-width: clamp(93.85px, 29.6962025316vw, 117.31px);
  }
}
.mvContent .contact {
  width: 100%;
  padding-left: 40px;
}
@media not all and (min-width: 768px) {
  .mvContent .contact {
    padding-left: 0;
  }
}
.mvContent .contact .ctaBtn {
  padding: 15px 42px;
  margin-bottom: 20px;
}
@media not all and (min-width: 768px) {
  .mvContent .contact .ctaBtn {
    padding: 20px 25px;
  }
}
.mvContent .contact .ctaBtn::after {
  right: 38px;
}
@media not all and (min-width: 768px) {
  .mvContent .contact .ctaBtn::after {
    right: 20px;
  }
}
.mvContent .contact .ctaBtn .ctaBtnTxt {
  padding-right: 25px;
  font-size: clamp(1.4rem, 0.3333333333rem + 1.3888888889vw, 2rem);
}
@media not all and (min-width: 768px) {
  .mvContent .contact .ctaBtn .ctaBtnTxt {
    padding-right: 20px;
    font-size: 1.6rem;
  }
}
.mvContent .contact .ctaInfoTxt {
  font-size: clamp(1.6rem, 0.8888888889rem + 0.9259259259vw, 2rem);
}

.textHeading {
  color: #0CA26C;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .textHeading {
    font-size: 2.6rem;
  }
}
.textHeading > span {
  font-size: inherit;
}

.lpHeading {
  position: relative;
  padding: 60px 0 136px;
  text-align: center;
  line-height: 1.3;
}
@media not all and (min-width: 768px) {
  .lpHeading {
    padding: 30px 0 110px;
  }
}
.lpHeadingNumber {
  display: block;
  margin-bottom: 37px;
}
@media not all and (min-width: 768px) {
  .lpHeadingNumber {
    width: 50px;
    margin: 0 auto 14px;
  }
}
.lpHeadingText {
  color: #FFEF69;
  font-size: 5rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .lpHeadingText {
    font-size: 2.6rem;
  }
}
.lpHeading::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: radial-gradient(circle at 0 0, #0CA26C 30%, #AAD84A 100%);
}
@media not all and (min-width: 768px) {
  .lpHeading::after {
    background-image: linear-gradient(to bottom right, #0CA26C 40%, #AAD84A 100%);
  }
}
.lpBox + .lpHeading {
  margin-top: 100px;
}

.borderHeading {
  position: relative;
  margin-bottom: 48px;
  color: #0CA26C;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .borderHeading {
    font-size: 1.8rem;
  }
}
.borderHeading::before, .borderHeading::after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 3;
  border-bottom: 3px solid;
}
.borderHeading::before {
  left: 0;
  z-index: 10;
  width: 60px;
  border-color: #0CA26C;
}
.borderHeading::after {
  left: 0;
  right: 0;
  border-color: #E6E6E6;
}

.iconHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
}
@media not all and (min-width: 768px) {
  .iconHeading {
    margin-bottom: 10px;
  }
}
.iconHeadingText {
  display: flex;
  align-items: center;
  color: #0CA26C;
  font-size: 3rem;
  font-weight: bold;
  height: inherit;
}
@media not all and (min-width: 768px) {
  .iconHeadingText {
    font-size: 2rem;
  }
}
.iconHeadingText::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (min-width: 768px) {
  .iconHeadingText::before {
    width: 80px;
    height: 80px;
  }
}
._icon01 .iconHeadingText::before {
  background-image: url(/lp_km/mycar2/images/landing_02_heading_icon_01.svg);
}

.markerLine {
  display: inline;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, #FFEF69 0%);
  font-size: 100%;
}

.ctaInfoTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #0CA26C;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .ctaInfoTxt {
    font-size: 1.6rem;
  }
}
.ctaInfoTxt::before, .ctaInfoTxt::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 22px;
  margin-top: 14px;
  border-left: 2.6px solid #0CA26C;
}
.ctaInfoTxt::before {
  margin-right: 15px;
  transform: rotate(135deg);
}
.ctaInfoTxt::after {
  margin-left: 15px;
  transform: rotate(45deg);
}
.ctaInfoTxt._white {
  color: #FFFFFF;
}
.ctaInfoTxt._white::before, .ctaInfoTxt._white::after {
  border-left: 2.6px solid #FFFFFF;
}

.quarterText {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media not all and (min-width: 768px) {
  .quarterText {
    font-size: 1.8rem;
    margin-bottom: 26px;
  }
}
.quarterText::before {
  content: "“";
  margin-right: 3px;
  color: #999999;
}
.quarterText::after {
  content: "”";
  margin-left: 3px;
  color: #999999;
}
@media not all and (min-width: 768px) {
  .quarterText.textGreen {
    margin-bottom: 30px;
  }
}
.quarterText.textGreen::before, .quarterText.textGreen::after {
  color: #0CA26C;
}
.quarterText .sup {
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .quarterText .sup {
    font-size: 1.2rem;
  }
}

.largeTxt {
  font-size: 4.6rem;
}
@media not all and (min-width: 900px) {
  .largeTxt {
    font-size: 3rem;
  }
}
@media not all and (min-width: 768px) {
  .largeTxt {
    font-size: 2.4rem;
  }
}
@media not all and (min-width: 400px) {
  .largeTxt {
    font-size: clamp(1.6rem, -1.6rem + 10vw, 2.4rem);
  }
}
.specialTxt .largeTxt {
  font-size: 7rem;
}
@media not all and (min-width: 900px) {
  .specialTxt .largeTxt {
    font-size: 6rem;
  }
}
@media not all and (min-width: 768px) {
  .specialTxt .largeTxt {
    font-size: 6rem;
  }
}

.specialTxt {
  text-align: center;
  margin: 47px 0 17px;
  line-height: 1.3;
}
@media not all and (min-width: 768px) {
  .specialTxt {
    margin-top: 60px;
  }
}
.specialTxt > span {
  display: inline-block;
  position: relative;
  font-size: clamp(2.4rem, 3.9vw, 3rem);
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .specialTxt > span {
    font-size: 2.4rem;
  }
}
.specialTxtBalloon {
  position: absolute;
  top: -40px;
  left: -110px;
}
@media not all and (min-width: 768px) {
  .specialTxtBalloon {
    top: -60px;
    left: -32px;
  }
}
@media not all and (min-width: 768px) {
  .specialTxt ._spFontSize {
    font-size: 3rem;
  }
}

.anchorBtn {
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.1s;
  color: #FFFFFF;
  padding: 20px 38px 20px 18px;
  background-color: #0CA26C;
  border-radius: 10px;
}
.anchorBtn::after {
  content: "";
  top: 50%;
  right: 12px;
  position: absolute;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media not all and (min-width: 768px) {
  .anchorBtn::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.anchorBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.anchorBtn:visited {
  color: #FFFFFF;
}
@media not all and (min-width: 768px) {
  .anchorBtn {
    padding: 20px 35px 20px 15px;
  }
}
.anchorBtn::after {
  background-image: url(/lp_km/mycar2/images/landing_02_anchor_arrow.svg);
}
.anchorBtnNum {
  position: relative;
}
.anchorBtnNum > img {
  max-width: 30px;
  vertical-align: middle;
}
.anchorBtnNum::after {
  content: "";
  top: -5px;
  right: -20px;
  position: absolute;
  width: 1px;
  height: 40px;
  border-left: 1px solid #FFFFFF;
}
@media not all and (min-width: 768px) {
  .anchorBtnNum::after {
    right: -12px;
    height: 40px;
  }
}
.anchorBtnTxt {
  display: block;
  margin-left: 35px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .anchorBtnTxt {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}
.anchorBtnTxt > span {
  font-size: inherit;
}
:hover .anchorBtnTxt {
  color: #FFFFFF;
}

.ctaBtnWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ctaBtn {
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.1s;
  color: #FFFFFF;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 47px;
  background-color: #DB3838;
  border-radius: 40px;
}
.ctaBtn::after {
  content: "";
  top: 50%;
  right: 12px;
  position: absolute;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media not all and (min-width: 768px) {
  .ctaBtn::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.ctaBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ctaBtn:visited {
  color: #FFFFFF;
}
@media not all and (min-width: 768px) {
  .ctaBtn {
    max-width: 350px;
    padding: 20px 25px;
  }
}
@media not all and (min-width: 400px) {
  .ctaBtn {
    padding: 20px 22px;
  }
}
.ctaBtn::after {
  right: 34px;
  background-image: url(/lp_km/mycar2/images/landing_02_btn_arrow.svg);
}
@media not all and (min-width: 768px) {
  .ctaBtn::after {
    right: 27px;
  }
}
@media not all and (min-width: 400px) {
  .ctaBtn::after {
    right: 20px;
  }
}
.ctaBtnTxt {
  padding-right: 20px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .ctaBtnTxt {
    font-size: 1.6rem;
  }
}
@media not all and (min-width: 400px) {
  .ctaBtnTxt {
    font-size: clamp(1.4rem, 0.6rem + 2.5vw, 1.6rem);
  }
}

.colBox._white .anchorBtn {
  color: #0CA26C !important;
  background-color: #FFFFFF;
  border: 1px solid #0CA26C;
}
.colBox._white .anchorBtn::after {
  border: 1px solid #0CA26C;
  border-radius: 50%;
}
.colBox._white .anchorBtnNum::after {
  border-left: 1px solid #0CA26C;
}
:hover .colBox._white .anchorBtnTxt {
  color: #0CA26C !important;
}

.discListItem {
  position: relative;
  padding-left: 1em;
}
.discListItem::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: currentColor;
  border-radius: 50%;
}
@media not all and (min-width: 400px) {
  .discList._spFs .discListItem {
    font-size: clamp(1rem, -1.4rem + 7.5vw, 1.6rem);
  }
}

.annotationListItem {
  display: flex;
}
.annotationListItem:not(:first-child) {
  margin-top: 5px;
}
.annotationListSymbol {
  flex: 0 0 auto;
  font-size: 1.2rem;
  line-height: 14px;
}
.annotationListTxt {
  font-size: 1.2rem;
  margin-left: 4px;
  line-height: 14px;
}
.flowBox .annotationList {
  margin-top: 20px;
}
.annotationList._mv {
  color: #FFFFFF;
  line-height: 16px;
}
@media not all and (min-width: 768px) {
  .annotationList._mv {
    line-height: 14px;
  }
}
.annotationList._mv .annotationListItem {
  display: inline;
}
.annotationList._mv .annotationListTxt {
  margin-left: 0;
}
@media not all and (min-width: 768px) {
  .annotationList._mv .annotationListTxt {
    font-size: 1rem;
  }
}
.annotationList._specialList .annotationListSymbol {
  width: 20px;
}

.linkText > a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
.linkText > a > .linkBlankIcon {
  position: absolute;
  top: 3px;
  right: -16px;
}
.linkText > a:hover {
  text-decoration: none;
}

.lpBox {
  padding: 48px 60px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #F0F9F1;
  box-shadow: 0px 4px 30px rgba(12, 162, 108, 0.15);
  border-radius: 30px;
}
@media not all and (min-width: 768px) {
  .lpBox {
    padding: 40px 20px;
  }
}
.lpBox + .lpBox {
  margin-top: 40px;
}
.lpHeading + .lpBox {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.lpBox.paddingWide {
  padding: 40px 80px;
}
@media not all and (min-width: 768px) {
  .lpBox.paddingWide {
    padding: 40px 0px;
  }
}
.lpBox.paddingNarrow {
  padding: 40px;
}
@media not all and (min-width: 768px) {
  .lpBox.paddingNarrow {
    padding: 40px 20px 20px;
  }
}
.lpBox.paddingSpecial {
  padding: 40px;
}
@media not all and (min-width: 768px) {
  .lpBox.paddingSpecial {
    padding: 40px 0px 40px;
  }
}
.lpBox._bgGreenPale {
  padding: 30px 12px 30px 20px;
  background-color: #E8F4F0;
  box-shadow: none;
  border-radius: 20px;
}
@media not all and (min-width: 768px) {
  .lpBox._bgGreenPale {
    padding: 10px;
  }
}
@media not all and (min-width: 768px) {
  ._widthType01 .lpBox._bgGreenPale {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .lpBox.hasRisonya {
    background-image: url(/lp_km/mycar2/images/landing_02_risonya_01.png);
    background-repeat: no-repeat;
    background-size: 168px 180px;
    background-position: calc(100% - 192px) 100%;
  }
}
@media not all and (min-width: 768px) {
  .lpBox.hasRisonya .mtL {
    margin-top: 0 !important;
  }
}
.lpBox._01 {
  padding: 48px 60px 61px;
}
@media not all and (min-width: 768px) {
  .lpBox._01 {
    padding: 40px 20px;
  }
}

.borderBox {
  position: relative;
  margin-top: 35px;
  padding: 40px 50px 30px;
  border: 4px solid;
  border-radius: 30px;
}
@media not all and (min-width: 900px) {
  .borderBox {
    padding: 24px 12px;
  }
}
@media not all and (min-width: 768px) {
  .borderBox {
    margin-top: 26px;
    padding: 24px 16px;
    border-radius: 18px;
  }
}
.borderBox._green {
  color: #0CA26C;
  border-color: #0CA26C;
}
.borderBox._orange {
  color: #FF8400;
  border-color: #FF8400;
}
.borderBoxTtl {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-top: 10px;
  padding: 0 12px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 2.4rem;
}
@media not all and (min-width: 768px) {
  .borderBoxTtl {
    top: -25px;
    padding: 0 8px;
    font-size: 1.6rem;
  }
}
@media not all and (min-width: 400px) {
  .borderBoxTtl {
    font-size: clamp(1.3rem, 0.1rem + 3.75vw, 1.6rem);
  }
}

.flowBox {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media all and (min-width: 900px) {
  .flowBox {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media not all and (min-width: 900px) {
  .flowBox {
    flex-direction: column;
    margin-top: 30px;
  }
}
.flowBoxInner {
  position: relative;
  display: flex;
  width: calc(33.3333333333% - 30px);
}
@media all and (min-width: 768px) {
  .flowBoxInner {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media not all and (min-width: 900px) {
  .flowBoxInner {
    display: flex;
    width: 100%;
  }
}
@media not all and (min-width: 900px) {
  .flowBoxInner:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media not all and (min-width: 900px) {
  .flowBoxInner:not(:last-child)::after {
    content: "";
    bottom: -24px;
    right: 50%;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/lp_km/mycar2/images/landing_02_flow_arrow_down.svg) no-repeat;
  }
}
@media not all and (min-width: 768px) {
  .flowBoxInner:not(:last-child)::after {
    content: "";
    bottom: -24px;
    right: 45%;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/lp_km/mycar2/images/landing_02_flow_arrow_down.svg) no-repeat;
  }
}
@media all and (min-width: 900px) {
  .flowBoxInner:not(:last-child)::after {
    content: "";
    top: 25px;
    right: -28px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/lp_km/mycar2/images/landing_02_flow_arrow.svg) no-repeat;
  }
}
.flowBoxStep {
  padding: 12px;
  background-color: #0CA26C;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .flowBoxStep {
    flex: 0 0 auto;
    width: 50px;
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
  }
}
.flowBoxStepNumber {
  font-size: 2.6rem;
}
@media not all and (min-width: 768px) {
  .flowBoxStepNumber {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.flowBoxItem {
  flex-grow: 1;
  padding: 20px 25px;
  background-color: #E8F4F0;
}
@media not all and (min-width: 768px) {
  .flowBoxItem {
    padding: 20px 10px;
  }
}
.flowBoxTtl {
  text-align: center;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .flowBoxTtl {
    text-align: left;
  }
}
.flowBoxTxt {
  margin: 16px 0 20px;
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .flowBoxTxt {
    font-size: 1.4rem;
  }
}
.flowBox .imgBox {
  max-width: 240px;
}
@media not all and (min-width: 900px) {
  .flowBox .imgBox {
    margin-left: auto;
    margin-right: auto;
  }
}
@media not all and (min-width: 768px) {
  .flowBox .imgBox {
    margin-left: unset;
    margin-right: unset;
  }
}
.flowBox .ctaBtnWrapper .ctaBtn {
  max-width: 240px;
  padding: 12px 18px;
  justify-content: left;
}
@media not all and (min-width: 768px) {
  .flowBox .ctaBtnWrapper .ctaBtn {
    justify-content: center;
  }
}
.flowBox .ctaBtnWrapper .ctaBtn::after {
  right: 12px;
  width: 14px;
  height: 14px;
}
@media not all and (min-width: 768px) {
  .flowBox .ctaBtnWrapper .ctaBtn::after {
    right: 10px;
  }
}
.flowBox .ctaBtnWrapper .ctaBtn .ctaBtnTxt {
  padding-right: 4px;
  font-size: 1.2rem;
}
@media not all and (min-width: 768px) {
  .flowBox .ctaBtnWrapper .ctaBtn .ctaBtnTxt {
    padding-right: 8px;
    font-size: 1rem;
  }
}

.pointBoxWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pointBoxWrapper .pointBox {
  width: 100%;
  max-width: 313px;
  height: 223px;
  background-color: #E8F4F0;
  border-radius: 20px;
}
@media not all and (min-width: 1020px) {
  .pointBoxWrapper .pointBox {
    flex-basis: 33.33%;
    margin-right: 20px;
  }
  .pointBoxWrapper .pointBox:last-child {
    margin-right: 0px;
  }
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox {
    height: 129px;
    flex-basis: calc(50% - 10px);
    margin-bottom: 22.4px;
    margin-right: 0;
    border-radius: 10px;
  }
  .pointBoxWrapper .pointBox:nth-of-type(1) {
    margin-right: 20px;
  }
  .pointBoxWrapper .pointBox:nth-of-type(3) {
    flex-basis: 50%;
    margin-bottom: 0;
  }
}
.pointBoxWrapper .pointBox .pointTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #0CA26C;
  border-radius: 20px 20px 0 0;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointTitle {
    height: 23px;
    border-radius: 10px 10px 0 0;
  }
}
.pointBoxWrapper .pointBox .pointTitle p {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 5px;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointTitle p {
    font-size: 1.2rem;
  }
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointTitle img {
    max-width: 33.96px;
  }
}
.pointBoxWrapper .pointBox .pointText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 183px;
  padding: 0 20px;
  color: #0CA26C;
  font-weight: bold;
  line-height: 3.5rem;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointText {
    height: 106px;
    padding: 0 4px;
    align-items: center;
  }
}
.pointBoxWrapper .pointBox .pointText._text01 {
  padding: 0 10px;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointText._text01 {
    padding: 0 2px;
  }
}
.pointBoxWrapper .pointBox .pointText ._font22 {
  font-size: clamp(1.6rem, -0.0941176471rem + 2.2058823529vw, 2.2rem);
  letter-spacing: -0.05em;
}
.pointBoxWrapper .pointBox .pointText ._font26 {
  font-size: clamp(2.2rem, 0.980952381rem + 1.5873015873vw, 2.6rem);
}
.pointBoxWrapper .pointBox .pointText ._font38 {
  font-size: clamp(2.6rem, -1.0571428571rem + 4.7619047619vw, 3.8rem);
}
.pointBoxWrapper .pointBox .pointText ._font44 {
  font-size: clamp(2.8rem, -1.7176470588rem + 5.8823529412vw, 4.4rem);
}
.pointBoxWrapper .pointBox .pointText ._font50 {
  font-size: clamp(3.3rem, -1.880952381rem + 6.746031746vw, 5rem);
  margin: 0 11px;
}
.pointBoxWrapper .pointBox .pointText ._font54 {
  font-size: clamp(3.4rem, -2.0857142857rem + 7.1428571429vw, 5.2rem);
  line-height: 5.5rem;
  letter-spacing: -0.03em;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointText {
    line-height: 1rem;
  }
  .pointBoxWrapper .pointBox .pointText._text03 {
    line-height: 2.5rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font22 {
    font-size: 1.2rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font26 {
    font-size: 1.6rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font38 {
    font-size: 2rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font44 {
    font-size: 2rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font50 {
    font-size: 2.6rem;
  }
  .pointBoxWrapper .pointBox .pointText ._font54 {
    font-size: 2.2rem;
  }
}
@media not all and (min-width: 375px) {
  .pointBoxWrapper .pointBox .pointText ._font54 {
    letter-spacing: -0.06em;
  }
}
.pointBoxWrapper .pointBox .pointText .markerLine {
  padding: 0;
  background: linear-gradient(transparent 40%, #FFEF69 0%);
}
.pointBoxWrapper .pointBox .pointList {
  color: #000000;
  line-height: 1.556;
  margin-top: 13px;
}
.pointBoxWrapper .pointBox .pointList .pointListItem {
  position: relative;
  padding-left: 0.8em;
  text-align: left;
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointList .pointListItem {
    padding-left: 1.2em;
  }
}
.pointBoxWrapper .pointBox .pointList .pointListItem::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 4px;
  width: 0.3rem;
  height: 0.3rem;
  background-color: currentColor;
  border-radius: 50%;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointList .pointListItem {
    left: 0px;
    font-size: 1rem;
  }
}
.pointBoxWrapper .pointBox .pointAnnotationList {
  color: #000000;
  line-height: 1.556;
  text-align: left;
  font-weight: 500;
  margin-top: 24px;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointAnnotationList {
    margin-top: 0px;
  }
}
.pointBoxWrapper .pointBox .pointAnnotationListItem {
  display: flex;
}
.pointBoxWrapper .pointBox .pointAnnotationListItem:not(:first-child) {
  margin-top: 5px;
}
.pointBoxWrapper .pointBox .pointAnnotationListSymbol {
  flex: 0 0 auto;
  font-size: 1.8rem;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointAnnotationListSymbol {
    font-size: 1rem;
  }
}
.pointBoxWrapper .pointBox .pointAnnotationListTxt {
  font-size: 1.8rem;
  margin-left: 4px;
}
@media not all and (min-width: 768px) {
  .pointBoxWrapper .pointBox .pointAnnotationListTxt {
    font-size: 1rem;
  }
}
.flowBox .pointBoxWrapper .pointBox .pointAnnotationList {
  margin-top: 20px;
}

.colBox {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.colBox._justify-center {
  justify-content: center;
}
@media not all and (min-width: 768px) {
  .colBox._col4 {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.colBoxInner {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .colBoxInner {
    width: 100%;
    margin-top: 20px;
  }
  .colBoxInner:first-child {
    margin-top: 0;
  }
}
.colBoxInner:nth-child(n+3) {
  margin-top: 20px;
}
._col3 .colBoxInner {
  width: 33.3333333333%;
  margin-right: 0;
  margin-left: 0;
}
@media not all and (min-width: 768px) {
  ._col3 .colBoxInner {
    margin-top: 0;
  }
}
._col3 .colBoxInner:nth-child(n+3) {
  margin-top: 0;
}
._col4 .colBoxInner {
  width: 25%;
  margin-right: 0;
  margin-left: 0;
}
@media not all and (min-width: 768px) {
  ._col4 .colBoxInner {
    width: 50%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  ._col4 .colBoxInner:nth-child(n+3) {
    margin-bottom: 0;
  }
}
._col4 .colBoxInner:nth-child(n+3) {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .colBoxInner._wide {
    width: 130px !important;
  }
  .colBoxInner._wide .hasInfoTxt {
    word-break: break-all;
  }
}
@media not all and (min-width: 768px) {
  .colBoxInner._maginLeft {
    margin-left: 34px;
  }
}
.colBox.gutterWide {
  margin-right: -20px;
  margin-left: -20px;
}
.colBox.gutterWideInner {
  width: calc(50% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.textHeading + .colBox {
  margin-top: 60px;
}
@media not all and (min-width: 768px) {
  .textHeading + .colBox {
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .colBox._widthType01 {
    flex-wrap: nowrap;
  }
}
.colBox._widthType01 .colBoxInner:first-child {
  width: 442px;
}
@media not all and (min-width: 768px) {
  .colBox._widthType01 .colBoxInner:first-child {
    width: 100%;
  }
}
.colBox._widthType01 .colBoxInner:nth-child(2) {
  width: 390px;
}
@media not all and (min-width: 768px) {
  .colBox._widthType01 .colBoxInner:nth-child(2) {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .colBox._sp3Col {
    margin-right: -6px;
    margin-left: -6px;
  }
  .colBox._sp3Col .colBoxInner {
    width: calc(33.3333333333% - 12px);
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 0;
  }
  .colBox._sp3Col .colBoxInner:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .colBox.paddingSpecial {
    padding: 0 4px;
  }
  .colBox.paddingSpecial .colBoxInner {
    width: calc(33.3333333333% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
  }
  .colBox.paddingSpecial .colBoxInner:nth-child(n+4) {
    margin-top: 30px;
  }
  .colBox.paddingSpecial .clipBoxInner._img {
    margin-bottom: 12px;
  }
  .colBox.paddingSpecial .clipBoxInner p {
    line-height: 20px;
  }
}
@media not all and (min-width: 768px) {
  .colBox._spCenter {
    justify-content: center;
  }
}

.clipBox {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .clipBox {
    flex-direction: column;
  }
}
@media not all and (min-width: 768px) {
  .colBox._widthType01 .clipBox {
    flex-direction: row;
  }
}
.clipBoxInner._img {
  flex-shrink: 0;
  width: 120px;
}
@media not all and (min-width: 768px) {
  .clipBoxInner._img {
    width: 80px;
  }
}
.clipBoxInner:nth-child(2) {
  margin-left: 30px;
}
@media not all and (min-width: 768px) {
  .clipBoxInner:nth-child(2) {
    margin-left: 0;
  }
}
@media not all and (min-width: 768px) {
  .clipBoxInner.hasInfo {
    text-align: center;
  }
}
.clipBoxInner.hasInfo .hasInfoTtl {
  font-size: 2.6rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .clipBoxInner.hasInfo .hasInfoTtl {
    font-size: 1.6rem;
  }
}
.clipBoxInner.hasInfo .hasInfoTxt {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media not all and (min-width: 768px) {
  .clipBoxInner.hasInfo .hasInfoTxt {
    margin-top: 7px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
  }
}
.clipBoxInner.hasInfo .hasInfoTxt > small {
  font-size: 1.2rem;
}
@media not all and (min-width: 768px) {
  .clipBoxInner.hasInfo .hasInfoTxt > small {
    font-size: 1rem;
    font-weight: normal;
  }
}
.colBox._widthType01 .clipBoxInner:nth-child(2) {
  width: calc(100% - 120px - 16px);
  margin-left: 16px;
}
@media not all and (min-width: 768px) {
  .colBox._widthType01 .clipBoxInner:nth-child(2) {
    width: calc(100% - 80px - 16px);
    margin-left: 10px;
  }
}

.headdingToggleBtn {
  margin-top: 120px;
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .headdingToggleBtn {
    margin-top: 80px;
  }
}
.headdingToggleBtn.mbNoActive {
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .headdingToggleBtn.mbNoActive {
    margin-bottom: 0 !important;
  }
}
.headdingToggleBtnItem {
  position: relative;
  display: block;
  padding: 24px 20px;
  background-color: #0CA26C;
  border-radius: 20px 20px 0 0;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .headdingToggleBtnItem {
    border-radius: 0;
  }
}
.headdingToggleBtnItem::after {
  content: "";
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(/lp_km/mycar2/images/landing_02_toggle_close.svg) no-repeat;
}
.headdingToggleBtnItem:hover {
  text-decoration: none;
}
.headdingToggleBtnItem.isActive {
  border-radius: 20px;
}
@media not all and (min-width: 768px) {
  .headdingToggleBtnItem.isActive {
    border-radius: 0;
  }
}
.headdingToggleBtnItem.isActive::after {
  background-image: url(/lp_km/mycar2/images/landing_02_toggle_open.svg);
}

.flowBoxAccordion {
  position: relative;
}

.flowBoxAccordionContent {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.flowBoxAccordionContent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
@media not all and (min-width: 768px) {
  .flowBoxAccordionContent {
    height: 180px;
  }
}

.stepToggle {
  position: absolute;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #0CA26C;
  width: 210px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  color: #0CA26C;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .stepToggle {
    bottom: 20px;
  }
}
.stepToggle::after {
  content: "";
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/lp_km/mycar2/images/landing_02_step_toggle_open.svg) no-repeat;
}

.expanded .flowBoxAccordionContent {
  height: auto;
}
.expanded .flowBoxAccordionContent::after {
  background: none;
}

.expanded .stepToggle {
  position: relative;
  margin-top: 10px;
  display: block;
}
@media not all and (min-width: 768px) {
  .expanded .stepToggle {
    margin-top: 20px;
    bottom: 0;
  }
}
.expanded .stepToggle::after {
  height: 3px;
  background-image: url(/lp_km/mycar2/images/landing_02_step_toggle_close.svg);
}

.flowBoxAccordion .stepToggle:focus {
  outline: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.modalContent {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 90%;
  max-width: 1020px;
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalContent::-webkit-scrollbar {
  display: none;
}
@media not all and (min-width: 768px) {
  .modalContent {
    max-height: 75vh;
  }
}
.modalContent .lpSection {
  margin: 0;
}
.modalContent .lpSection .lpSectionInner {
  padding: 0;
}
.modalContent .lpSection .lpSectionInner .lpBox {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}

.modalCloseBtn {
  position: sticky;
  z-index: 1;
  color: #505050;
  float: right;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modalCloseBtn:hover,
.modalCloseBtn:focus {
  color: #000;
}

.modalBtnArea {
  margin-top: 30px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .modalBtnArea {
    margin-top: 20px;
  }
}

.modalBtn {
  position: relative;
  padding: 16px 40px;
  border: 1px solid #0CA26C;
  width: 210px;
  color: #0CA26C;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.modalBtn .linkBlankIcon {
  position: absolute;
  top: 20px;
  right: 24px;
}

.no-scroll {
  overflow: hidden;
}

footer .img {
  max-width: 280px;
  padding: 25px 0 27px;
  margin-left: auto;
  margin-right: auto;
}
footer .copyRight {
  width: 100%;
  height: 40px;
  background-color: #01A85F;
  text-align: center;
}
footer .copyRight .text {
  height: 100%;
  padding: 14px 0;
  font-size: 1rem;
  color: #FFFFFF;
}

#header {
  width: 100%;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  #header {
    position: fixed;
    z-index: 20;
  }
}
#header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 50px 20px;
}
@media not all and (min-width: 768px) {
  #header .headerInner {
    padding: 12px 20px 11px 14px;
  }
}
#header .headerLogo img {
  height: 37px;
}
@media not all and (min-width: 768px) {
  #header .headerLogo img {
    height: 31px;
  }
}
#header .headerBtn {
  display: none;
}
@media not all and (min-width: 768px) {
  #header .headerBtn {
    display: flex;
    align-items: center;
  }
}
#header .headerBtnText {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0CA26C;
}
#header .hamburgerMenuBtn {
  position: relative;
  width: 30px;
  height: 20px;
  margin-left: 9px;
}
#header .hamburgerMenuBtn .line {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  background: #0CA26C;
  border-radius: 1.5px;
  transition: all 0.2s ease;
}
#header .hamburgerMenuBtn .line:nth-of-type(1) {
  top: 0px;
}
#header .hamburgerMenuBtn .line:nth-of-type(2) {
  top: 8px;
}
#header .hamburgerMenuBtn .line:nth-of-type(3) {
  top: 16px;
}
#header .headerMenu {
  position: fixed;
  top: 54px;
  right: -100%;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding-bottom: 54px;
  transition: all 0.5s;
  background-color: #FFFFFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header .headerMenu.open {
  right: 0;
}
#header .headerMenu::-webkit-scrollbar {
  display: none;
}
#header .headerMenuInner .title {
  width: 100%;
  margin: 25px auto 61px;
  text-align: center;
}
#header .headerMenuInner .title img {
  max-width: 232px;
}
#header .headerMenuInner .textHeading {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media all and (min-width: 341px) {
  #header .headerMenuInner .textHeading .spSmall {
    display: none !important;
  }
}
@media not all and (min-width: 341px) {
  #header .headerMenuInner .textHeading .spWide {
    display: none !important;
  }
}
#header .headerMenuInner .colBox {
  margin: 0 20px;
}
#header .headerMenuInner .colBoxInner {
  margin-top: 10px;
}
#header .headerMenuInner .colBoxInner:first-child {
  margin-top: 0;
}
#header .headerMenuInner .colBoxInner .anchorBtnNum > img {
  max-width: 23px;
}
#header .headerMenuInner .anchorBtn {
  padding: 16.5px 35px 16.5px 15px;
}
#header .headerMenuInner .colBox._box02 {
  margin-top: 40px;
}
#header .headerMenuInner .colBox._box02 .anchorBtn {
  padding: 15px 35px 15px 15px;
}
#header .headerMenuInner .colBox._box02 .anchorBtnNum {
  width: 23px;
  height: 28px;
}
#header .headerMenuInner .ctaBtnArea {
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
#header .headerMenuInner .ctaBtnArea .ctaBtn {
  padding: 16.5px 25px;
}

.open #header .hamburgerMenuBtn .line {
  transition: all 0.2s ease;
}
.open #header .hamburgerMenuBtn .line:nth-of-type(1) {
  top: 0px;
  transform: translateY(6px) rotate(-45deg);
}
.open #header .hamburgerMenuBtn .line:nth-of-type(2) {
  opacity: 0;
}
.open #header .hamburgerMenuBtn .line:nth-of-type(3) {
  top: 12.5px;
  transform: translateY(-6px) rotate(45deg);
}

.TableWrapper > table {
  table-layout: fixed;
  width: 100%;
}

.coloredTable {
  margin: 30px 0 16px;
}
@media not all and (min-width: 768px) {
  .coloredTable {
    margin: 20px 0 10px;
  }
}
.coloredTable > thead th, .coloredTable > thead td {
  font-weight: bold;
}
.coloredTable th {
  padding: 16px;
}
@media not all and (min-width: 768px) {
  .coloredTable th {
    padding: 16px 10px;
  }
}
.coloredTable td {
  padding: 16px 16px 22px;
}
@media not all and (min-width: 768px) {
  .coloredTable td {
    padding: 16px 10px 22px;
  }
}
.coloredTable .bgcTh {
  color: #FFFFFF;
  line-height: 1.5;
}
.coloredTable .bgcTh:first-child {
  background-color: #0CA26C;
  font-size: 1.8rem;
}
@media not all and (min-width: 768px) {
  .coloredTable .bgcTh:first-child {
    font-size: 1.4rem;
  }
}
.coloredTable .bgcTh:nth-child(2) {
  background-color: #505050;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .coloredTable .bgcTh:nth-child(2) {
    font-size: 1.4rem;
  }
}
.coloredTable .bgcTh > small {
  font-size: 1.4rem;
}
@media not all and (min-width: 768px) {
  .coloredTable .bgcTh > small {
    font-size: 1rem;
  }
}
.coloredTable .bgcTd {
  text-align: center;
}
.coloredTable .bgcTd:first-child {
  background-color: #E8F4F0;
  color: #0CA26C;
}
.coloredTable .bgcTd:nth-child(2) {
  background-color: #E6E6E6;
}
.coloredTable .largeTxt {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 10px;
}
@media not all and (min-width: 768px) {
  .coloredTable .largeTxt {
    font-size: 2.4rem;
  }
}

.lpTableTr {
  position: relative;
}
@media all and (min-width: 768px) {
  .lpTableTr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.lpTableTr:first-child {
  border-top: none;
}
.lpTableTr:last-child .lpTableTh {
  border-radius: 0 0 0 20px;
}
.lpTableTr:last-child .lpTableTd {
  border-radius: 0 0 20px 0;
}
@media not all and (min-width: 768px) {
  .lpTableTr:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media all and (min-width: 768px) {
  .lpTableTr > *:first-child {
    width: 25%;
  }
}
@media all and (min-width: 768px) {
  .lpTableTr > *:last-child {
    width: 75%;
  }
}
.lpTableTh {
  padding: 50px 30px;
  background-color: #E8F4F0;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .lpTableTh {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
@media all and (min-width: 768px) {
  tr:not(:first-child) .lpTableTh::before {
    content: "";
    top: -2px;
    left: 0;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #E8F4F0;
  }
}
.lpTableTd {
  padding: 50px;
}
@media not all and (min-width: 768px) {
  .lpTableTd {
    display: block;
    width: 100%;
    padding: 20px 20px 30px;
  }
  .lpTableTd > p, .lpTableTd .textDanger {
    font-size: 1.4rem;
  }
  .lpTableTd .discListItem {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .lpTableTd .annotationListTxt {
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  tr:not(:first-child) .lpTableTd::after {
    content: "";
    top: -2px;
    right: 0;
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #FFFFFF;
  }
}

.simpleTable {
  margin: 25px 0 20px;
}
@media not all and (min-width: 768px) {
  .simpleTable {
    margin: 20px 0 30px;
  }
}
.simpleTableTh {
  border: 1px solid #B9B9B9;
  font-size: 1.6rem;
  vertical-align: top;
}
.simpleTableTd {
  border: 1px solid #B9B9B9;
  font-size: 1.6rem;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .simpleTableTd {
    font-size: 1.4rem;
  }
}
.simpleTableTd:first-child {
  text-align: center;
}
.simpleTable > thead {
  background-color: #505050;
  color: #FFFFFF;
}
.simpleTable > thead .simpleTableTh, .simpleTable > thead .simpleTableTd {
  padding: 15px;
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .simpleTable > thead .simpleTableTh, .simpleTable > thead .simpleTableTd {
    padding: 10px;
  }
}
.simpleTable > tbody .simpleTableTh, .simpleTable > tbody .simpleTableTd {
  padding: 10px 20px;
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .simpleTable > tbody .simpleTableTh, .simpleTable > tbody .simpleTableTd {
    padding: 10px;
  }
}
.simpleTable > tbody .simpleTableTd._number {
  padding: 10px 0;
}

.lpTab {
  margin: 30px 0 20px;
}
@media not all and (min-width: 768px) {
  .lpTab {
    margin: 30px -20px 30px;
  }
}
.lpTabPanel {
  display: none;
}
.lpTabPanel:first-of-type {
  display: block;
}
.lpTabPanel.isActive {
  animation-name: tabPanelOpacity;
  animation-duration: 0.3s;
}
.lpTabList {
  display: flex;
  justify-content: space-between;
  border-bottom: 10px solid #0CA26C;
}
.lpTabListItem {
  width: 25%;
  background-color: #E6E6E6;
  border-right: 1px solid #FFFFFF;
  text-align: center;
}
.lpTabListItem:first-child {
  border-radius: 10px 0 0 0;
}
.lpTabListItem:last-child {
  border-right: none;
  border-radius: 0 10px 0 0;
}
.lpTabListItem.isActive {
  background-color: #0CA26C;
  border-radius: 0;
  position: relative;
}
.lpTabListItem.isActive a {
  color: #FFFFFF;
}
.lpTabListItem.isActive::before {
  content: "";
  top: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #0CA26C;
  border-radius: 10px 10px 0 0;
}
.lpTabListItem a {
  display: block;
  padding: 12px;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .lpTabListItem a {
    font-size: 1.4rem;
  }
}
.lpTabListItem a:hover {
  text-decoration: none;
}

.headdingToggleBtn.isActive {
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .headdingToggleBtn.isActive {
    margin-bottom: 0;
  }
}

.toggleContent.isActive {
  display: block;
}
@media not all and (min-width: 768px) {
  .toggleContent.isActive {
    margin-bottom: 0;
  }
}

@keyframes tabPanelOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.open {
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  #A01, #A02, #A03, #A04, #A05 {
    margin-top: -64px;
    padding-top: 64px;
  }
}

#chatOpenBtn {
  bottom: 60px !important;
  right: 80px !important;
}

#chatOpenBtn, #chatOpenBtn.hasNav {
  z-index: 10;
}

@media not all and (min-width: 768px) {
  #chatOpenBtn {
    bottom: 150px !important;
    right: 10px !important;
    z-index: 12 !important;
  }
}
.topOfBtn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 80px;
  z-index: 10;
}
@media not all and (min-width: 768px) {
  .topOfBtn {
    bottom: 90px;
  }
}

.bottomContactWrap {
  position: fixed;
  z-index: 10;
  bottom: -150px;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

.bottomContact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 2px solid #FFFBED;
  background-color: #0CA26C;
  z-index: 10;
  transition: all 0.3s ease;
}
@media not all and (min-width: 768px) {
  .bottomContact {
    display: block;
    height: 80px;
  }
}
.bottomContact.isFixd {
  bottom: -1px;
}
.bottomContact.isBottom {
  position: static;
}
.bottomContact .text {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 15px;
}
@media not all and (min-width: 768px) {
  .bottomContact .text {
    font-size: 1.2rem;
    padding-top: 7px;
    margin-bottom: 2px;
    margin-right: 0;
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .bottomContact .ctaBtnArea {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.bottomContact .ctaBtnArea .ctaBtn {
  padding: 8px 47px;
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .bottomContact .ctaBtnArea .ctaBtn {
    justify-content: center;
    max-width: 100%;
    height: 40px;
    padding: 8px 25px;
    text-align: center;
  }
}
.bottomContact .ctaBtnArea .ctaBtn::after {
  width: 16px;
  height: 16px;
}
.bottomContact .ctaBtnArea .ctaBtn .ctaBtnTxt {
  font-size: 1.6rem;
}
@media not all and (min-width: 400px) {
  .bottomContact .ctaBtnArea .ctaBtn .ctaBtnTxt {
    font-size: clamp(1.4rem, 0.6rem + 2.5vw, 1.6rem);
  }
}
.bottomContact.hidden {
  opacity: 0 !important;
  transition: all 0.3s ease;
}

.contactArea {
  width: 100%;
  height: 100%;
  padding: 0 20px 50px;
  background-color: #0ca26c;
  background: radial-gradient(circle at 0 0, #0CA26C 30%, #AAD84A 100%);
}
.contactArea .text {
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .contactArea .text {
    font-size: 2rem;
  }
}
.contactArea .contact {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  padding: 30px 45px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media not all and (min-width: 768px) {
  .contactArea .contact {
    display: block;
    padding: 30px 20px 30px;
  }
}
.contactArea .contact .tel {
  display: block;
  min-width: 300px;
  font-weight: bold;
}
@media not all and (min-width: 900px) {
  .contactArea .contact .tel {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media not all and (min-width: 768px) {
  .contactArea .contact .tel {
    display: block;
    min-width: 100%;
    text-align: center;
  }
}
.contactArea .contact .tel .text {
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  text-align: start;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .tel .text {
    text-align: center;
  }
}
.contactArea .contact .tel .telNumber {
  display: flex;
  align-items: center;
  font-size: clamp(2.4rem, -2.2222222222rem + 6.0185185185vw, 5rem);
  color: #0CA26C;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .tel .telNumber {
    flex-direction: column;
    align-items: unset;
    margin-top: 20px;
    font-size: 4.2rem;
  }
}
.contactArea .contact .tel .telNumber .text {
  padding: 6px 11px 5px;
  margin-right: 19px;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #0CA26C;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .tel .telNumber .text {
    margin-right: 0;
    padding: 0;
  }
}
.contactArea .contact .tel .telNumber .num {
  display: inline-block;
  font-size: clamp(2.4rem, -2.2222222222rem + 6.0185185185vw, 5rem);
}
@media not all and (min-width: 900px) {
  .contactArea .contact .tel .telNumber .num {
    font-size: clamp(2rem, -4.9818181818rem + 9.0909090909vw, 3.2rem);
  }
}
@media not all and (min-width: 768px) {
  .contactArea .contact .tel .telNumber .num {
    font-size: clamp(2rem, 0.6956521739rem + 3.2608695652vw, 3.2rem);
  }
}
@media not all and (min-width: 400px) {
  .contactArea .contact .tel .telNumber .num {
    font-size: clamp(2rem, -2.8rem + 15vw, 3.2rem);
  }
}
.contactArea .contact .time {
  max-width: 370px;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .time {
    max-width: 100%;
    margin-top: 10px;
  }
}
.contactArea .contact .time p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .time p {
    text-align: center;
  }
}
.contactArea .contact .time .annotationList {
  margin-top: 21px;
}
.contactArea .contact .time .annotationList .annotationListSymbol {
  font-size: 1rem;
}
.contactArea .contact .time .annotationList .annotationListTxt {
  margin-left: 4px;
  font-size: 1rem;
  font-weight: normal;
}
@media not all and (min-width: 768px) {
  .contactArea .contact .time .annotationList .annotationListTxt {
    margin-left: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
