@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul {
  list-style: none;
  padding: 0px;
}

section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.custom-pb {
  padding-bottom: 50px;
}

/**
 * Variables
 */
.paragraph-color-link {
  color: #333333;
  text-decoration: underline;
}

.paragraph-color {
  color: #333333;
}

.aqua-blue-bg {
  background-color: #64b5f6;
}

.light-blue-bg {
  background-color: #f4f8fc;
}

.dark-blue-bg {
  background-color: #303f9f;
}

.orange-bg {
  background-color: #f29100;
}

.xl-text {
  font-size: 56px;
}

.light-grey-bg {
  background-color: #f8f8f8;
}

.muted {
  color: #808080;
  margin-top: 10px;
}

.primary-color-bg {
  background-color: #2176d9;
}

.mid-grey-bg {
  background: #edeeef;
}

.primary-color-text {
  color: #2176d9;
}

.dim-blue-bg {
  background-color: #e9f1fb !important;
}

.light-badge-bg {
  background-color: #f5eee5;
}

.lg-text {
  font-size: 42px;
}

.light-blue2 {
  background-color: #f3f8fd;
}



/**
 * Basic typography style for copy text
 */
body {
  color: #333333;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Noto Sans JP',sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 1rem;
}

h1 {
  font-size: 36px;
  line-height: 1.5;
}

h2 {
  font-size: 32px;
  line-height: 1.5;
}

h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}

h2 span.d-inline-block {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

.line-height-2 {
  line-height: 1.7;
  margin-bottom: 2rem;
}

.blue-text {
  color: #2176d9;
}

.white-text {
  color: #fff;
}

.small-text {
  font-size: 12px;
  margin-bottom: 6px;
}

.heading span {
  display: inline-block;
  font-size: 32px;
}

.small-heading {
  font-size: 24px;
}

/**
 * Header styles
 */
.nav-container {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.sticky-nav {
  border-bottom: 1px solid #dedede;
}

.nav-item.dropdown .dropdown-menu {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: 0px;
  left: 9px;
}
.nav-item.dropdown .dropdown-menu.one-item {
  display:none
}
.nav-item.dropdown .dropdown-menu a:first-child {
  margin-top: 0px !important;
}

.top-blue-bar {
  text-align: center;
  background: #2176d9;
  color: #fff;
  padding: 6px 15px;
}
.top-blue-bar a {
  color: #fff;
  display: block;
}

#main-navigation {
  background-color: #fff !important;
}

#main-nav {
  background: none !important;
  margin-top: 8px;
}

#main-nav li a {
  border-right: 1px solid #dedede;
  margin-top: 11px;
}

#main-nav li a:hover {
  color: #828282;
}

#main-nav li a:hover img {
  opacity: 0.6;
}

#main-nav li:nth-last-child(-n+2) a {
  border-right: none;
  padding-left: 20px;
  padding-right: 20px;
}

#main-nav li:last-child a {
  padding: 10px 20px !important;
  margin-top: 0px;
  font-size: 14px;
  min-width: auto;
}

#main-nav .dropdown-item:focus, #main-nav .dropdown-item:hover {
  background: #d1e5f3;
  color: #000;
}
#main-nav .nav-item.dropdown {
  padding-bottom: 18px;
}
#main-nav .nav-item.dropdown .sp-dd-list-wrap {
  display: none;
}
#main-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 15px;
  position: relative;
  color: #333333;
}
#main-nav .nav-link a {
  display: block;
}

/**
 * Footer Styles
 */
footer,
.footer {
  background-color: #edeeef;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}

.footer__company-name {
  font-size: 20px;
  font-weight: bold;
}

.footer__company-name span {
  font-weight: normal;
  display: block;
}

.footer__list {
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer__list li {
  display: inline-block;
  padding-right: 14px;
  padding-left: 10px;
  border-right: 1px solid #bdbdbd;
}

.footer__list li:first-child {
  padding-left: 0px;
}

.footer__list li:last-child {
  border-right: none;
  padding-right: 0px;
}

.footer__list li a {
  color: #333333;
  text-decoration: none;
}

.footer__list li a:hover {
  color: #f29100;
}

.footer__copyright {
  font-size: 12px;
}

/**
 * Button styling
 */
.btn {
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 18px;
}

.btn-primary {
  background-color: #f29100;
  color: #fff !important;
  border: 1px solid #f29100;
  min-width: 245px;
}

.btn-primary:hover {
  background: #ffd17e;
  border: 1px solid #ffd17e;
}

.btn-secondary, .btn-nolink {
  background-color: #0045c9;
  color: #fff !important;
  border: 1px solid #0045c9;
  min-width: 245px;
}

.btn-secondary:hover {
  background: #7cb7fc;
  border: 1px solid #7cb7fc;
}

.btn-outline-primary {
  border: 1px solid #0045c9;
  color: #0045c9;
  background: #fff;
}

.btn-outline-primary:hover {
  background: #0045c9;
  color: #fff;
}

.btn-nolink {
  cursor: auto;
}
    
.btn-lg {
  padding-left: 40px;
  padding-right: 40px;
  min-width: 318px;
}

.btn-radius {
  border-radius: 4px;
  width: 100%;
  min-width: initial;
  font-size: 16px;
}


/**
 * Column Grid
 */
.column-grid {
  margin-bottom: 2rem;
  width:100%
}

.column-grid li {
  float: left;
  margin-bottom: 30px;
}

.column-grid__img {
  width: 100%;
  margin-bottom: 10px;
}

.column-grid__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.column-grid__title--big {
  font-size: 24px;
  margin-bottom: 12px;
}

.column-grid__link {
  color: #333333;
}

.column-grid__link:hover {
  color: #f29100;
  text-decoration: none;
}

.column-grid__content {
  font-size: 15px;
  padding: 20px;
  border: 1px solid #dedede;
  border-top: none;
  background: #fff;
}

.column-grid--bordered img {
  padding: 20px 20px 0px;
  border: 1px solid #dedede;
  border-bottom: none;
}

/**
 * Icon Boxes
 */
.icon-box {
  background: #fff;
  padding: 18px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /*padding-bottom: 70px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.icon-box .tag {
  min-width: 108px;
  margin-top: 25px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.icon-box:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 25px;
  background: url(https://8530006.fs1.hubspotusercontent-na1.net/hubfs/8530006/common/images/right-arrow-1.png) no-repeat center;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-box__icon--top-float:after {
  background: url(../images/plus-symbol.png) no-repeat center;
  width: 25px;
  height: 25px;
  right: -27px;
}

.icon-box--no-bullet {
  padding-bottom: 20px;
}

.icon-box--no-bullet:after {
  background: none !important;
}

.flow-boxes .icon-box {
  padding-bottom: 50px;
}

.flow-boxes .col-md-3,
.services-boxes > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-boxes .col-md-3:nth-child(4) .icon-box::after,
.flow-boxes .owl-item:last-child .icon-box::after,
.services-boxes > div:last-child .icon-box::after {
  background: none;
}

.flow-boxes .col-md-3 {
  max-width: 100%;
}

.icon-box__icon {
  max-width: 80px;
  margin-bottom: 6px;
}

.icon-box__container {
  min-width: 80px;
}

.icon-box__icon--round {
  border-radius: 100%;
  margin-bottom: 12px;
  width: 100%;
  max-width : 144px;
}

.icon-box__icon--top-float {
  background-color: #f8f8f8;
}

.icon-box__icon--top-float p {
  font-size: 14px;
}

.icon-box__icon--top-float img {
  margin-top: -60px;
  margin-bottom: 15px;
}

.icon-box__icon-caption {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.icon-box__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-box__title--big {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
List Styles
*/
.list {
  padding: 0px;
  margin: 0px;
}

.list__grey-bar li {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 12px;
  position: relative;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list__grey-bar li .content {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.list__grey-bar li .steps {
  padding: 8px;
  background-color: #2176d9;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.list__grey-bar--title {
  font-weight: bold;
  min-width: 200px;
  padding-right: 15px;
}

.list__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__right-angle li {
  display: inline-block;
}

.list__right-angle li::before {
  background: url("../images/right-angle.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: "";
}

.list__check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.list__check-list li::before {
  background: url("../images/check-bullet.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0px;
}

.list__number-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  counter-increment: order-list;
}

.list__number-list li:last-child {
  margin-bottom: 0px;
}

.list__number-list li::before {
  content: counter(order-list);
  position: absolute;
  left: 0px;
}

.arrow-link {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-top: 12px;
}

.arrow-link:after {
  background: url("https://8530006.fs1.hubspotusercontent-na1.net/hubfs/8530006/common/images/right-angle.png") no-repeat center;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  /*right: 0px;*/
  padding-left:20px;
  top: 6px;
}

/*
Cost Table
*/
.cost-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
}

.cost-table__header-sec, .cost-table__content-sec {
  width: 25%;
  margin-right: -1px;
}

.cost-table__header-sec:last-child, .cost-table__content-sec:last-child {
  margin-right: 0px;
}

.cost-table__header-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cost-table__head-col {
  background-color: #ebebeb;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border-bottom: none;
}

.cost-table__head-col p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0px;
}

.cost-table__content-col {
  border: 1px solid #dedede;
  border-bottom: none;
  background-color: #fff;
}

.cost-table__content-col img {
  max-width: 100%;
}

.cost-table__content-head-col {
  background-color: #808080;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-left: 1px solid #fff;
}


.cost-table__head-col, .cost-table__content-col {
  padding: 10px;
}

.cost-table__head-col:last-child, .cost-table__content-col:last-child {
  border-bottom: 1px solid #dedede;
}

.cost-table__content-img-col {
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.cost-table__content-img-col img {
  max-width: 200px;
}

.cost-table.merged {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.merged__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merged .cost-table__content-sec {
  width: 74.9%;
  text-align: center;
}

.merged .cost-table__content-col,
.merged .cost-table__head-col {
  margin-top: -1px;
}

.merged .cost-table__content-col p,
.merged .cost-table__head-col p {
  text-align: left;
  display: inline-block;
  margin-bottom: 0px;
}

/*
Tabs
*/
.faq-tabs {
  margin-top: 30px;
}

.faq-tabs .nav-item {
  width: 24.20%;
  text-align: center;
  margin-right: 1%;
  margin-bottom:10px;
}

.faq-tabs .nav-item:nth-of-type(4n) {
  margin-right: 0px;
}

.faq-tabs .nav-item a {
  border-radius: 0px;
  background: #f5f5f5;
  font-size: 16px;
}

.faq-tabs .nav-link {
  padding: 18px 10px;
}

.faq-tabs .nav-link.active,
.faq-tabs .nav-link .show > .nav-link {
  background-color: #2176d9;
}

.tab-content > .active {
  border: 1px solid #dddddd;
  padding: 35px 25px 15px;
}

/*
Contact Form
*/
.form textarea,
.form select {
  background: #f8f8f7;
  border: 1px solid #e2e0db;
}

.form .form-group {
  border-bottom: 2px solid #dedede;
  padding-bottom: 15px;
}

.form .required {
  color: red;
}

.form .small-field {
  max-width: 250px;
}

.form input[type=text] {
  background: #fff;
  border: 1px solid #e2e0db;
}

.form input[type=radio] {
  margin-right: 10px;
}

/*
Content Wrapper Margin
*/
.content-wrapper {
  margin-top: 103px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/**
 * Home Banner
 */
.help-text {
  font-size: 14px;
  display: block;
}

.home-banner {
  background: #f4f8fd url("../images/main-banner-curve.png") no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 45px;
  padding-top: 80px;
}

.home-banner__img {
  max-width: 615px;
}

.mv-button-box {
	text-align: center;
	display: inline-block;
}

.mv-button-box p {
	color: #f29100;
	font-weight: bold;
}

/**
*Features
*/
.features__title {
  font-size: 30px;
  /*padding-top: 60px;*/
}

@media (max-width: 767.98px) {
  .features__title {
    padding-top: 0;
  }
  .lg-text {
  font-size: 24px;
}

}
.features__content {
  margin-bottom: 30px;
}


/**
*Tags
*/
.tag {
  display: inline-block;
  padding: 2px 8px;
  background-color: #64b5f6;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 12px;
}

 .tag-orange {
  display: inline-block;
  padding: 2px 8px;
  background-color: #f29100;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.tag__knowledge {
  position: relative;
  left: 15px;
  cursor: default;
}

.col-md-4 .tag {
  font-weight: bold;
}

.tag__category {
  position: absolute;
  top: 15px;
  left: 30px;
  cursor: default;
}

.tag__category--blue {
  background-color: #2176d9;
}

.tag__category--dark-blue {
  background-color: #303f9f;
}

.tag__category--orange {
  background-color: #f29100;
}

.tag__category--sky-blue {
  background-color: #7aa5d6;
}

a.tag {
  cursor: pointer;
}

a.tag:hover, a.tag-orange:hover  {
  background-color: #303f9f;
  text-decoration: none;
  color: #fff;
}

/**
*Understand PayCas
*/
.understand-paycas .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paycas-box {
  background: #fff;
  border-radius: 15px;
  padding: 12px;
  position: relative;
  width: 100%;
  max-width: 510px;
}

.paycas-box__icon {
  position: absolute;
  bottom: -1px;
  right: 20px;
  max-width: 42px;
}

.paycas-box__content {
  font-size: 14px;
  color: #2176d9;
  font-weight: bold;
}

.btn-title {
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn-title:before {
  width: 1px;
  background-color: #fff;
  height: 35px;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
  left: -20px;
  content: "";
  position: absolute;
  top: 8px;
}

.btn-title:after {
  width: 1px;
  background-color: #fff;
  height: 35px;
  -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
  right: -20px;
  content: "";
  position: absolute;
  top: 8px;
}

.page-title {
  position: relative;
}

.page-title h2 {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
Pagination
*/
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-item.active .page-link {
  background-color: #2176d9;
  border-color: #2176d9;
  border-radius: 0px;
  padding: .5rem .8rem;
}

.page-link {
  padding: .5rem .8rem;
  margin-left: 3px;
  color: #2176d9;
  background-color: #fff;
  border: 1px solid #2176d9;
  margin-right: 3px;
  border-radius: 0px;
}

.page-item:last-child .page-link {
  border-radius: 0px;
}

.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2176d9;
  border-color: #2176d9;
}

.store-name {
  font-weight: bold;
}

/*
Case Study Details
*/
.case-detail h1 {
  font-size: 28px;
  line-height: 1.5;
}

.case-detail h2 {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}

.case-detail h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.case-detail a {
  margin-right: 8px;
}

.case-main-image {
  text-align: center;
  overflow: hidden;
  max-height: 624px;
}

.case-detail__feature-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 50% 35%;
  margin:0 auto;
}

.case-detail__main-title {
  background-color: #f8f8f7;
  padding: 25px 40px;
}

.case-detail .contents-list-body {
  padding-left: 40px;
}

.company-profile {
  border: 1px dashed #dedede;
  margin: 50px;
  padding: 30px 30px 20px;
  font-size: 14px;
}

#paragraph_01,
#paragraph_02,
#paragraph_03,
#paragraph_04,
#paragraph_05 {
  margin-top:-110px !important;
  margin-bottom: 30px;
  padding-top:110px !important;
}

.case-detail__questions {
  color: #2176d9;
  margin-bottom: 15px;
}

.case-detail__questions:before {
  content:'──';
}

.case-study-img {
  text-align: center;
  margin: 50px auto;
}

.case-study-img img {
  width: 100%;
  max-width: 600px;
}

.case-study-date {
  text-align: right;
}

.paragraph-wrapper {
  margin-top: 70px;
}

.paragraph-wrapper h3 {
  color: #2176d9;
  border-bottom: 1px solid #2176d9;
  padding-bottom: 10px;
}

.blogList.column-grid{
display:flex;
  width:100%;
  flex-wrap:wrap;
  
}
.blogList.column-grid li{
border: 1px solid #dedede;
padding:0px;
  margin-right:15px;
  margin-left:15px;
  max-width: calc(33.3333% - 30px);
  background:#fff;
}
.blogList.column-grid li img{
border:0;
}
.blogList.column-grid li .column-grid__content{
border:0;
}
.blogList.column-grid .tag__category{
left:15px;
}
/*Material Detail*/
.material-details h2 {
  font-size: 28px;
}

.material-details__feature-img {
  max-width: 600px;
  margin-top: 80px;
}

/*
Product Features
*/
.product-features {
  font-size: 12px;
}

.product-features > div {
  border-bottom: 1px solid #dedede;
  padding-top: 10px;
  padding-bottom: 8px;
}

.product-features > div:nth-child(odd) {
  font-weight: bold;
}

.video-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

/*
slider
*/
.owl-theme .owl-dots {
  margin-left: 35px;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #2176d9;
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #2176d9;
}

/*FAQ*/
.faq {
  position: relative;
  overflow: hidden;
}

.faq__question {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  background-color: #f8f8f8;
  min-height: 60px;
}

.faq__answer {
  font-size: 15px;
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  min-height: 60px;
}

.faq__question:before, .faq__answer:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.faq__question::before {
  content: "Q";
  background-color: #2176d9;
  font-weight: normal;
  color: #fff;
}

.faq__answer::before {
  content: "A";
  background-color: #f8f8f8;
  color: #2176d9;
}

.material-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.material-boxes__box--orange, .material-boxes__box--blue, .material-boxes__box--dark-blue, .material-boxes__box--sky-blue {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 20px 15px;
}

.material-boxes__box--orange:hover, .material-boxes__box--blue:hover, .material-boxes__box--dark-blue:hover, .material-boxes__box--sky-blue:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.material-boxes__box--orange {
  background-color: #f29100;
}

.material-boxes__box--blue {
  background-color: #2176d9;
}

.material-boxes__box--dark-blue {
  background-color: #303f9f;
}

.material-boxes__box--sky-blue {
  background-color: #7aa5d6;
}

.material-boxes a:last-child {
  margin-right: 0px;
}

.material-boxes img {
  max-width: 48px;
  margin-bottom: 12px;
}

/*
Terminal Photo
*/
.terminal-photo {
  max-width: 300px;
}

/* Requirements table*/
.requirements {
  border: 1px solid #dedede;
  font-size: 15px;
}

.requirements__head-row {
  background-color: #ebebeb;
  font-weight: bold;
  padding: 0px 20px;
}

.requirements__head-col, .requirements__content-col {
  border-right: 1px solid #dedede;
  padding-top: 10px;
  padding-bottom: 10px;
}

.requirements__head-col:first-child, .requirements__content-col:first-child {
  font-weight: bold;
}

.requirements__head-col:last-child, .requirements__content-col:last-child {
  border-right: none;
}

.requirements__content-row {
  border-bottom: 1px solid #dedede;
  padding: 0px 20px;
}

.requirements__content-row:last-child {
  border-bottom: none;
}

#personal-identification,
#qualification-verification {
  margin-top:-110px !important;
  padding-top:110px !important;
}

/*
Highlighted Heading
*/
.highlighted-heading {
  background-color: #303f9f;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 12px;
}

/* 
Thanks page & 404 page
*/
.thanks,
.page-404 {
  padding-top: 40px;
}

.thanks h1,
.page-404 h1 {
  margin-bottom: 20px;
}

.thanks h2,
.page-404 h2 {
  font-size: 28px;
}

/* 
Development Flow
*/
.development-flow__img {
  width:100%;
  max-width: 700px;
}

/* 
Vendor page
*/
.vendor {
  padding-top: 60px;
}

.vendor h1{
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .vendor h1 {
    padding-top: 0px;
  }
}

.banner-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.banner-circles__circle {
  width: 140px;
  font-size: 15px;
  color: #fff;
  height: 140px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.circle--blue {
  background-color: #2176d9;
}

.circle--aqua-blue {
  background-color: #64b5f6;
}

.connection-img {
  padding: 2rem;
}

.connection-img__title {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.coorporation-method {
  padding: 2rem;
  margin-top: 30px;
}

.reliable-security .list__grey-bar li {
  background: #e9f1fb;
}

.system-cooperation-frame {
  background-color: #64B5F6;
  border-radius: 8px;
  width: 100%;
  min-width: 245px;
  height: 60px;
  margin: 10px auto;
  padding: 10px 50px;
  min-width: initial;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  cursor: auto;
  line-height: 2;
}

/*
  documents 
*/
#forminput,
#movie-manual,
#text-manual,
#movie1,
#movie2,
#movie3,
#movie4,
#movie5,
#movie6,
#movie7,
#movie9,
#movie10{
  margin-top: -110px !important;
  margin-bottom: 30px;
  padding-top: 110px !important;
}

/*
  form 
*/

form {
  max-width: 600px;
  /*font-family: Open Sans;*/
  margin: auto
}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width: 600px !important;
  margin-right: 0px
}

fieldset.form-columns-1,
fieldset.form-columns-2,
fieldset.form-columns-3 {
  max-width: 600px !important;
  margin-right: 0px
}

fieldset.form-columns-1 div.input,
fieldset.form-columns-2 div.input,
fieldset.form-columns-3 div.input {
  margin-right: 0px !important
}


.hs-button {
  margin: 0 auto 15%;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #fff;
  border-color: #b9003e;
  color: #0045c9;
  border: 1px solid #0045c9;
  border-radius: 50px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 10px 50px;
  text-decoration: none;
	width:50%;
  min-width: 318px;
}

.hs-button:hover {
  background: #0045c9;
  color: #fff;
}

.hubspot-link__container {
  padding-top: 20px
}

.hs-button:hover,
.hs-button:focus {
  background-color: ;
  border-color: ;
  color: #fff
}

.hs-button:active {
  background-color: ;
  border-color:
}

.hs-form label {
  font-size: 1rem;
  color: #333;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color:#ff0000;
	font-weight:bold !important;
	font-size:80%;
	
}

.hs-input,
#hs-pwd-widget-password {
  -webkit-appearance: none;
  background: #fff;
  padding: .46428571em;
  border-radius: .25rem;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #33475b;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease
}

.hs-input[type=radio],
[type=checkbox] {
  position: relative;
  background: 0;
  border: 1px solid #d3d3d3;
  width: 1.5rem !important;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: .464rem
}

.hs-input[type=radio]:hover,
[type=checkbox]:hover {
  border-color: #2176d9;
  cursor: pointer
}

.hs-input[type=radio]:checked {
  background-color: #2176d9
}

.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2176d9;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  opacity: 0;
  left: 0;
  top: 0;
  animation: pulse .4s ease forwards
}

.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 28%;
  top: 28%;
  background-color: #fff;
  border-radius: 50%
}

[type=checkbox] {
  text-align: center;
  border-radius: 6px
}

[type=checkbox]:checked {
  border-color: #2176d9;
  background: #2176d9
}

[type=checkbox]:checked:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #2176d9;
  opacity: 0;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease
}

[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top -2px;
  font-weight: 700
}

.hs-input:-moz-placeholder {
  color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf
}

.hs-input input,
.hs-input textarea,
#hs-pwd-widget-password {
  transition: border .2s linear
}

.hs-input:focus,
#hs-pwd-widget-password:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8)
}

textarea.hs-input {
  height: 200px
}

select[multiple].hs-input {
  height: inherit
}

.hs-fieldtype-select div.input {
  position: relative
}

.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f039";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  font-size: 16px;
  pointer-events: none;
  padding: 0 13px;
  border-left: 1px solid #ececec;
  padding-top: 6px
}



input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ff0000
}

.actions {
  text-align: center;
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal
}

.inputs-list:first-child {
  padding-top: 6px
}

.inputs-list>li+li {
  padding-top: 2px
}

.inputs-list label>input,
.inputs-list label>span {
  vertical-align: middle
}

ul.no-list {
  list-style: none
}

.field {
  margin-bottom: 25px
}

.hs-field-desc {
  color: #333;
  margin: 0px 0px 6px;
  font-size: 12px
}

.hs-form-required {
  color: red
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #666
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px
}

.email-correction a,
.email-validation a {
  cursor: pointer
}



@media (min-width: 576px) {
  .show-on-mobile {
    display: none;
  }
  .highlighted-heading {
    display: none;
  }
}

@media (min-width: 992px) {
  #main-nav .dropdown-menu .dropdown-item img {
    display: none;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}

@media (max-width: 575.98px) {
  .home-banner {
    padding-bottom: 110px;
    padding-top: 50px;
  }
  .mv-button-box {
	  display: block;
	}
  .footer__list {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer__list li {
    margin-bottom: 12px;
  }
  .list__grey-bar li {
    padding-left: 12px;
    display: block;
  }
  .list__grey-bar li .content {
    display: block;
    margin-top: 10px;
  }
  .list__grey-bar li .steps {
    padding: 8px;
    position: initial;
    display: inline-block;
  }
  .icon-box.icon-box__icon--top-float:after {
    right: 46%;
  }
  .faq-tabs .nav-item {
    width: 49%;
    margin-bottom: 6px;
  }
  .faq__question, .faq__answer {
    font-size: 15px;
    padding-left: 60px;
    min-height: 40px;
  }
  .faq__question:before, .faq__answer:before {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .tab-content > .active {
    padding: 35px 0px 15px;
  }
  .form .small-field {
    max-width: 100%;
  }
  .show-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .show-on-mobile > div {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .show-on-mobile > div span {
    min-width: 30px;
  }
  .hide-on-mobile {
    display: none;
  }
  .requirements {
    font-size: 14px;
  }
  .requirements__head-row {
    display: none;
  }
  .requirements__content-row:nth-child(even) {
    background-color: #ebebeb;
  }
  .requirements__head-col, .requirements__content-col {
    border-right: 0px solid #dedede;
    padding-left: 110px;
  }
  .requirements__content-col:before {
    content: " " attr(data-heading) "";
    margin-right: 15px;
    font-weight: bold;
    position: absolute;
    left: 15px;
  }
  .banner-circles {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .banner-circles__circle {
    width: 90px;
    font-size: 13px;
    height: 90px;
    padding: 10px;
  }
  .home-banner.vendor {
    padding-bottom: 30px;
  }
  .material-boxes__box--orange, .material-boxes__box--blue, .material-boxes__box--dark-blue {
    min-width: 31%;
    padding: 16px 16px;
  }
  .material-boxes__box--orange:hover, .material-boxes__box--blue:hover, .material-boxes__box--dark-blue:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
  }
  .material-boxes img {
    max-width: 32px;
    margin-bottom: 5px;
  }
  .material-details__feature-img {
    max-width: 100%;
    margin-top: 40px;
  }
  .intro {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .intro .heading {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px;
  }
  body {
    font-size: 15px;
  }
  .btn-lg {
    min-width: auto;
    width: 250px;
  }
  .icon-box {
    min-height: initial;
    margin-bottom: 30px;
  }
  .icon-box__title {
    min-height: auto;
  }
  .icon-box .tag {
    left: initial;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    bottom: 20px;
  }
  .icon-box:after {
    right: 49%;
    top: initial;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -28px;
  }
  .owl-item.active.center {
    margin-left: 15px;
  }
  .owl-item .col-md-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .owl-item .icon-box {
    width: 88%;
  }
  .owl-item .icon-box:before {
    left: -7%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: url(../images/right-arrow.png) no-repeat center;
    width: 13px;
    height: 25px;
    top: 47%;
    content: "";
    position: absolute;
  }
  .owl-item .icon-box:after {
    right: -7%;
    top: 47%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: initial;
  }
  .owl-stage-outer {
    max-height: 380px;
  }
  .owl-stage {
    max-height: inherit;
  }
  .icon-box__icon--top-float {
    margin-bottom: 80px;
  }
  .change-on-mobile .icon-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px 15px 15px;
  }
  .change-on-mobile .icon-box__container {
    min-width: 70px;
    margin-right: 12px;
  }
  .change-on-mobile .icon-box__icon-caption {
    margin-bottom: 0px;
  }
  .change-on-mobile .icon-box__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .change-on-mobile .tag {
    min-width: 60px;
    margin-top: 0px;
    position: initial;
  }
  .change-on-mobile .icon-box__icon {
    margin-bottom: 0px;
  }
  .services-boxes > div:last-child .icon-box {
    margin-bottom: 0px !important;
  }
  .product-features > div:nth-child(odd) {
    border-bottom: none;
  }
  .case-detail h1 {
    font-size: 24px;
  }
  .case-detail h2 {
    display: block;
  }
  .company-profile {
    margin: 30px 0;
  }
  .case-detail__feature-img {
    height: 200px;
  }
  .case-detail__main-title {
    padding: 25px;
  }
  .case-detail__main-title h1 {
    font-size: 20px;
  }
  .case-detail__main-title h2 span {
    display: inline-block;
  }
  .blogList.column-grid li{
    max-width:100%;
  }
  form {
    max-width: 90%!important;
    margin: auto;
}
  form .form-columns-2 input[name="lastname"] {
   margin-right:10px;
    width:95%
  }
}

@media (max-width: 991.98px) {
  .video-frame iframe {
    width: 100%;
  }
  .cost-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .cost-table__header-sec {
    display: none;
  }
  .cost-table__content-sec {
    width: 100%;
    margin-right: 0px;
  }
  .cost-table__content-head-col {
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .cost-table__content-col {
    position: relative;
    padding-top: 15%;
  }
  .cost-table__content-col:before {
    content: " " attr(data-heading) "";
    margin-right: 15px;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    background-color: #ebebeb;
    border: 1px solid #dedede;
    padding: 10px;
    top: 0px;
  }
  .cost-table__content-img-col {
    margin-top: 50px;
  }
  .btn-title {
    margin-top: 12px;
    display: inline-block;
  }
  .btn-title:before {
    width: 0px;
  }
  .btn-title:after {
    width: 0px;
  }
}

@media (max-width: 1199.98px) {
  .paycas-box {
    margin-bottom: 12px;
  }
  .paycas-box__content {
    padding-right: 60px;
  }
  .cost-table__header {
    display: none;
  }
  .understand-paycas .btn-secondary,
  .understand-paycas .btn-primary {
    min-width: 230px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .dropdown .nav-link {
    display: none;
  }
  .dropdown .nav-link-md-visible {
    display: block;
  }
  .nav-item.dropdown {
    background: #fff;
  }
  .nav-item.bg-md-lightblue {
    background: #e9f1fb;
  }
  .nav-item.dropdown .dropdown-menu.dropdown-list{
    display: none;
  }
  .nav-item.dropdown .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    text-align: center;
    background: none;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-item.dropdown .dropdown-menu.one-item {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .dropdown-item.pc {
    display: none;
  }
  .nav-item.dropdown .sp-dd-list-wrap {
    display: block !important;
    background-color: #fff;
  }
  .nav-item.dropdown .sp-dd-list-wrap a.dropdown-item {
    margin-top: 0 !important;
    padding-top: calc(10px + .25rem);
    padding-bottom: .5rem;
  }
  .nav-item.dropdown .dropdown-menu a {
    border-radius: 50px;
  }
  .nav-item.dropdown .dropdown-list {
    display: block;
    padding: 0;
  }
  .nav-item.dropdown .dropdown-list a {
    display: block;
    padding: 50px;
    border-radius: 0px;
  }
  .nav-item.btns {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #fff;
  }
  .accordion_menu a.nav-link::after {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    position: relative !important;
    right: auto !important;
    border: #333 solid;
    border-width: 1px 1px 0 0;
    margin-left: 1em;
    transition: .2s;
    top: 5px !important;
    transform: rotate(-45deg);
  }
  .accordion_menu a.nav-link.collapsed::after {
    top: -2px !important;
    transform: rotate(135deg);
    transition: .2s;
  }
  #main-nav {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #e9f1fb !important;
    top: 58px;
    padding-bottom: 0px;
  }
  #main-nav li a {
    border-right: 0px solid #dedede;
    border-bottom: 1px solid #bbd6f4;
    padding-bottom: 10px !important;
  }
  #main-nav li a:after {
    background-image: url(../images/right-angle.svg);
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    background-repeat: no-repeat;
    top: 7px;
    opacity: 0.5;
  }
  #main-nav li:nth-last-child(-n+2) a {
    border-bottom: none;
  }
  #main-nav li:nth-last-child(-n+2) a:after {
    background-image: none;
  }
  #main-nav .dropdown-menu .dropdown-item {
    margin-top: 0px;
    font-size: 12px;
    text-align: left;
    background-color: #3877d2;
    color: #fff;
    width: 49%;
    position: relative;
    padding-left: 68px;
    padding-top: 5px;
    padding-bottom: 5px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #main-nav .dropdown-list>.dropdown-item {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #333333;
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border-right: 0px solid #dedede;
    border-bottom: 1px solid #bbd6f4;
    padding-bottom: 12px !important;
  }
  #main-nav .dropdown-menu .dropdown-item:first-child {
    /* margin-right: 14px; */
  }
  #main-nav .dropdown-menu .dropdown-item:nth-child(n+3) {
    margin-top: 5px;
  }
  #main-nav .dropdown-menu .dropdown-item span {
    font-size: 10px;
    display: block;
  }
  #main-nav .dropdown-menu .dropdown-item img {
    max-width: 26px;
    position: absolute;
    left: 24px;
    top: 11px;
  }
  .btn-radius {
    margin-bottom: 15px;
  }
}

/* video-gallery */

.video-banner {
  background-color: #e9f1fb;
}

/* 
views
*/
.views-box {
  background-color: #f5eee5;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-width: 760px;
  margin: 0px auto;
}

.views-box__avatar {
  margin-top: -60px;
  text-align: center;
}

.views-box__content {
  font-size: 14px;
}

.views-box__content a {
  color: #7A7774;
  text-decoration: underline;
}

.views-box__avatar img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.views-box__avatar .author-name {
  font-size: 18px;
  margin-top: 8px;
}
/* 
Video Grid
*/
.vid-grid__box {
  margin-bottom: 50px;
}

.vid-grid__title {
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.vid-grid__title::before, .vid-grid__title::after {
  content: "";
  width: 30px;
  height: 35px;
  background: url("https://www.paycas.jp/hubfs/video-gallery/double-line-icon.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -40px;
}

.vid-grid__title::after {
  left: auto;
  right: -40px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.vid-grid__video {
  margin-bottom: 10px;
}

.vid-grid__content {
  font-size: 16px;
  margin-top: 5%;
}

.vid-grid--small .vid-grid__title {
  font-size: 20px;
}

.vid-grid--small .vid-grid__content {
  font-size: 16px;
  text-align: center;
}

/*
Video Modal
*/
#video-modal {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
}

#video-modal .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

#video-modal .modal-content {
  background: none;
  border: none;
}

#video-modal .modal-header {
  border: none;
}

.videoModalTriger {
  position: relative;
}

.videoModalTriger::after {
  content: "";
  width: 13%;
  height: 50px;
  background: url(https://www.paycas.jp/hubfs/video-gallery/play-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.tab-heading {
  background-color: #2176d9;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}

.tab-heading::after {
  width: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2176d9;
}

.cashless-grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cashless-grid__box {
  margin-bottom: 50px;
  background-color: #fff;
}

.cashless-grid__img {
  width: 100%;
}

.cashless-grid__content {
  background-color: #fff;
  padding: 25px 40px;
  text-align: center;
}

.cashless-grid__title {
  font-size: 24px;
  margin-bottom: 12px;
}

.cashless-gird > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* hubspot form*/

@media(max-width:400px),
(min-device-width:320px) and (max-device-width:480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans
}

#hs-pwd-widget-password {
  padding: 10px;
  height: 42px !important;
  margin-bottom: 10px !important
}

fieldset.form-columns-2 .hs-form-field:last-child,
fieldset.form-columns-3 .hs-form-field:last-child {
  padding-left: 10px
}

@media (max-width: 767.98px) {
fieldset.form-columns-2 .hs-form-field:last-child,
fieldset.form-columns-3 .hs-form-field:last-child {
  padding-left: 0;
}

fieldset.form-columns-3 .hs-form-field:first-child {
  padding-right: 10px
}
/*# sourceMappingURL=main.css.map */