<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==================================================================

TOP

==================================================================*/
#contents_frame {
  width: 800px;
  padding: 50px 80px 70px;
  background-color: #feeeca;
  margin: 20px auto;
}
#header_label {
  width: 368px;
  height: 30px;
  margin: 0px auto 30px 0px;
}
#enter {
  color: #003585;
  font-family: CezanneProN-DB;
  line-height: 180%;
  font-size: 15px;
}
#profile {
  margin: 80px auto 0px;
  width: 800px;
  text-align: center;
  color: #003585;
  border-top: 1px solid #003585;
  border-bottom: 1px solid #003585;
}
#profile li {
  width: 100%;
  padding: 20px 0;
}

#profile li + li{
  border-top:1px solid rgba(0, 53, 133, 0.2);
}

#profile ol li#tip {
  margin: 0px 0px auto 0px;
  padding: 0px 30px 0px 30px;
  float: left;
  width: 200px;
  border-left: 1px solid #003585;
  border-right: 1px solid #003585;
}
.p_photo {
  width: calc(23% - 20px);
  margin-right: 20px;
}

.p_photo img {
  height: 236px;
  height: auto;
  width: 100%;
}

.position {
  font-size: 13px;
  margin: 0px auto 0px;
  word-spacing: 0.1em;
  text-align: left;
}
.name {
  font-size: 24px;
  margin: 12px auto 10px;
  word-spacing: 0.2em;
  text-align: justify;
  letter-spacing: 5px;
}
.en {
  font-size: 13px;
  margin: 0px auto;
  word-spacing: 0.5em;
  text-align: left;
  letter-spacing: 1px;
}
.p_profile {
  font-size: 13px;
  line-height: 175%;
  word-spacing: 0.2em;
  text-align: justify;
  width: 48%;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_name {
	width: calc(29% - 20px);
  margin-right: 20px;
}
</pre></body></html>