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

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

.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.7em;
    padding-left: 1.4em;
}
.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: 80%;
/*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;
  }
}

.lp-profile .profile__table {
	margin-top: 0.66vw;
	width: 60%;
}
.lp-profile .profile__table th, .lp-profile .profile__table td {
	border-right: 0.53vw solid #fff;
	border-bottom: 0.33vw solid #fff;
}
.lp-profile .profile__table th {
  padding: 1.6vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.1;
  color: #fff;
  background-color: #A3A3A3;
}

.lp-profile .profile__table th.fcard {
  padding: 1.6vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.1;
  color: #fff;
	background-color: #333333;
}


.lp-profile .profile__table th.th1, .lp-profile .profile__table th.th3 {
  padding-right: 0.53vw;
  padding-left: 0.53vw;
}
.lp-profile .profile__table th.th4 {
  border-right: 0;
}
.lp-profile .profile__table td {
  padding: 2.67vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  background-color: #FBFBFB;
    text-align: center;	
}
.lp-profile .profile__table td.td2, .lp-profile .profile__table td.td4 {
  padding-right: 1.6vw;
  padding-left: 1.6vw;
}
.lp-profile .profile__table td.td1, .lp-profile .profile__table td.td3 {
  text-align: center;
}
.lp-profile .profile__table td.td2 {
  width: 45%;
}
.lp-profile .profile__table td.td4 {
  border-right: 0;
}
@media (min-width: 768px) {

  .lp-profile .profile__table {
	margin-top: 0px;
  }
  .lp-profile .profile__table th, .lp-profile .profile__table td {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
.lp-profile .profile__table th {
	border-bottom: 2px solid #fff;
    padding: 12px 0;
    font-size: 1.4rem;
  }
	.lp-profile .profile__table th.fcard {
    border-bottom: 10px solid #fff;
    padding: 12px 0;
    font-size: 1.4rem;
  }	
  .lp-profile .profile__table th.th1, .lp-profile .profile__table th.th3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lp-profile .profile__table td {
    padding: 12px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .lp-profile .profile__table td.td2, .lp-profile .profile__table td.td4 {
    padding-right: 1.6vw;
    padding-left: 1.6vw;
  }
  .lp-profile .profile__table td img {
    display: inline;
    margin-left: 10px;
    vertical-align: -1px;
  }
}
