/* CSS Document */
/* line 12, style.scss */
#main .two-block,
#main .two-block-2 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    /* line 12, style.scss */
    #main .two-block,
    #main .two-block-2 {
      flex-direction: column; } }
  /* line 21, style.scss */
  #main .two-block .list-area,
  #main .two-block-2 .list-area {
    width: 50%; }
    @media screen and (max-width: 768px) {
      /* line 21, style.scss */
      #main .two-block .list-area,
      #main .two-block-2 .list-area {
        margin-left: 10px; } }
    /* line 28, style.scss */
    #main .two-block .list-area ul,
    #main .two-block-2 .list-area ul {
      margin-top: 0; }
      /* line 31, style.scss */
      #main .two-block .list-area ul li,
      #main .two-block-2 .list-area ul li {
        list-style: disc;
        width: auto; }
  /* line 38, style.scss */
  #main .two-block .image-area,
  #main .two-block-2 .image-area {
    width: 50%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      /* line 38, style.scss */
      #main .two-block .image-area,
      #main .two-block-2 .image-area {
        flex-direction: column;
        width: 100%; } }
    /* line 48, style.scss */
    #main .two-block .image-area figure,
    #main .two-block-2 .image-area figure {
      margin: 0; }
/* line 56, style.scss */
#main .two-block-2 .list-area {
  width: auto; }
/* line 60, style.scss */
#main .two-block-2 .image-area {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  /* line 66, style.scss */
  #main .two-block-2 .image-area img {
    margin-bottom: 20px; }
@media screen and (max-width: 768px) {
  /* line 74, style.scss */
  #main img {
    width: 100% !important;
    margin-bottom: 10px; } }
/* line 81, style.scss */
#main ol {
  margin-top: 0;
  margin-bottom: 0; }
/* line 86, style.scss */
#main table {
  font-size: 1em;
  border: none; }
  /* line 90, style.scss */
  #main table caption {
    padding: 0.5em 0; }
  /* line 94, style.scss */
  #main table th, #main table td {
    border: none; }
  /* line 98, style.scss */
  #main table th {
    background-color: #ffffff;
    white-space: nowrap; }
/* line 105, style.scss */
#main table#dona-bedian-model th, #main table#dona-bedian-model td {
  border: 1px solid #cccccc; }
/* line 109, style.scss */
#main table#dona-bedian-model th {
  background-color: #f8f5f0; }
/* line 114, style.scss */
#main .illustration {
  width: 100%;
  height: fit-content; }
  @media screen and (max-width: 768px) {
    /* line 114, style.scss */
    #main .illustration {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
