.panelBoardList {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .panelBoardList H3 A {
    display: block;
    color: #1a6a42;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px; }
  .panelBoardList .ListInner {
    margin-right: 30px; }
    .panelBoardList .ListInner UL LI A {
      color: #333 !important;
      padding-left: 15px;
      background: url(/img/common/icon_arrow_right_org.gif) no-repeat left 5px; }

table.table001 {
  width: calc(100% + 4px);
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 30px;
  margin-left: -2px;
  margin-right: -2px; }
  table.table001 TH, table.table001 TD {
    text-align: center;
    font-size: 85%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2;
    vertical-align: middle;
    word-break: break-all; }
  table.table001 TH {
    background: #1B3AB4;
    color: #FFF; }
    table.table001 TH.wTh2, table.table001 TH.wTh3, table.table001 TH.wTh5, table.table001 TH.wTh6 {
      width: 10%; }
    table.table001 TH.wTh4 {
      width: 20%; }
    table.table001 TH.wTh7 {
      width: 30%; }
  table.table001 TD {
    background: #f1f1f1; }
    table.table001 TD:last-child {
      text-align: left; }
    table.table001 TD IMG {
      width: 104px; }

.guide H2 img {
  vertical-align: bottom;
  margin-right: 5px; }
.guide dl {
  clear: both;
  overflow: hidden;
  padding: 0 0 60px; }
  .guide dl dt {
    float: left;
    margin-right: 20px; }
  .guide dl dd {
    padding-left: 290px; }
    .guide dl dd dl {
      margin: 0;
      padding: 0;
      background: none; }
      .guide dl dd dl dt {
        width: auto;
        float: none;
        font-weight: bold;
        font-size: 116%; }
      .guide dl dd dl dd {
        width: auto;
        float: none;
        padding-left: 1em;
        padding-bottom: 1em; }

@media only screen and (max-width: 767px) {
  .panelBoardList .ListInner {
    width: 96%;
    margin: 0 auto 30px; }
    .panelBoardList .ListInner UL {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-betweeen;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .panelBoardList .ListInner UL LI {
        width: 50%; }
    .panelBoardList .ListInner:nth-child(2) UL LI {
      width: 100%; }

  table.table001 {
    width: 100% !important;
    margin: 0 auto !important; }
    table.table001 TH {
      font-size: 10px;
      padding: 3px;
      line-height: 1 !important; }
      table.table001 TH.wTh2, table.table001 TH.wTh3 {
        width: 7.5%; }
      table.table001 TH.wTh4 {
        width: 25%; }
      table.table001 TH.wTh5 {
        width: 17%; }
      table.table001 TH.wTh6 {
        width: 10%; }
      table.table001 TH.wTh7 {
        width: 25%; }
    table.table001 TD {
      line-height: 1 !important;
      padding: 3px;
      font-size: 10px;
      text-align: left; }
      table.table001 TD IMG {
        width: 100%; }

  .guide h2 {
    padding: 10px 5px !important; }
  .guide DL {
    margin-bottom: 0;
    padding-bottom: 10px; }
    .guide DL DT {
      float: none;
      margin: 0 2%;
      width: 96%; }
      .guide DL DT IMG {
        width: 100%; }
    .guide DL DD {
      padding-left: 0; } }
