.wd_50 {
  width: 50%;
}

.pg__accordion:not(:last-of-type) {
  margin-top: 0;
  margin-bottom: 0;
}
.pg__accordion:not(:last-of-type) .box_accordion {
  border-bottom: none;
}
.pg__accordion:last-of-type {
  margin-top: 0;
  border-top: none;
}
/*サマリーに直リンク*/
.pg__area_summary {
  display: flex;
  border-top: solid #ddd 0.1rem;
  padding: 2rem 0;
  cursor: pointer;
}
.pg__area_summary > div:last-child {
  font-weight: bold;
}
.pg__area_summary a {
  text-decoration: none;
  color: inherit;
}

p.mt_double {
  margin-top: 3rem;
}
.pg__wdfixed {
  width: 42em;
}
.pg__wdfixed .al_right {
  display: block;
}

.pg__btn_summary {
  margin-bottom: 5rem;
  font-size: 1.5rem;
  padding: 1rem;
}

.pg__tdWidth td:first-child {
  width: 15rem;
}

/*-------------------タブレット以下用-------------------*/
@media screen and (max-width: 1024px) {
  .pg__wdfixed {
    width: 100%;
  }
}
