@charset "UTF-8";
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header_cont,
.p_ber,
.q_box,
.q_title,
.q_title2 .q_input,
.par_title,
.q_box.matrix_conf .q_input table tr td:first-of-type > div,
.col_radio {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}

/***** 全体のレイアウト ******/
html,
body,
form,
table {
  font-size: 16px;
  font-family: "Kosugi", "Noto Sans JP", "游ゴシック", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  margin-top: 15px;
  margin-bottom: 130px;
}

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

.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.2em;
}

.sp_red {
  color: #ef2f00;
}

.sp_bold {
  font-weight: bold;
}

.sp_normal {
  font-weight: normal;
}

.sp_ul {
  text-decoration: underline;
}

.sp_caution {
  color: #dc3838;
}

.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

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

.sp_indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

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

.head1 {
  line-height: 1.3;
  /* font-weight: bold; */
  font-size: 14.5pt;
}

.head2 {
  font-size: 15pt;
  padding: 5px;
}

.head0 {
  padding: 6px;
  padding-bottom: 0.5em;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.head0::after,
.head0::before {
  content: "◆";
  text-align: left;
  color: #000000;
}

/*リンク*/
a:link {
  color: #0099cc;
}

a:visited {
  color: #0066cc;
}

a:hover,
a:active {
  color: #3333ff;
}

/***** ヘッダー *****/
.header {
  width: 100%;
  padding-bottom: 10px;
}
.header .header_cont {
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
}
.header .header_cont .logout {
  flex-basis: 20%;
  padding: 3px;
  text-align: center;
}

/***** プログレスバー（進捗状況） *****/
.p_ber {
  flex-flow: column;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.93rem;
}
.p_ber .col1,
.p_ber .col2,
.p_ber .col3 {
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}
.p_ber .col1 {
  width: 130px;
  margin: auto;
}
.p_ber .col1 .ber-out {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #1967d2;
  padding: 3px;
  margin: auto;
  border-radius: 2px;
}
.p_ber .col1 .ber-out .ber-in {
  padding: 4px;
  background-color: #1967d2;
  border-radius: 2px;
}
.p_ber .col2 {
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
}
.p_ber .p_ber0 {
  height: 8px;
  width: 80px;
  padding: 1px;
  box-sizing: content-box;
  border: 2px solid #ffffff;
  font-size: 1px;
  text-align: left;
}
.p_ber .p_ber1 {
  height: 8px;
  background-color: #ffffff;
}

/***** 題 *****/
.top_d {
  flex-basis: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18pt;
}

@media only screen and (max-width: 450.99px) {
  .top_d {
    font-size: 16pt;
  }
}
.top_d2 {
  width: 750px;
  padding: 5px;
  background-color: #08287f;
  color: #f0f8ff;
  font-size: 13pt;
  font-weight: bold;
}

/***** 大問タイトル *****/
.par_title {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 4px;
  background-color: #d4d4d4;
  color: #000;
  font-size: 0.98em;
  text-align: left;
}

.par_num {
  flex-basis: 12%;
  width: 12%;
  padding-left: 0.4em;
}

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

/***** 設問 *****/
.q_box {
  flex-flow: row wrap;
  width: 98%;
  margin-bottom: 40px;
}
.q_box.disabled {
  display: none;
}
.q_box .q_box {
  width: 100%;
}
.q_box.basic_conf .q_input {
  line-height: 1.6;
}
.q_box.basic_conf .q_input .col1 {
  margin-left: 4%;
}

.q_title,
.q_title2 {
  flex-basis: 100%;
  width: 100%;
  padding: 5px;
  color: #000;
}

.q_title {
  font-size: 16px;
  border-radius: 2px;
}

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

.q_num {
  width: 100%;
  font-size: 15pt;
  padding-right: 3px;
}
.q_num:empty {
  display: none;
}
.q_num:empty + .q_str {
  flex-basis: 100%;
  padding-left: 1em;
}

.q_str {
  width: 100%;
  text-align: left;
}
.q_str.q_str_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.q_note {
  font-size: 11.25pt;
  padding-top: 4px;
}

.q_note2 {
  padding: 8px 12px;
  margin-bottom: 15px;
  padding-left: calc(1em + 12px);
  text-indent: -1em;
}

.q_input {
  flex-flow: column;
  flex-basis: 100%;
  width: 100%;
  padding: 3px;
  padding-left: 0.5rem;
  font-size: 15px;
  /*iosでの入力時ズームアップ（16px未満で発生）防止*/
}
.q_input .col0,
.q_input .col1,
.q_input .col2,
.q_input .col3,
.q_input .col4,
.q_input .col5 {
  width: 100%;
  text-align: left;
  padding: 3px;
}
.q_input .opt-cont {
  display: flex;
  width: 100%;
}
.q_input .opt-cont .opt-num {
  min-width: 24px;
  max-width: 24px;
  padding-right: 0;
  flex-basis: 10%;
  padding-right: 5px;
}
.q_input .opt-cont .opt-str {
  width: auto;
  flex-basis: 90%;
}
.q_input .opt-cont .opt-str .cont_fa {
  width: calc(100% + 1.5em);
  margin-left: -2.5em;
}
.q_input input[type=text],
.q_input input[type=password],
.q_input textarea {
  font-size: 1rem; /*16px*/
}
.q_input select {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  margin-top: 0.5em;
  padding: 10px;
  border: 1px solid #737373;
  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 .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_input hr {
  border: 1px #fff solid;
  margin-top: 1em;
  margin-bottom: 1em;
}

.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: 13%;
  height: 26px;
  width: 13%;
  margin-right: 2%;
  padding: 6px 4px;
  box-sizing: content-box;
  background: #08287f;
  color: #fff;
  font-weight: normal;
  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: 81%;
  width: 81%;
  font-size: 0.945rem;
  text-align: left;
}

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

/***** セレクトボックス *****/
/*****ボタン *****/
input[type=button],
input[type=submit],
button {
  width: 120px;
  padding: 10px;
  box-sizing: content-box;
  background-color: #08287f;
  color: #fff;
  font-size: 1rem;
}
input[type=button][name=next]::after, input[type=button][name=nextpage]::after,
input[type=submit][name=next]::after,
input[type=submit][name=nextpage]::after,
button[name=next]::after,
button[name=nextpage]::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 16px;
  border-color: transparent transparent transparent #bf0000;
}
input[type=button][name=back]::after, input[type=button][name=backpage]::after,
input[type=submit][name=back]::after,
input[type=submit][name=backpage]::after,
button[name=back]::after,
button[name=backpage]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 16px 22px 0;
  border-color: transparent #7e7e7e transparent transparent;
}

_:-ms-lang(x)::-ms-backdrop,
.btn-box .btn-unit {
  position: relative;
}

_:-ms-lang(x)::-ms-backdrop,
.btn-box .btn-unit.next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: calc((100% - 160px) / 2 - 16px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 16px;
  border-color: transparent transparent transparent #bf0000;
}

_:-ms-lang(x)::-ms-backdrop,
.btn-box .btn-unit.back::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc((100% - 160px) / 2 - 16px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 16px 22px 0;
  border-color: transparent #7e7e7e transparent transparent;
}

input[name=btn_out] {
  width: 90px;
  padding: 6px 3px;
  font-size: 13px;
}

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

/***** フッター *****/
.btn-box {
  padding: 15px 8px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid aliceblue;
}
.btn-box .btn-unit {
  width: 44%;
  margin-bottom: 15px;
}
.btn-box .btn-unit.full {
  width: 100%;
}
.btn-box .btn-unit.order1 {
  order: 1;
}
.btn-box .btn-unit.order2 {
  order: 2;
}
.btn-box .btn-unit > input[type=submit],
.btn-box .btn-unit > input[type=button],
.btn-box .btn-unit > button {
  -webkit-tap-highlight-color: transparent;
  width: 160px;
  height: 44px;
  max-width: 87%;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
}
.btn-box .progress-unit {
  font-size: 15px;
}

.confirm_note {
  margin-bottom: 30px;
  font-size: 14px;
}

.btn_footer {
  margin-top: 30px;
  margin-bottom: 105px;
  width: 95%;
}
.btn_footer .confirm_note {
  margin-bottom: 10px;
}

@media only screen and (max-width: 450px) {
  .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 {
    width: 40%;
    min-width: 130px;
    margin: 15px auto;
  }
  .btn_footer > [name=next],
  .btn_footer > [name=nextpage] {
    order: 1;
  }
  .btn_footer > input[name=back],
  .btn_footer > input[name=backpage] {
    order: 2;
  }
  .q_num2 {
    flex-basis: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .q_str2 {
    flex-basis: 100%;
    width: 100%;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .btn-box .btn-unit.next::after {
    content: none;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .btn-box .btn-unit.back::after {
    content: none;
  }
}
/*
.note_footer {
  text-align:left;
  line-height:110%;
  width:95%;
  margin-bottom: 5px; }
*/
/*****汎用的な枠 *****/
.box {
  width: 100%;
  margin: auto;
}

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

.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;
}

/****** 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],
input[type=password] {
  border: 2px solid #aaa;
  border-radius: 2px;
  padding: 5px 8px;
}
input[type=text].txt_ss,
input[type=password].txt_ss {
  width: 30%;
}
input[type=text].txt_s,
input[type=password].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;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
}
.cont_fa > input[type=text].txt_fa,
.cont_fa > input[type=text].txt_fa2 {
  width: 92.5%;
}

form[name=index] .q_box .q_input .part input[type=button],
form[name=index] .q_box .q_input .part button {
  min-width: 160px;
  max-width: 250px;
  width: 80%;
  font-size: 16px;
}
form[name=index] .q_box .q_input .part input[type=text],
form[name=index] .q_box .q_input .part input[type=password] {
  min-height: 1.5rem;
  width: 60%;
}
form[name=index] .q_box .q_input .part label {
  width: 40%;
  font-size: 0.95rem;
}
form[name=index] .q_box .q_input .part.part-btn {
  margin-bottom: 15px;
}

form[name=form_confirm] ul {
  padding-left: 1em;
  margin: 8px 0;
}
form[name=form_confirm] ul > li > ul {
  padding-left: 5px;
  list-style: none;
}
form[name=form_confirm] ul > li > ul > li {
  list-style: none;
  width: calc(100% - 1em);
  border-radius: 2px;
  border: 2px solid #b3b3b3;
  background-color: #fff;
}
form[name=form_confirm] ul > li > ul > li::before {
  padding: 3px 8px;
  text-align: left;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 6px;
  background: #e7f9fb;
  color: #1967d2;
  border-bottom: 2px solid #cfdfe1;
}
form[name=form_confirm] ul > li > ul > li span {
  padding: 3px 8px;
  line-height: 1.4;
}

.matrix_table.fixed {
  display: table;
  border-collapse: collapse;
}
.matrix_table.fixed tr:nth-of-type(2n) {
  background-color: #f4f2f0;
}
.matrix_table.fixed tr th {
  font-weight: bold;
  text-align: center;
  font-size: 0.95rem;
  border: 0;
}
.matrix_table.fixed tr td {
  vertical-align: baseline;
}
.matrix_table.fixed tr td.cont_num, .matrix_table.fixed tr td.cont2 {
  width: 10%;
  font-size: 0.9rem;
  padding: 6px 3px;
  border: 1px solid #837b76;
  vertical-align: middle;
  text-align: center;
}
.matrix_table.fixed tr td.cont_num .form-check, .matrix_table.fixed tr td.cont2 .form-check {
  margin-bottom: 0;
}
.matrix_table.fixed tr td.cont_num .form-check .form-checkbox, .matrix_table.fixed tr td.cont2 .form-check .form-checkbox {
  width: auto;
}
.matrix_table.fixed tr td.cont_num .form-check .form-checkbox .form-checkbox-label, .matrix_table.fixed tr td.cont2 .form-check .form-checkbox .form-checkbox-label {
  padding-left: 1.5em;
}
.matrix_table.fixed tr td.cont_str, .matrix_table.fixed tr td.cont_str2, .matrix_table.fixed tr td.cont_str3 {
  width: 70%;
  font-size: 0.9rem;
  padding: 6px;
  border: 1px solid #837b76;
}
.matrix_table:not(.fixed) {
  display: block;
  width: 100%;
  border: 0;
  box-sizing: border-box;
}
.matrix_table:not(.fixed) colgroup {
  display: none;
}
.matrix_table:not(.fixed) thead {
  display: none;
}
.matrix_table:not(.fixed) tbody,
.matrix_table:not(.fixed) tr {
  display: block;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
.matrix_table:not(.fixed) td,
.matrix_table:not(.fixed) th {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 3px 6px;
  width: 100%;
}
.matrix_table:not(.fixed) tbody {
  counter-reset: row;
}
.matrix_table:not(.fixed) tbody th {
  font-weight: normal;
  background-color: #f4f2f0;
  border-bottom: 2px solid #ede7e2;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.matrix_table:not(.fixed) tbody th.cont_num {
  display: none;
}
.matrix_table:not(.fixed) tbody th[data-str] {
  padding: 5px 6px 5px 8px;
}
.matrix_table:not(.fixed) tbody th[data-str]::before {
  counter-increment: row;
  content: counter(row) "．";
}
.matrix_table:not(.fixed) tbody td:empty {
  display: none;
}
.matrix_table:not(.fixed) tbody td.disabled {
  opacity: 0.6;
}
.matrix_table:not(.fixed) tbody td[data-label] {
  width: 97%;
  margin-left: 3%;
}
.matrix_table:not(.fixed) tbody td[data-label]::before {
  content: attr(data-label);
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #bfbfbf;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 3px 4px 2px;
}
.matrix_table:not(.fixed) tbody td[data-border] {
  width: 97%;
  margin-left: 3%;
}
.matrix_table:not(.fixed) tbody td[data-border]::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #bfbfbf;
  margin-top: 2px;
  margin-bottom: 8px;
}
.matrix_table:not(.fixed) .matrix_row {
  display: block;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #837b76;
  margin-bottom: 10px;
}
.matrix_table:not(.fixed) .matrix_row.matrix_str {
  font-size: 0.95em;
}
.matrix_table:not(.fixed) .matrix_row div {
  vertical-align: middle;
}

.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,
#Q7_radio {
  display: none;
}

.wid96 {
  width: 96%;
  margin: auto;
  margin-left: 4%;
}

@media only screen and (max-width: 383.99px) {
  .form-slider .slider-box .slider-check label.slider-radio {
    font-size: 14px;
  }
  .slider-lbl-box .slider-lbl-unit {
    font-size: 9pt;
  }
  .btn-box .btn-unit > input[type=submit],
  .btn-box .btn-unit > input[type=button],
  .btn-box .btn-unit > button {
    width: 145px;
    max-width: 85%;
    font-size: 14.75px;
    white-space: nowrap;
  }
}
#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 !important;
}

.mobile_hidden {
  display: none !important;
}

img.logo {
  width: 150px;
}

.form-slider {
  padding-right: 1px;
  padding-left: 1px;
}

label.form-radio,
label.form-checkbox {
  line-height: 1.5;
}

.col_radio {
  display: flex;
  flex-flow: column;
  width: 100%;
  text-align: left;
}
.col_radio > .cell_radio {
  width: 100%;
  padding-left: 10px;
  line-height: 2;
}
.col_radio > .cell_radio .form-check {
  margin: 0;
}
.col_radio > .cell_radio .form-check label.form-radio .form-radio-icon {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.col_radio > .cell_radio .form-check label.form-radio .form-radio-icon:not(:checked) {
  border-color: #5a5a5a;
}
.col_radio > .cell_radio .form-check label.form-radio .form-radio-label {
  color: #464646;
  top: -3px;
}

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

table.tbl1.striped {
  display: block;
  width: 100%;
  border: 0;
  box-sizing: border-box;
}
table.tbl1.striped colgroup {
  display: none;
}
table.tbl1.striped thead {
  display: none;
}
table.tbl1.striped tbody,
table.tbl1.striped tr {
  display: block;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
table.tbl1.striped td,
table.tbl1.striped th {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 3px 6px;
  width: 100%;
  background-color: #fff;
}
table.tbl1.striped > tbody {
  counter-reset: row;
}
table.tbl1.striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
table.tbl1.striped > tbody > tr > th,
table.tbl1.striped > tbody > tr > td {
  border: 0;
  text-align: left;
}
table.tbl1.striped > tbody th {
  font-weight: normal;
  background-color: #f4f2f0;
  border-bottom: 2px solid #ede7e2;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
table.tbl1.striped > tbody th.cont_num {
  display: none;
}
table.tbl1.striped > tbody th[data-str] {
  padding: 5px 6px 5px 8px;
}
table.tbl1.striped > tbody th[data-str]::before {
  counter-increment: row;
  content: counter(row) "．";
}
table.tbl1.striped > tbody td:empty {
  display: none;
}
table.tbl1.striped > tbody td.disabled {
  opacity: 0.6;
}
table.tbl1.striped > tbody td[data-label] {
  width: 97%;
  margin-left: 3%;
}
table.tbl1.striped > tbody td[data-label]::before {
  content: attr(data-label);
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #bfbfbf;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 3px 4px 2px;
}
table.tbl1.striped > tbody td[data-border] {
  width: 97%;
  margin-left: 3%;
}
table.tbl1.striped > tbody td[data-border]::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #bfbfbf;
  margin-top: 2px;
  margin-bottom: 8px;
}
table.tbl1.striped .matrix_row {
  display: block;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #837b76;
  margin-bottom: 10px;
}
table.tbl1.striped .matrix_row.matrix_str {
  font-size: 0.95em;
}
table.tbl1.striped .matrix_row div {
  vertical-align: middle;
}

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

textarea {
  height: 100px;
  line-height: 1.4;
}

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

br.br-pc {
  display: none;
}/*# sourceMappingURL=rs_style_sp.css.map */