/* same for all edit part */
html {
	font-size: 20px;
}
.mw-100 {
	max-width: 100%;
	display: block;
	margin: auto;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part .center {
	background-color: #fff;
	font-size: 1rem;
	padding-top: 30px;
	padding-bottom: 20px;
}
h2.edit_title {
	width: 96%;
	margin: auto;
	text-indent: 0;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	color: #444;
	padding: 30px;
	margin-top: 15px;
}
h2.edit_title span {
	display: block;
	font-size: 1rem;
}
h2.edit_title:before {
	position: absolute;
	content: '';
	display: block;
	width: 128px;
	height: 10px;
	background-color: #FFF2E3;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}
	h2.edit_title {
		padding: 5px 0;
	}
	h2.edit_title:before {		
		bottom: -5px;
	}
}

/* menu */
#header {
	background-color: rgba(255,115,115,.9);
}
#logo {
	margin: 15px 10px;
	width: 300px;
}
#navigation {
	margin-top: 0;
}
#mainnav li {
	position: relative;
	margin: 15px 10px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 20px 0;
    color: #FFF;
}
#mainnav li a:hover {
    color: #eee;
}
#mainnav li:last-child {
	margin: 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 55px;
	height: 40px;
	padding: 38px 15px;
	margin: 0 10px;
	background-size: contain;
	position: relative;
}
#mainnav li:last-child a:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	background-color: #fff;
	margin: 10% 0;
	top: 0;
	left: -12px;
}
#mainnav .line_topbtn {
    background-image: url('https://onepage.888dweb.com/038536290/web_images/F156283548453.png');
}	
#mainnav .mail_topbtn {
    background-image: url('https://onepage.888dweb.com/038536290/web_images/F156283547808.png');
}
@media only screen and (min-width: 767px) and (max-width: 900px) {
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 100px;
		background-color: rgba(85,85,85,.6); 
		width: 60px;
	}
	#mainnav li:last-child a {
		width: 40px;
		padding: 25px 20px;
		margin: 0;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#logo {
		width: 200px;
		float: none;
		margin: 0 auto;
	}
	.logoImg {
	    margin-top: 18px;
	}
	.menu-icon {
	    background-image: url('https://onepage.888dweb.com/038536290/web_images/F156283549415.png');
	}
	#navigation {
		text-align: center;
		z-index: 9;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li:last-child{
		background-color: #fff2e3;
		margin: 0;
		border-bottom: 5px solid #e85959;
	}
	#mainnav li:last-child a {
		width: 48%;
		padding: 30px;
		background-size: 50px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
	#mainnav .line_topbtn {
    	background-image: url('https://onepage.888dweb.com/038536290/web_images/F156283618328.png');
	}	
	#mainnav .mail_topbtn {
	    background-image: url('https://onepage.888dweb.com/038536290/web_images/F156283618993.png');
	}
}

/* about */
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about_article {
	position: relative;
	margin: 80px 0;
}
.part_img {
	width: 50%;
	position: relative;
	z-index: 2;
}
.part_txt {
	width: 50%;
	padding: 30px;
	position: relative;
	z-index: 2;
}
.about_article.one .part_txt {
	padding-top: 60px;
}
.about_article.two .part_txt {
	padding-left: 80px;
}
.about_article .part_txt:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
}
.about_article.one .part_txt:before {
	width: 100%;
	height: 10px;
	left: 0;
	background-color: #FF7373;
}
.about_article.two .part_txt:before {
	width: 10px;
	height: 100%;
	background-color: #FF7373;
	margin-left: -30px;
}
.about_article.one:after {
	position: absolute;
	content: '';
	display: block;
	width: 90%;
	left: 10%;
	top: 35px;
	height: 100%;
	background-color: #FFF2E3;
	z-index: 1;
}
.about_article.two:after {
	position: absolute;
	content: '';
	display: block;
	width: 90%;
	right: 5%;
	top: 6%;
	height: 100%;
	background-color: #FFF2E3;
	z-index: 1;
}
.quick_call {
	position: relative;
	text-align: center;
}
.quick_call:before {
	position: absolute;
	content: '';
	display: block;
	width: 90%;
	height: 10px;
	background-color: #FF7373;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.quick_call_txt {
	font-size: 1.25rem;
	width: 75%;
	max-width: 700px;
	margin: 30px auto;
	padding: 30px;
	background-color: #fff;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.part_img {
		width: 100%;
	}
	.part_txt {
		width: 100%;
	}
	.about_article.one .part_txt {
		padding-top: 30px;
		padding-left: 60px;
	}
	.about_article.two .part_txt {
		padding-left: 60px;
	}
	.about_article.two .part_txt:before {
		width: 8px;
	}
	.about_article.one .part_txt:before {
		width: 8px;
		height: 100%;
		background-color: #FF7373;
		margin-left: -30px;
		left: initial;
	}
	.about_article.one:after, .about_article.two:after{
		width: 100%;
		left: 0;
	}
	.quick_call_txt {
	    width: 315px;
	}
}


/* service */
.service_list {
	max-width: 660px;
	width: 95%;
	margin: 60px auto;
}
.service_list li {
	/*width: 145px;*/
	width: 25%;
	padding-left: 18px;
	float: left;
	margin: 10px 0;
	position: relative;
}
.service_list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #FF7373;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
@media only screen and (max-width: 767px) { 
	.service_list li {
		width: 33.3333%;
	}
}

/* contact */
.contact_part .center {
    padding: 50px 0;
    background-color: #fff;
    background-image: none;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
#Contact .edit_title + p {
	text-align: center;
	margin-top: 40px;
}
.table01 {
	border-radius: 0;
}
.formstyle {
	color: #747484;
}
.buttoneffect {
    color: #FF7373;
    border: 1px solid #FF7373;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #FF7373;
}

/* footer */
.to_top {
    color: #FF7373;
}
.main_color_bg {
	background-color: #FF7373;
}
.footer {
	padding: 0;
}
.footer p a {
	color: #fff;
}
.footer p {
	font-size: 14px;
	padding: 25px 0;
	background-color: #FF7373;
}
.footer_info {
	width: 100%;
	display: none;
}
.footer_all {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 50px 0;
	color: #fff;
	position: relative;
}
.footer_all:after {
    position: absolute;
    display: block;
    content: '';
    width: 94%;
    height: 1px;
    max-width: 1000px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.footer .footer_left {
	width: 40%;
	float: left;
}
.footer .footer_right {
	width: 60%;
	float: left;
	text-align: left;
}
.footer .footer_right ul {
	padding: 0 5%;
}
.footer .footer_right li {
	margin: 5px 0;
	padding-left: 20px;
}
@media screen and (max-width: 768px){
	.footer_all {
		padding-top: 30px;
	}
	.footer .footer_left { 
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.footer .footer_right {
		width: 100%;
		float: none;
	}

}