@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700');

html { scroll-behavior: smooth;}

/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}

.mr-n5 {
	margin-right: -5px !important;
}

.ml-n5 {
	margin-left: -5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
/*	font-family: 'Sawarabi Gothic',"Open Sans", sans-serif; */
	font-family: 'Kiwi Maru',"Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
/*	position: fixed; */
	width: 100%;
	z-index: 999;
	padding-left: 3%;
	padding-right: 3%;
}
#header .header-content {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
}

#header .logo img {
	height: 30px;
}

#header .subtext {
	padding: 3px 8px;
	border-radius: 10px;
	font-weight: 700;
	font-size:26px;
	float: right;
	color: #333;
	background-color: #fff3a1;
}

#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	margin-left: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 94%;
	height: 500px;
	margin: auto;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 40%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Open Sans", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
	width: 94%;
	margin: auto;
	background-color: #f2f2f2;
}
.services h4 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
}
.services h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.services p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
.services-content {
	margin: 50px;
}
.services-content li a {
	color: #6c7279;
	line-height: 30px;
}
.services-content li a:hover {
	color: #000;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 92%;
	margin: auto;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #333;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
/*
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
*/
	text-align: center;
}

.footer h4 {
	font-size: 13px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 11px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

.footer.fixed-bottom {
	position: fixed;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 0;
}

.footer img {
	max-width: 100%;
	max-height: 80px;
}

.footer .phone,
.footer .mail,
.footer .line {
	font-size: 20px;
	padding: 10px 0;
	border-radius: 5px;
}

.footer .phone a,
.footer .mail a,
.footer .line a {
	color: #fff;
	text-decoration: none;
}

.footer i {
	font-size: 30px;
	vertical-align: -4px;
}

.footer .phone {
	background-color: #f44721;
}
.footer .mail {
	background-color: #0597f2;
}
.footer .line {
	background-color: #06c755;
}

/* ------------------------------------------------------------------------------
	footer-nav
-------------------------------------------------------------------------------*/
#footer-nav {
	margin-bottom:100px;
	background-color: #f7f7f7;
}

#footer-nav a {
	color: #333;
	padding: 20px 0;
}

#footer-nav ul {
	display: flex;
	justify-content: center;
}

#footer-nav ul li {
	text-align: center;
	margin: 50px 0;
	padding: 0 20px;
	border-right: 1px solid #555;
}

#footer-nav ul li:last-child {
	border: none;
}



/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}


/* ------------------------------------------------------------------------------
	keyvisual
-------------------------------------------------------------------------------*/
#keyvisual {
/*	padding-top: 110px; */
	background-color: #f7f7f7;
}

#keyvisual .imgbox {
	padding: 0;
	text-align: center;
}

#keyvisual img {
	max-width: 100%;
}

/* ------------------------------------------------------------------------------
	cta
-------------------------------------------------------------------------------*/
.cta {
	text-align: center;
	margin: 20px 0;
}

.cta h2 {
	display: inline-block;
	color: #333;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.cta .text1 {
	color: #333;
	font-size: 2.5rem	;
}

.cta .text1 span {
	font-size: 3rem	;
}

.cta .links {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	font-size: 3rem;
}

.cta .links a {
	color: #fff;
	text-decoration: none;
}

.cta .links i {
	font-size: 4rem;
	vertical-align: -4px;
}

.cta .links .phone,
.cta .links .mail,
.cta .links .line {
	padding: 2px 10px 5px;
	margin: 0 10px 10px;
	border-radius: 5px;
	min-width: 30%;
}

.cta .phone {
	background-color: #f44721;
}
.cta .mail {
	background-color: #0597f2;
}
.cta .line {
	background-color: #06c755;
}


/* ------------------------------------------------------------------------------
	section01
-------------------------------------------------------------------------------*/
#section01 {
	text-align: center;
	background-color: #eee;
}

#section01 h2 {
	display: inline-block;
	color: #333;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section01 .box {
	margin-bottom: 12px;
}

#section01 .box h3 {
	display: inline-block;
	border-radius: 10px;
	padding: 5px 20px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	background-color: #fff;
	/* min-height: 76px; */
	border: solid 2px #00ddf1;
	width: 500px;
	height: 58px;
}

#section01 .box h3.pt1 {
	padding-top: 15px;
}

#section01 .box h3 span.bar1 {
	background: linear-gradient(transparent 80%, #fff3a1 20%);
}
#section01 .box h3 span.bar2 {
	background: linear-gradient(transparent 70%, #fff3a1 30%);
}
#section01 .box h3 span.bar3 {
	background: linear-gradient(transparent 60%, #fff3a1 40%);
}
#section01 .box h3 span.bar4 {
	background: linear-gradient(transparent 50%, #fff3a1 50%);
}

#section01 .box .inner {
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	padding: 45px 10px 10px;
	margin-top: -35px;
	min-height: 240px;
}

#section01 .box .inner .text1 {
	background-color: #fff;
	color: #333;
	padding: 0;
	text-align: left;
	/* border: solid 1px #000; */
	max-width: 262px;
	height: 156px;
	text-align: center;
}

#section01 .box .inner .text1.bd {
	border: solid 1px #ccc;
	border-radius: 5px;
}

#section01 .box .inner .text1 img {
	max-width: 100%;
	max-height: 100%;
}

#section01 .box .inner .text2 {
	text-align: left;
	padding: 0;
}

#section01 .box2 {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

/* ------------------------------------------------------------------------------
	section02
-------------------------------------------------------------------------------*/
#section02 {
	text-align: center;
	background-color: #f7f7f7;
}

#section02 h2 {
	display: inline-block;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section02 .row .text {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

#section02 .box2 {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

#section02 .img img {
	max-width: 100%;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------
	section03
-------------------------------------------------------------------------------*/
#section03 h2 {
	display: inline-block;
	text-align: center;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section03 h3 {
	font-size: 80px;
	font-weight: 700;
	display: grid;
	place-items: center;
	margin: 0 auto;
/*	background-color: yellow; */
	background-image: url('../images/blue-medal.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
/*	border-radius: 50%; */
	width: 375px;
	height: 500px;
	color: #fff;
	padding-top: 110px;
}

#section03 h3.pt3l {
	padding-top: 120px;
}

#section03 .text {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 3rem;
}

#section03 .table-scroll {
	overflow-x: auto;
	margin-bottom: 20px;
}

#section03 .table-scroll table {
	width: 70%;
	white-space: nowrap;
	margin: 0 auto;
}

#section03 .table-scroll th, #section03 .table-scroll td {
	font-size: 18px;
	background-color: #eef;
	border: 1px solid #ddf;
	padding: 5px 5px;
}

#section03 .box2 {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

#section03 .box2 span {
	background: linear-gradient(transparent 80%, #fff3a1 20%);
}


/* ------------------------------------------------------------------------------
	section04
-------------------------------------------------------------------------------*/
#section04 {
	background-color: #f7f7f7;
}

#section04 h2 {
	display: inline-block;
	text-align: center;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section04 .box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

#section04 .box img {
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 12px;
}

#section04 .box2 {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

#section04 .box2 span {
	background: linear-gradient(transparent 80%, #fff3a1 20%);
}


/* ------------------------------------------------------------------------------
	section05
-------------------------------------------------------------------------------*/
#section05 {
	margin-bottom: 50px;
}

#section05 h2 {
	display: inline-block;
	text-align: center;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section05 h2 span {
	font-size: 100px;
}

#section05 .text {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 30px;
}

#section05 .text span {
	background: linear-gradient(transparent 80%, #fff3a1 20%);
	font-size: 36px;
}

.triangle1 {
  border-top: 50px solid #F0897F;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}

/* ------------------------------------------------------------------------------
	section06
-------------------------------------------------------------------------------*/
#section06 {
	text-align: center;
	background-color: #f7f7f7;
	padding-bottom: 2rem;
}

#section06 .container {
	width: 70%;
}

#section06 h2 {
	display: inline-block;
	text-align: center;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

#section06 .flow {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #6167dd;
	text-align: left;
	margin-bottom: 20px;
}

#section06 .flow a {
	color: #fff;
}

#section06 .flow a:hover {
	color: #ddd;
}

#section06 .flow .box {
	display: flex;
}

#section06 .flow .text1 {
	margin: 40px 0;
	font-size: 30px;
}

#section06 .flow .title {
	margin: 15px 20px 10px;
	font-size: 24px;
	min-width: 300px;
}

#section06 .flow .text2 {
	margin: 42px 0 40px;
	font-size: 28px;
}

#section06 .grid-center {
	display: grid !important;
	place-items: center;
}

#section06 .flow .text2 i {
	vertical-align: -5px;
	font-weight: 300;
	font-size: 42px;
}

#section06 .flow .text2 i.las.la-phone {
	font-weight: 700;
}

#section06 .rowspan3 {
	height: 408px;
}

#section06 .box2 {
	text-align: center;
	color: #555;
	font-size: 20px;
	margin-bottom: 40px;
}

#section06 .step {
	width: 286px;
	height: 151px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 72px;
	padding-top: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

#section06 .step::after {
	content: '';
	width: 286px;
	height: 73px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 151px;
	left: 0;
}

#section06 .step1 {
	background-color: #fff;
	color: #555;
}

#section06 .step1::after {
	background-image: url(../images/flow-bg-1a.png);
}

#section06 .step2 {
	background-image: url(../images/flow-bg-2.png);
	color: #555;
}

#section06 .step2::after {
	background-image: url(../images/flow-bg-2a.png);
}

#section06 .step3 {
	background-image: url(../images/flow-bg-3.png);
}

#section06 .step3::after {
	background-image: url(../images/flow-bg-3a.png);
}

#section06 .step4 {
	background-image: url(../images/flow-bg-4.png);
}

#section06 .step4::after {
	background-image: url(../images/flow-bg-4a.png);
}

#section06 .step5 {
	margin-bottom: 0;
	background-color: #4188ff;
}

#section06 .steptext {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	padding-top: 50px;
	padding-left: 50px;
	text-align: left;
}

#section06 .steptext a {
	color: #000;
}

/* ------------------------------------------------------------------------------
	section07
-------------------------------------------------------------------------------*/
#section07 {
	text-align: center;
	margin: 20px 0;
}

#section07 .introduce img {
	width: 100%;
}

#section07 .intro-back {
	 background-image: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.5)),
	 	repeating-linear-gradient(45deg, #fff800, #fff800 10px, #ffda00 10px, #ffda00 20px);
}

#section07 .intro-text {
	margin-top: 80px;
}

#section07 .detail {
	font-size: 2.5rem;
	margin-top: 50px;
}

/* ------------------------------------------------------------------------------
	section08
-------------------------------------------------------------------------------*/
#section08 {
	text-align: center;
	background-color: #f7f7f7;
}

#section08 h2 {
	display: inline-block;
	text-align: center;
	color: #555;
	background-color: #fff3a1;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

#section08 .text1 {
	font-size: 36px;
	margin-bottom: 20px;
}

#section08 .text1 .box {
	color: #555;
	background-color: #fff;
	border: 3px solid #555;
	border-radius: 5px;
	padding: 0px 20px 4px;
	font-weight: 500;
}

#section08 .text2 {
	font-size: 24px;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------------------------
	information
-------------------------------------------------------------------------------*/
#information {

}

#information h2 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

#information table {
	margin: 10px auto;
}

#information table td {
	padding: 10px 20px;
	border-bottom: solid 1px #ccc;
}

#information a.phone {
	color: #6c7279;	
}