@charset "UTF-8";

/*SERVICE*/

#service_contents1 {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#service_contents1 {
		position: relative;
		width: 460px;
	}
}
#service_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#service_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
#service_title {
	position: relative;
	margin: 50px 0 0 0;
}
#serviceimage {
	padding: 60px 0 0 0;
		border-top: 1px dotted #000;
	position: relative;
	margin: 30px 0 0 0;
}
.service_headcopy {
	position: relative;
	margin: 30px 0 0 0;
}
.gosoudanbtn {
	margin: 20px 0 0 320px;
	height: 80px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.gosoudanbtn {
		margin: 20px 0 0 180px;
		height: 80px;
	}
}
.imageunder {
	width: 600px;
	height: 220px;
	border-top: 1px dotted #000;
	padding: 50px 0 0 0;
}
#serviceimage2 {
	position: relative;
	padding: 60px 0 0 0;
	border-top: 1px dotted #000;
}
#serviceimage3 {
	position: relative;
	padding: 30px 0 0 0;

}
#seinenunchor {
	position: relative;
	top: -100px;
	display: block;
}
#souzokuunchor {
	position: relative;
	top: -100px;
	display: block;
}
#yuigonunchor {
	position: relative;
	top: -100px;
	display: block;
}

/*CONTACT*/


/*MAILFORM*/

#contact_contents1 {
	position: relative;
	width: 100%;
	min-height: 1450px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#contact_contents1 {
		position: relative;
		width: 460px;
		min-height: 100%;
	}
}
#contact_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#contact_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
#formWrap {
	position: relative;
	margin: 40px 0 0 0;
	width: 600px;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#formWrap {
		position: relative;
		margin: 40px 0 0 0;
		width: 470px;
		color: #555;
		line-height: 120%;
		font-size: 12pt;
	}
}
table.formTable {
	width: 600px;
	margin: 0 auto;
	border-collapse: collapse;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	table.formTable {
		width: 470px;
		margin: 0 auto;
		border-collapse: collapse;
	}
}
table.formTable td,
table.formTable th {
	border: 1px solid #ccc;
	padding: 15px;
}
table.formTable th {
	width: 20%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
	vertical-align: middle;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	table.formTable th {
		width: 30%;
		font-weight: normal;
		background: #efefef;
		text-align: left;
		vertical-align: middle;
	}
}
table.formTable td {
	width: 80%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	table.formTable td {
		width: 60%;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
	}
}
.mailbtn {
	width: 600px;
	position: absolute;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.mailbtn {
		width: 470px;
		position: absolute;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
.submitbtn {
	cursor: pointer;
	width: 100px;
	background-color: #0362E4;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	border: none;
}
#mailformtext {
	position: absolute;
	margin: 80px 0 0 0;
	line-height: 1.6em;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
}

/*PRIVACY*/

#policy_contents1 {
	position: relative;
	width: 100%;
	min-height: 1100px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#policy_contents1 {
		position: relative;
		width: 460px;
		min-height: 1000px
	}
}
#policy_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#policy_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.policytitle {

	margin: 30px 0 10px 0;
}

/*OFFICE*/

#office_contents1 {
	position: relative;
	width: 100%;
	min-height: 100%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#office_contents1 {
		position: relative;
		width: 460px;
	}
}
#office_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#office_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
#officeimage {
	margin: 20px 0 0 0;
}
#companyprofile {
	width: 600px;
	margin: 50px 0 0 0;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#companyprofile {
		width: 460px;
		margin: 50px 0 0 0;
	}
}
table {
	width: 600px;
	border-collapse: collapse;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	table {
		width: 460px;
		border-collapse: collapse;
	}
}
th.t_top {
	border-top: #b3b3b3 4px solid;
}
th {
	width: 130px;
	border-bottom: #e3e3e3 1px dashed;
	text-align: left;
	background: #fff;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #0B9EEB 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dashed;
	text-align: left;
	padding: 10px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	td {
		border-bottom: #e3e3e3 1px dashed;
		text-align: left;
		padding: 10px;
		width: 200px;
	}
}
#officeaccessinfo {
	margin: 50px 0 0 0;
}
#bigaccessmap {
	margin: 20px 0 0 0;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#bigaccessmap {
		width: 460px;
		border-collapse: collapse;
		overflow: hidden;
	}
}
#showbigmap {
	margin: 10px 0 0 450px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#showbigmap {
		margin: 10px 0 0 310px;
	}
}

/*STAFF*/

#staff_contents1 {
	position: relative;
	width: 100%;
	min-height: 100%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#staff_contents1 {
		position: relative;
		width: 460px;
	}
}
#staff_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#staff_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
#chief {
	width: 100%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#chief {
		width: 100%;
		height: 100%;
	}
}
.chiefprofile {
	margin: 40px 0 0 0;
	z-index: 1500;
}
#privateshot {
	float: right;
	margin-top: 0px;
	z-index: 2000;
}
#innerleftbox1 {
	position: relative;
	margin: 50px 0 0 0;
	float: left;
	width: 270px;
	display: inline-block;
}
#innerrightbox1 {
	position: relative;
	float: right;
	width: 320px;
	margin: 50px 50px 0 0;
	display: inline-block:
}
.staff1 {
	margin: 0px 0 0 0;
}
.staff2 {
	margin: 0 0 0 30px;
}
#innerleftbox2 {
	position: relative;
	margin: 20px 0 0 0;
	float: left;
	width: 270px;
	display: inline-block:
}
#innerrightbox2 {
	position: relative;
	float: right;
	width: 320px;
	margin: 20px 50px 0 0;
	display: inline-block:
}
#chiefinada {
	position: relative;
}
.imgtop {
	margin-top:80px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
.imgtop {
	margin-top:40px;
}
}



/*FLOW*/

#flow_contents1 {
	position: relative;
	width: 100%;
	min-height: 100%;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#flow_contents1 {
		position: relative;
		width: 460px;
	}
}
#flow_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#flow_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.yagata {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.yagata {
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}
}
.otoiawasetop {
	line-height: 3.5em;
	text-align: center;
}


/*SEMINAR*/

#seminar_contents1 {
	position: relative;
	width: 100%;
	min-height: 1500px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#seminar_contents1 {
		position: relative;
		width: 460px;
		min-height:960px;
	}
}
#seminar_contents1_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#seminar_contents1_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.imgp {
	float:right;
	margin-left:2em;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
.imgp {
	margin-top:20px;
}
}

.center {
	text-align: center;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
.center {
	margin-left:60px;
}
}

.telnumber {
	position: relative;
	text-align: center;
	margin-top: 20px;
	
}
