@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
.section {
  margin: 0 0 50px 0;
}

h2 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 15px 0;
}

table {
  font-size: 12px;
  font-size: 1.2rem;
}

.pdf-table th, .pdf-table td {
  border-bottom: dotted 1px #ccc;
  padding: 5px 0;
}
.pdf-table th {
  font-weight: normal;
  text-align: left;
  width: 60%;
}
.pdf-table td {
  text-align: right;
}

.attention {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.plan-table th,
.finance-table th {
  display: none;
}
.plan-table tbody td,
.finance-table tbody td {
  display: block;
  padding: 5px;
  width: 100%;
  text-align: right;
}
.plan-table tbody td span,
.finance-table tbody td span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.plan-table tbody td:nth-child(odd),
.finance-table tbody td:nth-child(odd) {
  background-color: rgba(34, 88, 159, 0.1);
}
.plan-table tbody td:first-child,
.finance-table tbody td:first-child {
  margin: 0 0 3px 0;
  background-color: #22589f;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.plan-table tbody td:last-child,
.finance-table tbody td:last-child {
  margin-bottom: 25px;
}
.plan-table tbody td:before,
.finance-table tbody td:before {
  float: left;
}

.plan-table tbody td:nth-of-type(2):before {
  content: "事業報告";
}
.plan-table tbody td:nth-of-type(3):before {
  content: "事業計画";
}

.finance-table tbody td:nth-of-type(2):before {
  content: "貸借対照表";
}
.finance-table tbody td:nth-of-type(3):before {
  content: "正味財産増減計算書";
}
.finance-table tbody td:nth-of-type(4):before {
  content: "財産目録";
}
.finance-table tbody td:nth-of-type(5):before {
  content: "決算書類に対する注記";
}
.finance-table tbody td:nth-of-type(6):before {
  content: "収支予算";
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .section {
    margin: 0 0 70px 0;
  }

  h2 {
    border-bottom: solid 1px #ccc;
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
  }

  table {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pdf-table th, .pdf-table td {
    padding: 7px 0;
  }
  .pdf-table th {
    width: 70%;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .attention {
    margin: 15px 0 0 0;
  }

  .plan-table,
  .finance-table {
    border-collapse: separate;
    border-spacing: 0px;
  }
  .plan-table th,
  .finance-table th {
    font-weight: normal;
    display: table-cell;
    color: #fff;
    padding: 8px 0;
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e70b1+0,225496+100 */
    background: #2e70b1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2e70b1 0%, #225496 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2e70b1 0%, #225496 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2e70b1 0%, #225496 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e70b1', endColorstr='#225496',GradientType=0 );
    /* IE6-9 */
  }
  .plan-table th:last-child,
  .finance-table th:last-child {
    border-right: none;
  }
  .plan-table tbody td,
  .finance-table tbody td {
    display: table-cell;
    width: auto;
    text-align: center;
    border-right: solid 1px #d3d7dc;
    padding: 8px 0;
  }
  .plan-table tbody td span,
  .finance-table tbody td span {
    display: block;
  }
  .plan-table tbody td:nth-child(odd),
  .finance-table tbody td:nth-child(odd) {
    background: none;
  }
  .plan-table tbody tr:nth-child(even),
  .finance-table tbody tr:nth-child(even) {
    background-color: rgba(34, 88, 159, 0.1);
  }
  .plan-table tbody td:first-child,
  .finance-table tbody td:first-child {
    margin: 0;
    background: none;
    color: #555;
  }
  .plan-table tbody td:last-child,
  .finance-table tbody td:last-child {
    margin-bottom: 0;
    border: none;
  }
  .plan-table tbody td:before,
  .finance-table tbody td:before {
    float: left;
  }

  .plan-table tbody td:nth-of-type(2):before {
    content: "";
  }
  .plan-table tbody td:nth-of-type(3):before {
    content: "";
  }
  .plan-table tbody td:nth-of-type(1) {
    width: 20%;
  }
  .plan-table tbody td:nth-of-type(2) {
    width: 40%;
  }
  .plan-table tbody td:nth-of-type(3) {
    width: 40%;
  }

  .finance-table tbody td:nth-of-type(2):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(3):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(4):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(5):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(6):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(7):before {
    content: "";
  }
  .finance-table tbody td:nth-of-type(1) {
    width: 20%;
  }
  .finance-table tbody td:nth-of-type(2) {
    width: 16%;
  }
  .finance-table tbody td:nth-of-type(3) {
    width: 16%;
  }
  .finance-table tbody td:nth-of-type(4) {
    width: 16%;
  }
  .finance-table tbody td:nth-of-type(5) {
    width: 16%;
  }
  .finance-table tbody td:nth-of-type(6) {
    width: 16%;
  }
}
/* print
---------------------------------------------------*/
@media print {
  .section {
    margin: 0 0 70px 0;
  }

  h2 {
    border-bottom: solid 1px #ccc;
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
  }

  table {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pdf-table th, .pdf-table td {
    padding: 7px 0;
  }
  .pdf-table th {
    width: 70%;
  }
}
