@charset "utf-8";

/* ======================================================
 * contact
====================================================== */
@media print, screen and (min-width: 768px) {
	
	/* ----- contact-layout ----- */
	#contact .column-layout[data-row-pc="2"] .contact-layout {
		margin-top: 20px;
		padding: 30px 25px 40px;
		background-color: #f4f4f4;
		border:2px solid #cccccc;
	}
	#contact .contact-layout .contact_title{
		font-weight: bold;
	}
	#contact .contact-layout .contact_subtitle {
		font-size:2rem;
		font-weight: bold;
	}	
	
	/* ----- link-button_web ----- */
	#contact .link-button_web .link-web_label {		
		font-weight: bold;		
	}
	
	/* ----- link-button_tel ----- */
	#contact .link-button_tel .link-tel_number {
		font-size: 2.8rem;
		font-weight: bold;
	}
}
@media only screen and (max-width: 767px) {
	#contact .contact-layout .contact_title {
		font-size:1.6rem;
		font-weight: bold;
	}
	#contact .contact-layout .contact_subtitle {
		font-weight: bold;
	}	
	
	/* ----- link-button_web ----- */
	#contact .link-button_web .link-web_label {		
		font-weight: bold;		
	}
	
	/* ----- link-button_tel ----- */
	#contact .link-button_tel .link-tel_number {
		font-weight: bold;		
	}
}