@charset "UTF-8";

#tantoui #main_inner a {
  /*color: #2292d3;*/
  text-decoration: none;
}
.byoinindex .sidemenu li:nth-child(1) .innermenu li:nth-child(1) a,
.gaiyou .sidemenu li:nth-child(1) .innermenu li:nth-child(2) a,
.kihon .sidemenu li:nth-child(1) .innermenu li:nth-child(3) a,
.kiki .sidemenu li:nth-child(1) .innermenu li:nth-child(4) a {
  background-color: #eeeeee;
}

.topmenu_sp { display: none; }

.tantoui_tbl_pc {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin-bottom: 1em;
}
.tantoui_tbl_pc th {
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  background: #d2e9f9;
  font-size: 123%;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  width: 14%;
  padding: 0.5em 0;
}
.tantoui_tbl_pc td {
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  line-height: 1.4;
  padding: 0.5em;
}
.tantoui_tbl_pc tr:nth-child(2) td:first-child {
  vertical-align: middle;
  font-size: 123%;
  line-height: 1.2;
}
.tantoui_tbl_pc tr:nth-child(3) td:first-child {
  vertical-align: middle;
  font-size: 123%;
  line-height: 1.2;
}
.tantoui_tbl_pc td > span {
  color: #3007d4;
  display: block;
  font-size: 140%;
  text-decoration: underline;
  margin-top: 0.5em;
  position: relative;
}
.tantoui_tbl_pc td > span sup {
  position: absolute;
}
.tantoui_tbl_pc td > span:first-child {
  margin-top: 0;
}
.tantoui_tbl_pc td > span.time {
  color: #333333;
  text-decoration: navajowhite;
  font-size: 100%;
}

.tantoui_tbl_sp { display: none; }

#main_inner .tantoui_biko {
  line-height: 1.4;
}

.tantoui_btm_note {}
.tantoui_btm_note dt {
  font-size: 116%;
}
.tantoui_btm_note dd {}
.list_top {
  margin-bottom: 1em;
}
.list_top > li {
  font-size: 116%;
  line-height: 1.4;
  border-bottom: 1px solid #aaa;
  padding: 0.5em 0;
}
.list_top li .head { padding-right: 0.5em; }
.list_btm {
  margin-bottom: 2em;
}
.list_btm > li {
  font-size: 116%;
  line-height: 1.6;
}

.kyushin_tbl_pc {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 2em;
}
.kyushin_tbl_pc th {
  background: #d3edfb;
  font-size: 116%;
  padding: 0.8em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  word-break: break-all;
}
.kyushin_tbl_pc td {
  font-size: 116%;
  padding: 0.8em;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  word-break: break-all;
}
.kyushin_tbl_pc th:nth-child(1) { width: 25%; }
.kyushin_tbl_pc th:nth-child(2) { width: 30%; }
.kyushin_tbl_pc th:nth-child(3) { width: 20%; }
.kyushin_tbl_pc th:nth-child(4) { width: 25%; }
.kyushin_tbl_pc td .red,
.kyushin_tbl_sp td .red { color: #ff0000; }

.kyushin_tbl_sp { display: none; }

#main_inner .kyushin_ichiran {
  color: #006bb7;
  font-size: 140%;
}
.kyushin_ichiran a {
  color: #006bb7;
}
.saishin {
  text-align: right;
}

@media only screen and (max-width: 896px) {

  .topmenu_sp {
    display: block;
    margin-bottom: 2em;
  }
  .topmenu_sp > li {}
  .topmenu_sp > li > a {
    background: #ededed url(/shinryo-bumon/images/topmenu_sp_li_mark.png) no-repeat 50% 85%;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    text-align: center;
    font-size: 140%;
    box-sizing: border-box;
    float: left;
    padding: 1em 0 1.8em;
    margin-bottom: 1.5%;
  }
  .topmenu_sp > li:nth-child(1) a { 
    width: 49%;
    margin-right: 2%;
  }
  .topmenu_sp > li:nth-child(2) a {
    width: 49%;
  }

  .tantoui_tbl_pc { display: none; }
  .tantoui_tbl_sp {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    margin-bottom: 1em;
  }
  .tantoui_tbl_sp th {
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background: #d2e9f9;
    font-size: 150%;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    padding: 0.7em 0;
  }
  .tantoui_tbl_sp td {
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    line-height: 1.4;
    padding: 0.7em 0.5em;
    width: 40%;
    font-size: 123%;
  }
  .tantoui_tbl_sp td > span {
    color: #3007d4;
    display: block;
    font-size: 150%;
    text-decoration: underline;
    margin-top: 0.5em;
    position: relative;
  }
  .tantoui_tbl_sp td > span sup {
    position: absolute;
  }
  .tantoui_tbl_sp td > span:first-child {
    margin-top: 0;
  }
  .tantoui_tbl_sp tr:first-child td {
    text-align: center;
    font-size: 140%;
    vertical-align: middle;
  }
  .tantoui_tbl_sp td > span.time {
    color: #333333;
    text-decoration: navajowhite;
    font-size: 100%;
    display: inline;
    padding-left: 0.1em;
  }

  .tantoui_btm_note dt {
    font-size: 150%;
  }
  .list_top > li {
    font-size: 150%;
    word-break: break-all;
  }
  .list_btm > li {
    font-size: 150%;
    word-break: break-all;
  }

  .kyushin_tbl_pc {
    display: none;
  }
  .kyushin_tbl_sp {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    margin-bottom: 3em;
  }
  .kyushin_tbl_sp th {
    background: #d3edfb;
    font-size: 150%;
    padding: 0.9em 0.5em;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    word-break: break-all;
  }
  .kyushin_tbl_sp td {
    font-size: 150%;
    padding: 0.5em;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    word-break: break-all;
  }
  .kyushin_tbl_sp .kamoku {
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
  }
  .kyushin_tbl_sp th:nth-child(1) { width: 34%; }
  .kyushin_tbl_sp th:nth-child(2) { width: 33%; }
  .kyushin_tbl_sp th:nth-child(3) { width: 33%; }

  #main_inner .kyushin_ichiran {
    font-size: 150%;
  }



}

@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 414px) {

  .topmenu_sp > li > a {
    font-size: 123%;
    letter-spacing: -1px;
  }

  .tantoui_tbl_sp th {
    font-size: 123%;
    padding: 0.3em 0;
  }
  .tantoui_tbl_sp td {
    font-size: 100%;
    padding: 0.3em;
  }
  .tantoui_tbl_sp td > span {
    font-size: 140%;
  }
  .tantoui_tbl_sp tr:first-child td {
    text-align: center;
    font-size: 123%;
  }

  .tantoui_btm_note dt {
    font-size: 123%;
  }
  .list_top > li {
    font-size: 123%;
  }
  .list_btm > li {
    font-size: 123%;
  }

  .kyushin_tbl_pc th {
    font-size: 123%;
    padding: 0.2em;
  }
  .kyushin_tbl_pc td {
    font-size: 123%;
    padding: 0.2em;
  }

  .kyushin_tbl_sp th {
    font-size: 123%;
    padding: 0.9em 0.5em;
  }
  .kyushin_tbl_sp td {
    font-size: 123%;
    padding: 0.5em;
  }
  .kyushin_tbl_sp th:nth-child(1) { width: auto; }
  .kyushin_tbl_sp th:nth-child(2) { width: auto; }
  .kyushin_tbl_sp th:nth-child(3) { width: auto; }

  #main_inner .kyushin_ichiran {
    font-size: 123%;
  }

}

@media only screen and (max-width: 320px) {

  .topmenu_sp > li > a {
    font-size: 116%;
  }

  .tantoui_tbl_sp th {
    font-size: 116%;
  }
  .tantoui_tbl_sp td {
    font-size: 100%;
  }
  .tantoui_tbl_sp td > span {
    font-size: 123%;
  }
  .tantoui_tbl_sp tr:first-child td {
    text-align: center;
    font-size: 116%;
  }

  .tantoui_btm_note dt {
    font-size: 116%;
  }
  .list_top > li {
    font-size: 116%;
  }
  .list_btm > li {
    font-size: 116%;
  }

  .kyushin_tbl_pc th {
    font-size: 116%;
  }
  .kyushin_tbl_pc td {
    font-size: 116%;
  }

  .kyushin_tbl_sp th {
    font-size: 116%;
  }
  .kyushin_tbl_sp td {
    font-size: 116%;
  }

  #main_inner .kyushin_ichiran {
    font-size: 116%;
  }

}
