@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   modules
   ========================================================================== */
.m-accordion-inner p {
  padding: 20px 0;
  /*text-indent: -3em;*/
  padding-left: 3em;
}

.m-meeting-definitionTerm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-meeting-definitionTerm .m-meeting-definitionList::after {
  content: '：';
}

.m-meeting-definitionTerm .m-meeting-definitionDescription.-day {
  width: calc(100% - 4em);
}

.m-meeting-definitionTerm .m-meeting-definitionDescription.-place {
  width: calc(100% - 5em);
}

.m-meeting-definitionTerm .m-meeting-definitionDescription.-number {
  width: calc(100% - 6em);
}

@media print, screen and (min-width: 769px) {
  .m-txtSentence {
    display: block;
  }
}

.m-meetingComment {
  color: #8b8558;
  display: block;
  font-weight: bold;
  text-align: center;
  background: #f5f5ee;
}

@media print, screen and (min-width: 769px) {
  .m-meetingComment {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .m-meetingComment {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-meetingComment {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-meetingComment {
    padding: 30px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .m-imgSubSecInfoPc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .m-imgSubSecInfoSp {
    display: none;
  }
}

.m-meetingList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .m-meetingList-item {
    line-height: 1.5;
  }
}

.m-meetingList-item::before {
  content: '・';
  display: inline;
  margin-right: 0.3em;
}

.m-table.-noLineVerti .m-table-header,
.m-table.-noLineVerti .m-table-data {
  padding: 20px 20px 20px 0;
}

@media print, screen and (min-width: 769px) {
  .m-table-header.-meetingHeader {
    width: 23%;
  }
}

@media only screen and (max-width: 768px) {
  .m-table-header.-meetingHeader {
    width: 26%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-table-data.-meetingData01 {
    width: 42%;
  }
}

@media only screen and (max-width: 768px) {
  .m-table-data.-meetingData01 {
    width: 36%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-table-data.-meetingData02 {
    width: 35.1%;
  }
}

@media only screen and (max-width: 768px) {
  .m-table-data.-meetingData02 {
    width: 38%;
  }
}

.m-table-linkWrap + .m-table-linkWrap {
  margin-top: 12px;
}

@media print, screen and (min-width: 769px) {
  .m-textList {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-textList {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-main {
  min-height: 200px;
}

.c-main-ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    margin-bottom: 60px;
  }
}

.c-main-ttl .p-ttl {
  margin-bottom: 0;
}

.c-meetingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer {
    margin-bottom: 60px;
  }
}

.c-meetingContainer-subSection {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSection {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSection {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSection {
    margin-bottom: 40px;
  }
}

.c-meetingContainer-subSection:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecDetail {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecDetail {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subTtlWrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subTtlWrap {
    margin-bottom: 30px;
  }
}

.c-meetingContainer-subTtlWrap .p-ttl {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-dlWrap {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-dlWrap {
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-subSecInfo-txtWrap,
  .c-meetingContainer-subSecTxtWrap,
  .c-meetingContainer-subSecLinkWrap {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .c-subSecInfo-txtWrap,
  .c-meetingContainer-subSecTxtWrap,
  .c-meetingContainer-subSecLinkWrap {
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecTxtWrapTxt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecTxtWrapTxt {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecTxtWrap.-beforeList {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecTxtWrap.-beforeList {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecListWrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecListWrap {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecListWrap + .c-meetingContainer-subSecTxtWrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecListWrap + .c-meetingContainer-subSecTxtWrap {
    margin-bottom: 30px;
  }
}

.c-meetingContainer-subSecListWrap:last-of-type {
  margin-bottom: 0;
}

.c-meetingContainer-subSecInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-subSecInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-subSecInfo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.c-meetingContainer-linkListItem {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .c-subSecInfo-txtSecWrap {
    width: 65%;
    padding-top: 10px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-subSecInfo-txtSecWrap {
    width: 65%;
    padding-right: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-subSecInfo-imgSecWrap {
    width: 329px;
  }
}

@media only screen and (max-width: 768px) {
  .c-subSecInfo-imgSecWrap {
    width: 35%;
  }
}

.c-subSecInfo-imgSecWrap img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .c-subSecInfo-ttlWrap,
  .c-subSecDetail-ttlWrap {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .c-subSecInfo-ttlWrap,
  .c-subSecDetail-ttlWrap {
    margin-bottom: 16px;
  }
}

.c-subSecInfo-ttlWrap .p-ttl,
.c-subSecDetail-ttlWrap .p-ttl {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-accordionWrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-accordionWrap {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-meetingContainer-accordionWrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-meetingContainer-accordionWrap {
    margin-bottom: 30px;
  }
}

/*追加CSS 第5号議案下マージン*/
.under_mar{
	  margin-bottom: 30px;
}

/*追加CSS 決算事項*/
.weight-bold01{
	font-weight: bold;
	font-size: 1.6rem;
}
.top_mar{
	  margin-top: 30px;
}