@charset "utf-8";

.phtext{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;}

.phtext .text{text-align: left;margin-right: 35px;padding: 20px 0 20px 20px;background-color: #fff;width: 350px;}
/*.phtext .ph{width: 520px;}
.phtext .ph img{width: 520px;height: auto;}*/

@media screen and (min-width: 769px) {
/*
#header nav ul li.nac01 a{border-bottom: 5px solid #0d3868;}
#header nav li.nac01 a:after {border-bottom: solid 5px #0d3868;}
*/


}



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

.phtext{ -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;}
.phtext .text{text-align: left;margin-right: 5%;margin-right: 5%;width: 90%;padding: 10px;margin-top: 10px;}
.phtext .ph{width: 100%;}
.phtext .ph img{width: 100%;height: auto;}

}




