/**************

組織概要

****************/

/*キャッチ
-------------------------------------*/
.com-catch {
  margin-top: 100px;
}

.company {
  max-width: 720px;
  text-align: left;
  display: inline-block;
}

@media (max-width: 768px) {
  .com1 h2 {
    text-align: left;
  }
}

/*概要
-------------------------------------*/

.com-table h2 {
  text-align: center;
  color: #12551c;
  margin-bottom: 45px;
}

.tbl1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  margin-bottom: 30px;
}

/*事業計画・予算
-------------------------------------*/
.com-plan h2 {
  text-align: center;
  color: #12551c;
  margin-bottom: 45px;
}

/*決算書類等
-------------------------------------*/

.doc-table h2 {
  text-align: center;
  color: #12551c;
  margin-bottom: 45px;
}

.tbl2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
}

.doc-table p {
  text-align: left;
  margin-left: 2rem;
}

.sum1 {
  text-align: left;
  padding-left: 55px;
}

.sum1-1 {
  margin-top: 2rem;
}

/*きこう便り
-------------------------------------*/
.com-news h2 {
  text-align: center;
  color: #12551c;
  margin-bottom: 45px;
}

.com-news p {
  text-align: left;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  details summary:before {
    display: none !important;
  }
  details summary {
    padding-left: 20px !important;
  }
}

/*外部リンク
-------------------------------------*/
.ex-link > .container {
}

.ex-link h2 {
  text-align: center;
  color: #12551c;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .ex-link .row .col.span-3 {
    margin-left: 20px;
  }
}
/*table共通設定
-------------------------------------*/
table th {
  width: 40%;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  background-color: #e4f5d4;
}

tr {
  border-top: 1px solid #808080;
}

th:first-child {
  padding-left: 2rem;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 2px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
}

details {
  width: 80%;
  margin: 0 auto;
}
details:not(:last-child) {
  margin-bottom: 20px;
}

details summary {
  list-style: none;
  cursor: pointer;
  background: #e4f5d4;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

details summary:before {
  background: #12551c;
  box-sizing: border-box;
  content: "\f0da";
  color: #fff;
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding: 5px 17px;
  left: 0;
  top: 0;
}

details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: #12551c;
  position: absolute;
  right: 15px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::after {
  content: "\f068";
}

details[open] summary::before {
  content: "\f0d7";
  padding: 5px 14.5px;
}
