@charset "UTF-8";
/* フォームタグデフォルト設定リセットここまで */
#wrapper {
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: auto;
}

table#top-tbl {
  /***** トップ画面 *****/
  width: 98%;
  margin: 0 auto;
  background-color: #fff8f0;
  border-collapse: separate;
  border-spacing: 2px;
  border: 3px solid rgb(0, 0, 0);
}
table#top-tbl > tbody > tr > td {
  border: 1px solid rgb(0, 0, 0);
  padding: 5px;
}
table#top-tbl > tbody > tr > td:first-of-type {
  padding-top: 20px;
}
table#top-tbl > tbody > tr > td:first-of-type ul {
  margin-top: 0.75em;
}
table#top-tbl > tbody > tr > td:first-of-type ul li {
  width: 95%;
}
table#top-tbl > tbody > tr > td:first-of-type ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
table#top-tbl .top-head {
  box-sizing: border-box;
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.025em;
}
table#top-tbl .top-box {
  box-sizing: border-box;
  width: 94.1%;
  margin: 3px auto;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #2e77bc;
}
table.tbl-list {
  margin-top: 0.75em;
  width: 100%;
  border: 0;
}
table.tbl-list tr {
  width: 100%;
}
table.tbl-list tr td:first-of-type {
  padding-left: 20px;
  width: 40%;
  max-width: 180px;
  vertical-align: baseline;
}
table.tbl-list tr td:first-of-type .list-head-cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
table.tbl-list tr td:first-of-type .list-head-cont .list-head-str {
  display: inline-block;
  width: auto;
}
table.tbl-list tr td:first-of-type .list-head-cont .list-head-mark {
  display: inline-block;
  width: 1em;
}
table.matrix_table {
  border: 0;
  border-collapse: collapse;
}
table.matrix_table .matrix_col {
  width: 42px;
}
table.matrix_table .matrix_head_col {
  font-size: 0.95em;
}
table.matrix_table .matrix_str {
  font-size: 0.95em;
  padding: 2px 4px;
  line-height: 1.5;
}

/***** 文字関連 *****/
.font_s {
  font-size: 0.875em;
}

.font_ss {
  font-size: 11px;
}

.font_m {
  font-size: 1em;
}

.font_ms {
  font-size: 0.95em;
}

.font_l {
  font-size: 1.05em;
}

.font_2l {
  font-size: 1.1em;
}

.sp_title {
  font-size: 1.06rem;
  display: inline-block;
  padding: 4px 6px;
  background: #f4f2f0;
  margin-bottom: 5px;
}

.sp_note {
  display: inline-block;
  margin: 5px 0;
  padding-left: 1em;
  font-size: 0.95em;
  text-indent: -1em;
  text-align: left;
}

.sp_num {
  display: inline-block;
  margin-right: 0.5em;
}

.head1 {
  font-size: 1.05rem;
}

/***** ヘッダー *****/
.header {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 6px;
  background: #f4f2f0;
  color: rgb(0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .header_cont {
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  /***** 題 *****/
}
.header .header_cont .top_d {
  box-sizing: border-box;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 8px;
}
.header .header_cont .top_d #title {
  font-size: 22px;
  margin-top: 14px;
  margin-bottom: 3px;
  font-weight: bold;
}
.header .header_cont .top_d2 {
  width: 100%;
  padding: 5px;
  background-color: #08287f;
  color: #f0f8ff;
  font-size: 13pt;
  font-weight: bold;
}

.logout {
  flex-basis: 20%;
  padding: 3px;
}

/***** プログレスバー（進捗状況） *****/
.p_ber {
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.93rem;
}

.p_ber .col1 {
  flex-basis: 0;
}

.p_ber .col2,
.p_ber .col3,
.p_ber .col4 {
  flex-basis: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}

.p_ber .col2 {
  text-align: right;
}

.p_ber .col4 {
  text-align: left;
}

.p_ber0 {
  height: 8px;
  width: 80px;
  padding: 1px;
  box-sizing: content-box;
  border: 2px solid #ffffff;
  font-size: 1px;
  text-align: left;
}

.p_ber1 {
  height: 8px;
  background-color: #ffffff;
}

/***** 大問タイトル *****/
.par_num {
  flex-basis: 12%;
  width: 12%;
  padding-left: 0.4em;
}

.par_str {
  flex-basis: 83%;
  width: 83%;
  text-align: left;
}

/***** 設問 *****/
.q_box {
  width: 100%;
  margin-bottom: 20px;
}
.q_box .q_box {
  width: 100%;
}
.q_box.segment {
  padding: 5px 8px 10px;
}
.q_box .q_title {
  flex-flow: column;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.q_title,
.q_title2 {
  font-size: 0.985em;
  flex-flow: row;
  flex-basis: 100%;
  width: 100%;
  padding: 5px;
  color: #000;
}
.q_title .q_num,
.q_title2 .q_num {
  text-align: left;
  font-size: 0.985em;
  flex-basis: 100%;
  width: 100%;
  margin-right: 2%;
}
.q_title .q_num:empty,
.q_title2 .q_num:empty {
  display: none;
}
.q_title .q_str,
.q_title2 .q_str {
  line-height: 1.5;
  flex-basis: 100%;
  width: 100%;
  text-align: left;
  font-size: 0.945em;
}

.q_title.q_mb_m {
  font-size: 16px;
}

.q_title2 {
  background-color: transparent;
  /* font-size: 16px; */
}

.q_input {
  flex-flow: column;
  flex-basis: 100%;
  width: 100%;
  padding: 3px;
  padding-left: 0.5rem;
  font-size: 15px;
  /*iosでの入力時ズームアップ（16px未満で発生）防止*/
  /***** セレクトボックス *****/
}
.q_input.matrix {
  overflow-x: scroll;
}
.q_input hr {
  border: 1px #fff solid;
  margin-top: 1em;
  margin-bottom: 1em;
}
.q_input .col0 {
  flex-basis: 10%;
  width: 10%;
  text-align: left;
}
.q_input .col1,
.q_input .col2,
.q_input .col3,
.q_input .col4,
.q_input .col5 {
  flex-basis: 100%;
  width: 100%;
  text-align: left;
  padding: 3px;
}
.q_input .col1 .opt-cont .opt-num,
.q_input .col2 .opt-cont .opt-num,
.q_input .col3 .opt-cont .opt-num,
.q_input .col4 .opt-cont .opt-num,
.q_input .col5 .opt-cont .opt-num {
  flex-basis: 7%;
  padding-right: 4px;
}
.q_input .col1 .opt-cont .opt-str,
.q_input .col2 .opt-cont .opt-str,
.q_input .col3 .opt-cont .opt-str,
.q_input .col4 .opt-cont .opt-str,
.q_input .col5 .opt-cont .opt-str {
  flex-basis: 93%;
}
.q_input .opt-box,
.q_input .opt-row {
  flex-flow: column;
}
.q_input .opt-row .opt-column {
  padding: 4px;
  width: 100% !important;
}
.q_input input[type=text],
.q_input input[type=password],
.q_input textarea {
  border-radius: 3px;
  border: 1px solid #979797;
  font-size: 1rem; /*16px*/
  /* テキスト使用不可 */
}
.q_input input[type=text].disabled-text,
.q_input input[type=password].disabled-text,
.q_input textarea.disabled-text {
  background-color: #999;
}
.q_input select {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  margin-top: 0.5em;
  padding: 6px;
  border: 1px solid #9d9d9d;
  font-size: 1em;
  color: #444;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  /* セレクトボックス使用不可 */
}
.q_input select.select {
  width: 92%;
  margin: auto;
  margin-bottom: 0.5rem;
  font-size: 0.975rem;
}
.q_input select.disabled-select {
  background-color: #bbb;
}
.q_input .q_title2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.q_input .q_input {
  width: 82%;
  padding-top: 0;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.q_input span.sp_chkstr {
  margin-bottom: 5px;
  display: inline-block;
}
.q_input span.sp_chkstr:last-of-type {
  margin-bottom: 0;
}
.q_input span.sp_chk {
  font-size: 1.2em;
}

.q_title2 {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  padding: 3px;
  background: none;
  color: #000;
  font-size: 1em;
  text-align: left;
}

.q_num2 {
  flex-basis: 14%;
  width: 14%;
  height: 25px;
  margin-right: 2%;
  padding: 3px 4px;
  box-sizing: content-box;
  background: #08287f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  font-size: 16px;
}
.q_num2.bgno {
  background: #fff;
  color: #000;
  text-align: right;
  vertical-align: top;
  padding-top: 0;
}

.q_str2 {
  flex-basis: 80%;
  width: 80%;
  font-size: 0.945rem;
  text-align: left;
}

.q_num2_inline {
  display: inline-block;
  margin-left: 3px;
  margin-right: 5px;
  padding: 4px;
  background: #08287f;
  color: #fff;
  font-size: 0.89rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
}

/*****ボタン *****/
button {
  width: 180px;
}
button.button.edit-btn {
  width: auto;
  padding: 10px 12px;
  font-size: 16px;
}

input[type=button],
input[type=submit] {
  width: 160px;
  padding: 10px;
  box-sizing: content-box;
  border-style: none;
  border-radius: 5px;
  background-color: #08287f;
  color: #fff;
  font-size: 1rem;
}

input[name=next],
input[name=nextpage] {
  background-color: #e20019;
}

input[name=btn_out] {
  width: 90px;
  padding: 6px 3px;
  background-color: #fff;
  border: 2px solid #283593;
  color: #283593;
  font-size: 13px;
  font-weight: 600;
}

input[name=btn_close] {
  width: 90px;
  padding: 6px 3px;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.5;
}

/***** フッター *****/
.btn_footer {
  margin-top: 20px;
  margin-bottom: 24px;
  width: 95%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.btn_footer > input[type=submit],
.btn_footer > input[type=button],
.btn_footer > button {
  margin: 15px !important;
}
.btn_footer > input[type=submit][name=backpage], .btn_footer > input[type=submit][name=back],
.btn_footer > input[type=button][name=backpage],
.btn_footer > input[type=button][name=back],
.btn_footer > button[name=backpage],
.btn_footer > button[name=back] {
  order: 2;
}
.btn_footer > input[type=submit][name=nextpage], .btn_footer > input[type=submit][name=next],
.btn_footer > input[type=button][name=nextpage],
.btn_footer > input[type=button][name=next],
.btn_footer > button[name=nextpage],
.btn_footer > button[name=next] {
  order: 1;
}

@media only screen and (min-width: 426px) {
  .small-dv {
    display: none !important;
  }
  table:not(.tbl-opt):not(.responsive) .vertical-writing {
    text-align: center;
  }
  table:not(.tbl-opt):not(.responsive) .vertical-writing span {
    display: inline-block;
    line-height: 1.3;
    -moz-writing-mode: vertical-rl;
    /* -ms-writing-mode: vertical-rl; */
    writing-mode: vertical-rl;
    vertical-align: top;
    /* text-align: start; */
    text-align: left;
    letter-spacing: 0.75px;
    width: auto;
  }
}
@media only screen and (max-width: 425px) {
  .btn_footer {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
  .btn_footer > input[type=submit],
  .btn_footer > input[type=button],
  .btn_footer > button {
    box-sizing: border-box;
    width: 80%;
    min-width: 160px;
    font-size: 20px !important;
    margin: 15px auto !important;
  }
  .btn_footer > input[name=next],
  .btn_footer > input[name=nextpage] {
    order: 1;
  }
  .btn_footer > input[name=back],
  .btn_footer > input[name=backpage] {
    order: 2;
  }
  .q_box .q_input {
    padding: 0 2px;
  }
  .q_box .q_input textarea {
    transform: scale(0.95);
  }
  table.tbl2:not(.responsive) {
    width: 100%;
    display: block !important;
  }
  table.tbl2:not(.responsive) thead {
    display: none !important;
  }
  table.tbl2:not(.responsive) tbody {
    display: block !important;
    width: 100%;
  }
  table.tbl2:not(.responsive) tbody > tr {
    display: block !important;
    width: 100%;
    margin-bottom: 10px;
  }
  table.tbl2:not(.responsive) tbody > tr > th.fix-num-sub {
    display: block !important;
    margin-bottom: 4px;
    padding: 4px;
    border: 0;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1em;
    border-bottom: 2px solid #ddd;
  }
  table.tbl2:not(.responsive) tbody > tr > td {
    display: inline-block !important;
    height: auto;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  table.tbl2:not(.responsive) tbody > tr > td > table {
    table-layout: auto;
  }
  table.tbl2:not(.responsive) tbody > tr > td > table td {
    padding: 0;
    font-size: 0.9rem;
    vertical-align: top;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-num, table.tbl2:not(.responsive) tbody > tr > td.fix-num2 {
    width: auto;
    min-width: auto;
    padding-bottom: 0;
    border: 0;
    vertical-align: baseline;
    text-align: left;
    font-size: 15px;
    height: auto;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-str, table.tbl2:not(.responsive) tbody > tr > td.fix-str-sub, table.tbl2:not(.responsive) tbody > tr > td.fix-str-sub2, table.tbl2:not(.responsive) tbody > tr > td.fix-str2 {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 1px solid rgb(127, 135, 143);
    font-size: 14px;
    text-align: left;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-str-sub2 {
    margin-top: 4px;
    border-bottom-color: transparent;
    background: #f4f2f0;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap {
    display: inline !important;
    width: auto;
    font-weight: bold;
    max-width: 40px;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str.wrap,
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str-sub {
    display: inline !important;
    vertical-align: top;
    border-bottom: 0;
    font-size: 14.5px;
    width: calc(100% - 50px);
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str.wrap + .fix6,
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str.wrap + .fix5,
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str-sub + .fix6,
  table.tbl2:not(.responsive) tbody > tr > td.fix-num.wrap + .fix-str-sub + .fix5 {
    margin-top: 8px;
  }
  table.tbl2:not(.responsive) tbody > tr > td.fix6, table.tbl2:not(.responsive) tbody > tr > td.fix5 {
    height: auto;
  }
  table.tbl2:not(.responsive) tbody > tr > td.chk-only {
    border: 1px solid rgb(0, 0, 0);
    border-bottom-width: 0;
  }
  table.tbl2:not(.responsive) tbody > tr > td.chk-only:last-of-type {
    border-bottom-width: 1px;
    margin-bottom: 15px;
  }
  table.tbl2:not(.responsive) tbody > tr > td.chk-only .form-check {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  table.tbl2:not(.responsive) tbody > tr:last-of-type > td.chk-only:last-of-type {
    border-bottom-width: 1px;
  }
}
/*
.note_footer {
  text-align:left;
  line-height:110%;
  width:95%;
  margin-bottom: 5px; }
*/
/*確認画面トップ*/
.confirm_note {
  box-sizing: border-box;
  width: 95%;
  margin-bottom: 25px;
  text-align: left;
  line-height: 140%;
}

.q_box.basic_conf .q_input {
  margin-left: 13%;
  line-height: 1.6;
}

/*****汎用的な枠 *****/
.box {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.box_border {
  /*太枠・文字強調あり*/
  width: 98%;
  margin: auto;
  padding: 5px 1rem;
  box-sizing: border-box;
  border: 2px solid #000;
  font-weight: 500;
}

.box_border.sp_normal {
  font-weight: normal;
}

.box_border hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 2px solid #424242;
}

.box_left {
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: left;
}

.box_border > p.p_short {
  margin: 12px 0;
  text-align: left;
}

.box_caution {
  color: #dc3838;
  border: 2px solid #dc3838;
  font-size: 0.95em;
  font-weight: 500;
}

#note {
  font-size: 0.85em;
}

/**** 背景色 ****/
/* エラー */
.error {
  background-color: #ffe4e1;
}

*,
*:before,
*:after {
  box-sizing: unset;
}

*[disabled] {
  cursor: not-allowed;
}

/****** materializeの調整 *******/
.collapsible-body {
  padding: 1rem;
  text-align: left;
}

.collapsible-header {
  text-align: left;
}

/*************** 追加 ***************/
/**ページトップへ戻るボタン**/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  padding: 12px 20px;
  border-radius: 50%;
  background-color: #fcefa1;
  cursor: pointer;
}

#pagetop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

#pagetop i {
  color: #000;
  font-size: 2em;
  font-weight: bold;
}

input[type=text].txt_ss {
  width: 30%;
}

input[type=text].txt_s {
  width: 50%;
}

input[type=text].txt_m,
input[type=password].txt_m {
  width: 70%;
}

input[type=text].txt_l,
input[type=password].txt_l {
  width: 85%;
}

input[type=text].txt_max,
input[type=password].txt_max {
  width: 100%;
}

.cont_fa {
  display: inline-block;
  flex-flow: row wrap;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.9em;
  margin-top: 5px;
}
.cont_fa > input[type=text].txt_fa, .cont_fa > input[type=text].txt_fa2 {
  max-width: 720px;
  width: 83.5%;
}

form[name=index] .q_input.login input[type=text],
form[name=index] .q_input.login input[type=password] {
  height: 1.5rem;
  width: 98%;
}

form[name=index] .q_input.login label {
  font-size: 0.95rem;
}

.matrix_row {
  display: table-row;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #bbb;
  border-bottom: none;
}

.matrix_row div {
  vertical-align: middle;
}

.matrix_str {
  font-size: 0.95em;
}

.matrix_row:nth-last-of-type(1) {
  border-bottom: 1px solid #bbb;
}

.matrix_row .cont5 {
  display: table-cell;
  width: 20%;
  padding: 3px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  vertical-align: middle;
}

/*カスタム*/
#Q2_table .matrix_row:first-child,
#Q3_table .matrix_row:first-child {
  border: 1px solid #bbb;
  background: #ddd;
}

#Q2_table .matrix_row .cont5,
#Q3_table .matrix_row .cont5 {
  width: 8%;
  box-sizing: border-box;
  border-left: none;
  text-align: center;
}

.matrix_row .cont_str {
  display: table-cell;
  width: 55%;
  padding: 3px;
  /*border-left:1px solid #bbb;*/
  border-right: 1px solid #bbb;
  font-size: 0.89em;
  text-align: left;
}

.matrix_row.matrix_str .cont_str {
  display: table-cell;
  width: 55%;
  padding: 3px;
  /*border-left:1px solid #bbb;*/
  border-right: 1px solid #bbb;
  font-size: 0.89em;
  text-align: center;
}

.matrix_row .cont_num {
  display: table-cell;
  width: 3%;
  padding: 3px;
  /*border-left:1px dotted #ddd;*/
  border-right: 1px solid #bbb;
  font-size: 0.89em;
  text-align: center;
}

#Q2_table .matrix_row:last-child,
#Q3_table .matrix_row:last-child {
  border-bottom: 1px solid #bbb;
}

.matrix_row .cont4 {
  width: 25%;
  padding: 3px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  text-align: center;
}

.matrix_row:not(.matrix_str) .cont5 {
  padding: 6px 3px 3px 12px;
}

.matrix_row .cont5:first-child {
  border-left: none;
}

.matrix_row .cont5:last-child {
  border-right: none;
}

#Q1_radio,
#Q2_table,
#Q7_table,
#Q8_radio {
  display: none;
}

#Q5_box,
#Q6_box {
  display: none;
}

#Q5_box.show,
#Q6_box.show {
  display: block;
}

.wid85 {
  width: 85%;
  margin: auto;
  margin-left: 13%;
}

/**** スライダー ****/
#slider {
  height: 0.7em;
  width: 90vw;
  margin: 5px 0;
  background: #ddd;
}

div#slider.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  border-radius: 1em;
  background: #08287f;
}

.ui-slider-labels,
.ui-slider-wrapper {
  width: 90vw;
}

/*範囲指定オンの場合*/
#slider .ui-slider-range {
  background: #c7e7f7;
}

.slider_label {
  margin: 8px 0 4px 0;
  font-size: 0.825em;
}

label.slider_label div {
  margin: 2px 0;
  padding: 3px;
}

@media only screen and (max-width: 360px) {
  label.slider_label div {
    font-size: 0.65em;
  }
}
#spinner {
  width: 30px;
  padding: 3px 0 3px 0;
  font-size: 1.1em;
  font-weight: bold;
}

div#spinner_label {
  display: inline-block;
  position: relative;
  top: 0.8em;
  margin-left: 4px;
  font-size: 0.8em;
}

.desktop_only,
.desktop_only_ie {
  display: none;
}

img.logo {
  width: 150px;
}

@media only screen and (min-width: 426px) {
  .q_input.rs_radio {
    padding-left: 15%;
  }
}
.col_radio {
  display: flex;
  flex-flow: column;
  text-align: left;
}

.col_radio > .cell_radio {
  line-height: 2;
}

/* 使用不可 */
input.disabled-input {
  background: #999;
}

table.tbl1:not(.fix) {
  display: block;
  width: 100%;
}
table.tbl1:not(.fix) thead {
  display: none;
}
table.tbl1:not(.fix) tbody {
  display: block;
  width: 100%;
}
table.tbl1:not(.fix) tbody tr {
  display: block;
  width: 100%;
}
table.tbl1:not(.fix) tbody tr th {
  display: inline-block;
}
table.tbl1:not(.fix) tbody tr td {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
table.tbl1:not(.fix) tbody tr td > table {
  table-layout: auto;
}
table.tbl1:not(.fix) tbody tr td > table td:not(.wid50) {
  padding: 0;
  font-size: 0.9rem;
  vertical-align: top;
}
table.tbl1:not(.fix).tbl-opt tr {
  border: 0;
}
table.tbl1:not(.fix).tbl-opt tr td {
  border: 1px solid rgb(0, 0, 0);
  border-bottom-width: 0;
}
table.tbl1:not(.fix).tbl-opt tr td.sub {
  border-top: 0;
  font-size: 0.95em;
}
table.tbl1:not(.fix).tbl-opt tr:last-of-type > td:last-of-type, table.tbl1:not(.fix).tbl-opt tr.last > td:last-of-type {
  border-bottom-width: 1px;
}
table.tbl1:not(.fix).tbl-opt tr.last {
  margin-bottom: 1em;
}
table.tbl1.fix {
  border-collapse: collapse;
}
table.tbl1.fix tr th {
  font-weight: bold;
  text-align: center;
}
table.tbl1.fix tr td.td1.wide {
  width: 10%;
  font-size: 0.9rem;
  padding: 6px 3px;
  border: 1px solid #111;
  vertical-align: middle;
  text-align: center;
}
table.tbl1.fix tr td.td1.wide .form-check .form-checkbox {
  width: auto;
}
table.tbl1.fix tr td.td1.wide .form-check .form-checkbox .form-checkbox-label {
  padding-left: 1.5em;
}
table.tbl1.fix tr td.td2.wide {
  width: 70%;
  font-size: 0.9rem;
  padding: 6px;
  border: 1px solid #111;
}
table.tbl2 {
  width: 750px;
  border-collapse: collapse;
}
table.tbl2 thead {
  font-size: 80%;
}
table.tbl2 thead th {
  text-align: center;
}
table.tbl2 tbody tr td {
  text-align: center;
}
table.tbl2 th.wide,
table.tbl2 td.wide {
  border: 1px solid rgb(0, 0, 0);
}
table.tbl2 th.wide.fix-num, table.tbl2 th.wide.fix-num-sub,
table.tbl2 td.wide.fix-num,
table.tbl2 td.wide.fix-num-sub {
  font-size: 85%;
  width: 4%;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  min-width: 50px;
  border-right: 0;
}
table.tbl2 th.wide.fix-num-sub,
table.tbl2 td.wide.fix-num-sub {
  font-size: 82%;
  width: 4%;
  min-width: 30px;
}
table.tbl2 th.wide.fix-str,
table.tbl2 td.wide.fix-str {
  font-size: 81%;
  border-left: 0;
  width: 39%;
  text-align: left;
  padding: 3px 6px;
}
table.tbl2 th.wide.fix-str-sub, table.tbl2 th.wide.fix-str-sub2,
table.tbl2 td.wide.fix-str-sub,
table.tbl2 td.wide.fix-str-sub2 {
  font-size: 81%;
  width: 20%;
  border-left: 0;
  text-align: left;
  padding: 3px 6px;
}
table.tbl2 th.wide.fix-str-sub2,
table.tbl2 td.wide.fix-str-sub2 {
  width: 30%;
}
table.tbl2 th.wide.fix6, table.tbl2 th.wide.fix5,
table.tbl2 td.wide.fix6,
table.tbl2 td.wide.fix5 {
  height: 50px;
  min-width: 55px;
}
table.tbl2 th.wide.chk-only .form-check,
table.tbl2 td.wide.chk-only .form-check {
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
table.tbl2 th.wide.chk-num,
table.tbl2 td.wide.chk-num {
  padding: 7px 5px;
}
table.tbl2 th.wide.chk-num:not(:last-of-type),
table.tbl2 td.wide.chk-num:not(:last-of-type) {
  border-right: 0;
}
table.tbl2 th.wide.chk-num:not(:last-of-type) + .chk-num-sub,
table.tbl2 td.wide.chk-num:not(:last-of-type) + .chk-num-sub {
  border-left: 0;
  vertical-align: middle;
}
table.tbl2.responsive {
  width: 100%;
}
table.tbl2.responsive thead {
  display: none;
}
table.tbl2.responsive tbody {
  display: block;
  width: 100%;
}
table.tbl2.responsive tbody tr {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
table.tbl2.responsive tbody tr td {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
table.tbl2.responsive tbody tr td > table {
  table-layout: auto;
}
table.tbl2.responsive tbody tr td > table td {
  padding: 0;
  font-size: 0.9rem;
  vertical-align: top;
}
table.tbl2.responsive tbody tr td.fix-num {
  vertical-align: top;
  width: 10%;
  height: auto;
  border: 0;
  max-width: 100px;
  min-width: auto;
  padding: 3px 6px;
  font-size: 1rem;
  background-color: #f4f2f0;
}
table.tbl2.responsive tbody tr td.fix-str, table.tbl2.responsive tbody tr td.fix-str-sub {
  width: 88%;
  padding: 3px 6px;
  height: auto;
  border: 0;
  font-size: 0.975rem;
}
table.tbl2.responsive tbody tr td.fix-str + .wide, table.tbl2.responsive tbody tr td.fix-str-sub + .wide {
  border: 0;
  border-top: 2px solid #f4f2f0;
  text-align: left;
}
table.tbl2.responsive tbody tr td.fix-str-sub2 {
  border: 0;
  border-top: 2px solid #f4f2f0;
  width: 100%;
  font-size: 0.9em;
}
table.tbl2.responsive tbody tr td.fix-str-sub2 + .wide {
  border: 0;
  border-top: 2px solid #f4f2f0;
  text-align: left;
}
table.tbl2.responsive tbody tr td.fix6, table.tbl2.responsive tbody tr td.fix5 {
  height: auto;
}
table.tbl2.responsive tbody tr td.chk-only {
  border: 1px solid rgb(0, 0, 0);
  border-bottom-width: 0;
}
table.tbl2.responsive tbody tr td.chk-only:last-of-type {
  margin-bottom: 15px;
}
table.tbl2.responsive tbody tr td.chk-only .form-check {
  padding: 0;
  width: 100%;
  text-align: left;
}
table.tbl2.responsive tbody tr th {
  display: block;
  width: 100%;
  border: 0;
  margin-bottom: 4px;
  font-size: 1.1em;
}
table.tbl2.responsive tbody tr:last-of-type > td.chk-only:last-of-type {
  border-bottom-width: 1px;
}
table#tbl-code-mobile {
  box-sizing: border-box;
  width: 100%;
}
table#tbl-code-mobile > thead {
  display: none;
}
table#tbl-code-mobile > tbody {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
table#tbl-code-mobile > tbody > tr {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border: 1px solid #111;
  border-bottom-width: 0;
  width: 100%;
}
table#tbl-code-mobile > tbody > tr > td {
  box-sizing: border-box;
  display: inline-block;
}
table#tbl-code-mobile > tbody > tr > td.code {
  width: 15%;
  min-width: 4rem;
  font-weight: bold;
  font-size: 0.935rem;
  background-color: lightgray;
}
table#tbl-code-mobile > tbody > tr > td:not(.code) {
  width: 85%;
  font-weight: normal;
  font-size: 0.95rem;
}
table#tbl-code-mobile > tbody > tr > td.td1 {
  padding: 3px 5px;
}
table#tbl-code-mobile > tbody > tr:last-of-type {
  border-bottom-width: 1px;
}

table.tbl1.conf td:first-of-type {
  text-indent: -1.5em;
}

textarea {
  border: 1px solid #888;
  line-height: 1.4;
  height: 80px;
}

i {
  font-size: 1.25em;
  margin: 4px 3px;
}

#box3,
#box4,
#box5 {
  margin-bottom: 10px;
}

br.br-pc {
  display: none;
}

.pagetop {
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
}/*# sourceMappingURL=rs_style_sp.css.map */