@charset "utf-8";
/* CSS Document */

.mainVisual {
	width: min(80%, 1540px);
	margin: 0 auto;
	/*	height: 363px;
	text-align: center;
	background: url(/business/agv/scene/images/bg_main.png) left top no-repeat;
	background-size: cover;
	position: relative;*/
}
.mainVisual .copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.mainVisual .copy .first {
	display: inline-block;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding: 0 10% 3px;
}
.mainVisual .copy .second {
	font-size: 200%;
	font-weight: bold;
}

.mainTitle {
	text-align: center;
	padding: 30px 0;
}
.mainTitle .main {
	font-size: 220%;
	font-weight: bold;
}

/* #rContent a:link {
	color: #333;
}
#rContent a:visited {
	color: #333;
} */

.sceneSelect {
	width: 950px;
	display: flex;
	flex-wrap: wrap;
}
.sceneSelect li {
	width: 31.5%;
	float: left;
	margin-right: 26px;
	margin-bottom: 2em;
	position: relative;
	padding-bottom: 5em;
	background: #ffffff;
}
ul li:nth-child(3n) {
	margin-right: 0;
}

.sceneSelect div:hover {
	opacity: 0.75;
}
.warehouse {
	background: url(/business/agv/scene/images/bg_warehouse.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 249px;
	position: relative;
}
.factory {
	background: url(/business/agv/scene/images/bg_factory.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 249px;
	position: relative;
}
.restaurant {
	background: url(/business/agv/scene/images/bg_restaurant.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 249px;
	position: relative;
}
.farm {
	background: url(/business/agv/scene/images/bg_farm.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 249px;
	position: relative;
}
.hotel {
	background: url(/business/agv/scene/images/bg_hotel.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 249px;
	position: relative;
}

.sceneSelect div .sceneName {
	position: absolute;
	bottom: 10px;
	/*margin-left: 20px;*/
	font-size: 170%;
	font-weight: normal;
}
.sceneSelect p,
.sceneSelect h3 {
	/*180826 h3を追加*/
	padding: 0 1em;
	margin-top: 1em;
}

.rPanelLinks {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
}

.bgWhite {
	background: #ffffff;
}

.annotationImage {
	font-size: 80%;
}
.annotationImage2 {
	font-size: 80%;
	margin-bottom: 2em;
}

/*活用シーン倉庫ページ*/

.worries {
	width: 100%;
	background: #3f76ba;
	margin-bottom: 3em;
}

.worries.Warehouse {
	background: #3f98ba;
}

.worries .sceneImageWarehouse {
	width: 324px;
	min-height: 240px;
	background: url(/business/agv/scene/images/details/bg_warehouse.jpg) center no-repeat;
	background-size: cover;
	float: left;
}
.worries .worriseDetail {
	width: 570px;
	min-height: 190px;
	padding: 25px;
	float: left;
	position: relative;
}
.worries .worriseDetail .worriseDetailText {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.worries .worriseDetail .worriseDetailText li {
	background-image: url(/business/agv/scene/images/details/img_white-square.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 0 30px;
	font-size: 150%;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}
.worries .worriseDetail .worriseDetailText li:last-child {
	margin-bottom: 0;
}

.mainTitle2 {
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	padding-left: 25px;
}

.solutionDetailText {
	padding: 25px;
}
.solutionDetailText li {
	background-image: url(/business/agv/scene/images/details/img_checkbox.png);
	background-repeat: no-repeat;
	background-size: 32px 29px;
	padding: 0 0 0 40px;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}
.solutionDetailText li:last-child {
	margin-bottom: 0;
}

.solutionDetailImage {
	width: 950px;
	display: flex;
	flex-wrap: wrap;
}
.solutionDetailImage li {
	width: 31.5%;
	float: left;
	margin-right: 26px;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
.solutionDetailImage .midashi {
	font-size: 120%;
	font-weight: bold;
}
.solutionDetailImage p {
	margin-top: 1em;
}

.downArrow {
	text-align: center;
	margin-bottom: 2em;
}

.pkTitle {
	text-align: center;
	margin-bottom: 2em;
}
.pkTitle .sub {
	display: inline-block;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding: 0 10% 3px;
	color: #666666;
}
.pkTitle .main {
	font-size: 200%;
	font-weight: bold;
}
.pkSubTitle {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.systemTitle {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1em;
}

.system {
	width: 100%;
}
.system .images {
	width: 627px;
	/*height: 535px;*/
	height: auto;
	margin-right: 30px;
	float: left;
}
.system .link {
	width: 250px;
	float: left;
}
.system .link .linkButton li {
	margin-bottom: 10px;
}
/* .system .link .linkButton p{
	padding: 20px;
	background-image: url(/business/agv/scene/images/details/img_right-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 18px 33px;
	background-color: #1D76BA;
	color: white;
	font-size: 105%;
	font-weight: bold;
	border-radius: 5px;
} */
/* .system .link .linkButton p:hover {
	opacity: 0.75;
} */
/* .system .link .linkButton a:link {
	text-decoration: none;
} */

/*余分な空きを削除するために追加*/
#footerPaginate {
	max-width: 1566px;
	margin: 0 auto 109px;
	padding: 0;
	background-color: #000;
}

#footerPaginate .prev a {
	display: inline;
	width: 100%;
	background: none;
	color: #fff;
	font-size: 153.8%;
	padding: 0;
}

/*活用シーン工場*/

/*.worries{
	width: 100%;
	background: #3F76BA;
	margin-bottom: 3em;
}*/
.worries.Factory {
	background: #3f66ba;
}
.worries .sceneImageFactory {
	width: 324px;
	min-height: 240px;
	background: url(/business/agv/scene/images/details/bg_factory.jpg) center no-repeat;
	background-size: cover;
	float: left;
}
.comments {
	text-align: right;
	font-size: 80%;
	margin-top: 1em;
}

/*活用シーン飲食*/

.worries.Restaurant {
	background: #d17745;
}

.worries .sceneImageRestaurant {
	width: 324px;
	min-height: 240px;
	background: url(/business/agv/scene/images/details/bg_restaurant.jpg) center no-repeat;
	background-size: cover;
	float: left;
}

/*活用シーン農場*/

.worries.Farm {
	background: #37a76b;
}

.worries .sceneImageFarm {
	width: 324px;
	min-height: 240px;
	background: url(/business/agv/scene/images/details/bg_farm.jpg) center no-repeat;
	background-size: cover;
	float: left;
}

/*活用シーンホテル*/

.worries.Hotel {
	background: #7b3e40;
}

.worries .sceneImageHotel {
	width: 324px;
	min-height: 240px;
	background: url(/business/agv/scene/images/details/bg_hotel.jpg) center no-repeat;
	background-size: cover;
	float: left;
}

.annotation {
	padding-left: 1em;
	text-indent: -1em;
}

/*SP*/

body.responsive-sp .mainVisual {
	width: 100%;
	margin-top: 1.5em;
	/*height: 37vw;*/
}
body.responsive-sp .mainVisual .copy .first {
	font-size: 4.3vw;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding: 0 4% 3px;
}
body.responsive-sp .mainVisual .copy .second {
	font-size: 4.3vw;
}

body.responsive-sp .mainTitle {
	padding: 1em 0;
}
body.responsive-sp .mainTitle .main {
	font-size: 5vw;
}

body.responsive-sp .sceneSelect {
	width: 100%;
	padding: 0 15px;
}
body.responsive-sp .sceneSelect li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 7em;
}
body.responsive-sp ul li:nth-child(3n) {
	margin-right: 0;
}

body.responsive-sp .sceneSelect div:hover {
	opacity: 0.75;
}
body.responsive-sp .warehouse {
	width: 100%;
	height: 79vw;
}
body.responsive-sp .factory {
	width: 100%;
	height: 79vw;
}
body.responsive-sp .restaurant {
	width: 100%;
	height: 79vw;
}
body.responsive-sp .farm {
	width: 100%;
	height: 79vw;
}
body.responsive-sp .hotel {
	width: 100%;
	height: 79vw;
}

body.responsive-sp .sceneSelect div .sceneName {
	bottom: 10px;
	/*margin-left: 20px;*/
	font-size: 170%;
	/*font-weight: bold;*/
}
body.responsive-sp .sceneSelect p {
	padding: 0 1em;
	margin-top: 1em;
}

body.responsive-sp .rPanelLinks {
	bottom: 2em;
}

body.responsive-sp .annotationImage {
	padding: 2em 1em;
}
body.responsive-sp .annotationImage2 {
	padding: 0 1em;
}

/*活用シーン倉庫ページ*/

body.responsive-sp .worries .sceneImageWarehouse {
	width: 100%;
	min-height: 50vw;
	background: url(/business/agv/scene/images/details/bg_warehouse_sp.jpg) center no-repeat;
	background-size: cover;
}
body.responsive-sp .worries .worriseDetail {
	width: auto;
	min-height: 25vw;
	padding: 25px 0 25px 25px;
}
body.responsive-sp .worries .worriseDetail .worriseDetailText {
	position: relative;
	top: 0;
	transform: translateY(-0%);
}
body.responsive-sp .worries .worriseDetail .worriseDetailText li {
	font-size: 4vw;
	padding: 0 6vw;
	background-size: 4vw 4vw;
	margin-bottom: 15px;
}
body.responsive-sp .worries .worriseDetail .worriseDetailText li:last-child {
	margin-bottom: 0;
}

body.responsive-sp .mainTitle2 {
	font-size: 5vw;
}

body.responsive-sp .solutionDetailText li {
	padding: 0 0 0 6vw;
	font-size: 4vw;
	background-size: 5vw 5vw;
}

body.responsive-sp .solutionDetailImage {
	width: auto;
	padding: 1em;
}
body.responsive-sp .solutionDetailImage img {
	width: 100%;
	height: auto;
}
body.responsive-sp .solutionDetailImage li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
body.responsive-sp .solutionDetailImage .midashi {
	font-size: 110%;
}

body.responsive-sp .downArrow {
	margin: 0 auto;
	width: 50%;
	margin-bottom: 2em;
}

body.responsive-sp .pkTitle .sub {
	font-size: 4vw;
	margin-bottom: 10px;
	padding: 0 10% 3px;
}
body.responsive-sp .pkTitle .main {
	font-size: 5vw;
}

body.responsive-sp .tbl02 tbody td {
	width: auto;
}

body.responsive-sp .systemTitle {
	font-size: 4vw;
	padding-top: 1em;
}
body.responsive-sp .system .images {
	width: auto;
	height: auto;
	margin-right: 0;
	margin-bottom: 2em;
}
body.responsive-sp .system .link {
	width: 100%;
	padding-bottom: 1em;
}

/*活用シーン工場ページ*/

body.responsive-sp .worries .sceneImageFactory {
	width: 100%;
	min-height: 50vw;
	background: url(/business/agv/scene/images/details/bg_factory_sp.jpg) center no-repeat;
	background-size: cover;
}

/*活用シーン飲食ページ*/

body.responsive-sp .worries .sceneImageRestaurant {
	width: 100%;
	min-height: 50vw;
	background: url(/business/agv/scene/images/details/bg_restaurant_sp.jpg) center no-repeat;
	background-size: cover;
}

/*活用シーン農場ページ*/

body.responsive-sp .worries .sceneImageFarm {
	width: 100%;
	min-height: 50vw;
	background: url(/business/agv/scene/images/details/bg_farm_sp.jpg) center no-repeat;
	background-size: cover;
}

/*活用シーンホテルページ*/

body.responsive-sp .worries .sceneImageHotel {
	width: 100%;
	min-height: 50vw;
	background: url(/business/agv/scene/images/details/bg_hotel_sp.jpg) center no-repeat;
	background-size: cover;
}


/**/
body.responsive-sp #footerPaginate {
	margin: 0 0 32px 15px;
}

body.responsive-sp #footerPaginate .prev a {
	background: none;
	padding: 0;
	color: #fff;
}