@charset "UTF-8";
@media only screen and (max-width: 767px) {
	#Contents .SectionMain .PosItem1 {
		left: 6%;
		top: 15%;
	}
	.osr_mainTitle{
		margin: 0 auto 0 auto !important;
		padding: 10px 0 0 0 !important;
		display: block;
		overflow: hidden;
	}
	.osr_titleArea{
		display: block;
		overflow: hidden;
		width: 100% !important;
	}
	.osr_titleImg{
		width: 100% !important;
	}

	.osr_titleImg img{
		object-fit: cover;
		margin-bottom: 10px;
	}
	.osr_Title_lead{
		font-size: 95%;
		display: block;
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
	}
	
}
@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;
}

/**/
.osr_mainTitle{
	padding: 30px 0 20PX 0;
	display: block;
	overflow: hidden;	
	background: #a0d8ef;
background: -moz-linear-gradient(top,  #a0d8ef 0%, #ddf1f9 54%, #feffff 99%);
background: -webkit-linear-gradient(top,  #a0d8ef 0%,#ddf1f9 54%,#feffff 99%);
background: linear-gradient(to bottom,  #a0d8ef 0%,#ddf1f9 54%,#feffff 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 );
}
.osr_titleArea{
	width: 1160px;
	margin: 0 auto;
}
.osr_titleImg{
	width: 550px;
	float: left;
	margin-right: 20px;
}
	.osr_exbitHeld{
		font-weight: 700;
		display: block;
        margin-bottom: -40px;
		color: #D30003;
	}
.osr_downloadBtn{
    background-color: #025AA8;
    color: #ffffff;
    padding: 6px 20px;
    font-size: 16px;
    border: none;
}