@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: '';
}

/* ■ その他 ==================================================================================== */
.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_auto_deco1{
        display: block;
    }
    .osr_auto_imageSMP{
        width: 80% !important;
        margin: 0 auto;
    }
    .osr_auto_imageSMP2{
        width: 60% !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: 640px;
    }
}
@media print, screen and (min-width: 1090px) {
    .video{
        position: relative;
        max-width: 640px;
        margin: 50px auto;
    }
    .video iframe {
      width: 100%;
    }
    .videoBox{
        width: 640px;
    }
}


/* ------------------------------------------------------------ */
/* -------------------- 追加CSSソース ------------------------ */
/* ------------------------------------------------------------ */
/* スクロール指定 */
html {
	scroll-behavior: smooth;
}

/* H2見出し */
.SpecialPageIntro h2 {
	background-color: #fff !important;
	color: #000 !important;
}

/* リスト装飾 */
.SpecialPageIntro {
	margin-bottom: -30px;
}
.SpecialPageIntro .list-gradient {
    width: 200px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "UD新ゴ DB","ヒラギノ角ゴ Pro W5","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Sans-Serif;
    font-weight: bold !important;
    border-radius: 5px;
    color: #0d3488;
    background-image: linear-gradient(-225deg, #b8e6ff 0%, #59bdf0 100%);
}

/* セクション共通 */
/* H2見出し */
.sec-container .osr_h2 {
	padding-left: 20px !important;
}

/* H3見出し */
.sec-container .osr_h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sec-container .sub-title {
	font-size: 0.8em;
}

/* H4見出し */
.sec-container .osr_h4_sub {
	font-size: 0.9em;
	color: #0d3488;
}
/* H5見出し */
.sec-container h5 {
	margin-top: 5px !important;
}

/* 画像 */
.sec-container figure {
	text-align: center;
}
/* リストタイトル */
.sec-container ul .list-title {
	margin-top: 0 !important;
	font-weight: bold !important;
}
/* DEMO装飾 */
.demo {
	display: inline-block;
	color: #fff;
	background: orange;
	padding: 0 10px;
	border-radius: 5px;
}

.sec-container.block2 {
	margin-bottom: 100px;
}

/* 右揃え */
.sec-container .AlignR {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	/* リスト装飾 */
	.SpecialPageIntro .list-gradient {
		font-size: 0.8em;
	}
	.SpecialPageIntro .such {
		font-size: 0.8em;
	}

	/* 画像 */
	.sec-container img {
		width: 80%;
	}
}