@charset "UTF-8";

/* CSS Document */

/*====================================

	.sec_content

====================================*/

.sec_content {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse;
    width: 100%;
}
.sec_content .ph {
	width: 400px;
}
.sec_content .text {
	flex: 1;
	padding: 0 60px 0 0;
}
.sec_content .text h4 {
	margin-bottom: 20px;
	font-size: 120%;
}
.sec_content .text p {
	margin-bottom: 20px;
}


























