@font-face {
	font-family: 'NotoSansCJKjp-B';
	src: url('fonts/NotoSansCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-R';
	src: url('fonts/NotoSansCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-R';
	src: url('fonts/NotoSerifCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-B';
	src: url('fonts/NotoSerifCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

/*robot

.page_intro:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 189px;
	content: '';
	background: url(../img/robot/intro_img.png) center 0 no-repeat;
}
*/

/* ロボットループ*/
.loopSlide {
	display: flex;
	width: 100vw;
	height: 200px;
	overflow: hidden;
}
.loopSlide img {
	width: auto;
	height: 100%;
}
.loopSlide img:first-child {
	animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
	animation: slide2 60s linear infinite;
}

@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}






#robot_area1 .list_box .text {
	width: 60%;
}

#robot_area1 .list_box .img {
	width: 30%;
	text-align: center;
}

#robot_area1 .box1 h4 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#robot_area1 .box2 {
	margin-top: 30px;
}

#robot_area1 .box2 .tit {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: center;
}

#robot_area1 .box2 .tit:before {
	display: inline-block;
	width: 150px;
	height: 60px;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
	background: url(../img/robot/icon_app.png) 0 0 no-repeat;
}


#robot_area1 .box4 {
	padding: 5%;
	margin-top: 30px;
    background: #fff;
}

#robot_area1 .box4 .tit {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: center;
}

#robot_area1 .box4 .tit:before {
	display: inline-block;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
}

#robot_area2 {
	margin-bottom: 100px;
}

#robot_area2 .list_box > div {
	width: 31%;
	margin-bottom: 45px;
}

#robot_area2 .list_box > div figure {
	margin-bottom: 10px;
}

#robot_area2 .list_box > div figure img {
	width: 100%;
	height: auto;
}

#robot_area2 .list_box > div h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#robot_area1 .list_box .img {
	width: 30%;
	text-align: center;
}

#robot_area3.section_inner {
	max-width: 100%;
	padding-bottom: 100px;
	background: #f0f0f0;
}

#robot_area3.section_inner > .inner {
	max-width: 960px;
	margin: 0 auto;
}

#robot_area4 .list_box > div {
	width: 31%;
	margin-bottom: 90px;
}

#robot_area4 .list_box > div figure {
	margin-bottom: 10px;
}

#robot_area4 .list_box > div figure img {
	width: 100%;
	height: auto;
}

#robot_area4 .list_box > div h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}


@media screen and (max-width: 767px) {

.page_intro:after {
	height: 120px;
	background-size: auto 120px;
}

#robot_area1 .list_box .text,
#robot_area1 .list_box .img {
	width: 100%;
}

#robot_area1 .list_box .text {
	margin-bottom: 30px;
}

#robot_area1 .box2 .tit:before {
	display: block;
	margin: 0 auto 10px;
}

#robot_area2 .list_box > div {
	width: 48%;
}

#robot_area4 .list_box > div {
	width: 48%;
}

}
.note{
	text-align: right;
	font-size: 12px;
	margin-bottom: 1%;
}
.img{
	margin-top: 10%;
}
