@charset "utf-8";
/*
ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
となっているのでそれに準じてください。
*/

.sec3_txt {
    width: 90%;
    position: relative;
    z-index: 2;
	margin:auto;
    max-width: 90% !important;
    padding: 0px !important;
	margin-bottom:20px;
	order:2;
}

.sec3_ph {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}