* {
	-webkit-appearance: none;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-text-size-adjust: 100%
}

body {
	max-width: device-width;
	min-width: 1000px;
	background-color: white;
	text-align: center;
}

header {
	background-color: rgb(232, 225, 216);
}

div.titleblock {
	width: 920px;
	height: 85px;
	text-align: left;
	display: inline-block;
	font-weight: lighter;
	padding: 25px 40px 0px 40px;
}

h1.rii {
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	color: rgb(50, 50, 50);
	letter-spacing: 6px;
	float: left;
}

span.sub1 {
	text-align: right;
	width: 400px;
	font-family: sans-serif;
	color: rgb(50, 50, 50);
	font-size: 12px;
	line-height: 34px;
	font-weight: lighter;
	letter-spacing: 0px;
}

img.rii {
	height: 60px;
	right: 0px;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-right: 10px;
}

span.sub {
	float: right;
	display: inline-block;
	text-align: right;
	width: 400px;
	font-family: sans-serif;
	color: rgb(50, 50, 50);
	font-size: 12px;
	line-height: 34px;
	font-weight: lighter;
	letter-spacing: 6px;
}

b {
	font-size: 120%;
	position: rerative;
	display: block;

}

img.tel {
	width: 25px;
	right: 0px;
	margin: -15px 5px -5px 0px;
}

div.menubar {
	max-width: device-width;
	min-width: 1000px;
	background-color: rgb(232, 225, 216);
	text-align: center;
	height: 60px;
	padding: 15px 0px 15px 0px;
}

a.menubar {
	width: 175px;
	display: inline-block;
	height: 60px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 65px;
	color: black;
	font-family: sans-serif;
	letter-spacing: 4px;
}

a.menubar+a.menubar {
	border-left: solid 2px white;
}

a.menubar:hover {
	color: rgb(255, 100, 100);
}

div.mainimg {
	width: 1000px;
	height: 620px;
	background-color: rgb(100, 100, 100);
	display: inline-block;
	overflow: hidden;
	position: relative;
}

img.mainimg {
	width: 100%;
	position: absolute;
	left: 0px;
	top: -45px;
}

p.main {
	color: rgb(127, 127, 127);
	position: absolute;
	left: 150px;
	top: 180px;
	letter-spacing: 10px;
	font-size: 20px;
}

div.contents {
	display: inline-block;
	width: 1000px;
	margin-top: 20px;
}

p.catch {
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: 10px;
	line-height: 60px;
	margin: 0px 0px 80px 0px;
}



img.midashi {
	z-index: 1;
	width: 250px;
	margin: 100px 0px -50px 0px;
	opacity: 0.5;
}

h2.midashi {
	z-index: 2;
	display: block;
	width: 1000px;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 10px;
	height: 100px;

}

img.about {
	width: 700px;
	margin-bottom: 50px;
}


p.business {
	width: 350px;
	text-align: left;
	font-size: 18px;
	height: 80px;
	padding-left: 100px;
	margin: 0 auto;
}

span.business {
	display: inline-block;
	width: 4px;
	height: 35px;
	border: solid 1px rgb(0, 0, 0);
	margin: 0px 10px -10px 0px;
	background-color: rgb(232, 225, 216);
}




div.workflow {
	clear: both;
	display: inline-block;
	width: 800px;
}

p.workflow1 {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	height: 45px;
	padding-top: 15px;
	background-color: rgb(237, 237, 237);
	margin-right: 30px;
}

p.workflow2 {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	width: 100px;
	height: 50px;
	padding-top: 10px;
	margin-right: 60px;
}

p.workflow3 {
	float: left;
	display: inline-block;
	text-align: left;
	width: 550px;
	line-height: 35px;
	font-weight: lighter;
}

p.arrow {
	color: rgb(232, 225, 216);
	font-size: 40px;
	font-weight: bold;

	margin: 20px 0px 20px 0px;
}





table.mailform {
	font-size: 12px;
	font-weight: lighter;
	border-collapse: collapse;
	color: rgb(100, 100, 100);
	margin-left: 120px;
}

td.mailform {
	border: none;
	vertical-align: top;
	padding-right: 0px;
	color: red;

}

td.mailform2 {
	border: none;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

td.mailform3 {
	border: none;
	vertical-align: top;
	padding-bottom: 20px;
}

input.mailform {
	border: solid 1px rgb(100, 100, 100);
	width: 500px;
	height: 30px;
	font-size: 14px;
}

textarea.mailform {
	border: solid 1px rgb(100, 100, 100);
	width: 500px;
	disabled: disabled;
	resize: none;
}

input.submit {
	font-size: 12px;
	font-weight: lighter;
	color: white;
	border: none;
	width: 500px;
	background-color: rgb(200, 200, 200);
	padding: 2px 0px 2px 0px;
}

input.submit:hover {
	background-color: rgb(255, 100, 100);
}

.privacy {
	display: block;
	margin: 20px auto;
	width: max-content;
	text-decoration: underline;
}

.cf-turnstile {
	margin: 0 auto 30px !important;
	width: max-content;
	text-align: center;
}