@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);

/* -- default ----------------------------------------------------------- */
/*
======================================================================
* YUI reset css Lisence
* YUI 3.18.1 (build f7e7bcb)
* Copyright 2014 Yahoo! Inc. All rights reserved.
* Licensed under the BSD License.
* http://yuilibrary.com/license/
======================================================================*/
html{
	color: #000;
	background-color: transparent;
	background-image: none;
	/*overflow-y: scroll;/*縦スクロールバーを常に表示*/
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
body{
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
	margin:0;
	padding:0;
}
input,
textarea,
th,
td {
	margin: 0;
}
table {
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
img {
    vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
}
caption,
th {
	text-align:left;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing: inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
blockquote {
    background-color: #eee;
    display: block;
    padding: 12px;
    border-left: 5px solid #ddd;
	color: #333;
}
main {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
/* -- /default ----------------------------------------------------------- */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.loading {
  z-index: 2000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.loading > div {
  z-index: 2001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  color: #666;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  top: 33%;
}
.loading > span {
  z-index: 2002;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  top: 55%;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.08699999999999999em -0.825em 0 -0.42em,
      -0.173em -0.8120000000000001em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[v-cloak] {
  visibility: hidden;
}
html {
  /*overflow-y: scroll;*/
  font-size: 12.5px;
}
body {
  font-family: "Noto Sans JP", "-apple-system", "Helvetica Neue", Verdana, Arial,
    Meiryo, YuGothic, sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  font-display: swap;
  color: #333;
  background-color: #f3f3f6;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06em;
}
img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 100%;
  max-height: 100%;
}
/*::-webkit-scrollbar {
  width: 8px;
  background-color: #f3f3f6;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  cursor: pointer;
}*/
code,
textarea.code {
  font-family: "Source Code Pro", monospace;
  letter-spacing: 0;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 4px 0px 4px 4px;
  margin: 0px;
  color: #645665;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 18.75px;
}
h2 {
  font-size: 16.875px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 13.125px;
}
h5 {
  font-size: 11.25px;
}
form {
  margin: 0;
  padding: 0;
}
label {
  display: inline;
  padding: 0;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="file"] {
  display: inline-block;
  cursor: pointer;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 24px 2px 4px;
  background-color: #fff;
  background-image: url("/pd/img/arrow_top.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 5px center;
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  outline: 0;
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  color: #000;
  border-color: #aaa;
  cursor: not-allowed;
}
input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus,
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background-color: #eee;
  border-color: #aaa;
}
#navbar > ul {
  display: none;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 950;
}
.navbar {
  background-color: #163550;
}
.navbar .navbar-toggle {
  border-color: #666;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: #122a40;
}
.navbar .navbar-header {
  margin-left: 0 !important;
}
.navbar .navbar-brand {
  color: #fff;
  font-size: 25px;
  padding: 12px 8px 0 0;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 !important;
  font-weight: 400;
}
.navbar .navbar-brand > img {
  height: 36px;
}
.nav > li > a > i {
  font-size: 1.3em;
  vertical-align: -2px;
}
.nav .dropdown-menu > li {
  position: relative;
}
.nav .dropdown-menu > li > span.badge {
  position: absolute;
  top: 4px;
  right: 5px;
}
.nav .dropdown-submenu {
  position: relative;
}
.nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.nav .dropdown-submenu.pull-left {
  float: none;
}
.nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.btn {
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
/*.btn-primary {
  color: #fff;
  background-color: #1a6d96;
  border-color: #165d80;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #124d6b;
  border-color: #030e14;
}
.btn-primary:hover {
  color: #fff;
  background-color: #124d6b;
  border-color: #0d374c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #124d6b;
  border-color: #0d374c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0d374c;
  border-color: #030e14;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1a6d96;
  border-color: #165d80;
}
.btn-primary .badge {
  color: #1a6d96;
  background-color: #fff;
}*/
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #f15e0e;
  border-color: #f15e0e;
}
.btn-success:hover {
  color: #fff;
  background-color: #f15e0e;
  border-color: #f15e0e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
hr {
  border-color: #ddd;
}
.popover {
  max-width: 500px;
}
.modal-dialog {
  margin-top: 15%;
}
.modal-body {
  max-height: 600px;
  overflow-y: scroll;
}
.badge-info {
  background-color: #3a87ad;
}
button:not(.btn-xs) > .fa:before,
button:not(.btn-xs) > .fas:before,
button:not(.btn-xs) > .far:before,
button:not(.btn-xs) > .fal:before,
button:not(.btn-xs) > .fab:before,
button:not(.btn-xs) > [class*="icon-"]:before {
  font-size: 1.1em;
}
.well {
  border-radius: 3px;
  box-shadow: none;
  background-color: #fff;
}
.dropdown-menu {
  border-radius: 0;
}
.panel,
.btn,
.alert,
.modal-content,
.nav-tabs > li > a,
.tooltip > .tooltip-inner {
  border-radius: 3px;
}
.alert {
  border-width: 2px;
}
.panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading .fa:before,
.panel-heading .fas:before,
.panel-heading .far:before,
.panel-heading .fal:before,
.panel-heading .fab:before,
.panel-heading [class*="icon-"]:before {
  font-size: 1.4em;
  margin-left: 5px;
}
.panel-footer {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel .Form-table {
  border: none;
}
.panel .Form-table .row:first-child .th,
.panel .Form-table .row:first-child .td {
  border-top: none;
}
[data-module~="main-login"] .Title {
  padding: 20px 0 0;
  max-width: 300px;
  width: auto;
}
[data-module~="main-login"] .Title h1 {
  color: #163550;
  font-size: 27px;
  padding: 9px 0 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  width: 100%;
  border-style: double;
  border-width: 3px 0;
}
form.form-login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
form.form-login .form-login-heading {
  margin-bottom: 10px;
}
form.form-login .form-control {
  position: relative;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
form.form-login .form-control:focus {
  z-index: 2;
}
form.form-login input,
form.form-login select,
form.form-login textarea {
  background-color: #fff;
}
form.form-login input {
  border: 1px solid #aaa;
}
form.form-login input:focus {
  border-color: #1a6d96;
  box-shadow: 0 0px 2px #1a6d96;
}
form.form-login input:focus.validateErr {
  border-color: #d31515;
  box-shadow: 0 0px 2px #d31515;
}
form.form-login input[name="id"] {
  margin-bottom: -1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
form.form-login input[name="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
form.form-login button[type="submit"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-install {
  max-width: 460px;
  padding: 15px;
  margin: 0 auto;
}
.form-install .form-install-heading {
  margin: 0 0 10px;
}
.form-install .checkbox {
  margin-bottom: 10px;
}
.form-install checkbox {
  font-weight: normal;
}
.form-install input,
.form-install select {
  position: relative;
  height: auto;
  font-size: 12px;
}
.form-install input:focus,
.form-install select:focus {
  z-index: 2;
}
body {
  background: url("/develop/root/module/wb/public/img/bg_base.jpg") repeat top
    center #ddd;
  padding-top: 0;
}
a {
  color: #1a6d96;
}
.callout,
.Search-box,
.Page-box .Page-box-list-number {
  border-color: #bbb;
}
div.edit_mode-contents {
  margin-top: 0px;
}
.error-message {
  padding-top: 60px;
}
.Header {
  position: relative;
  background: url("/develop/root/module/wb/public/img/bg_primary.jpg") repeat
    top center #1a6d96;
}
.Header .Header-top .Header-top-inner {
  position: relative;
}
.Header .Header-top .Header-top-inner .Logo {
  padding: 10px 0;
}
.Header .Header-top .Header-top-inner .Version {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 230px;
  top: 13px;
}
.Header .Header-top .navbar-btn {
  margin-top: 12px;
}
.Header .Header-bottom {
  background: #f0f0f0;
  border-top: 1px solid #144f6b;
  border-bottom: 1px solid #bebebe;
}
.Header .Header-bottom .Header-menu01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.Header .Header-bottom .Header-menu01 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  width: 14%;
  border-left: 1px solid #ccc;
}
.Header .Header-bottom .Header-menu01 ul li:last-child {
  border-right: 1px solid #ccc;
}
.Header .Header-bottom .Header-menu01 ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  text-decoration: none;
  color: #333;
  transition: all 300ms;
}
.Header .Header-bottom .Header-menu01 ul li a:link,
.Header .Header-bottom .Header-menu01 ul li a:visited {
  text-decoration: none;
  color: #333;
}
.Header .Header-bottom .Header-menu01 ul li a:hover,
.Header .Header-bottom .Header-menu01 ul li a.active {
  background-color: #cecece;
}
.Header .Header-bottom .Header-menu01 ul li a i.fa {
  font-size: 18px;
}
@media (min-width: 768px) {
  .Header .Header-bottom .Header-menu01 ul li a i.fa {
    font-size: 16px;
  }
}
.Header .Header-bottom .Header-menu02 {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.Header .Header-bottom .Header-menu02 .global-sub {
  padding: 20px 40px 10px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.Header .Header-bottom .Header-menu02 .global-sub.support {
  padding: 20px 20px 10px;
  text-align: center;
}
.Header .Header-bottom .Header-menu02 .global-sub .btn {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .Contents {
    display: flex;
    flex-direction: row-reverse;
  }
}

.Contents .Side .menu-title {
  font-weight: bold;
  background: url("/develop/root/module/wb/public/img/bg_primary.jpg") repeat
    top center #1a6d96;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  letter-spacing: 0.5em;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.Contents .Side .navbar-nav i.fa {
  font-size: 1.4em;
}
.Contents .Side .navbar-nav > li {
  float: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.Contents .Side .navbar-nav .dropdown:hover > a {
  color: #1a6d96;
}
.Contents .Side .navbar-nav .dropdown-menu {
  top: 0;
  left: 100%;
}
.Contents .Side .navbar-nav .dropdown-submenu {
  position: relative;
}
.Contents .Main {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
