@charset "UTF-8";

.nyuin_tbl {
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 1em;
}
.nyuin_tbl th {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background: #d3edfb;
  text-align: left;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  width: 11em;
  line-height: 1.4;
}
.nyuin_tbl td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: left;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  line-height: 1.4;
}
.red { color: red; }

.kaikei_tbl {
  width: 80%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin: 0 auto 2em;
}
.kaikei_tbl th {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background: #d3edfb;
  text-align: center;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  line-height: 1.4;
}
.kaikei_tbl td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: center;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  line-height: 1.4;
}
.taiin_list {
  margin-bottom: 3em;
}
.taiin_list > li {
  font-size: 116%;
  line-height: 1.4;
  list-style-type: decimal;
  list-style-position: inside;
  border-bottom: 1px dotted #999999;
  padding: 0.4em 0.2em;
}

.nyuuin_list {
  margin: -0.8em 0 2em;
  position: relative;
}
.nyuuin_list > li {
  font-size: 116%;
  line-height: 1.4;
  border-bottom: 1px dotted #999;
  padding: 0.8em 0 0.6em 1.2em;
}
.nyuuin_list li.bnone {
  border: 0 none;
}
.nyuuin_list > li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.junbi_tbl {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  width: 100%;
  margin-bottom: 1em;
}
.junbi_tbl td {
  font-size: 116%;
  line-height: 1.4;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: top;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  word-break: break-all;
}
.junbi_tbl td::before {
  content: url(images/chkbox.png);
  position: absolute;
  left: 0.8em;
  top: 0.5em;
}

.eigyojikan {
  width: 100%;
  margin-top: -1.5em;
  margin-bottom: 2.5em;
}
.eigyojikan dt {
  float: left;
  font-size: 116%;
  line-height: 1.4;
}
.eigyojikan dd {
  font-size: 116%;
  line-height: 1.4;
  padding-left: 4.5em;
}

.tomari_tbl {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  width: 100%;
  margin-bottom: 2em;
}
.tomari_tbl th {
  font-size: 116%;
  line-height: 1.4;
  width: 45%;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: middle;
  padding: 0.7em 0.5em;
  word-break: break-all;
  background: #d3edfb;
}
.tomari_tbl td {
  font-size: 116%;
  line-height: 1.4;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: middle;
  padding: 0.7em 0.5em;
  word-break: break-all;
}
.tomari_tbl td span { display: block; }

.tomari_list {
  margin: 0 0 2em;
  position: relative;
}
.tomari_list > li {
  font-size: 116%;
  line-height: 1.4;
  padding: 0 0 0.3em 1em;
}
.tomari_list > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
#main_inner .menkai_feat {
  font-size: 132%;
  background: #d3edfb;
  padding: 0.8em;
  width: 60%;
  margin: 0 auto 2em;
  border: 1px solid #999999;
}


@media only screen and (max-width: 896px) {

  .sidemenu { display: none; }
  .nyuin_tbl {
    width: 100%;
  }
  .nyuin_tbl th {
    font-size: 145%;
    width: 7em;
  }
  .nyuin_tbl td {
    font-size: 145%;
  }
  .kaikei_tbl {
    width: 100%;
  }
  .kaikei_tbl th {
    font-size: 145%;
  }
  .kaikei_tbl td {
    font-size: 145%;
  }
  .taiin_list > li {
    font-size: 145%;
  }

  .nyuuin_list > li {
    font-size: 145%;
    line-height: 1.5;
  }
  .junbi_tbl {
    margin-bottom: 1.5em;
  }
  .junbi_tbl td {
    display: block;
    font-size: 145%;
    width: 100%;
  }

  .eigyojikan dt {
    font-size: 145%;
    line-height: 1.5;
  }
  .eigyojikan dd {
    font-size: 145%;
    line-height: 1.5;
  }

  .tomari_tbl th {
    display: block;
    font-size: 145%;
    line-height: 1.4;
    width: auto;
  }
  .tomari_tbl td {
    display: block;
    font-size: 145%;
    line-height: 1.4;
  }
  .tomari_tbl td span { display: inline; }

  .tomari_list > li {
    font-size: 145%;
    line-height: 1.5;
  }

  #main_inner .menkai_feat {
    font-size: 150%;
    width: auto;
  }

}

@media only screen and (max-width: 480px) {



}

@media only screen and (max-width: 414px) {

  .nyuin_tbl th {
    font-size: 123%;
  }
  .nyuin_tbl td {
    font-size: 123%;
  }
  .kaikei_tbl th {
    font-size: 123%;
  }
  .kaikei_tbl td {
    font-size: 123%;
  }
  .taiin_list > li {
    font-size: 123%;
  }
  .nyuuin_list > li {
    font-size: 123%;
    line-height: 1.4;
  }
  .junbi_tbl td {
    font-size: 123%;
  }
  .eigyojikan dt {
    font-size: 123%;
    line-height: 1.4;
  }
  .eigyojikan dd {
    font-size: 123%;
    line-height: 1.4;
  }
  .tomari_tbl th {
    font-size: 123%;
  }
  .tomari_tbl td {
    font-size: 123%;
  }
  .tomari_list > li {
    font-size: 123%;
    line-height: 1.4;
  }
  #main_inner .menkai_feat {
    font-size: 123%;
  }


}

@media only screen and (max-width: 320px) {


  .nyuin_tbl th {
    font-size: 116%;
  }
  .nyuin_tbl td {
    font-size: 116%;
  }
  .kaikei_tbl th {
    font-size: 116%;
  }
  .kaikei_tbl td {
    font-size: 116%;
  }
  .taiin_list > li {
    font-size: 116%;
  }
  .nyuuin_list > li {
    font-size: 116%;
  }
  .junbi_tbl td {
    font-size: 116%;
  }
  .eigyojikan dt {
    font-size: 116%;
  }
  .eigyojikan dd {
    font-size: 116%;
  }
  .tomari_tbl th {
    font-size: 116%;
  }
  .tomari_tbl td {
    font-size: 116%;
  }
  .tomari_list > li {
    font-size: 116%;
  }
  #main_inner .menkai_feat {
    font-size: 116%;
  }

}
