@charset "utf-8";
html, body, 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, sub, sup, 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 {
    margin: 0;
    padding: 0;
    border: 0;

    /* font: inherit; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.75;
    min-height: 100%;
    color: #000;
}
p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.fs14 {
    font-size: 14px !important;
}
p.small {
    font-size: 18px;
    color: #000000;
}
.c-highlight {
    margin: 0 0.5rem;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(64%, rgba(255, 255, 255, 0)), color-stop(68%, #f8a5a5) );
    background: linear-gradient(rgba(255, 255, 255, 0) 64%, #f8a5a5 68%);
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}
.left {
    float: left;
}
.right {
    float: right;
    width: 47.3%;
    text-align: left;
}

.pa0 {
    padding: 0;
}
.pt30 {
    padding-top: 30px;
}
.font18 {
    font-size: 18px;
}
.font24 {
    font-size: 24px;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px;
}
.mb3p{margin-bottom: 3%!important;}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mAuto {
    margin-left: auto;
    margin-right: auto;
}
.m0Auto{margin: 0 auto;}
.text-center {
    text-align: center;
    padding: 0;}
.text-left{text-align: left;}
.wht-spc{white-space: nowrap;}
.flx{display: flex;}
a {
    color: #314da4;
    text-decoration: none;
    outline: none;
}
a:hover img {
  opacity:0.7
}
.c-link-block {
  display: flex;
  font-weight: 700;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  max-width: 320px;
  min-height: 50px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #314da4;
  color: #fff !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}
._mailform{
  background-color: #40A000;
  margin: 0;
}
.c-link-block span::before {
  background-image: url('/neo/common/img/icon_circle-right_white.svg');
}
.c-link-block span::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.c-link-block span {
    display: inline-flex;
    align-items: center;
}
.c-link-block span::before {
    background-image: url(/neo/common/img/icon_circle-right_white.svg);
}
._mailform span::before {
    background-image: url(/neo/images/common/ico_arrow33.png);
}
  .c-link-block:not(:disabled):hover {
    opacity: 0.65;
  }
body {
    margin: 0;
}
/********************************************
********************* mv ********************
********************************************/
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.mv {
    /* color: #fff; */
    position: relative;
    /* height: 580px; */
    background-color: #6FBBE4;
    background-position: left top,right top;
}
.app .mv {
    background: url(../images/start/appsuite/main_bg.png) no-repeat;
    /*background-color: rgb(111,187,228);*/
		background-color: #becdee;
}
.mv_wrapper {
    max-width: 1200px;
    margin: 0px auto 0;
    padding: 50px 0 0px;
    text-align: center;
    position: relative;
    height: 781px;
}
.c-button1__innerCont {
    display: flex;
    align-items: center;
    background-color: #fef712;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    padding: 14px 27px;
    text-decoration: none;
    width: 250px;
    margin: 20px auto 0;
}
.c-button1__icon {
  display: block;
  margin-right: 9px;
  flex: 0 0 19px;
}
.c-link-circle {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.9;
  color: #314da4;
  font-size: 16px;
}
.c-link-circle:hover {
  text-decoration: underline;
}
/*
.c-link-circle::before {
  content: '';
  background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg)
    center/contain;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.45em;
  position: relative;
  top: 0.2em;
  flex-shrink: 0;
}
*/
.c-link-circle::before {
    content: '';
    background: url(/neo/assets/img/neo/price/link_arw.svg) no-repeat;
    display: inline-block;
    margin-right: 0.45em;
    position: relative;
    /* top: 0.2em; */
    flex-shrink: 0;
    top: 6px;
    width: 13px;
    height: 13px;
}

.c-link-circle.-full {
  display: flex;
  height: 100%;
}
.c-link-circle.-no-line:hover {
  text-decoration: none;
}
.c-link-circle.-icon_s::before {
  width: 1em;
  height: 1em;
  top: 0.4em;
}

@media only screen and (max-width: 47.9375em) {
.c-button1__innerCont {
    width: auto;
    height: auto;
    display: inline-flex;
    margin: 10px auto 30px;
}
  .c-button1__icon {
    width: 19px;
    height: 19px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button1__icon {
    flex: 0 0 40px;
    margin-right: 15px;
  }

  .c-button1__icon.-size_s {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}
.c-button1__sub-text {
  display: block;
  font-size: 12px;
  color: #314da4;
}
@media print, screen and (min-width: 48em) {
  .c-button1__sub-text {
    font-size: 15px;
  }
}

.c-button1__main-text {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #314da4;
}
.c-button1__main-text.-size_s {
    font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .c-button1__main-text {
    font-size: 20px;
  }
  
  .c-button1__main-text.-size_s {
    font-size: 18px;
  }
}
.mv h1 {
    font-size: 3.8vw;
    /*line-height: 1.2;*/
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 1vw 0 50px;
    line-height: 1.3;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.app .mv h1 {
    color: #372eb2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media print, screen and (min-width: 48em){
.app .mv h1 {
    color: #372eb2;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.mv h1 {
  margin-bottom:10px;
}  
}
.mv h1 span {
    font-size: 3.8vw;
    color: #1C588E;
    display: block;
}
.app .mv h1 span {
    color: #4F4BBD;
}
.mv .copy1 {
    font-size: 19px;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    margin: 0px 0px 0 140px;
}
.mv .copy2 {
    font-size:23px;
    line-height: 2.0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 0 100px;
    width: 53%;
}
.mv .copy2 p {
    font-size: 1.2vw;
    line-height: 2.0;
    color: #ffffff;
    /* text-align: center; */
}
.app .mv .copy2 {
    width: 40%;
    margin: 90px 0px 0 20px;
}
.app .mv .copy1,.app .mv .copy2 p{
    color: #1e1e1e;
}
.app .mv .img1 {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 100;
  max-width: 34vw;
}
.mv .img1 {
    position: absolute;
    bottom: -13px;
    right: 50px;
    z-index: 100;
    max-width: 31.5vw;
}
.mv_banner {
    position: relative;
    margin-top: -60px;
}
.mv_app {
    width: 47%;
}
.mv_app figure {
    width: 110%;
    margin-left: -10%;
}
.mv_banner_cont {
    width: 50%;
    font-size: 1rem;
}
@media print, screen and (min-width: 80em) {
.mv {
    padding: 0 0vw;
}
}
@media print, screen and (min-width: 48em) {
  .mv_wrapper {
    max-width: 1200px;
    margin: 0px auto 0;
    padding: 50px 0 0px;
    text-align: center;
    position: relative;
    height: 781px;
    max-width: 890px;
}
}


@media print, screen and (min-width: 61.25em) {
.mv_app figure {
    width: 100%;
    margin-left: 0;
}
.mv {
    /* color: #fff; */
    background: url(../images/start/main_bg01.png) no-repeat,url(../images/start/main_bg02.png) no-repeat;
    background-position: -1vw top,100vw top;
    background-color: #6FBBE4;
    padding: 0 8.5vw;
    background-size: contain;
}
.app .mv {
    /* color: #fff; */
    background: url(../images/start/appsuite/main_bg.png) no-repeat;
    /*background-color: rgb(111,187,228);*/
		background-color: #becdee;
    background-position: left top,right top;
    /* height: 821px; */
    z-index: 90;
}
.mv .copy1 {
/*    margin: 0px auto 0;*/
    text-align: left;
    margin: 0px 0px 0 175px;
}

.mv h1 {
    margin: 1vw 0 10px;
}
.app .mv_wrapper {height: auto;padding: 30px 0 30px;/* max-width: 1200px; */}
.mv_wrapper {height: auto;padding: 30px 0 30px;/* max-width: 1200px; */}
.mv .copy2 {
    font-size: 1.8vw;
}
  .app .mv .copy2 {
    width: 60%;
    margin: 0 0px 0 20px;
}
}
@media print, screen and (min-width: 80em){
.mv {
    /* color: #fff; */
    background: url(../images/start/main_bg01.png) no-repeat,url(../images/start/main_bg02.png) no-repeat;
    background-color: rgb(111,187,228);
    background-position: left top,right top;
    /* height: 821px; */
    z-index: 90;
    background-size: contain;
}
.mv_wrapper {
    height: 40.5vw;
    padding: 50px 0 0px;
    max-width: 1200px;
}
.mv h1 {
    margin: 1vw 0 30px;
}
.app .mv_wrapper {
  /* height: 41.5vw; */
  padding: 50px 0 100px;
}
.mv .copy1 {
    text-align: left;
    margin: 0px 0px 0 110px;
}
.app .mv .copy1 {
    text-align: left;
    margin: 0px 0px 0 176px;
}
.mv .copy2 {
    font-size: 23px;
}
.app .mv .copy2 {
    width: 44%;
    margin: 0vw 0px 0 110px;
}
.mv h1 {
    margin: -1vw 0 40px;
}
.app .mv h1 {
    margin: 10px 0 30px;
    font-size: 3.8vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
  }


@media screen and (max-width: 1000px) {
.mv h1 {
    font-size: 34px;
    margin: 1vw 0 30px;
}
.mv h1 span {
    font-size: 34px;
}
.mv_wrapper {height: 60vw;max-width: 1120px;}
.mv .copy1 {
    margin: 0px 0px 0 42vw;
}
.mv {
    /* color: #fff; */
    position: relative;
    /* height: 507px; */
}
.mv .img1 {
    max-width: 50vw !important;
    bottom: -3px;
    right: 20vw !important;
    /* z-index: 100; */
}
.mv .copy2 {
    font-size: 20px;
    margin: 0px 0px 0 150px !important;
    width: 50%;
}
}
@media only screen and (max-width: 47.9375em) {
.mv {
    padding-top: 20px;
    text-align: center;
    height: auto;
    padding-bottom: 70%;
}
.app .mv {
    padding-top: 20px;
    text-align: center;
    height: auto;
    padding-bottom: 63%;
}
.mv .copy2 {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 4.0vw;
    text-align: left;
    line-height: 1.4;
}
.mv .img1 {
  max-width: 90vw !important;
  left: 0;
  right: 0 !important;
  margin: 0 auto;
  bottom: -7px;
}
.app .mv .img1 {max-width: 80vw !important;}
.mv_wrapper {
    width: 100%;
    padding: 0 15px !important;
    position: static;
    box-sizing: border-box;
    height: auto;
}
.mv .bg-yellow {
    width: 90%;
    margin-left: 5%;
}
.mv figure {
    position: relative;
    padding: 0 8%;
    left: 0;
}
.mv figure figcaption {
    bottom: 45%;
    left: auto;
    right: 15px;
    color: #fff;
}
.mv_banner {
    margin-top: -30px;
}
.mv_app {
    width: 100%;
    text-align: center;
}
.mv_app figure {
    margin: 0;
    width: 100%;
}
.mv_banner_cont {
    width: 100%;
    margin-top: 5em;
    text-align: center;
}
}

h1 {}
h1 img {
    margin-left: 25px;
    max-width: 30.35vw;
}
.app h1 img {
    margin: 0px 0 0 25px;
    max-width: 26.35vw;
    /* position: absolute; */
}
h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 0px;
    position:relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #104092;
}
h2:before {
  display:block;
  width:100px;
  height:8px;
  content:"";
  background:#104092;
  margin-right: 30px;
  border-radius: 11px;
}
h2:after {
  display:block;
  width:100px;
  height:8px;
  content:"";
  background:#104092;
  margin-left: 30px;
  border-radius: 11px;
}
h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 50px;
    position:
    relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* color: #1C588E; */
    margin-left: -10px;
    width: 100%;
    position: relative;
    margin-top: -60px;
    padding-top: 90px;
}
h3.iconTitle:before {
  display:
  block;
  width:33px;
  height:32px;
  content:
  "";
  margin-right: 10px;
  background-size: contain !important;
}
h3.iconTitle._movie:before {
  background: url(../images/start/titleicon01.png) no-repeat;
}
h3.iconTitle._document:before {
  background: url(../images/start/titleicon02.png) no-repeat;
}
h3.iconTitle._pc:before {
  background: url(../images/start/titleicon03.png) no-repeat;
  width: 39px;
}
h3.iconTitle._online:before {
  background: url(../images/start/titleicon04.png) no-repeat;
  width: 38px;
}
.titleCont + p, h3 + p {
  max-width: 580px;
  text-align:
  center;
  margin-left:
  auto;
  margin-right:
  auto;
  font-size: 18px;
  margin-bottom: 60px;
  }
.app .titleCont + p,.app h3 + p {
  max-width: none;
  }
#step4 h3 + p{
    margin-bottom: 30px;
}
.titleCont{
    margin-bottom: 30px;
}
.titleCont span {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    display:block;
    color:#4FAEE1;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.maxImg {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#form .maxImg {
    max-width: 840px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.max1000 {
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.main {
    background: url(https://mk.neo.co.jp/l/856983/2020-11-05/2ydsj/856983/1604636538AHvmmOZ1/main_bg.png);

    padding: 0;
    max-height: 792px;
}
.wrapper {
    background-repeat: no-repeat;
    padding: 0 3.125%;
    position:relative;
    overflow: hidden;
    z-index: 100;
}
/*#step4 .innerCont,*/
#trble_cnsl .innerCont{
  padding-bottom:0;
}
#step5 .innerCont {
    padding: 0;
}
/*#step2.wrapper,*/
#step4.wrapper,
#step5.wrapper {
  background-color: #E7EDFB;
}
#step5.wrapper:before {
  display:none;
}
.wrapper:nth-of-type(2n) {
 background-color: #E7EDFB;
}
.wrapper:nth-of-type(2n) .innerCont{
    /* background-color: #E7EDFB; */
}
.wrapper:before {
    background-repeat: no-repeat;
    width: 1920px;
    height: 1920px;
    position:absolute;
    display:block;
    content:"";
    border-radius: 50%;
    left: -50%;
    top: 50%;
    background-color: rgb(242,246,255);
    z-index: 0;
    opacity: 0.5;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
}
.wrapper:nth-of-type(2n):before {
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    opacity: 0.3;
}
.blueCont .innerCont {
    /* background-color: #E7EDFB; */
}
.innerCont {
    max-width: 1152px;
    margin: 0 auto;
    padding: 102px 0;
    /* background-color: white; */
    width: 100%;
    z-index: 90;
    position: relative;
}
.stepCont{
    background: #F2F6FF;
    border-bottom: 5px solid #f3f3f3;
    z-index: 10;
    position: relative;
}
.stepCont .innerCont {
      padding: 0px 0 !important;
}
@media print, screen and (min-width: 61.25em){
.stepCont .innerCont {
    max-width: 85%;
}
}
@media print, screen and (min-width: 80em){
.stepCont .innerCont {
    max-width: 1152px;
}
}
.stepCont .innerCont li {

}
ul.after-as-rhombus {
  padding: 0 0px 0 0;
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  flex-wrap: wrap;
}
 
ul.after-as-rhombus li {
  display: block;
  /* white-space: nowrap; */

}
ul.after-as-rhombus a div{
    position:
    relative;
    display: inline-block;
    color: #000000;
    font-weight: normal;
    font-size: 15px;
}
ul.after-as-rhombus a div:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #326DA3 transparent transparent transparent;
  position:absolute;
  display:block;
  content:"";
  border-radius: 4px;
  right: -40px;
  top: -1px;
}
ul.after-as-rhombus li:first-of-type a {
    width: 384px;
    box-sizing: border-box;
}
ul.after-as-rhombus a span {
  display: block;
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
ul.after-as-rhombus li.active a, ul.after-as-rhombus li.active .a {
  background: #003;
  color: #ddd;
}
ul.after-as-rhombus li .a {
  cursor: default;
}
 
ul.after-as-rhombus a {
  padding: 32px 0.5vw 32px 3.5vw;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  color: #336;
  background: #F2F6FF;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  /*width: 33.3vw;*/
  box-sizing: border-box;
  width: 384px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.after-as-rhombus li:nth-of-type(1) a {
  padding: 32px 0.5vw 32px 0.5vw;
}
ul.after-as-rhombus li:nth-of-type(2) a {
  background: #Ffffff;
}
ul.after-as-rhombus li:hover a,ul.after-as-rhombus li:hover a:after {
  background: #9eb4e6;
  color:#ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.after-as-rhombus li:nth-of-type(2):hover a,ul.after-as-rhombus li:nth-of-type(2):hover a:after {
  background: #9eb4e6;
  color:#ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.after-as-rhombus li:nth-of-type(3):hover a, ul.after-as-rhombus li:nth-of-type(3):hover a:after {
  background: #9eb4e6;
  color:#ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.after-as-rhombus li:nth-of-type(4):hover a,ul.after-as-rhombus li:nth-of-type(4):hover a:after {
  background: #9eb4e6;
  color:#ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.after-as-rhombus li.active a::after, .after-as-rhombus li.active .a::after {

}
.after-as-rhombus li:nth-of-type(1) {
  z-index: 4;
}
.after-as-rhombus li:nth-of-type(2) {
  z-index: 3;
}
.after-as-rhombus li:nth-of-type(3) {
  z-index: 2;
}
.after-as-rhombus li:nth-of-type(4) {
  z-index: 1;
}
.after-as-rhombus a:hover::after {
  /* border-color: #ddd; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.after-as-rhombus a::after{
  content: '';
  display: block;
  height: 95px;
  width: 95px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  position: absolute;
  top: 30px;
  z-index: -1;
  right: -45px;
  background: #F2F6FF;
  /* border: 1px #336 solid; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.after-as-rhombus li:nth-of-type(2) a::after{
    background: #ffffff;
}
.after-as-rhombus li:nth-of-type(3) a::after{
  display:none;
}
.after-as-rhombus li:nth-of-type(4) a::after{
  display:none;
}
.after-as-rhombus li:nth-of-type(3) a::after{
  background: #F2F6FF;
  display:
  block;
}
.after-as-rhombus li:nth-of-type(4) a{
  background: #ffffff;
  display:
  block;
  /* padding: 0px 10px 0px 0vw; */
}
.subCont img {
    /* width: 419px; */
    max-width: 100%;
    margin: 0 auto 20px;
}
.wfCont {
  max-width: 1030px;
  margin: 0 auto;
}
.wfCont .subCont {
    float: left;
    margin: 0 0px 30px 0;
    max-width: 100%;
    width: 48.5%;
    height: auto;
    text-align: center;
}
.wfCont .subCont:nth-of-type(2n) {
    margin: 0 0px 0px 0;
    float: right;}
.textCont {
    text-align: left;
    max-width: 49.5%;
    box-sizing: border-box;
    padding: 0 50px 0 0px;
    margin: 0 0 0px;
    position: relative;
}
.textCont h3 {
  margin-left:0;
  color: #000000;
  font-size: 20px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.textCont p {
  text-align:left;
}
.flowCont .subCont {
    width: 31.3%;
    float: left;
    box-sizing: border-box;
    margin-right: 3%;
    text-align: left;
    margin-bottom: 60px;
}



@media only screen and (max-width: 47.9375em) {
	.flowCont.mb20 .subCont {
		margin-bottom: 60px!important;}
	.flowCont.mb20 .subCont:last-child {
		margin-bottom: 20px!important;}
}

.flowCont .subCont p {
  font-size: 15px;
}
.flowCont div:nth-of-type(3) {
    margin-right: 0%;
}
.flowCont.mb20 .subCont{margin-bottom: 0;}
.movie {
    position: relative;
		padding-bottom: 56.8%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
}
/*.app #step1 .movie { padding-bottom: 91.25%;}*/
.subCont .title span{
  font-size: 15px;
  text-align: center;
  margin: 0 6px 6px 0px;
  display: inline;
  font-weight: bold;
  background: #4FAEE1;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 6px;
	font-feature-settings: "palt";
}
.subCont .title {
  font-size: 18px !important;
  /*height: 5em;*/
	font-feature-settings: "palt";
}
#step3 img,#step4 img{
  max-width: 100%;
}
#step3 img + span{
  display:block;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
.flowCont h3 {
    font-size: 24px;
    color: #314da4;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    display: block;
    margin: 0;
}
#form .innerCont{
    padding: 120px 0 0;
  }
.form00 {
    background-color: #314da3;
}
.form00 .formText {
    font-size: 38px;
    padding: 0 0 20px;
    color: #ffffff;
    font-weight: bold;
}
form.form {
    margin: 0px 0 1em 0;
}
form {
　　color: #000000 !important;
    padding: 50px 03.125% 70px !important;
    border: 6px solid #e5e5e5;
    max-width: 840px;
    margin: 0 auto !important;
    box-sizing: border-box;
}
form table {
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    max-width: 690px;
    width: 100%;
}
form table label {
    color: #000000;
    font-size: 16px;
}
form table td {
    vertical-align: top;
}
form table th {
    padding: 20px 20px 20px 0;
    margin: 0;
    flex-wrap: wrap;
    width: 290px;
    vertical-align: top;
    box-sizing: border-box;
}
.pd-date + td{
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 20px;
}
.consultation_date1{
    padding-bottom: 0px;
  }
form.form textarea.standard{
    border-radius: 0px !important;
    border: 1px solid #cccccc !important;
}
form.form input.text,form.form select{
    max-width: 100%;
    height: 60px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 10px 0;
    font-size: 18px;
    padding: 6px 10px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    background: #ffffff;
}
form.form select{
    background-image: url(https://www.desknets.com/neo/common/img/icon_down_blue.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}
.description {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
    margin-top: 10px;
}
form.form span.value {
    display: block;
    margin-left: 0;
}
form.form .value span {
    display: inline-block;
    margin-right: 10px;
}
form.form input.date{
    padding: 10px 0 10px 30px;
    border: 1px solid #cccccc;
    background-position: 10px center;
    display: block;
    margin: 0 0 10px 10px;
    width: auto;
}
form.form textarea.standard {
    width: 100%;
    height: 246px;
    border-radius: 14px;
    border: none;
    margin: 20px 0;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}

.consultation_date2 .ico-required {
    display: none;
}
.pd-checkbox + td{
  padding-top:20px;
  }
.ico-required {
    padding: 2px 4px 4px;
    border-radius: 3px;
    background: #c9dcec;
    color: #000000;
    margin-left: 10px;
    font-size: 14px;
    margin-top: -2px;
}
.btn-submit:hover {
    opacity: 0.7;
}
.btn-submit {
    height: 40px;
    background: #314da4;
    border: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-left: 295px;
    /* border-radius: 10px; */
    margin-top: 20px;
    width: 134px;
    line-height: 1.0;
}
form.form p.submit {
    max-width: 690px !important;
    margin: 0 auto !important;
}
footer {clear: both;padding-top: 30px !important;background: none !important;}
footer p{text-align: center;margin-bottom: 10px;font-size: 11px;}
footer .innerCont {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footerLink li {
    display: block;
    border-right: 1px solid #000000;
    padding: 0 30px 0 0px;
    float: left;
    margin: 0 30px 0 0;
}
.footerLink {
    margin: 0;
    padding: 0;
}
.footerLink li {
    display: block;
    border-right: 1px solid #000000;
    padding: 0 30px 0 0px;
    float: left;
    margin-right: 30px;
}
.footerLink li:last-of-type {
    border-right: none;
}
.footerLink li a {
    color: #000000;
    text-decoration: none;
}
.footerLink li a:hover {
    text-decoration: underline;
}
.red-color, form.form div.error, form.form p.error, form.form p.error label, form.form span.error {
    color: #ff3636;
    font-weight: bold;
    margin: .5em .5em 1em 0px;
}
.red-background, form.form p.errors {
    background: #f3ff4b;
    color: #000;
    padding-left: .5em;
    margin-bottom: 1em;
    padding: 20px;
    text-align: center;
    line-height: 1.4;
}
.errors {
    font-size: 0;
}
.errors::before {
    display: contents;
    content: "入力にエラーがあります。恐れ入りますが、エラーメッセージを再度ご確認ください。";
    font-size: 16px;
}
.tel-link img {
    margin: 30px auto 10px
}
.telCont {
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: 200px;
}
.telCont.last {
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 240px;
}
a[href^="tel:"] {
    cursor: default;
}
.freecall a:before {
    background-image: url(/neo/images/start/freecall.png);
    display: inline-block;
    width: 55px;
    height: 37px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
.copyright p{
    font-size: 14px;
    padding: 30px 0 10px;
    text-align: center;
}
#contents_support p {
  margin-bottom:0;
}
#contents_support .contents_support01_in {
	/* overflow: hidden; */
}
#contents_support .contents_support01_in .Area_b {
	margin: 0px 0;
	width: 100% !important;
	position: relative;
}
#contents_support .contents_support01_in .Area_b .Area_b_in {
	margin: 0 auto;
	width: 100%;
	padding: 20px 10px 30px;
	box-sizing: border-box;
}
#contents_support .contents_support01_in .Area_b .Area_b_in h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	margin: 20px 0;
	clear: both;
	color: #000000;
	text-align: left;
	display: block;
}
#contents_support .contents_support01_in .tel_pack {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    color: #f56302;
}
#contents_support .contents_support01_in .Area_b .Area_b_in h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	/* clear: both; */
	float: none;
	-webkit-text-size-adjust: 100%;
	text-align: left;
}
#contents_support .contents_support01_in .Area_b .Area_b_in div {
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* width: 960px; */
	margin-bottom: 10px;
}
#contents_support .contents_support01_in .Area_b .packageArea_b_in div {
  margin-bottom: 0;
}
#contents_support .contents_support01_in .Area_b .Area_b_in .left {
	float: left;
	width: 49%;
}
#contents_support .contents_support01_in .Area_b .packageArea_b_in .left {
  width: 47%;
  padding-right: 3%;
  border-right: 1px solid #777;
}
#contents_support .contents_support01_in .Area_b .Area_b_in .right._white {
	float: right;
	width: 50%;
	background-color: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #cccc;
}
#contents_support .contents_support01_in .Area_b .Area_b_in .right._white p {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 1.66667;
    -webkit-text-size-adjust: 100%;
}
#contents_support .contents_support01_in .Area_b .Area_b_in .right {
	float: right;
	width: 50%;

}
#contents_support .contents_support01_in .Area_b .Area_b_in .btn_mailform {
    clear: both;
    margin-bottom: 70px;
}
#contents_support .contents_support01_in .Area_b .packageArea_b_in .right {
  width: 47%;
  padding-bottom:30px;
}




@media print, screen and (min-width: 61.25em) {

  ul.after-as-rhombus a {
  /* padding: 32px 0.5vw 32px 7vw; */
  /* width: 33.3vw; */
}
ul.after-as-rhombus li:nth-of-type(1) a {
    width: 28.3vw;
}
ul.after-as-rhombus li:nth-of-type(2) a {
    width: 31.3vw;
}
ul.after-as-rhombus li:nth-of-type(3) a {
  /* padding: 32px 0.2vw 32px 9vw; */
}
}
@media (max-width: 63.75em) and (min-width: 48em){
.subCont .c-button1__innerCont {
    width: auto;
    font-size: 12px;
    padding: 14px 10px;
    margin: 10px auto 0;
}
.subCont .c-button1__main-text.-size_s{
    font-size: 14px;
}
.flowCont h3{
font-size: 22px;
    }

}
@media (max-width: 63.75em) and (min-width: 48em){
.innerCont {
    max-width: 74%;
}
ul.after-as-rhombus li a {
  flex-shrink: 0;
}
ul.after-as-rhombus li:nth-of-type(1) a {
  width: 20.3vw;
}
ul.after-as-rhombus li:nth-of-type(2) a {
  width: 24.3vw;
}
ul.after-as-rhombus li:nth-of-type(3) a {
  width: 24.3vw;
}
ul.after-as-rhombus li:nth-of-type(4) a {
  width: 24.3vw;
}
ul.after-as-rhombus a span {
    font-size: 26px;
}
}
@media only screen and (max-width: 47.9375em) {
h2{
  font-size: 25px;
  }
h3 {
    font-size: 21px;
    margin-bottom: 30px;
}p{
    font-size: 18px;
}
.mv .copy1 {
    margin: 0px 0px 0 0vw;
    font-size: 15px;
}
.innerCont {padding: 30px 0 !important;max-width: 100%;}
#form .innerCont {padding: 30px 0 0 !important;
}
.flowCont .subCont,
.wfCont.two_movie .subCont{
    width: 100% !important;
    height: auto;
    float: none;
}
      form table th,
      form table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
.btn-submit {
    margin-left: 0px;
}
.wrapper {
    background-image: none;
}
.consultation_date2 {
    display: none;
}
.textCont {
    max-width: 100%;
    padding: 0 0px 0 0px;
}
.right {
    margin-bottom:20px;
    width: 100%;
}
#contents_support p {
  margin-bottom:0;
}
#contents_support .contents_support01_in .Area_b .Area_b_in .left,
#contents_support .contents_support01_in .Area_b .Area_b_in .right._white,
#contents_support .contents_support01_in .Area_b .packageArea_b_in .right {
    width: 100%;
    padding: 0px 0px;
    border: none;
}
img.right {
  max-width:100%;
}
.stepCont .innerCont{
  display:block;
  text-align: left;
}
ul.after-as-rhombus a span {
  /* width: 20%; */
  font-size: 18px !important;
  position: relative;
  padding: 30px 10px 30px;
  text-align: left;
  float: left;
  background: #F2F6FF;
  margin: 0 20px 0px 0;
  display: block;
  z-index: 10;
}
ul.after-as-rhombus a div {
  margin: 30px 0px 0px 0;
  display: block;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px 0 0;
}
ul.after-as-rhombus a div:before {
  
right: 5px;
  
top: 20px;
}
ul.after-as-rhombus li:nth-of-type(2) a div {
  padding: 16px 0px 40px 0px;
  margin: 0px 0px 0px 0;
}
ul.after-as-rhombus li:nth-of-type(3) a div {
  margin: 20px 0px 0px 0;
}
/*.app */ ul.after-as-rhombus li:nth-of-type(4) a div {
  padding: 16px 0px 40px 0px;
  margin: 0px 0px 0px 0;
}
ul.after-as-rhombus a div br {
  display:none;
}
ul.after-as-rhombus li:nth-of-type(2) a span ,
ul.after-as-rhombus li:nth-of-type(4) a span {
  background: #ffffff;
  margin: 0px 20px 0px 0;
  padding: 15px 10px 10px;
}
ul.after-as-rhombus a{
  padding: 0px 10px 0 0;
  width: 100%;
  background: #Ffffff;
  text-align: left;
  position: relative;
}

ul.after-as-rhombus li:nth-of-type(1) a {
  width: 100%;
  padding: 0px 10px 27px 0vw;
}

ul.after-as-rhombus li:nth-of-type(2) a {
  width: 100%;
  padding: 0px 10px 15px 0;
}
ul.after-as-rhombus li:nth-of-type(3) a{
  width: 100%;
  padding: 0px 10px 15px 0;
}
ul.after-as-rhombus li:nth-of-type(4) a{
  width: 100%;
  padding: 0px 10px 5px 0;
}
/*.app ul.after-as-rhombus li:nth-of-type(3) a {
  width: 100%;
  padding: 0px 10px 27px 0vw;
}*/
ul.after-as-rhombus li:nth-of-type(3) a span{
  z-index:5;
  padding: 30px 10px 30px;
  margin: 0px 20px 0px 0;
}
ul.after-as-rhombus li:nth-of-type(1) a:after {
  border-color: #F2F6FF #ffffff #ffffff #ffffff;
  }
/*.app*/ ul.after-as-rhombus li:nth-of-type(3) a:after {
  border-color: #F2F6FF #ffffff #ffffff #ffffff;
  }
ul.after-as-rhombus li:nth-of-type(2) a:after {
  border-color: #ffffff #F2F6FF #F2F6FF #F2F6FF;
  top: 74%;
  }
ul.after-as-rhombus a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 100%;
    z-index: 11;
    left: 0px;
    margin: 0 auto;
    top: 76%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 26px 46px 0 41px;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    transform: none;
}
.after-as-rhombus a::after {
  display:none;
}
#step2 img{max-width: 100%;
}
.textCont h3 {
  display: inline-block;
}
}

@media print, screen and (min-width: 61.25em) {
ul.after-as-rhombus li:nth-of-type(1) a {
  width: 18.3vw;
}
ul.after-as-rhombus li:nth-of-type(2) a {
  width: 21.3vw;
}
ul.after-as-rhombus li:nth-of-type(3) a {
  width: 21.3vw;
}
ul.after-as-rhombus li:nth-of-type(4) a {
  width: 18.3vw;
}

}
@media print, screen and (min-width: 80em) {
ul.after-as-rhombus li a {
    width: 287px !important
}
.app ul.after-as-rhombus li a {
    width: 287px !important;
}

}

@media screen and (max-width: 480px) {
.mv .bg-yellow {
    padding: 15px 10px;
    font-size: 1.5rem;
}
.mv h1 {
    font-size: 30px;
    margin: 10px 0 20px;
    text-align: left;
}

.mv h1 span {
    font-size: 7.0vw;
}
h1 img {
    margin-left: 10px !important;
    max-width: 43vw !important;
}
h2:before{
  width:50px;
  margin-right: 15px;
}
h2:after{
  width:50px;
  margin-left: 15px;
}
.titleCont {
    margin-bottom: 30px;
}
#contents_support .contents_support01_in .tel_pack {
    font-size: 28px;
}

.spMax{
  max-width:100%;
}
ul.after-as-rhombus li a{
  margin: 0px 0px 0px 0;
  padding: 0px 10px 0px 0vw;
  width: 100%;
}

ul.after-as-rhombus li:hover a,ul.after-as-rhombus li:hover a:after {
  background: #ffffff !important;
  color:#000000 !important;
}
ul.after-as-rhombus li:hover a span {
  color: #104092;
 
}
.wfCont .subCont {
    margin: 0 0px 30px 0;
    width: 100%;
}
#contents_support .contents_support01_in .Area_b .Area_b_in h4 {
    padding: 0px 0 0;
    clear:both;
    text-align:center;
}
._mailform {
    background-color: #40A000;
    margin: 0 auto;
}
.wrapper a[href^="tel:"] {
    cursor: default;
    pointer-events: auto;
    line-height: 1.0;
    font-size: 9.5vw;
}
}







/*-------------------renewal-------------*/
.c-mv--secondly {
  overflow: hidden;
  position: relative;
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  padding-top: 29.73333vw;
}
.p-mv__inner {
    position: relative;
    z-index: 1;
    padding-top: 19.73333vw !important;
}
@media (min-width: 768px) {
  .p-mv__inner {
    padding-top: 139px !important;
    height: auto;
  }
}

.c-mv_obj02 {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: -17.06667vw;
  left: 32vw;
  width: 117.06667vw;
  height: 65.06667vw;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
}
@media (min-width: 768px) {
  .c-mv_obj02 {
    top: -118px;
    right: -700px;
    left: auto;
    width: 1500px;
    height: 1300px;
  }
}

.c-mv_obj02__inner {
  width: 88vw;
  height: 106.66667vw;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: linear-gradient(to bottom, #0f24a2 0%, #0f24a2 45%, #4d6fff 100%);
}

@media (min-width: 768px) {
  .c-mv_obj02__inner {
    width: 1000px;
    height: 1600px;
    background: #0f24a2 linear-gradient(to bottom, transparent 0%, transparent 25%, #0f24a2 25%, #4d6fff 80%, #4d6fff 100%);
  }
}

@media (min-width: 768px) {
  .u-font-header03 {
    font-size: 1.4rem;
    line-height: 2.35714;
  }
}

img { vertical-align: baseline;}

.l-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}
div.p-intro_link.c-btn._md._blue._shadow.m0Auto{
margin: 0 auto;
}

.l-footer--pc .l-footer_pagetop{bottom: 50px;}

footer div.l-footer--pc{background-color:transparent!important;}

/*Lets start AppSuite*/
.asCatCont{
  position: relative;
  background: #ffffff;
}
.asCatCont .subCont{
  position: relative;
  height: 1002px;
  left: 60px;
  top: 70px;
  /* background: #ffffff; */
}
.asCatCont .cat{
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  padding: 2px;
}
.asCatCont .cat:nth-of-type(1){
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 0;
  height: 1000px;
  background: #fece6d;
  border-top: 34px solid #85c878;
  border-left: 32px solid transparent;
  z-index: 10;
  border-bottom: 29px solid #faa86e;
}
.asCatCont .cat:nth-of-type(2){
  top: 0;
  left: 0;
  width: 1150px;
  color: #ffffff;
  background: #85c878;
}
.asCatCont .cat:nth-of-type(3){
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 0;
  height: 1000px;
  background: #72cde2;
  border-top: 34px solid #85c878;
  border-right: 34px solid transparent;
  width: 0;
  border-bottom: 29px solid #f49897;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.asCatCont .cat:nth-of-type(4){
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1150px;

}
.asCatCont span{
  display:
  block;
  width:50%;
  float: left;
  background: #faa86e;
}
.asCatCont span:nth-of-type(2){
  display:
  block;
  width:50%;
  float: left;
  background: #f49897;
}
#report{
  position: absolute;
  top: 32px;
  left: 0;
}
/*#wf div:nth-of-type(1){
  float: left;
  margin: 0 20px 20px 0;
  width: 450px;}*/
/*#wf div:nth-of-type(2){
  float: left;
  width: auto;
  margin-right: 30px;}*/
/*#wf div:nth-of-type(3){
  display: block;
  flex-shrink: 0;
  width: auto;
  float: left;}*/
#wf div h3{position: relative;top: auto;left: auto;right: auto;margin: 0 auto 10px;}
/*#wf div:nth-of-type(1) h3{width: 160px;}*/
/*#wf div:nth-of-type(2) h3{background: none;color: #6150D8;font-size: 22px;margin: 0 0 0px;padding: 0 20px;width: auto;}*/


#wf{
  position: absolute;
  top: 0;
  left: 410px;
  width: 610px;
  padding: 20px 30px 20px;
  background: #f2f1ff;
}

#support{
  position: absolute;
  left: 0;
  top: 195px;
}
#contract{
  position: absolute;
  left: 0;
  top: 360px;
}
 #master{
  position: absolute;
  top: 360px;
  left: 360px;
  width: 320px;
}
#payoff{
  position: absolute;
  top: 360px;
  left: 700px;
}
#request{
  position: absolute;
  top: 670px;
  left: 0;
}
#somu{
  position: absolute;
  left: 360px;
  top: 670px;
}
#attendance{
  position: absolute;
  left: 700px;
  top: 670px;
}
#notification{
  position: absolute;
  left: 320px;
  top: 789px;
  background: none;
  width: auto;
}

#notification ul li a{
  flex-wrap: nowrap;justify-content: start;flex-direction: row;text-align: left;
}
#notification ul li a img{
  margin-right: 10px;
}
.asCat, .notificationCat{
  width: 320px;
  background: #fff1f1;
  border-radius: 10px;
  padding: 30px 20px 10px;
}
.notificationCat:nth-of-type(n+1):nth-of-type(-n+4){
  height: 150px;
}
.notificationCat:nth-of-type(n+5):nth-of-type(-n+8){
  height: 100px;
}
.notificationCat:nth-of-type(n+9):nth-of-type(-n+12){
  height: 100px;
}
.notificationCat{
  width: 23%;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 10px 10px;
  position: relative;
  float: left;
  margin: 0 2% 50px 0;
  border: 1px solid #cccccc;
}
.notificationCat.comingsoon{
  background-image: url(/neo/images/start/appsuite/comingsoon.png);
  background-position: left -20px;
  background-size: cover;
}

.notificationCat.comingsoon ul{
  opacity: 0;
}

.asCat h3, .notificationCat h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  background: #6150D8;
  /* display: inline; */
  color: #ffffff;
  padding: 5px 20px 4px;
  /*width: 230px;*/
	width: 250px;
  border-radius: 6px;
  margin: 0 auto 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
}
.notificationCat h3{
  font-size: 15px;width: 240px;
}
.asCat ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* justify-content: space-between; */
}
.asCat ul li a{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 20px;
}
#master .asIcon{
  margin: 10px auto;
}
#master.asCat ul li a{
  width:110px;
}

#master.asCat ul li:nth-of-type(2n){
  margin-right: 0px;
}
.asCat ul li:last-of-type a{
  margin-right: 0px;
}
.asCat ul li img{
  margin-bottom: 6px;max-width: 60px !important;
}
.asCat ul li .soon img{
  border-radius: 7px;
}
.asCat ul li .soon{
  pointer-events: none;
  
}

.asCat ul li .soon {
      pointer-events: none;
    opacity: 0.6;
}
.asCat ul li,.asCat ul li a{
  font-size: 14px;
}
.notificationCat li,.notificationCat li a{
  font-size: 15px;
}
.notificationCat.comingsoon  li a{pointer-events: none;}
@media screen and (max-width: 480px){

.asCatCont .subCont{
  position: relative;
  height: auto;
  left: auto;
  top: auto;
  /* background: #ffffff; */
  border: 1px solid #cccccc;
  padding: 40px 20px 0;
  border-radius: 10px;
}
.asCatCont .cat{
  position: relative;
  display: none !important;
}

#report{
  position: absolute;
  top: 0;
  left: 0;
}
#wf div{
  float: none !important;
  margin: 0 auto 20px !important;
  width: 100% !important;
}
/*#wf div:nth-of-type(2){
  float: left;
  width: auto;}*/
/*#wf div:nth-of-type(3){ display: block;flex-shrink: 0;width: 100%;float: left;}*/
#wf div h3{position: relative;top: auto;left: auto;right: auto;margin: 0 auto 10px;}
/*#wf div:nth-of-type(1) h3{width: 160px;}*/
/*#wf div:nth-of-type(2) h3{}*/



.asCat{
  width: 100% !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 auto 30px;
}
.asCat h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  background: #036BE1;
  /* display: inline; */
  color: #ffffff;
  padding: 5px 20px 4px;
  width: 230px;
  border-radius: 6px;
  margin: 0 auto 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
}
.asCat ul{ /* display: block; */}
.asCat ul li a{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 20px;
}
#master .asIcon{
  margin: 10px auto;
}
#master.asCat ul li a{
  width:110px;
}
#master.asCat ul li:nth-of-type(2n){ margin-right: 0px;}
.asCat ul li:last-of-type a{
  margin-right: 0px;
}
.asCat ul li img{margin-bottom: 6px;max-width: 60px !important;}
.asCat ul li,.asCat ul li a{
  font-size: 14px;
}
.notificationCat{
  width: 100%;
  margin: 0 0% 50px 0;
  height: auto !important;
  padding: 30px 20px 30px;
}

}
.anchorList {
    display: flex;
    max-width: max-content;
    margin: 0px auto 0px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}
.flowlink{
  border-radius: 6.13333vw;
  width: 57.33333vw;
  height: 12.26667vw;
  margin: 0 auto 20px;
}

.flowlink a{
	display: flex;
	justify-content: center;
	align-items: center;}
.flowlink svg {
  margin: 0;
  width: var(--icon_width);
  height: var(--icon_height);
  fill: #372eb2;
}
.flowlink:hover svg {
  fill: #ffffff;
}
@media (min-width: 768px) {

}
.p-content_icon03 {
  /* position: absolute; */
  /* top: 0; */
  /* right: 5.46667vw; */
  /* bottom: 0; */
  /* left: auto; */
  margin: 0;
  width: 3.73333vw;
  height: 3.73333vw;
  --icon_width: 3.73333vw;
  --icon_height: 3.73333vw;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .p-content_icon03 {
    /* top: auto; */
    /* right: auto; */
    /* bottom: 10px; */
    width: 17px;
    height: 17px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    --icon_width: 17px;
    --icon_height: 17px;
  }
}

.flowlink a{
	display: flex;
	justify-content: center;
	align-items: center;}
.flowlink svg {
  margin: 0;
  width: var(--icon_width);
  height: var(--icon_height);
  fill: #372eb2;
}
@media (min-width: 768px) {
.flowlink{
    margin: 0px 20px 30px 0;
    border-radius: 20px;
    width: 268px;
    height: 40px;
  }
}
.notificationCont{
  position:
  relative;
}

.blueDiv{
  background:#E7EDFB;
  padding: 30px 30px 30px;
  text-align: center;
}
.blueDiv p{
  /* text-align: center; */
  margin-bottom: 0;
}
.app #step2 .flowCont .subCont,
.app #step4 .flowCont .subCont,
.four_img.flowCont .subCont{
  width: 22.7%;
  height: 190px;
}
.app #step2 .flowCont .subCont:nth-of-type(3),
.app #step4 .flowCont .subCont:nth-of-type(3),
.four_img.flowCont .subCont:nth-of-type(3){
  margin-right: 3%;
}
.app #step2 .flowCont .subCont:nth-of-type(4),
.app #step2 .flowCont .subCont:nth-of-type(8),
.app #step4 .flowCont .subCont:nth-of-type(4),
.app #step4 .flowCont .subCont:nth-of-type(8),
.four_img.flowCont .subCont:nth-of-type(4),
.four_img.flowCont .subCont:nth-of-type(8){
  margin-right: 0%;
}
.p-cta__bottom-body {
  display: block;
  margin: 32px auto 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-body {
    /* max-width: 355px; */
  }
  .app #step2 .flowCont .subCont,
	.app #step4 .flowCont .subCont,
	.four_img.flowCont .subCont{
  height: auto;
}
}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-body {
    margin: 0px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-basis: 100%;
    width: -webkit-fill-available;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__bottom-body {
    margin-top: 0;
    margin-left: 0px;
  }
}

.p-cta__bottom-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-icon {
    flex: 0 0 50px;
    flex-basis: 30%;
  }
}
.p-cta__bottom-icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 18px 0 0;
}
.p-cta__bottom-icon div {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.p-cta__bottom-el {
  display: flex;
  width: 33.3%;
  padding-right: 3%;
}
.p-cta__bottom-el:nth-of-type(3){
  display: flex;
  width: 33.3%;
  padding-right: 0%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-el:not(:first-child) {
    /*margin-top: 20px;*/
		margin-top: 32px;
    width: 100%;
  }
  .p-cta__bottom-el {
    display: flex;
    width: 100%;
}

}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-el:not(:first-child) {
    /* margin-left: 10px; */
  }
}

.p-cta__bottom-box {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 30px 20px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px){
.p-cta__bottom-box {
    display: block;
}
}
.p-cta__bottom-box .subCont:nth-of-type(2) {
  margin-top: 7px;
}
.p-cta__bottom-box .subCont {
  line-height:1.5;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.p-cta__bottom-box .telText{width: 100px;display: inline-block;font-size: 14px;text-align: left;}
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: none;
	color: #000000;
    text-align: left;
    display: block;
    line-height: 1.2;
}

@media screen and (max-width: 1024px){
  .p-cta__bottom-box .telText {
    width: 10vw;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin-right: 6px;
}
  .p-cta__bottom-heading.-number {
     font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-heading.-number {
  line-height: 100%;
  font-size: 27px;
}
 .p-cta__bottom-box .telText{
 width: 30%;
 display: inline-block;
 margin: 0;
 padding: 0;
 }
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: auto;
	color: #314da4;
}
}
.p-cta__bottom-text {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 0px;
  /* background-color: #ffffff; */
  /* padding: 14px 20px 12px; */
  border-radius: 6px;
  flex-basis: 93%;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .p-cta__mail { font-size: 16px; }
}

.p-cta-2 {  background: #fef712;}
.p-cta-2.-white {  background: #fff;}
.p-cta-2__inner {  padding: 32px 24px;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner {
    padding: 40px;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
}
.p-cta-2__inner.-no-side {  padding: 32px 0;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-no-side { padding: 40px 0; }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-thin {
    min-height: 110px;
    padding-top: 27px;
    padding-bottom: 23px;
  }
}
.p-cta-2__inner.-has_bottom {  border-top: 1px solid #dad51f;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-has_bottom { display: block; }
}

.p-cta-2__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-cta-2__heading.-s {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading.-s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__columns {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-cta-2__columns {
    display: flex;
    align-items: center;
  }
}

.p-cta-2__column.-right {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__column.-right {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__column.-right {
    margin-top: 0;
    flex: 0 0 330px;
    margin-left: 20px;
  }
}

.p-cta-2__column.-left {
  flex: 1 1 0px;
}

.p-cta-2__column.-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list {
    display: flex;
    flex-wrap: wrap;
    max-width: -webkit-calc(630px + 20px);
    max-width: calc(630px + 20px);
    margin-left: -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-cta-2__list-item + .p-cta-2__list-item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .p-cta-2__list-item:nth-child(n + 3) {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__indent {
    margin-left: 1em;
  }
}

.p-cta-2__separator {
  width: 100%;
  height: 1px;
  background: #dad51f;
  margin: 30px 0;
}

.p-cta-2__bottom-text {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    max-width: 730px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-cta-2__bottom-text {
    max-width: none;
  }
}


.p-cta-2__bottom-text-left {
  flex: 1 1 0px;
  max-width: 480px;
}

.p-cta-2__bottom-text-right {
  margin-top: 4px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text-right {
    margin-top: 0;
    flex: 0 0 auto;
    margin-left: 16px;
    display: flex;
    align-items: flex-end;
  }
}

.p-cta-button {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid #314da4;
  background-color: #fff;
  color: #314da4 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px 16px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 320px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
}
.p-cta-button:not(:first-child) {
  margin-top: 20px;
}
.p-cta-button:hover {
  border-color: #8394c8;
  color: #8394c8 !important;
}
.p-cta-button:hover .p-cta-button__icon {
  opacity: 0.65;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button {
    min-height: 100px;
    max-width: 430px;
    margin: 0 auto;
    padding: 16px 16px 16px 62px;
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}
.p-cta-button.-blue {
  border: 4px solid #314da4;
  background-color: #314da4;
  color: #fff;
}
.p-cta-button.-blue:hover {
  border-color: #8394c8;
  background-color: #8394c8;
}

.p-cta-button__main {
  font-size: 19px;
  font-weight: 700;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__main {
    font-size: 26px;
  }
}

.p-cta-button__sub {
  font-size: 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__sub {
    font-size: 16px;
  }
}

.p-cta-button__text {
  margin-left: 19px;
  line-height: 1.4;


}

.p-cta-button__icon {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button__icon {
    width: 40px;
    height: 40px;
  }
}
.p-cta-button__icon img {
  max-width: 100%;
}

.p-comment {
  background: #f2f6ff;
  position: relative;
  padding: 30px;
}
.p-comment::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
@media only screen and (max-width: 47.9375em) {
  .p-comment.-no-pointer_sp::after {
    display: none;
  }
}
.p-comment.-rev::after {
  left: auto;
  right: 14px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
.p-comment.-icon {
  padding: 18px 70px 20px 9px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon {
    padding: 40px 28px;
  }
}
.p-comment.-icon::before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-comment.-icon_document::before {
  background-image: url(/neo/common/img/icon_document-blue.svg);
  width: 25px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_document::before {
    width: 32px;
    height: 40px;
  }
}
.p-comment.-icon_calendar::before {
  background-image: url(/neo/common/img/icon_calendar-blue.svg);
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_calendar::before {
    width: 40px;
    height: 40px;
  }
}
.p-comment.-icon_comment::before {
  background-image: url(/neo/common/img/icon_comment-blue.svg);
  width: 32px;
  height: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_comment::before {
    width: 50px;
    height: 40px;
  }
}
.p-comment.-icon_shield::before {
  width: 28px;
  height: 32px;
  background-image: url(/neo/common/img/icon_shield-blue.svg);
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_shield::before {
    width: 35px;
    height: 40px;
  }
}
.p-comment.-icon_memo::before {
  background-image: url(/neo/common/img/icon_memo-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_memo::before {
    width: 40px;
    height: 38px;
  }
}
.p-comment.-icon_doc-tray::before {
  background-image: url(/neo/common/img/icon_doc-tray-blue.svg);
  width: 31px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_doc-tray::before {
    width: 45px;
    height: 46px;
  }
}
.p-comment.-icon_desk-work::before {
  background-image: url(/neo/common/img/icon_desk-work-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_desk-work::before {
    width: 40px;
    height: 36px;
  }
}
.p-comment.-icon_pc-question::before {
  background-image: url(/neo/common/img/icon_pc-question-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_pc-question::before {
    width: 50px;
    height: 35px;
  }
}

@media print, screen and (min-width: 48em) {
  .-icon .p-comment__head {
    padding-right: 45px;
  }
}

.p-comment__heading {
  font-size: 18px;
  font-weight: 700;
}

.p-comment__link {
  font-size: 18px;
  margin-top: 15px;
}

.p-faq {
  counter-reset: question;
}

.p-faq__entry {
  counter-increment: question;
  margin-top: 24px;
  padding: 0 0 0 2.56rem;
}
.p-faq__entry:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-faq__entry {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding: 20px 0 32px 3.25rem;
  }
  .p-faq__entry:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.p-faq__question {
  position: relative;
}
.p-faq__question::before {

  content: 'Q' counter(question) '.';
  font-weight: 700;
  color: #314da4;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: -2.4em;
}
@media print, screen and (min-width: 48em) {
  .p-faq__question::before {
    font-size: 20px;
    font-size: 1.25rem;
    left: -2.6em;
  }
}

.p-faq__answer {
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-faq__answer {
    margin-top: 8px;
  }
}

.p-feature-reasons-anchor {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor {
    display: block;
  }
}

.p-feature-reasons-anchor__number {
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.p-feature-reasons-anchor__heading {
  margin-left: 17px;
  padding-right: 1em;
  line-height: 1.3;
}

.p-cta__bottom-head:before {
	content: "";
	position: absolute;
	bottom: -8.5px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 0;
}
.p-cta__bottom-head:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #a4aeff transparent transparent transparent;
	z-index: -1;
}
  
.p-cta__bottom-head {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px 10px;
  color: #000000;
  line-height: 1.4;
  border: 2px solid #a4aeff;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  width: auto;
  min-width: -webkit-fill-available;
  line-height: 34px;
  text-align: center;
  /* background: aliceblue; */
  z-index: 0;
  border-radius: 6px;
}
.p-cta__bottom-heading {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  /* border: 1px solid #cccccc; */
  padding: 20px 20px 6px;
  margin-bottom: 0px;
  line-height: 1.4;
  color: #372eb2;
}
.p-cta__bottom-heading + div {
  margin-bottom: 13px;
}
.comingSoon a{
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-heading + div br {
  display:none;
}
}
.mv_wrapper .u-font-btn--md {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
  .mv_wrapper .c-btn._md {
    width: 360px;
    height: 70px;
    margin: 0;
}
@media screen and (max-width: 1024px){
  .mv .copy2 p {
    font-size: 19px;
    line-height: 1.4;
}
  .mv_wrapper .c-btn._md {
    width: 360px;
    height: 70px;
    margin: 0;
}
}
@media only screen and (max-width: 47.9375em){
.mv_wrapper .c-btn._md {
    border-radius: 38px;
    width: 360px;
    height: 66px;
}
.c-btn._md {border-radius: 38px;}
}

p.stp_long_ptxt{max-width: 100%;}
.three_img a{
	display:block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;}
.three_img p{margin-top: 8px;}
.brdr{border: #ccc solid 1px;}
.two_column .p-cta__bottom-el{width: 48.5%;}
.c-btn._md {
width: 360px;
height: 60px;}
.img_trmng {
object-fit: cover;
aspect-ratio: 16 / 9;
}
div.p_pal p,.palt{font-feature-settings: "palt";}
.btn_flx{
display: flex;
justify-content: center;
}
@media print, screen and (max-width: 767px){
	p.stp_long_ptxt{
	max-width: 580px;
	white-space: normal;}
	.c-btn._white._border a:hover {color: #372eb2 !important;}
	.flowlink:hover svg { fill: #372eb2!important;}
	.two_column .p-cta__bottom-el{width: auto;}
	.btn_flx{display: block}
	.btn_flx .c-btn{width: 100%;}
}
.yt {
  position:relative;
}
.yt_play {
  position: absolute;
}
.yt_play:hover {
  cursor:pointer;
}
.yt_play::before {
  position: absolute;
  background: url(/neo/images/start/yt_icon_rgb.png);
  content: "";
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-65%);
  opacity: .90;
  transition:.5s;
}
.yt_play:hover {
  cursor: pointer;
  opacity: 0.7;
}