@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap");

@font-face {
  font-family: myFirstFont;
  src: url(/fonts/HuiFontP29.ttf);
}

@font-face {
  font-family: mySecondFont;
  src: url(/fonts/Hiragino\ Kaku\ Gothic\ ProN\ W6.otf);
}

.lg-txt-1,
.text-lt,
.support-div p,
.jp-ptxt,
.type-p3,
.txt-gry,
.case-p2,
.accordion-text,
.bank-p2,
.working-p2,
.working-space,
.service-p1,
.service-p2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
}

h4,
.btn,
p,
.lg-txt-2,
.btn-yellow,
.bnr-txt1,
.bnr-lt,
.bnr-lt-2,
.women-div h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.hide-on-pc {
  display: none;
}

.hide-on-sp {
  display: block;
}

.hide {
  visibility: hidden;
}

h1,
h2,
h3,
.h3,
nav.navbar li a,
.support-div h6,
.jp-head,
.type-p1,
.type-p2,
.txt-blue,
.case-p,
.accordion-button,
.bank-p1,
.working-head,
.working-p1,
.working-space span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
}

.more {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.eng-txt,
.service-h {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.case h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.bank-number {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

a,
a:hover,
a.focus,
button:focus {
  outline: 0;
}

h1 {
  font-size: 95px;
}

h2 {
  color: #07657b;
  font-size: 57px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

/* Contact form starts*/

.sf-form-cover {
  height: 0px !important;
}

/* Contact form ends */

.red {
  color: #d60000;
}

.blue-link {
  color: #0060a8;
  text-decoration: underline;
}

body,
p {
  font-size: 18px;
  line-height: 40px;
}

a {
  text-decoration: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 45px 63px;
}

.logo-w {
  width: 25%;
}

.container {
  /* max-width: 1500px; */
  max-width: 85%;
}

/* New starts */

.lg-txt-1 {
  color: #000000;
  font-size: 13px;
  display: block;
}

.lg-txt-2 {
  color: #000000;
  font-size: 28px;
}

/* Services section starts */

.left-text {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5rem;
}

.left-text-w {
  max-width: 660px;
}

.right-img {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.left-img {
  width: 50%;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
}

.right-text {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 5rem;
}

/* Services section ends */

/* Support section starts */

.support-div {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 6.5rem 8.5rem;
  margin-top: 5rem;
}

.m-div {
  padding: 0 2rem;
}

.support-div h6 {
  color: #101010;
  font-size: 21px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  margin-bottom: 0;
}

.support-div p {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
  margin-bottom: 0;
}

.txt-blk {
  color: #101010 !important;
}

/* Support section ends */

/* Women section starts */

.container-women {
  max-width: 70% !important;
}

.women-div {
  border-radius: 40px;
  background-color: #07657b;
  padding: 6rem 33rem 7rem 3rem;
  position: relative;
  width: 85%;
}

.women-div h5 {
  color: #ffffff;
  font-size: 36px;
}

.women-img-div {
  position: absolute;
  bottom: 0;
  right: 5rem;
}

/* Women section ends */

/* Bank section starts */

.bank-number {
  letter-spacing: 0px;
  color: #07657B;
  font-size: 55px;
}

.bank-span {
  color: #101010;
  font-family: myFirstFont;
  font-size: 31px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 66px;
}

.bank-p1 {
  color: #07657b;
  font-size: 24px;
  font-style: normal;
  text-align: left;
}

.bank-p2 {
  color: #101010;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
}

.padr-5 {
  padding-right: 5rem;
}

.padlr-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Bank section ends */

/* Money section starts */

.span-color {
  color: #7b074e;
}

.money-div {
  padding: 7rem 0 0 6rem;
}

/* Money section ends */

/* User section starts */

.working-div {
  width: 75%;
}

.working-head {
  font-size: 30px;
  letter-spacing: 0px;
  color: #232323;
}

.working-p1 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #0D7188;
}

.working-p2 {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #101010;
}

.working-space {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #101010;
  /* padding: 0 29rem; */
  width: 650px;
}

.working-space span {
  color: #0D7188;
}

.d-blue {
  background-image: linear-gradient(97deg, #0d7188 0%, #a6cbd3 100%);
  height: 122px;
  width: 60%;
  border-radius: 40px 0 0 40px;
}

.l-blue {
  background-image: linear-gradient(94deg, #d9ecf0 0%, #a6cbd3 100%);
  height: 122px;
  width: 40%;
  border-radius: 0 40px 40px 0;
}

.num {
  color: #ffffff;
  font-family: Heebo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 72px;
  text-align: left;
  font-size: 60px;
}

.padl-4 {
  padding-left: 4rem;
}

.padr-4 {
  padding-right: 4rem;
}

.per {
  font-size: 45px;
}

.txt {
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 43px;
}

.num-blk {
  color: #151515;
}

.txt-blk-2 {
  color: #000000;
}

.talk-div {
  padding-top: 5rem;
}

.talk-img {
  width: 12%;
  position: absolute;
  right: 7rem;
  bottom: 7rem;
}

.case-h2 {
  color: #e0e0e0;
  font-family: "Noto Sans JP";
  font-size: 58px;
  font-weight: 700;
}

.left-text-w h3 {
  color: #07657b;
  font-size: 40px;
}

.service-p1 {
  font-size: 16px;
  line-height: 34px;
  color: #101010;
}

.service-p2 {
  letter-spacing: 0px;
  color: #101010;
  font-size: 16px;
  line-height: 34px;
}

.service-h {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 2.1px;
  color: #000000;
}

.case-h4 {
  color: #0d7188;
  font-family: mySecondFont;
  line-height: 36px;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
}

.case-h4-span1 {
  font-size: 34px;
}

.case-h4-span2 {
  font-size: 22px;
}

.case-p {
  color: #0d7188;
  font-size: 30px;
  font-style: normal;
  text-align: center;
}

.case-p2 {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
  text-align: center;
}

.container-faq {
  max-width: 808px !important;
  padding: 4rem 0 1rem;
}

.accordion-item li {
  list-style-type: none;
}

.accordion-body {
  border: 0;
  display: flex;
  align-items: center;
}

.accordion-button {
  border: none !important;
  color: #232323;
  font-size: 20px;
  padding: 1.5rem 2rem !important;
  background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
  color: #232323;
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type,
.accordion-button.collapsed {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.accordion-text {
  color: #707070;
  font-size: 16px;
  line-height: 31px;
}

.accordion-item {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  margin: 1.8rem 0;
}

.user-w {
  max-width: 625px;
}

.eng-txt {
  color: #000000;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 2.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.jp-head {
  color: #07657b;
  font-size: 40px;
  font-style: normal;
  text-align: left;
}

.jp-ptxt {
  color: #101010;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
}

.type-div {
  padding: 6.5rem 4.5rem;
}

.type-p1 {
  color: #a6cbd3;
  font-size: 30px;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}

.type-p2 {
  color: #232323;
  font-size: 30px;
  font-style: normal;
  text-align: left;
}

.type-p3 {
  color: #101010;
  font-size: 16px;
  font-style: normal;
  line-height: 34px;
  text-align: left;
  padding: 0 1.5rem;
}

.free-w {
  padding-right: 5rem;
}

.free-w1 {
  padding-right: 0;
  padding-left: 10rem;
}

.w-40 {
  width: 40%;
}

.txt-gry {
  color: #848484;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
}

.txt-blue {
  color: #0d7188;
}

.txt-gry2 {
  color: #a2a2a2;
}

.cal-div {
  padding: 0rem 2rem 9rem 6rem;
}

.cal-div p {
  color: #0d7188;
  font-family: "Noto Sans JP";
  font-size: 29px;
  font-weight: 700;
}

hr {
  width: 965px;
  height: 10px !important;
  border-radius: 40px;
  background-image: linear-gradient(91deg, #d9ecf0 0%, #7eaeb9 100%);
}

.slick-list,
.user-slider {
  padding: 5rem 0 3rem !important;
}

.slider-outer {
  width: 353px;
  height: 296px;
  border-radius: 40px;
  background-image: linear-gradient(131deg, #d9ecf0 0%, #a6cbd3 100%);
  padding: 2rem;
  position: relative;
  margin-right: 3rem;
}

.slider-img {
  position: absolute;
  top: -63px;
  left: 104px;
}

.slider-p1 {
  color: #101010;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

button.slick-next.slick-arrow {
  background: url(/image/arrow-blue.svg);
  transform: rotate(180deg);
  font-size: 0;
  width: 63px;
  height: 63px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 140px;
  background-repeat: no-repeat;
}

button.slick-prev.slick-arrow {
  background: url(/image/arrow-blue.svg);
  font-size: 0;
  width: 63px;
  height: 63px;
  border: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.right {
  text-align: right;
}

.padt-5 {
  padding-top: 5rem;
}

.padt-6 {
  padding-top: 6rem;
}

.padt-8 {
  padding-top: 8rem;
}

.padt-9 {
  padding-top: 9rem;
}

.mart-9 {
  margin-top: 9rem;
}

.padt-10 {
  padding-top: 10rem;
}

.p-space {
  /* padding: 0 22rem; */
  text-align: center;
}

/* User section ends */

/* New ends */

#banner {
  background: url(../image/banner.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  margin: 0;
  border: 25px solid white;
  border-radius: 40px;
}

#banner h1 {
  line-height: 0;
  margin-bottom: 3rem;
  color: #07657b;
}

#banner .bnr-txt1 {
  font-size: 37px;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 0px;
  display: block;
}

/* #banner h1 span {
	display: block;
} */

#banner .bnr-txt2 {
  font-size: 57px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  display: block;
}

#banner .bnr-lt {
  font-size: 26px;
}

#banner .bnr-lt-2 {
  font-size: 26px;
  color: #000 !important;
}

#banner .text-lt {
  color: #101010;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  padding-right: 6.5rem;
}

.banner-content {
  min-width: 590px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  max-width: 100%;
}

.btn.banner-btn2 {
  height: 93px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 331px;
  font-size: 25px;
  border-radius: 4px;
  width: 331px;
  height: 92px;
  z-index: 999;
}

.btn.banner-btn2:hover {
  background: #67b242;
  border-color: #67b242;
  color: #fff;
}

.banner-sp-heading-1,
.banner-sp-heading-2,
.banner-sp-heading-3 {
  padding: 15% 5% 2% 5%;
  margin-bottom: 0px;
  color: #07657b;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.banner-sp-heading-2,
.banner-sp-heading-3 {
  font-size: 33px;
  padding-top: 0px;
}

.banner-sp-heading-3 {
  font-size: 13px;
}

.banner-sp-heading-3 span {
  color: #000000;
}

.banner-sp-man {
  position: absolute;
  width: 70%;
  bottom: 10%;
}

.banner-sp-women {
  position: absolute;
  bottom: 0%;
}

.ipad-man {
  display: none;
}

.hide-sp {
  display: block !important;
}

.working-pc {
  display: flex;
}

.sp-per-hr {
  display: none;
}

.sp-common-women-section {
  width: 100%;
  background-color: #07657b;
  border-radius: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.btn-yellow,
.btn-yellow-sp {
  border-radius: 100px;
  background-color: #67b242;
  border: 3px solid #67b242;
  font-size: 20px;
  letter-spacing: 1.8px;
  color: #fff;
}

.btn-blue {
  border-radius: 100px;
  border: 3px solid #5ea4d9;
  background-color: #5ea4d9;
  font-size: 15px;
  color: #fff;
}

.btn:hover {
  background: transparent;
  /* border-color: #000; */
  color: #fff;
}

.btn-yellow:hover {
  background: transparent;
  border-color: #67b242;
  color: #fff;
}

.btn-blue:hover {
  background: transparent;
  border-color: #5ea4d9;
  color: #5ea4d9;
}

.btn:focus {
  outline: 0;
}

.btn-black,
.btn-trans-black {
  border-radius: 100px;
  border: 3px solid #000000;
  background-color: #000000;
  color: #fff;
}

.btn-trans-black,
.btn-long.trans:hover {
  background: transparent !important;
  color: #000;
}

.btn-long.trans:hover {
  border-color: #000;
  border-width: 3px;
}

/* .btn-outer,
.down-arrow {
	transition: all 0.5s ease-in-out;
} */

.btn-trans-black:hover {
  background-color: #000000;
  color: #fff;
}

.btn-black:hover {
  background-color: transparent;
  color: #000;
}

.bigger {
  padding: 0 35px;
  height: 82px;
  font-size: 25px;
  line-height: 114px;
  border-width: 3px;
  min-width: 306px;
}

.line-btn {
  border-radius: 100px;
  background-color: #00C200;
  border: 3px solid #00C200;
  font-size: 20px;
  letter-spacing: 1.8px;
  color: #fff;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

nav button {
  height: 51px;
  width: 167px;
}

.two-buttons {
  display: flex;
  padding-top: 100px;
}

.menu-container .two-buttons {
  padding-top: 0;
}

.two-buttons a {
  margin-right: 20px;
  width: 306px;
}

.down-arrow>span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 34rem;
  z-index: 99;
  background-color: #67b242;
  width: 75px;
  height: 310px;
  border-radius: 15px 0px 0px 15px;
}

.down-arrow-2>span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 12rem;
  z-index: 99;
  background-color: #0d7188;
  width: 75px;
  height: 310px;
  border-radius: 15px 0px 0px 15px;
}

.check-2 {
  color: #67b242;
  width: 21px;
  height: 21px;
}

.check {
  color: #0d7188;
  width: 21px;
  height: 21px;
}

.more {
  font-size: 15px;
  color: #fff;
  /* display: contents; */
  width: 15px;
  line-height: 26px;
}

.btn-long.trans {
  width: 100%;
  /*border: 3px solid #000;*/
  height: 82px;
  border-radius: 50px;
  font-size: 25px;
  background: #5ea4d9 !important;
  color: #fff;
}

/*Menu*/
.noscroll {
  overflow: hidden;
}

span.m-name {
  font-size: 10px;
}

.m-close,
.open .m-menu {
  display: none;
}

.open .m-close,
.m-menu {
  display: block;
}

.menu-outer {
  /* position: fixed; */
  /* background: #000; */
  background-color: #0d7188;
  border-radius: 100px;
  width: 72px;
  height: 72px;
  color: #fff;
  padding: 26px 24px 20px 20px;
  font-size: 10px;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
}

span.line {
  width: 29px;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
  margin-left: 1px;
}

span.m-name {
  line-height: 1;
}

span.line {
  width: 28px;
  height: 3px;
  background: #fff;
  display: block;
  float: left;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

.request-btn {
  margin-right: 40px;
}

.menu-area {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  transition: all 0.5s ease-in-out;
  top: -100%;
}

.menu-container {
  background-color: #0d7188;
  padding: 124px 200px 0 150px;
  /* width: auto; */
  width: 987px;
  overflow: hidden;
  float: right;
  margin-top: 0px;
  /* height: 100vh; */
  height: 100%;
}

.open .menu-container {
  margin-right: 0;
}

.menu-area.open-inner {
  top: 0;
}

.menu-outer.open .second {
  opacity: 0;
}

nav.navbar ul {
  list-style: none;
  padding: 0;
  margin-top: 7%;
}

nav.navbar li a {
  font-size: 2.3vh;
  color: #fff;
  line-height: 44px;
  display: block;
  margin-bottom: 20px;
}

.open span.line.first {
  transform: rotate(45deg);
  top: 8px;
  position: relative;
}

.open span.line.third {
  transform: rotate(-45deg);
  bottom: 8px;
  position: relative;
}

.open .m-close {
  /*left: 2px;
	text-transform: capitalize;*/
  position: relative;
}

/*-------*/
.header-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.request-btn {
  width: 306px;
  height: 72px;
}

/* Footer starts */

footer {
  height: 545px;
  background-color: #0d7188;
  padding: 100px 0;
}

.copy {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.copy-p2 {
  color: #acacac;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

ul.footer-links li {
  list-style: none;
  padding: 8px;
  line-height: 16px;
}

.footer-a1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
}

.footer-a2 {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
}

.footer-a2 span {
  text-decoration: underline;
}

.footer-links a:hover {
  color: #fff;
}

/* Footer ends */

/* Modal starts */

.modal-dialog {
  max-width: 640px;
  margin: 11rem auto;
}

.modal-body {
  padding: 2.5rem;
}

.btn-modal {
  color: #0d7188;
  text-decoration: underline;
}

.btn-modal:hover {
  border-color: transparent;
  box-shadow: none;
  color: #0d7188;
}

.btn-modal:focus {
  box-shadow: none;
}

/* .btn-modal {
  display: contents;
} */

/* Modal ends */

/* Workflow section start */

.workflow-a {
  display: block !important;
}

.workflow-b {
  display: none !important;
}

.workflow-list-active-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fcfcfc;
}

.workflow-list-container {
  border-radius: 1rem;
  background-color: #ffffff;
  margin: 0rem 5rem;
  padding: 2rem 3rem;
  cursor: pointer;
  width: 520px;
}

.workflow-list-headings-count {
  color: #07657b;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.workflow-list-heading-one {
  color: #07657b;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.workflow-list-heading-two {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
}

.not-active div,
.not-active div p {
  color: #d1d1d1 !important;
}

/* Workflow section ends */

/* Popup starts */
.optimize-m {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
}

.optimize-m-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .45);
}

.optimize-m-inner {
  background: #FFF;
  border-radius: 3px;
  min-width: 260px;
  width: 70%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .4);
}

.optimize-m-lead {
  position: relative;
  padding: 0.7em;
  background: #a6d3c8;
  color: white;
  font-size: 20px;
  font-weight: 800;
}

.optimize-m-lead::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.optimize-m-sublead,
.optimize-m-text {
  margin-bottom: 20px;
}

.optimize-m-sublead {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}

.optimize-m-text {
  font-size: inherit;
  text-align: left;
}

.line-register {
  width: 100%;
  padding-bottom: 15px;
}

.line-register img {
  width: 180px;
}



/* Popup ends */