@charset "utf-8";

/*************************************************
CSS
/software/info/css/style.css

update:17.07.21
*************************************************/

/* ============================== Contact Section */
.contact_sct { overflow: hidden; border: none; background: none; }
.contact_sct .contact_sct_dtl { overflow: hidden; padding: 0px; }
.contact_sct .contact_sct_ttl { display: inline-block; margin-right: 16px; margin-bottom: 8px; font-size: 20px; font-weight: bold; color: #333333; }

/* @media */
@media (max-width: 640px) {
	.contact_sct { width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.contact_sct .contact_sct_dtl { padding: 20px; }
	.contact_sct .contact_sct_ttl { display: block; margin-right: 0; font-size: 18px; }
}
