@charset "utf-8";

@media screen and (min-width: 769px) {
.profilebox{width: 760px;margin-left: auto;margin-right: auto;}
.profileboxin{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.profileboxin .text{width: 600px;}
.jvadetailbox{width: 760px;margin-left: auto;margin-right: auto;}

}
.prof{font-weight: 900;line-height: 1.1;margin-bottom: 5px;}
.profilebox{margin-bottom: 60px;}

@media screen and (max-width: 768px) {
.profileboxin .ph{text-align: center;margin-bottom: 10px;}
.prof{text-align: center;}

}