@charset "utf-8";


/* Mobile Layout: 480px and below. */
#スマートフォン {
}
.con1200 #contents h2 {
    padding-left: 2%;
}
#contents #visit h3 {
    border-left: 5px solid rgba(255,132,0,1.00);
    padding-left: 2%;
    margin-left: 2%;
}
#contents #visit p {
    padding-left: 2%;
}
#visit #features h4 {
    padding-left: 2%;
}
#contents #pkber p {
    padding-left: 2%;
}
.con1200 #contents p {
    padding-left: 2%;
}
#contents p strong {

}
.con1200 #contents #visit_tel {
    margin-bottom: 50px;
}
#contents #visit_tel p {
    font-size: 1.4em;
}
















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}
.con1200 #contents h2 {
    font-size: 1.8em;
}
#visit #features h4 {
    font-size: 1.2em;
}





	
	
	
	}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}

	
	

}
