.contact1 {
	max-width: 1060px;
	width: 90%;
	margin: 0px auto 40px;
	border: #00579D 1px solid;
	padding: 25px;
}
.contact1 dl {
	width: 100%;
	display: table;
}
.contact1 dt {
	display: table-cell;
	width: 42%;
	vertical-align: bottom;
}
.contact1 dd {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	font-weight: 400;
}
.contact2 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    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;
	max-width: 1060px;
	width: 90%;
	margin: 0px auto 40px;
}
/*----------------------------------*/
#mv {
	width: 100%;
	height: 590px;
	background: url(../images/robotics/mv.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin-top: -30px;
	margin-bottom: 80px;
}
#mv h2 {
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	background-color: rgba(0,87,157,.8);
	color: #fff;
	text-align: center;
	width: 270px;
	font-size: 140%;
	left: 50%;
	top: 50%;
	margin-left: -135px;
	margin-top: -135px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 200%;
	padding: 70px 0;
}
#mv h2 strong {
	font-family: 'Noto Serif JP', serif;
	display: block;
	text-align: center;
	font-size: 140%;
	font-weight: 500;
	letter-spacing: 0px;
}
/*----------------------------------*/
h5 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 120%;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 250%;
	margin-bottom: 30px;
}
h5 span {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 0px;
}
h5 strong {
	font-family: 'Noto Serif JP', serif;
	display: block;
	text-align: center;
	font-size: 250%;
	font-weight: 500;
	letter-spacing: 0px;
	margin: 5px 0;
}
h5 br {
	display: none;
}
/*----------------------------------*/
.txt1 {
	max-width: 700px;
	width: 90%;
	margin: 0px auto 50px;
}
/*----------------------------------*/
.video{
  position:relative;
  max-width: 1000px;
  width:95%;
  padding-top:56.25%;
  margin: 0px auto 100px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*----------------------------------*/
.robotics1,
.robotics2 {
	width: 100%;
	height: 460px;
	position: relative;
}
.robotics1 {
	background: url(../images/robotics/ph01.jpg) no-repeat center center;
	background-size: cover;
}
.robotics2 {
	background: url(../images/robotics/ph02.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 100px;
}
.robotics1 .box,
.robotics2 .box {
	position: absolute;
	background-color: rgba(0,87,157,.8);
	color: #fff;
	width: 45%;
	top: 0;
	bottom: 0;
	padding: 5%;
}
.robotics1 .box {
	left: 0;
}
.robotics2 .box {
	right: 0;
}
.robotics1 .box dl,
.robotics2 .box dl {
	max-width: 450px;
}
.robotics1 .box dl {
	float: right;
}
.robotics2 .box dl {
	float: left;
}
.robotics1 .box dt,
.robotics2 .box dt {
	font-size: 150%;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	font-weight: 500;
}
.robotics1 .box dd,
.robotics2 .box dd {
}
/*----------------------------------*/
.robotics3 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 60px;
}
.robotics3 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    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;
}
.robotics3 li {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 40px;
}
.robotics3 li:nth-child(even) {
	margin-right: 0;
}
.robotics3 li p {
	color: #00579D;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 130%;
	line-height: 150%;
}
.robotics3 li p strong {
	color: #444;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}
.robotics3 li p strong br {
	display: none;
}
.robotics3 li p span {
	display: block;
	font-family: 'Noto Sans Japanese';
	font-size: 75%;
}
.robotics3 li .ph {
	margin-bottom: 15px;
}
/*----------------------------------*/
.robotics4 {
	width: 100%;
	background-color: #EDEDED;
	padding: 60px 0;
	margin-bottom: 60px
}
.robotics4 ul {
	max-width: 700px;
	width: 90%;
	margin: 0px auto;
	list-style: none;
}
.robotics4 li {
	width: 100%;
	display: table;
	border-bottom: #aaa 1px dotted;
	padding: 5px 0;
}
.robotics4 li p {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 50%;
}
.robotics4 li p:first-child {
	font-weight: 500;
	color: #00579D;
}
/*----------------------------------*/
.robotics3 h6,
.robotics4 h6 {
	width: 150px;
	margin: 0px auto 40px;
	background-color: #00579D;
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 70%;
	line-height: 180%;
	padding: 60px 0;
}
.robotics3 h6 strong,
.robotics4 h6 strong {
	display: block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3px;
	font-weight: 500;
	font-size: 160%;
}
/*----------------------------------*/

/*----------------------------------*/








@media screen and (max-width: 850px) {
	.robotics1 .box,
	.robotics2 .box {
		width: 50%;
	}
	/*----------------------------------*/
	.robotics3 li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.robotics3 li p {
		font-size: 120%;
	}
}









@media screen and (max-width: 700px) {
	.contact1 dl,
	.contact1 dt,
	.contact1 dd {
		display: block;
	}
	.contact1 dt {
		width: 100%;
		text-align: right;
	}
	.contact1 dt img {
		width: 40%;
	}
	.contact1 dd {
		padding-right: 0;
	}
	/*----------------------------------*/
	#mv {
		margin-bottom: 60px;
	}
	#mv h2 {
		width: 240px;
		font-size: 130%;
		margin-left: -120px;
		margin-top: -120px;
		padding: 65px 0;
	}
	/*----------------------------------*/
	h5 {
		font-size: 110%;
	}
	h5 br {
	}
	/*----------------------------------*/
}









@media screen and (max-width: 480px) {
	#mv {
		height: 450px;
	}
	/*----------------------------------*/
	h5 {
		line-height: 160%;
	}
	h5 br {
		display: inherit;
	}
	h5 strong {
		margin: 20px 0;
	}
	/*----------------------------------*/
	.video{
	  margin: 0px auto 10px;
	}
	/*----------------------------------*/
	.robotics1 .box,
	.robotics2 .box {
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 5%;
	}
	.robotics1 .box dl,
	.robotics2 .box dl {
		max-width: none;
		width: 100%;
		float: none;
	}
	.robotics1 .box dt,
	.robotics2 .box dt {
		font-size: 130%;
		margin-bottom: 10px;
	}
	.robotics1 .box dd,
	.robotics2 .box dd {
		font-size: 90%;
	}
	/*----------------------------------*/
	.robotics3 {
		margin: 0px auto 20px;
	}
	.robotics3 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		background-color: #EDEDED;
	}
	.robotics3 li p {
		padding: 0 20px;
		font-size: 130%;
	}
	.robotics3 li p strong {
		display: block;
		margin-left: 0px;
		margin-top: 10px;
	}
	.robotics3 li p strong br {
		display: inherit;
	}
	.robotics3 li p span {
		font-size: 70%;
	}
	/*----------------------------------*/
	.robotics4 {
		margin-bottom: 20px;
	}
	.robotics4 li {
		font-size: 90%;
	}
}