/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

.clear {
	clear:both;
}

body {
	background:#ffffff;
	font-family: 'Barlow', sans-serif;
}

.all {
	width:100%;
	height:calc(100vh - 365px);
	min-height:400px;
	min-width:320px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.all .content {
	padding:20px;
	padding-bottom:50px;
	text-align:center;
}

.all .content img {
	max-width:310px;
	width:100%;
	display:block;
	margin:auto;
	padding-bottom:60px;
}

.all .content p {
	font-family: 'didotbold', serif;
	color:#000000;
	font-size:18px;
	text-align:center;
}

.for_footer {
	border-top:1px solid #DCDCDC;
	padding-top:50px;
	padding-bottom:150px;
	background:url('/design/footer_logo.png') right bottom no-repeat;
	background-size:400px auto;
	min-width:320px;
}

.for_footer .footer {
	max-width:1160px;
	margin:auto;
	text-align:left;
	display:flex;
	gap:40px;
	justify-content:space-between;
	margin:auto;
	padding-right:20px;
	padding-left:20px;
}

.for_footer .footer .content {
	width:calc(50% - 25px);	
}

.for_footer .footer .content h3 {
	font-family: 'didotbold', serif;
	font-weight:700;
	font-size:28px;
	padding-bottom:20px;
}

.for_footer .footer .content .width_line {
	color:#494949;
	font-size:16px;
	line-height:25px;
	position:relative;
	padding-left:60px;
	padding-top:0;
	padding-bottom:10px;
}

.for_footer .footer .content .width_line a {
	color:#494949;
}

.for_footer .footer .content .width_line:before {
	content:'';
	width:45px;
	height:1px;
	top:12px;
	left:0;
	background:#000000;
	position:absolute;
}

.for_footer .footer .content .width_icon {
	color:#494949;
	font-size:16px;
	line-height:25px;
	position:relative;
	padding-left:40px;
	padding-bottom:10px;
	display:block;
	text-decoration: none;
}

.for_footer .footer .content .width_icon:before {
	content:'';
	width:24px;
	height:24px;
	top:1px;
	left:0;
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
}

.for_footer .footer .content .width_icon.phone:before {
	background-image:url('/design/icon_phone.png');
}

.for_footer .footer .content .width_icon.email:before {
	background-image:url('/design/icon_email.png');
}

@media screen and (max-width: 1180px) {
	body_1180 {}
	
	.for_footer {
		background-size:300px auto;
		padding-bottom:80px;
	}
	
	.for_footer .footer {
		padding-right:200px;
	}
	
	.for_manual_step .manual_step .glass {
		width:140px;
		right:-80px;
	}
}

@media screen and (max-width: 960px) {
	body_960 {}
	
	.for_footer {
		padding-bottom:40px;
	}
	
	.for_footer .footer {
		display:block;
	}
	
	.for_footer .footer .content {
		width:100%;
		padding-bottom:40px;
	}
}

@media screen and (max-width: 580px) {
	body_580 {}
	
	.for_footer {
		background-size: 200px auto;
	}
	
	.for_footer .footer {
		padding-right:20px;
	}
}

@media screen and (max-width: 480px) {
	body_480 {}
	
	.for_footer .footer {
		padding-left:15px;
		padding-right:15px;
	}
	
	.for_footer .footer .content .width_line {
		padding-left:0px;
	}
	
	.for_footer .footer .content .width_line:before {
		display:none;
	}
	
	.for_footer {
		padding-bottom:120px;
	}
}