@charset "utf-8";
/* CSS Document */


.ps_maintitle h3 {
	color: #333333;
	padding-left: 5px;
}

.ps_subtitle01 {
	color: #006699;
	font-weight: bold;
	padding-left: 10px
}

.ps_subtitle02 {
	color: #006699;
	font-weight: bold;
	padding-left: 15px
}

.ps_txt {
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	margin-bottom: 20px;
	
}

.contact_formLink {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#contact_formLinkA {
	display: block;
}



/*　########## 　900px以上　########　*/
@media (min-width: 900px) {
	
	.ps_wrapper {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ps_maintitle h3 {
		font-size: 1.5em;
	}
	
	.ps_subtitle01 {
		font-size: 1.3em;
		
	}
	
	.ps_subtitle02 {
		font-size: 1.3em;
		
	}
	
	.ps_txt {
		font-size: 1.1em;
	}
	
	#contact_formLinkA {
		width: 30%;
		margin-left:auto;
		margin-right: auto;
	}

	
	
	
}

/*　########## 　890px以下　########　*/
@media (max-width: 890px){
	.ps_wrapper {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#contact_formLinkA {
		width: 60%;
		margin-left:auto;
		margin-right: auto;
	}
	
}

/*　########## 　769px以下　########　*/
@media (max-width: 769px){

	.red_txt {
		font-size: 0.8em;
	}
		
}

/*　########## 　500px以下　########　*/
@media (max-width: 500px){
	

		
}
