@charset "UTF-8";

body {
  min-width: 1320px;
  font-size: 16px;
}

/* header */
.fgnp-globalheader {
  box-shadow: none;
  border-bottom: 0 none;
}
.fgnp-service-bar {
  background-color: #4B89B2;
  color: #ffffff;
  height: 56px;
  padding: 0 5px;
}
.ipsp-ver-no {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  line-height: 56px;
}
.fgnp-service-bar .fgnp-product-name, .fgnp-service-bar .fgnp-system-info, .fgnp-service-bar .fgnp-system-action, .fgnp-service-bar .fgnp-user-action, .fgnp-service-bar .fgnp-logo {
  height: 56px;
}
.fgnp-service-bar .fgnp-user-action {
  margin-left: 4px;
}
.fgnp-service-bar .fgnp-nav {
  padding-left: 0;
}
.fgnp-service-bar .fgnp-nav > li > a {
  min-width: 50px;
  height: 56px;
  line-height: 56px;
  padding: 0 6px;
}
.fgnp-service-bar h1 {
  margin: 0;
}
.fgnp-service-bar .fgnp-product-name {
  width: 200px;
}
.ipsp-product-name {
  float: left;
}
.fgnp-service-bar .fgnp-product-name a {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}
.fgnp-service-bar .fgnp-product-name h1 {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
}
.ipsp-user-name.fgnp-text {
  width: 180px;
  height: 56px;
  line-height: 28px;
  text-align: left;
  vertical-align:inherit;
  white-space: normal;
  word-break: break-all;
}
.fgnp-service-bar a,
.fgnp-service-bar .fgnp-button,
.fgnp-service-bar .fgnp-menu,
.fgnp-service-bar .fgnp-flat-button,
.fgnp-service-bar .fgnp-menu,
.fgnp-service-bar .fgnp-nav > li > a,
.fgnp-service-bar .fgnp-font-icon {
  color: #ffffff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
}
.fgnp-service-bar .fgnp-flat-button {
  padding: 0 6px;
}
.fgnp-service-bar .fgnp-nav > li::after {
  content: none;
}
.fgnp-nav > li.fgnp-current > a {
  background: #2D6C96;
}
.fgnp-service-bar .fgnp-nav > li > a > img,
.fgnp-service-bar .fgnp-control-group > li > a > img {
    vertical-align: middle;
    margin-top: -4px;
}
.fgnp-service-bar .fgnp-control-group > li {
  padding-left: 0;
}
.ipsp-usernm-kbn {
  width: 36px;
}

/* fgnp-pane-center */
.fgnp-pane-center {
  background-color: #ffffff;
}

/* toolbar */
.fgnp-toolbar {
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #c8c8c8;
}
.fgnp-toolbar.fgnp-header {
  height: 64px;
}
.fgnp-modal-box {
  background-color: #f9f9f9;
}
.fgnp-modal-box .fgnp-toolbar.fgnp-header {
  white-space: normal;
}
/* toolbarの左線見出し */
h2 {
  margin: 0;
  padding: 0 12px;
  border-left: 6px solid #4B89B2;
  font-size: 18px;
  line-height: 30px;
}

/* sidemenu */
.fgnp-layout .fgnp-pane-left.fgnp-sidebar {
  width: 276px;
  background: #ffffff;
  border-right: 4px solid #cccccc;
}
.fgnp-slidemenu-nav li a {
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-bottom: 0 none;
  font-size: 16px;
  font-weight: normal;
  color: #383838;
}
.fgnp-slidemenu-nav li.fgnp-current > a {
  background: #2D6C96;
  color: #ffffff;
}
.fgnp-slidemenu-title {
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  color: #848484;
  background: #F0F0F0;
  font-size: 16px;
  font-weight: bold;
}

/* ボタン */
.fgnp-button {
  background: #dbdbdb;
  box-shadow: none;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.fgnp-device-desktop .fgnp-button:hover:not(:disabled),
.fgnp-button.fgnp-keyboard-focus {
  background: #e4e4e4;
}
.fgnp-button.fgnp-highlight {
  background: #44a700;
}
.fgnp-device-desktop .fgnp-button.fgnp-highlight:hover:not(:disabled),
.fgnp-button.fgnp-highlight.fgnp-keyboard-focus {
  background: #73bd40;
}
.fgnp-flat-button.fgnp-highlight {
  background: #44a700;
  color: #ffffff;
}
.fgnp-device-desktop .fgnp-flat-button.fgnp-highlight:hover:not(:disabled),
.fgnp-flat-button.fgnp-highlight.fgnp-keyboard-focus {
  background: #73bd40;
}

.fgnp-button.fgnp-fixed, .fgnp-flat-button.fgnp-fixed {
  padding: 0 16px;
  min-width: 112px;
}
/* テキストボックス */
input.fgnp-input,
.fgnp-device-tablet .fgnp-date.fgnp-input[readonly],
.fgnp-device-mobile .fgnp-date.fgnp-input[readonly] {
  background-color: #ffffff;
  box-shadow: none;
  border: 2px solid #c8c8c8;
  height: 36px;
}

/* テキストエリア*/
textarea.fgnp-textArea {
  background-color: #ffffff;
  box-shadow: none;
  border: 2px solid #c8c8c8;
  height: 52px;
  padding: 5px 9px;
}
.fgnp-date > .fgnp-input {
  vertical-align: top;
  width: 128px;
}
.fgnp-date .fgnp-font-icon-calender::before {
  font-size: 20px;
}
.fgnp-auto-width .fgnp-date > .fgnp-input {
  display: inline-block;
  width: 128px;
}
.fgnp-search {
  margin-right: 20px;
}
.fgnp-search > .fgnp-input {
  width: 320px;
}

.fgnp-input + .fgnp-input {
  margin-left: 8px;
}
.fgnp-input + .fgnp-radio,
.fgnp-input + .fgnp-checkbox {
  margin-left: 20px;
}
.fgnp-radio + .fgnp-radio,
.fgnp-radio + .fgnp-checkbox,
.fgnp-checkbox + .fgnp-radio,
.fgnp-checkbox + .fgnp-checkbox {
  margin-left: 24px;
}
.fgnp-textArea.fgnp-error {
  background-color: #fff8f8;
  border-color: #e52222;
}

/* fgnp-tab */
.fgnp-tabs-content > li + li {
    margin-left: 20px;
}
.fgnp-tabs-content > li > a {
  padding: 0 12px;
  background: transparent;
  color: #848484;
  font-size: 18px;
}
.fgnp-tabs-content > li > a:hover, .fgnp-tabs-content > li > a:focus {
  color: #383838;
  background: transparent;
}
.fgnp-tabs-content > li.fgnp-current > a {
  background: transparent;
  color: #383838;
  border-bottom: 6px solid #2D6C96;
  position: relative;
  z-index: 1;
}
.fgnp-tabs-content::after {
  border-bottom: 2px solid #C4C4C4;
}

/* bottom-panel-trigger */
.bottom-panel-trigger {
  position: relative;
  height: 34px;
  line-height: 34px;
  background-color: #F0F0F0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.bottom-panel-trigger > .fgnp-layout-toggle {
  height: 100%;
  cursor: pointer;
  background-image: url("../../../bizcommon/images/ipsp/icon_area_open.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.bottom-panel-trigger > .fgnp-layout-toggle.on {
  background-image: url("../../../bizcommon/images/ipsp/icon_area_close.png");
}
.bottom-panel-trigger > .fgnp-tabs {
  position: absolute;
  left: 16px;
  bottom: 0;
}
.bottom-panel-trigger > .fgnp-tabs-content > li > a {
}
/* fgnp-pane-bottom */
.fgnp-pane-bottom {
  display: none;
}
.fgnp-pane-bottom .fgnp-listview {
  border-bottom: 0 none;
}
.fgnp-pane-bottom .fgnp-listview li {
  border-top: 0 none;
}
.fgnp-pane-bottom .fgnp-listview li > .fgnp-text {
  display: flex;
  flex-direction: row;
  padding: 3px 12px;
  line-height: 20px;
  clear: both;
}
.fgnp-pane-bottom .fgnp-listview li.fgnp-current > .fgnp-text {
    background: #C2DCED;
}
.fgnp-pane-bottom .fgnp-tab-content {
  padding: 12px 0; /* ここを変更する場合、.list-messageのwidthも変更する。 */
}
.list-title {
  width: 166px; /* ここを変更する場合、.list-messageのwidthも変更する。 */
  vertical-align: top;
  word-break : break-all;
}
.list-title::after {
  float: right;
  clear: both;
}
.list-message {
  width: calc(100% - 194px); /* 166px + 12px + 16px = 194px */
  margin-left: 16px; /* ここを変更する場合、.list-messageのwidthと.list-message::beforeのmargin-leftも変更する。 */
  word-break : break-all;
}
.list-message::before {
  content: "：";
  margin-left: -16px; /* ここを変更する場合、.list-messageのwidthとmargin-leftも変更する。 */
  color: #383838;
}
/* FGNPのバグ（仕様）回避用 */
.fgnp-pane-bottom .fgnp-tab-content:not(.fgnp-tab-panel-current) {
  display: none !important;
}

/* bottom-tab */
.bottom-tabs > li > a {
  background: transparent;
  color: #848484;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-weight: bold;
}
.bottom-tabs > li > a:hover, .bottom-tabs > li > a:focus {
    color: #383838;
    background: transparent;
}
.bottom-tabs > li.fgnp-current > a {
    position: relative;
    bottom: -1px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-bottom: 0 none;
    color: #383838;
    z-index: 1;
}

/* data-table */
.fgnp-data-table {
  background-color: #ffffff;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 0;
}
.fgnp-data-table th {
  background-color: #f0f0f0;
  background-clip: padding-box;
  white-space: nowrap;
}
.fgnp-data-table th,
.fgnp-data-table td {
  padding: 7px 10px;
  line-height: 1.4;
  border: 2px solid #e5e5e5;
}
.fgnp-data-table tbody td {
  border-bottom: 2px solid #e5e5e5;
}
.fgnp-data-table tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}
.fgnp-data-table tbody tr.fgnp-current,
.fgnp-data-table.fgnp-hover tbody tr.fgnp-current {
  background-color: #C2DCED;
}

/* original */
.entry-info{
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  margin: 12px 0;
}
.entry-info th{
  padding: 4px 4px 4px 0;
}
.entry-info td{
  padding: 4px;
}
.entry-info-label {
  font-weight: bold;
  text-align: right;
}
.th-nowrap th {
  white-space: nowrap;
}
#search-option {
  background-color: #f9f9f9;
  border-bottom: 2px solid #e5e5e5;
}
#search-option .fgnp-padding-standard {
  padding: 16px 20px;
}
#search-option .fgnp-footer {
  margin-bottom: 8px;
}
/* テキスト */
.title-1 {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.sub-title-1 {
  margin-left: 32px;
  font-size: 18px;
  vertical-align: middle;
}

.status-icon {
  width: 24px;
  height: 24px;
}
/*アイコン反転*/
.flip-horizontal {
  transform: scale(-1, 1);
}

/* オリジナルアコーディオン */
.accordion-button-contents {
  display: none;
}

/* 郵便番号アイコン */
.zip-code.fgnp-icon img{
  height: 24px;
}

/* 郵便番号アイコン */
.icon-close.fgnp-icon img{
  height: 16px;
}

/* 虫眼鏡アイコン */
.magnifying-glass.fgnp-icon img{
  height: 24px;
}

.icon-calendar.fgnp-icon img{
  height: 24px;
}
.fgnp-control-group > li {
  padding-left: 12px;
}
.fgnp-control-group > li.fgnp-control-group-separator,
.fgnp-control-group > li.fgnp-control-group-separator + li {
  padding-left: 16px;
}

/* ログイン時間表示 */
.login-date {
  font-size: 14px;
}
.login-date-now,
.login-date-before {
  text-align: right;
}

/* 必須項目のマーク */
.fgnp-form-label.fgnp-required::after {
  color: #e52222;
  font-weight: normal;
  content: " ※";
}

/* フォーム用テーブル */
.input-table th {
  font-weight: normal;
  text-align: left;
  padding: 16px;
  padding-right: 36px;
  vertical-align: middle;
}
.input-table td {
  white-space: nowrap;
}
input.fgnp-input.sizeS {
  display: inline-block;
  width: 42px;
}
input.fgnp-input.sizeM {
  display: inline-block;
  width: 60px;
}
input.fgnp-input.sizeML {
  display: inline-block;
  width: 120px;
}
input.fgnp-input.sizeL {
  display: inline-block;
  width: 200px;
}

select.fgnp-select.sizeS {
  width: 42px;
}
select.fgnp-select.sizeM {
  width: 60px;
}
select.fgnp-select.sizeL {
  width: 200px;
}
select.fgnp-select.sizeXL {
  width: 330px;
}
select {
  font-size: 16px;
}

.fgnp-form .fgnp-form-label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
}
.fgnp-form.fgnp-horizontal .fgnp-row,
.fgnp-form.fgnp-holizontal .fgnp-row {
  margin-bottom: 12px;
}
.fgnp-row > div.fgnp-col > span {
  font-size: 18px;
}

/* ソーティング部品 */
.fgnp-data-table th {
  position:relative;
}
.fgnp-data-table th a.ipsp-sortable-link {
  position:absolute;
  display: block;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  color: currentcolor;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .fgnp-data-table th a.ipsp-sortable-link {
    height: 36px;
  }
}
.fgnp-data-table th a.ipsp-sortable-link:hover {
  text-decoration: none;
}

.fgnp-data-table th a.ipsp-sortable-link span {
  position:relative;
  height: 100%;
  display: inline-block;
  vertical-align: middle;

  top: 50%;
  margin-top: -12px;
  margin-right: 32px;
}

.fgnp-data-table th a.ipsp-sortable-link.ipsp-asc,
.fgnp-data-table th a.ipsp-sortable-link.ipsp-des {
  background: #b7b7b7;
}

.fgnp-data-table th a.ipsp-sortable-link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -12px;
  font-family: "FGNPIcon";
  font-size: 16px;
  line-height: 1.5;
  color: #434343;
  content: "\E00A";
  opacity: 0.3;
}
.fgnp-data-table th a.ipsp-sortable-link.ipsp-asc::after,
.fgnp-data-table th a.ipsp-sortable-link.ipsp-des::after {
  opacity: 1;
}
.fgnp-data-table th a.ipsp-sortable-link.ipsp-asc::after {
  content: "\E00B";
}
.fgnp-data-table th a.ipsp-sortable-link.ipsp-des::after {
  content: "\E00C";
}
.fgnp-device-tablet .fgnp-data-table th a.ipsp-sortable-link::after,
.fgnp-device-mobile .fgnp-data-table th a.ipsp-sortable-link::after {
  font-size: 20px;
  margin-top: -15px;
}


/* ページング部品 */
/* 件数表示 */
span.ipsp-pager-count {
  height: 34px;
  line-height: 34px;
  margin-right: 11px;
}

/* 前後ボタン */
ul.fgnp-pager li:last-child {
  margin-right: 24px;
}

/* ページジャンプ ドロップダウン */
.fgnp-dropdown li > input[type="submit"] {
  display: block;
  padding: 0 36px 0 20px;
  overflow: hidden;
  width: 100%;
  height: 38px;
  line-height: 38px;
  outline: none;
  color: #232323;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;

  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;

  background-color: transparent;
  border-radius: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}


/* エラーメッセージ表示部 */
#bottom-error, #bottom-comment {
  max-height: 110px;
  min-height: 110px;
}

.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-error {
  padding: 0;
}
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-error > a,
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-error > span {
  padding: 3px 12px;
  line-height: 20px;
  width:100%;
  height:100%;
}
.fgnp-pane-bottom .ipsp-error > a,
.fgnp-pane-bottom .ipsp-error > span{
  color: #e52222;
  /* text-decoration: none; */
}
.fgnp-pane-bottom .ipsp-error > span > span,
.fgnp-pane-bottom .ipsp-error > a > span {
  display: inline-block;
  vertical-align: middle;
}
.fgnp-pane-bottom .ipsp-error > span > span.list-title,
.fgnp-pane-bottom .ipsp-error > a > span.list-title {
  vertical-align: top;
}
.fgnp-pane-bottom .ipsp-error span.list-title {
  color: #383838;
}

/* エラー項目のあるタブの色変更 */
.fgnp-tabs-content > li > a.fgnp-error {
  background: #fef0f0;
  color: #848484;
  border-bottom: 6px solid #fef0f0;
  font-size: 18px;
}
.fgnp-tabs-content > li > a.fgnp-error:hover,
.fgnp-tabs-content > li > a.fgnp-error:focus {
  color: #383838;
  background: #fef0f0;
  border-bottom: 6px solid #fef0f0;
}
.fgnp-tabs-content > li.fgnp-current > a.fgnp-error {
  background: #fef0f0;
  color: #383838;
  border-bottom: 6px solid #c71919;
  position: relative;
  z-index: 1;
}

/* エラー項目のあるアコーディオンの色変更 */
.fgnp-flat-button.accordion-button.fgnp-error {
  background: #fef0f0;
  color: #848484;
}
.fgnp-flat-button.accordion-button.fgnp-error:hover,
.fgnp-flat-button.accordion-button.fgnp-error:focus  {
  background: #fef0f0;
  color: #383838;
}

/* 情報表示部 */
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-info {
  padding: 0;
}
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-info > a,
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-info > span {
  padding: 3px 12px;
  line-height: 20px;
  width:100%;
  height:100%;
}
.fgnp-pane-bottom .ipsp-info > span > span,
.fgnp-pane-bottom .ipsp-info > a > span {
  display: inline-block;
  vertical-align: middle;
}
.fgnp-pane-bottom .ipsp-info > span > span.list-title,
.fgnp-pane-bottom .ipsp-info > a > span.list-title {
  vertical-align: top;
}
.fgnp-pane-bottom .ipsp-info span.list-title {
  color: #383838;
}

/* 警告表示部 */
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-warn {
  padding: 0;
}
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-warn > a,
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-warn > span {
  padding: 3px 12px;
  line-height: 20px;
  width:100%;
  height:100%;
}
.fgnp-pane-bottom .ipsp-warn > span > span,
.fgnp-pane-bottom .ipsp-warn > a > span {
  display: inline-block;
  vertical-align: middle;
}
.fgnp-pane-bottom .ipsp-warn > span > span.list-title,
.fgnp-pane-bottom .ipsp-warn > a > span.list-title {
  vertical-align: top;
}
.fgnp-pane-bottom .ipsp-warn span.list-title {
  color: #383838;
}

/* コメントアコーディオン */
.comment-wrapper.accordion-button-contents {
  display: none;
}

/* コメント表示部 */
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-comment {
  padding: 0;
}
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-comment > a,
.fgnp-pane-bottom .fgnp-listview li .fgnp-text.ipsp-comment > span {
  padding: 3px 12px;
  line-height: 20px;
  width:100%;
  height:100%;
}
.fgnp-pane-bottom .ipsp-comment > a,
.fgnp-pane-bottom .ipsp-comment > span{
  color: #383838;
  text-decoration: none;
}
.fgnp-pane-bottom .ipsp-comment > span > span,
.fgnp-pane-bottom .ipsp-comment > a > span {
  display: inline-block;
  vertical-align: middle;
}
.fgnp-pane-bottom .ipsp-comment > span > span.list-title,
.fgnp-pane-bottom .ipsp-comment > a > span.list-title {
  vertical-align: top;
}
.fgnp-pane-bottom .ipsp-comment span.list-title {
  color: #383838;
}


/* ダイアログ メッセージ部の高さ */
.data-modal-min-height  {
  min-height: 80px;
}

/* 必須入力 */
label.ipsp-required::after {
  content: "※";
  color: red;
  float: right;
  clear: both;
}

/* 文字省略時のツールチップ */
#ipsp-tooltip{
  word-break:break-all;
  white-space:pre-wrap;
  overflow-x:auto;
  text-align:left;
  padding:5px;
  max-width:75%;
  max-height:25%;
  background-color:#f0e68c;
  z-index:100;
/*  border:#000000 1px solid;*/
  border-radius:10px;
  position:absolute;
  font-size:20px;
  margin:10px;
}
#ipsp-overray{
  z-index:99;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:transparent;
}
[data-alltext] {
  z-index: 98;
  display: inline-block;
}
[data-alltext]>input,
[data-alltext]>textarea {
  pointer-events: none;
}
[data-alltext].tooltip-textarea {
  width: 100%;
}

/* オートコンプリート */
.ui-autocomplete {
  max-width:768px;

  max-height:305px;
  overflow-y:auto;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

/* IE対応・テキストボックス×ボタン非表示 */
input::-ms-clear {
  display:none;
}

/* ロード中オーバーレイ */
#loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.7;
  z-index: 101;
}
#loading-contents {
  position: fixed;
  top: 45%;
  left: 45%;
  text-align: center;
  color: #ffffff;
  z-index: 102;
}

/* 説明ダイアログアイコン */
.dtlDialog {
  width:18px;
  height:18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}