@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: 15px;
	color: #404040;
	margin-bottom: 30px;
}



.contents_in_sub-photo {
	width: 35%;
	float: left;
	margin-left: 0px;
	margin-bottom: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-right: 0px;
	}


.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}
.somei {
	width: 80%;
	float: right;
	text-align: right;
}
.art {
	float: right;
	width: 60%;
}

}


/*横幅768px以下に適応*/
@media screen and (max-width: 768px) {
	
.contents_in_sub {
	border-radius: 5px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-right: px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #404040;
}



.contents_in_sub-photo {
	width: 94%;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-right: auto;
	}


.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}
.somei {
	width: 80%;
	text-align: right;
	float: right;
}
.art {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}	
}
