@charset "UTF-8";
@keyframes MsgShow {
  0% {
    opacity: 0.1;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-whatinput=mouse] *:focus {
  outline: none;
}

[data-whatinput=keyboard] *:focus {
  outline: 2px solid blue;
}
[data-whatinput=keyboard].c-black *:focus {
  outline: 2px solid white;
}
[data-whatinput=keyboard].c-blue *:focus {
  outline: 2px solid white;
}
[data-whatinput=keyboard].c-yellow *:focus {
  outline: 2px solid blue;
}

/***** 全体のレイアウト ******/
html {
  font-size: 62.5%;
}

* {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

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

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

body {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

.f-md {
  font-size: 1rem !important;
}
.f-md #wrapper {
  max-width: 1600px;
}
.f-md .matrix.desktop, .f-md .matrix.tablet {
  width: 100%;
}

.f-lg {
  font-size: 1.45rem !important;
}
.f-lg #wrapper {
  max-width: 1800px;
}
.f-lg .matrix.desktop, .f-lg .matrix.tablet {
  width: 100%;
}

.c-black *,
.c-black *:before {
  color: yellow !important;
  border-color: yellow !important;
  background-color: black !important;
}
.c-black .err {
  background-color: yellow !important;
  color: black !important;
}
.c-black .err * {
  background-color: yellow !important;
  color: black !important;
}

.c-yellow *,
.c-yellow *:before {
  color: black !important;
  border-color: black !important;
  background-color: yellow !important;
}
.c-yellow .err {
  background-color: black !important;
  color: yellow !important;
}
.c-yellow .err * {
  background-color: black !important;
  color: yellow !important;
}

.c-blue *,
.c-blue *:before {
  color: yellow !important;
  border-color: yellow !important;
  background-color: blue !important;
}
.c-blue .err {
  background-color: yellow !important;
  color: blue !important;
}
.c-blue .err * {
  background-color: yellow !important;
  color: blue !important;
}

.b-f-md {
  font-size: 2rem !important;
}

.b-f-lg {
  font-size: 2.36rem !important;
}

.b-c-black {
  color: yellow !important;
  background-color: black !important;
}
.b-c-black * {
  color: yellow !important;
  background-color: black !important;
}

.b-c-yellow {
  color: black !important;
  background-color: yellow !important;
}
.b-c-yellow * {
  color: black !important;
  background-color: yellow !important;
}

.b-c-blue {
  color: yellow !important;
  background-color: blue !important;
}
.b-c-blue * {
  color: yellow !important;
  background-color: blue !important;
}

ruby rt {
  font-size: 53%;
}

.ruby_txt {
  line-height: 1.85 !important;
}
.ruby_txt ruby {
  padding-right: 2px;
}
.ruby_txt ruby rt {
  display: ruby-text;
  visibility: visible;
  background: transparent !important;
}
.ruby_txt.ruby_hidden {
  line-height: 1.6;
}
.ruby_txt.ruby_hidden ruby {
  padding: 0;
}
.ruby_txt.ruby_hidden ruby rt {
  display: none;
  visibility: hidden;
}

body,
form,
table {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Noto Sans JP", Meiryo, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  margin: 0;
}

#wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-y: visible;
  overflow-x: auto;
}

.header {
  background: transparent;
}
.header .header_menu_box {
  width: 100%;
  display: flex;
}
.header .header_menu_head {
  font-size: 1.3rem;
  padding: 0.4rem;
  margin: 0 0.4rem;
}

fieldset {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button {
  font-size: 1.8rem !important;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
button.primary.ui.button {
  font-size: 1.8rem;
  min-width: 200px;
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #08287f;
  border: 1px solid #08287f;
}
button.primary.ui.button:hover, button.primary.ui.button:focus, button.primary.ui.button:active {
  color: #08287f;
  background-color: #fff;
  border-color: #08287f;
}
button.sub.ui.button {
  min-width: 200px;
  padding: 0.8rem 1.6rem;
  color: #08287f;
  background-color: #fff;
  border: 1px solid #08287f;
}
button.sub.ui.button:hover, button.sub.ui.button:focus, button.sub.ui.button:active {
  color: #fff;
  background-color: #08287f;
}
button.edit-btn {
  padding: 0.6rem 0.9rem;
  font-size: 0.9em;
  border-color: #114000 !important;
  background-color: #114000 !important;
  color: #fff !important;
  text-align: left;
}
button.edit-btn:hover {
  opacity: 0.9;
}
button#btn_accessibility {
  font-size: 1.4rem;
  background-color: #eee;
  color: #000;
  border-radius: 2px;
}
button#back {
  font-size: 1.6rem;
  border-radius: 2px;
  background-color: #dfdfdf;
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem;
  text-align: center;
}
button .ruby_txt {
  box-sizing: border-box;
  display: inline-block;
}

.accessibility_header_menu {
  display: flex;
  margin-bottom: 1.6rem;
}
.accessibility_header_menu button {
  margin: 0 0.4rem;
}

.accessibility {
  width: 100%;
  margin-bottom: 12px;
  padding: 0 12px;
  box-sizing: border-box;
}
.accessibility .accessibility_menu_box {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 0.6rem;
}
.accessibility .accessibility_menu_box .accessibility_menu {
  text-align: left;
}
.accessibility .accessibility_menu_box .accessibility_menu .accessibility_menu_head {
  border-bottom: 2px solid #ddd;
}

.f-list,
.c-list {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}
.f-list.hide,
.c-list.hide {
  display: none !important;
}
.f-list button,
.c-list button {
  border: 0;
  border-radius: 2px;
  margin-bottom: 1em;
  padding: 0.4rem;
  font-size: 1.6rem;
  text-align: left;
  cursor: pointer;
}

.f-list {
  padding: 0.4rem;
}
.f-list .f-list_item.reset {
  color: #fff;
  background-color: rgb(255, 40, 0);
  width: 6em;
  text-align: center;
}

.c-list {
  padding: 0.4rem;
}
.c-list button {
  text-align: left;
  font-size: 1.6rem;
  padding: 0.4rem;
  flex-basis: 25%;
}
.c-list .c-list_item.reset {
  color: #fff;
  background-color: rgb(255, 40, 0);
  width: 6em;
  text-align: center;
}

hr {
  border: 0;
  border-top: 2px dashed #a8a8a8;
  margin: 1rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

.heading01 {
  color: #fff;
  font-size: 2.3rem;
  padding: 0.5em 0.8em;
  background: #4d4d4d;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Noto Sans JP", Meiryo, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}

select {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}

/*背景色*/
.err {
  background-color: rgb(255, 209, 209) !important;
}

.err.notice {
  background-color: rgb(255, 227, 203) !important;
}

input[type=text],
input[type=number],
textarea,
select {
  font-size: 1.6rem;
}
input[type=text].err-sub,
input[type=number].err-sub,
textarea.err-sub,
select.err-sub {
  background-color: rgb(255, 209, 209) !important;
}
input[type=text][disabled],
input[type=number][disabled],
textarea[disabled],
select[disabled] {
  background-color: #ddd !important;
  color: rgba(0, 0, 0, 0);
}

/* テキスト使用不可 */
.q_input input[type=text].disabled-text,
.q_input textarea.disabled-text {
  background-color: #999;
}

/* セレクトボックス使用不可 */
.q_input select.disabled-select {
  background-color: #bbb;
}

.hidden {
  display: none !important;
  opacity: 0;
}

.visible {
  animation: MsgShow 0.5s ease 0s 1 normal;
}

/*文字色*/
.sp_red {
  color: #ff3300 !important;
}

.sp_blue {
  color: #0d4a9b;
}

.sp_bold {
  font-weight: 700 !important;
}

.sp_sb {
  font-weight: 500;
}

.sp_normal {
  font-weight: normal;
}

.sp_ul {
  text-decoration: underline;
}

.sp_ul2 {
  border-bottom: 4px double #000;
}

.sp_caution {
  color: #dc3838;
}

.al_left {
  text-align: left !important;
}

.al_right {
  text-align: right !important;
}

.al_center {
  text-align: center !important;
}

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

a:visited {
  color: #0066cc;
}

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

/**見出し**/
.head1 {
  font-weight: normal;
  margin: 10px 0 12px;
}

.head2 {
  padding: 5px;
  color: #000000;
  font-weight: 700;
}

.head0 {
  padding: 3px;
  color: #000000;
  font-weight: 700;
  text-align: left;
}

.head-normal {
  font-weight: normal;
  font-size: 1rem;
  margin: 8px 0 6px;
}

.head-grey {
  background-color: lightgrey;
}

/***** 大問 *****/
.par_title {
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  padding: 5px 8px;
  background-color: #004082;
  color: white;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}
.par_title.futai {
  font-size: 1.075rem;
  font-weight: bold;
  padding: 8px;
  background-color: #990505;
  text-align: center;
}

.par2_title {
  display: flex;
  font-weight: bold;
  font-size: 1.2rem;
}

form[name=form_confirm] .par2_title {
  font-size: 1.3rem;
}

.confirm_note {
  text-align: left;
  padding: 0.6rem 1rem;
}

.segment {
  margin: auto;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.sub_title {
  display: inline-block;
  box-sizing: border-box;
  max-width: 975px;
  width: 100%;
  padding: 4px 1em;
  background-color: #dfdfdf;
  text-decoration: underline;
  text-align: left;
}

.sub_box {
  padding: 4px 8px;
  display: none;
}
.sub_box.show {
  display: block;
}

.box_tips {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 22px;
  padding: 5px 8px;
  border: 1px solid rgb(0, 0, 0);
}
.box_tips .title {
  font-weight: bold;
  margin-bottom: 7px;
}
.box_tips .main {
  text-align: left;
  font-weight: normal;
  font-size: 0.975em;
}

/***** 設問 *****/
.q_box,
.q_title,
.q_num,
.q_str,
.q_input {
  box-sizing: border-box;
}

.q_box,
.q_title,
.q_input {
  display: flex;
}

.q_box {
  flex-flow: row wrap;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.q_box.hidden {
  transform: scaleY(0);
}
.q_box.segment {
  width: 99%;
}
.q_box .q_edit {
  padding-bottom: 10px;
}
.q_box .q_edit .edit-btn-unit {
  padding-left: 1px;
}
.q_box .q_title {
  flex-flow: row;
  width: 100%;
  margin-top: 1em;
  flex-basis: 100%;
  background: #f3f3f3;
  color: #000;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
}
.q_box .q_input {
  flex-flow: row wrap;
  flex-basis: 100%;
  justify-content: space-around;
  padding: 6px 0.3rem;
  line-height: 1.8;
}
.q_box .q_input .col1,
.q_box .q_input .col2,
.q_box .q_input .col3 {
  text-align: left;
  margin-bottom: 5px;
}
.q_box .q_input .col1 .opt-cont,
.q_box .q_input .col2 .opt-cont,
.q_box .q_input .col3 .opt-cont {
  display: flex;
  align-items: baseline;
  width: 100%;
  box-sizing: border-box;
}
.q_box .q_input .col1 .opt-cont .opt-num,
.q_box .q_input .col1 .opt-cont .opt-str,
.q_box .q_input .col2 .opt-cont .opt-num,
.q_box .q_input .col2 .opt-cont .opt-str,
.q_box .q_input .col3 .opt-cont .opt-num,
.q_box .q_input .col3 .opt-cont .opt-str {
  display: inline-block;
}
.q_box .q_input .col1 .cont_fa,
.q_box .q_input .col2 .cont_fa,
.q_box .q_input .col3 .cont_fa {
  margin-top: 4px;
}
.q_box .q_input .col1 .cont_fa.num > input[type=text].txt_num,
.q_box .q_input .col2 .cont_fa.num > input[type=text].txt_num,
.q_box .q_input .col3 .cont_fa.num > input[type=text].txt_num {
  margin-left: 3px;
  margin-right: 3px;
}
.q_box .q_input .col1 .cont_fa:not(.num),
.q_box .q_input .col2 .cont_fa:not(.num),
.q_box .q_input .col3 .cont_fa:not(.num) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.q_box .q_input .col1 .cont_fa:not(.num) > input[type=text],
.q_box .q_input .col2 .cont_fa:not(.num) > input[type=text],
.q_box .q_input .col3 .cont_fa:not(.num) > input[type=text] {
  pointer-events: auto;
  padding: 2px;
  font-size: 1.6rem;
  margin-left: 3px;
  margin-right: 3px;
}
.q_box .q_input .col1 .select-box,
.q_box .q_input .col2 .select-box,
.q_box .q_input .col3 .select-box {
  display: flex;
  width: 100%;
  margin-top: 1.6rem;
  padding: 1.2rem 0.6rem;
}
.q_box .q_input .col1 .select-box.child,
.q_box .q_input .col2 .select-box.child,
.q_box .q_input .col3 .select-box.child {
  display: none;
}
.q_box .q_input .col1 .select-box.child.show,
.q_box .q_input .col2 .select-box.child.show,
.q_box .q_input .col3 .select-box.child.show {
  padding: 0.8rem 4px;
  display: inline-block;
}

.opt-box {
  display: flex;
  width: 100%;
}
.opt-box.block3 {
  flex-flow: row wrap;
  margin-top: 24px;
  padding: 0.6rem 0;
  border-top: 2px dashed #414141;
  border-bottom: 2px dashed #414141;
}
.opt-box.block3 fieldset {
  flex: 1 1 33.3333333333%;
  padding: 0.6rem 0.2rem;
}
.opt-box.block3 fieldset:last-child .opt-colgroup {
  flex-basis: 100%;
}
.opt-box.block3 .opt-block {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
.opt-box.block3 .opt-block .opt-colgroup {
  flex: 1 1 50%;
  display: flex;
  flex-flow: column wrap;
  box-sizing: border-box;
}
.opt-box.block3 .opt-block .opt-colgroup .opt-column {
  border: 0;
  min-width: 11em;
  width: auto;
}
.opt-row {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  justify-content: flex-start;
}
.opt-row.confirm {
  flex-flow: column wrap;
}

.opt-column {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #414141;
}
.opt-column:not(:first-child) {
  border-top: 0;
}

/* Chrome/Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/**テーブル**/
table {
  box-sizing: border-box;
}
table.matrix_table {
  border: 0;
  width: 100%;
}
table.matrix_table > tbody > tr > td:empty {
  width: 20px;
  padding: 0;
  background-color: #fff;
  border: 0;
}
table.matrix_table > tbody > tr:nth-child(2n) {
  background-color: rgb(233, 244, 253);
}
table.matrix_table .matrix_num {
  width: 4%;
  text-align: center;
  border: 1px solid #a7a7a7;
}
table.matrix_table .matrix_str {
  text-align: left;
  min-width: 12em;
  border: 1px solid #a7a7a7;
}
table.matrix_table .matrix_col {
  width: 3.3em;
  max-width: 90px;
  text-align: center;
  padding: 0;
  border: 1px solid #a7a7a7;
}
table.matrix_table .matrix_col label {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}
table.matrix_table .matrix_col label[for] {
  cursor: pointer;
  line-height: 1;
}
table.matrix_table .matrix_col label[for]:hover {
  background-color: mintcream;
}
table.matrix_table .matrix_col input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  cursor: pointer;
}
table.matrix_table .matrix_col_text {
  width: 68%;
  text-align: center;
  padding: 8px 8px 0px;
  border: 1px solid #a7a7a7;
}
table.matrix_table .matrix_col_text.confirm {
  text-align: left;
  line-height: 1.4;
  padding: 8px;
}
table.matrix_table .matrix_head {
  border: 1px solid #a7a7a7;
  padding: 8px 4px;
  text-align: center;
}
table.matrix_table .matrix_head_col {
  width: 3.3em;
  max-width: 90px;
  border: 1px solid #a7a7a7;
  text-align: center;
  font-size: 0.95em;
}
table.matrix_table .matrix_head_col div {
  height: 12em;
  margin: auto;
  writing-mode: vertical-rl;
  display: inline-block;
}
table.tbl1 {
  width: 100%;
}
table.tbl1 tr td {
  vertical-align: baseline;
}
table.word-table {
  width: 100%;
  margin-top: 24px;
  font-size: 0.9rem;
}
table.word-table > tbody > tr td,
table.word-table > tbody > tr th {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 4px 0;
}
table.word-table > tbody > tr td *,
table.word-table > tbody > tr th * {
  line-height: 1.4;
}
table.word-table > tbody > tr > td {
  padding-left: 2px;
}
table label.form-checkbox {
  line-height: 1;
  display: inline-block;
}
table label.form-radio {
  display: inline-block;
  line-height: 1.3;
}
table label.form-radio .form-radio-icon {
  left: 2px;
}
table label.form-radio input[type=radio] {
  opacity: 1;
}
table input[type=number],
table input[type=text] {
  min-width: 40px;
  padding: 0.3em 6px;
}
table select {
  min-width: 40px;
}

.matrix.desktop, .matrix.tablet {
  display: block;
  width: 1024px;
  margin: 0 auto;
}
.matrix.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .matrix.desktop, .matrix.tablet {
    display: none;
  }
  .matrix.sp {
    display: block;
  }
  .matrix.sp .matrix_box {
    border: 1px solid transparent;
    margin-bottom: 1.2rem;
  }
  .matrix.sp .matrix_box .matrix_title {
    box-sizing: border-box;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    display: flex;
  }
  .matrix.sp .matrix_box .matrix_title .matrix_num {
    box-sizing: border-box;
    width: 7%;
    min-width: 2em;
    padding: 4px;
    text-align: center;
  }
  .matrix.sp .matrix_box .matrix_title .matrix_str {
    box-sizing: border-box;
    padding: 4px;
    width: 93%;
    max-width: calc(100% - 2em);
  }
  .matrix.sp .matrix_box .matrix_input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 4px;
    display: flex;
    flex-flow: column;
  }
  .matrix.sp .matrix_box .matrix_input .opt-column {
    border-color: #949494;
    font-size: 0.92em;
  }
  .matrix.sp .matrix_box .matrix_title {
    background-color: rgb(233, 244, 253);
  }
  .q_box .q_input .cont_fa {
    display: flex;
    flex-flow: column;
    color: #444;
  }
  .q_box .q_input .cont_fa::after, .q_box .q_input .cont_fa::before {
    content: none !important;
  }
  .q_box .q_input .cont_fa > input[type=text].txt_fa, .q_box .q_input .cont_fa > input[type=text].txt_fa2 {
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 !important;
    width: 100%;
  }
}
/** パーツ **/
input,
select,
textarea {
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
}
select option {
  color: #000;
  background: #fff;
}
select option[value=""] {
  color: #111;
  background: #fefefe;
}

textarea {
  width: 100%;
  font-size: 1.6rem;
  margin-right: auto;
  resize: vertical;
  background: #fff;
  color: #000;
}

/*
--------------------
checkbox
--------------------
*/
.form-check {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  position: absolute;
  top: 1.6rem;
  left: 1rem;
  z-index: 2;
}
.form-check label.form-checkbox, .form-check label.form-radio {
  padding: 1.2rem 0.8rem 1.2rem 2.6rem;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}

input[type=checkbox] {
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  cursor: pointer;
}
input[type=checkbox]:disabled + label.form-checkbox {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=checkbox]:checked + label.form-checkbox {
  opacity: 1;
  font-weight: bold;
}
input[type=checkbox]:focus {
  opacity: 1;
}
input[type=checkbox]:focus + label.form-checkbox .opt-cont {
  position: relative;
  top: -1px;
}

label.form-checkbox {
  position: relative;
  display: inline;
  line-height: 1.5;
}
label.form-checkbox .form-checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 0.95em;
  z-index: 3;
  box-sizing: border-box;
}
label.form-checkbox .form-checkbox-label > .form-checkbox-label-num {
  font-weight: bold;
  padding-right: 8px;
}

_:-ms-lang(x)::-ms-backdrop,
label.form-checkbox input[type=checkbox] {
  top: 0;
  left: 0;
  width: 1.35em;
  height: 1.35em;
}

/*
--------------------
radio
--------------------
*/
input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  cursor: pointer;
}
input[type=radio]:disabled + label.form-radio {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=radio]:checked + label.form-radio {
  opacity: 1;
  font-weight: bold;
}
input[type=radio]:focus {
  opacity: 1;
}
input[type=radio]:focus + label.form-radio .opt-cont {
  position: relative;
  top: -1px;
}

label.form-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}
label.form-radio .form-radio-label {
  position: relative;
  margin-left: 1em;
  z-index: 3;
  line-height: 2;
  display: inline-block;
  width: 100%;
}
label.form-radio .form-radio-label > .form-radio-label-num {
  font-weight: bold;
  padding-right: 8px;
}

_:-ms-lang(x)::-ms-backdrop,
label.form-radio input[type=radio] {
  top: 1px;
  left: 0;
  width: 1.385em;
  height: 1.385em;
}

.ruby:not(.sr_mode_flg) .form-check input[type=radio],
.ruby:not(.sr_mode_flg) .form-check input[type=checkbox] {
  top: 2rem;
  left: 1.2rem;
}

[id^=move] {
  padding-top: 3px;
}
[id^=move]:empty {
  padding-top: 5px;
}

.sp_indent {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #fff;
  background: #282928;
  border: solid 2px #282928;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  filter: drop-shadow(0px 5px 3px #999);
}
.pagetop.show {
  animation: show 0.5s ease 0s 1 forwards;
}
.pagetop:hover {
  filter: drop-shadow(0px 5px 4px #888);
}
.pagetop .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

.sr_mode_flg #wrapper {
  max-width: auto;
}
.sr_mode_flg .matrix.desktop, .sr_mode_flg .matrix.tablet {
  width: 100%;
}
.sr_mode_flg table.matrix_table .matrix_head_col div {
  height: 14em !important;
}
.sr_mode_flg table.matrix_table .matrix_head_col div span.yomigana {
  padding: 0;
}
.sr_mode_flg table.matrix_table .matrix_head_col,
.sr_mode_flg table.matrix_table .matrix_col {
  width: auto;
}
.sr_mode_flg table.matrix_table .matrix_row .matrix_col label {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sr_mode_flg table.matrix_table .matrix_row .matrix_str {
  min-width: 12em;
}
.sr_mode_flg span.yomigana {
  padding-right: 1.2rem;
}
.sr_mode_flg .ruby_txt {
  line-height: 1.6 !important;
}
.sr_mode_flg .q_box .q_title .q_num {
  min-width: 5em;
}
.sr_mode_flg .q_box .q_title .q_num {
  max-width: calc(100% - 5em);
}
.sr_mode_flg .q_box .q_input .col1 .opt-cont .opt-num {
  padding-right: 2.2rem;
}

.ui.segment {
  font-size: inherit;
}

.index_note {
  padding: 1em;
}/*# sourceMappingURL=base.css.map */