@charset "UTF-8";
/* HEADLINES */

#information01 .text_area h4 {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1.125em;
}
#information01 .text_area h4::before {
  content: '';
  display: inline-block;
  margin-left: -1em;
  margin-right: .2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em;
  background-color: #000;
}
#information01 .column_block {
  margin: 1.5rem auto;
  background-color: #fff;
}
#information01 .column_block .column_title {
  margin-bottom: 1em;
  font-size: 1.25em;
}
#information01 .num_list {
  counter-reset: num_list;
}
#information01 .num_list dt {
  counter-increment: num_list;
  margin-bottom: .5em;
  padding-left: 1.5em;
  font-weight: bold;
}
#information01 .num_list dt::before {
  content: counter( num_list ) '.';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
#information01 .num_list dd:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width:720px) {
  #information01 .column_block {
    margin: 3rem auto;
    padding: 1.5em;
    max-width: 50em;
  }
}

#report03 .report03_qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#report03 .report03_qr img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 10rem;
  height: 10rem;
  -webkit-backface-visibility: hidden; // Chromeボケ対策
  image-rendering: -webkit-optimize-contrast;
}
#report03 .report03_qr .footnote::before {
  content: '※';
  width: 1em;
  height: auto;
  border: none;
}