@charset "UTF-8";

body.karte-evit.new h2.underline {
  padding: 0 0 0.5em;
}
@media screen and (max-width:767px) {
body.karte-evit.new h2.underline {
  display: block;
}
}

body.karte-evit.new h2 {
  margin: 0 0 0.8em;
  line-height: 1.5;
  color: #2d318c;
}
body.karte-evit.new h2 small {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
body.karte-evit.new h2 small {
  font-size: 4.8vw;
}
}
body.karte-evit.new h3 {
  color: #2d318c;
  text-align: left;
}

body.karte-evit.new .underline {
  border-bottom-color: #2d318c;
}
body.karte-evit.new .underline:after {
  background: #2d318c;
}

body.karte-evit.new .heading .subText {
  height: auto;
  padding-top: 0;
  padding-left: 0;
  border-left: none;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  body.karte-evit.new .heading .subText {
    padding-top: 4vw;
    margin-left: 21.5vw;
  }
}

body.karte-evit.new .heading .subText__heading {
  display: inline-block;
  margin: 0;
  padding: 0.643em 1em;
  background: #fff;
  color: #2d318c;
}

body.karte-evit.new .heading {
  background: #2d318c;
}

body.karte-evit.new .outline {
  padding: 90px 0;
}
body.karte-evit.new .outline.white {
  background: #fff;
}
body.karte-evit.new .outline.navy {
  background: #f0f2ff;
}
@media screen and (max-width:767px) {
body.karte-evit.new .outline {
  padding: 12vw 0;
}
}

body.karte-evit.new .outline .outline__leadCopy {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
}
body.karte-evit.new .outline .outline__leadCopy strong {
  color: #2d318c;
}

body.karte-evit.new .outline .outline__heading {
  line-height: 1.5;
  color: #2d318c;
}
body.karte-evit.new .outline .outline__heading .strap {
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.3em 2em;
  background: #6c73c4;
  border-radius: 8px;
  color: #fff;
}
body.karte-evit.new .outline.white .outline__heading .strap {
  background: #c2e4f9;
  color: #2d318c;
}
body.karte-evit.new .sp {
  display: none;
}
body.karte-evit.new .pc {
  display: inline-block;
}
@media screen and (max-width:767px) {
body.karte-evit.new .sp {
  display: inline-block;
}
body.karte-evit.new .pc {
  display: none;
}
}

body.karte-evit .outline p small {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 12px;
  line-height: 1.66;
}

body.karte-evit.new .outline .is-feature02 .outline__image {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
body.karte-evit.new .outline .is-feature02 .outline__image {
  padding: 0 4.5333333333vw 10vw;
}
}

body.karte-evit.new .outline img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.karte-evit.new figure {
  margin: 0;
}

body.karte-evit .outline .outline__note.rt {
  margin-top: 1em;
  text-align: right;
}

body.karte-evit.new .flow {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 55px;
}
body.karte-evit.new .flow__this {
  width: 719px;
}
body.karte-evit.new .flow__next {
  width: 235px;
}
body.karte-evit.new .flow__term {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
body.karte-evit.new .flow__this .flow__term {
  background: #6c73c4;
}
body.karte-evit.new .flow__next .flow__term {
  background: #939de5;
  margin-right: 15px;
}
body.karte-evit.new .flow__this .flow__term:after,
body.karte-evit.new .flow__next .flow__term:before,
body.karte-evit.new .flow__next .flow__term:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
body.karte-evit.new .flow__this .flow__term:after {
  right: -15px;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #6c73c4;
  z-index: 2;
}
body.karte-evit.new .flow__next .flow__term:before {
  left: 0;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #fff;
}
body.karte-evit.new .flow__next .flow__term:after {
  right: -15px;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #939de5;
}
body.karte-evit.new .flow__wrap {
  padding: 20px 0 0;
}
body.karte-evit.new .flow__this .flow__wrap {
  display: flex;
  justify-content: space-between;
}
body.karte-evit.new .flow__next .flow__wrap {
  margin: 0 0 0 13px;
}
body.karte-evit.new .flow__step {
  width: 222px;
}
body.karte-evit.new .flow__subj {
  position: relative;
  margin-bottom: 14px;
  background: #c2e4f9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  color: #2d318c;
}
body.karte-evit.new .flow__subj .icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  z-index: 2;
}
body.karte-evit.new .flow__subj .icon + .icon {
  left: 40px;
  z-index: 1;
}
body.karte-evit.new .outline .flow__txt {
  padding: 1em 0 0;
  text-align: center;
}

@media screen and (max-width:767px) {
body.karte-evit.new .flow {
  display: block;
  justify-content: unset;
  padding: 10vw 0;
}
body.karte-evit.new .flow__this,
body.karte-evit.new .flow__next {
  display: flex;
  justify-content: space-between;
  width: auto;
}
body.karte-evit.new .flow__term {
  display: flex;
  align-items: center;
  width: 8.5333333333vw;
  padding-top: 1em;
  font-size: 4.2666666667vw;
  line-height: 1;
  writing-mode: vertical-rl;
}
body.karte-evit.new .flow__this .flow__term {
  margin-bottom: 1.8666666667vw;
}
body.karte-evit.new .flow__next .flow__term {
  margin-right: 0;
  margin-bottom: 6vw;
  padding-top: 2em;
}
body.karte-evit.new .flow__this .flow__term:after,
body.karte-evit.new .flow__next .flow__term:after {
  top: auto;
  bottom: -4vw;
}
body.karte-evit.new .flow__this .flow__term:after {
  right: 0;
  border-width: 4vw 4.2666666667vw 0 4.2666666667vw;
  border-color: #6c73c4 transparent transparent transparent;
}
body.karte-evit.new .flow__next .flow__term:before {
  border-width: 4vw 4.2666666667vw 0 4.2666666667vw;
  border-color: #fff transparent transparent transparent;
}
body.karte-evit.new .flow__next .flow__term:after {
  right: 0;
  border-width: 4vw 4.2666666667vw 0 4.2666666667vw;
  border-color: #939de5 transparent transparent transparent;
}
body.karte-evit.new .flow__wrap {
  width: 76.2666666667vw;
  padding: 0;
}
body.karte-evit.new .flow__this .flow__wrap {
  display: block;
  justify-content: unset;
}
body.karte-evit.new .flow__next .flow__wrap {
  margin: 0;
}
body.karte-evit.new .flow__step {
  width: auto;
}
body.karte-evit.new .flow__this .flow__step {
  padding: 0 0 8vw;
}
body.karte-evit.new .flow__subj {
  margin-bottom: 3.7333333333vw;
  border-radius: 1.0666666667vw;
  font-size: 4.2666666667vw;
}
body.karte-evit.new .flow__subj .icon {
  left: 1.6vw;
  width: 10.6666666667vw;
}
body.karte-evit.new .flow__subj .icon + .icon {
  left: 10.6666666667vw;
}
body.karte-evit.new .outline .flow__txt {
  padding: 0.7em 0 0;
}
}

body.karte-evit.new .cols {
  display: flex;
  justify-content: space-between;
}
body.karte-evit.new .cols4 {
  padding: 24px 0 0;
}
body.karte-evit.new .cols3 .col {
  width: 300px;
}
body.karte-evit.new .cols4 .col {
  position: relative;
  width: 198px;
}
body.karte-evit.new .cols4 .col:before {
  display: block;
  content: "";
  position: absolute;
  left: -35px;
  top: 88px;
  width: 14px;
  height: 20px;
  background-color: #9a908b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body.karte-evit.new .cols4 .col:first-child:before {
  display: none;
}
body.karte-evit.new .col h4 {
  padding: 0 0 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: left;
}
body.karte-evit.new .col h4 .bullet {
  color: #2d318c;
}
body.karte-evit.new .col p {
  padding: 0.7em 0 0;
}
body.karte-evit.new .col p small {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 12px;
  line-height: 1.66;
}
body.karte-evit.new .cols4 .col p {
  padding: 1em 0 0;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
}

@media screen and (max-width:767px) {
body.karte-evit.new .cols {
  flex-direction: column;
}
body.karte-evit.new .cols3 {
  row-gap: 6.1333333333vw;
}
body.karte-evit.new .cols4 {
  align-items: center;
  row-gap: 13.3333333333vw;
  padding: 5vw 0 0;
}
body.karte-evit.new .cols3 .col {
  width: auto;
  padding: 0 4.5333333333vw;
}
body.karte-evit.new .cols4 .col {
  width: 100%;
}
body.karte-evit.new .cols4 .col:before {
  left: 50%;
  top: -8.8vw;
  transform: translateX(-50%);
  width: 5.6vw;
  height: 3.7333333333vw;
  clip-path: polygon(50% 3.7333333333vw, 0% 0%, 5.6vw 0%);
}
body.karte-evit.new .cols4 .col img {
  width: 40vw;
}
body.karte-evit.new .col h4 {
  text-indent: -1em;
  font-size: 4.2666666667vw;
}
body.karte-evit.new .col p small {
  font-size: 3.2vw;
}
body.karte-evit.new .cols4 .col p {
  padding: 0.5em 0 0;
  font-size: 3.7333333333vw;
}
}

body.karte-evit.new .usage {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0;
}
body.karte-evit.new .usage__state {
  width: 450px;
  background: #f0f2ff;
  border-radius: 12px;
  overflow: hidden;
}
body.karte-evit.new .usage__ttl {
  padding: 0.5em 0;
  background: #2d318c;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #f9f082;
  text-align: center;
}
body.karte-evit.new .usage__inner {
  padding: 0 30px 30px;
}
body.karte-evit.new .usage__subj {
  padding: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2d318c;
}
body.karte-evit.new .usage__point {
  padding: 0 0 1.8em;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
body.karte-evit.new .usage__point li {
  position: relative;
  padding: 0 0 0.3em 1em;
}
body.karte-evit.new .usage__point li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
body.karte-evit.new .usage__point li em {
  background: linear-gradient(transparent, transparent 70%, #f9f082 70%, #f9f082);
  font-weight: bold;
  color: #2d318c;
}
body.karte-evit.new .usage__txt {
  position: relative;
  padding: 0 0 1.5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #2d318c;
  text-align: left;
}
body.karte-evit.new .usage__txt:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 0 18px;
  border-color: #6c73c4 transparent transparent transparent;
}
body.karte-evit.new .usage__capt {
  display: inline-block;
  position: relative;
  min-width: 300px;
  margin-bottom: 4px;
  padding: 0.4em 1em 0.5em;
  background: #6c73c4;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28;
  color: #fff;
}
body.karte-evit.new .usage__capt:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #6c73c4 transparent transparent transparent;
}

@media screen and (max-width:767px) {
body.karte-evit.new .usage {
  display: block;
  justify-content: unset;
  padding: 2vw 0 0;
}
body.karte-evit.new .usage__state {
  width: auto;
  border-radius: 3.2vw;
}
body.karte-evit.new .usage__state + .usage__state {
  margin-top: 8vw;
}
body.karte-evit.new .usage__ttl {
  font-size: 4.2666666667vw;
}
body.karte-evit.new .usage__inner {
  padding: 0 4.6666666667vw 8vw;
}
body.karte-evit.new .usage__subj {
  padding: 0 0 0.8em;
  font-size: 4.8vw;
}
body.karte-evit.new .usage__point {
  font-size: 3.7333333333vw;
}
body.karte-evit.new .usage__txt {
  padding: 0 0 1em;
  font-size: 3.7333333333vw;
}
body.karte-evit.new .usage__txt:before {
  top: -5.3333333333vw;
  border-width: 3.7333333333v 4.8vw 0 4.8vw;
}
body.karte-evit.new .usage__capt {
  display: block;
  min-width: unset;
  margin-bottom: 1.0666666667vw;
  padding: 0.4em 0 0.5em;
  border-radius: 2.1333333333vw;
  font-size: 3.7333333333vw;
}
body.karte-evit.new .usage__capt:after {
  bottom: -2.5vw;
  border-width: 2.6666666667vw 1.8666666667vw 0 1.8666666667vw;
  border-color: #6c73c4 transparent transparent transparent;
}
}
