@charset "UTF-8";
/* =========================
   Font Stacks
   ========================= */
#conclusion {
  width: 94%;
  margin: 0 auto;
  max-width: 1100px;
  padding-bottom: 8em; }

p {
  font-size: 16px;
  line-height: 1.65em;
  letter-spacing: 0.06em; }

h2 {
  margin-bottom: 30px; }

h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
  font-size: 3.0em;
  border-left: #3f3f3f 6px solid;
  padding: 10px 0 10px 20px;
  margin: 0 auto 15px;
  max-width: 800px;
  box-sizing: border-box;
  line-height: 1.2em; }

#message {
  margin: 4em auto 8em; }
  @media (max-width: 768px) {
    #message {
      margin: 4em auto 4em; } }
  #message .message-btns {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #message .message-btns .message-btn {
      padding: 2.0em 2.0em 1.0em 4.0em;
      width: 48%;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      display: flex;
      align-items: center;
      min-height: 123px; }
      @media (max-width: 768px) {
        #message .message-btns .message-btn {
          width: 100%;
          margin: 0 auto 40px;
          padding: 2em 1em 1em 2em;
          min-height: 118px; } }
      #message .message-btns .message-btn p {
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
        font-weight: 400;
        font-synthesis: none;
        width: 100%; }
        #message .message-btns .message-btn p.position {
          font-size: 1.4em;
          line-height: 1.4; }
          @media (max-width: 768px) {
            #message .message-btns .message-btn p.position {
              font-size: 1.2em; } }
        #message .message-btns .message-btn p.name {
          font-size: 3.0em;
          line-height: 1.4;
          margin: 6px 0; }
      #message .message-btns .message-btn::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #ffffff;
        border-right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto; }
  #message .message-panel {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99; }
  #message .message-inner {
    background: #000;
    border: 1px solid #3f3f3f;
    background-size: cover;
    background-position: top center;
    margin: auto;
    width: 80%;
    height: 70%;
    max-width: 800px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent; }
    #message .message-inner::-webkit-scrollbar {
      width: 8px; }
    #message .message-inner:-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.25);
      border-radius: 999px; }
    #message .message-inner::-webkit-scrollbar-track {
      background: transparent; }
    #message .message-inner .close {
      width: 40px;
      height: 40px;
      position: sticky;
      top: 4px;
      float: right;
      color: #fff;
      background: none;
      border: none;
      padding: 0;
      z-index: 100; }
      #message .message-inner .close svg {
        width: 40px;
        height: 40px;
        display: block; }
    #message .message-inner .message-body {
      padding: 2em 0;
      font-size: 1.4em;
      position: relative; }
      @media (max-width: 768px) {
        #message .message-inner .message-body {
          padding: 0.5em 0;
          margin-top: 40px; } }
      #message .message-inner .message-body p {
        width: 80%;
        margin: 1.8em auto;
        text-align: left;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-synthesis: none;
        line-height: 1.9em;
        letter-spacing: 0.065em; }
        @media (max-width: 768px) {
          #message .message-inner .message-body p {
            width: 85%;
            margin: 1.2em auto;
            text-align: left;
            text-align: justify;
            text-justify: inter-ideograph; } }
      #message .message-inner .message-body .line {
        width: 80%;
        height: 1px;
        background: #3f3f3f;
        margin: 3em auto; }
        @media (max-width: 768px) {
          #message .message-inner .message-body .line {
            width: 90%;
            margin: 2em auto; } }

#report {
  max-width: 800px;
  margin: 8em auto; }
  @media (max-width: 768px) {
    #report {
      margin: 4em auto; } }
  #report p {
    margin: 20px 0; }
    #report p span {
      padding: 0 5px; }
  #report h4 {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2.0em;
    padding: 10px 0; }
    #report h4 + p {
      margin-top: 10px; }
  #report h5 {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.8em; }
    #report h5::before {
      content: "・"; }
    #report h5 + p {
      margin-top: 10px; }

.donation-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  font-size: 1.6em;
  margin: 20px 0; }

.donation-table th,
.donation-table td {
  border: 1px solid #3f3f3f;
  padding: 12px;
  text-align: left;
  vertical-align: middle; }
  .donation-table th:first-child,
  .donation-table td:first-child {
    width: 60%; }
  .donation-table th:nth-child(2n),
  .donation-table td:nth-child(2n) {
    min-width: 135px; }

.donation-table th {
  background: rgba(255, 255, 255, 0.1); }

/*# sourceMappingURL=conclusion.css.map */
