@charset "UTF-8";
.overture col:nth-of-type(1) {
  width: 150px; }
.overture col:nth-of-type(2) {
  width: auto; }
.overture td:nth-of-type(2) {
  text-align: justify; }
@media (max-width: 767px) {
  .overture {
    border: 1px solid #b8bcc0;
    border-bottom: 0; }
    .overture th, .overture td {
      border: 0;
      border-bottom: 1px solid #b8bcc0; }
    .overture, .overture tbody, .overture tr, .overture th, .overture td {
      display: block;
      width: 100%; } }

.layer-shadow.bgLight {
  text-align: center;
  background-color: #FDF3DF; }
  .layer-shadow.bgLight h3 {
    text-align: center; }
  .layer-shadow.bgLight h3, .layer-shadow.bgLight p {
    width: min(100%, 600px);
    margin-right: auto;
    margin-left: auto; }

/*人物像*/
.portrait picture {
  margin-bottom: calc(8px * 3); }
