.pageNav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.pageNav ul li{
  width: 32.5%;
  border: 1px solid #e3e8e8;
  margin-bottom: 10px;
  font-size: 14px;
}
.pageNav ul li a{
  display: block;
  padding: 10px 20px;
  position: relative;
}
.pageNav ul li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid #3E3B39;
  border-right: 1px solid #3E3B39;
  transform: rotate(135deg);
}
.pageNav ul li.underLink a:after {
  transform: rotate(45deg);
}
.pageNav ul li a:hover{
  background-color: #3E3B39;
  color: #FFF;
}
.pageNav ul li a:hover:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.mainContent section{
  margin-bottom: 80px;
}
table.basic{
  border-collapse: collapse;
  width: 100%;
}
table.basic td,
table.basic th{
  font-size: 14px;
  padding:  7px 5px;
  border-top:1px solid #e3e8e8;
  text-align: left;
  line-height: 2;
}
table.basic tr:last-child td,
table.basic tr:last-child th{
  border-bottom: 1px solid #e3e8e8;
}
table.basic span{
  font-size: 12px;
}
div.tableWrapper{
  overflow-x: scroll;
}
table.numbers{
  border-collapse: collapse;
  width: 100%;
  border:1px solid #e3e8e8;
  1table-layout: fixed;
　1word-break: break-all;
　1word-wrap: break-all;
}
table.numbers th{
  font-size: 12px;
  padding:  2px 10px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  background-color: #e3e8e8;
}
table.numbers th:last-child{
  border-right:0;
}

table.numbers td{
  font-size: 14px;
  padding:  7px 10px;
  border-right:1px solid #e3e8e8;
  border-bottom:1px solid #e3e8e8;
  text-align: left;
  line-height: 2;
}
table.numbers td{
  text-align: right;
}
table.numbers td.tit{
  text-align: left;
}
table.numbers span{
  font-size: 12px;
}

div.date{
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.notes{
  margin-top: 10px;
  font-size: 12px;
}
/*procedure*/
#procedure table.basic{
  margin: 20px 20px 0 20px;
  width: calc(100% - 40px);
}
#procedure dl{
  font-size: 14px
}
#procedure dt{
  margin-bottom: 10px;
  font-weight: bold;
}
#procedure dd{
  padding-left: 1.0em;
}
/*information*/
.btn_chart{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.btn_chart li{
  width: 30%;
  margin-bottom: 20px;
}
.btn_chart a{
  display: block;
  border: 2px solid #236BAC;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 10px;
  color: #C8C8C8;
}
.btn_chart span{
  display: block;
  color: #236BAC;
  font-size: 16px;
}
.btn_chart span:after{
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 12px;
  background-image: url(../images/common/ico_outlink.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 12px;
}
/*rule*/
.pdfList{
  padding-left: 20px;
}
.pdfList li{
  margin-bottom: 15px;
}
.pdfList a{
  color: #236BAC;
  text-decoration: underline;
}
.pdfList a:after{
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 12px;
  background-image: url(../images/common/ico_pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 12px;

}
.pdfList span{
  color: #3C3C3C;
  font-size: 12px;
}
/*meeting*/
div.selectBox{
  margin-bottom: 30px;
  color: #3E3B39;
  border-color: #C8C8C8;
}
#meeting ul li{
  display: flex;
  padding: 15px 5px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 14px;
}
#meeting ul li span{
  margin: 1px 10px 0 0;
  font-size: 12px;
  width: 90px;
}
#meeting ul li p{
  margin-right: 20px
}
#meeting ul li a{
  color: #236BAC;
  text-decoration: underline;
}
#meeting ul li img.pdf{
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .pageNav ul{
    display: block;
  }
  .pageNav ul li{
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e3e8e8;
    margin-bottom: 0;
  }
  .pageNav ul li a{
    padding: 15px 20px;
  }

  table.basic td,
  table.basic th{
    display: block;
  }
  table.basic td{
    border-top: 0;
    padding: 0 5px 7px 20px;
  }
  table.basic tr:last-child th{
    border-bottom: 0;
  }
  /*information*/
  .btn_chart{
    display: block;
  }
  .btn_chart li{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  /*meeting*/
  #meeting  ul li{
    display: block;
  }
  #meeting  ul li span{
    margin: 0 10px 0 0;
    width: 100%;
  }
}
