.lp-profile {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

 .lp-profile img {
	margin: 0 auto;
    width: 70%;
  }

.lp-profile ol.list_parentheses{
	margin:0;
}
.lp-profile ol.list_parentheses li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin: 0 0 0.6em;
	text-indent: -1.2em;
	padding-left: 1.2em;	
}
.lp-profile ol.list_parentheses li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}

@media (min-width: 768px) {
  .lp-profile {
    font-size: 1.4rem;
  }
  .lp-profile .cmn__def--ttl {
    width: 30%;
  }
  .lp-profile .cmn__def--data {
    width: 65%;
  }
	
.header__inner02 a img {
	width: 100%!important;
    position: relative;
    z-index: 10;
    background-color: #000000;
}	
	
  .lp-profile img {
	margin: 0 auto;
    width: 250px;
  }	
  .lp-profile .cmn-detail__def.dt--short .cmn-detail__def--ttl {
    width: 15%;
  }
  .lp-profile .cmn-detail__def.dt--short .cmn-detail__def--data {
    width: 82%;
  }
  .lp-profile .cmn-detail__def.dt--long .cmn-detail__def--ttl {
    width: 45%;
  }
  .lp-profile .cmn-detail__def.dt--long .cmn-detail__def--data {
    width: 50%;
  }
  .lp-profile .cmn__list--item {
    margin: 0 0 12px;
  }
}
