@charset "UTF-8";
@charrset "utf-8";
/*-------------------------------------------------------------------------------
 変数定義
 -------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
Font Awesome (アイコンフォント)
-----------------------------------------------------------------------------
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------*/
.float_wrap {
  overflow: hidden;
}

.frm {
  /*float:left;*/
  display: inline-block;
  margin: 0 5px 5px 0;
}
.frm.checkbox, .frm.radio {
  display: inline-block;
}
.frm .title {
  float: left;
  margin: 0 5px 5px 0;
  width: 85px;
}
.frm ._list {
  display: inline-block;
}

.clear_both {
  clear: both;
}

ul.no_decoration {
  padding: 0;
}
ul.no_decoration li {
  list-style-type: none;
}

h2.title {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 30px;
  color: #73b3b0;
  position: relative;
  padding-bottom: 25px;
}
h2.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #36509f;
}
@media screen and (max-width: 600px) {
  h2.title {
    padding-bottom: 15px;
  }
}

body:not(.fw-admin) h2.title {
  left: -10px;
  padding: 5px 0 25px 0;
}
@media screen and (max-width: 600px) {
  body:not(.fw-admin) h2.title {
    padding: 5px 0 15px 0;
    font-size: 20px;
    margin-top: 10px;
  }
}

table.dataTable {
  border-collapse: collapse;
  border: 1px solid #36509f;
}
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #999;
}
table.dataTable.cell-border tbody td {
  border: 1px solid #999;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #999;
}

/*-----------------------------------------------------------------------------
    header
-----------------------------------------------------------------------------*/
header {
  padding: 0;
  margin-bottom: 0;
}
header > div {
  width: 100%;
  height: 50px;
}
header > div.container {
  max-width: 986px;
  padding: 0;
}
header h1 {
  padding-top: 8px;
}
header h1 a {
  top: 12px;
  left: -11px;
}
header .l_header {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  height: auto;
}
header .l_header p {
  margin: 0;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  header .l_header {
    display: none;
  }
}
header .navbar-header button.navbar-toggle,
header .navbar-header button.navbar-toggle:hover,
header .navbar-header button.navbar-toggle:focus {
  width: 40px;
  height: 40px;
  background: #000000;
  border: none;
  border-radius: 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 26px;
  height: 3px;
  margin: 0 -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
header .navbar-default button.navbar-toggle:not(.collapsed) {
  background: #000000;
}
header .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
header .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
header .navbar-default button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

/*------------------------------------------------------------
 ログイン画面　(body.authentication)
 ------------------------------------------------------------*/
.authentication section {
  margin: 50px auto;
  width: 60%;
  font-size: 144%;
}
.authentication section div {
  margin: 0 0 20px 0;
  text-align: center;
}
.authentication section label {
  display: inline-block;
  width: 120px;
  text-align: right;
}
.authentication section input {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.authentication section #button button {
  margin: 30px;
  padding: 5px 0;
  width: 50%;
  height: 50px;
}
.authentication header .navbar.navbar-default {
  background-color: transparent;
}

/*------------------------------------------------------------
 ホーム
 ------------------------------------------------------------*/
.top section {
  /*width: 50%;*/
  margin: 0 auto 10px 50px;
}
.top section button {
  text-align: left;
  width: 220px;
  height: 80px;
  /*margin: 0 0 40px;*/
  padding: 10px 20px 10px 20px;
  /*padding-left:20px;*/
  font-size: 18px;
}
.top section button.register:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d0";
  color: #666;
  font-size: 18pt;
  margin-right: 10px;
}
.top section button.search:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  color: #666;
  font-size: 18pt;
  margin-right: 10px;
}
.top section button.import:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0ce";
  color: #666;
  font-size: 18pt;
  margin-right: 10px;
}
.top section button.account:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0c0";
  color: #666;
  font-size: 18pt;
  margin-right: 10px;
}
.top section button.section:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0f8";
  color: #666;
  font-size: 18pt;
  margin-right: 10px;
}
.top section .explanation {
  /*padding: 10px 0;*/
  height: 60px;
  margin: 10px 0 0 20px;
  /*background: #ddd;*/
  /*font-size: 18px;*/
}

.top .top-button {
  border: 1px solid #ccc;
  margin: 0 5px 10px;
  padding-top: 15px;
}
.top .top-button a {
  color: #000;
  text-decoration: none;
}
.top .top-button a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.top .top-button h2 {
  background-color: #73b3b0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  margin: 0 10px 15px;
}
.top .top-button h2:hover {
  opacity: 0.5;
}
.top .top-button p {
  font-size: 15px;
  text-indent: 1em;
}
@media screen and (min-width: 576px) {
  .top .top-button {
    min-height: 350px;
    margin: 10px 5px 5px;
    padding-top: 25px;
  }
  .top .top-button.col-sm-6 {
    width: calc(50% - 10px);
    float: left;
  }
  .top .top-button.col-sm-4 {
    width: calc(33% - 15px);
    float: left;
  }
  .top .top-button h2 {
    padding: 50px 0px;
    margin: 0 0 30px;
    font-size: 25px;
  }
}

/*------------------------------------------------------------
 レポート出力 (body.report)
 ------------------------------------------------------------*/
.report .outer_frame {
  background-color: #ffffff;
  width: 980px;
  margin: 0 auto;
}
.report .btn_output {
  text-align: center;
}
.report .btn_output button {
  width: 60%;
  padding: 15px 0;
  margin: 0 0 15px 0;
}
.report .btn_output button:before {
  padding: 2px 7px 2px 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.33333333em;
  text-align: center;
  display: inline-block;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -10%;
}
.report .btn_pop_up button:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.report #graph_show_button:before {
  content: "\f080";
}
.report #excel_output_button:before {
  content: "\f1c2";
}
.report .btn_append_color {
  margin-left: 10px;
}
.report .btn_append_color:before {
  content: "\f021";
}
.report .btn_remove_pop_up:before {
  content: "\f00d";
}

/*table*/
.subject_top table.table {
  width: initial;
}
.subject_top table.table tbody tr > td {
  min-width: 140px;
}
.subject_top table.table thead tr:nth-of-type(1) > th:nth-of-type(1), .subject_top table.table tbody tr:nth-of-type(1) > td:nth-of-type(1) {
  min-width: 200px;
}

.report div.table_graph_data table tr.table_graph_label td {
  background-color: #bce4db;
}
.report div.table_graph_data table col.variable_label {
  width: 240px;
}
.report div.table_graph_data table tr td {
  text-align: right;
  background-color: #ffffff;
}
.report div.table_graph_data table tr td.variable_label {
  text-align: left;
}
.report div.table_graph_data col {
  width: 80px;
  text-align: right;
}
.report div.pop_up_tool {
  box-shadow: 1px 1px 4px 1px;
  z-index: 10;
  position: absolute;
  background-color: #efefef;
  margin-top: -12px;
  margin-left: 490px;
  margin-right: 45px;
}
.report .progress_bar_status {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  width: 60%;
  text-align: center;
}
.report .progress_bar_status p {
  display: inline;
  margin: 0;
}
.report .progress_bar_status p span {
  margin-left: 10px;
}
.report .progress_bar {
  /*box-shadow:1px 1px 4px 1px;*/
  z-index: 20000;
  position: fixed;
  background-color: #005599;
  color: #ffffff;
  left: 50%;
  bottom: 0px;
  width: 920px;
  padding: 10px 30px;
  opacity: 0.95;
  margin: 0 0 0 -490px;
}
.report .progress_bar progress {
  width: 90%;
}

/*------------------------------------------------------------
 マスタ登録画面　(master, account, section)
 ------------------------------------------------------------*/
.master div#search {
  margin-left: 20px;
  width: 50%;
  float: left;
}
.master div#search_title {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #e7f6f6;
}
.master div#search_conditions {
  margin-left: 10px;
  width: 100%;
}
.master div#search_conditions dt {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: #e7f6f6;
  width: 150px;
  float: left;
}
.master div#search_conditions dd {
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.master div.button_search {
  margin-top: 0px;
  margin-bottom: 15px;
}
.master div.show_list {
  width: 450px;
}
.master div.show_list thead tr td {
  background-color: #e7f6f6;
}
.master div.show_list tbody {
  /*  display:block; */
  max-height: 400px;
  overflow-y: scroll;
}
.master div.show_list tbody tr:hover td {
  background-color: #ffffaa !important;
  cursor: pointer;
}
.master div.show_list td:nth_of_type(1) {
  width: 160px;
}
.master div.show_list td:nth_of_type(2), .master div.show_list td:nth_of_type(3) {
  width: 100px;
}
.master div.edit_parts {
  margin-top: 40px;
}
.master table tr.selected_item td {
  background-color: #eecccc;
}
.master table tr.invalid_item td {
  background-color: #cccccc;
}
.master div.err_msg {
  background-color: #f77;
  color: #ffffff;
}
.master div.edit_title {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ffdddd;
  /*color:#ff0000;*/
}
.master div.show_edit {
  margin-left: 50%;
  width: 50%;
}
.master div.show_edit dl {
  margin-left: 0px;
}
.master div.show_edit dt {
  padding: 5px;
  width: 150px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 7px;
  margin-right: 10px;
  background-color: #ffe0e0;
  float: left;
}
.master div.show_edit dd {
  padding-top: 16px;
  /*padding-left:10px; */
  margin-top: 10px;
  margin-bottom: 12px;
}
.master div.button_edit {
  margin-top: 50px;
  margin-left: 50%;
  margin-right: 0px;
}
.master div.button_add {
  clear: both;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
.master div.show_list td{
  width:120px;
}
*/
.city .search_conditions table th {
  width: 100px;
}

.language .table_hover > tbody > tr > td:hover {
  cursor: pointer;
}
.language .edit_string_pair_main_area dt {
  padding: 10px;
  margin: 20px 0 5px 0;
  width: 200px;
  background: #eee;
}
.language .edit_string_pair_main_area input {
  width: 100%;
}
.language .edit_string_pair_main_area textarea {
  width: 100%;
  height: 350px;
}

/******************************************************************************
 *
 * env_variable
 *
 *****************************************************************************/
.env_variable div.button_search {
  margin-left: auto;
}
.env_variable .edit_master_data_main_area table {
  margin: 5px 0;
  width: 100%;
}
.env_variable .edit_master_data_main_area table.custom_value {
  margin: 0 10px 15px 10px;
  width: calc(100% - 10px);
}
.env_variable .edit_master_data_main_area th, .env_variable .edit_master_data_main_area td {
  border: solid 10px #fff;
  padding: 10px;
}
.env_variable .edit_master_data_main_area table.custom_value td {
  border: solid 1px #ccc;
  padding: 8px 10px;
}
.env_variable .edit_master_data_main_area th {
  margin: 20px 0 5px 0;
  width: 200px;
  background-color: #eee;
}
.env_variable .edit_master_data_main_area td {
  width: calc(100% - 200px);
}
.env_variable .edit_master_data_main_area select {
  height: 25px;
  margin-top: 2px;
}
.env_variable .edit_master_data_main_area input#name_edit {
  width: 100%;
}
.env_variable .edit_master_data_main_area hr {
  margin: 0px;
  border-top: 1px solid #bbb;
}
.env_variable .edit_master_data_main_area .env_choice_block [name=btn_del_env_choice] {
  width: 21px;
  margin-top: -1px;
  margin-left: 3px;
}
.env_variable .edit_master_data_main_area .env_choice_block [name=btn_add_env_choice] {
  width: 21px;
  margin-top: 2px;
}
.env_variable .edit_master_data_main_area .custom_value_header {
  background-color: #eee;
  width: 190px;
  padding: 15px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
}
.env_variable .edit_master_data_main_area .button_add_custom_value {
  margin: -15px 0 0 10px;
}
.env_variable .edit_master_data_main_area .button_add_custom_value button {
  width: 20px;
}
.env_variable .button_edit_block {
  float: right;
}

/* frm */
div.radio {
  margin: 5px auto 0px;
}
div.radio label {
  margin: auto 5px;
}

textarea {
  width: 100%;
  /*max-width: 100%;*/
  min-height: 80px;
}

.textarea {
  width: 100%;
}

div#main {
  margin-top: 30px;
  max-width: 1560px;
  margin: 0 auto;
}

body:not(.fw_admin) div#main {
  max-width: 1100px;
  margin: 0px auto 20px;
  text-align: left;
}

.subject_top div#main {
  width: 1060px;
}

@media (min-width: 1200px) {
  .container {
    width: initial;
  }
}
.form-main {
  margin-top: 25px;
}

/* 【フォームタイトル新規登録ページ】
-----------------------------------------*/
/*
.edit_form article table { text-align: left; }
.edit_form article th { padding: 5px 10px; font-weight: normal; }
.edit_form article td input { width: 84%; }
.edit_form #time_limit_span { margin: 0 5px 0 0; }
.edit_form textarea { min-width: 590px; }
*/
/* 【設問一覧ページ】
-----------------------------------------*/
/*
.show_form_data .outer_frame > div { border: 1px solid #999999; padding: 15px; border-radius: 4px; margin: 0 0 10px 0; }
.show_form_data .outer_frame .form_heading_title { border: none; padding: 0; border-radius: 0; margin: 0 0 20px 0; }
.show_form_data .outer_frame > div:nth-child(2) { border: none; padding: 0; border-radius: 0; margin: 0; float: right; }
.show_form_data .button_sinki { padding: 3px 8px; font-size: 120%; }
*/
/* 編集button */
/*.show_form_data .button_hensyu { font-size: 120%; }*/
/* 【フォーム編集ページ】
-----------------------------------------*/
/*
.edit_form_data .form_heading { float: left; width: 200px; background: #e7f5f5; padding: 2px 0 2px 5px; margin: 0 10px 0 0; }
.edit_form_data #hyouji_all { clear: both; }
.edit_form_data #hyouji_all > div { clear: both; margin: 15px 0 15px 0; overflow: hidden; }
.edit_form_data select { margin: 0; }
.edit_form_data #question_no { width: 195px; }
.edit_form_data input[type="text"] { width: 120px; margin-right: 10px; }
.edit_form_data textarea { width: 590px; }
.edit_form_data .submit_buttons { clear: both; }
*/
.btn-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.btn-round.btn-lg {
  width: 48px;
  height: 48px;
}

.outer_frame {
  /*max-width: 900px;*/
}

.form .container-fluid {
  max-width: 920px;
}

/*margin-right: 5px; margin-left:5px;}*/
.form_frame {
  position: relative;
  border: 1px solid #999999;
  padding: 5px 0 5px 10px;
  border-radius: 1px;
  margin-top: 35px;
  /*font-size: 16px;*/
}
.form_frame .heading {
  display: block;
  position: absolute;
  margin-top: -36px;
  margin-bottom: -1px;
  margin-left: -11px;
  padding-top: 4px;
  padding-left: 10px;
  text-align: left;
  height: 31px;
  width: 160px;
  border: #888 1px solid;
  border-bottom: #aaa 1px solid;
  border-top-right-radius: 12px;
  background: #aff;
}
.form_frame .edit_form table {
  width: 100%;
  clear: both;
  background: #fff;
}
.form_frame table tr th {
  width: 100px;
  border: 1px solid #ccc;
  padding: 4px;
}
.form_frame table tr td {
  border: 0px solid #999;
  padding: 4px;
  text-align: left;
}
.form_frame table tr:nth-of-type(odd) td {
  background: #fff;
}
.form_frame .basic_buttons {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 320px;
  text-align: left;
  visibility: hidden;
}
.form_frame:hover .basic_buttons {
  visibility: visible;
}

.fd_outer {
  position: relative;
  /*background-color: #eee;*/
  /*border: solid 1px #333;*/
  width: 100%;
  padding: 0;
  overflow: visible;
}
.fd_outer:hover {
  background-color: #fff;
  background-color: #fff;
}
.fd_outer.is_pagination, .fd_outer.is_sectionation {
  margin-top: 60px;
}
.fd_outer .question_frame {
  /*float: left;*/
  background: #fff;
  position: relative;
  width: 100%;
}

.show_discussion .fd_outer .question_frame {
  max-width: 900px;
}

.fd_outer .basic_buttons {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 420px;
  text-align: left;
  /*background: #fab;*/
  visibility: hidden;
  /*visibility: visible;*/
}
.fd_outer:hover .basic_buttons {
  visibility: visible;
}
.fd_outer.is-closed:hover .basic_buttons {
  visibility: hidden;
}
.fd_outer .inner_element {
  /*  position: relative;*/
  /*  display: inline-block;*/
  display: block;
  vertical-align: top;
}
.fd_outer .inner_element .question_frame .edit_form {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  margin: auto;
  width: 800px;
}
.fd_outer .inner_element.hover_and_popover:hover .question {
  background: #eef;
  padding: 0px;
}
.fd_outer .inner_element .question {
  border: 0px;
  padding: 0px;
  /*padding: 0px;*/
}
.fd_outer .inner_element .question p {
  margin: 0;
}
.fd_outer .inner_element .basic_buttons {
  position: absolute;
  top: -35px;
  /*bottom: 0px;*/
  left: 0px;
  padding-top: 0px;
  width: 240px;
  height: 40px;
  text-align: center;
  background: #fffafa;
  border: 1px solid #aaa;
  border-radius: 5px;
  visibility: hidden;
}
.fd_outer .inner_element .basic_buttons button {
  height: 30px;
}
.fd_outer .inner_element .anchorjs-link {
  background: #dfd;
  color: #222;
  font-size: 20px;
  content: "\f0d0";
  /*margin-left: 5px;   */
}
.fd_outer .add_buttons {
  position: absolute;
  bottom: -10px;
  right: 45%;
  z-index: 3;
  visibility: hidden;
  /*visibility: visible;*/
}
.fd_outer:hover .add_buttons {
  visibility: visible;
}

/*
.balloon-1-bottom {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    min-width: 115px;
    height: 40px;
    line-height: 34px;
    color: #19283C;
    text-align: center;
    background: #F6F6F6;
    border: 3px solid #19283C;
    z-index: 0;
}
.balloon-1-bottom:before {
    content: "";
    position: absolute;
    bottom: -8px; left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #F6F6F6 transparent transparent transparent;
    z-index: 0;
}
.balloon-1-bottom:after {
    content: "";
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #19283C transparent transparent transparent;
    z-index: -1;
}
*/
/*
.fd_outer .inner_element:hover .basic_buttons {
    visibility: visible;
}
*/
/*.fd_outer .inner_element .edit_form { z-index: 5; }*/
.form_frame .basic_buttons button {
  /*padding:2px 8px; */
  /*font-size:14px;*/
}

.fd_outer .basic_buttons button, .fd_outer .add_buttons button {
  /*padding:2px 8px; */
  /*font-size:14px;*/
}

.form_frame .basic_buttons button .fa {
  padding-right: 4px;
}

.fd_outer .basic_buttons button .fa, .fd_outer .add_buttons button .fa {
  padding-right: 4px;
}

.form .outer_frame .finish-buttons {
  padding: 4px 0 4px 2px;
}
.form .outer_frame .finish-buttons button {
  margin-right: 8px;
}

/*
button[name="btn_set_form_data"] {
    content: '\f0d0';
}
button[name="btn_add_form_data"] {
    content: '\f0d0';
    font-size: 12pt;
}

button[name="btn_edit_form_data_finished"] {
    font-size: 12pt;
}
*/
.fd_outer .question {
  text-align: left;
  /*
      background-color: #fff;
  */
  /*width: 900px;
  min-height: 80px;
  */
  border: 1px solid #999999;
  border-radius: 4px;
}
.fd_outer.no-frame > .question_frame > .question.panel {
  border: 0;
  margin: 0;
}
.fd_outer.no-frame > .question_frame > .question.panel > .panel-body {
  padding: 0;
}

.answer .bottom-buttons {
  margin: 0 -15px;
}
.answer .bottom-buttons .container-fluid {
  padding: 0;
}

.is_hidden_on_answer {
  opacity: 0.5;
}

.fd_outer .question {
  zoom: 1;
  /*overflow: auto;*/
}
.fd_outer .question:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.fd_outer .question:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.fd_outer .question .question_title:first-child {
  /*border-bottom: 1px solid #e4e4e4;*/
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  /*background: #f7f7f7;*/
  font-size: 110%;
  border-radius: 4px 4px 3px 3px;
}
.fd_outer .question .question_title:nth-child(2) {
  width: 98%;
  padding: 0 1% 0 1%;
  margin: 0 0 15px 0;
}
.fd_outer .question .question_title .question_no {
  float: left;
  margin-right: 5px;
}
.fd_outer .question .question_title .title, .fd_outer .question .question_title .required_mark {
  display: inline-block;
}
.fd_outer .question .matrix dl {
  display: table;
  width: 100%;
  list-style: none;
  /*border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  */
}
.fd_outer .question .matrix dl dt {
  display: table-cell;
  clear: both;
  margin: 0;
  box-sizing: border-box;
}
.fd_outer .question .matrix dl dd {
  float: left;
  /*display: table-cell;*/
  /*border-right: 1px;
      border-bottom: 1px;
      border-style:solid;
      border-color:#999999;
  */
  /*border-left: 0px;*/
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
.fd_outer .question .matrix dl div {
  float: left;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
.fd_outer .question .matrix dl div.heading {
  float: none;
}
.fd_outer .question .matrix dl .top-left {
  height: 160px;
  background: #faa;
}
.fd_outer .edit_form {
  display: none;
  min-height: 120px;
  border: 1px solid #888;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
  text-align: left;
  background-color: #f7f7ff;
  width: 100%;
  /*min-width: 900px;*/
  margin-bottom: 20px;
  /*font-size: 16pt;*/
}
.fd_outer .inner_element .edit_form {
  /*margin: 0px 0 0 0;*/
}
.fd_outer .edit_form input {
  /*height: 20px;*/
  /*font-size: 12pt;*/
}
.fd_outer .edit_form .width50pc {
  width: 50%;
}
.fd_outer .edit_form .width100pc {
  width: 100%;
}
.fd_outer .edit_form .layout {
  width: 100%;
  /*height: 100px;*/
}
.fd_outer .edit_form .layout_outer {
  display: none;
}
.fd_outer .edit_form .text_parts {
  font-size: 12px;
}
.fd_outer .edit_form .text_parts div {
  margin-left: 5px;
  margin-bottom: 5px;
}
.fd_outer .edit_form .text_parts span {
  margin-right: 5px;
  margin-left: 5px;
}
.fd_outer .edit_form .text_sizing {
  resize: horizontal;
  height: 20px;
  font-size: auto;
  min-width: 20px;
  max-width: 100%;
  color: #aaa;
  background: #fff;
  border: 1px solid #aaa;
  overflow: hidden;
}
.fd_outer .edit_form table {
  width: 98%;
  clear: both;
  margin: 10px 0 20px 0;
  /*background: #fdf;*/
}
.fd_outer .edit_form table tr th {
  width: 100px;
  border: 0px solid #999;
  padding: 15px 0 0 4px;
  vertical-align: top;
}
.fd_outer .edit_form table tr td {
  border: 0px solid #999;
  padding: 4px;
}
.fd_outer .edit_form .choice {
  margin: 0 0 3px 3px;
}
.fd_outer .edit_form .choice .hidden {
  display: none;
}
.fd_outer .edit_form .choice .handle {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  cursor: move;
}
.fd_outer .edit_form .choice .handle .img_handle {
  width: 28px;
  height: 28px;
}
.fd_outer .edit_form .choice .value {
  margin-right: 10px;
  width: 60px;
  overflow: hidden;
}
.fd_outer .edit_form .choice .name {
  margin-right: 10px;
  width: 280px;
  overflow: hidden;
}
.fd_outer .edit_form .choice .ib {
  display: inline-block;
  vertical-align: top;
}
.fd_outer .edit_form .choice .btn {
  margin-right: 4px;
}
.fd_outer .edit_form .choice .limitation_button {
  margin-left: 10px;
}
.fd_outer .edit_form .choice .invalid input[type=text] {
  disabled: true;
}
.fd_outer .edit_form .choice_option {
  margin: 10px 0 3px;
}
.fd_outer .edit_form .matrix_column {
  margin: 0 0 3px 3px;
}
.fd_outer .edit_form .matrix_column .hidden {
  display: none;
}
.fd_outer .edit_form .matrix_column .handle {
  float: left;
  margin-right: 8px;
}
.fd_outer .edit_form .matrix_column .handle .img_handle {
  width: 22px;
  height: 22px;
}
.fd_outer .edit_form .matrix_column .heading {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  font-size: 12px;
}
.fd_outer .edit_form .matrix_column .value {
  float: left;
  margin-right: 10px;
  width: 60px;
  overflow: hidden;
}
.fd_outer .edit_form .matrix_column .name {
  float: left;
  margin-right: 10px;
  width: 300px;
  overflow: hidden;
}
.fd_outer .edit_form .matrix_column .show_title {
  float: left;
  margin-right: 30px;
  /*width: 300px;*/
  overflow: hidden;
  font-size: 12px;
}
.fd_outer .edit_form .matrix_column .choice_list_label {
  float: left;
  margin-left: 10px;
  background: #eeefad;
  font-size: 12px;
}
.fd_outer .edit_form .matrix_column .choice_list {
  float: left;
  margin-left: 10px;
  background: #eeefad;
  width: 90%;
}
.fd_outer .edit_form .matrix_column .del_button, .fd_outer .edit_form .matrix_column .add_button {
  float: left;
  margin-right: 20px;
}
.fd_outer .edit_form .matrix_column .invalid input[type=text] {
  disabled: true;
}
.fd_outer .edit_form .matrix_column .choice {
  margin: 0 0 3px 3px;
}
.fd_outer .edit_form .matrix_column .choice .hidden {
  display: none;
}
.fd_outer .edit_form .matrix_column .choice .handle {
  display: inline-block;
  margin-right: 8px;
}
.fd_outer .edit_form .matrix_column .choice .handle .img_handle {
  width: 18px;
  height: 18px;
}
.fd_outer .edit_form .matrix_column .choice .value {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  overflow: hidden;
}
.fd_outer .edit_form .matrix_column .choice .name {
  display: inline-block;
  margin-right: 10px;
  width: 200px;
  overflow: hidden;
}
.fd_outer .edit_form .choice .buttons {
  display: inline-block;
}
.fd_outer .edit_form .choice .invalid input[type=text] {
  disabled: true;
}
.fd_outer .edit_form .choice_option {
  margin: 10px 0 3px 3px;
}
.fd_outer .edit_form .matrix_row {
  margin: 0 0 3px 3px;
}
.fd_outer .edit_form .matrix_row .hidden {
  display: none;
}
.fd_outer .edit_form .matrix_row .handle {
  float: left;
  margin-right: 8px;
}
.fd_outer .edit_form .matrix_row .handle .img_handle {
  width: 22px;
  height: 22px;
}
.fd_outer .edit_form .matrix_row .value {
  float: left;
  margin-right: 10px;
  width: 60px;
  overflow: hidden;
}
.fd_outer .edit_form .matrix_row .name {
  float: left;
  margin-right: 10px;
  width: 300px;
  overflow: hidden;
}
.fd_outer .edit_form .matrix_row .del_button {
  float: left;
  margin-right: 40px;
  width: 40px;
}
.fd_outer .edit_form .matrix_row .add_button {
  float: left;
  width: 80px;
}
.fd_outer .edit_form .matrix_row .invalid input[type=text] {
  disabled: true;
}
.fd_outer .edit_form .argument {
  margin: 0 0 3px 3px;
}
.fd_outer .edit_form .argument .hidden {
  display: none;
}
.fd_outer .edit_form .argument .handle {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  cursor: move;
}
.fd_outer .edit_form .argument .handle .img_handle {
  width: 28px;
  height: 28px;
}
.fd_outer .edit_form .argument .no {
  margin-right: 10px;
  width: 30px;
  padding-top: 2px;
  text-align: center;
}
.fd_outer .edit_form .argument .id_form_data {
  margin-right: 10px;
  width: 300px;
  overflow: hidden;
}
.fd_outer .edit_form .argument .choice {
  margin-right: 10px;
  width: 150px;
  overflow: hidden;
}
.fd_outer .edit_form .argument .ib {
  display: inline-block;
  vertical-align: top;
}
.fd_outer .edit_form .argument .btn {
  margin-right: 4px;
}
.fd_outer .page_explanation {
  display: none;
}
.fd_outer.is_sectionation .question, .fd_outer.is_pagination .question {
  border-top-left-radius: 0px;
}
.fd_outer.is_sectionation .page_explanation, .fd_outer.is_pagination .page_explanation {
  display: block;
  margin-top: -33px;
  margin-bottom: -1px;
  margin-left: 0px;
  padding-top: 4px;
  padding-left: 10px;
  text-align: left;
  height: 31px;
  width: 160px;
  border: #888 1px solid;
  border-bottom: #aaa 1px solid;
  border-top-right-radius: 12px;
  background: #afa;
}
.fd_outer .parts_limitation {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
  width: 700px;
  border: #888 1px solid;
  border-radius: 4px;
  padding: 20px 10px 10px 20px;
  z-index: 10;
  background: #fff;
}
.fd_outer .parts_limitation .limitation {
  /*margin-left: 15px;*/
  margin-bottom: 10px;
}
.fd_outer .parts_limitation .limitation .title {
  margin-top: 2px;
  width: 150px;
}
.fd_outer .parts_limitation .limitation_node_tree {
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}
.fd_outer .parts_limitation .parts_leaf_node {
  display: none;
  background: #ffa;
  width: 100%;
  padding: 5px 5px 5px 5px;
  /*height: 30px;*/
  border: 1px solid #aaa;
}
.fd_outer .parts_limitation .parts_leaf_node .trigger_object {
  width: 92%;
}
.fd_outer .parts_limitation .parts_leaf_node .choice_list, .fd_outer .parts_limitation .parts_leaf_node .type_comparison_operation, .fd_outer .parts_limitation .parts_leaf_node .is_negative {
  display: none;
}
.fd_outer .parts_limitation .parts_inner_node {
  display: none;
  background: #fca;
  width: 100%;
  /*min-height: 30px;*/
  padding: 5px 5px 5px 5px;
}
.fd_outer .parts_limitation .parts_node_button {
  float: right;
  /*margin-top: -40px;
  margin-bottom: 10px;*/
  /*text-align: right;*/
  /*background: #fca;*/
  /*width: 100%;*/
}
.fd_outer .parts_limitation .btn_includer .btn {
  margin-right: 5px;
}
.fd_outer .parts_limitation .button_below {
  margin-top: 20px;
  text-align: right;
}
.fd_outer .comments {
  float: left;
  /*width: 200px;*/
  /*background: #ddf;*/
}
.fd_outer .parts_variable_rule {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
  width: 800px;
  border: #888 1px solid;
  border-radius: 4px;
  padding: 20px 10px 10px 20px;
  z-index: 10;
  background: #fff;
}
.fd_outer .parts_variable_rule .variable_rule {
  /*margin-left: 15px;*/
  margin-bottom: 10px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}
.fd_outer .parts_variable_rule .variable_rule .title {
  margin-top: 2px;
  width: 150px;
}
.fd_outer .parts_variable_rule .condition ul.condition_tree {
  -webkit-padding-start: 0px;
}
.fd_outer .parts_variable_rule .parts_leaf_node {
  display: none;
  background: #f2ffff;
  width: 100%;
  padding: 5px 5px 5px 5px;
  /*height: 30px;*/
  border: 1px solid #aaa;
}
.fd_outer .parts_variable_rule .parts_leaf_node .trigger_object {
  width: 92%;
}
.fd_outer .parts_variable_rule .parts_leaf_node .choice_list, .fd_outer .parts_variable_rule .parts_leaf_node .type_comparison_operation, .fd_outer .parts_variable_rule .parts_leaf_node .is_negative {
  display: none;
}
.fd_outer .parts_variable_rule .parts_inner_node {
  display: none;
  background: #fff4ff;
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px 5px 5px 5px;
}
.fd_outer .parts_variable_rule .parts_node_button {
  float: right;
}
.fd_outer .parts_variable_rule .btn_includer .btn {
  margin-right: 5px;
}
.fd_outer .parts_variable_rule .button_below {
  margin-top: 20px;
  text-align: right;
}
.fd_outer .parts_variable_rule .index {
  width: 80px;
}
.fd_outer .parts_variable_rule .condition {
  width: 650px;
}
.fd_outer .parts_variable_rule .score {
  width: 80px;
}
.fd_outer .parts_variable_rule .score input {
  width: 60px;
}
.fd_outer .parts_variable_rule .buttons {
  width: 60px;
}

/*..waku .form_title:first-child { border-radius: 6px 6px 3px 3px; }*/
/*.fd_outer .question .question_title .question_no:before{ content: '['; }
.fd_outer .question .question_title .question_no:after{ content: ']'; }
*/
/*
.fd_outer .edit_form select.low_attention {
    background: 0;
    border: 0;
    text-align: right;
    cursor: pointer;
}
.fd_outer .edit_form select.low_attention option {
    text-align: right;
}
*/
/********/
/*
.float_wrap {
  overflow: hidden;
}
.frm {
    float:left;
    margin: 0 5px 5px 0;
}
.frm .title {
    float: left;
    margin: 0 5px 5px 0;
    width: 85px;
}
.frm ._list {
    float: left;
}
.clear_both {
    clear: both;
}
*/
#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.15);
}

#confirmOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("ie.png");
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 100000;
}

#confirmBox {
  background: url("body_bg.jpg") repeat-x left bottom #e5e5e5;
  width: 460px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -230px;
  border: 1px solid rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox h1, #confirmBox p {
  font: 26px/1 "Cuprum", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background: url("header_bg.jpg") repeat-x left bottom #f5f5f5;
  padding: 18px 25px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  color: #666;
}
#confirmBox h1 {
  letter-spacing: 0.3px;
  color: #888;
}
#confirmBox p {
  background: none;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 35px;
}

#confirmButtons {
  padding: 15px 0 25px;
  text-align: center;
}

#confirmBox .button {
  display: inline-block;
  background: url("buttons.png") no-repeat;
  color: white;
  position: relative;
  height: 33px;
  font: 17px/33px "Cuprum", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-right: 15px;
  padding: 0 35px 0 40px;
  text-decoration: none;
  border: none;
}
#confirmBox .button:last-child {
  margin-right: 0;
}
#confirmBox .button a {
  position: absolute;
  width: 33%;
  height: 33px;
}
#confirmBox .blue {
  background: #0ef;
  text-shadow: 1px 1px 0 #5889a2;
}
#confirmBox .blue span {
  background: #0ff;
}
#confirmBox .blue:hover span {
  background: #ff3;
}
#confirmBox .gray {
  background: #aaa;
  text-shadow: 1px 1px 0 #ddd;
}
#confirmBox .gray span {
  background: #aaa;
}
#confirmBox .gray:hover {
  background-position: left bottom;
}
#confirmBox .gray:hover span {
  background: #bbb;
}

/*#confirmBox .blue:hover{      background-position:left bottom;}*/
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.jconfirm-content {
  text-align: left;
}

/*.w40pc { width:40%; }*/
.search_conditions {
  margin-bottom: 20px;
}

.transaction-notice button {
  margin: 15px 10px 10px 10px;
}
.transaction-notice .msg {
  /*position: absolute;*/
  z-index: 100;
  /*border-radius:10px;*/
  padding: 15px;
  /*margin: 0 auto;*/
  /*width: 100%;*/
}

body.admin {
  font-size: 9pt;
}

.admin p.title {
  margin: 0 0 10px 0;
  padding: 2px;
  height: 20px;
}
.admin h4.title {
  margin: 0 0 10px 0;
  padding: 2px;
  height: 25px;
}
.admin h5.title {
  margin: 0 0 10px 0;
  padding: 4px;
  height: 25px;
}
.admin .input-sm {
  height: 25px;
  margin: 1px 5px 1px 0;
}
.admin .form-group .full {
  width: 95%;
  max-width: 400px;
}
.admin .form-group textarea.full {
  height: 60px;
}
.admin .form-group .number {
  width: 80px;
  text-align: right;
}
.admin .form-group .date {
  width: 100px;
}
.admin .form-group .datetime {
  width: 160px;
}
.admin .form-group .half {
  width: 47%;
  max-width: 150px;
}
.admin .form-group .char5 {
  width: 5em;
}
.admin .form-group .char10 {
  width: 10em;
}
.admin .form-group .postal_code {
  width: 80px;
}
.admin .form-control-v1 .form-control {
  /* float:left;*/
  display: inherit;
}
.admin .price_table .unit_price, .admin .price_table .quantity, .admin .price_table .price {
  width: 100px;
}

.dummy {
  clear: both;
}

.form_date_between_search a.selected {
  background: #4caaed;
  color: #FFF;
  padding: 2px;
}

table {
  /*  width: 100%;
    clear: both;
    margin: 0 auto;*/
}
table tr th {
  color: white;
  background-color: #36509f;
}
table tr th, table tr td {
  border: 1px solid #999;
  padding: 4px;
}

.modal-body table tr th {
  color: white;
  background-color: #36509f;
}

.condition-title {
  width: 200px;
  margin: 10px 0 6px -5px;
  border-bottom: solid 2px #36509f;
}

.vacancy .notification-vacancy-search {
  margin-top: 20px;
  border-radius: 4px;
  background-color: lavenderblush;
  padding: 10px 12px 1px 0px;
  color: red;
  font-weight: bold;
}
.vacancy .notification-vacancy-search ul {
  list-style-type: disc;
}

.vacancy .notification-vacancy {
  margin: 5px 0 -5px -27px;
}
.vacancy .notification-vacancy ul {
  list-style-type: disc;
}
.vacancy .notification-vacancy ul li {
  margin-bottom: 5px;
}

.vacancy .search_conditions .search-block {
  margin-top: 5px;
}
@media screen and (min-width: 400px) {
  .vacancy .search_conditions .search-block {
    min-width: 300px;
  }
}
.vacancy .search_conditions .open-search-condition-detail,
.vacancy .search_conditions .initialize-search-conditions {
  margin-top: 10px;
  text-decoration: underline;
  color: #337ab7;
  cursor: pointer;
}
.vacancy .search_conditions .open-search-condition-detail:hover,
.vacancy .search_conditions .open-search-condition-detail:focus,
.vacancy .search_conditions .initialize-search-conditions:hover,
.vacancy .search_conditions .initialize-search-conditions:focus {
  text-decoration: underline;
  color: #23527c;
}
.vacancy .search_conditions .condition-title.level_un,
.vacancy .search_conditions .condition-title.level_gavi,
.vacancy .search_conditions .condition-title.level_gf {
  float: left;
}
.vacancy .search_conditions i.trigger {
  padding: 12px 0 7px;
  margin-left: 200px;
}
.vacancy .search_conditions span.checkbox_outer {
  display: inline-block;
}
.vacancy .search_conditions #minimum_experience_search_from,
.vacancy .search_conditions #minimum_experience_search_to {
  width: 80px;
}
.vacancy .search_conditions .display-organization-in-detail {
  float: right;
  cursor: pointer;
}
.vacancy .search_conditions .display-organization-in-detail:hover {
  opacity: 0.7;
}
.vacancy .search_conditions .display-organization-in-detail i {
  font-size: 20px;
  vertical-align: bottom;
}
.vacancy .search_conditions .organization span.checkbox_outer input {
  margin: 6px 0 0;
  vertical-align: top;
}
.vacancy .search_conditions .organization .organization_name.expanded {
  display: block;
  float: left;
  width: 100px;
}
.vacancy .search_conditions .organization .organization_name_detail {
  font-weight: normal;
  display: none;
}

.vacancy .search-result table {
  width: 1488px;
}

.vacancy table th {
  cursor: pointer;
}

.vacancy table tr.is_invalid {
  background-color: #aaa;
}
.vacancy table tr.is_unneeded {
  background-color: #888;
}
.vacancy table tr .no,
.vacancy table tr .no_for_sp {
  width: 45px;
}
.vacancy table tr .vacancy_id {
  width: 100px;
}
.vacancy table tr .organization {
  width: 95px;
}
.vacancy table tr .organization span.new-mark {
  display: block;
  font-weight: bold;
  color: red;
  border: solid 2px red;
  background: yellow;
  padding: 0px 5px;
  width: 45px;
}
.vacancy table tr .title {
  width: 150px;
}
.vacancy table tr .field {
  width: 150px;
}
.vacancy table tr .level {
  width: 100px;
}
.vacancy table tr .location {
  width: 100px;
}
.vacancy table tr .datetime-format {
  width: 100px;
  min-width: 100px;
}
.vacancy table tr .degree_type {
  width: 100px;
}
.vacancy table tr .degree_field {
  width: 250px;
}
.vacancy table tr td.degree_field {
  word-break: break-all;
}
.vacancy table tr .experience {
  width: 95px;
}
.vacancy table tr .language {
  width: 100px;
}
.vacancy table tr td.language {
  word-break: break-all;
}
.vacancy table tr .btn-cell {
  width: 70px;
}

.vacancy.fw_admin tr:not(.is_invalid) td.is_auto_filled {
  background-color: #fad7f7;
  color: red;
  font-weight: bold;
}
.vacancy.fw_admin .modal tr:not(.is_invalid) td.is_auto_filled:after {
  content: "※このデータはクローリング時に日付を取得できなかったため、一年後の日付を自動登録しました。";
  background-color: yellow;
}

.vacancy:not(.fw_admin) #search_conditions_detail {
  display: none;
  position: fixed;
  top: 50px;
  left: 5%;
  max-width: 1200px;
  width: 90%;
  background-color: #fff;
  z-index: 1070;
  text-align: left;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .vacancy:not(.fw_admin) #search_conditions_detail {
    top: 50px;
  }
}
.vacancy:not(.fw_admin) #search_conditions_detail #search_conditions_detail_inner {
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 0 30px;
}
.vacancy:not(.fw_admin) #search_conditions_detail [name=btn_close_search_conditions_detail] {
  position: absolute;
  top: -25px;
  right: 20px;
  color: #fff;
  opacity: 1;
}
.vacancy:not(.fw_admin) #search_conditions_detail #search_conditions_detail_title {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 20px;
  background-color: #36509f;
  color: #fff;
}
.vacancy:not(.fw_admin) #search_conditions_detail #search_conditions_detail_footer {
  border-top: 1px solid #36509f;
}

.vacancy.fw_admin .search_conditions .ib.search-result-count,
.vacancy.fw_admin .search_conditions .ib.open-search-condition-detail {
  display: none;
}
.vacancy.fw_admin #search_conditions_detail #search_conditions_detail_title {
  display: none;
}
.vacancy.fw_admin #search_conditions_detail #search_conditions_detail_footer {
  display: none;
}

.vacancy:not(.fw_admin) .search_conditions .search-result-description-for-user {
  margin: 10px 0 2px -46px;
}
@media screen and (max-width: 1023px) {
  .vacancy:not(.fw_admin) .search_conditions .search-result-description-for-user {
    margin: 10px 0 2px -36px;
  }
}
@media screen and (max-width: 500px) {
  .vacancy:not(.fw_admin) .search_conditions .search-result-description-for-user .open-search-condition-detail {
    margin: 0px;
  }
}
.vacancy:not(.fw_admin) .search_conditions .initialize-search-conditions {
  margin-left: -5px;
}

.vacancy:not(.fw_admin) .search-result-outer {
  padding: 0;
  left: -20px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1023px) {
  .vacancy:not(.fw_admin) .search-result-outer {
    left: -10px;
    width: calc(100% + 20px);
  }
}

.vacancy:not(.fw_admin) .admin-only {
  display: none;
}
.vacancy:not(.fw_admin) table {
  width: 740px;
}
@media screen and (max-width: 600px) {
  .vacancy:not(.fw_admin) .grade-table table {
    width: calc(100% - 10px);
  }
}

.vacancy:not(.fw_admin) table tr {
  width: 100%;
}
.vacancy:not(.fw_admin) table tr th, .vacancy:not(.fw_admin) table tr td {
  padding: 3px;
  font-size: 75%;
}
.vacancy:not(.fw_admin) table tr th {
  vertical-align: middle;
  text-align: center;
}
.vacancy:not(.fw_admin) table tr td {
  word-break: break-all;
}
.vacancy:not(.fw_admin) table tr .no {
  width: 25px;
}
.vacancy:not(.fw_admin) table tr .vacancy_id {
  width: 60px;
}
.vacancy:not(.fw_admin) table tr .organization {
  width: 45px;
}
.vacancy:not(.fw_admin) table tr .organization span.new-mark {
  display: block;
  font-weight: bold;
  color: red;
  border: solid 2px red;
  background: yellow;
  padding: 0px 1px 0 5px;
  width: 38px;
}
.vacancy:not(.fw_admin) table tr .title {
  width: 90px;
}
.vacancy:not(.fw_admin) table tr .field {
  width: 80px;
}
.vacancy:not(.fw_admin) table tr .level {
  width: 50px;
}
.vacancy:not(.fw_admin) table tr .location {
  width: 58px;
}
.vacancy:not(.fw_admin) table tr td.location {
  word-break: normal;
}
.vacancy:not(.fw_admin) table tr .datetime-format {
  width: 68px;
  min-width: auto;
}
.vacancy:not(.fw_admin) table tr .degree_type {
  width: 50px;
}
.vacancy:not(.fw_admin) table tr .degree_field {
  width: 110px;
}
.vacancy:not(.fw_admin) table tr .experience {
  width: 61px;
}
.vacancy:not(.fw_admin) table tr .language {
  width: 55px;
}
.vacancy:not(.fw_admin) table tr .btn-cell {
  display: none;
}

.vacancy #vacancy_list_for_sp tr {
  border-top: 0px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 0px solid #fff;
  border-left: 1px solid #999;
}
.vacancy #vacancy_list_for_sp tr > td {
  border: 0px solid #fff;
  padding: 0px 8px;
  word-break: normal;
  text-indent: -10px;
  padding-left: 18px;
  font-size: 14px;
}
.vacancy #vacancy_list_for_sp tr.first_tr_for_sp {
  border-top: 1px solid #999;
}
.vacancy #vacancy_list_for_sp tr.first_tr_for_sp > td, .vacancy #vacancy_list_for_sp tr.first_tr_for_sp > th {
  padding: 4px 8px;
  text-indent: 0px;
  font-size: 14px;
}
.vacancy #vacancy_list_for_sp tr.first_tr_for_sp > th {
  width: 50px;
  font-weight: normal;
  font-size: 14px;
}
.vacancy #vacancy_list_for_sp tr.first_tr_for_sp > td {
  width: calc(100% - 50px);
}
.vacancy #vacancy_list_for_sp tr.second_tr_for_sp > td {
  padding-top: 4px;
}
.vacancy #vacancy_list_for_sp tr.title_tr_for_sp > td {
  text-indent: 0px;
  padding-left: 8px;
}
.vacancy #vacancy_list_for_sp tr.last_tr_for_sp {
  border-bottom: 1px solid #999;
}
.vacancy #vacancy_list_for_sp tr.last_tr_for_sp > td {
  padding-bottom: 4px;
}
.vacancy #vacancy_list_for_sp span.new-mark {
  display: inline-block;
  font-weight: bold;
  color: red;
  border: solid 2px red;
  background: yellow;
  margin-left: 5px;
  padding: 0px 4px;
  width: 45px;
}
.vacancy #vacancy_list_for_sp .field_title {
  font-size: 12px;
  font-weight: bold;
  background: #e7effd;
}

.vacancy .modal-vacancy span.highlighted {
  font-weight: bold;
  color: red;
}
.vacancy .modal-vacancy th {
  width: 120px;
}
.vacancy .modal-vacancy td {
  word-break: break-all;
}
.vacancy .modal-vacancy td.is_auto_filled {
  background-color: #fff365;
}
.vacancy .modal-vacancy select {
  line-height: inherit;
  height: 26px;
}
.vacancy .modal-vacancy input[name=job_category_text] {
  display: none;
  max-width: 200px;
}
.vacancy .modal-vacancy table.field_judgement_table td {
  padding: 0;
  border: none;
}
.vacancy .modal-vacancy table.field_judgement_table td.field_judgement_target {
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: baseline;
}

/*table tr:nth-of-type(odd) td { background: #f3f3f3; }*/
.field_title {
  width: 100%;
}

.field_contents {
  width: 100%;
  overflow: hidden;
}

.no_error {
  display: none;
}

.error {
  color: #bd0035;
  font-weight: bold;
  padding: 8px 0px;
  text-align: left;
}
.error:before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 3px;
  font-size: 120%;
}

.epro header > div {
  min-width: initial;
}

.master_tree [name=title_section],
.section [name=title_section] {
  width: 600px;
  margin: 20px 0px 12px 0px;
}
.master_tree #text_search,
.section #text_search {
  width: 450px;
  margin: -15px 0 10px 0;
}
.master_tree .modal #id_parent option:disabled,
.section .modal #id_parent option:disabled {
  background-color: #ddd;
}

.job_category .jstree-default .jstree-node .node {
  top: 2px;
  right: 31px;
}
.job_category li.jstree-node.is_hidden > a {
  background-color: #999;
}
.job_category li[aria-level="3"] [name=btn_add_child] {
  display: none;
}
.job_category .modal-jobcategory .only-for-parent,
.job_category .modal-jobcategory .only-for-child {
  display: none;
}
.job_category .modal-jobcategory .keyword-table .keyword {
  width: calc(100% - 160px);
}
.job_category .modal-jobcategory .keyword-table .weight {
  width: 75px;
}
.job_category .modal-jobcategory .keyword-table .manipulator {
  width: 85px;
}
.job_category .modal-jobcategory .organization .checkbox_outer {
  display: inline-block;
}
.job_category .modal-jobcategory .organization_name_detail {
  display: none;
}
.job_category .table > tbody > tr.danger > th {
  background-color: #36509f;
}

.user .autoaddress span {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 100%;
}
.user .autoaddress label:first-of-type {
  margin: 5px 8px;
  width: 10px;
}
.user .autoaddress span:first-of-type {
  display: inline;
}

/* インジケータを背景に表示。サイズを100%にすることでモーダルになる。 */
/* 背景色と透過率は好みで */
#loading {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7f7f9;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  /*background-image: url('../assets/ajax-loader.gif');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none;
}

/* 画像下の文字の表示 */
#sending-msg {
  text-align: center;
  padding-top: 26%;
  color: #000;
  font-weight: bold;
}

.search-result {
  /*overflow-y: scroll;*/
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .search-result-for-sp {
    display: none;
  }
}

.search-result-for-pc {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .search-result-for-pc {
    display: none;
  }
}

/* .user_select_list */
.user_select_list .search-result {
  overflow-y: scroll;
  height: 650px;
  width: 1500px;
  margin-top: 10px;
}
.user_select_list input#minimum_experience_search_to {
  width: 50px;
}
.user_select_list .field.job_category .checkbox_outer.checkbox_outer_parent {
  display: block;
  float: inherit;
  clear: both;
  height: 24px;
}
.user_select_list .field.job_category .checkbox_outer_child {
  display: none;
}
.user_select_list .field.job_category .checkbox_blacket {
  margin: 0 5px;
}
.user_select_list .search_conditions .search-block {
  min-width: 300px;
}
.user_select_list .ib input[type=text], .user_select_list .ib select,
.user_select_list .biography-search input[type=text],
.user_select_list .biography-search select {
  height: 33px;
  margin-left: 5px;
  margin-right: 20px;
}
.user_select_list .biography-search {
  margin-bottom: 5px;
}
.user_select_list .circle {
  font-size: 22px;
}
.user_select_list .ib input[type=checkbox] {
  margin-left: 15px;
}
.user_select_list table.user_select_list_table {
  width: 100%;
}

.answer_list table.answer_list_table {
  width: 100%;
  margin-top: 10px;
}

.btn-pink {
  color: #fff;
  background-color: #ff7da9;
  border-color: #ff59e9;
}

.btn-pink:hover {
  color: #fff;
}

.user_select_list table.user_select_list_table thead th {
  padding: 8px;
}
.user_select_list table.user_select_list_table tbody td {
  padding: 2px 8px;
}

.answer_list table.answer_list_table thead th, .answer_list table.answer_list_table tbody td {
  padding: 8px;
}

.user_select_list .search_conditions {
  margin: 5px 0;
}
.user_select_list [name=btn_add_user_from_list] {
  display: none;
}
.user_select_list table.user_select_list_table thead th.id_section, .user_select_list table.user_select_list_table thead th.name_role, .user_select_list table.user_select_list_table thead th.username, .user_select_list table.user_select_list_table thead th.code {
  display: none;
}
.user_select_list table.user_select_list_table tbody td.id_section, .user_select_list table.user_select_list_table tbody td.name_role, .user_select_list table.user_select_list_table tbody td.username, .user_select_list table.user_select_list_table tbody td.code {
  display: none;
}
.user_select_list table.user_select_list_table thead .checkbox_column {
  width: 40px;
}
.user_select_list table.user_select_list_table tbody .checkbox_column {
  width: 40px;
  background: #fff;
}
.user_select_list table.user_select_list_table tbody tr.success > th.checkbox_column,
.user_select_list table.user_select_list_table tbody tr.success > td {
  background: #ffd7ee;
}
.user_select_list table.user_select_list_table tbody tr:hover > th.checkbox_column {
  background: #eeffb4;
  cursor: pointer;
}

.answer_list thead th {
  background: #eee;
}

.user_select_list table.user_select_list_table tbody tr.invalid_user, .answer_list table.answer_list_table tbody tr.invalid_user {
  background: #ccc;
}

.user_select_list table.user_select_list_table tbody tr:hover > td, .answer_list table.answer_list_table tbody tr:hover > td {
  background: #eeffb4;
  cursor: pointer;
}

.user_select_list .modal {
  width: 80%;
  margin: auto;
}
.user_select_list .modal table.user_config > tbody > tr > th {
  min-width: 160px;
}
.user_select_list .modal tr.code {
  display: none;
}

/** 会員情報変更画面.**/
.user_config div.alert.alert-danger {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 13px 2px;
  margin-bottom: 6px;
  color: red;
}
.user_config span.required,
.user_config span.optional {
  margin-left: 10px;
  padding: 3px 4px 4px;
  font-size: 80%;
  border-radius: 3px;
}
.user_config span.required {
  background-color: #c9302c;
}
.user_config span.optional {
  background-color: #d89b46;
}
.user_config span.caution {
  font-size: 90%;
  font-weight: bold;
  color: #c9302c;
}
.user_config div.notification_checkbox {
  clear: both;
}
.user_config div.notification_option {
  clear: both;
  display: none;
}
.user_config input[type=text], .user_config select {
  min-height: 30px;
  min-width: 250px;
  font-size: 18px;
  line-height: 1.3;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.user_config select[name=メール受け取り曜日_input] {
  min-width: auto;
}
.user_config table {
  margin-top: 10px;
  margin-left: 5px;
  max-width: 690px;
}
.user_config table th {
  width: 129px;
}
.user_config textarea {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .user_config table.user_config {
    margin-left: 0;
  }
  .user_config table.user_config > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  .user_config table.user_config > tbody > tr th {
    width: 100%;
  }
  .user_config table.user_config > tbody > tr td input {
    min-width: auto;
  }
}
.user_config .btn-outer {
  text-align: center;
}
.user_config input[name=modal_name1],
.user_config input[name=modal_name2] {
  width: calc(50% - 10px);
  max-width: 250px;
  min-width: auto;
  margin-right: 10px;
}
.user_config input[name=modal_tel] {
  max-width: 250px;
}
.user_config td.age label {
  margin: 0 15px 0 -3px;
}
.user_config table.degree,
.user_config table.biography {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}
.user_config table.degree input,
.user_config table.degree select,
.user_config table.biography input,
.user_config table.biography select {
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .user_config table.biography thead tr {
    display: flex;
    flex-direction: column;
  }
  .user_config table.biography thead tr th {
    width: 100%;
    border: none;
  }
  .user_config table.biography thead tr th.biography-experience,
  .user_config table.biography thead tr th.biography-degree {
    border-top: 1px dotted #ccc;
  }
  .user_config table.biography thead tr th.biography-delete {
    display: none;
  }
  .user_config table.biography tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #999;
    padding: 2px 0;
  }
  .user_config table.biography tbody tr td {
    padding: 2px;
    border: none;
    width: 100%;
  }
  .user_config table.biography tbody tr td.biography-delete {
    text-align: right;
  }
}
.user_config table.experience {
  width: auto;
  margin: 0;
}
.user_config th.biography-field,
.user_config td.biography-field {
  width: 300px;
}
.user_config th.biography-field select,
.user_config td.biography-field select {
  font-size: 16px;
}
.user_config th.biography-experience,
.user_config td.biography-experience {
  width: 100px;
}
.user_config th.biography-experience select,
.user_config td.biography-experience select {
  font-size: 16px;
}
.user_config th.biography-degree,
.user_config td.biography-degree {
  width: 100px;
}
.user_config th.biography-degree select,
.user_config td.biography-degree select {
  font-size: 16px;
}
.user_config th.biography-delete,
.user_config td.biography-delete {
  width: 32px;
}
.user_config th.degree_type,
.user_config td.degree_type {
  width: 120px;
}
.user_config th.degree_field,
.user_config td.degree_field {
  width: 280px;
}
.user_config th.biography_title,
.user_config td.biography_title {
  width: 300px;
}
.user_config th.biography_year,
.user_config td.biography_year {
  width: 100px;
}
.user_config .rank_all .checkbox_outer,
.user_config .organization_all .checkbox_outer {
  display: inline;
  float: inherit;
}
.user_config tr.organization .display-organization-in-detail {
  width: 90px;
  font-weight: bold;
  margin: 0px 5px 8px 0;
  border-bottom: 1px solid #36509f;
  cursor: pointer;
}
.user_config tr.organization .display-organization-in-detail:hover {
  opacity: 0.7;
}
.user_config tr.organization .display-organization-in-detail i {
  font-size: 20px;
  vertical-align: bottom;
}
.user_config tr.organization .organization_name {
  width: auto;
}
.user_config tr.organization .organization_name.expanded {
  display: block;
  width: 100px;
}
@media screen and (min-width: 601px) {
  .user_config tr.organization .organization_name.expanded {
    float: left;
  }
}
.user_config tr.organization .organization_name_detail {
  font-weight: normal;
  display: none;
}
@media screen and (min-width: 601px) {
  .user_config tr.organization .organization_name_detail {
    margin-left: 100px;
  }
}
.user_config tr.organization span.checkbox_outer {
  height: auto;
}
.user_config tr.organization span.checkbox_outer input[type=checkbox] {
  vertical-align: top;
}
.user_config tr.organization span.checkbox_outer label.expanded {
  max-width: 515px;
  width: calc(100% - 30px);
}
.user_config .rank-row {
  overflow: hidden;
}
.user_config .rank-row .rank-row-label {
  display: block;
  width: 90px;
  font-weight: bold;
  float: left;
  margin: 3px 5px 5px 0;
  border-bottom: 1px solid #36509f;
}

.user_select_list .user_config tr.organization span.checkbox_outer {
  display: inline-block;
  float: none;
}
.user_select_list .user_config tr.organization span.checkbox_outer label.expanded {
  width: auto;
}
.user_select_list .user_config tr.organization span.checkbox_outer label.expanded .organization_name_detail {
  margin-left: 0px;
}

.user_config table.ui-timepicker-table,
.user_select_list table.ui-timepicker-table {
  width: 300px;
}
.user_config table.ui-timepicker-table .ui-timepicker-hours,
.user_select_list table.ui-timepicker-table .ui-timepicker-hours {
  width: 200px;
}
.user_config table.ui-timepicker-table .ui-timepicker-minutes,
.user_select_list table.ui-timepicker-table .ui-timepicker-minutes {
  width: 100px;
}
.user_config table.ui-timepicker-table td a,
.user_select_list table.ui-timepicker-table td a {
  width: 100%;
}
.user_config table.ui-timepicker,
.user_select_list table.ui-timepicker {
  width: 100%;
}

.user_config .checkbox_outer,
.vacancy .field .checkbox_outer {
  display: block;
  float: left;
  /*height: 30px;*/
}
.user_config .organization.expanded .checkbox_outer,
.vacancy .field .organization.expanded .checkbox_outer {
  float: inherit;
}
.user_config .job_category .checkbox_outer.checkbox_outer_parent,
.vacancy .field .job_category .checkbox_outer.checkbox_outer_parent {
  float: inherit;
  clear: both;
}
.user_config .checkbox_blacket,
.vacancy .field .checkbox_blacket {
  display: block;
  float: left;
  height: 30px;
  margin: 0 5px;
}
.user_config .checkbox_blacket_end.checkbox_blacket,
.vacancy .field .checkbox_blacket_end.checkbox_blacket {
  margin: 0 15px 0 -3px;
}
.user_config .checkbox_outer_child,
.vacancy .field .checkbox_outer_child {
  display: none;
}

.vacancy .search_conditions .field.job_category .checkbox_outer.checkbox_outer_parent {
  display: block;
  float: inherit;
  clear: both;
}

/* grade table */
i.trigger {
  display: block;
  padding: 5px 0 7px;
  font-size: 20px;
  cursor: pointer;
  margin-left: 95px;
  width: 17px;
}

.modal-backdrop-2 {
  z-index: 1080;
}

.grade-table {
  display: none;
  position: fixed;
  top: 120px;
  left: calc(50% - 300px);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1090;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  will-change: transform, opacity;
}
@media screen and (max-width: 600px) {
  .grade-table {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow-y: scroll;
    top: 5px;
    left: 5px;
    padding: 20px 5px;
  }
  .grade-table table {
    width: calc(100% - 10px);
  }
}
.grade-table:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.grade-table [name=btn_close_grade_table] {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0px;
  background-color: #fff;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
.grade-table h2.grade-table-title.title {
  margin: 0 0 11px 16px;
  padding: 0 10px 5px 0;
}
.grade-table td {
  padding: 7px;
}
.grade-table th.grade-table-caption {
  width: 250px;
}
.grade-table th.grade-table-years {
  width: 155px;
}
.grade-table th.grade-table-degree {
  width: 285px;
}
@media screen and (max-width: 600px) {
  .grade-table thead tr {
    display: flex;
    flex-direction: column;
  }
  .grade-table thead tr th.grade-table-caption {
    border: none;
    width: 100%;
  }
  .grade-table thead tr th.grade-table-years,
  .grade-table thead tr th.grade-table-degree {
    width: 100%;
    border: none;
    border-top: 1px dotted #ccc;
    padding-left: 20px;
  }
  .grade-table tbody tr {
    display: flex;
    flex-direction: column;
    border-top: 0px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  .grade-table tbody tr td {
    padding: 4px;
    text-align: left;
    border: none;
  }
  .grade-table tbody tr td.grade-table-years, .grade-table tbody tr td.grade-table-degree {
    border-top: 1px dotted #ccc;
    padding-left: 20px;
  }
}

/* subject header */
header .div_header_username {
  width: 400px;
  clear: left;
  margin: -20px 10px 5px 30px;
  font-size: 160%;
  font-weight: bold;
  color: #000;
  position: relative;
}

button[name=btn_epro_for_visit] {
  display: none;
}

.resign-link {
  margin-top: 40px;
  font-size: 14px;
}
.resign-link a {
  color: #888;
}

.subject_top {
  font-size: 16px;
}
.subject_top .status-str {
  margin-right: 5px;
}
.subject_top .circle {
  margin-top: 3px;
  display: inline-block;
  width: 16px;
  height: 20px;
  overflow: hidden;
  font-size: 18px;
}
.subject_top .circle:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f111";
}
.subject_top status-sign.is_skipped:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f068";
}

.circle.is_closed, .circle.is_filled {
  color: #1dba56;
}
.circle.is_not_finished {
  color: #ff9b45;
}
.circle.no_data {
  color: #d1d1d1;
}
.circle.is_skipped {
  color: transparent;
}

.question_frame .item {
  margin-bottom: 15px;
}

.output_csv .section_setting_condition dt {
  margin: 10px 0;
  padding: 10px;
  background: #ddd;
  width: 150px;
  float: left;
}
.output_csv .section_setting_condition dd {
  padding: 13px 160px 0;
}
.output_csv .section_setting_condition select {
  height: 35px;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
}

/*.answer_list.registration table thead tr th:nth-of-type(6),
.answer_list.registration table tbody tr td:nth-of-type(6),*/
.answer_list.registration table thead tr th:nth-of-type(10), .answer_list.registration table tbody tr td:nth-of-type(10) {
  /*display:none;*/
}
.answer_list.registration table thead tr th:nth-of-type(4), .answer_list.registration table tbody tr td:nth-of-type(4) {
  max-width: 90px;
}
.answer_list.registration table thead tr th:nth-of-type(7), .answer_list.registration table tbody tr td:nth-of-type(7) {
  max-width: 240px;
  word-wrap: break-word;
}
.answer_list .modal {
  width: 600px;
  margin: auto;
}
.answer_list .answer_data_info {
  overflow-y: scroll;
  max-height: 400px;
}
.answer_list .answer_data_info table th {
  width: 150px;
}
.answer_list table.modal_status_editor {
  width: 90%;
  margin: auto;
}
.answer_list table.modal_status_editor th {
  width: 120px;
  padding: 10px 20px;
  border: none;
}
.answer_list table.modal_status_editor td {
  border: none;
}
.answer_list table.modal_status_editor td select {
  max-width: 300px;
}
.answer_list table.modal_status_editor td textarea {
  height: 150px;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow-list {
    margin-top: 20px;
  }
}
.flow-list ol {
  height: auto;
  overflow: hidden;
  max-width: 100%;
  width: 780px;
  margin: 0 auto 20px;
}
.flow-list li {
  float: left;
  position: relative;
  list-style-position: inside;
  font-size: 16px;
  padding: 6px 9px;
  margin-right: 30px;
  margin-bottom: 10px;
  background-color: #ceffb1;
}
.flow-list li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  border-style: solid;
  border-color: #ceffb1;
  border-width: 17px 0 17px 17px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.flow-list li.current {
  background-color: #54b31c;
  color: #fff;
  font-weight: bold;
}
.flow-list li.current:after {
  border-color: #54b31c;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.flow-list li:last-of-type:after {
  display: none;
}

.current-email-block {
  font-size: 17px;
  padding: 1px 0 16px 5px;
  word-wrap: break-word;
}

.email-change-message-box {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 25px;
  background-color: #eee;
  padding: 10px 0 6px 20px;
}
.email-change-message-box p {
  font-size: 16px;
  margin: 5px 0;
}

#error_exists {
  display: block;
  background: #fdd;
  padding: 20px;
}

.app_type_HP header {
  background: #fbb;
}

.app_type_ePRO header {
  background: #cfa;
}

.transaction-notice {
  display: none;
}

.form-group .half {
  width: 45%;
}
.form-group .postal_code {
  width: 100px;
}

.time_limit_span {
  width: 70px;
}
.time_limit_span input {
  text-align: right;
}

.section .node .buttons {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

header {
  padding-left: 0px;
  padding-right: 0px;
}
header .navbar ul.always-shown {
  margin-left: -14px;
  margin-top: 6px;
}
header .navbar ul.always-shown > li {
  color: #000;
  display: inline-block;
}
header .navbar ul.always-shown > li a {
  color: #000;
}
header h1 {
  height: 20px;
}
header #Header-top {
  width: 100%;
  height: 24px;
  background: #36509f;
}
header #Header-top p {
  margin: 0 auto;
  max-width: 986px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  line-height: 1.6;
  font-size: 87%;
  color: #fff;
}
header #Header-top a {
  color: #fff;
}
header #Header-top a:hover {
  color: #dae000;
  text-decoration: none;
}

@media (max-width: 768px) {
  header .navbar ul.always-shown {
    margin-left: 0px;
    padding-left: 10px;
  }
  header .navbar ul.always-shown li.nav-item {
    width: calc(100% - 60px);
  }
  header .navbar ul.always-shown li.nav-item h1 {
    width: 100%;
    padding-top: 2px;
  }
  header .navbar ul.always-shown li.nav-item a {
    height: auto;
  }
  header .navbar ul.always-shown img {
    margin-top: -30px;
  }
}
.header-nav-main .nav {
  margin-top: 0px;
  margin-left: 0px;
}
.header-nav-main .nav > li > a {
  font-size: 16px;
  color: #000;
  margin-top: 4px;
}
.header-nav-main .nav > li > a:hover {
  background-color: #fff;
}
.header-nav-main .nav > li > a > img {
  margin-top: -6px;
}
.header-nav-main .nav > li.nav-item {
  margin-left: -4px;
  margin-right: -4px;
}

.header-nav-sub {
  padding: 0;
  top: 35px;
}
.header-nav-sub .nav {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 8pt;
}
.header-nav-sub .nav > li > a {
  color: #000;
  font-size: 10pt;
  margin-top: 10px;
  padding-riaight: 0px;
}
.header-nav-sub .nav > li > a:hover {
  background-color: #fff;
}
.header-nav-sub .nav > li > button {
  margin-top: 10px;
  margin-right: 0px;
}

.is_logged_in header .container, .is_logged_in header .row {
  /*background-color: #f3f3f3;*/
  background-color: rgba(0, 0, 0, 0);
}
.is_logged_in header .header-nav-sub {
  background-color: rgba(0, 0, 0, 0);
}

.authentication .header-nav-main .nav > li > a > img, .join .header-nav-main .nav > li > a > img {
  display: none;
}

.is_logged_in .header-nav-main .nav {
  margin-top: 0px;
}
.is_logged_in .header-nav-main .nav > li > a > img {
  height: 46px;
  margin-top: -10px;
  margin-right: 5px;
}
.is_logged_in .header-nav-main .nav li {
  padding-bottom: 0px;
}
.is_logged_in .header-nav-sub .nav > li > a {
  margin-top: 6px;
}

.collapse-menu .buttons {
  text-align: center;
}
.collapse-menu .buttons button {
  display: inline-block;
  width: 45%;
  margin: 5px;
  margin-bottom: 10px;
}

.top .mainv-outer {
  width: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 65%;
  background-size: 65%;
  background-position: left bottom;
}
.top .mainv {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

@media (min-width: 1200px) {
  .top .mainv-outer {
    background-size: 780px;
    -moz-background-size: 780px;
  }
}
@media (max-width: 967px) {
  .top .mainv-outer {
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: left top;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}

.top .mainv .mainv-inner {
  width: 100%;
  max-width: 1200px;
  /*position: relative;*/
  padding: 100px 80px 100px 80px;
  min-height: 300px;
  box-sizing: border-box;
}
.top .mainv .mainv-inner .form-control-note {
  margin-top: 10px;
  text-align: left;
}
.top .mainv .mainv-inner a {
  color: #fff;
  font-weight: bold;
}
.top .mainv .message {
  margin-bottom: 40px;
}
.top .feature-outer {
  margin-top: 40px;
  background: #fafafa;
  width: 100%;
}
.top .feature {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.top .feature .message {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #aaa;
}
.top .feature .message h2 {
  width: 100%;
}
.top .feature .items {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.top .feature .item img {
  width: 60%;
  margin-bottom: 20px;
}
.top .feature .item h4 {
  margin-bottom: 20px;
}
.top .target-user-outer {
  margin-top: 40px;
  /*background: #f3f3f3;*/
  width: 100%;
}
.top .target-user {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.top .target-user .message {
  padding: 30px 30px 40px 30px;
  border-bottom: 1px solid #aaa;
}
.top .target-user h2 {
  width: 100%;
  margin-bottom: 40px;
}
.top .target-user .item {
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}
.top .target-user h3.researcher a {
  color: #11e;
}
.top .target-user h3.student a {
  color: #ff4011;
}
.top .target-user h3.company a {
  color: #40dd22;
}

@media (max-width: 967px) {
  .top .mainv .mainv-inner {
    padding: 60px 10px 60px 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 968px) {
  .top .mainv .mainv-inner .signup {
    height: 300px;
  }
}
.recommend-registration {
  margin-top: 40px;
  max-width: 1800px;
  width: 100%;
}
.recommend-registration .jumbotron {
  text-align: center;
  padding: 15px;
}
.recommend-registration .jumbotron h2 {
  width: 100%;
}

.auth-form {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin-bottom: -10px;
  /*margin: 0 auto;*/
  /*background:#fab;*/
  /*margin-left: 100px;*/
}
.auth-form h1 {
  display: none;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.auth-form h2.title {
  left: 20px;
}
@media screen and (min-width: 769px) {
  .auth-form {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.auth-form .col {
  padding-left: 0px;
  padding-right: 0px;
}
.auth-form.password {
  width: 320px;
  margin: 0 auto 20px;
}
.auth-form.create-account {
  width: 320px;
  margin: 0 auto;
}

.auth-form-body {
  width: 320px;
  margin: 0 auto;
  /*margin: -25px 50px;*/
  /*margin: -25px 180px;*/
  /*background:#ffb;*/
  padding: 20px;
  /*border: 1px solid #ccc;*/
  border-radius: 3px;
}
.auth-form-body input[type=text], .auth-form-body input[type=password] {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .auth-form-body input[type=text], .auth-form-body input[type=password] {
    margin-bottom: 20px;
  }
}
.auth-form-body .notification-for-nationality {
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  border: 3px solid #ccc;
  border-radius: 9px;
  width: auto;
  margin: 12px auto 20px;
}
@media screen and (min-width: 525px) {
  .auth-form-body .notification-for-nationality {
    width: 500px;
    margin: 12px 0 20px -110px;
  }
}
.auth-form-body #check_is_japanese_outer {
  font-size: 15px;
}
.auth-form-body [name=btn_set_email],
.auth-form-body [name=btn_set_password],
.auth-form-body [name=btn_login] {
  margin-top: 20px;
}

.auth-form-message-box {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  /*padding: 20px;  */
  /*border: 1px solid #ccc;
  border-radius: 3px;*/
}

/****************/
.page .mainv-outer {
  width: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: center center;
}
.page .mainv {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.page .mainv .mainv-inner {
  max-width: 1200px;
  /*position: relative;*/
  padding: 100px 80px 180px 80px;
  min-height: 300px;
}
.page .mainv .mainv-inner a {
  color: #fff;
  font-weight: bold;
}
.page .mainv .message {
  margin-bottom: 40px;
}
.page .feature-outer {
  margin-top: 40px;
  background: #fafafa;
  width: 100%;
}
.page .feature {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.page .feature .message {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #aaa;
}
.page .feature .message h2 {
  width: 100%;
}
.page .feature .items {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.page .feature .item img {
  width: 60%;
  margin-bottom: 20px;
}
.page .feature .item h4 {
  margin-bottom: 20px;
}
.page .contents-outer {
  margin-top: 40px;
  /*background: #f3f3f3;*/
  width: 100%;
}
.page .contents {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.page .contents .heading {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 30px;
}
.page .contents .heading h2 {
  width: 100%;
  margin-bottom: 20px;
}
.page .contents .item {
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}
.page .contents .items h3 {
  margin-bottom: 20px;
}
.page .recomment-registration {
  margin-top: 40px;
  max-width: 1800px;
  width: 100%;
}
.page .recomment-registration .jumbotron {
  text-align: center;
}
.page .recomment-registration .jumbotron h2 {
  width: 100%;
}
.page .contents .items p.support-time, .page .contents .items .title {
  font-weight: bold;
}
.page .contents .items .txt {
  margin-bottom: 10px;
}
.page.terms ul {
  /*list-style: none;*/
}
.page.terms .txt ul {
  list-style: none;
  margin-left: 0px;
}
.page.terms .txt ul li {
  text-indent: -1.25em;
}

/*
@media (min-width: 1200px) {
    .page .mainv-outer {
        background-size:1200px;
        -moz-background-size:1200px;
    }
}
*/
@media (max-width: 768px) {
  .page .mainv .mainv-inner {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .page .contents {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page .contents .heading {
    padding: 10px;
  }
}
.form-list {
  max-width: 1200px;
}

.form article {
  margin: 0 auto;
  max-width: 1200px;
}
.form .mode-navbar {
  /*border: 1px solid #ddd;*/
  margin-bottom: 40px;
}
.form .mode-navbar a {
  font-size: 16px;
  color: #000;
}
.form .outer_frame .is_pagination .question_frame .question .panel-heading {
  background: #fff;
  border: 0;
}
.form .outer_frame .is_pagination .question_frame .question .panel-body {
  display: none;
}

i.fa {
  margin-right: 10px;
}

/*********************/
#graph1, #graph2 {
  /*width: 600px;*/
  height: 300px;
}

input.date {
  width: 120px;
}

input.datetime {
  max-width: 160px;
}

table.clickable tr:hover {
  background: #efe;
  cursor: pointer;
}

.label {
  margin: 0 5px 3px 0;
}

p {
  font-size: 18px;
}

.dashboard_item {
  margin-bottom: 50px;
}

.value_over {
  background: #faa;
}

.value_under {
  background: #aaf;
}

.bs-callout-danger {
  border-left-color: #ce4844;
}

.bs-callout-info {
  border: #1b809e 1px solid;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  /*border: 1px solid #eee;*/
  border-left-width: 5px;
  border-radius: 3px;
}

.modal-dialog {
  width: 95%;
}

.form-control {
  display: inline-block;
  padding: 3px 6px;
}

.has-feedback input.form-control {
  padding-right: 0;
}

select.form-control {
  padding: 1px 1px;
}

.transaction-notice {
  position: fixed;
  z-index: 2000;
  top: 30px;
  left: 0px;
  width: 95%;
  margin: 0 2% 0 2%;
  border-radius: 5px;
}
.transaction-notice .alert {
  margin: 0;
  padding: 0 15px;
}
.transaction-notice .close {
  margin: 15px 10px 0 0;
}

#img_list .img_item {
  position: relative;
}

.answering .row {
  margin-bottom: 25px;
}
.answering .row .btn.btn-lg {
  font-size: 24px;
  height: 70px;
  width: 280px;
  max-width: 100%;
}

select.input-sm, .form-control {
  height: 30px;
  font-size: 18px;
}

.form-control-v1 {
  height: 30px;
  font-size: 18px;
}
.form-control-v1 input[type=radio] {
  font-size: 28px;
  margin: 20px 30px 30px 0;
  display: none;
}
.form-control-v1 input[type=radio] + label {
  padding: 10px 20px;
  border-radius: 5px;
}
.form-control-v1 input[type=radio]:checked + label {
  background: #8f8;
}

.consent_content {
  height: 300px;
  overflow-y: scroll;
  background: #eee;
  margin: 0 0 30px 0;
  padding: 10px;
}

ul {
  list-style: none;
}

div.matrix > table > thead th {
  background: #eee;
  text-align: center;
}
div.matrix > table > tbody tr {
  line-height: 2;
}
div.matrix > table > tbody td {
  background: #fff;
  text-align: center;
  line-height: 2;
}
div.matrix > table > tbody tr.input_row td:hover {
  background: #dfd;
}
div.matrix > table > tbody td.checked {
  background: #afa;
}
div.matrix > table > tbody td *:checked + label {
  background: initial;
}
div.matrix > table > tbody td *:checked + label:hover {
  background: initial;
}

/*div.matrix > table > tbody th { background: #fff; width: 30%; }*/
.matrix_cell_even_spaced_6 {
  width: 10.8%;
}

.matrix_cell_even_spaced_5 {
  width: 13%;
}

.matrix_cell_even_spaced_4, .matrix_cell_even_spaced_3 {
  width: 16%;
}

.scale_only_matrix table {
  width: 100%;
}
.scale_only_matrix thead tr:first-of-type th:first-of-type, .scale_only_matrix thead tr:nth-of-type(3) {
  display: none;
}
.scale_only_matrix tbody tr th:first-of-type {
  display: none;
}
.scale_only_matrix .matrix_cell_even_spaced_7 {
  width: 14.2857%;
  width: 14.2857%;
}
.scale_only_matrix thead th {
  border-right: 0;
  border-left: 0;
  font-size: 11px;
}

.popover.top {
  margin-top: 0px;
}

.width_100pc {
  width: 100%;
}

.inner_element .question p.title {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.inner_element .question p.separator {
  display: block;
  height: 18px;
}

.scale_only_matrix th.left_scale {
  text-align: left;
  padding-left: 10px;
}
.scale_only_matrix th.right_scale {
  text-align: right;
  padding-right: 10px;
}

.answer .trial_button {
  text-align: right;
}

[name=btn_edit_scoring] {
  display: none;
}

.has_score_function [name=btn_edit_scoring] {
  display: inline-block;
}

[name=btn_add_inner_form_data] {
  display: none;
}

.has_inner_question_function [name=btn_add_inner_form_data] {
  display: inline-block;
}

[name=btn_edit_limitation] {
  display: none;
}

.has_limitation_function [name=btn_edit_limitation] {
  display: inline-block;
}

.parts_score {
  display: none;
}
.parts_score .score {
  color: #33a;
  font-weight: bold;
}

.question p, .question ol, .question ul {
  font-size: 16px;
}
.question ol, .question ul {
  /*-webkit-padding-start: 20px;*/
}
.question ol > li {
  margin-bottom: 0px;
  /*border: 1px solid つ#aaa;*/
}
.question ul > li {
  margin-bottom: 0px;
  /*border: 1px solid つ#aaa;*/
}
.question ul > li > .choice_wrapper > label {
  margin-bottom: 0px;
  padding: 8px;
}

.question_frame li.choice .choice_wrapper > input {
  margin-top: 12px;
  vertical-align: top;
}
.question_frame li.choice.br .choice_wrapper > label {
  vertical-align: top;
  width: calc(100% - 23px);
  max-width: calc(100% - 23px);
}
.question_frame li.choice .choice_wrapper, .question_frame li.choice > .inner_element {
  vertical-align: top;
}

.ul_radio, .ul_checkbox {
  -webkit-padding-start: 5px;
}

.has_score_function .view_form td.parts_score, .has_score_function .parts_score {
  display: inline-block;
  background: #ddd;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 3px;
  border-radius: 3px;
}

.matrix * + label {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -2px;
}

.frm input[type=checkbox] {
  margin: 3px 0 0 3px;
}
.frm label.checkbox {
  padding-left: 2px;
  margin-right: 1px;
}

.fd_outer .choice {
  position: relative;
}
.fd_outer li.choice:hover > .choice_operation_panel {
  visibility: visible;
  display: block;
}
.fd_outer li .choice_operation_panel {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0px;
  /*width: 120px;*/
  text-align: left;
  background: #eee;
  /*border: 1px solid #888;*/
  visibility: hidden;
  /* visibility: visible; */
  z-index: 10;
}

/*
.choice label.checkbox {
    margin: 0;
}
*/
/*
li{ white-space:nowrap; }
*/
.question_frame li.choice {
  display: inline-block;
}
.question_frame li.choice.br {
  display: block;
}
.question_frame ul {
  margin-bottom: 0;
}

.ib {
  display: inline-block;
}

.question_frame .ib {
  vertical-align: top;
}
.question_frame .text {
  padding-top: 3px;
}

.b {
  display: block;
}

.question_frame .parts_limitation .type_logical_operation select {
  width: 70px;
}
.question_frame .parts_limitation .trigger_object select, .question_frame .parts_limitation .type_comparison_operation select {
  width: 85%;
}
.question_frame .popover {
  max-width: initial;
}

.question > p input[type=text] {
  margin-right: 3px;
}

table .error_display_row {
  border: 0px #fff solid;
  display: none;
}
table .error_display_row th {
  border-right: 1px #fff solid;
  border-left: 1px #fff solid;
}
table .error_display_row td {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  text-align: left;
}
table .error_display_row:last-of-type {
  border: 1px #fff solid;
  display: none;
}
table .error_display_row:last-of-type th {
  border: 1px #fff solid;
}
table .error_display_row:last-of-type td {
  border: 1px #fff solid;
  text-align: left;
}

div.matrix > table > tbody tr.input_row.disabled {
  background: #ddd;
}
div.matrix > table > tbody tr.input_row.disabled th {
  background: #ddd;
}
div.matrix > table > tbody tr.input_row.disabled td {
  background: #ddd;
}
div.matrix > table > tbody tr.input_row.disabled td * + label:hover {
  background: initial;
  cursor: initial;
}
div.matrix > table > tbody td.matrix_face_cell.checked {
  background: #afa;
}
div.matrix > table > tbody td.matrix_face_cell.checked:hover {
  background: #afa;
}

u {
  word-wrap: break-word;
}

.epro #main {
  margin: 0 15px;
}

.section_navigation ul {
  display: inline-block;
  -webkit-padding-start: 0px;
}
.section_navigation ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
}
.section_navigation .section_navigation_item, .section_navigation .summary_navigation_item {
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  color: #222;
}
.section_navigation a {
  text-decoration: none;
}
.section_navigation .section_navigation_item.selected, .section_navigation .summary_navigation_item.selected {
  background: #9f9;
}
.section_navigation .section_navigation_item.unaccessible, .section_navigation .summary_navigation_item.unaccessible {
  background: #ccc;
}
.section_navigation .section_navigation_item.accessible:hover, .section_navigation .summary_navigation_item.accessible:hover {
  background: #dfd;
}
.section_navigation .selected .summary_navigation_item {
  font-weight: bold;
}

.btn_close {
  margin-top: 20px;
  margin-bottom: 20px;
}

.attention_label {
  /*position: -webkit-sticky;
  position: sticky;*/
  position: fixed;
  top: 0px;
  right: 0;
  text-align: right;
  background: #fafafa;
  border-bottom: 1px solid #999;
  border-left: 1px solid #aaa;
  border-bottom-left-radius: 10px;
  padding: 10px;
  z-index: 2000;
}

.btn_right_upper {
  position: absolute;
  top: 15px;
  right: 15px;
}

.status-parts {
  background: #e0f390;
  margin-bottom: 15px;
}

#Beta {
  max-width: 1100px;
  width: 100%;
  position: relative;
  display: inline;
  float: none;
}

#navigation-container {
  width: 100%;
  background: #e5f1f0;
}

#navigation {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 13px;
  color: #212121;
  background: #e5f1f0;
  min-height: 20px;
  padding: 8px 10px 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  line-height: 1.6;
}

.fw_admin #Beta {
  width: 100%;
  float: none;
}

.fw_admin #navigation-container {
  display: none;
}

.sidebox {
  background-color: #FFF;
  margin-bottom: 10px;
  min-height: 20px;
}
@media screen and (max-width: 1023px) {
  .sidebox .widget {
    padding: 0 10px;
    margin: 0 auto;
    width: 910px;
  }
  .sidebox .widget p {
    display: block;
    width: 220px;
    float: left;
  }
}
@media screen and (max-width: 910px) {
  .sidebox .widget {
    width: 690px;
  }
}
@media screen and (max-width: 690px) {
  .sidebox .widget {
    width: 470px;
  }
}
@media screen and (max-width: 470px) {
  .sidebox .widget {
    width: 235px;
  }
}

#GlobalMenus {
  padding: 40px auto 40px 0;
}
#GlobalMenus ul {
  padding: 0;
  margin: 0 0 10px 0;
  width: 212px;
  list-style: none outside none;
}
#GlobalMenus li {
  background-color: #36509f;
  border-bottom: 3px solid #dae000;
  line-height: 1.6;
}
#GlobalMenus li a {
  padding: 15px 15px 10px 25px;
  font-size: 13px;
  display: block;
  text-decoration: none;
  color: #fff;
  background: url("../local/img/icons_ico_1.png") no-repeat scroll bottom 8px right 5px transparent;
}
#GlobalMenus li a:hover {
  color: #dae000;
  text-decoration: none;
  background-color: #526eb2;
}
@media screen and (max-width: 1023px) {
  #GlobalMenus ul {
    width: 100%;
  }
  #GlobalMenus li {
    width: 100%;
  }
}

.faq ul {
  margin-left: -40px;
}
.faq ul.nav {
  margin-left: 0;
}
.faq .q-block {
  margin-top: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq .q-label, .faq .a-label {
  color: #fff;
  padding: 5px 13px;
  font-size: 20px;
  border-radius: 3px;
  width: 40px;
  float: left;
}
.faq .q-label {
  background-color: #36509f;
}
.faq .a-label {
  background-color: #e479e1;
}
.faq .q-text {
  margin-left: 50px;
  min-height: 40px;
  font-weight: bold;
}
.faq .a-block {
  margin-bottom: 28px;
}
.faq .a-text {
  margin-left: 50px;
  line-height: 1.6;
}

.jump_to_faq {
  margin: 0 31px 0 auto;
  text-align: right;
  padding: 8px 10px;
  border: 2px solid #ff6a00;
  border-radius: 4px;
  background-color: #ff6a00;
  font-weight: bold;
  color: #fff;
  width: 315px;
  cursor: pointer;
}
.jump_to_faq:hover {
  opacity: 0.8;
}

.mail_delivery .search-block {
  width: 480px;
  float: left;
}
@media screen and (max-width: 500px) {
  .mail_delivery .search-block {
    width: 100%;
  }
}
.mail_delivery #mail_delivery_list .no {
  width: 60px;
}
.mail_delivery #mail_delivery_list .code {
  width: 60px;
}
.mail_delivery #mail_delivery_list .subject {
  width: 230px;
}
.mail_delivery #mail_delivery_list .body {
  width: 600px;
}
.mail_delivery #mail_delivery_list td.body {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.mail_delivery #mail_delivery_list td.body .subject {
  font-weight: bold;
  color: #333;
}
.mail_delivery #mail_delivery_list .sendee,
.mail_delivery #mail_delivery_list .to,
.mail_delivery #mail_delivery_list .cc,
.mail_delivery #mail_delivery_list .bcc {
  width: 240px;
}
.mail_delivery #mail_delivery_list td.sendee {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.mail_delivery #mail_delivery_list td.sendee .sendee-label {
  font-weight: bold;
  color: #666;
}
.mail_delivery #mail_delivery_list .date_delivery {
  width: 150px;
}
.mail_delivery #mail_delivery_list .status {
  width: 120px;
}
.mail_delivery #mail_delivery_list .btn-cell {
  width: 80px;
}
.mail_delivery .field_title {
  font-weight: bold;
}

.modal-mail_delivery .modal-dialog {
  max-width: 1200px;
}
.modal-mail_delivery .modal-dialog table th {
  width: 100px;
}
.modal-mail_delivery .modal-dialog table td {
  position: relative;
}
.modal-mail_delivery .modal-dialog table td.hide_following_part {
  overflow: hidden;
}
.modal-mail_delivery .modal-dialog table td.hide_following_part div {
  height: 100px;
}
.modal-mail_delivery .modal-dialog table span.toggle_sendees {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 0 2px 2px #ffffff;
}
.modal-mail_delivery .modal-dialog table span.toggle_sendees:hover {
  opacity: 1;
}
.modal-mail_delivery .modal-dialog table .link-to-open {
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
.modal-mail_delivery .modal-dialog table .link-to-open:hover {
  text-decoration: underline;
  color: #2222ff;
}
.modal-mail_delivery .modal-dialog table .sendee-type-label {
  display: inline-block;
  width: 26px;
}
.modal-mail_delivery .modal-dialog table span#sendee_template {
  display: none;
}
.modal-mail_delivery .modal-dialog table span.sendee {
  display: inline-block;
  padding: 2px;
  margin: 4px 4px 0 0;
  background: #eee;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.modal-mail_delivery .modal-dialog table span.sendee i.fa-times-circle {
  margin: 0 2px 0 5px;
  cursor: pointer;
}
.modal-mail_delivery .modal-dialog table .cc-outer, .modal-mail_delivery .modal-dialog table .bcc-outer {
  margin-top: 5px;
  display: none;
}
.modal-mail_delivery .modal-dialog table .body {
  height: 400px;
}
.modal-mail_delivery .modal-dialog table .body textarea {
  height: 380px;
}
.modal-mail_delivery .modal-dialog table .is_valid {
  display: none;
}

.ui-autocomplete {
  z-index: 2000;
}

.sidebar .sidebar-banner {
  width: 212px;
  box-shadow: 0 0 8px #808080;
  border-radius: 10px;
}

div #dropZone {
  width: 400px;
  text-align: center;
  border: 1px dotted rgba(0, 0, 0, 0.4);
  background: #eee;
  padding: 20px 40px 9px;
}
div #dropZone input {
  display: none;
}

/*# sourceMappingURL=modify.css.map */
