.company_img{
	width: 950px;
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	transition: .8s;
}


.company_list{
	width: 950px;
	height: auto;
	margin-left: auto;
	padding: 0;
	margin-right: auto;
	list-style-type: none;
	margin-top: 6em;
	border-top: 1px dotted #888888;
	transition: .8s;
	overflow: hidden;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.2em;
}
.company_list .txt_1{
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	margin-left: 0px;
	border-bottom: 1px dotted #888888;
	width: auto;
	padding-left: 1em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}


/*--------------------------------------------------------*/
/*-- contact.html
/*--------------------------------------------------------*/

.office_wapper{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	margin-bottom: 2em;
	margin-top: 30px;
	transition: .8s;
}
.head_box{
	width: 430px;
	height: auto;
	float: left;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	line-height: 1.8;
	text-align: center;
	font-size: 1.2em;
}
.tokyo_box{
	width: 430px;
	height: auto;
	float: right;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	line-height: 1.8;
	text-align: center;
	font-size: 1.2em;
}
.head_box img, .tokyo_box img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.tokyo_box img{
	margin-bottom: 11px;
}
.head_box iframe, .tokyo_box iframe{
	margin-bottom: 1em;
}
hr.style-one {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*--------------------------------------------------------*/
/*--　サムネイル画像　拡大フェードイン表示
/*--------------------------------------------------------*/

.p_title_txt{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.p_title_txt_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.company_list{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.company_list_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.office_wapper{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.office_wapper_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.company_img{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.company_img_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.link_mb3{
	padding-top: 250px !important;
	display: block;
	margin-top: 0px;
}
