@charset "utf-8";



@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;}
*/


}


.border123{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;}

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

.border123{ -webkit-flex-direction: column;flex-direction: column;}
.border123 .ph{text-align: center;}

}

