@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#contact .con1200 h2 {
    margin-left: 2%;
}

#contact .con1200 dl {
    margin-left: 2%;
}

.con1200 dl dt {
    float: left;
    width: 20%;
    margin-top: 5px;
}
.con1200 dl dd {
    font-size: 1.4em;
}



























































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

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

	
#タブレット {
}





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

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

	
#パソコン {
}




}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}





	




		
}
