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

	common

-----------------------------------*/
/* #contents .contents_inner {
  max-width: 1000px;
} */
/*-----------------------------------

	h2

-----------------------------------*/
h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  color: #325935;
}
h2::before, h2::after {
  content: "";
  position: absolute;
  bottom: 0;
}
h2:before {
  border-bottom: 1px solid #325935;
  width: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
h2:after {
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 840px) {
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
  h2:before {
    width: 150px
  }
}
/*-----------------------------------

	button

-----------------------------------*/
.button {
  display: block;
  line-height: 1;
  width: 260px;
  padding: 17px 5px 17px 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 30px;
  background: #62BB91;
  text-align: center;
  color: #fff !important;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
}
.button:after {
  content: "";
  width: 22px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: url(../img/about/icon_pdf.png) no-repeat center center/22px 28px;
}
.button:hover {
  background: #325935;
  opacity: 1;
}
@media screen and (max-width: 640px) {}

/*-----------------------------------

	greeting_block

-----------------------------------*/
#greeting_block {
  padding: 80px 0 0 0;
}
#greeting_block h2 {
  margin-bottom: 50px;
}
#greeting_block .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#greeting_block .wrap .textArea {
  margin-bottom: 40px;
}
#greeting_block .wrap .textArea p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01rem;
  text-align: justify;
}
#greeting_block .wrap .textArea p:not(:last-child) {
  margin-bottom: 30px;
}
#greeting_block .wrap .imageArea img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
#greeting_block .wrap .imageArea p.name {
  text-align: center;
  line-height: 1;
}
#greeting_block .wrap .imageArea p.name span {
  font-size: 21px;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 840px) {
  #greeting_block {
    padding: 40px 0 0 0;
  }
  #greeting_block h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  #greeting_block h2 {
    margin-bottom: 30px;
  }
  #greeting_block .wrap .textArea {
    margin-bottom: 30px;
  }
  #greeting_block .wrap .textArea p {
    font-size: 13px;
  }  
  #greeting_block .wrap .textArea p:not(:last-child) {
    margin-bottom: 20px;
  }  
  #greeting_block .wrap .textArea p.name span {
    font-size: 16px;
  }
  #greeting_block .wrap .imageArea img {
    margin: 0 auto 20px;
  }
  #greeting_block .wrap .imageArea p.name span {
    font-size: 18px;
    margin-top: 10px;
  }

}
/*-----------------------------------

	member_block

-----------------------------------*/
#member_block {
  padding: 120px 0 0 0;
}
#member_block .tableScroll {
  margin-top: 40px;
}
#member_block table {
  width: 100%;
  background: #fff;
}
#member_block table th, #member_block table td {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
}
#member_block table th {
  background: #00582f;
  color: #fff;
  text-align: left;
  width: 25%;
}
#member_block table th:not(:first-child) {
  border-left: 1px solid #fff;
}
#member_block table tr:nth-child(odd) {
  background: #f5f5f5;
}
#member_block table tr td:first-child {
  font-weight: 500;
}
#member_block table tr td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  #member_block table tr td:nth-child(2) {
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  #member_block {
    padding: 80px 0 0 0;
  }
  #member_block .tableScroll {
    overflow-x: scroll;
    margin-top: 30px;
  }
  #member_block table th {
    width: auto;
  }  
  #member_block table th, #member_block table td {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
/*-----------------------------------

	rule_block

-----------------------------------*/
#rule_block {
  padding: 120px 0;
}
#rule_block .wrap {
  margin-top: 80px;
}
#rule_block .wrap h3 {
  font-size: 23px;
  line-height: 1;
  color: #325935;
  text-align: center;
  margin-bottom: 30px;
}
#rule_block .wrap .box {
  margin-top: 30px;
  font-size: 16px;
}
#rule_block .wrap .box h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
#rule_block .wrap .box p {
  text-indent: 1.0em;
}
#rule_block .wrap .box ul {
  margin-left: 2em;
}
#rule_block .wrap .box:last-of-type ul {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #rule_block {
    padding: 80px 0;
  }
  #rule_block .wrap {
    margin-top: 50px;
  }
    #rule_block .wrap h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #rule_block .wrap .box {
    font-size: 13px;
  }  
  #rule_block .wrap .box h4 {
    font-size: 16px;
  }
}