@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.post_form_01 {
	width:100%;
	margin: 50px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.post_form_01 iframe {
	width: 100%;
	grid-column: 1/3;
}

.post_form_01 h2 {
	margin: 0 0 20px 0;
}

.contact_info_box {
}
.contact_info_box .h_1{
	margin: 10px 0;
}
.contact_info_box .w_1{
	line-height: 24px;
	margin: 0 0 10px 0;
	color: #666;
}

.form_box {
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {
}


/*iPhone*/
@media screen and (max-width: 767px) {
	.post_form_01 {
		grid-template-columns: 1fr;
	}
	.post_form_01 iframe {
		grid-column: 1/2;
	}
}
