@charset "UTF-8";
/* CSS Document */
.ui-tooltip {
  white-space: pre-line;
}

.entry {
  margin: auto;
  width: 100%;
}

table.table-design-set-1 {
  border-radius: 0;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px #e8e8e8 inset;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  border-spacing: 1px;
  background: none repeat scroll 0 0 #d5e0ee;
  font-size: 12px;
}

table.table-design-set-1 th {
  background: none repeat scroll 0 0 #e6edf5;
  color: #4f76a3;
  padding: 12px 12px;
  text-align: center;
}

table.table-design-set-1 td {
  padding: 6px 15px;
}
table.table-design-set-1 td .org {
  color: #8a0000;
}

table.table-design-set-1 td.th {
  padding: 12px;
}

table.table-design-set-1 tr:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f7f9fc;
}

table.table-design-set-1 tr:nth-child(2n) {
  background: none repeat scroll 0 0 #fff;
}

table.table-design-set-1 tr:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f7f9fc;
}

table.table-design-set-1 tr:nth-child(2n) {
  background: none repeat scroll 0 0 #fff;
}

table.table-design-set-1.user_edit,
table.table-design-set-1.contact_edit {
  background: none;
}

table.table-design-set-1.user_edit td,
table.table-design-set-1.contact_edit td {
  padding: 6px 25px;
}

table.table-design-set-1.user_edit th,
table.table-design-set-1.contact_edit th {
  background: none repeat scroll 0 0 #eee;
  text-align: left;
  height: 40px;
}

table.table-design-set-1.user_edit tr:nth-child(2n+1),
table.table-design-set-1.contact_edit tr:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f5f5f5;
}

table.table-design-set-1.user_edit th::after,
table.table-design-set-1.contact_edit th::after {
  float: right;
  padding: 0;
  left: 19px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: 10px solid transparent;
  border-left: #eee 10px solid;
  margin-top: -10px;
}

table.table-design-set-1.user_edit th.no_border::after,
table.table-design-set-1.contact_edit th.no_border::after {
  border: none;
}

.information table.table-design-set-1.user_edit th::after {
  left: 32px;
}

table.table-design-set-1 + p {
  margin-top: -30px;
  margin-bottom: 50px;
}

.wtd {
  width: 8%;
}

.wtd_1 {
  width: 17%;
}

.t_rt {
  text-align: right;
}

.wtd_2 {
  width: 30%;
}

.wtd_3 {
  /*    width: 25%;*/
  width: 33%;
}

.wtd_4 {
  width: 15%;
}

.wtd_5 {
  width: 148px;
}

.entry input {
  padding: 6px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  color: #555558;
}

.entry input.readonly_box {
  border: none;
  text-align: right;
}

.ce {
  text-align: center;
}

input.submit {
  padding: 12px 35px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #1f9040;
  color: #fff;
  margin: 0 auto 40px;
}

input.submit:hover {
  background: #36b35b;
}

.entry .date {
  color: #285576;
  font-weight: bold;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex input[type=button] {
  padding: 1px 13px;
  border-radius: 4px;
  background: #555;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.family {
  width: 160px;
}

input.short {
  width: 55px;
}

input.short1 {
  width: 77px;
}

input.w50 {
  width: 50%;
}

input.w100 {
  width: 100%;
}

textaera.auto-resize {
  field-sizing: content;
  min-height: 80px;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.ex {
  padding-top: 5px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.entry textarea {
  padding: 7px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  color: #555558;
  width: 100%;
}

.min_h {
  min-height: 100px;
  height: 100px;
}

.list_ps {
  padding: 20px 20px 12px;
  background: #fcfcfc;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 3px solid #3498db;
}
.list_ps > div .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
}
.list_ps > div > div {
  display: flex;
  align-items: center;
}
.list_ps > div > div > span, .list_ps > div > div > a {
  display: block;
  margin-right: 5px;
}
.list_ps > div > div > span input, .list_ps > div > div > a input {
  padding: 2px 7px;
  line-height: 20px;
  cursor: pointer;
}
.list_ps > div > div > p {
  margin-right: 20px;
}
.list_ps > div > div > p span:nth-of-type(1) {
  color: #888;
  border: 1px solid #888;
  padding: 2px 8px;
}
.list_ps > div > div > p span:nth-of-type(1).ok {
  border: 1px solid #fb9f27;
  color: #fb9f27;
}

.min_h1 {
  height: 18px;
}

.min_h2 {
  height: 42px;
}

.code_msg {
  background: #fb9f27;
  padding: 2px 13px;
  border-radius: 4px;
  color: #fff !important;
  margin-right: 5px;
  font-size: 13px;
}

/*初回ご登録フォーム*/
.contact table.table-design-set-1 th {
  text-align: left;
  font-size: 14px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.point1 {
  margin-left: 235px;
}

/* チャット式お問い合わせ */
.contact-space {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.contact-space .contact-box {
  width: 49%;
}

.contact-space .messages {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.contact-space .messages .message {
  margin-bottom: 10px;
}

.contact-space .messages .message.admin {
  text-align: right;
}

.contact-space .messages .message .text {
  padding: 8px;
  border-radius: 5px;
  background-color: #e0e88a;
  max-width: 80%;
}

.contact-space .messages .message .file {
  margin-bottom: 10px;
  max-width: 30%;
}

.contact-space .messages .message .file img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.contact-space .messages .message.admin .file,
.contact-space .messages .message.admin .text {
  margin-left: auto;
}

.send_box {
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f5f5f5;
  padding: 12px 20px;
}

.send_box_file {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
}

.send_head {
  display: flex;
  justify-content: space-between;
}

.send_body {
  margin-top: 10px;
}

.send_msg {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
  /*  margin-right: 20px;
    width: 100%;*/
}

.msg_send_Btn {
  background: #fb9f27;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  white-space: nowrap;
  border: 0;
}

#contact-submit.msg_send_Btn {
  background: #fb9f27;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  white-space: nowrap;
  border: 0;
  display: block;
  width: 50px;
  margin-left: 0;
  width: 60px;
  height: 30px;
}

.file-reset {
  background: #ddd;
}

.send_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.imagePreview {
  max-width: 200px;
  display: inline-block;
}

.file_box {
  color: #aaa;
  position: relative;
}

.file_box #file {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
}

.acco_header {
  padding: 2px 5px;
  cursor: pointer;
}

.list_box {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow-y: scroll;
  padding: 20px;
  height: 395px;
  background: #f5f5f5;
}

.direct-chat-box {
  width: 80%;
}

.direct-chat-msg {
  margin-bottom: 25px;
}

.direct-chat-infos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  font-size: 0.5rem;
}

.direct-chat-text {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
}

.direct-chat-text a {
  text-decoration: underline;
}

.direct-chat-text:before {
  border: solid transparent;
  border-right-color: #ffffff;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
  border-width: 8px;
  margin-top: -8px;
}

.msg_admin .direct-chat-text {
  background: #3af;
  word-break: break-all;
  color: #fff;
  border: 1px solid #3af;
  position: relative;
}

.msg_admin .direct-chat-text:before {
  border: solid #33aaff;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
  border-right-color: transparent;
  left: 100%;
  border: solid transparent;
  border-left-color: #33aaff;
  border-width: 8px;
  margin-top: -8px;
}

.direct-chat-msg label {
  font-size: 0.5rem;
  white-space: nowrap;
  margin-right: 15px;
  text-align: right;
  width: 25%;
}

.direct-chat-msg input[type=button] {
  padding: 5px 13px;
  margin-bottom: 5px;
}

.direct-chat-msg label span {
  display: block;
}

.msg_user .direct-chat-text {
  word-break: break-all;
  display: block;
  width: calc(100% - 20px);
  position: relative;
}

.a-center {
  align-items: center;
}

.a-base {
  align-items: flex-end;
}

.push_mail {
  display: flex;
  align-items: center;
}

#pushomail {
  display: none;
}

input#pushomail + label {
  display: inline-block;
  position: relative;
  width: 54px;
  height: 20px;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
}

input#pushomail + label:before {
  display: block;
  content: attr(data-off-label);
  position: absolute;
  top: -2px;
  right: 8px;
  color: #fff;
}

input#pushomail + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}

#pushomail:checked + label {
  border: 1px solid #499c55;
  background-color: #499c55;
}

#pushomail:checked + label::before {
  content: attr(data-on-label);
}

#pushomail:checked + label::after {
  left: 34px;
}

input, textarea, .create_btn {
  padding: 4px 10px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #555558;
  border-radius: 4px;
}

.create_btn {
  text-decoration: none;
  background: rgb(239, 239, 239);
}

input[type=file] {
  border: 0;
}

.search_box_no {
  padding: 5px 0;
  align-items: center;
  float: left;
}

.temp_edit1:hover {
  cursor: pointer;
  background: #f5f5f5;
}

#fileList {
  display: flex;
  flex-wrap: wrap;
}

#fileList div {
  margin: 5px 15px 5px 0;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  background: #e7e7e7;
}

#fileList div span {
  cursor: pointer;
}

#dropContainer {
  position: relative;
  text-align: right;
}

#file {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 37px;
}

.bg5 {
  background: #555555;
}

.send_footer {
  display: flex;
  justify-content: flex-end;
  color: #7b7b7b;
  position: relative;
}

.msg_send_Btn1 {
  color: #fb9f27;
  border: 0;
  background: none;
}

.files {
  position: relative;
  margin-right: 20px;
  z-index: 100;
}

.contents_up span {
  position: relative;
}

.arrow_box1 {
  display: none;
  position: absolute;
  padding: 5px 16px;
  border-radius: 5px;
  background: #333333;
  color: #fff;
  bottom: -70%;
  left: 100px;
  width: 80%;
  z-index: 1;
  line-height: 2.5;
  min-height: 90px;
}

.arrow_box1:after {
  position: absolute;
  top: 40%;
  left: -8px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

.arrow_box1 li {
  border-bottom: 1px dashed #797979;
}

.arrow_box1 li:last-child {
  border-bottom: none;
}

.arrow_box1 .a {
  text-align: right;
}

.arrow_box1 .u {
  text-align: left;
}

.wtd40 {
  width: 40px !important;
  text-align: center;
}

#apply_contact .search_box {
  font-size: inherit;
}

.contect_wrap {
  position: relative;
}

.loading {
  position: absolute;
  left: calc(50% - 64px);
  top: 40%;
  z-index: 1;
}

.readonly {
  background: #ccc;
}

input[read-only],
textarea[read-only] {
  background: #ccc;
}

#show-preview {
  padding: 10px 30px;
  cursor: pointer;
  background: #8a8a8a;
  color: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 4px;
  line-height: 19px;
  display: inline-block;
  margin-right: 20px;
}

.agent-pre_apply_conf-person-create #content,
.agent-pre_apply_conf-person-g-create #content {
  max-width: 900px;
}
.agent-pre_apply_conf-person-create #content table tr,
.agent-pre_apply_conf-person-g-create #content table tr {
  background: #fff;
}

.agent-pre_apply_conf-person-complete #content,
.agent-pre_apply_conf-person-auth #content,
.agent-pre_apply_conf-person-g-create #content,
.agent-pre_apply_conf-person-g-complete #content,
.agent-pre_apply_conf-person-g-auth #content {
  max-width: 600px;
}
.agent-pre_apply_conf-person-complete #content h1,
.agent-pre_apply_conf-person-auth #content h1,
.agent-pre_apply_conf-person-g-create #content h1,
.agent-pre_apply_conf-person-g-complete #content h1,
.agent-pre_apply_conf-person-g-auth #content h1 {
  font-size: 18px;
}
.agent-pre_apply_conf-person-complete #content #entry p,
.agent-pre_apply_conf-person-auth #content #entry p,
.agent-pre_apply_conf-person-g-create #content #entry p,
.agent-pre_apply_conf-person-g-complete #content #entry p,
.agent-pre_apply_conf-person-g-auth #content #entry p {
  font-weight: normal;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
.agent-pre_apply_conf-person-complete #content #entry p span,
.agent-pre_apply_conf-person-auth #content #entry p span,
.agent-pre_apply_conf-person-g-create #content #entry p span,
.agent-pre_apply_conf-person-g-complete #content #entry p span,
.agent-pre_apply_conf-person-g-auth #content #entry p span {
  font-weight: bold;
}
.agent-pre_apply_conf-person-complete #content #entry .note,
.agent-pre_apply_conf-person-auth #content #entry .note,
.agent-pre_apply_conf-person-g-create #content #entry .note,
.agent-pre_apply_conf-person-g-complete #content #entry .note,
.agent-pre_apply_conf-person-g-auth #content #entry .note {
  padding: 10px;
  border: 1px solid #000;
  background: #ffe8e8;
  margin-top: 25px;
}
.agent-pre_apply_conf-person-complete #content #entry .note li,
.agent-pre_apply_conf-person-auth #content #entry .note li,
.agent-pre_apply_conf-person-g-create #content #entry .note li,
.agent-pre_apply_conf-person-g-complete #content #entry .note li,
.agent-pre_apply_conf-person-g-auth #content #entry .note li {
  padding-left: 1em;
  text-indent: -0.8em;
  margin-bottom: 0.7rem;
}
.agent-pre_apply_conf-person-complete #content #entry .note li:before,
.agent-pre_apply_conf-person-auth #content #entry .note li:before,
.agent-pre_apply_conf-person-g-create #content #entry .note li:before,
.agent-pre_apply_conf-person-g-complete #content #entry .note li:before,
.agent-pre_apply_conf-person-g-auth #content #entry .note li:before {
  content: "・ ";
}
.agent-pre_apply_conf-person-complete #content #entry .note li:last-of-type,
.agent-pre_apply_conf-person-auth #content #entry .note li:last-of-type,
.agent-pre_apply_conf-person-g-create #content #entry .note li:last-of-type,
.agent-pre_apply_conf-person-g-complete #content #entry .note li:last-of-type,
.agent-pre_apply_conf-person-g-auth #content #entry .note li:last-of-type {
  margin-bottom: 0;
}
.agent-pre_apply_conf-person-complete #content #entry .note p,
.agent-pre_apply_conf-person-auth #content #entry .note p,
.agent-pre_apply_conf-person-g-create #content #entry .note p,
.agent-pre_apply_conf-person-g-complete #content #entry .note p,
.agent-pre_apply_conf-person-g-auth #content #entry .note p {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
.agent-pre_apply_conf-person-complete #content #entry .note p.title,
.agent-pre_apply_conf-person-auth #content #entry .note p.title,
.agent-pre_apply_conf-person-g-create #content #entry .note p.title,
.agent-pre_apply_conf-person-g-complete #content #entry .note p.title,
.agent-pre_apply_conf-person-g-auth #content #entry .note p.title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}
.agent-pre_apply_conf-person-complete #content #entry .note p.title:first-child,
.agent-pre_apply_conf-person-auth #content #entry .note p.title:first-child,
.agent-pre_apply_conf-person-g-create #content #entry .note p.title:first-child,
.agent-pre_apply_conf-person-g-complete #content #entry .note p.title:first-child,
.agent-pre_apply_conf-person-g-auth #content #entry .note p.title:first-child {
  margin-top: 0;
}
.agent-pre_apply_conf-person-complete #content #entry .note p.list,
.agent-pre_apply_conf-person-auth #content #entry .note p.list,
.agent-pre_apply_conf-person-g-create #content #entry .note p.list,
.agent-pre_apply_conf-person-g-complete #content #entry .note p.list,
.agent-pre_apply_conf-person-g-auth #content #entry .note p.list {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -0.8em;
}
.agent-pre_apply_conf-person-complete #content #entry .note p.list:before,
.agent-pre_apply_conf-person-auth #content #entry .note p.list:before,
.agent-pre_apply_conf-person-g-create #content #entry .note p.list:before,
.agent-pre_apply_conf-person-g-complete #content #entry .note p.list:before,
.agent-pre_apply_conf-person-g-auth #content #entry .note p.list:before {
  content: "・ ";
  font-size: 12px;
}

.edit-preview #content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.edit-preview #content table {
  border-collapse: collapse;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.edit-preview #content table th, .edit-preview #content table td {
  padding: 5px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
}
.edit-preview #content table th {
  border-left: 2px solid #000;
  border-right: 1px solid #000;
}
.edit-preview #content table th p {
  display: flex;
  justify-content: space-between;
}
.edit-preview #content table td {
  border-right: 2px solid #000;
}
.edit-preview #content table .no-side-border {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.edit-preview #content table .border-bottom-normal th, .edit-preview #content table .border-bottom-normal td {
  border-bottom: 1px solid #000;
}
.edit-preview #content table .border-bottom-bold th, .edit-preview #content table .border-bottom-bold td {
  border-bottom: 2px solid #000;
}
.edit-preview #content table .border-right-bold th, .edit-preview #content table .border-right-bold td {
  border-right: 2px solid #000;
}

.agent-pre_apply_conf-person-thanks .msg_box {
  width: 55%;
  text-align: left;
}
.agent-pre_apply_conf-person-thanks .msg_box > p {
  font-size: 16px;
  margin-bottom: 30px;
}
.agent-pre_apply_conf-person-thanks .msg_box .note p {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
.agent-pre_apply_conf-person-thanks .msg_box .note p.title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}
.agent-pre_apply_conf-person-thanks .msg_box .note p.title:first-child {
  margin-top: 0;
}
.agent-pre_apply_conf-person-thanks .msg_box .note p.list {
  padding-left: 1em;
  text-indent: -0.8em;
}
.agent-pre_apply_conf-person-thanks .msg_box .note p.list:before {
  content: "・ ";
}
.agent-pre_apply_conf-person-thanks .link {
  font-size: 20px;
  text-align: center;
  display: block;
  background: #518f46;
  width: 300px;
  margin: -50px auto 0;
  padding: 20px 0;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.agent-pre_apply_conf-person-thanks .link:hover {
  opacity: 0.8;
}

.agent-apply_conf-person-thanks .msg_box + p {
  text-align: center;
  margin-top: -70px;
  font-size: 16px;
}

.black-bg-loading {
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.black-bg-loading > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 #fff #fff;
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.agent-pre_apply_conf-person-terms-and-policy #content {
  max-width: 800px;
  font-size: 14px;
  line-height: 1.8;
}
.agent-pre_apply_conf-person-terms-and-policy #content h1 {
  font-size: 18px;
}
.agent-pre_apply_conf-person-terms-and-policy #content h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background: none;
  padding: 0;
  margin: 30px 0 20px;
}
.agent-pre_apply_conf-person-terms-and-policy #content h3 {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 20px;
}
.agent-pre_apply_conf-person-terms-and-policy #content h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 14px 0 6px;
}
.agent-pre_apply_conf-person-terms-and-policy #content ul.number {
  list-style-type: decimal;
  padding-left: 20px;
}
.agent-pre_apply_conf-person-terms-and-policy #content ul.number2 {
  list-style-type: none;
  padding-left: 24px;
}
.agent-pre_apply_conf-person-terms-and-policy #content ul.number2 li {
  counter-increment: cnt;
}
.agent-pre_apply_conf-person-terms-and-policy #content ul.number2 li:before {
  content: "(" counter(cnt) ")";
  margin-left: -24px;
  display: inline-block;
  width: 24px;
}
.agent-pre_apply_conf-person-terms-and-policy #content ul.dot {
  list-style-type: disc;
  padding-left: 20px;
}
.agent-pre_apply_conf-person-terms-and-policy #content form {
  text-align: center;
  margin: 100px auto;
}
.agent-pre_apply_conf-person-terms-and-policy #content form label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.agent-pre_apply_conf-person-terms-and-policy #content form label input {
  width: 24px;
  height: 24px;
}
.agent-pre_apply_conf-person-terms-and-policy #content form label span {
  font-size: 18px;
  padding-left: 10px;
}
table.table-design-set-1.contractorTBL {
  margin-bottom: 20px;
}
table.table-design-set-1.contractorTBL th {
  width: 120px;
}

.stickyTTL {
  background: #4f76a3;
  color: #fff;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  display: block;
  width: calc(100% - 10px);
}

.flexlist {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-bottom: 10px;
  list-style: none;
}

.sub_comment_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #ececec;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
.sub_comment_flex .sub_comment_TBL_TTL {
  width: 100px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.sub_comment_flex .sub_comment_TBL_wrap {
  width: calc(100% - 100px);
  background: #fff;
}
.sub_comment_flex .sub_comment_TBL_wrap table.sub_comment_TBL {
  border-top: none;
  border-bottom: none;
}
.sub_comment_flex .sub_comment_TBL_wrap table.sub_comment_TBL th {
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  text-align: left;
  width: 100px;
}

.bank-wrap {
  display: flex;
  gap: 10px;
}
.bank-wrap .left {
  flex: 1;
  float: none;
}
.bank-wrap .left > div {
  margin-top: 10px;
}
.bank-wrap .right {
  flex: 1;
  float: none;
}

ul.history {
  list-style: none;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
ul.history li {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
ul.history li:nth-of-type(1) {
  background: rgb(186, 233, 188);
  padding: 5px;
}
ul.history li span {
  display: block;
  padding: 5px;
  border-right: 1px solid #ccc;
}
ul.history li span:nth-of-type(1) {
  width: 130px;
  text-align: center;
}
ul.history li span:nth-of-type(2) {
  flex: 1;
  text-align: left;
}
ul.history li span:nth-of-type(3) {
  width: 100px;
  text-align: center;
}

.submenu.flex {
  align-items: center;
  padding-bottom: 10px;
}
.submenu.flex a {
  float: right;
  border: 1px solid #c1c1c1;
  padding: 5px 6px;
  color: #555558;
  background-color: #f0f0f0;
  text-decoration: none;
  border-radius: 4px;
}
.submenu.flex a:hover {
  opacity: 0.8;
}

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