/**
* Template Name: Appland - v4.7.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
  text-decoration: none;
}

a:hover {
  color: #89ba28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.ps_re{position: relative;}

.eachTextAnime span{opacity: 0;}

.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }

@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0;
    bottom: 0;
    z-index: 996;
    width: 0;
    height: 0;
    border-radius: 0;
    transition: all 0.4s;
    border-color: transparent transparent #79bf26 transparent;
    border-style: solid;
    border-width: 0 0 100px 100px;
}
.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
  position: relative;
  top: 70px;
  right: 30px;
}
.back-to-top:hover {
  opacity:0.8;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@-moz-document url-prefix() {
	.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
  position: relative;
  top: 70px;
  right: 30px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
  position: relative;
  top: 70px;
  right: 30px;
}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# ここがポイント
--------------------------------------------------------------*/
.uf_point {
    padding: 30px 5%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 5px solid #555;
}

.uf_point:after {-webkit-transform: translateX(-50%);display: block;position: absolute;top: 0;left: 0;width: 0;height: 0;transform: translateX(0%);border-width: 80px 80px 0 0px;border-style: solid;border-color: #555 transparent transparent transparent;content: "";}

.uf_point ul{display: flex;justify-content: space-between;white-space: nowrap;    align-items: center;margin:0 auto;text-align: left;}

.uf_point ul li.maru {
    display: block;
    white-space: initial;
    width: 110px;
    height: 110px;
    border: 8px solid #444;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #444;
}

.uf_point ul li.maru div{position: absolute; top: 23%;  left: 10%; line-height: 1.5em;}

.uf_point ul li.text {
    display: block;
    white-space: initial;
    font-size: 28px;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 0.001em;
    font-weight: bold;
    word-break: break-all;
}

.uf_point ul li.text span {
    font-size: 20px;
    display: block;
    letter-spacing: 0.001rem;
    font-weight: normal;
}

.uf_point ul li.maru span.big {/*font-size:24px;*/ }


ul.shou {
    line-height: initial;
    width: 100% !important;
	box-shadow: 0 0 0 !important;
	    background: none !important;
}
ul.shou li.tag {
    border: 1px solid #000;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  /*transition: all 0.5s;*/
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}
#header .logo img {
  margin: 0;
  max-height: 40px;
}

.tel {
    float: left;
    color: #fff;
    margin: 0 0.5rem 0 2rem;
}
.tel a {
    height: 60px;
    padding-top: 10px;
}
.tel div.no {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.tel div {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /*font-family: "Raleway", sans-serif;*/
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
@media (min-width: 992px) {
.navbar .navno{display:none;}
.mnav_block{display:none !important;}
}
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #47536e;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /*color: #056ae8;*/
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #7cca20;
  padding: 12px 25px;
  /*margin-left: 30px;*/
  color: #fff;
  line-height: 1;
  border-radius: 50px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #748ec6;
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
 color:#333;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5777ba;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
	.pcnav_block{display:none !important;}
	.mnav_block{display:block !important;}
	.mnav_block ul {
    display: flex !important;
		justify-content: space-around;}
	
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5777ba;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5777ba;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


.navbar li .snsbtn{display:flex;}
.navbar li .snsbtn a{margin:0;padding:0;}
.navbar li .snsbtn img {
    margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(https://rpst.jp/wp-content/themes/precs/assets/img/fv_bg.png);
    background-position: top;
    background-size: cover;
    padding: 7rem 0 3rem 0;
    background-repeat: no-repeat;
}

#hero .hero_bg01 {
   /* width: 100%;
    background-image: url(/assets/img/fv_bg02.png);
    background-position: right;
    background-size: 50%;
    padding: 10em 0 13em 0;
    background-repeat: no-repeat;*/
    position: absolute;
}

#hero h1 {
    margin: 0 0 1rem 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
#hero h2 {
    color: #fff;
    margin: 1rem auto 0.5rem auto;
    font-size: 3rem;
    font-weight: 800;
    text-align: left;
}
#hero h2 span {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    display: block;
}
#hero .download-btn {
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    width: 160px;
}

.logo_box{text-align: left;}

@media (min-width:960px){
#hero .download-btn {
    width: 160px !important;
	
}
	
	
	
	
}

#hero .download-btn + .download-btn {
  /*margin-left: 20px;*/
}
.fv_flex {
    display: flex;
    justify-content: space-between;
}

.fv_main{position:relative;}
.fv_txt {
    position: absolute;
    top: 0;
    background-color: rgba(27,27,27,0.9);
    height: 20rem;
    width: 100%;
}
.fv_maintxt{width:50%;padding: 1rem 0;position: relative;}
.fv_slide{width:60%;padding: 1rem 0;}

.typing{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.typing span {
  display: inline-block;
  width: 23ch;
  /*font: bold 200% Consolas, Monaco, monospace;*/
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  border-right: 10px solid transparent;
  animation: typing 3s steps(23), caret 0.3s steps(1) /*infinite*/;
    height: 100px;
    line-height: 100px;	
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}

.slidebox {
  position: relative;
  width: 100%;
  padding: 12rem 0;
  overflow: hidden;
}
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slidebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}

.slidebox img:nth-child(2){
  animation-delay: 8s;
}

.slidebox img:last-child{
  animation-delay: 16s;
}


@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }

}


@media (max-width: 575px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x) !important;
    padding-left: var(--bs-gutter-x) !important;
    margin-right: auto;
    margin-left: auto;
}	
	
#hero .hero-img img {
    width: 80%;
  }
#hero {
    padding: 3rem 0 0 0 !important;
}	
#hero h1 {
	    margin: 0 !important;
    font-size: 1.8rem !important;
}
.typing span {
    height: 100px !important;
    line-height: 100px !important;
}	
#hero h2 {
    font-size: 2.6rem !important;
    line-height: 2.6rem !important;
    text-align: center;
    margin-bottom: 10px;
}
	
#hero h2 span {
    font-size: 1rem !important;
}
.fv_txt {height: 18rem;}	
.fv_slide{padding:0;}	

.slidebox img {
    top: 50%;
    width: 330px !important;
}
	
.slidebox {
    position: relative;
    width: 100%;
    padding: 6rem 0 9rem 0 !important;
    overflow: hidden;
}
	
.pt-2 {
    margin: 0 auto !important;
}
.features .support .content2 {
    margin: 0 auto !important;}

.support .sp_item dl dt,.support .sp_item2 dl dt {
    width: 100% !important;
}
.support .sp_wrap {
    padding: 0 !important;
}
	
.support .sp_item2 {
    background: #fff;
}
	
.sp_item img,.sp_item2 img{width:100%;}

.support .sp_item dl dd {
    width: 100% !important;
    padding: 0 !important;
    left: 50% !important;
    top: 0 !important;
    box-shadow: none !important;
    position: unset !important;
}	
	
.support .sp_item2 dl dd {
    width: 100% !important;
    padding: 0 !important;
    right: 50% !important;
    top: 0 !important;
    box-shadow: none !important;
    position: unset !important;
}

.support .sp_item p, .support .sp_item2 p {
    padding: 1rem 0 0 0 !important;
}
	
.support .content3 ul {
    flex-wrap: wrap;
}	
.support .content3 ul li {
	width: 49.5555% !important;
	    margin: 0 auto !important;
	}

.support .content3 h3 {
    margin: 0 auto 1em auto !important;
    padding: 0.4rem 0 !important;
    width: 100% !important;
    background: #f6f6f6;
}
	
	
	
.uf_point {
    margin: 3rem auto !important;
}
.uf_point ul li.text {
    width: 90% !important;
    margin: 0 auto !important;
}	
.img_circle {
    width: 240px !important;
}
.section-title {
    padding: 1rem 0 !important;
}
.contact .section-title h2 {
    font-size: 1.6rem !important;
    margin: 20px auto !important;

}	
	
}


@media (max-width: 768px) {
		
.ct_flex li {
    width: calc((95% + 10px) / 2) !important;
    background: #fff;
    color: #fff;
    padding: 0;
    margin: 0;
}	
	.ct_flex li img{width:120px;}	
.ctbtn {
    float:none !important;
	margin: 0 !important;
}

.ctbtn a {
    height: 30px!important;
    line-height: 30px!important;
    text-align: center;
    width: 100% !important;
    color: #fff !important;
    border-radius: 10px !important;
	width: 130px !important;
}
.cttxt {
    line-height: 1.4rem;
    margin: 1rem 0 0 0;
}
.cttxt span{display:block;}
	
#hero {
    padding: 5rem 0;
}
#hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
#hero h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
    text-align: center;
}
#hero h2 span {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    display: block;
}	
#hero .hero-img img {
    width: 70%;
  }
	
.fv_maintxt{padding:0;}		
.fv_flex {
    display: flex;
    justify-content: normal;
    flex-direction: column;
}
.fv_maintxt,.fv_slide{width:100%;}	
#hero h1 {
    font-size: 3rem;
}
	
.logo_box {
    position: unset !important;
	text-align: center;
}

.slidebox {
    padding: 10rem 0 12rem 0;
}
.slidebox img {
	width:540px ;
    max-width:540px;
}	
.about {
    padding: 0;
}
.img_circle {
    width: 240px !important;
    height: 240px !important;
	}
	
	#hero .download-btn {
    width: 100px;
}	
	
}







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
    background-color: rgba(226,223,218,0.3);
}

.section-title {
    text-align: center;
    padding: 3em;
    margin: 0 auto;
}

.section-title h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
}
.section-title p {
  margin-bottom: 0;
}

/*---------------------------------------------------------------
背景
--------------------------------------------------------------*/
/*背景ボックス*/

.bk_bg {
    background: #333;
    height: 300px;
    width: 60%;
    position: absolute;
    padding: 0;
    z-index: -1;
	display:none;
}

.bl_bg {
    background: #156ede;
    height: 300px;
    width: 40%;
    position: absolute;
    padding: 5em 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.bl_bg2 {
    background: #f1ede6;
    height: 300px;
    width: 30%;
    position: absolute;
    padding: 5em 0;
    right: 0;
    bottom: 5em;
    z-index: -1;
}

.gr_bg {
    background: #f2f5fa;
    height: 120vw;
    width: 60%;
    position: absolute;
    padding: 0;
    z-index: -1;
}

.order-msg {
    margin-top: 40px;
    font-size: 30px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	color:#000;
}

.order-msg p {
    font-weight: bold;
    position: relative;
}
.order-msg p:after {
    z-index: -1;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 15px;
    opacity: 0.3;
    background:yellow;
}

.main_inner {
      background-image: url(https://rpst.jp/wp-content/themes/precs/assets/img/d2c_bg.png);
    background-position: top;
    background-size: contain;
    height: 2495px;
    width: 130px;
    position: absolute;
    right: 0;
    top: 1%;
    background-repeat: no-repeat;
    opacity: 0.8;
}

/*背景フォント*/


.ft_after {
    font-size: 7rem;
    color: #e2dfda;
    font-weight: bold;
    line-height: 5.5rem;
    padding: 0;
    position: absolute;
    top: 0;
}

.ttl_point {
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 0 0 1rem;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    display: block;
}

.ft_Infra {
    font-size: 8rem;
    color: #bdccd8;
    font-weight: bold;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 5%;
}
.ft_Price {
    font-size: 8rem;
    color: #fff;
    font-weight: bold;
    padding: 1em 0 0.2em 0;
    position: absolute;
    top: -2rem;
    right: 5%;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*導入事例*/

.case {
    /* background: #f6f7f9; */
    position: relative;
    padding: 3em 0 6em 0;
    max-width: 1900px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.case h2{font-size: 2em;
    margin: 0 0 3rem 0;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding: 0 0 0.4em 0;
    font-family: "Open Sans", sans-serif;
    position: relative;
    border-bottom: 6px solid #333;
    width: 15%;}

.case h2::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #79bf26;
}

.case h2 span {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 1em;
}

.kigyou_ps {
    position: relative;
    top: -40px;
}

.shadow_box2 {
    background: #fff;
    padding: 1em;
    text-align: left;
    /*box-shadow: 2px 2px 6px 1px #ccc, 2px 2px 6px rgb(255 255 255 / 40%) inset;*/
}

.casebox {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}

.casebox ul {
    display: flex;
    justify-content: space-between;
}

.casebox ul li {}

.casebox img {
    padding: 1em 0 0 0;
}

.casebox ul li h3 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.casebox ul li h3 span {
    font-size: 0.85em;
    display: block;
    border-bottom: 2px solid #333;
    width: 100px;
    margin: 0 auto 0.5em auto;
}

.casebox ul li .more_bt {
    background: #222222;
    border-radius: 60px;
    padding: 0.2em;
    color: #fff;
    width: 150px;
    margin: 1em auto;
}

.casebox ul li a {
    text-decoration: none;
    display: block;
	color:#333;
}

.casebox ul li a:hover {
    background: #eafbd7;
    opacity: 0.8;
}

.casebox ul li dl {
    margin: 1em;
}

.casebox ul li dl dd {
    padding: 0 0 1em 0;
    margin: 0 auto;
}
.bk_bt {
    background: #333;
    margin-top: 2rem;
}

.bk_bt a {
    padding: 1rem;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
}
.bk_bt a:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    color: #333;
}
.bk_bt a:hover{background: #79bf26;}
@media (max-width: 1199px) {
.case h2 {
    width: 20%;
}
}
@media (max-width:990px) {
.case h2 {width: 30%;}
	
.uf_point ul li.maru {
    width: 150px;
    height: 110px;
	margin-right: 2rem;}

.uf_point ul li.text span {
    font-size: 24px;
	padding: 1rem 0;
	}}
	
@media (max-width: 667px) {
.case h2 {
    width: 50%;
}
	
}	

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about {
    position: relative;
    padding: 2rem 0 0 0;
}

.about .section-title {
    padding: 3rem 0;
    font-weight: bold;
    text-align: left;
    width: 80%;
    margin: 0;
	position: relative;
}

.about .section-title img {
    padding: 1rem 0;
}

.about_img {
    position: relative;
    left: 0;
}
.about .section-title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 600;
    margin: 1rem auto;
    padding: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
}
.about .section-title p {
    margin: 0 auto;
    padding: 1em 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
}




/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service {
    position: relative;
    margin: 5rem auto 0 auto;
    padding: 5em 0 !important;
   background-color: rgba(189,204,216,0.2);
	/*background-color: rgba(234,240,226,0.2);*/
}


.service h2 {
    font-size: 2em;
    margin: 0 0 3rem 0;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding: 0 0 0.4em 0;
    font-family: "Open Sans", sans-serif;
    position: relative;
    border-bottom: 6px solid #333;
    width: 15%;
}
.service h2 span{font-size: 1rem;color: #333;font-weight: bold;display: block;line-height: 1em;}
.service h2::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #e2dfda;
}
.service .pd_box1 {
    margin: 0 auto 5rem auto;
    padding: 1em;
    background: #fff;
    position: relative;
	box-shadow: 2px 2px 4px gray;
}
.pd_box1 a, .pd_box2 a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #333;
}

.service .pd_box2 {
    margin: 0 auto 5rem auto;
    padding: 1em;
    background: #fff;
    position: relative;
   	box-shadow: 2px 2px 4px gray;

}

.pd_box1 a, .pd_box2 a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #333;
}
.service .pd_box1 img, .service .pd_box2 img {
    margin: 1em auto;
    padding: 1em;
}
.service .pd_box1 p, .service .pd_box2 p {
    margin: 0 auto;
    padding: 1em;
    line-height: 1.8rem;
    font-size: 1rem;
}
.pd_box1 a:hover, .pd_box2 a:hover{opacity:0.7;}
.btnarrow4 {
    position: absolute;
    right: 30px;
}
.btnarrow4 a {
    background: #333;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0.85em;
    width: 140px;
    text-align: center;
    /*border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
	    box-shadow: 5px 5px #aaa;
}
.btnarrow4 a:hover{box-shadow: 1px 1px #aaa;!important;opacity:1 !important;}

@media (max-width: 991px) {
	width: 90% !important;
}	
  .service .image {
    text-align: center;
  }
  .service .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .service .image img {
    max-width: 100%;
  }
}



/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/

.features{padding:5em 0 0 0;position: relative;}
.features h2{font-size: 1.6rem;font-weight: normal; color: #222;display:block !important;line-height:2.4rem;}
.features .sub_txt {
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
    display: block;
    line-height: 2rem;
    margin: 1rem 0 0 0;
}
.features .content {
  padding: 0;
  margin: 0 auto;

}

.infra {
    padding: 3em 0;
    position: relative;
	background: rgba(226,223,218,0.8);
}

.infra h2 {
    background: none !important;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 2.6rem 0;
}

.infra_list {
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}

.features .infra .sub_txt {
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
    display: block;
    line-height: 2rem;
    margin: 1rem 0 0 0;
}

.infra_list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background: rgba(189,204,216,0.2);
	box-shadow: 2px 2px 3px #eee;
}
.infra_list ul li {
    margin: 2rem auto;
    padding: 1rem;
}

.infra_list .area {position: relative;width:90%;background:#fff;}

.infra_list .area.ar{border: 0;}

.infra_list .area .icon {
    position: absolute;
    top: 27%;
    left: -20px;
    top: 0;
    margin: auto;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 70px;
    background: #333;
    text-align: center;
}
@media (min-width: 769px){
	.infra_list .area .icon {bottom: 0;}
}


.infra_list .area .icon img {
    width: 50%;
    position: relative;
    font-weight: bold;
    top: 25%;
}
.infra_list .area .po {
    border-radius: 5px;
	padding: 30px 3%;
}

.infra_list .area .gr_ttl {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #333;
    width: 80%;
    margin: 0 auto 0 auto;
}

.infra_list dl:nth-child(2){flex-direction: row-reverse;}

.infra_list dl dt {
    padding: 2em 3em 0 3em;
}
.infra_list dl dd{}
.list1 dl,.list3 dl{display: flex;justify-content: space-between;}
.list2 dl{display: flex;flex-direction: row-reverse;justify-content: space-between;}

.list1 dl dd, .list3 dl dd {
    width: 70%;
}
.list2 dl dd {
    width: 70%;
}
.list1 img,.list2 img,.list3 img{margin: 1em;width:100px;}

.infra_list h3 {
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    margin: 1em 0 0.5em 0;
}
.infra_list p{font-size: 1.1rem;color:#333;    word-break: break-all;}

.support .content3 {
    margin: 0 auto;
    padding: 0;
}
.support .content3 h3 {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto 2em auto;
    line-height: 1.4rem;
    color: #333;
    padding: 0;
    letter-spacing: 0.001rem;
    width: 90%;
}
.support .content3 ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.support .content3 ul li {
    width: 23%;
    text-align: center;
    margin: 2rem auto;
    border-radius: 100%;
}

.support .content3 img {
    padding: 1em 0;
    width: 70%;
}
.pt-1 {
    display: flex;
    padding: 5rem 0 0 0;
    margin: 15rem auto 5rem auto;
    background: #fff;
}

.pt-1 h2 {
    background: none !important;
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #222;
    display: block !important;
    height: 70px;
    line-height: 70px;
}

.pt-2 {
    display: flex;
    padding: 0;
    margin: 3rem auto 5rem auto;
    /* background: #fff; */
    flex-direction: row-reverse;
    justify-content:space-between;
}

.pt-3 {
    display: flex;
    padding: 5rem 0 0 0;
    margin: 0 auto  3rem auto;
}

.pt-4 {
    display: flex;
    padding: 0;
    margin: 3rem auto 5rem auto;
    flex-direction: row-reverse;
     justify-content:space-between;
}

.word{display:inline-block;}
@media (max-width: 768px){
	.word{disply:block;}
	.infra_list ul {
    width: 100%;
}
	
.lp_feature01_inner, .lp_feature03_inner {
    width: 90%;
}	
}
.features .label {
    color: #222;
    font-weight: bold;
    text-align: left;
    font-size: 5em;
    padding: 0.2em;
    position: relative;
    width: 160px;
    margin: 0 1em 0 0;
    border-right: 3px solid #333;
}

.features .label_ct {
    background: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    font-size: 3.2em;
    line-height: 1em;
    padding: 1em 0;
    width: 180px;
    margin: 0 auto;
    position: relative;
    top: -2em;
}
.pt-2 .label, .pt-4 .label {
    border-left: 3px solid #333;
    border-right: none;
    color: #222;
    font-weight: bold;
    text-align: center;
    font-size: 5em;
    padding: 0.4em;
    position: relative;
    width: 160px;
    margin: 0 0 0 0;
}
.features .label span, .features .label_ct span {
    display: block;
    font-size: 24px;
    margin: 0;
    color: #333 !important;
    line-height: 0.85em;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
.pt-2,.pt-4{width: 90%;}	

}
@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

.technique h3 {
    color: #333;
    font-weight: bold;
    font-size: 2.6em;
    text-align: left;
    line-height: 3.2rem;
    position: relative;
    padding: 1rem 0;
    border-bottom: 6px solid #333;
}

.technique h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #79bf26;
}

.technique p {
    color: #333;
    font-weight: normal;
    font-size: 1.4em;
    letter-spacing: 0.001em;
	word-break: break-all;
	padding-top:1rem;
}

.lp_feature01{
    position: relative;
}

.lp_feature01 .row{--bs-gutter-x: 0 !important;}

.lp_feature02{
    position: relative;
}

.lp_feature03 {
    position: relative;
}
.lp_feature01::before {
    content: "";
    background-color: rgba(226,223,218,0.8);
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
}

.lp_feature02::before {
	content: "";
    background-color: rgba(226,223,218,0.8);
	position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
}

.lp_feature03::before {
    content: "";
    background-color: rgba(226,223,218,0.8);
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
}


.lp_feature01_inner, .lp_feature03_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: none;
    display: flex;
	width:90%;
}

.lp_feature02_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: none;
    display: flex;
    flex-direction: row-reverse;
    padding: 3rem;
}


.lp_feature01__text {
    margin-bottom: 0;
    padding-bottom: 5.21vw;
    background-repeat: no-repeat;
	width: 55%;
}

.lp_feature01__img {
    width: 300px;
    position: absolute;
    z-index: 1;
    padding: 0;
    top: 18%;
    left: 60%;
    bottom: 0;
    margin: auto;
}


.lp_feature02__text {
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 0;
	width: 55%;
}

.lp_feature02__img {
    width: 300px;
    position: absolute;
    z-index: 1;
    top: 18%;
	right: 60%;
    bottom: 0;
    padding: 0;
}

.lp_feature03__text {
    margin-bottom: 0;
    padding-bottom: 5.21vw;
    background-repeat: no-repeat;
	width: 55%;
}

.lp_feature03__img {
    width: 300px;
    position: absolute;
    z-index: 1;
    padding: 0;
    top: 18%;
    left: 60%;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1150px) {
.technique h3 {
    font-size: 3rem !important;
    line-height: 4rem;
}
.technique h3 span{display:block;}	
.technique p {
    font-size: 1.6em;
}
	
.infra_list h3{font-size:1.8rem;}	
.infra_list p{
font-size: 1.2rem;
}	
.infra_list p span{
display:block;
}

}




/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}
.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}
.details .content ul {
  list-style: none;
  padding: 0;
}
.details .content ul li {
  padding-bottom: 10px;
}
.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}
.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.support {
    position: relative;
    margin: 3rem auto;
    padding: 3rem 0;
}
.features .support .content2 {
    margin: 2em auto 0 auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
}

.support h2 {
    background: none !important;
    color: #333;
    height: 70px;
    line-height: 70px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
}

.support .sp_wrap {
    padding:0;
    margin: 0 auto;
    text-align: center;
}
.support .sp_item,.support .sp_item2 {
    position: relative;
    margin: 0;
    padding:0;
	background: #fff;

}
.sp_item img,.sp_item2 img{width:100%;}

.support .sp_item dl{display: flex;flex-wrap: wrap; justify-content: space-between;margin: 0 auto;}
.support .sp_item dl dt{width:50%;}
.support .sp_item dl dd {
    width: 50%;
    height: 180px;
    padding: 1rem 1rem 0 1rem;
    background: #fff;
    position: absolute;
    left: 40%;
    top: 15%;
    box-shadow:-10px 10px 0 rgba(226,223,218,0.8);
}

.support .sp_item2 dl{display: flex;flex-wrap: wrap;flex-direction: row-reverse;margin: 0 auto;}
.support .sp_item2 dl dt{width:50%;}
.support .sp_item2 dl dd{    
	width: 50%;
    height: 180px;
    padding: 1rem 1rem 0 1rem;
    background: #fff;
    position: absolute;
    right: 40%;
    top: 15%;
    box-shadow: 10px 10px 0 rgba(226,223,218,0.8);
}


.support .box-title {
    padding: 0.5rem;
    line-height: 1;
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
    background: rgb(226 223 218 / 90%);
}

.support .sp_item p,.support .sp_item2 p{
	padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
    word-break: break-all;
}



@media not all and (min-width: 768px) {
.support .sp_item {
    width: 100%;
  }

.support .sp_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
	

}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery {
    position: relative;
    margin: 5rem auto;
    padding: 0;
}
.gallery .swiper-slide {
  transition: 0.3s;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.blogbox1{/*display:flex;justify-content: space-between;max-width: 960px;*/margin:0 auto;text-align: left;}
.blogbox1 img{width:100%;}
.blog1 {
      text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2rem;
}
.blog2 {
    text-align: center;
    margin: 1em auto;
    padding: 0 0 0 1em;
}

.blogbox1 h3 {
    margin: 1em auto;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
	text-align: left;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  margin: 30px 10px 30px 50px;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item a {
    display: block;
    padding: 1rem 1rem 1rem 3rem;
}

.testimonials .testimonial-item a:hover{opacity:0.6;}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
    margin: 20px;
    position: relative;
    text-align: right;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
    position: relative;
    padding: 0 3rem 5rem 3rem;
}
.pricing .row {
  padding-top: 40px;
}
.price_flex {
    position: relative;
    padding: 0;
}

.price_flex > ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 auto;
	counter-reset: number 0;
}


.price_flex .box {
    width: 31.9999%;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
    background: rgba(189,204,216,0.2);
    text-align: center;
}

.price_flex .box:before {
    font-family: "Montserrat";
    counter-increment: number 1;
  	content: "PLAN "counter(number) " ";
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #333;
    height: 50px;
}

.img_circle {
    width: 240px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.img_circle img {
    width: 100%;
    padding:0;
}

.pricing h2 {
    background: none !important;
    color: #333;
    height: 70px;
    line-height: 70px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 0.5em 0 0 0;
}
.pricing h3 {
    font-weight: 600;
    margin: 15px auto;
    font-size: 24px;
	color:#333;
	width:90%;
}
.pricing h4 {
    font-size: 1em;
    color: #333;
    font-weight: 600;
    margin:0 auto 25px auto;
	width:90%;
}
.pricing h4 span {
    color: #333;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 1em 0;
}

.pricing .text-strong {
    color: #7cca20;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

.price_flex .box ul {
    padding: 0;
    list-style: none;
    color: #333;
    text-align: left;
    line-height: 20px;
    width: 90%;
	margin: 0 auto;}

.price_flex .box ul li {
    padding: 12px;
    font-size: 0.85rem;
    line-height: 1rem;
    border-bottom: 1px solid #ccc;
}
.price_flex .box ul li:first-child {
    text-align: center;
    font-weight: bold;
    /* background: #f6f6f6; */
    line-height: 30px;
    height: 30px;
    margin: 0 0 1em 0;
    border-bottom: none;
}
.price_flex .box ul i {
    color: #056ae8;
    font-size: 18px;
    padding-right: 0;
    background: #fff;
    border-radius: 60px;
    margin: 0 0.5rem 0 0;
}
.price_flex .box ul .na {
  color: #ccc;
}
.price_flex .box ul .na i {
  color: #ccc;
}
.price_flex .box ul .na span {
  text-decoration: line-through;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .get-started-btn {
  display:none;
  background: #5777ba;
}
.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}



@media (max-width: 576px){
.container, .container-sm {
    max-width: 90% !important;
    width: 90% !important;
}	
	
#header.header-scrolled .navbar ul li a:focus {
  color: #333 !important;
}	
#hero h1 {font-size: 2rem;}	
.service h2 {
    width: 40%;
}
.pt-1 {
    margin: 10rem auto 0 auto !important;
}	
.lp_feature01_inner, .lp_feature03_inner {max-width: 540px;}	
.lp_feature02_inner{max-width: 540px;}
.pt-1,.pt-2,.pt-3,.pt-4{max-width: 540px;}
.lp_feature02__img {left: 0%;}	
.infra_list .area {
    margin: 1rem auto 6rem auto;
}
.infra_list .area .gr_ttl {
    width: 90% !important;
}
.blogbox1 {
	display: unset;}	
.blog1 {
    padding: 0;
}	
	
.blog2 {
    padding: 0;
}	
}

@media (max-width: 768px){
.lp_feature02_inner {
    padding: 1rem !important;
}	
.technique h3 span{display:inline-block;}
	
.container, .container-sm {
    max-width: 90% !important;
    width: 90% !important;
}		
.pt-1 {
    padding: 5rem 0 0 0;
    margin: 10rem auto 5rem auto;
}	
.ft_after {
    font-size: 5rem;
    line-height: 4.5rem;
}
.ttl_point {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
	
#header.header-scrolled .navbar ul li a:focus {
color: #333 !important;
}	
	
.about .section-title{width: 100%;}	
.about .section-title h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    margin: 1rem auto;
    padding: 0;
    color: #333;
    font-family: "Montserrat";
}
.pt-1 ,.pt-2 ,.pt-3 ,.pt-4 {
    flex-direction: column;
}
	
.pt-2{ margin: 3rem auto;}	
.pt-2 .label, .pt-4 .label {
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #ccc;
    padding: 0;
    margin: 0 auto;
}
.features .label {
	text-align: center !important;
    padding: 0;
    margin: 0 auto;
    border-right: 0;
    border-bottom: 3px solid #333;
}	
.features .label span, .features .label_ct span {
    line-height: 0;
}
.pt-1 h2,.support h2,.infra h2 {
	margin: 2.6rem auto;
}	
.pricing h2 {
    margin: 0.5em auto 0 auto;
}	
	
	
.lp_feature01__img,.lp_feature02__img,.lp_feature03__img {
    width:100%;
    position:unset !important;
}	
.lp_feature01_inner img,.lp_feature02_inner img ,.lp_feature03_inner img {
    width: 100%;
    margin: 3rem auto 0 auto;
}
.lp_feature01__text,.lp_feature02__text,.lp_feature03__text {
    width: 100%;
}
	
.support .sp_item dl dd {
    width: 50%;
    padding: 0;
    left: 50%;
    top: 0;
    box-shadow:none;
}
	
.support .sp_item2 dl dd {
    width: 50%;
    padding: 0;
    right: 50%;
    top: 0;
    box-shadow:none;
}		
	
	.pricing {
		padding: 0 0 5rem 0 !important;}
	.price_flex {
    position: relative;
    display: block !important;
}
	
.pricing .box {
    max-width: 100%;
}
	
.pricing .featured {
    z-index: 0;
    margin:0 0 30px 0 !important;
}
	
.lp_feature01_inner, .lp_feature03_inner {
    max-width: 720px;
    display: block;
}
.lp_feature02_inner {
    display: block !important;
}
	
.pt-1,.pt-2,.pt-3,.pt-4{max-width: 720px;width:90%;}
.lp_feature02__img {left: 0%;}
	
.uf_point ul li.text {
    display: block;
    white-space: initial;
    width: 100%;
    font-size: 24px;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.uf_point {
    padding: 1% 5%;
}
.uf_point ul {
	display: unset;}
	
.uf_point ul li.maru {
    margin: 0 auto 1rem auto;
	width: 110px;
}	
	
.uf_point ul li.text {
    width: 100%;
}
	.features .sub_txt{display:none;}
	.features .infra .sub_txt{display:none;}	
	
.infra_list ul {
    margin: 0 0 5rem 0;
}
.infra_list .area {
    width: 100%;
}	
.infra_list ul .shou{margin: 0 !important;}	
	
.infra_list .area .icon {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}
	
.price_flex {
    padding: 0;
}
.price_flex > ul {
	display: unset;}
	
.price_flex .box {
    width: 100%;
    margin-bottom: 2rem;
}
	
.tel {
	display:none;
	float:none !important;
	/*width:94%;
    float: none;
    margin: 1rem auto;
    background: #eee;
    padding: 1rem;*/
}
.tel .no {
    /*font-size: 1.6rem !important;
    margin: 0 0 0.5rem 0;
	color:#056ae8 !important;*/
}
.tel .time {
    /*color: #333;
    font-size: 12px;
    text-align: left;*/
}
	
}



.ctbtn{
    float: left;
    color: #fff;
    margin: 0 0.5rem 0 1rem;
}
.ctbtn a {
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    background:#79bf26;
    border-radius: 30px !important;
    padding: 0 1rem !important;
    display: block;
}

.ctbtn a:hover{opacity:0.7;}


@media (min-width: 769px) and  (max-width: 991px){	
.pt-1 {
    display: flex;
    padding: 5rem 0 0 0;
    margin: 15rem auto 5rem auto;
    background: #fff;
    width: 90% !important;
}
.ft_after {
    left: 2% !important;
}	
#hero h2 {
    font-size: 2.6rem;
}
#hero h2 span {
    font-size: 1rem;
}	
.slidebox {
    padding: 3rem 0 14rem 0;
}
	
.slidebox img {
    width: 400px;
    max-width: 400px;
}
.fv_txt {
    height: 15rem;
}
	
.logo_box{position: absolute;left: 0;}	
.about .section-title{width: 100%;}
	
.support .sp_item dl dd {
    width: 50%;
    padding: 0;
    left: 50%;
    top: 0;
    box-shadow:none;
}
	
.support .sp_item2 dl dd {
    width: 50%;
    padding: 0;
    right: 50%;
    top: 0;
    box-shadow:none;
}		
		
	
.price_flex {
    padding:0;}
	
.price_flex > ul {
	display: unset;}
	
.price_flex .box {
    width: 100%;
    margin-bottom: 2rem;
}
	
.pc_view{display:block;}	
.sp_view{display:none;}

}


@media (min-width: 992px){
#hero .hero_bg01 {padding: 10em 0 15em 0;}		
#hero h1 {font-size: 5.4rem;}
#hero h2 {font-size: 3.3rem;}
#hero h2 span {font-size: 1.3rem;}	
.lp_feature01_inner, .lp_feature03_inner {max-width: 960px;}	
.lp_feature02_inner{max-width: 960px;}
.pt-1,.pt-2,.pt-3,.pt-4{max-width: 960px;}
.pc_view{display:block;}	
.sp_view{display:none;}
.uf_point ul li.text {
    width: 80%;
}
	
}

@media (min-width: 1200px){
.fv_txt {
    height: 20rem !important;
}	
#hero .hero_bg01 {padding: 10em 0 20em 0;}		
#hero h1 {font-size: 6.4rem;}	
#hero h2 {font-size: 4.2rem;}	
#hero h2 span {font-size: 1.6rem;}	
.lp_feature01_inner, .lp_feature03_inner {max-width: 1140px;}	
.lp_feature02_inner{max-width: 1140px;}
.pt-1,.pt-2,.pt-3,.pt-4{max-width: 1140px;}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
}	
	
.pc_view{display:block;}	
.sp_view{display:none;}	

}	

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}
.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}
.faq .accordion-list li + li {
  margin-top: 15px;
}
.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}
.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .accordion-list .icon-show {
  display: none;
}
.faq .accordion-list a.collapsed {
  color: #343a40;
}
.faq .accordion-list a.collapsed:hover {
  color: #5777ba;
}
.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    position: relative;
    margin-bottom:0;
    padding: 30px 0;
}

.contact .contact_bg{
	background-image: url(/img/re_lp/common/contact_bg.png);
    background-position: center;
    background-size: cover;
	max-width: 1920px;
	padding: 0;
	margin: 0 auto;
}

.contact .ct_btn a{
	background: #056ae8;
    padding: 12px 25px;
    margin-left: 30px;
    color: #fff;
	font-weight: bold;
    line-height: 1;
    border-radius: 50px;
	font-family: "Raleway", sans-serif;
	box-shadow: 3px 3px #ccc;
}

.contact .ct_btn a:hover{opacity:0.7;}

.contact .section-title h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
}
.contact .section-title p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}
.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  font-size: 15px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5777ba;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #5777ba;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5777ba;
  color: #fff;
}


.ct_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    margin: 1rem auto 3rem auto;
}

.ct_flex li {
    width: calc((50% + 10px) / 1);
    color: #fff;
    padding: 0;
    margin: 0 auto;
}

.ct_flex li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	    display: block;
}
.ct_flex li a img{width:200px;}
.ct_flex li a:hover{opacity: 0.7;}
.ct_flex li .item1 {
    background: #12763d;
    color: #fff !important;
    border-radius: 60px;
    padding: 1rem;
}
.ct_flex li .item2 {
    background: #1b96d5;
    height: 200px;
    line-height: 100px;
    color: #fff !important;
	border-radius: 10px;
	display:none;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0;
  color: #47536e;
  font-size: 14px;
  background: #333;
}


#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
  display:none;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #415f9d;
}

#footer .footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 1rem 0;
}

#footer .footer-top .footer-contact {
	width:20%;
	margin-right:5%;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}


#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0 1rem;
    /* background: #333; */
    text-align: left;
    border-left: 3px solid #fff;
    margin: 0 0 1rem 0;
}
#footer .footer-top .footer-links {
    width: 25%;}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}
 #footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #056ae8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
 #footer .social-links a:hover {
  background: #ccc !important ;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
    color: #fff;
    margin: 1rem 0 0 0;
}
#footer .credits {
  font-size: 13px;
  color: #fff;
}
#footer .ft_bottom {
    background: #222;
    position: relative;
}
#footer .py-4 {
    margin: 0 auto;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    display: flex;
    justify-content: space-between;
    background: #222;
}

@media (max-width: 768px) {
	
	
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
	
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    width: 50%;
}
	
#footer .footer-top .footer-links {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
}
	
.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    background: #222;
}
	
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0.2rem 1rem;
    background: #666;
    text-align: left;
    margin: 0 0 1rem 0;
	border-left: none;
}	
	
	.pc_view{display:none;}	
	.sp_view{display:block;}	
	
}


.about_img .img-fluid{
	width:160px;
}


/* 404 */
.error_section h2{
	text-align:center;
	font-size:32px;
}
.error_section p{
	text-align:center;
	margin-top:40px;
	margin-bottom:100px;
}
.pdb3{
	display:flex;
	justify-content:center;
}
	.br_sp{display:none;}
.ps_num {
    position: absolute;
    top: 31%;
    left: 3%;
    font-size: 2.8rem;
    font-weight: bold;
    color: #056ae8;
}
@media only screen and (max-width: 1024px) {
.error_section h2{
	text-align:center;
	font-size:24px;
}
.error_section p{
	text-align:center;
	margin-top:20px;
	margin-bottom:60px;
}
.ps_num {
    position: absolute;
    top: 31%;
    left: 3%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #056ae8;
}
	
	.br_sp{display:block;}

}

/* 404 */