@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;
}
.fontSize110{
    font-size: 110%;
}
.fontSize115{
    font-size: 115%;
}
.large{	
	font-size: 120%;
}
.blue{
	color: #0019A7;
}
/*--ボーダーcss--------*/
.boxBorder{
	border: solid 1px #ccc;
}
.hr_dot{
  border-top: 1px dashed #ccc !important;
}

/*オンラインショールーム用hタグ*/
/*スマートフォン*/
@media only screen and (max-width: 767px) {
	.osr_h2 {
		padding: 10px !important;
		font-size: 1.25em !important;
		font-weight: 600 !important;
		color: #fff !important;
		background: #1e5799 !important;
		background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%) !important;
		background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important;
		background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ) !important;
	}
}
/*PC*/
@media print, screen and (min-width: 768px) {
	.osr_h2 {
		line-height: 2em !important;
		padding: 0px !important;
		font-size: 2em !important;
		font-weight: 600 !important;
		color: #fff !important;
		background: #1e5799 !important;
			background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%) !important;
			background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important;
			background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%) !important;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ) !important;
	}
}

/* 共通：H3見出し */
.osr_h3 {
    border-left: 10px solid #FFEB00 !important;
	border-bottom: none !important;
	padding: 0 0 0 10px !important;
}

/* 共通：H4見出し */
.osr_h4 {
	position: relative !important; 
	padding-left: 20px !important;
}
.osr_h4::before {
	position: absolute !important;
	top: 5px !important;
	display: block !important;
	content: "" !important;
	width: 15px !important;
	height: 15px !important;
	background: #7db9e8 !important;
}

/* 共通：H4「Solution」装飾 */
.osr_h4_sol {
	display: flex;
	align-items: center;
}
.osr_h4_sol .grad-box {
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
	text-shadow: 2px 2px 2px #fff;
	background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 16%,#2ab0ed 100%);
}
.osr_h4_sol p {
	font-family: "UD新ゴ DB","ヒラギノ角ゴ Pro W5","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Sans-Serif;
	font-size: 1.4em !important;
	font-weight: bold !important;
	margin: 0 !important;
}


/* 共通：H5見出し */
.osr_h5{
    position: relative !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	padding-left: 5px !important;
	border-left: 5px solid #7db9e8;
}
.osr_h5:before {
	/* position: absolute !important;
	top: 4px !important;
	display: block !important;
	content: "" !important;
	width: 15px !important;
	height: 15px !important; */
	display: none;
	background: transparent !important;
}

/*リスト*/
.osr_ListDisc li{
    position: relative;
    margin-bottom: 0px;
    line-height: 1.8em;    
 	padding-left: 20px;
}
.osr_ListDisc li::before{
    left: 0;
    top: 8px;
    content: "";
    border-radius: 100%;
    position: absolute;
    background: #FE1F00;
    width: 14px;
	height: 14px;
}


/* 黄色●リスト（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_borderBlock{
    padding: 16px 0;
    border-bottom: solid 1px #aaa;
    border-top: solid 1px #aaa;
}

/*資料請求フォームボタン*/
.osr_downloadBtn{
    background-color: #025AA8;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 20px;
	font-weight: bold;
	cursor: pointer;
    border: none;
}

/*テスト*/
.abc{
    width: 100px;
    height: 30px;
    position: absolute;
    top: 130px;
    left: 130px;
    background-color: #000000;
}
.abc :hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.def{
    position: relative;
}

.backGradation{
  background: #d8faff;
background: -moz-radial-gradient(center, ellipse cover,  #d8faff 0%, #ffffff 63%);
background: -webkit-radial-gradient(center, ellipse cover,  #d8faff 0%,#ffffff 63%);
background: radial-gradient(ellipse at center,  #d8faff 0%,#ffffff 63%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8faff', endColorstr='#ffffff',GradientType=1 );


}


/* -------------------- セミナーコンテナ -------------------- */

.smn-block {
	max-width: 60%;
	margin: 0 auto;
}
.smn-container {
	display: flex;
	justify-content: space-between;
}
.smn-container.col1 {
	justify-content: center;
}
.smn-container > div {
	text-align: center;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.smn-block {
		max-width: 100%;
	}
	.smn-container {
		width: 80%;
		margin: 0 auto;
		flex-direction: column;
	}
	.smn-container > div {
		text-align: left;
		width: 100%;
	}
	.smn-container > div:first-child {
		margin-bottom: 20px;
	}
}