@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_post p{
	color: #5B565A;
	font-size: 1.8rem;
	line-height: 2;
}
section img{
	width: 100%;
}
.enterprise_commit .title_1 h2:before{
	color: #007AC6;
	font-weight:bold;
	content: "▎";
	margin-right: 0px;
}
.enterprise_commit .title_1 h2{
	color: #007AC6;
	font-weight:bold;
}
.enterprise_commit .title_2 h2:before{
	color: #00A4B7;
	font-weight:bold;
	/*content: "▎";*/
	content: "▏";
	margin-right: -16px;
}
.enterprise_commit .title_2 h2{
	color: #00A4B7;
	font-weight:bold;
}
.enterprise_commit .text{
	flex	:1.2;
}
.enterprise_commit .min .images_content{
	flex:0.6;
	display: flex;
	flex-direction:column;
	align-items:flex-end;
}
.enterprise_commit .min .text p::first-letter{
	font-size:6rem;
	float: left;
	line-height: .7;
	margin: .2em;
}
.enterprise_commit .min{
	margin-top: 40px;
	display: flex;
}
.enterprise_commit .min .director img{
	border-radius: 20px;
}
.enterprise_commit .content .images{
	margin-top: 20px;
}
.enterprise_commit .min .sign{
	width: 200px;
}
.enterprise_commit .min .sign img{
	width: 100%;
	margin: 30px auto 0;
}
.enterprise_commit .content{
	margin-top: 100px;
}

.enterprise_commit .content .images{
	margin-top: 30px;
}
.enterprise_commit .content .text{
	margin-top: 40px;
}
.enterprise_commit .content .images h4{
	color: #00A4B7;
	text-align:center;
	margin-top: 40px;
}
.enterprise_commit .content .images img:nth-child(2){
	margin-top: 40px;
}
.enterprise_commit .content .images img{
	margin-top: 60px;
}
.enterprise_commit .content .images h5{
	text-align: center;
	font-weight: 600;
}
/*-------------------------------------------- 
	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) {
}*/

@media screen and (max-width: 1279px) {

}


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

}

/*iPhoe*/
@media screen and (max-width: 767px) {
	.enterprise_commit .min{
		flex-direction:column;
	}
	.enterprise_commit .text{
		margin-top: 30px;
		order:1;
	}
	.enterprise_commit .min .images_content{
		align-items:center;
	}
	.enterprise_commit .content .images img:nth-child(2){
		margin-top: 20px;
	}
	.enterprise_commit .content .images img{
		margin-top: 30px;
	}
}
