.section_title {
  padding: 43px 0 21px;
}

.lead_ttl {
  background-image: url("../images/treasure/bg_treasure01.png"), url("../images/treasure/bg_treasure02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center left 347px, center right 355px;
  margin-top: 32px;
  line-height: 33px;
  text-align: center;
}

.lead_txt01 {
  margin-top: 13px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.lead_txt02 {
  margin-top: 15px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lead_txt03 {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 24.5px;
  text-align: center;
}

.lead_logo{
	width: 500px;
	margin: 0 auto;
}

.lead_logo img{
  width: 100%;
}

.casts {
  margin: 35px 0 0;
  padding: 60px;
  border: solid 1px #f1efef;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.personality {
  /*width: 450px;
  float: left;*/
  /* margin: auto; */
}

.personality:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personality:nth-child(1) img{
  width: 400px;
}

.personality:nth-child(2),
.personality:nth-child(3) {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.personality:nth-child(2) .cast_img,
.personality:nth-child(3) .cast_img{
  width: 300px;
}

.cast_link a {
  display: inline-block;
  margin: 15px 7px 10px;
  padding: 10px 20px;
  border: 1px solid #ece7de;
  border-radius: 100px;
  color: #a68b62;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
}

.cast_link a:last-child {
  margin-right: 0;
}

.cast_caption {
  margin-top: 23px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18.5px;
}

.cast_caption .small {
  font-size: 12px;
  line-height: 18.5px;
}

.cast_data {
  overflow: hidden;
}

.cast_data .cast_caption {
  float: left;
}

.cast_data .cast_link {
  float: right;
}

.cast_txt {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 25px;
}

.assistant {
  width: 193px;
  float: right;
}

.assistant .cast_caption {
  text-align: center;
}

.treasure_table {
  width: 100%;
  margin: 40px 0 42px;
}

.treasure_table .row {
  border-top: 1px dotted #d5d5d5;
}

.treasure_table .row:last-child {
  border-bottom: 1px dotted #d5d5d5;
}

.treasure_table .data {
  padding: 30px 0;
  font-size: 14px;
  line-height: 24.5px;
}

.treasure_table .data .large {
  font-weight: bold;
}

.treasure_table .data a {
  text-decoration: underline;
}

.treasure_table .data:nth-child(odd) {
  width: 120px;
  padding-left: 18px;
  font-weight: bold;
}

.treasure_table .data:nth-child(even) {
  padding: 30px 24px 30px 0px;
}

.treasure_table .data_link {
  margin-bottom: 10px;
  color: #a68b62;
  display: inline-block;
}

.treasure_table .data_link .fa-link {
  padding-right: 5px;
}
