@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

*{margin:0;padding:0;}
html{overflow-x:hidden;overflow-y:auto}
body {
	width:100%;
	font-size: 14px;
	color:#333;
	background:#fff;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow:hidden;
	overflow-y:auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

img{max-width:100%;}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 1.6em;
}
input,
button,
select,
textarea {
    font-size: 14px;
	/* -webkit-appearance: none;*/
}
p {
    margin: 0 0 15px
}
a {
    color: #222;
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{margin:10px 0 10px 0;line-height:1.4em;}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
}

/*****to_top****/
#back_to_top span{text-align:center;display:inline-block;width:42px;height:42px;line-height:35px;border-radius:100%;}
#back_to_top{color:#fff;height:auto;position:fixed;bottom:20px;margin:0;z-index:10000;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;right:15px;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-backface-visibility:hidden}
#back_to_top.off{opacity:0;filter:alpha(opacity=0);right:0px;margin-right:15px;}
#back_to_top.on{opacity:1;filter:alpha(opacity=100);visibility:visible;right:0px;margin-right:15px;}
#back_to_top .hover{display:none}
#back_to_top span{text-decoration:none;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;background:#111}
#back_to_top:hover span{background-color:#5e4a8b}

/****top*****/
.container{
	width:1000px;
}
.top-intro img{
	width:100%;
}
.top-intro{
	position:relative;
	background:url("../img/bg2.jpg") no-repeat center center;
	background-size:cover;
	min-height:500px;
}
.txt-intro h1{
	font-weight:700;
	color:#111;
	font-size:34px;
	margin:0 0 30px 0;
}
.txt-intro a{
	font-weight:700;
	font-size:24px;
	color:#111;
	margin:8px 15px 8px 0;
	background:url("../img/ar2.png") no-repeat center left;
	padding-left:35px;
	min-height:35px;
	display:block;
	line-height:35px;
}
.txt-intro a:hover{
	color:#5e4a8b;
}
.txt-intro{
	min-height:500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-section{
	padding:60px 0;
}
.title-bg{
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.15);
	border-bottom:solid 2px #5e4a8b;
	position:relative;
	font-size:24px;
	padding:20px 40px;
	text-align:center;
	width:100%;
	color:#111;
	overflow: hidden;
	margin:0 0 20px 0;
	font-weight:700;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.title-bg:before{
	content:'';
	background:#5e4a8b;
	width:46px;
	height:46px;
	top:-23px;
	left:-23px;
	position:absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about-section h3{
	font-size:18px;
}
.about-blk{
	margin:80px 0 0 0;
	position:relative;
	padding-left:85px;
	width:70%;
}
.about-blk label{
	color:#5e4a8b;
	font-size:48px;
	font-weight:700;
	width:70px;
	height:70px;
	border:solid 3px #5e4a8b;
	line-height:64px;
	text-align:center;
	position:absolute;
	top:0;
	left: 0;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.about-blk h3{
	font-size:24px;
	font-weight:700;
}
.about-blk:hover label{
	color:#fff;
	background:#5e4a8b;
}
.about-section .row{
	position:relative;
}
.map-about{
	position:absolute;
	bottom:0;
	right:0;
}
.support-section{
	padding:60px 0;
}
.support-section h4{
	font-size:16px;
	text-align:center;
}
.support-section h2{
	font-size:30px;
	font-weight:700;
	margin:15px 0 40px 0;
	text-align:center;
}
.support-blk{
	width:100%;
	height:100%;
	border:solid 3px #d1d1d1;
	text-align:center;
	padding:40px 40px;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.support-blk p{
	text-align:left;
}
.support-blk h3{
	font-size:22px;
	font-weight:700px;
	background:#ffffb2;
	padding:5px 5px;
	margin:20px 0;
	color:#333;
}
.support-blk label{
	display:inline-block;
	font-size:48px;
	font-weight:700;
	border-bottom:solid 3px #5e4a8b;
	line-height:50px;
	padding-bottom:10px;
}
.support-blk:hover{
	background:#5e4a8b;
	color:#fff;
	border-color:#5e4a8b;
}
.support-blk:hover label{
	border-color:#fff;
}
.support-blk:hover h3{
	color:#333;
}
.footer{
	padding:50px 0 50px 0;
	background:#3c3c3c;
	text-align:center;
	margin:60px 0 0 0;
	color:#fff;
}
.copyright{
	text-align:center;
	margin:30px 0 0 0;
}
.menu-f{
	display:inline-block;
}
.menu-f a{
	color:#fff;
	font-weight:700;
}
.menu-f a:hover{
	text-decoration: underline;
}
.menu-f li{
	list-style:none;
	margin:0 23px;
	float:left;
}
.banner-a{
	margin:15px 0;
	display:block;
}
.banner-a:hover{
	box-shadow:0 0 12px rgba(94,74,139,0.5);
}

/***header**/
.header .navbar{
	padding-left:50px;
	padding-right:50px;
	background:#fff;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100%
}
.header .navbar {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
@media (max-width:991px) {
	.header .navbar {
       border-bottom: 1px solid rgba(0, 0, 0, .1);
	   margin-bottom:0;
}
.container {
    width: auto;
}
	}

.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0
}
.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #515769;
    content: " "
}
.header .navbar-toggle .toggle-icon:before {
    width: 21px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after {
    width: 21px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon {
    background: #5e4a8b !important;
	width:21px !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:focus .toggle-icon{
	background: #515769
}
.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before{
    width: 21px !important;
    height: 1px !important;
    background: #5e4a8b !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)

}

.header .navbar-toggle:focus .toggle-icon:after,
.header .navbar-toggle:focus .toggle-icon:before{
	background:#515769;
}
.header .navbar-toggle:focus .toggle-icon:before{
	width:10px;
}
.header .navbar-toggle:focus .toggle-icon:after{
	width:16px;
}
.header .logo-img-active,
.header .logo-img-main,
.header .nav-item.active .nav-item-hover:after,
.header .nav-item:hover .nav-item-hover:after {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0)
}
.header .logo {
	padding-top:15px;
    float: left;
    max-height: 95px;
    line-height: 65px
}
.header .logo-wrap {
    padding: 15px 0
}
.header .logo-img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	/*height:70px;*/
}

.header .logo-img-active {
    display: none
}
.header .nav-item{
	margin:25px 10px;
}
.header .nav-item,
.header .nav-item-child {
    display: block;
    position: relative;
	
}
.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.header .nav-item:last-child .nav-item-child {
    padding-right: 0
}
.header .nav-item.active .nav-item-hover:after,
.header .nav-item:hover .nav-item-hover:after {
    opacity: 1
}
.header .nav-item-child {
    font-size: 16px;
    font-weight: 700;
	letter-spacing: 1px;
    color: #111;
    padding: 15px 15px 15px 15px;
	border-radius:4px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
	background-position:	center bottom !important;
}
.header .nav-item-child:focus,
.header .nav-item-child:hover {
    background: inherit;
	color:#5e4a8b !important;
}
.header .nav-item-hover {
    position: relative;
	
}
.header .nav-item a:after {
    position: absolute;
    top: 42px;
    left: 0;
    width: 9px;
    height: 9px;
	z-index:99;
	border-radius:100%;
    background: #fff ;
    opacity: 1 !important;
    transition-duration: .9s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .nav-item.active  .nav-item-child{color:#5e4a8b !important;transition:0.3s ease all;}
.header .nav-item.contact-btn  .nav-item-child{color:#fff !important;background:#5e4a8b;transition:0.3s ease all;}
.header .nav-item.active .nav-item-child:after,.header .nav-item:hover .nav-item-child:after {
    position: absolute;
    top: 42px;
    left: 0;
    width: 9px;
    height: 9px;
	z-index:999;
	border-radius:100%;
    background: #5e4a8b !important;
    opacity: 1 !important;
    transition-duration: .9s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
@media (max-width: 991px) {
    .header {
        background: #fff
    }
    .header .navbar-toggle {
        display: block
    }
    .header .navbar-collapse.collapse {
        display: none!important
    }
    .header .navbar-collapse.collapse.in {
        display: block!important
    }
    .header .nav-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .header .navbar-nav {
        margin: 0;
        float: none
    }
    .header .navbar-nav .nav-item {
        float: none
    }
    .header .menu-container:after,
    .header .menu-container:before {
        content: " ";
        display: table
    }
    .header .menu-container:after {
        clear: both
    }
    .header .logo .logo-img-main {
        display: none
    }
    .header .logo .logo-img-active {
        display: inline-block
    }
    .header .nav-item-child {
        color: #515769;
        line-height: 1.4;
        padding: 12px 12px 12px 15px
    }
    .header .nav-item-hover:after {
        position: absolute;
        top: 19px
    }
}
@media (max-width: 767px) {
    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;

        margin-right: 0
    }
    .header .navbar>.container,
    .header .navbar>.container>.nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
    .header .navbar>.container {
        width: auto
    }
	.header .navbar-toggle {
  
    margin: 15px 0
}
	.header .logo{height:32px;padding-top:0;line-height:50px;}
}
@media (min-width: 992px) {
    .header .navbar-nav-right {
        float: right;
		margin-right:0px;
    }
    .page-on-scroll .header .navbar {
		    border-bottom: 1px solid rgba(255, 255, 255, .2);
        background: #fff;
        border-bottom-color: #f0f0f0;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }
    .page-on-scroll .header .logo-img-active,
    .page-on-scroll .header .logo-img-main {
        transition-duration: .4s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }
    .page-on-scroll .header .logo-img-main {
        display: none
    }
    .page-on-scroll .header .logo-img-active {
        display: inline-block
    }
    .page-on-scroll .header .nav-item-child {
        color: #323232;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }
}
.logo{
	margin:0;
}
.navbar{
	margin-bottom:0;
}

/****enter****/
.breadcrumb-section{
	padding:200px 0 150px 0;
	height:400px;
	background-size:cover;
}
.breadcrumb-section.bc1{
	background:url("../img/bc1.jpg") no-repeat right center;
}
.breadcrumb-section.bc2{
	background:url("../img/bc2.jpg") no-repeat right center;
}
.breadcrumb-section.bc3{
	background:url("../img/bc3.jpg") no-repeat right center;
}
.breadcrumb-section h1{
	font-size:36px;
	font-weight:700;
	color:#111;
}
.left{
	text-align:left;
}
.page-content{
	padding:40px 0;
}
.sub-txt{
	font-size:18px;
}
.n-blk{
	margin:30px 0 0 0;
}
.n-blk img{
	width:100%;
}
.n-title{
	position:relative;
	padding:0 0 0 65px;
	font-size:22px;
	font-weight:700;
	line-height:1.2em;
	margin:15px 0;
	min-height:52px;
}
.n-title label{
	position:absolute;
	width:52px;
	height:52px;
	top:0;
	left:0;
	font-size:28px;
	font-weight:700;
	border:solid 3px #5e4a8b;
	text-align:center;
	line-height:46px;
	color:#5e4a8b;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.n-blk:hover .n-title label{
	background:#5e4a8b;
	color:#fff;
}

/****training******/
.nav-menu-section{
	height:100px;
	border-bottom:solid 3px #778b4a;
}
.nav-menu{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.nav-menu div{
	display:flex;
	flex:1 1 auto;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	height:80px;
	margin:10px 0;
	padding:0 10px;
	border-left:dashed 2px #778b4a;
}
.nav-menu div a{
	text-align:center;
	display:inline-block;
	color:#778b4a;
	font-weight:700;
	font-size:16px;
}
.nav-menu div a:hover{
	color:#5e4a8b;
}
.nav-menu div:last-child{
	border-right:dashed 2px #778b4a;
}
.center{
	text-align:center;
}
.a-u{
	text-decoration:underline;
}
.a-u:hover{
	color:#5e4a8b;
	text-decoration:underline;
}
.red-txt{
	color:#ff2222;
}
.f-list div{
	position:relative;
	margin:5px 0;
	min-height:110px;
	padding:10px 10px 10px 110px;
}
.f-list div h4{
	color:#222;
	font-size:18px;
	margin:0 0 10px 0;
}
.f-list div.box-shadow{
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.f-list div img{
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.circle-f{
	height:250px;
	position:relative;
	margin:30px 0;
}
.blue-circle{
	width:250px;
	height:250px;
	border-radius:100%;
	border:solid 1px #9eadb7;
	background:#b2d1e9;
	text-align:center;
	padding:30px 12px;
}
.blue-circle h4{
	color:#222;
	font-size:18px;
	margin:0;
}
.blue-circle img{
	width:auto;
}
.blue-circle.p1{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-350px;
}
.blue-circle.p3{
	position:absolute;
	top:0;
	right:50%;
	margin-right:-350px;
}
.white-circle{
	*background:#fff;
	background:rgba(255,255,255,0.8);
	text-align:center;
	width:250px;
	height:250px;
	border-radius:100%;
	left:50%;
	margin-left:-125px;
	position:absolute;
	top:0;
	z-index:5;
	padding:12px 12px;
}
.white-circle h4{
	color:#222;
	font-size:18px;
	margin:0;
}
.white-circle div{
	position:relative;
	padding-left:30px;
	margin:5px 0;
	display:inline-block;
	text-align: left;
}
.white-circle div label{
	font-weight:700;
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
}
.step-blk{
	overflow:hidden;
	height:100px;
	margin:5px 0;
	line-height:1.3em;
}
.step-blk div{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:10px 10px;
}
.two-sixth{
	width:33.3333333%;
	float:left;
	border-top:solid 1px #5e4a8b;
	border-bottom:solid 1px #5e4a8b;
	border-right:dotted 1px #5e4a8b;
	height:100px;
}
.one-sixth{
	width:16.6666666%;
	float:left;
	border-top:solid 1px #5e4a8b;
	border-bottom:solid 1px #5e4a8b;
	border-right:dotted 1px #5e4a8b;
	height:100px;
}
.step-blk .purple-bg{
	background:url("../img/bg-ar.png") no-repeat left center;
	position:relative;
	padding:10px 10px 10px 154px;
	font-weight:700;
	font-size:16px;
	color:#5e4a8b;
}
.purple-bg label{
	font-size:22px;
	font-weight:700;
	color:#fff;
	position:absolute;
	line-height:100px;
	top:0;
	left:0;
	width:124px;
	text-align:center;
}
.step-blk .purple-txt{
	font-size:22px;
	font-weight:700;
	color:#5e4a8b;
}
.title-bg2{
	background:#fff;
	position:relative;
	font-size:24px;
	padding:2px 40px;
	width:100%;
	color:#111;
	overflow: hidden;
	margin:0 0 20px 0;
	font-weight:700;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.title-bg2:before{
	content:'';
	background:#5e4a8b;
	width:46px;
	height:46px;
	top:-23px;
	left:-23px;
	position:absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.small-row{
	margin-left:-5px;
	margin-right:-5px;
}
.small-row [class*=col]{
	padding-left:5px;
	padding-right:5px;
}
.small-row h4{
	font-size:18px;
}

/****contact*****/
.big-title{
	font-size:36px;
	color:#111;
	font-weight:700;
}
.contact-section .big-title{
	text-align:center;
	margin:0 0 30px 0;
}
.contact-section{
	padding:80px 0 40px 0
}
.contact-form .form-group{
	padding:20px 60px 20px 230px;
	border-top:solid 3px #edf0f3;
	position:relative;
	margin-bottom:0;
	min-height:84px;
}
.contact-form .form-group label{
	width:150px;
	position:absolute;
	top:30px;
	left:60px;
}
.contact-form .half-group{
	position:relative;
	padding-left:38px;
}
.contact-form .half-group label{
	position:absolute;
	left:0;
	top:10px;
}
.contact-form input[type=text]{
	border:solid 1px #edf0f3;
	box-shadow:0 0 0 ;
	background:#f7f7f7;
	padding:0 12px;
	height:40px;
	line-height:40px;
	width:100%;
}
.confirm-label{
	font-weight:700;
	display:block;
	margin:15px 0;
	color:#5e4a8b;
}
.submit-btn{
	display:inline-block;
	color:#fff;
	background:#5e4a8b;
	font-weight:700;
	width:300px;
	height:66px;
	line-height:66px;
	border-radius:4px;
	text-align:center;
	box-shadow:0 0 0;
	border:0;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.submit-btn:hover,.submit-btn:focus{
	background:#111;
}
.contact-form .form-group.center{
	padding:30px 60px;
}

/****flow*****/
.table2{
	border-collapse: collapse;
	border-top:solid 1px #5e4a8b;
	border-bottom:solid 1px #5e4a8b;
	border-left:dashed 1px #5e4a8b;
	border-right:dashed 1px #5e4a8b;
	width:100%;
}
.table2 td{
	border-top:solid 1px #5e4a8b;
	border-bottom:solid 1px #5e4a8b;
	border-left:dashed 1px #5e4a8b;
	border-right:dashed 1px #5e4a8b;
	padding:15px 10px;
}
.title-bl{
	padding:10px 0 10px 26px;
	border-left:solid 10px #b492cc;
	font-size:18px;
	font-weight:700;
	color:#111;
}
.intern-row{
	overflow:hidden;
}
.intern-row div{
	float:left;
	width:33.333333%;
	min-height:40px;
	text-align:center;
	padding:9px 10px 9px 10px;
	border-bottom:solid 1px #5e4a8b;
	border-right:dotted 1px #5e4a8b;
}

.intern-row div:first-child{
	text-align:left;
}
.intern-row div:last-child{
	border-right:0;
}
.intern-row.first-row div{
	font-weight:700;
	color:#5e4a8b;
	text-align:center;
	border-top:solid 1px #5e4a8b;
}
.document-row{
	min-height:40px;
	border-bottom:solid 1px #5e4a8b;
	position:relative;
	padding:9px 0 9px 30px;
	line-height:22px;
}
.document-row:first-child{
	border-top:solid 1px #5e4a8b;
}
.document-row label{
	position:absolute;
	top:9px;
	left:0;
}
.orange-blk{
	width:250px;
	background:#eda184;
	padding:10px;
	margin:0 8px;
	float:left;
	height:525px;
}
.orange-blk .title-blk{
	background:#e06a3b;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-align:center;
	height:52px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:0 10px;
	margin:0 0 10px 0;
}
.orange-blk .des-blk{
	position:relative;
	background:#fff;
	padding:10px 10px 10px 48px;
	border:solid 1px #e06a3b;
	margin:0 0 10px 0;
	z-index:2;
	font-size:12px;
	line-height:1.4em;
}
.orange-blk .des-blk:after{
	content:'';
	display:block;	
	width:12px;
	height:15px;
	position:absolute;
	z-index:1;
	background:#e06a3b;
	left:50%;
	margin-left:-6px;
	bottom:-15px;
}
.orange-blk .des-blk:last-child:after{
	display:none;
}
.orange-blk .des-blk.center{
	padding:10px;
}
.orange-blk .des-blk label{
	width:38px;
	height:38px;
	background:#e06a3b;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:24px;
	text-align:center;
	line-height:38px;
}
.orange-blk .des-blk h4{
	margin:0 0 5px 0;
	font-weight:700;
}
.purple-blk{
	width:250px;
	background:#b492cc;
	padding:10px;
	margin:0 8px;
	float:left;
	height:525px;
}
.purple-blk .title-blk{
	background:#8858aa;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-align:center;
	height:52px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:0 10px;
	margin:0 0 10px 0;
}
.purple-blk .des-blk{
	position:relative;
	background:#fff;
	padding:10px 10px 10px 48px;
	border:solid 1px #8858aa;
	margin:0 0 10px 0;
	z-index:5;
	font-size:12px;
	line-height:1.4em;
}
.purple-blk .des-blk.wide-blk{
	width:496px;
	z-index:5;
}
.purple-blk .des-blk.wide-blk:after{
	left:108px;
	margin-left:0;
	z-index:1 !important;
}
.purple-blk .des-blk.center{
	padding:10px;
}
.purple-blk .des-blk label{
	width:38px;
	height:38px;
	background:#8858aa;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:24px;
	text-align:center;
	line-height:38px;
}
.purple-blk .des-blk h4{
	margin:0 0 5px 0;
	font-weight:700;
}
.purple-blk .des-blk:after{
	content:'';
	display:block;	
	width:12px;
	height:15px;
	position:absolute;
	z-index:1;
	background:#8858aa;
	left:50%;
	margin-left:-6px;
	bottom:-15px;
}
.purple-blk .des-blk:last-child:after{
	display:none;
}
.green-blk{
	width:250px;
	background:#81d674;
	padding:10px;
	margin:0 8px;
	float:left;
	height:525px;
}
.green-blk .title-blk{
	background:#3eba2b;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-align:center;
	height:52px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:0 10px;
	margin:0 0 70px 0;
}
.green-blk .des-blk{
	position:relative;
	background:#fff;
	padding:10px 10px 10px 48px;
	border:solid 1px #3eba2b;
	margin:0 0 10px 0;
	z-index:2;
	font-size:12px;
	line-height:1.4em;
}
.green-blk .des-blk.center{
	padding:10px;
}
.green-blk .des-blk:after{
	content:'';
	display:block;	
	width:12px;
	height:15px;
	position:absolute;
	z-index:1;
	background:#3eba2b;
	left:50%;
	margin-left:-6px;
	bottom:-15px;
}

.flow-list{
	overflow:hidden;
	margin-right:-8px;
	margin-left:-8px;
}
.white-blk{
	width:200px;
	background:#fff;
	margin:0 8px;
	float:left;
}
.white-blk .title-blk{
	background:#fff;
	font-size:16px;
	font-weight:700;
	color:#111;
	text-align:center;
	padding:15px 10px;
	margin:10px 0 10px 0;
}
.white-blk .des-blk{
	padding:30px 20px;
	font-size:12px;
	line-height:1.4em;
}
.white-blk .des-blk h4{
	margin:0 0 5px 0;
	font-weight:700;
	font-size:20px;
}
.white-blk .des-blk.grey-bg{
	background:#d5e0f1;
	position:relative;
}
.white-blk .des-blk.grey-bg:after{
	content:'';
	display:block;
	position:absolute;
	bottom:-20px;
	left:0;
	width: 0; 
	height: 0; 
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 20px solid #d5e0f1;
}
.white-blk .des-blk.white-bg{
	padding:55px 20px 35px 20px;
	position:relative;
	z-index:5;
}
.white-blk .des-blk.white-bg:after{
	content:'';
	display:block;
	position:absolute;
	bottom:-20px;
	left:0;
	width: 0; 
	height: 0; 
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 20px solid #fff;
}
.ar-purple{
	position:absolute;
	bottom:-80px;
	left:-37px;
}

/***404****/
.page-404{
	padding:160px 0;
	text-align:center;
}
.page-404 h1{
	color:#111;
	font-size:40px;
	font-weight:700;
	margin:90px 0 0 0;
}
.page-404 h3{
	color:#111;
	font-size:26px;
	font-weight:700;
}
.row-flex{
	display:flex;
}
/*edit*/
.hidden-notice,.hidden-confirm{display: none;}
.hidden-incorrect,.hidden-notice{display:none;}
.hidden-incorrect{display:none;}
.error-input {
border: solid 1px #fc4850 !important;
}
.red-txt {
    color: #fc4850 !important;
}
.thanks-section {
	text-align: center;
	min-height: 500px;
	display: block;
}
.thanks-section p{
	margin: 100px auto;
}
.contact-form .form-group label.sub-label{
	width: auto;
}
.show-sp{
	display:none
}
.show-tb{
	display:none
}
.info-home{width: 100%; margin-bottom: 50px;}
.info-center {text-align: center;}
.info-home tr th{
	background-color: #5e4a8b;
    color: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.info-home tr td {
	padding: 5px;
    border: 1px solid #e1e1e1;
}
.intro-home{text-align: left;}
/*end edit*/

/***top page update 24 10***/
.strength-section{
	background:#f0f0f0;
	padding: 50px 50px;
	margin:50px 0;
}
.strength-section h2{
	text-align:center;
	font-weight:700;
	font-size:24px;
}
.str-blk{
	margin:30px 0 0 0;
	position:relative;
	padding-left:85px;
}
.str-blk label{
	color:#fff;
	font-size:38px;
	font-weight:700;
	width:70px;
	height:70px;
	border-radius:100%;
	border:solid 3px #5e4a8b;
	background:#5e4a8b;
	line-height:64px;
	text-align:center;
	position:absolute;
	top:0;
	left: 0;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.str-blk h3{
	font-size:24px;
	font-weight:700;
}
.str-blk:hover label{
	color:#5e4a8b;
	background:#fff;
}

