@charset "UTF-8";

/*横幅769px以上に適応*/
@media screen and (min-width: 769px) {
.contents_in_sub {
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 2px 2px #CECECE;
	box-shadow: inset 0px 0px 2px 2px #CECECE;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,243,243,0.40);
	padding: 40px;
	background-repeat: no-repeat;
	max-width: 1000px;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}

.contents_in_sub h3 {
	background-image: url(../p1-business/images/s_title-bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	min-height: 33px;
	color: #3F94D0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.contents_in_sub-art {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}



.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}
}

/*横幅768px以下に適応*/
@media screen and (max-width: 768px) {
	
.contents_in_sub {
	border-radius: 5px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(245,243,243,0.40); */
	background-repeat: no-repeat;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}

.contents_in_sub h3 {
	background-image: url(../p1-business/images/s_title-bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	min-height: 33px;
	color: #3F94D0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.contents_in_sub-art {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}



.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}
}
