@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
contents
--------------------------------------------------*/

.profile_box01 {
  background: url(../images/profile/box_bg01.png) no-repeat top center;
  width: 800px;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}
.profile_box01 > img {
  position: absolute;
  top: 84px;
  right: 77px;
  width: 200px;
  height: 250px;
  object-fit: cover;
}

.profile_box02 {
  background: url(../images/profile/box_bg02.png) repeat-y center 33px;
  width: 800px;
  background-size: 100%;
  line-height: 34px;
  text-align: left;
  margin: 0 auto 34px;
}

.profile_box03 {
  background: url(../images/profile/box_bg03.png) no-repeat bottom center;
  width: 800px;
  background-size: 100%;
  padding-bottom: 10px;
}

.profile_box01 dt {
  font-size: 18px;
  color: #525252;
  font-weight: bold;
  line-height: 45px;
  padding:22px 0 0 51px;
  margin-bottom: 7px;
}

#content .profile_box01 p {
  line-height: 250%;
  padding: 0 51px;
  margin-bottom: 37px;
}

ul li {
  background: url(../images/profile/common_list_ico.png) no-repeat 22px 13px;
  padding: 0 30px 0 36px;
  line-height: 36px;
  margin-left: 30px;
  font-size: 108%;
}

ul {
  margin-bottom: 30px;
}