@charset "UTF-8";
@media only screen and (max-width: 767px) {
	#Contents .SectionMain .PosItem1 {
	left: 6%;
	top: 15%;
	}
}
@media print, screen and (min-width: 768px) {
	#Contents .SectionMain .PosItem1 {
	left: 2%;
	top: 22.5%;
	}
}
@media print, screen and (min-width: 1090px) {
	#Contents .SectionMain .PosItem1 {
	left: 8%;
	top: 24.5%;
	}
}
/*----------*/
/*--スペース調整css--------*/
.clear{
	clear: both;
}
.topspace25{
	margin-top: 25px;
}
.topspace50{
	margin-top: 50px;
}
.topspace100{
	margin-top: 100px;
}
.bottomspace25{
	margin-bottom: 25px;
}
/*--フォントcss--------*/
.bold{
	font-weight: 700;
}
.large{	
	font-size: 120%;
}
.blue{
	color: #0019A7;
}
/*--ボーダーcss--------*/
.boxBorder{
	border: solid 1px #ccc;
}
.hr_dot{
  border-top: 1px dashed #ccc !important;
}

/* ■ 左右ボックス50%ver ==================================================================================== */
.LRBoxCenter {
display: flex;
flex-wrap: wrap;
}

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

	.LRBoxCenter .LBoxCenter {
	width: 100%;
	}
	
	.LRBoxCenter .RBoxCenter {
	width: 100%;
	}

}

@media print, screen and (min-width: 768px) {

	.LRBoxCenter .LBoxCenter {
	width: 50%;
	padding-right: 2%;
	}
	
	.LRBoxCenter .RBoxCenter {
	width: 50%;
	padding-left: 2%;
	}

}

@media print, screen and (min-width: 1090px) {

}

/* ■ メインタイトル ==================================================================================== */
@media only screen and (max-width: 767px) {
    .osr_titleArea{
        width: 90%;
		margin: 0 auto -10px auto;
		padding: 10px 0;
	}
	.osr_title{
		color: #fff;
		font-size: 120%;
		font-weight: 700;
		width: 190px;
		line-height: 1.6em;
		border-bottom: solid 2px #fff;
	}
	.osr_exbitTitle{
		color: #fff;
		font-size: 160%;
		font-weight: 700;
		margin: 10px 10px 10px 0;
		padding:  0 20px;
        line-height: 1em;
	}
	.osr_exbitHeld{
        display: block;
        width: 70px;
        text-align: center;
		font-size: 50%;
		padding: 0;
        margin: 10px 0;
		background-color: #D30003;
	}
	.osr_KeyVisual{
        padding: 10px 0;
		background-repeat: no-repeat;
		background-size: cover;	
	}
	.osr_exbitTitle_lead{
		width: 100%;
		margin: 0 auto;
        color: #fff;
        padding: 0 20px;
    }
	
}
@media print, screen and (min-width: 768px) {
    .osr_titleArea{
		max-width: 1260px;
		margin: 0 auto -10px auto;
		padding: 40px 30px 0 30px;
	}
	.osr_title{
		color: #fff;
		font-size: 180%;
		font-weight: 700;
		width: 290px;
		line-height: 1.6em;
		border-bottom: solid 2px #fff;
	}
	.osr_exbitTitle{
		color: #fff;
		font-size: 270%;
		font-weight: 700;
		max-width: 1260px;
		margin: 0 auto;
		padding:  0 30px 20px 30px;
	}
	.osr_exbitHeld{
		font-size: 60%;
		padding: 2px 14px;
		margin-left: 10px;
		background-color: #D30003;
	}
	.osr_KeyVisual{
		background-repeat: no-repeat;
		background-size: cover;	
	}
}
@media print, screen and (min-width: 768px) {
	.osr_titleArea{
		max-width: 1260px;
		margin: 0 auto -10px auto;
		padding: 40px 30px 10px 30px;
	}
	.osr_title{
		color: #fff;
		font-size: 180%;
		font-weight: 700;
		width: 290px;
		line-height: 1.6em;
		border-bottom: solid 2px #fff;
	}
	.osr_exbitTitle{
		color: #fff;
		font-size: 270%;
		font-weight: 700;
		max-width: 1260px;
		margin: 0 auto -16px auto;
		padding:  0 30px;
	}
	.osr_exbitHeld{
		font-size: 60%;
		padding: 2px 14px;
		margin: 0 10px;
		background-color: #D30003;
	}
    .osr_exbitTitle_lead{
        font-size: 110%;
		max-width: 1260px;
		margin: 0 auto;
        color: #fff;
        padding: 0 30px;
    }
	.osr_KeyVisual{
        height: 240px;
		background-repeat: no-repeat;
		background-size: cover;	
	}
}


/* 黄色●リスト（ListDiscY） --------------------------------------------------- */
.ListDiscY li {
margin-bottom: 8px;
line-height: 1.8em;
}
.ListDiscY li:before {
left: 2px;
border-radius: 100%;
background: #FFEB00;
}
@media only screen and (max-width: 767px) {

	.ListDiscY {
	margin-top: 20px;
	}

	.ListDiscY li {
	padding-left: 16px;
	font-size: 1.4rem;
	}

	.ListDiscY li:before {
	left: 2px;
	top: 9px;
	width: 8px;
	height: 8px;
	}

}
@media print, screen and (min-width: 768px) {

	.ListDiscY {
	display: block;
	margin-top: 25px;
	}

	.ListDiscY li {
	padding-left: 15px;
	font-size: 1.5rem;
	}
	
	.ListDiscY li:before {
	left: 2px;
	top: 10px;
	width: 8px;
	height: 8px;
	}
	
}
@media print, screen and (min-width: 1090px) {

	.ListDiscY li {
	padding-left: 20px;
	}
	
	.ListDiscY li:before {
	width: 10px;
	height: 10px;
	}

}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {

	.ListDiscY li:before {
	top: 9px;
	}

}

/* Firefox */
@-moz-document url-prefix() {

	.ListDiscY li:before {
	top: 9px;
	}
}

.ListDiscY li {
position: relative;
float: left;
margin-right: 16px;
}

.ListDiscY li:before{
display: inline-block;
position: absolute;
}

.ListDiscY.InlineB li{
display: inline-block;
}

/* ディスク（ListDisc） */
.ListDiscY li:before {
content: '';
}
/* 水色●リスト（ListDiscB） --------------------------------------------------- */
.ListDiscB li {
margin-bottom: 8px;
line-height: 1.8em;
}
.ListDiscB li:before {
left: 2px;
border-radius: 100%;
background: #1e90ff;
}
@media only screen and (max-width: 767px) {

	.ListDiscB {
	margin-top: 20px;
	}

	.ListDiscB li {
	padding-left: 16px;
	font-size: 1.4rem;
	}

	.ListDiscB li:before {
	left: 2px;
	top: 9px;
	width: 8px;
	height: 8px;
	}

}
@media print, screen and (min-width: 768px) {

	.ListDiscB {
	display: block;
	margin-top: 25px;
	}

	.ListDiscB li {
	padding-left: 15px;
	font-size: 1.5rem;
	}
	
	.ListDiscB li:before {
	left: 2px;
	top: 10px;
	width: 8px;
	height: 8px;
	}
	
}
@media print, screen and (min-width: 1090px) {

	.ListDiscB li {
	padding-left: 20px;
	}
	
	.ListDiscB li:before {
	width: 10px;
	height: 10px;
	}

}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {

	.ListDiscB li:before {
	top: 9px;
	}

}

/* Firefox */
@-moz-document url-prefix() {

	.ListDiscB li:before {
	top: 9px;
	}
}

.ListDiscB li {
position: relative;
float: left;
margin-right: 16px;
}

.ListDiscB li:before{
display: inline-block;
position: absolute;
}

.ListDiscB.InlineB li{
display: inline-block;
}

/* ディスク（ListDisc） */
.ListDiscB li:before {
content: '';
}


/* ■ その他 ==================================================================================== */
.osr_automotive_solutionbaner{
	padding: 6px 18px;
	font-weight: 700;
	margin-right: 10px;
	background: #b3dced;
        background: -moz-linear-gradient(top,  #b3dced 1%, #29b8e5 100%);
        background: -webkit-linear-gradient(top,  #b3dced 1%,#29b8e5 100%);
        background: linear-gradient(to bottom,  #b3dced 1%,#29b8e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5',GradientType=0 );
}
@media only screen and (max-width: 767px) {
    .osr_sensor_imageSMP{
        width: 70% !important;
        margin: 0 auto;
    }
    .osr_sensor_imageSMP2{
        width: 50% !important;
        margin: 0 auto;
    }
    .osr_sensor_imageSMP3{
        width: 30% !important;
        margin: 0 auto;
    }
}
/*video*/
@media only screen and (max-width: 767px) {
     .video{
        width: 100%;
        margin: 20px auto;
    }
    .video iframe {
      width: 100%;
    }
    .videoBox{
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
	 .video{
        max-width: 640px;
        margin: 50px auto;
    }
    .video iframe {
      width: 100%;
    }
    .videoBox{
        width: 100%;
    }
}
@media print, screen and (min-width: 1090px) {
    .video{
        position: relative;
        max-width: 640px;
        margin: 50px auto;
    }
    .video iframe {
      width: 100%;
    }
    .videoBox{
        width: 100%;
    }
}


/* センサ展用追加CSS ==================================================================================== */
.add-sensor-ai {
	display: flex;
	align-items: center;
}
.add-sensor-ai figure {
	margin-left: 50px;
}
.add-sensor-ai figure img {
	width: 100% !important;
}